* {

    box-sizing: border-box;

    margin: 0;

    padding: 0
}



html {

    scroll-behavior: smooth;

}



#main {

    margin: 0;

    padding: 0
}



body {

    margin: 0;

    overflow-x: hidden;

    overflow-y: auto;

    width: 100%
}



body,

p {

    color: var(--color_black_text);

    font-family: var(--font_Lato_Regular);

    font-size: 19px;

    font-style: normal;

    letter-spacing: normal;

    line-height: 1.5
}



body.menu-open {

    overflow: hidden;

}



p {

    margin: 0 0 20px;

}



p:last-child {

    margin: 0 0 0;

}

.small_font {
    font-size: 14px;
    font-weight: 900;
    line-height: 45px;
}

iframe {
    width: 500px !important;
    height: 400px !important;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
}

/* Default: full width */

.container {

    width: 100%;

    padding-right: 15px;

    padding-left: 15px;

    margin-right: auto;

    margin-left: auto;

}

.color_text_black {

    color: var(--color_black_text) !important;

}



.color_text_blue {

    color: var(--color_blue) !important;

}



.color_text_white {

    color: var(--color_white) !important;

}


.text_uppercase {

    text-transform: uppercase;

}



.text_lowercase {

    text-transform: lowercase;

}



.text_capitalize {

    text-transform: capitalize;

}

.text_upprcase {
    text-transform: uppercase;
}

.text_center {

    text-align: center;

}

.text_center img {

    text-align: center;
    margin-left: auto;
    margin-right: auto;

}

body .font_item_wide {
    font-family: var(--font_ItemsWide_Regular)
}

.bg_light_blue {

    background-color: var(--color_light_blue);

}



.bg_blue {

    background-color: var(--color_blue);

}

.blank_space {
    height: 70px;
}

.rts {

    margin-top: 0 !important;

}



.rbs {

    margin-bottom: 0 !important;

}



.rtis {

    padding-top: 0 !important;

}



.rbis {

    padding-bottom: 0 !important;

}

audio {
    display: flex;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Global Text Colors */

body,

p,

h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6 {

    color: var(--color_black_text);

}



/* Font Family Assignments */

h1,

.h1,

h2,

.h2,

h3,

.h3,

h4,

.h4,

h5,

.h5,

h6,

.h6 {

    font-family: var(--font_ItemsWid_Bold);

    margin: 0 0 20px;

}



/* Link Styling */

a {

    color: var(--color_blue);

    text-decoration: none;

}



a:hover {

    color: var(--color_black_text);

}



/* Paragraph Styling */

p {

    font-size: 19px;

    line-height: 1.75;

}



p.small {

    font-size: 16px;

}



/* Headings Base */

h1,

.h1 {

    font-size: 68px;

    line-height: 1.1;

    letter-spacing: 0.02em;

}



h2,

.h2 {

    font-size: 45px;

    line-height: 1.2em;

}



h3,

.h3 {

    font-size: 43px;

    line-height: 1.1em;

}



h4,

.h4 {

    font-size: 34px;

    line-height: 1.2em;

    letter-spacing: 0.02em;

}



h5,

.h5 {

    font-size: 30px;

    line-height: 1.1;

    letter-spacing: 0.02em;

}



h6,

.h6 {

    font-size: 17px;
    font-weight: 700;
    font-family: var(--font_Lato_Regular);
    line-height: 1.75;

    letter-spacing: 0.075em;

}



.link {

    text-decoration: underline;
    color: var(--color_blue);
    letter-spacing: 0.060em;
    font-weight: 900;
    font-size: 18px;

}



.link.link_with_arrow {

    text-decoration: none;

    color: var(--color_blue);

}



.link.link_with_arrow:after {

    display: inline-block;

    content: "";

    margin-left: 15px;

    background-image: url(../../images/arrow.svg);

    background-size: cover;

    background-position: center center;

    width: 22px;

    height: 22px;

    position: relative;

    top: 4px;
    transition: all 0.3s ease-in-out;

}



.link.link_with_arrow:hover {

    color: var(--color_black_text);

}

.link.link_with_arrow:hover::after {
    background-image: url(../../images/Arrow_CTA_black.svg);
}

.link.link_with_arrow.before_arrow:after {
    display: none;
}

.link.link_with_arrow.before_arrow::before {

    display: inline-block;

    content: "";

    margin-left: 0;
    margin-right: 15px;

    background-image: url(../../images/arrow.svg);

    background-size: cover;

    background-position: center center;

    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
    rotate: 180deg;
    transition: all 0.3s ease-in-out;
}

.link.link_with_arrow.before_arrow:hover::before {
    background-image: url(../../images/Arrow_CTA_black.svg);
}

a,

.btn {

    transition: all 0.5s ease-in-out;

    display: inline-block;

}



.btn {

    color: var(--color_blue);

    font-family: var(--font_Lato_Regular);

    font-style: normal;

    font-size: 20px;

    text-align: center;

    border: 1px solid var(--color_blue);

    background-color: var(--color_white);

    text-decoration: none;

    text-align: center;

    padding: 10px 50px;

    font-style: normal;

    font-weight: 900;
    letter-spacing: 0.075em;

    text-transform: uppercase;

}



.btn:hover {

    color: var(--color_white);

    background-color: var(--color_blue);

    border-color: var(--color_blue);

}

.btn.btn_blue {
    color: var(--color_white);

    background-color: var(--color_blue);

    border-color: var(--color_blue);
}

.btn.btn_blue:hover {
    color: var(--color_blue);
    background-color: var(--color_white);
}


.btn.white_bg_with_blue_color {

    background-color: var(--color_white);

    border-color: var(--color_white);

    color: var(--color_blue);

}



.btn.white_bg_with_blue_color:hover {

    background-color: var(--color_blue);

    border-color: var(--color_blue);

    color: var(--color_white);

}



.btn.btn_with_arrow,

.btn.white_bg_with_blue_color {

    position: relative;

}



.btn.btn_with_arrow::after,

.btn.white_bg_with_blue_color::after {

    display: inline-block;

    content: "";

    background-image: url(../../images/arrow.svg);

    background-size: cover;

    background-position: center center;

    background-size: contain;

    width: 22px;

    height: 22px;

    margin-left: 15px;

    position: relative;

    top: 4px;

}



.btn.btn_with_arrow:hover::after,

.btn.white_bg_with_blue_color:hover::after {

    background-image: url(../../images/arrow-hover.svg);

}

.btn.btn_with_arrow.btn_blue::after {
    background-image: url(../../images/arrow-hover.svg);
}

.btn.btn_with_arrow.btn_blue:hover::after {
    background-image: url(../../images/arrow.svg);
}

.btn.blue_border {

    border: 1px solid var(--color_blue);

}

.btn.btn_transparent {

    border: 1px solid var(--color_blue);

}

.btn.btn_blue {
    color: var(--color_white);

    background-color: var(--color_blue);

    border-color: var(--color_blue);
}

.pagination a {
    border: none;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.pagination {
    color: var(--color_blue);
    font-family: Lato, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 19px;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
    max-width: 1030px;
    margin-left: auto;
    margin-right: auto;
}

.pagination .next-link a,
.pagination .previous-link a {
    color: var(--color_blue);
    font-family: var(--font_Lato_Regular);
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.075em;
    position: relative;
}

.pagination .next-link a:hover,
.pagination .previous-link a:hover {
    color: var(--color_black_text);
    text-decoration: none;
}

.pagination .next-link a::after,
.pagination .previous-link a::after {
    display: inline-block;
    content: "";
    background-size: cover;
    background-position: center center;
    background-size: contain;
    width: 22px;
    height: 22px;
    position: relative;
    top: 4px;
}

.pagination .next-link a::after {
    margin-left: 15px;
    background-image: url(../../images/arrow.svg);
}

.pagination .previous-link a::after {
    transform: rotate(180deg);
    margin-right: 15px;
    background-image: url(../../images/arrow.svg);
    float: left;
}

.font_lato_semibold {
    font-family: var(--font_Lato_Regular);
    font-weight: 600;
}

.page .page-content hr {
    height: 1px;
    border: none;
    margin-bottom: 24px;
    width: 100%;
    margin: 15px auto 30px;
    background: url('../../images/dotted-line-horizontal.png') center top repeat-x;
}

.align-text-center {
    text-align: center;
}

ul.padding-none {
    list-style: none;
}

ul.padding-none li {
    padding: 0;
    margin: 0;
    letter-spacing: 0.040em;
}

.back_to_top_link_wrap {
    margin-top: 50px;
    text-align: center;
}

.back_to_top_link {
    text-align: center;
    font-size: 13px;
}

ul.class-times {
    list-style: none;
    margin: 20px 0;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
    font-weight: 400;
}

b,
strong {
    font-family: var(--font_Lato_Regular);
    font-weight: 600;
    letter-spacing: 0.020em;
}

audio {
    margin-bottom: 45px;
}

.slider_dots .slick-dots li button {
    display: none;
}

.slider_dots .slick-dots {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 25px;
    gap: 10px;
}

.slider_dots .slick-dots li {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid var(--color_blue);
    border-radius: 100%;
    cursor: pointer;
    margin-left: 0;
}

.slider_dots .slick-dots li:hover,
.slider_dots .slick-dots li.slick-active {
    background-color: var(--color_blue);
}

/* Responsive Typography */
/* Small (≥576px) */

@media (min-width: 576px) {

    .container {

        max-width: 100%;

    }

}



/* Medium (≥768px) */

@media (min-width: 768px) {

    .container {

        max-width: 100%;

    }

}



/* Large (≥992px) */

@media (min-width: 992px) {

    .container {

        max-width: 960px;

    }

    .container.container_small {
        max-width: 1016px;
    }

    .container.container_big {

        max-width: 1040px;

    }

    .container.container_full {
        max-width: 1040px;
    }

}



/* Extra large (≥1200px) */

@media (min-width: 1200px) {

    .container {

        max-width: 1140px;

    }

    .container.container_big {

        max-width: 1280px;

    }

    .container.container_full {
        max-width: 1280px;
    }

}



/* Extra extra large (≥1400px) */

@media (min-width: 1400px) {
    .container.container_big {

        max-width: 1320px;

    }

    .container {

        max-width: 1320px;

    }

    .container.container_full {
        max-width: 1380px;
    }

}



/* Max-width: 1199px */

@media (max-width: 1199px) {



    h1,

    .h1 {

        font-size: 58px;

    }



    h2,

    .h2 {

        font-size: 42px;

    }



    h3,

    .h3 {

        font-size: 40px;

    }



    h4,

    .h4 {

        font-size: 34px;

    }



    .btn {

        padding-left: 25px;

        padding-right: 25px;

    }



}



/* Max-width: 991px */

@media (max-width: 991px) {



    h1,

    .h1 {

        font-size: 48px;

    }



    h2,

    .h2 {

        font-size: 40px;

    }



    h3,

    .h3 {

        font-size: 35px;

    }



    h4,

    .h4 {

        font-size: 28px;

    }



    .btn {

        padding-left: 15px;

        padding-right: 15px;

        font-size: 16px;

    }



    .btn_with_arrow::after,

    .white_bg_with_blue_color::after {

        width: 20px;

        height: 20px;

        margin-left: 10px;

    }

    .blank_space {
        height: 55px;
    }

}



/* Max-width: 767px */

@media (max-width: 767px) {



    h1,

    .h1 {

        font-size: 38px;

    }



    h2,

    .h2 {

        font-size: 34px;

    }



    h3,

    .h3 {

        font-size: 30px;

    }



    h4,

    .h4 {

        font-size: 24px;

    }



    h5,

    .h5 {

        font-size: 24px;

    }




    p {

        font-size: 16px;

    }


    .back_to_top_link_wrap {
        margin-top: 25px;
    }

    .blank_space {
        height: 40px;
    }

    .btn {
        padding-top: 8px;
        padding-bottom: 10px;
    }

    ul li {
        font-size: 16px;
    }

}

@media (max-width: 575px) {
    iframe {
        width: 320px !important;
        height: 220px !important;
    }
}