/* Custom SSU Stylesheets */
@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-Regular.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-Medium.woff2') format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-SemiBold.woff2') format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'BR Firma';
	src: url('../fonts/BRFirmaCW-Bold.woff2') format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'sk-modernist';
	src: url('../fonts/sk-modernist-regular-webfont.woff') format("woff");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'sk-modernist';
	src: url('../fonts/sk-modernist-bold-webfont.woff') format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('../fonts/TTFirsNeue-Medium.woff2') format("woff2");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('../fonts/TTFirsNeue-DemiBold.woff2') format("woff2");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('../fonts/TTFirsNeue-Bold.woff2') format("woff2");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('../fonts/TTFirsNeue-ExtraBold.woff2') format("woff2");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: 'TTFirsNeue';
	src: url('../fonts/TTFirsNeue-Black.woff2') format("woff2");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Nanum Pen Script";
	src: url('../fonts/NanumPenScript.woff2') format("woff2");
	font-weight: 400;
	font-style: normal;
}

:root {
    --font: 'sk-modernist', sans-serif;
    --body-color: #002333;
    --text-color: #58695b;
    --heading-color: #212b36;
    --primary-color: #03390f;
    --secondary-color: #cfff71;
    --tertiary-color: #06b861;
    --background-color: #fefff3;
    --background-light-green: #f2f8e2;
    --background-footer-green: #17332d;
    --background-color-green: #17332d;
    --background-other-green: #0c3245;
    --white-color: #ffffff;
    --text-link-hover-color: #08cf65;
    --main-btn-hover-color: var(--secondary-color);
    --main-btn-hover-bg: #cfff71;
    --trans-300: all 300ms ease;
    --trans-600: all 600ms ease;
    --trans-900: all 900ms ease;
    --trans-1200: all 1200ms ease;
}

/* Main */
body {
	font-family: var(--font);
    /* -webkit-font-smoothing: antialiased; */
    text-rendering: optimizeLegibility;
}

.body-content {
    position: relative;
    z-index: 9;
    /* background-color: #fff; */
    margin-bottom: 800px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'sk-modernist', sans-serif;
}

.container {
    max-width: 1280px;
}

.row-equal-height {
    display: flex;
    flex-wrap: wrap;
}

.row-equal-height>[class*=col-] {
    display: flex;
}

a {
    color: var(--primary-color);
}

a:hover, a:focus {
    color: var(--text-link-hover-color);
}

sup {
    position: relative;
    top: -0.7em;
    font-size: .6em;
    padding-left: 0.1em;
    padding-right: 0.1em;
}

.alert {
    border-radius: 16px;
}

.section-title--wrap {
    margin-top: 40px;
    margin-bottom: 64px;
}

.section-title--wrap .section-title {
    color: #242a49;
    font-size: 60px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.section-title--wrap .section-copy {
    color: #4d5373;
    font-size: 32px;
    line-height: 36px;
    margin-top: 12px;
    width: 950px;
}

.text-link {
    text-decoration: underline;
    -webkit-font-smoothing: antialiased;
}


/* Elements */
.text-lowercase { text-transform: lowercase !important; }

.text-uppercase { text-transform: uppercase !important; }

.text-capitalize { text-transform: capitalize !important; }

.text-transform-none { text-transform: none !important; }

.text-underline { text-decoration: underline; }

.ltr-sp-0 { letter-spacing: 0 !important; }

.ltr-sp--015 { letter-spacing: -0.015em !important; }

.ltr-sp--025 { letter-spacing: -0.025em !important; }

.ltr-sp--05 { letter-spacing: -0.05em !important; }

.ltr-sp--075 { letter-spacing: -0.075em !important; }

.ltr-sp--1 { letter-spacing: -0.1em !important; }

.ltr-sp--135 { letter-spacing: -0.135em !important; }

.ltr-sp--15 { letter-spacing: -0.15em !important; }

.ltr-sp--175 { letter-spacing: -0.175em !important; }

.ltr-sp--2 { letter-spacing: -0.2em !important; }

.ltr-sp-015 { letter-spacing: 0.015em !important; }

.ltr-sp-025 { letter-spacing: 0.025em !important; }

.ltr-sp-05 { letter-spacing: 0.05em !important; }

.ltr-sp-075 { letter-spacing: 0.075em !important; }

.ltr-sp-1 { letter-spacing: 0.1em !important; }

.ltr-sp-135 { letter-spacing: 0.135em !important; }

.ltr-sp-15 { letter-spacing: 0.15em !important; }

.ltr-sp-175 { letter-spacing: 0.175em !important; }

.ltr-sp-2 { letter-spacing: 0.2em !important; }

.ltr-sp-25 { letter-spacing: 0.25em !important; }

.ltr-sp-3 { letter-spacing: 0.3em !important; }

.ltr-sp-35 { letter-spacing: 0.35em !important; }

.ltr-sp-4 { letter-spacing: 0.4em !important; }

.ltr-sp-5 { letter-spacing: 0.5em !important; }

.lh-05 { line-height: 0.5em !important; }

.lh-55 { line-height: 0.55em !important; }

.lh-75 { line-height: 0.75em !important; }

.lh-85 { line-height: 0.85em !important; }

.lh-1 { line-height: 1em !important; }

.lh-105 { line-height: 1.05em !important; }

.lh-11 { line-height: 1.1em !important; }

.lh-115 { line-height: 1.15em !important; }

.lh-125 { line-height: 1.25em !important; }

.lh-13 { line-height: 1.3em !important; }

.lh-15 { line-height: 1.5em !important; }

.lh-16 { line-height: 1.6em !important; }

.lh-165 { line-height: 1.65em !important; }

.lh-175 { line-height: 1.75em !important; }

.lh-185 { line-height: 1.85em !important; }

.lh-2 { line-height: 2em !important; }

.lh-215 { line-height: 2.15em !important; }

.lh-225 { line-height: 2.25em !important; }

.lh-25 { line-height: 2.5em !important; }

.font-weight-thin { font-weight: 100 !important; }

.font-weight-light { font-weight: 300 !important; }

.font-weight-normal { font-weight: 400 !important; }

.font-weight-medium { font-weight: 500 !important; }

.font-weight-semibold { font-weight: 600 !important; }

.font-weight-bold { font-weight: 700 !important; }

.font-weight-extrabold { font-weight: 900 !important; }

.font-style-normal { font-style: normal !important; }

.font-style-italic { font-style: italic !important; }

.ws-nowrap { white-space: nowrap; }

.font-size-10 { font-size: 10px !important; }

.font-size-11 { font-size: 11px !important; }

.font-size-12 { font-size: 12px !important; }

.font-size-13 { font-size: 13px !important; }

.font-size-14 { font-size: 14px !important; }

.font-size-15 { font-size: 15px !important; }

.font-size-16 { font-size: 16px !important; }

.font-size-17 { font-size: 17px !important; }

.font-size-18 { font-size: 18px !important; }

.font-size-19 { font-size: 19px !important; }

.font-size-20 { font-size: 20px !important; }

.font-size-21 { font-size: 21px !important; }

.font-size-22 { font-size: 22px !important; }

.font-size-24 { font-size: 24px !important; }

.font-size-26 { font-size: 26px !important; }

.font-size-28 { font-size: 28px !important; }

.font-size-30 { font-size: 30px !important; }

.font-size-32 { font-size: 32px !important; }

.font-size-34 { font-size: 34px !important; }

.font-size-35 { font-size: 35px !important; }

.font-size-36 { font-size: 36px !important; }

.font-size-38 { font-size: 38px !important; }

.font-size-40 { font-size: 40px !important; }

.font-size-42 { font-size: 42px !important; }

.font-size-44 { font-size: 44px !important; }

.font-size-46 { font-size: 46px !important; }

.font-size-48 { font-size: 48px !important; }

.font-size-50 { font-size: 50px !important; }

.font-size-60 { font-size: 60px !important; }

.font-size-1-15x { font-size: 1.15em; }

.font-size-1-25x { font-size: 1.25em; }

.font-size-1-5x { font-size: 1.5em; }

.font-size-1-6x { font-size: 1.6em; }

.font-size-1-75x { font-size: 1.75em; }

.font-size-2x { font-size: 2em; }

.font-size-2-15x { font-size: 2.15em; }

.font-size-2-25x { font-size: 2.25em; }

.font-size-2-5x { font-size: 2.5em; }

.font-size-2-6x { font-size: 2.6em; }

.font-size-2-75x { font-size: 2.75em; }

.font-size-3x { font-size: 3em; }

.font-size-3-15x { font-size: 3.15em; }

.font-size-3-3x { font-size: 3.3em; }

.text-primary { color: var(--color-primary) !important; }

.text-secondary { color: var(--color-secondary) !important; }

.text-tertiary { color: var(--color-tertiary) !important; }

.text-white { color: #fff !important; }

.text-black { color: #000 !important; }

.text-dark { color: #202232 !important; }

.text-havelock-blue { color: #4c93dc !important; }

.text-turquoise { color: #3cd3d1 !important; }

.text-neon-carrot { color: #ff8e32 !important; }

.text-arapawa { color: #120a57 !important; }

.text-san-marino { color: #4A62AC !important; }

.text-hover-primary:hover { color: var(--color-primary) !important; }

.text-hover-secondary:hover { color: var(--color-secondary) !important; }

.text-hover-white:hover { color: #fff !important; }

.text-hover-black:hover { color: #000 !important; }

.text-hover-dark:hover { color: #181b31 !important; }

.text-fade-white-01 { color: rgba(255, 255, 255, 0.1) !important; }

.text-fade-dark-01 { color: rgba(0, 0, 0, 0.1) !important; }

.text-fade-white-02 { color: rgba(255, 255, 255, 0.2) !important; }

.text-fade-dark-02 { color: rgba(0, 0, 0, 0.2) !important; }

.text-fade-white-03 { color: rgba(255, 255, 255, 0.3) !important; }

.text-fade-dark-03 { color: rgba(0, 0, 0, 0.3) !important; }

.text-fade-white-04 { color: rgba(255, 255, 255, 0.4) !important; }

.text-fade-dark-04 { color: rgba(0, 0, 0, 0.4) !important; }

.text-fade-white-05 { color: rgba(255, 255, 255, 0.5) !important; }

.text-fade-dark-05 { color: rgba(0, 0, 0, 0.5) !important; }

.text-fade-white-06 { color: rgba(255, 255, 255, 0.6) !important; }

.text-fade-dark-06 { color: rgba(0, 0, 0, 0.6) !important; }

.text-fade-white-07 { color: rgba(255, 255, 255, 0.7) !important; }

.text-fade-dark-07 { color: rgba(0, 0, 0, 0.7) !important; }

.text-fade-white-08 { color: rgba(255, 255, 255, 0.8) !important; }

.text-fade-dark-08 { color: rgba(0, 0, 0, 0.8) !important; }

.text-fade-white-09 { color: rgba(255, 255, 255, 0.9) !important; }

.text-fade-dark-09 { color: rgba(0, 0, 0, 0.9) !important; }

.ml-0 { margin-left: 0 !important; }

.mr-0 { margin-right: 0 !important; }

.ml-auto { margin-left: auto !important; }

.mr-auto { margin-right: auto !important; }

.mx-auto { margin-left: auto; margin-right: auto; }

.pl-0 { padding-left: 0 !important; }

.pr-0 { padding-right: 0 !important; }

.pt-10 { padding-top: 10px !important; }

.pb-10 { padding-bottom: 10px !important; }

.mt-10 { margin-top: 10px !important; }

.mb-10 { margin-bottom: 10px !important; }

.pt-15 { padding-top: 15px !important; }

.pb-15 { padding-bottom: 15px !important; }

.mt-15 { margin-top: 15px !important; }

.mb-15 { margin-bottom: 15px !important; }

.pt-20 { padding-top: 20px !important; }

.pb-20 { padding-bottom: 20px !important; }

.mt-20 { margin-top: 20px !important; }

.mb-20 { margin-bottom: 20px !important; }

.pt-25 { padding-top: 25px !important; }

.pb-25 { padding-bottom: 25px !important; }

.mt-25 { margin-top: 25px !important; }

.mb-25 { margin-bottom: 25px !important; }

.pt-30 { padding-top: 30px !important; }

.pb-30 { padding-bottom: 30px !important; }

.mt-30 { margin-top: 30px !important; }

.mb-30 { margin-bottom: 30px !important; }

.pt-35 { padding-top: 35px !important; }

.pb-35 { padding-bottom: 35px !important; }

.mt-35 { margin-top: 35px !important; }

.mb-35 { margin-bottom: 35px !important; }

.pt-40 { padding-top: 40px !important; }

.pb-40 { padding-bottom: 40px !important; }

.mt-40 { margin-top: 40px !important; }

.mb-40 { margin-bottom: 40px !important; }

.pt-45 { padding-top: 45px !important; }

.pb-45 { padding-bottom: 45px !important; }

.mt-45 { margin-top: 45px !important; }

.mb-45 { margin-bottom: 45px !important; }

.pt-50 { padding-top: 50px !important; }

.pb-50 { padding-bottom: 50px !important; }

.mt-50 { margin-top: 50px !important; }

.mb-50 { margin-bottom: 50px !important; }

.pt-55 { padding-top: 55px !important; }

.pb-55 { padding-bottom: 55px !important; }

.mt-55 { margin-top: 55px !important; }

.mb-55 { margin-bottom: 55px !important; }

.pt-60 { padding-top: 60px !important; }

.pb-60 { padding-bottom: 60px !important; }

.mt-60 { margin-top: 60px !important; }

.mb-60 { margin-bottom: 60px !important; }

.pt-65 { padding-top: 65px !important; }

.pb-65 { padding-bottom: 65px !important; }

.mt-65 { margin-top: 65px !important; }

.mb-65 { margin-bottom: 65px !important; }

.pt-70 { padding-top: 70px !important; }

.pb-70 { padding-bottom: 70px !important; }

.mt-70 { margin-top: 70px !important; }

.mb-70 { margin-bottom: 70px !important; }

.pt-75 { padding-top: 75px !important; }

.pb-75 { padding-bottom: 75px !important; }

.mt-75 { margin-top: 75px !important; }

.mb-75 { margin-bottom: 75px !important; }

.pt-80 { padding-top: 80px !important; }

.pb-80 { padding-bottom: 80px !important; }

.mt-80 { margin-top: 80px !important; }

.mb-80 { margin-bottom: 80px !important; }

.pt-85 { padding-top: 85px !important; }

.pb-85 { padding-bottom: 85px !important; }

.mt-85 { margin-top: 85px !important; }

.mb-85 { margin-bottom: 85px !important; }

.pt-90 { padding-top: 90px !important; }

.pb-90 { padding-bottom: 90px !important; }

.mt-90 { margin-top: 90px !important; }

.mb-90 { margin-bottom: 90px !important; }

.pt-95 { padding-top: 95px !important; }

.pb-95 { padding-bottom: 95px !important; }

.mt-95 { margin-top: 95px !important; }

.mb-95 { margin-bottom: 95px !important; }

.pt-100 { padding-top: 100px !important; }

.pb-100 { padding-bottom: 100px !important; }

.mt-100 { margin-top: 100px !important; }

.mb-100 { margin-bottom: 100px !important; }

.pt-105 { padding-top: 105px !important; }

.pb-105 { padding-bottom: 105px !important; }

.mt-105 { margin-top: 105px !important; }

.mb-105 { margin-bottom: 105px !important; }

.pt-110 { padding-top: 110px !important; }

.pb-110 { padding-bottom: 110px !important; }

.mt-110 { margin-top: 110px !important; }

.mb-110 { margin-bottom: 110px !important; }

.pt-115 { padding-top: 115px !important; }

.pb-115 { padding-bottom: 115px !important; }

.mt-115 { margin-top: 115px !important; }

.mb-115 { margin-bottom: 115px !important; }

.pt-120 { padding-top: 120px !important; }

.pb-120 { padding-bottom: 120px !important; }

.mt-120 { margin-top: 120px !important; }

.mb-120 { margin-bottom: 120px !important; }

.pt-125 { padding-top: 125px !important; }

.pb-125 { padding-bottom: 125px !important; }

.mt-125 { margin-top: 125px !important; }

.mb-125 { margin-bottom: 125px !important; }

.pt-130 { padding-top: 130px !important; }

.pb-130 { padding-bottom: 130px !important; }

.mt-130 { margin-top: 130px !important; }

.mb-130 { margin-bottom: 130px !important; }

.pt-135 { padding-top: 135px !important; }

.pb-135 { padding-bottom: 135px !important; }

.mt-135 { margin-top: 135px !important; }

.mb-135 { margin-bottom: 135px !important; }

.pt-140 { padding-top: 140px !important; }

.pb-140 { padding-bottom: 140px !important; }

.mt-140 { margin-top: 140px !important; }

.mb-140 { margin-bottom: 140px !important; }

.pt-145 { padding-top: 145px !important; }

.pb-145 { padding-bottom: 145px !important; }

.mt-145 { margin-top: 145px !important; }

.mb-145 { margin-bottom: 145px !important; }

.pt-150 { padding-top: 150px !important; }

.pb-150 { padding-bottom: 150px !important; }

.mt-150 { margin-top: 150px !important; }

.mb-150 { margin-bottom: 150px !important; }

.pt-155 { padding-top: 155px !important; }

.pb-155 { padding-bottom: 155px !important; }

.mt-155 { margin-top: 155px !important; }

.mb-155 { margin-bottom: 155px !important; }

.pt-160 { padding-top: 160px !important; }

.pb-160 { padding-bottom: 160px !important; }

.mt-160 { margin-top: 160px !important; }

.mb-160 { margin-bottom: 160px !important; }

.pt-165 { padding-top: 165px !important; }

.pb-165 { padding-bottom: 165px !important; }

.mt-165 { margin-top: 165px !important; }

.mb-165 { margin-bottom: 165px !important; }

.pt-170 { padding-top: 170px !important; }

.pb-170 { padding-bottom: 170px !important; }

.mt-170 { margin-top: 170px !important; }

.mb-170 { margin-bottom: 170px !important; }

.pt-175 { padding-top: 175px !important; }

.pb-175 { padding-bottom: 175px !important; }

.mt-175 { margin-top: 175px !important; }

.mb-175 { margin-bottom: 175px !important; }

.pt-180 { padding-top: 180px !important; }

.pb-180 { padding-bottom: 180px !important; }

.mt-180 { margin-top: 180px !important; }

.mb-180 { margin-bottom: 180px !important; }

.pt-185 { padding-top: 185px !important; }

.pb-185 { padding-bottom: 185px !important; }

.mt-185 { margin-top: 185px !important; }

.mb-185 { margin-bottom: 185px !important; }

.pt-190 { padding-top: 190px !important; }

.pb-190 { padding-bottom: 190px !important; }

.mt-190 { margin-top: 190px !important; }

.mb-190 { margin-bottom: 190px !important; }

.pt-195 { padding-top: 195px !important; }

.pb-195 { padding-bottom: 195px !important; }

.mt-195 { margin-top: 195px !important; }

.mb-195 { margin-bottom: 195px !important; }

.pt-200 { padding-top: 200px !important; }

.pb-200 { padding-bottom: 200px !important; }

.mt-200 { margin-top: 200px !important; }

.mb-200 { margin-bottom: 200px !important; }

.pt-205 { padding-top: 205px !important; }

.pb-205 { padding-bottom: 205px !important; }

.mt-205 { margin-top: 205px !important; }

.mb-205 { margin-bottom: 205px !important; }

.pt-210 { padding-top: 210px !important; }

.pb-210 { padding-bottom: 210px !important; }

.mt-210 { margin-top: 210px !important; }

.mb-210 { margin-bottom: 210px !important; }

.pt-215 { padding-top: 215px !important; }

.pb-215 { padding-bottom: 215px !important; }

.mt-215 { margin-top: 215px !important; }

.mb-215 { margin-bottom: 215px !important; }

.pt-220 { padding-top: 220px !important; }

.pb-220 { padding-bottom: 220px !important; }

.mt-220 { margin-top: 220px !important; }

.mb-220 { margin-bottom: 220px !important; }

.pt-225 { padding-top: 225px !important; }

.pb-225 { padding-bottom: 225px !important; }

.mt-225 { margin-top: 225px !important; }

.mb-225 { margin-bottom: 225px !important; }

.pt-230 { padding-top: 230px !important; }

.pb-230 { padding-bottom: 230px !important; }

.mt-230 { margin-top: 230px !important; }

.mb-230 { margin-bottom: 230px !important; }

.pt-235 { padding-top: 235px !important; }

.pb-235 { padding-bottom: 235px !important; }

.mt-235 { margin-top: 235px !important; }

.mb-235 { margin-bottom: 235px !important; }

.pt-240 { padding-top: 240px !important; }

.pb-240 { padding-bottom: 240px !important; }

.mt-240 { margin-top: 240px !important; }

.mb-240 { margin-bottom: 240px !important; }

.pt-245 { padding-top: 245px !important; }

.pb-245 { padding-bottom: 245px !important; }

.mt-245 { margin-top: 245px !important; }

.mb-245 { margin-bottom: 245px !important; }

.pt-250 { padding-top: 250px !important; }

.pb-250 { padding-bottom: 250px !important; }

.mt-250 { margin-top: 250px !important; }

.mb-250 { margin-bottom: 250px !important; }

.pt-255 { padding-top: 255px !important; }

.pb-255 { padding-bottom: 255px !important; }

.mt-255 { margin-top: 255px !important; }

.mb-255 { margin-bottom: 255px !important; }

.pt-260 { padding-top: 260px !important; }

.pb-260 { padding-bottom: 260px !important; }

.mt-260 { margin-top: 260px !important; }

.mb-260 { margin-bottom: 260px !important; }

.pt-265 { padding-top: 265px !important; }

.pb-265 { padding-bottom: 265px !important; }

.mt-265 { margin-top: 265px !important; }

.mb-265 { margin-bottom: 265px !important; }

.pt-270 { padding-top: 270px !important; }

.pb-270 { padding-bottom: 270px !important; }

.mt-270 { margin-top: 270px !important; }

.mb-270 { margin-bottom: 270px !important; }

.pt-275 { padding-top: 275px !important; }

.pb-275 { padding-bottom: 275px !important; }

.mt-275 { margin-top: 275px !important; }

.mb-275 { margin-bottom: 275px !important; }

.pt-280 { padding-top: 280px !important; }

.pb-280 { padding-bottom: 280px !important; }

.mt-280 { margin-top: 280px !important; }

.mb-280 { margin-bottom: 280px !important; }

.pt-285 { padding-top: 285px !important; }

.pb-285 { padding-bottom: 285px !important; }

.mt-285 { margin-top: 285px !important; }

.mb-285 { margin-bottom: 285px !important; }

.p-1 { padding: 0.25rem !important; }

.pt-1, .py-1 { padding-top: 0.25rem !important; }

.pb-1, .py-1 { padding-bottom: 0.25rem !important; }

.pl-1, .px-1 { padding-left: 0.25rem !important; }

.pr-1, .px-1 { padding-right: 0.25rem !important; }

.p-2 { padding: 0.5rem !important; }

.pt-2, .py-2 { padding-top: 0.5rem !important; }

.pb-2, .py-2 { padding-bottom: 0.5rem !important; }

.pl-2, .px-2 { padding-left: 0.5rem !important; }

.pr-2, .px-2 { padding-right: 0.5rem !important; }

.p-3 { padding: 1rem !important; }

.pt-3, .py-3 { padding-top: 1rem !important; }

.pb-3, .py-3 { padding-bottom: 1rem !important; }

.pl-3, .px-3 { padding-left: 1rem !important; }

.pr-3, .px-3 { padding-right: 1rem !important; }

.p-4 { padding: 1.5rem !important; }

.opacity-01 { opacity: 0.1; }

.opacity-02 { opacity: 0.2; }

.opacity-03 { opacity: 0.3; }

.opacity-04 { opacity: 0.4; }

.opacity-05 { opacity: 0.5; }

.opacity-06 { opacity: 0.6; }

.opacity-07 { opacity: 0.7; }

.opacity-08 { opacity: 0.8; }

.opacity-09 { opacity: 0.9; }

.opacity-1 { opacity: 1; }

.gap-1 {
    gap: .25rem
}

.gap-1-5 {
    gap: .375rem
}

.gap-2 {
    gap: .5rem;
}

.gap-3 {
    gap: .75rem
}

.gap-4 {
    gap: 1rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-8 {
    gap: 2rem
}


/* Colors */
.text-yellow {
    color: #FFCE00 !important;
}

.text-purple {
    color: var(--primary-color);
}

.text-green {
    color: #005961 !important;
}

.bg--white {
    background-color: var(--white) !important;
}

/*  Modal */
.modal-dialog {
    max-width: 600px;
}

.modal-sm {
    max-width: 300px;
}

.modal-md {
    max-width: 450px;
}

.modal-lg, .modal-xl {
    max-width: 850px;
}

.modal-content {
    border-color: transparent;
    border-radius: 12px;
}

.modal-header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.modal-body {
    padding: 1.5rem 2rem;
}

.modal-dialog .close {
    padding: .25rem .65rem;
    margin: .5rem 0 .5rem auto;
    border: none;
    border-radius: 10px;
    background-color: #ededed;
    color: var(--heading-color);
    position: absolute;
    right: 22px;
    top: 12px;
    z-index: 9;
}


/* Navigation */
.navbar-brand img {
    width: 150px;
}

/* .sticky .navbar-brand img {
    width: 45px;
} */

.navbar-nav .nav-item {
    padding: 0 14px;
}

.navbar-nav .nav-item > a {
    color: var(--white-color);
	font-size: 15px;
	padding: 25px 0;
    -webkit-font-smoothing: antialiased;
}

.sticky .navbar-nav .nav-item a, .sticky .navbar-nav .nav-item a.active {
    color: var(--white-color);
}

.navbar-nav .nav-item > a:hover, .sticky .navbar-nav .nav-item a:hover {
    color: var(--main-btn-hover-bg) !important;
}

.sticky .navbar-nav .nav-item a:focus {
    opacity: 1;
}

.ud-header.blog .navbar-brand {
    padding: 18px 0;
}

.navbar-nav .nav-item.nav-item-has-children > a::after {
    width: 8px;
    height: 8px;
    border-bottom: 0.1rem solid;
    border-right: 0.1rem solid;
}

.navbar-nav .dropdown-menu {
    border: 1px solid #DCDEE1;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 8px 0;
    box-sizing: content-box;
    border-radius: 8px;
    background-color: #fff;
    padding: 0.5rem 0.5rem;
}

.navbar-nav .menu-md .dropdown-menu {
    padding: 10px;
    padding-top: 24px;
}

.navbar-nav .menu-md .dropdown-menu .menu-label {
    color: #657694;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 0 0 12px 14px;
}

.navbar-nav .nav-menu-list {
    padding: 6px 10px;
}

.navbar-nav .nav-menu-content {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 0;
    min-width: 600px;
    max-width: 600px;
}

.navbar-nav .nav-menu-content li {
    margin-right: 40px;
}

.navbar-nav .dropdown-item {
    border-radius: 6px;
    color: var(--heading-color) !important;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    transition: background-color .2s ease-in;
}

.navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    color: #181f38;
    background-color: #ebf5f3;
}

.navbar-nav .dropdown-item.active, .navbar-nav .dropdown-item:active {
    color: #181f38;
    background-color: #ebf5f3;
}

.navbar-nav .nav-item.menu-md .dropdown-item {
    position: relative;
    padding: 14px;
    display: flex;
    flex-wrap: nowrap;
    text-decoration: none;
    white-space: wrap;
}

/* .navbar-nav .nav-item.menu-md .dropdown-item:hover {
    background-color: transparent;
} */

.navbar-nav .nav-item .dropdown-toggle::after {
    content: none;
}

.navbar-nav .nav-item .dropdown-icon {
    color: inherit;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease,-webkit-transform .15s ease;
}

.navbar-nav .nav-item .dropdown-toggle[aria-expanded="true"] .dropdown-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar-nav .dropdown-item .text-link--content {
    margin-left: 34px;
}

.navbar-nav .dropdown-item .text-title {
    color: #181f38;
    display: inline-block;
    font-weight: 600;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

.navbar-nav .dropdown-item .text-subtitle {
    color: #6a6e76;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}

.navbar-nav .dropdown-item .icon-wrapper {
    color: #009747;
    position: absolute;
    top: 14px;
    left: 14px;
}

.navbar-nav .dropdown-item .svg-icon {
    width: 24px;
    height: 24px;
}

.sticky {
	background-color: rgba(255, 255, 255, 1);
    background-color: var(--background-footer-green);
    box-shadow: none;
}

.main-cta {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .1px;
	border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #f45d48), color-stop(50%, #ef523c));
    background: -webkit-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: -o-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: linear-gradient(to left, #f45d48 50%, #ef523c 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: none;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    padding: 12px 20px !important;
    color: #fff;
    width: 170px;
    text-decoration: none;
}

.sticky .navbar-btn .main-cta {
    background: linear-gradient(to left, #004318 50%, #004318 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border-radius: 64px;
}

.main-cta:hover, .main-cta:focus, .main-cta.focus {
    background-position: left bottom !important;
}


/* Announcements */
.announcement-banner {
    background-color: var(--secondary-color);
    color: #03390f;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

.announcement-banner--link {
    color: #03390f;
    grid-column-gap: 0.75rem;
    grid-row-gap: 0.75rem;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 3rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    display: flex;
    position: relative;
    max-width: 100%;
}

.announcement-banner--link:hover, .announcement-banner--link:focus {
    color: #03390f;
    /* text-decoration: underline; */
}

.announcement-banner--close {
    z-index: 9;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 1rem;
    display: flex;
    position: absolute;
    right: 0.5rem;
}

.announcement-banner--close .icon-wrapper {
    color: #03390f;
    flex: none;
    width: 1rem;
    height: auto;
}

.announcement-banner--close .icon-wrapper:before, .announcement-banner--close .icon-wrapper:after {
    content: " ";
    grid-area: 1/1/2/2;
    display: table;
}

.announcement-banner--close .icon-wrapper:after {
    clear: both;
}



/* Hero */
.hero, .ssu-event {
    position: relative;
    background: #fff;
    background-color: var(--background-footer-green);
    padding-bottom: 64px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.hero-content--main {
    color: #fff;
    padding: 0 120px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.hero-content--main .content-intro {
    position: relative;
    width: 100%;
    /* top: 0;
    left: 0; */
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    text-align: center;
    max-width: unset;
}

.hero-content--main .content-intro .intro-text {
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    line-height: 100%;
    max-width: 100%;
    margin-left: inherit;
    margin-right: inherit;
}

.hero .video-container {
    position: relative;
    overflow: hidden;
    clip-path: none;
    margin: 0;
}

.hero .video-container video {
    border-radius: 80px;
    display: block;
    object-fit: contain;
    max-width: 686px;
    margin: 0 auto;
    object-position: center center;
    width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
}

.hero .video-container .play-video--link, .hero-content--main .play-video--link {
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    font-size: 16px;
}

.hero-content--main .play-video--link {
    top: 22%;
    z-index: 9;
}

.hero .video-container .play-video--link .icon-play, .hero-content--main .play-video--link .icon-play {
    background-color: #0acd64;
    border: 1px solid transparent;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    position: relative;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.6, 1);
}

.hero .video-container .play-video--link .icon-play::before, .hero-content--main .play-video--link .icon-play::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    border-left-width: 23px;
    border-top-width: 13px;
    border-bottom-width: 13px;
    transform: translate(-28%, -50%) rotate(360deg);
}

.hero .video-container .play-video--link:hover .icon-play, .hero .video-container .play-video--link:focus .icon-play, .hero-content--main .play-video--link:hover .icon-play, .hero-content--main .play-video--link:focus .icon-play {
    background-color: #06b155;
}

.hero-content--main .content-bottom {
    padding-top: 60px;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    z-index: 9;
}

.hero-content--main .content-bottom .bottom-text {
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.hero-header {
    width: 100%;
    max-width: 62rem;
    color: #fff;
    text-align: left;
}

.hero-title, .hero-subtitle, .hero-desc {
    color: inherit;
    margin-bottom: 20px;
}

.hero-title {
    color: var(--white-color);
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.hero-text--wrapper {
    width: 100%;
    max-width: 32.5rem;
}

.hero-subtitle {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 2rem;
    -webkit-font-smoothing: antialiased;
}

.main-btn, .app-download--btn {
    background-color: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 18px 28px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.navbar-btn .main-btn, .navbar-btn .main-btn {
    font-size: 1rem;
    padding: 14px 20px;
}

.qr-text--wrapper .app-download--btn {
    background-color: transparent;
    border: 1px solid #950d63;
    color: var(--heading-color);
    font-size: 1rem;
    font-weight: 600;
    padding: 0.625rem 1rem;
}

.main-btn .button-icon, .app-download--btn .button-icon {
    z-index: 2;
    width: 4rem;
    position: relative;
}

.navbar-btn .main-btn .button-icon, .qr-text--wrapper .app-download--btn .button-icon {
    width: 2.5rem;
}

.qr-text--wrapper .app-download--btn .button-icon {
    fill: currentColor;
}

.main-btn .text-move--wrapper, .qr-text--wrapper .app-download--btn .text-move--wrapper {
    height: 1.25rem;
    position: relative;
    overflow: hidden;
}

.navbar-btn .main-btn .text-move--wrapper, .qr-text--wrapper .app-download--btn .text-move--wrapper {
    height: 1rem;
}

.main-btn .text-move, .app-download--btn .text-move {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.main-btn .button-text, .app-download--btn .button-text {
    z-index: 2;
    position: relative;
}

.main-btn .button-text.is_2, .app-download--btn .button-text.is_2 {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
}

.main-btn:hover, .app-download--btn:hover {
    background-color: var(--main-btn-hover-bg);
}

.qr-text--wrapper .app-download--btn:hover {
    border-color: var(--main-btn-hover-bg);
    color: #fff;
}

.main-btn:hover .text-move, .app-download--btn:hover .text-move {
    transform: translateY(-110%);
}

.hero-btn--wrapper {
    padding-top: 1.5rem;
}

.hero .disclaimer-text {
    color: #dffffa;
    font-size: 12px;
    line-height: 1.5;
    width: 500px;
}

.hero-image--background {
    background-image: linear-gradient(to bottom,transparent,rgb(193 138 255 / 15%));
    z-index: 2;
    height: 20rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero-users--wrapper {
    border-top: 1px solid #2a4936;
    padding-top: 1rem;
    margin-top: 64px;
    max-width: 400px;
}

.hero-users--wrapper .title-text {
    color: #dffffa;
    font-size: 12px;
    line-height: 1.5;
    width: 400px;
    -webkit-font-smoothing: antialiased;
}

.hero-user--group {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1.5rem;
    position: relative;
    z-index: 9;
}

.hero-user--group .hero-user {
    display: block;
    position: relative;
    margin: 0 -.125rem 0 0;
    border-radius: 50%;
    padding: 0;
    width: fit-content;
    transition: all 0.2s ease-out;
}

.hero-user--group .hero-user:hover {
    z-index: 100;
    transform: scale(1.2);
    transition: all 0.2s ease-out;
}

.hero-user--group .hero-user .user-image {
    text-align: right;
    width: 45px;
    border-radius: 50%;
    box-shadow: 0 0 0 6px var(--background-footer-green);
    padding: 0;
    margin: 0;
}

.hero .hero-grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 3rem;
}

.hero .hero-grid .large-text {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.hero .hero-grid .small-text {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.hero .hero-grid .small-text .text-link {
    color: #fff;
    text-decoration: underline;
}


/* o-button */
.o-button {
    background-color: #08cf65;
    border: 0;
    border-radius: 4px;
    color: #05192d;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    outline: 0;
    overflow: hidden;
    padding: 1rem 1.5rem;
    position: relative;
    transition: color .3s cubic-bezier(0.4, 0, 0, 1),background-color .3s cubic-bezier(0.4, 0, 0, 1);
}

.-reverse.o-button {
    background-color: #d4ede9;
    border: 0;
    border-radius: 4px;
}

.navbar-btn .o-button {
    padding: 9px 20px;
}

.navbar-btn .o-button.no-bg {
    background-color: transparent;
    color: #fff;
}

.o-button::before, .o-button::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 50%;
    background-color: var(--main-btn-hover-bg);
    transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
    transform: scaleX(0);
    transform-origin: center right;
}

.o-button::before {
    top: 0;
}

.o-button::after {
    bottom: 0;
    transition-delay: .15s;
}

.-reverse.o-button::before, .-reverse.o-button::after {
    background-color: #b1d8d2;
}

.o-button-label {
    position: relative;
    z-index: 2;
}

.o-button:hover::before, .o-button:hover::after, .o-button-wrap:hover .o-button::before, .o-button-wrap:hover .o-button-hover::after, .o-button-wrap:hover .o-button::after {
    transform: scaleX(1);
    transform-origin: center left;
}

.navbar-btn .o-button-wrap:hover .o-button.no-bg {
    color: #05192d;
}


/* Pre-Intro Events */
.pre-intro--event {
    background-color: #fff;
    background-color: #18332d;
    padding: 1.5rem 0;
    position: relative;
}

.pre-intro--event .event-image--slider {
    display: flex;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
}

.pre-intro--event .event-image--flex {
    display: flex;
    gap: 1rem;
    flex: none;
    animation: moveSlideshow 25s linear infinite;
}

.pre-intro--event .event-image--list {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.pre-intro--event .event-image--list .event-link {
    display: block;
    width: 100%;
    height: 60px;
    min-width: 120px;
}

.pre-intro--event .event-image--list .event-image {
    border-radius: 6px;
    height: 100%;
    width: 100%;
    max-height: 60px;
}


/* Intro */
.intro, .about-us, .policy-content, .terms-content, .contact-content, .partners-content {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 40px;
}

.intro-content--container, .about-content--container {
    background-color: #f5f5f5;
    background-color: transparent;
    border-radius: 64px;
    padding: 40px 100px;
    padding-left: 0;
    position: relative;
    /* overflow: clip; */
}

.intro-bg--dots {
    position: absolute;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMiIgaGVpZ2h0PSIyIiB2aWV3Qm94PSIwIDAgMiAyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8Y2lyY2xlIGlkPSJEb3QiIGN4PSIwLjEiIGN5PSIwLjEiIHI9IjAuMDUiIGZpbGw9IiM5NTkzOTMiLz4KPC9zdmc+Cg==);
    background-repeat: repeat;
    background-color: #f5f5f5;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-position: 22px 22px;
    background-size: 24px 24px;
}

.scroll-text--container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 9;
}

.scroll-text {
    font-size: 72px;
    font-weight: 400;
    line-height: 100%;
    opacity: 0.3; /* Initial low opacity */
    color: #1b1f1c; 
}

.scroll-text .word {
    display: inline-block;
    opacity: 0.3; 
    transition: opacity 0.3s ease-in-out;
}

.intro .intro-grid, .about-us .about-grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 3rem;
}

.intro .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.intro .small-text, .about-us .about-grid .small-text {
    color: #58695b;
    font-size: 1.1rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.intro .intro-number--container, .about-us .about-number--container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 1.25rem 0 2rem;
    grid-row-gap: 2rem;
    font-variant: tabular-nums;
    position: relative;
}

.intro .intro-number--container .arrow-scribble--wrapper, .hero .arrow-scribble--wrapper, .about-us .about-number--container .arrow-scribble--wrapper  {
    position: absolute;
    right: 40px;
    top: 110px;
    transform: scale(1);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 9;
}

.hero .arrow-scribble--wrapper {
    gap: 12px;
    top: auto;
    bottom: 40px;
    flex-direction: column;
}

.intro .intro-number--container .arrow-scribble--text, .hero .arrow-scribble--text, .about-us .about-number--container .arrow-scribble--text {
    color: #08b861;
    font-size: 36px;
    font-family: "Nanum Pen Script", cursive;
    line-height: 1;
    text-transform: uppercase;
    transform: rotate(-10deg);
    transition: all 0.2s ease-out;
    /* position: absolute;
    top: -30px;
    right: -90px; */
}

.intro .intro-number--container .arrow-scribble--arrow, .hero .arrow-scribble--arrow, .about-us .about-number--container .arrow-scribble--arrow {
    /* position: absolute; */
    color: #08b861;
    animation: animate-jiggle 4s ease-in-out infinite;
    animation-delay: 10s;
    transition: all 0.2s ease-out;
}

.hero .arrow-scribble--text, .hero .arrow-scribble--arrow {
    color: var(--main-btn-hover-bg);
}

@keyframes animate-jiggle {
    0%, 10%, 20%, 30%, 100% {
        transform: rotate(-2deg) scale(1) translateX(0);
    }
    5%, 15%, 25% {
        transform: rotate(2deg) scale(1.1) translateX(-4px);
    }
}

.intro .heading-text, .about-us .heading-text {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    border-top: 1px solid #dadada;
    padding-top: 1.5rem;
    margin-top: 4rem;
    position: relative;
    z-index: 9;
}

.intro .intro-number--counter, .about-us .about-number--counter {
    grid-column: span 6;
}

/* .intro .intro-number--counter:nth-child(2) {
    grid-column: span 6;
} */

.intro .intro-number--counter .number-count--wrapper, .about-us .about-number--counter .number-count--wrapper {
    display: inline-block;
    position: relative;
}

.intro .intro-number--counter .number-count, .about-us .about-number--counter .number-count {
    display: inline;
    font-size: 100px;
    font-family: 'TTFirsNeue', sans-serif;
    line-height: 100%;
    color: #f6fcf4;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #03390f;
    font-weight: 900;
    transition: all 0.2s ease-out;
}

.intro .intro-number--counter:hover .number-count, .about-us .about-number--counter:hover .number-count {
    color: #06b861;
    -webkit-text-stroke-color: #06b861;
    transition: all 0.2s ease-out;
}

.intro .intro-number--counter .plus-text, .about-us .about-number--counter .plus-text {
    color: #06b861;
    display: inline;
    font-size: 2.5rem;
    font-family: "Nanum Pen Script", cursive;
    margin-left: 0.5rem;
    position: absolute;
    top: 10px;
    -webkit-text-stroke-width: 0;
}

.intro .intro-number--counter .small-text, .about-us .about-number--counter .small-text {
    position: relative;
    z-index: 9;
}


/* About Us */
.about-us {
    padding-bottom: 0;
}

.about-us .content-top--flex {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 40px;
    text-align: center;
}

.about-us .content-top--flex .small-text {
    color: #2c6d00;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.about-us .content-top--flex .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.about-us .about-grid .left-content, .about-us .about-grid .right-content {
    display: flex;
    flex-direction: column;
}

.about-us .about-grid .small-text {
    color: #5a5a5a;
}

.ssu-vision {
    background-color: #fff;
    padding: 80px 0 96px;
    position: relative;
}

.ssu-vision .content-wrap {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 2.5rem;
}

.ssu-vision .content-wrap.mission {
    border-top: 1px solid #c6d2d6;
    padding-top: 2rem;
    margin-top: 6rem;
}

.ssu-vision .content-wrap .small-text {
    color: #58695b;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}

.ssu-vision .content-wrap .large-text {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.ssu-vision .content-wrap .large-text .svg-icon {
    width: 48px;
    height: 48px;
}

.book-content--grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 2.5rem;
    padding: 40px 80px;
    padding-left: 0;
}

.book-content--grid .left-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 40px;
}

.book-content--grid .left-content .small-text {
    color: #2c6d00;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.1;
    margin: 0;
}

.book-content--grid .left-content .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.book-content--grid .right-content .book-container {
    background-color: #fff;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    padding-right: 30px;
    position: relative;
    overflow: visible;
    z-index: 9;
}

.book-content--grid .right-content .book-container::before,
.book-content--grid .right-content .book-container::after {
    content: '';
    position: absolute;
    left: 10px;
    right: 0;
    border: 2px solid #c6d2d6;
    background-color: #fff;
    border-radius: 8px;
    height: 400px;
    z-index: 8;
}

.book-content--grid .right-content .book-container::before {
    top: 10px;
    right: 20px;
}

.book-content--grid .right-content .book-container::after {
    top: 20px;
    right: 10px;
    left: 20px;
    z-index: 7;
}

.book-content--grid .right-content .book-page--wrapper {
    background-color: #fff;
    border: 2px solid #c6d2d6;
    border-radius: 8px;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.book-content--grid .right-content .book-page {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
    opacity: 0;
}

.book-content--grid .right-content .book-page.active {
    transform: rotateY(0);
    opacity: 1;
}

.book-content--grid .right-content .book-controls {
    display: flex;
    justify-content: space-between;
    text-align: center;
    position: absolute;
    bottom: 18px;
    left: 12px;
    right: 12px;
}

.book-content--grid .right-content .book-controls button {
    padding: 10px 20px;
    margin: 0 10px;
    border: none;
    background-color: #08cf65;
    color: #05192d;
    cursor: pointer;
    border-radius: 4px;
}

.book-content--grid .right-content .book-controls button:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.about-content--container {
    min-height: 800px;
}

.about-ssu--book {
    position: absolute;
    top: 58%;
    left: 50%;
    width: 847px;
    height: 600px;
    transform: translate(-50%, -50%) rotateX(10deg) rotateY(-10deg);
    transform-style: preserve-3d;
}

.about-ssu--book .page {
    width: 423.5px;
    height: 600px;
    background: #eee;
    border-top: 1px solid #e9e5e5;
    border-bottom: 1px solid #e9e5e5;
    position: absolute;
    top: 0;
    right: 0;
    transition: transform 1s;
}

.about-ssu--book .cover-front:nth-child(1) {
    text-align: center;
    background: linear-gradient(#afd2dd, #a1d5e5) 50% 50%/80% 86% no-repeat, linear-gradient(#ffffff, #ffffff) 50% 50%/90% 93% no-repeat, linear-gradient(#9bc8d6, #9bc8d6) no-repeat;
}

.about-ssu--book .cover-front:nth-child(1) h1 {
    font-size: 45px;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
}

.about-ssu--book .cover-front:nth-child(1) h2 {
    font-size: 24px;
    color: #fff;
    position: relative;
    top: 40%;
}

.about-ssu--book .cover-front:nth-child(1) .hat {
    font-size: 100px;
    color: #fff;
    position: relative;
    top: 3%;
}

.about-ssu--book .cover-front:nth-child(1) .image-wrapper {
    position: relative;
    top: 3%;
    width: 150px;
    margin: 0 auto;
}

.about-ssu--book .cover-front:nth-child(1) .image-wrapper .book-image {
    width: 100%;
    height: 100%;
}

.about-ssu--book .page:nth-child(1) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-1px);
    background: #165244;
    background-image: url(../images/ssu-book-cover.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(1) {
    transform: translateZ(1px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(2) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-2px) scaleX(-1) translateX(100%);
    background: #08b861;
    background-image: url(../images/ssu-book-inner-cover.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(2) {
    transform: translateZ(2px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(3) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-3px);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page1.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(3) {
    transform: translateZ(3px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(4) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-4px) scaleX(-1) translateX(100%);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page2.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(4) {
    transform: translateZ(4px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(5) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-5px);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page3.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(5) {
    transform: translateZ(5px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(6) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-6px) scaleX(-1) translateX(100%);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page4.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(6) {
    transform: translateZ(6px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(7) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-7px);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page5.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(7) {
    transform: translateZ(7px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(8) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-8px) scaleX(-1) translateX(100%);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page6.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(8) {
    transform: translateZ(8px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(9) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-9px);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page7.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(9) {
    transform: translateZ(9px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(10) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-10px) scaleX(-1) translateX(100%);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page8.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(10) {
    transform: translateZ(10px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(11) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-11px);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page9.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(11) {
    transform: translateZ(11px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(12) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-12px) scaleX(-1) translateX(100%);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page10.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(12) {
    transform: translateZ(12px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(13) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-13px);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page-breaker3.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(13) {
    transform: translateZ(13px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(14) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-14px) scaleX(-1) translateX(100%);
    background: #f5f5f5;
    background-image: url(../images/ssu-book-page-breaker3.webp);
    background-size: 418px 604px;
    background-repeat: no-repeat;
}

.about-ssu--book .left-side:nth-child(14) {
    transform: translateZ(14px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(15) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-15px);
    background: #f5f5f5;
}

.about-ssu--book .left-side:nth-child(15) {
    transform: translateZ(15px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(16) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-16px) scaleX(-1) translateX(100%);
    background: #ccc;
}

.about-ssu--book .left-side:nth-child(16) {
    transform: translateZ(16px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(17) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-17px);
    background: #ccc;
}

.about-ssu--book .left-side:nth-child(17) {
    transform: translateZ(17px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(18) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-18px) scaleX(-1) translateX(100%);
    background: #ccc;
}

.about-ssu--book .left-side:nth-child(18) {
    transform: translateZ(18px) scaleX(-1) translateX(100%) rotateY(180deg);
}

.about-ssu--book .page:nth-child(19) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translateZ(-19px);
    background: #ccc;
}

.about-ssu--book .left-side:nth-child(19) {
    transform: translateZ(19px) rotateY(-180deg);
}

.about-ssu--book .page:nth-child(20) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translateZ(-20px) scaleX(-1) translateX(100%);
    background: #f5f5f5;
}

.about-ssu--book .left-side:nth-child(20) {
    transform: translateZ(20px) scaleX(-1) translateX(100%) rotateY(180deg);
}


.page:nth-child(21) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-21px);
    background: #f5f5f5;
}

.left-side:nth-child(21) {
    transform: translatez(21px) rotatey(-180deg);
}

.page:nth-child(22) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-22px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(22) {
    transform: translatez(22px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(23) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-23px);
    background: #f5f5f5;
}

.left-side:nth-child(23) {
    transform: translatez(23px) rotatey(-180deg);
}

.page:nth-child(24) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-24px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(24) {
    transform: translatez(24px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(25) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-25px);
    background: #f5f5f5;
}

.left-side:nth-child(25) {
    transform: translatez(25px) rotatey(-180deg);
}

.page:nth-child(26) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-26px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(26) {
    transform: translatez(26px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(27) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-27px);
    background: #f5f5f5;
}

.left-side:nth-child(27) {
    transform: translatez(27px) rotatey(-180deg);
}

.page:nth-child(28) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-28px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(28) {
    transform: translatez(28px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(29) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-29px);
    background: #f5f5f5;
}

.left-side:nth-child(29) {
    transform: translatez(29px) rotatey(-180deg);
}

.page:nth-child(30) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-30px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(30) {
    transform: translatez(30px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(31) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-31px);
    background: #ccc;
}

.left-side:nth-child(31) {
    transform: translatez(31px) rotatey(-180deg);
}

.page:nth-child(32) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-32px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(32) {
    transform: translatez(32px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(33) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-33px);
    background: #ccc;
}

.left-side:nth-child(33) {
    transform: translatez(33px) rotatey(-180deg);
}

.page:nth-child(34) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-34px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(34) {
    transform: translatez(34px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(35) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-35px);
    background: #ccc;
}

.left-side:nth-child(35) {
    transform: translatez(35px) rotatey(-180deg);
}

.page:nth-child(36) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-36px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(36) {
    transform: translatez(36px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(37) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-37px);
    background: #ccc;
}

.left-side:nth-child(37) {
    transform: translatez(37px) rotatey(-180deg);
}

.page:nth-child(38) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-38px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(38) {
    transform: translatez(38px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(39) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-39px);
    background: #ccc;
}

.left-side:nth-child(39) {
    transform: translatez(39px) rotatey(-180deg);
}

.page:nth-child(40) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-40px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(40) {
    transform: translatez(40px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(41) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-41px);
    background: #f5f5f5;
}

.left-side:nth-child(41) {
    transform: translatez(41px) rotatey(-180deg);
}

.page:nth-child(42) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-42px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(42) {
    transform: translatez(42px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(43) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-43px);
    background: #f5f5f5;
}

.left-side:nth-child(43) {
    transform: translatez(43px) rotatey(-180deg);
}

.page:nth-child(44) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-44px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(44) {
    transform: translatez(44px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(45) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-45px);
    background: #f5f5f5;
}

.left-side:nth-child(45) {
    transform: translatez(45px) rotatey(-180deg);
}

.page:nth-child(46) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-46px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(46) {
    transform: translatez(46px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(47) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-47px);
    background: #f5f5f5;
}

.left-side:nth-child(47) {
    transform: translatez(47px) rotatey(-180deg);
}

.page:nth-child(48) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-48px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(48) {
    transform: translatez(48px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(49) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-49px);
    background: #f5f5f5;
}

.left-side:nth-child(49) {
    transform: translatez(49px) rotatey(-180deg);
}

.page:nth-child(50) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-50px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(50) {
    transform: translatez(50px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(51) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-51px);
    background: #ccc;
}

.left-side:nth-child(51) {
    transform: translatez(51px) rotatey(-180deg);
}

.page:nth-child(52) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-52px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(52) {
    transform: translatez(52px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(53) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-53px);
    background: #ccc;
}

.left-side:nth-child(53) {
    transform: translatez(53px) rotatey(-180deg);
}

.page:nth-child(54) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-54px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(54) {
    transform: translatez(54px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(55) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-55px);
    background: #ccc;
}

.left-side:nth-child(55) {
    transform: translatez(55px) rotatey(-180deg);
}

.page:nth-child(56) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-56px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(56) {
    transform: translatez(56px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(57) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-57px);
    background: #ccc;
}

.left-side:nth-child(57) {
    transform: translatez(57px) rotatey(-180deg);
}

.page:nth-child(58) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-58px) scalex(-1) translatex(100%);
    background: #ccc;
}

.left-side:nth-child(58) {
    transform: translatez(58px) scalex(-1) translatex(100%) rotatey(180deg);
}

.page:nth-child(59) {
    padding: 5% 4% 4% 5%;
    transform-origin: 0% 50%;
    transform: translatez(-59px);
    background: #ccc;
}

.left-side:nth-child(59) {
    transform: translatez(59px) rotatey(-180deg);
}

.page:nth-child(60) {
    padding: 5% 5% 4% 4%;
    transform-origin: 100% 50%;
    transform: translatez(-60px) scalex(-1) translatex(100%);
    background: #f5f5f5;
}

.left-side:nth-child(60) {
    transform: translatez(60px) scalex(-1) translatex(100%) rotatey(180deg);
}

.about-ssu--book p {
    margin-bottom: 4%;
    font-size: 16px;
}

.about-ssu--book .page:nth-child(3) p:first-of-type:first-letter {
    font-size: 32px;
}

.about-us .about-content--container .arrow-scribble--wrapper {
    position: absolute;
    right: 20px;
    bottom: 200px;
    transform: scale(1);
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 9;
}

.about-us .about-content--container .arrow-scribble--text {
    color: #08b861;
    font-size: 36px;
    font-family: "Nanum Pen Script", cursive;
    line-height: 1;
    text-transform: uppercase;
    transform: rotate(-10deg);
    transition: all 0.2s ease-out;
}

.about-us .about-content--container .arrow-scribble--arrow {
    /* position: absolute; */
    color: #08b861;
    animation: animate-jiggle 4s ease-in-out infinite;
    animation-delay: 10s;
    transition: all 0.2s ease-out;
}



/* SSU Tenet */
.ssu-tenet, .ssu-tenet--home, .ssu-process--section {
    background-color: #fff;
    padding: 80px 0 120px;
    position: relative;
}

/* .ssu-tenet .init-content--grid {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 2.5rem;
    margin-bottom: 2rem;
} */

.ssu-tenet .init-content--grid, .ssu-process--section .init-content--grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 4rem;
    max-width: 720px;
}

.ssu-tenet .init-content--grid .large-text, .ssu-tenet--home .content-wrap .large-text, .ssu-process--section .init-content--grid .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
    /* margin-bottom: 64px; */
}

.ssu-tenet .init-content--grid .small-text, .ssu-tenet--home .content-wrap .small-text, .ssu-process--section .init-content--grid .small-text {
    color: #5c5965;
    font-size: 1.25rem;
    line-height: 1.5;
    margin: 0;
}

.ssu-tenet--grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 20px;
    margin: auto;
    transition: all 0.2s ease-out;
}

.ssu-tenet--grid .tenet-step {
    grid-column: span 4;
    padding: 4rem 0 2rem;
    position: relative;
}

.ssu-tenet--grid .tenet-step .large-text {
    color: var(--body-color);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 220%;
    text-transform: uppercase;
    padding-bottom: 2rem;
    position: relative;
    z-index: 9;
    transition: all 0.2s ease-out;
}

.ssu-tenet--grid .tenet-step:hover .large-text {
    color: var(--body-color);
    transition: all 0.2s ease-out;
}

.ssu-tenet--grid .tenet-step .small-text {
    color: rgb(3 57 15 / 80%);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 1rem;
    position: relative;
    max-width: 17rem;
    z-index: 9;
}

.ssu-tenet--grid .tenet-step:hover .small-text {
    color: var(--body-color);
    transition: all 0.2s ease-out;
}

.ssu-tenet--grid .tenet-step .big-num {
    font-size: 18rem;
    font-family: 'TTFirsNeue', sans-serif;
    text-align: left;
    display: inline;
    color: #ffffff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ddf1d6;
    font-variant: tabular-nums;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    align-self: end;
    padding: 0 !important;
    line-height: 120% !important;
    font-weight: 800;
    transition: all 0.2s ease-out;
    max-width: 17rem;
}

.ssu-tenet--grid .tenet-step:hover .big-num {
    color: #ddf1d6 !important;
    transition: all 0.2s ease-out;
}

.ssu-tenet .bg-line--wrapper, .pre-cta--block .bg-line--wrapper {
    width: 100%;
    bottom: 24px;
    height: 740px;
    overflow: hidden;
    position: absolute;
    padding-top: 8px;
}

.ssu-tenet .bg-line--wrapper svg, .pre-cta--block .bg-line--wrapper svg {
    left: 50%;
    bottom: 0;
    position: absolute;
    min-width: 1280px;
    transform: translateX(-50%);
}

.animated-path {
    stroke-dasharray: 5000; /* Large enough value to cover the entire path */
    stroke-dashoffset: 5000; /* Start hidden */
    animation: drawPath 8s ease forwards; /* Adjust the duration as needed */
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

.ssu-tenet--home {
    background-color: #ebf5f3;
    background-image: url('../images/ssu-matrix-bg-image.png');
    background-repeat: no-repeat;
    background-position: 0% 4em;
    background-size: 42em;
    min-height: 30em;
}

.ssu-tenet--home .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 5rem;
    max-width: 600px;
    text-align: left;
}

.ssu-tenet--home .ssu-tenet--box {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
    margin: auto;
    padding-left: 50px;
    position: relative;
}

.ssu-tenet--home .ssu-tenet--box .box-card {
    grid-column: span 4;
    position: relative;
    transition: transform 0.5s ease-in-out;
}

.ssu-tenet--home .ssu-tenet--box .box-card:hover {
    transform: scale(1.04);
}

.ssu-tenet--home .ssu-tenet--box .box-card .heading-text, .ssu-tenet--home .ssu-tenet--box .rotate-text {
    font-size: 13px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.ssu-tenet--home .ssu-tenet--box .rotate-text {
    display: inline-block;
}

.ssu-tenet--home .ssu-tenet--box .rotate-text:nth-child(1) {
    color: #fff;
}

.ssu-tenet--home .ssu-tenet--box .box-card .card-w-content {
    background-color: var(--tertiary-color);
    border: 1px solid transparent;
    border-radius: 8px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.15;
    text-align: center;
    margin: 0;
    padding: 30px 20px;
}

.ssu-tenet--home .ssu-tenet--box .box-card .card-w-content.white-bg {
    background-color: #fff;
    border-color: #cdd8cf;
    color: #247533;
}

.ssu-tenet--home .ssu-tenet--box .y-axis--wrapper {
    display: flex;
    gap: 4.85rem;
    position: absolute;
    transform: rotate(-90deg);
    transform-origin: left top;
    left: 20px;
    bottom: 15px;
}

.ssu-tenet--modal {
    position: relative;
    z-index: 2;
}

.ssu-tenet--modal .content-flex {
    display: flex;
    flex-direction: column;
}

.ssu-tenet--modal .content-flex .large-text {
    color: var(--body-color);
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 220%;
    text-transform: uppercase;
    padding-bottom: 2rem;
    position: relative;
    z-index: 9;
    transition: all 0.2s ease-out;
}

.ssu-tenet--modal .content-flex .small-text {
    color: rgb(3 57 15 / 80%);
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 1rem;
    position: relative;
}

.ssu-tenet--home .matrix-image {
    position: absolute;
    width: 300px;
    height: auto;
    left: 120px;
    bottom: 60px;
}

.ssu-process--section {
    background-color: #0C502E;
}

.ssu-process--section .init-content--grid .large-text, .ssu-process--section .init-content--grid .small-text {
    color: #fff;
}

.ssu-process--grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.ssu-process--grid .ssu-process--card {
    background-color: transparent;
    background-image: url(../images/ssu-process-card-bg.svg);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 58px 30px;
}

.ssu-process--grid .ssu-process--card .card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
}

.ssu-process--grid .ssu-process--card .card-content .top-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    align-items: center;
}

.ssu-process--grid .ssu-process--card .card-content .top-block .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ssu-process--grid .ssu-process--card .card-content .top-block .left-content .big-num {
    color: #FDEA60;
    font-size: 64px;
    font-weight: 800;
    line-height: 100%;
    margin: 0;
}

.ssu-process--grid .ssu-process--card .card-content .top-block .left-content .badge-text {
    background-color: #FDEA60;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 12px;
}

.ssu-process--grid .ssu-process--card .card-content .top-block .right-content .icon-wrapper {
    border: 4px solid #FDEA60;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
}

.ssu-process--grid .ssu-process--card .card-content .top-block .right-content .icon-wrapper .spc-icon {
    width: 60px;
    height: 60px;
}

.ssu-process--grid .ssu-process--card .card-content .small-text {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    position: relative;
    max-width: 17rem;
    z-index: 9;
}


/* Team */
.ssu-team {
    background-color: #ebf5f3;
    padding: 100px 0 120px;
    position: relative;
}

.ssu-team .content-intro {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 64px;
    text-align: center;
}

.ssu-team .content-intro .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 0;
}

.ssu-team .content-intro .small-text {
    color: #58695b;
    font-size: 1.15rem;
    line-height: 1.5;
    margin: 0;
}

/* Main Profile Grid */
.team-main--grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0;
    margin-bottom: 60px;
}

.team-main--grid .team-list--item {
    background: #fff;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    cursor: pointer;
    display: grid;
    grid-template-columns: 2fr 3fr;;
    align-items: start;
    transition: all 0.3s ease;
}

.team-main--grid .team-list--image {
    width: 100%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
}

.team-main--grid .team-list--image .intrinsic-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-main--grid .team-list--item:hover .intrinsic-image {
    transform: scale(1.05);
}

.team-main--grid .team-list--info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 40px;
}

/* Regular Team Grid */
.team-list--grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding: 0;
}

.team-list--grid .team-list--item {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

.team-list--grid .team-list--image {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
}

.team-list--grid .team-list--item .intrinsic-image {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 125%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.team-list--grid .team-list--item:hover .intrinsic-image {
    transform: scale(1.05);
}

.team-list--item .team-list--info {
    display: flex;
    flex-direction: column;
}

.team-list--item .team-list--info .team-member--name {
    /* color: inherit; */
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -.15px;
    margin: 0;
}

.team-list--item .team-list--info .team-member--pos {
    color: rgb(3 57 15 / 80%);
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
    -webkit-font-smoothing: antialiased;
}

.team-main--grid .team-list--info .team-member--pos {
    font-size: 18px;
}

.team-list--item .team-list--info .team-member--preview {
    max-height: 240px;
    overflow: hidden;
    position: relative;
}

.team-list--item .team-list--info .team-member--preview::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(255, 255, 255, 0.1));
}

.team-list--item .team-list--info .preview-text {
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.team-member--details-wrapper {
    padding: 0;
    position: relative;
}

.team-member--details-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.team-member--details-wrapper .team-member--details-header {
    border-bottom: 1px solid rgb(212 212 216);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 30px;
    padding-right: 55px;
    margin-bottom: 0;
}

.team-member--details-wrapper .header-text {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.team-member--details {
    padding-top: 0;
}

.team-member--details .image-wrapper {
    width: 100%;
    height: 100%;
    max-height: 350px;
    overflow: hidden;
}

.team-member--details .image-wrapper .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-member--details .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 20px 30px;
}

.team-member--details .content-wrapper .large-text {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -.0625rem;
}

.team-member--details .content-wrapper .small-text {
    color: #7b7884;
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
    -webkit-font-smoothing: antialiased;
}

.team-member--details .content-wrapper .body-text {
    margin-bottom: 16px;
}


/* Scrollable Notification */
.scrollable-notifications {
    position: relative;
    background-color: #fff;
    color: rgb(35, 44, 42);
    padding-top: 0px;
    padding-bottom: 0px;
}

.notification-wrapper {
    width: 100%;
    padding: 14px 0px;
    background: #fff;
    overflow: hidden;
    white-space: nowrap;
}

.scrolling-animation {
    display: inline-block;
    padding-right: 0;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: scrolling;
    animation-duration: 100s;
}

@-webkit-keyframes scrolling {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}
    
@keyframes scrolling {
    0% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(-100%,0,0);
        -ms-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.notification-wrapper .content-wrapper {
    position: relative;
    display: inline-block;
    margin: 0px 15px;
}

.notification-wrapper .content-wrapper .content {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.notification-wrapper .content-wrapper .image-wrap {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 0;
}

.notification-wrapper .content-wrapper .image-wrap img {
    /* width: 100%;
    object-fit: cover; */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}

.notification-wrapper .content-wrapper p {
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 8px;
}


/* Peace of Mind */
.pom-section {
    background-color: #fff;
    padding: 80px 0 96px;
    position: relative;
}

.pom-section.gray-bg {
    background-color: #ebedf5;
}

.pom-section .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.pom-section .content-item {
    align-items: center;
    justify-content: space-between;
    display: flex;
    /* flex-wrap: wrap; */
}

.pom-section .content-item.reverse-wrap {
    flex-direction: row-reverse;
}

.pom-section .content-item .text-block {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    width: calc(40% - 24px);
}

.pom-section .content-item .text-block .large-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    position: relative;
    z-index: 2;
}

.pom-section .content-item .text-block .large-text .underlined {
    position: relative;
    z-index: 1;
}

.pom-section .content-item .text-block .large-text .underlined:before {
    background-color: #8cf09b;
    --highlight-mask-height: .3em;
    mask-image: url(data:image/svg+xml,%3Csvg%20fill%3D%22none%22%20preserveAspectRatio%3D%22none%22%20height%3D%2216%22%20viewBox%3D%220%200%20100%2016%22%20width%3D%22100%25%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20clip-rule%3D%22evenodd%22%20d%3D%22m54.634.136885c-1.919.069614-5.0237.176001-6.8991.23647-1.8755.06047-3.9809.132051-4.6788.158991-.6978.02704-3.5884.137262-6.4234.245026-2.835.107763-6.0467.238238-7.137.289958-4.7362.22457-6.2459.30087-6.7159.33971-.2753.02271-1.1429.09075-1.9279.15112-1.7385.13382-3.983.35034-5.789.55839-.7415.08535-1.8342.20983-2.4284.27649-.5941.06666-1.1614.17158-1.2609.23322-.0992.06156-.454.112-.7882.112-.3394%200-.6417.05427-.68484.1229-.04235.06765-.3521.1292-.68818.13687-.33607.00767-.78349.08397-.99411.16951-.21063.08564-.7015.16892-1.09103.18515-.84011.035-1.12321.12625-1.00141.3228.0663.10707-.03314.14434-.38492.14434-.50816%200-.7835.28356-.46645.48011.24377.15113-.18176.22428-.74828.12861-.69214-.1169-.70689-.31375-.02348-.31375.31245%200%20.56827-.04896.56827-.10884s-.10975-.0827-.24393-.05084c-.13798.03284-.28263-.00442-.33306-.08603-.06376-.10285-.16733-.11809-.36304-.0531-.15067.04995-.69658.0824-1.2133.07197-.74289-.01504-.9394.0119-.9394.12852%200%20.10442.13243.13785.45391.11445.32435-.0237.43346.00442.38192.09832-.03949.07227-.24377.13402-.45392.13736-.60491.00944-1.571427.15604-1.571427.23844%200%20.08839.799357.19802%201.443597.19802.51625%200%201.00474.36351.84201.62653-.05535.08937-.02014.2228.07835.29634.1732.1293.08692.45318-.12085.45417-.05615.00029-.31609.10697-.57779.23706l-.4758.23666.38445.25447c.27501.1821.31799.25456.15067.25456-.12863%200-.3015-.04051-.38445-.09006-.09183-.05497-.22205-.0414-.3337.0348-.14036.09597-.09992.18947.17399.40244l.35685.27748.55511-.21268c.3053-.11701.60316-.18288.662-.1465.24346.15093%201.71591.21228%201.79236.07472.0314-.05634-.04679-.18908-.17351-.29497-.20095-.16814-.27406-.1761-.57255-.06303-.50198.19026-.57176.06362-.07597-.13775.41252-.16754.43013-.16568.80681.08613.48659.32536.48421.46911-.01285.75858-.25694.14955-.36558.29507-.30658.4104.06709.13087.00888.17866-.21697.17866-.1697%200-.58492.07423-.92274.16508-.59539.16008-.70895.18141-1.12956.21327-.10896.00816-.19826.06431-.19826.12478%200%20.0643.16558.09016.40031.06233.22014-.02615.44155-.00609.49183.04435.05043.05054.19127.06814.31324.03913.12196-.029.36748-.01927.54559.02153.32037.07345.3199.0765-.03949.27689-.52101.29055-1.62694.54058-1.83122.41394-.11182-.06932-.35559-.03805-.77509.09961-.33655.11051-.748758.22661-.915924.25811-.230448.0434-.259631.0848-.120379.1712.271368.1682%201.705763.126%202.173323-.0639.41934-.1703.70942-.1357.70942.0848%200%20.1872-.42473.3778-.91989.4128-1.36445.0965-1.622811.1247-1.808851.1969-.112924.044-.329732.0672-.481673.0516-.1773164-.018-.2469436.0195-.1941292.1048.1032502.1667.9327332.2119%201.3500232.0734.24789-.0822.33544-.0708.41268.054.05376.0871.02268.205-.06931.262-.25884.1605-.04156.3747.38001.3747.23156%200%20.37953.0576.37953.1475%200%20.1841.06122.1838.64519-.0034.42664-.1368.47978-.1362.56828.0066.0536.0867.02315.2541-.06773.3721-.09103.1181-.20697.2949-.25788.3929-.05091.0982-.16796.1495-.25995.1142-.11483-.044-.10738-.1091.02379-.207.13449-.1005.14147-.1738.02363-.2469-.16336-.1013-.33877-.019-.96097.4506-.26645.2011-.09183.3752.29897.2982.16986-.0335.30388-.0135.30388.0452%200%20.0577-.08914.1117-.19826.1199-.10895.0082-.27517.02-.36922.0262-.09405.0061-.41046.1362-.70324.2889-.45773.2387-.50594.3037-.34448.4641.10325.1025.18778.2728.18778.3785%200%20.2246.1862.3104.85851.3957.60871.0772.63409.3033.05345.4759-.30753.0914-.43615.2037-.43615.381%200%20.233.03965.2468.54384.1881.90435-.1051%203.65054-.1676%206.75184-.1533%2013.17668.0605%2019.52958-.0057%2019.92148-.2074.1639-.0842.2765-.085.4357-.0031.1446.0744.8817.0962%202.2601.0667%201.8894-.0404%205.5958-.08%2019.0157-.2034%205.7839-.0532%2012.0155-.1544%2012.133-.197.0436-.016%201.8279-.0563%203.9651-.0899%202.1371-.0335%204.7065-.0808%205.7096-.1051%201.9423-.047%205.2369-.1183%209.1197-.1973%206.1573-.1252%207.6273-.1624%209.9771-.2524%202.6044-.0996%205.8492-.3314%206.1265-.4375.4284-.1642.7568-.8292.8488-1.7186.0532-.5138.1647-1.3544.2479-1.8682.0833-.5137.2638-2.06234.4011-3.44134.1374-1.379.3245-2.83912.4159-3.24471.4057-1.8018.3007-2.25261-.5726-2.4585-.3957-.09322-4.473-.30412-6.7391-.34847-.8287-.01622-2.6844-.07659-4.1237-.134015-5.02-.200582-13.07-.424369-19.8661-.552289-1.6365-.030776-3.2066-.074724-3.4893-.097535-.2827-.02291-1.5725-.046214-2.8659-.051818-1.9657-.008456-2.3376-.033137-2.2651-.150242.1048-.1693143-.2506-.1685266-5.2165.011604zm4.6391.014355c-.1525.024778-.4025.024778-.5551%200-.1525-.02468-.0277-.044934.2776-.044934s.4301.020254.2775.044934zm-42.9414%202.03571c0%20.02124-.1107.06499-.2461.09724-.1412.03353-.2048.01702-.1493-.03864.0931-.0935.3954-.13824.3954-.0586zm-3.491%201.38579c.1705.12733.1321.13244-.2977.03952-.5616-.12133-.6293-.18573-.1957-.18573.1637%200%20.3857.06578.4934.14621zm-3.49065.59358c-.11039.0824-.2333.12959-.27327.10491-.10991-.06823.11356-.25475.30515-.25475.10531%200%20.09326.05643-.03188.14984zm-.27533.552c.08834.03451.10674.11671.04108.18258-.16749.16804-.39699-.07167-.37621-.3928.01332-.20344.02966-.21189.09532-.04916.04362.10815.15147.22486.23981.25938zm-4.35267.30225c.03235.10363-.10658.16607-.43616.19605-.53734.04887-.63107-.07679-.20618-.27648.3337-.15673.57763-.12625.64234.08043zm3.6461.21503c-.11245.07571-.2295.12291-.25995.10491-.09405-.05545.14433-.24246.30895-.24246.08565%200%20.0636.06194-.049.13755zm-7.06096.61886c.15432.02497.36843.0233.47581-.00364.10737-.02694-.01888-.0473-.28057-.04533s-.34956.02399-.19524.04897zm6.93122.223c.12831.05034.19444.11553.14702.14493-.04742.02949-.22378-.01102-.3919-.08987-.33433-.15683-.13117-.20255.24488-.05506zm.63901.39713c0%20.05408-.07566.09832-.16796.09832-.09231%200-.12387-.04424-.06995-.09832.05393-.05408.12942-.09833.16796-.09833s.06995.04425.06995.09833zm.79301.68827c0%20.05408-.07566.09832-.16797.09832-.0923%200-.12386-.04424-.06994-.09832.05393-.05408.12942-.09832.16796-.09832s.06995.04424.06995.09832zm.95157%201.61183c0%20.02124-.107.06411-.2379.09528-.1308.03107-.2379.01367-.2379-.03864%200-.05241.1071-.09528.2379-.09528.1309%200%20.2379.01741.2379.03864zm-9.641686.1996c-.226007.07847-.196825.10403.191596.16843.45375.07522%201.04423-.03893%201.04423-.20196%200-.10923-.8942-.08495-1.235826.03353zm-.821399.15123c-.1283087.05034-.1920663.117-.1416309.14827.1249779.07748.6128369-.04592.6128369-.15496%200-.11209-.17462-.10963-.471206.00669zm4.753455%201.22708c0%20.0239-.07137.0707-.1586.1041-.08723.0335-.1586.0139-.1586-.0433%200-.0573.07137-.1042.1586-.1042s.1586.0195.1586.0434zm1.80203%201.6773c.06915.1119-.02966.1475-.40998.1475-.4747%200-.48485-.0076-.19318-.1443.39286-.1843.49072-.1848.60316-.0032zm-5.4348%201.0266c-.15765.0605-.16209.097-.01824.1521.1042.04.26074.0284.34797-.0257.20666-.1281-.05916-.23-.32973-.1264zm4.74298.0058c0%20.0541-.07137.0984-.1586.0984s-.1586-.0443-.1586-.0984c0-.054.07137-.0983.1586-.0983s.1586.0443.1586.0983zm6.36442%202.0403c.2012.1592.1938.1612-.0996.0278-.1745-.0794-.3469-.1567-.3834-.1721-.0363-.0153.0086-.0278.0996-.0278.0911%200%20.2636.0775.3834.1721z%22%20fill%3D%22%238cf09b%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E);
    mask-position: left bottom;
    mask-repeat: no-repeat;
    /* mask-size: 0 .3rem; */
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.pom-section .content-item .text-block .des-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.pom-section .content-item .image-block {
    width: calc(65% - 24px);
    height: auto;
}

.pom-section .content-item .image-block .image-wrapper {
    display: block;
    max-width: 100%;
    margin: 0 75px;
    height: auto;
    width: auto;
}



/* Membership */
.ssu-membership {
    background-color: #fff;
    padding: 120px 0 96px;
}

.ssu-membership .pricing-table--wrapper {
    /* background: #ebedf5; */
    box-shadow: none;
    /* border-bottom: 1px solid #869093; */
}

.ssu-membership .pricing-table--flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 0;
}

.ssu-membership .pricing-table--flex .pricing-table--item {
    border-left: 1px solid #dce1eb;
    padding: 0px 24px;
    margin: 0;
    position: relative;
}

.ssu-membership .pricing-table--flex .pricing-table--item:first-child {
    border: 0;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0px 0px 24px;
    padding: 24px 0px 0px;
    position: relative;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .mp-plan {
    background-color: #fa942e;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: calc(100% + 50px);
    position: absolute;
    top: -30px;
    left: -25px;
    padding: 6px 24px;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block {
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /* min-height: 370px; */
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .plan-name--icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .plan-name {
    color: #212b36;
    font-size: 28px;
    line-height: 100%;
    font-weight: 600;
    text-align: left;
    min-height: auto;
    margin-bottom: 0;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .plan-icon {
    width: 24px;
    height: 24px;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .plan-details, .ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .plan-price--details {
    color: #212b36;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 16px;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .plan-details {
    min-height: 70px;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .plan-price {
    color: rgb(22, 20, 12);
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    text-align: left;
    margin-bottom: 12px;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .btn-link--wrapper {
    margin: 24px 0 16px;
    width: 100%;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .btn-link--wrapper .o-button-wrap {
    width: 100%;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .btn-link--wrapper .o-button {
    text-align: center;
    width: 100%;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .features-list--subheading {
    color: #2b3a57;
    font-size: 1rem;
    font-weight: 600;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .features-list--block {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .features-list--block li {
    color: rgb(22, 20, 12);
    line-height: 1.5;
    display: flex;
    gap: 16px;
    padding: 0;
    margin-top: 16px;
    margin-bottom: 0;
    position: relative;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .features-list--block li .icon-wrapper {
    color: #02c75e;
    flex: 1 0 auto;
    margin: 0;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .features-list--block li .svg-icon {
    left: -24px;
    width: 12px;
    top: 2px;
    fill: currentColor;
}

.ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .features-list--block li .list-text {
    color: rgb(22, 20, 12);
    text-decoration: underline;
    flex: 1 1 100%;
    font-size: 1rem;
    text-decoration-line: underline;
    text-decoration-style: dashed;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.ssu-membership .disclaimer-text {
    color: #75808a;
    font-size: 11px;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 2.5rem;
    max-width: 700px;
    text-align: center;
}


/* SSU Trybe Ads */
.ssu-trybe--ads {
    background-color: #fff;
    padding: 80px 0 96px;
}

.ssu-trybe--ads .ads-menu {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    margin-bottom: 64px;
}

.ssu-trybe--ads .ads-menu--title {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
}

.ssu-trybe--ads .ads-menu--container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 32px;
}

.ssu-trybe--ads .ads-menu--search-container {
    border-right: 2px solid #ebedf5;
    display: flex;
    padding-right: 32px;
}

.ssu-trybe--ads .ads-menu--search-button {
    color: inherit;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    background-color: inherit;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    align-items: center;
    width: 24px;
    height: 40px;
}

.ssu-trybe--ads .ads-menu--search-button .svg-icon {
    width: 24px;
    height: 40px;
}

.ssu-trybe--ads .ads-menu--category {
    flex: 1 1;
}

.ssu-trybe--ads .ads-menu--category .category-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 8px;
    padding: 0;
    margin: 0;
}

.ssu-trybe--ads .ads-menu--category .category-menu li {
    list-style: none;
    transition: box-shadow .35s ease;
}

.ssu-trybe--ads .ads-menu--category .category-menu li .category-menu--link {
    background-color: #ebf5f3;
    border: none;
    border-radius: 40px;
    color: #181f38;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 20px;
    text-decoration: none;
    transition: box-shadow .35s ease;
}

.ssu-trybe--ads .ads-menu--category .category-menu li .category-menu--link:hover {
    box-shadow: 0 0 0 2px #08cf65
}

.ssu-trybe--ads .ads-menu--category .category-menu li .category-menu--text {
    text-align: center;
    white-space: nowrap;
}

.ssu-trybe--ads .ads-menu--search-form {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s;
    gap: 28px;
    max-width: 480px;
    display: flex;
    top: -10px;
}

.ssu-trybe--ads .ads-menu--search-form .search-form--input {
    min-width: 200px;
    width: 100%;
}

.ssu-trybe--ads .ads-masonry {
    column-count: 3;
    column-gap: 16px;
    margin: 0 auto;
}

.ssu-trybe--ads .ad-brick {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: brick-counter;
    position: relative;
    margin-bottom: 16px;
}

.ssu-trybe--ads .ad-image {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ssu-trybe--ads .ad-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%; /* Adjust height for the fade effect */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.ssu-trybe--ads .ad-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    text-align: left;
    z-index: 9; 
}



/* Inputs */
.btn {
    border-radius: 5px;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    background: -webkit-gradient(linear, right top, left top, color-stop(50%, #f45d48), color-stop(50%, #ef523c));
    background: -webkit-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: -o-linear-gradient(right, #f45d48 50%, #ef523c 50%);
    background: linear-gradient(to left, #f45d48 50%, #ef523c 50%);
    background-position: right bottom;
    background-size: 200% 100%;
    border: none;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
}

.white-btn {
    background: #fff;
    color: #222525;
}

.cta-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    padding: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 20px;
    -webkit-transition: .6s;
    transition: .6s;
    font-family: Grifter,sans-serif;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0;
}

.cta-button:hover {
    background-color: #fff;
    box-shadow: 9px 9px 0 0 hsla(0,0%,100%,.24);
    -webkit-transform: translate(0,-13px);
    -ms-transform: translate(0,-13px);
    transform: translate(0,-13px);
    color: #000
}

.the__button {
    display: inline-block;
    text-decoration: none;
    padding: 15px 25px;
    font-weight: 400;
    background: var(--primary-color);;
    color: var(--white);
    border: 1px solid var(--primary-color);
    transition: color 600ms ease, background 1200ms ease;
    border-radius: 64px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.5;
}

.the__button.btn--alt {
    background: none;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.the__button.btn--white {
    background: #fff;
    color: #222525;
    border: 1px solid #fff;
}

.the__button.btn--inverse {
    background: var(--secondary-color);
    color: #fff;
    border: 1px solid var(--secondary-color);
}

.the__button:before {
    content: "";
    width: 56px;
    height: 100%;
    border-radius: 50%;
    background: #5633e3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: var(--trans-600);
}

.the__button.btn--white:before {
    background: #f7f7f7;
    color: #222525;
}

.the__button.btn--inverse:before {
    background: rgb(255, 168, 205);
    color: #222525;
}

.the__button:hover:before {
    transform: translate(-50%, -50%) scale(5);
    transition: var(--trans-1200);
}

.the__button:hover, .the__button:focus {
    color: var(--white);
    background: #5633e3;
}

.the__button.btn--white:hover {
    color: #222525;
    background: #fff;
}

.the__button.btn--inverse:hover, .the__button.btn--inverse:focus {
    color: #222525;
    background: rgb(255, 168, 205);
}

.the__button span {
    position: relative;
    z-index: 2;
}

.btn--link {
    width: auto;
    display: inline-block;
    background-color: transparent;
    color: #3f434c;
    padding: 0;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}

.btn--link span {
    margin-right: 36px;
}

.btn--link .link-arrow {
    display: inline-block;
    margin-left: -24px;
    opacity: 0;
    -webkit-transform: scale(0.8) translateX(-15px);
    transform: scale(0.8) translateX(-15px);
    -webkit-transition: opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),-webkit-transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
    transition: opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),-webkit-transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
    transition: transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),opacity 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9),-webkit-transform 200ms cubic-bezier(0.4, 0.1, 0.6, 0.9);
}

.btn--link:hover {
    color: #6E24D0;
}

.btn--link:hover .link-arrow {
    opacity: 1;
    -webkit-transform: scale(0.8) translateX(0px);
    transform: scale(0.8) translateX(-0px);
}

.btn--link .link-arrow circle, .btn--link .link-arrow path {
    fill: currentColor;
}


/* Video Playback */
.video-playback {
    position: relative;
}

.video-component--wrapper {
    position: relative;
}

.video-component {
    overflow: hidden;
}

.video-component video {
    border-radius: 50px;
    display: block;
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.video-player--link {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}

.video-player--link .play-icon {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-radius: 100%;
    border-color: transparent;
    background-color: var(--secondary-color);
}

.video-player--link:hover .play-icon {
    background-color: var(--primary-color);
}

.video-player--link .play-icon::before {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-style: solid;
    border-color: transparent;
    border-left-color: white;
    border-left-width: calc(calc(80px / 3) * 0.8660254038);
    border-top-width: calc(calc(80px / 3) / 2);
    border-bottom-width: calc(calc(80px / 3) / 2);
    transform: translate(-28%, -50%) rotate(360deg);
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.video-modal iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 90%;
}

.video-close-button {
    position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    cursor: pointer;
    width: 60px;
    height: 60px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQuNzA3IDMuMjkzYTEgMSAwIDEgMC0xLjQxNCAxLjQxNEwxMC41ODYgMTJsLTcuMjkzIDcuMjkzYTEgMSAwIDEgMCAxLjQxNCAxLjQxNEwxMiAxMy40MTRsNy4yOTMgNy4yOTNhMSAxIDAgMSAwIDEuNDE0LTEuNDE0TDEzLjQxNCAxMmw3LjI5My03LjI5M2ExIDEgMCAxIDAtMS40MTQtMS40MTRMMTIgMTAuNTg2IDQuNzA3IDMuMjkzeiIgZmlsbD0iI2ZmZiIvPgo8L3N2Zz4K) center center no-repeat;
}


/* Partner-Services */
.partner-services {
    background-color: #fff;
    padding: 24px 0 120px;
    position: relative;
}

.ssu-tenet--home + .partner-services {
    padding-top: 80px;
}

.event-posts + .partner-services {
    padding-top: 80px;
}

.partner-services .content-wrap {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 64px;
    max-width: 700px;
}

.partner-services .content-wrap .large-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.partner-services .content-wrap .small-text {
    color: gray;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}

.partner-services--grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    margin: auto;
}

.partner-services--grid .partner-card {
    background-color: #f5f5f5;
    border-radius: 20px;
    grid-column: span 8;
    display: flex;
    height: 450px;
}

.partner-services--grid .partner-card .card-slider--text {
    grid-row-gap: 200px;
    flex-direction: column;
    justify-content: flex-end;
    width: 50%;
    padding: 32px 40px;
    display: flex;
}

.partner-services--grid .partner-card .text-block {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
}

.partner-services--grid .partner-card .text-block .large-text {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.partner-services--grid .partner-card .text-block .small-text {
    color: gray;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}

.partner-services--grid .partner-card .card-slider--brands {
    grid-column-gap: 24px;
    width: 50%;
    display: flex;
    overflow: hidden;
}

.partner-services--grid .partner-card .card-path--block {
    display: flex;
    flex-direction: column;
    flex: none;
    gap: 24px;
    width: 44%;
    height: 100%;
}

.partner-services--grid .partner-card .card-path--block.right {
    align-items: flex-end;
    display: flex;
}

@keyframes moveSlideup {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-52%); /* Moves up by half the container height */
    }
}

@keyframes moveSlidedown {
    0% {
        transform: translateY(-52%);
    }
    100% {
        transform: translateY(0); /* Moves down by half the container height */
    }
}

.partner-services--grid .partner-card .brands-move--block {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    animation: moveSlideup 24s linear infinite;
}

.partner-services--grid .partner-card .card-path--block.right .brands-move--block {
    animation: moveSlidedown 24s linear infinite;
}

.partner-services--grid .partner-card .brands-card--block {
    border-radius: 20px;
    /* filter: saturate(0%); */
    flex: none;
    overflow: hidden;
}

.partner-services--grid .partner-card .brands-card--block .brand-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.partner-services--grid .services-card {
    background-color: var(--background-footer-green);
    border-radius: 20px;
    grid-column: span 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 32px;
    padding-bottom: 32px;
}

.partner-services--grid .services-card .card-content--text {
    display: flex;
    flex-direction: column;
    grid-row-gap: 24px;
    padding: 0 40px;
}

.partner-services--grid .services-card .card-content--text .large-text {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0;
}

.partner-services--grid .services-card .card-content--text .small-text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
}

.client-logo--container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.client-logo--track {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    flex: none;
}

.client-logo--flex {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: row;
    /* width: calc(128px * 12); */
    animation: scrollLogo 30s linear infinite;
}

.client-logo--item {
    display: flex;
    flex: none;
    align-items: center;
    align-self: center;
    justify-content: flex-start;
    margin-right: 4rem;
}

.client-logo--item .client-image {
    opacity: .95;
    width: auto;
    height: auto;
    max-width: 10rem;
    max-height: 3.5rem;
    object-fit: cover;
}

@keyframes scrollLogo {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.partners-content {
    padding-bottom: 96px;
}

.partners-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.benefits-list {
    margin-bottom: 40px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: #dff3ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.benefit-details h4 {
    color: #496459;
    font-size: 20px;
    margin-bottom: 5px;
}

.benefit-details p {
    font-size: 15px;
    line-height: 1.5;
}




/* Why Raiz */
.why-section {
    background-color: #fff;
    padding: 60px 0;
}

.why-section .why-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.why-grid .why-item {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.why-grid .why-item .svg-icon {
    width: 30px;
    height: 30px;
}

.why-grid .why-item .large-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.why-grid .why-item .small-text {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}


/* Image Breaker */
.image-breaker {
    background-color: #fff;
    padding: 80px 0 80px;
    position: relative;
}

.image-breaker .grid-image--wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    margin-bottom: 2rem;
    width: 100%;
}

.image-breaker .image-wrapper {
    border-radius: 3.125rem;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
}

.image-breaker .image {
    border-radius: 3.125rem;
    grid-area: span 1 / span 1 / span 1 / span 1;
    width: 100%;
    min-height: 450px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease-in-out;
}

.image-breaker .image-w-margin {
    margin-top: 6rem;
}

.image-breaker .image:hover {
    transform: scale(1.05);
}


/* Draggable Image Breaker */
.draggable-image--breaker {
    background-color: #fff;
    padding: 80px 0 40px;
    position: relative;
}

.draggable-image--breaker .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0 40px;
    touch-action: pan-y;
    z-index: 1;
}

.draggable-image--breaker .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    gap: 40px;
    align-items: center;
    transition-property: transform;
    transform: translateX(0px);
}

.draggable-image--breaker .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.draggable-image--breaker .slide-image--wrapper {
    box-sizing: border-box;
    max-width: 413px;
    position: relative;
}

.draggable-image--breaker .slide-image--container {
    position: relative;
}

.draggable-image--breaker .slide-image {
    border-radius: 20px;
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.5s ease-in-out;
}

.draggable-image--breaker:hover img {
    transform: scale(1.05);
}

.drag-overlay {
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    transform: translate(-50%, -50%);
    /* pointer-events: none; */
    z-index: 2;
}

.drag-overlay::after {
    content: 'Drag';
    color: #fff;
    font-size: 20px;
}

.slide-image--container:hover .drag-overlay {
    opacity: 1;
    /* pointer-events: none; */
    /* pointer-events: auto;
    cursor: grab; */
}

.draggable {
    cursor: grabbing;
}


/* Video */
.video-player {
    margin-bottom: 80px;
}

.video-player--wrapper {
    position: relative;
    max-width: 1312px;
    height: 743px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    background-image: url('../images/home-video-background-desktop.jpeg');
    background-size: cover;
    background-position: center center;
}

.video-player--content {
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.video-player--content .play-button--text-wrap {
    position: relative;
    top: 35%;
}

.video-player--content .play-button--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.video-player--content .play-button svg {
    width: 214px;
    height: 214px;
}

.video-player--content .play-button--text h2 {
    color: #fff;
    padding-top: 40px;
    max-width: 537px;
    font-size: 56px;
    font-weight: 600;
    line-height: 1.1;
    text-align: center;
}


/* Image Grid */
.image-grid {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 40px 0 80px;
    margin-top: 4.5rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.image-grid .image-grid--content {
    width: 400px;
    order: 2;
}

.image-grid .image-grid--content .small-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #75808a;
}

.image-grid .image-grid--content .large-text {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin: 1rem 0px 1.25rem;
}

.image-grid .image-grid--images {
    margin-right: 2rem;
    margin-top: 0px;
    order: 1;
    flex: 1 1 0%;
    max-width: 230px;
}

.image-grid .image-grid--images .top-image {
    display: flex;
    --rui-aspect-ratio: 0.807143;
}

.image-grid .image-grid--images .top-image::before {
    content: "";
    float: left;
    padding-bottom: 240px;
    width: 0px;
}

.image-grid .image-grid--images .bottom-image {
    display: flex;
    --rui-aspect-ratio: 0.941667;
}

.image-grid .image-grid--images .bottom-image::before {
    content: "";
    float: left;
    padding-bottom: 206px;
    width: 0px;
}

.image-grid .image-grid--images .bottom-image--right {
    display: flex;
    --rui-aspect-ratio: 0.627778;
}

.image-grid .image-grid--images .bottom-image--right::before {
    content: "";
    float: left;
    padding-bottom: 310px;
    width: 0px;
}

.image-grid .image-grid--images .long-image, .image-grid .image-grid--images .short-image {
    align-items: flex-end;
    background-color: rgb(223, 227, 231);
    border-radius: 24px;
    color: rgb(255, 255, 255);
    flex-flow: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    transition: box-shadow 0.25s ease 0s;
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
}

.image-grid .image-grid--images img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.image-grid .image-grid--images .long-image a, .image-grid .image-grid--images .short-image a {
    background-image: linear-gradient(180deg,transparent 60%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: opacity .4s;
    transition: all 5s ease;
    width: 100%;
}

.image-grid .image-grid--images .long-image a .link-arrow, .image-grid .image-grid--images .short-image a .link-arrow {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -.25px;
    margin: 0 0 1.3rem 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
}

.image-grid .image-grid--images .long-image a .arrow, .image-grid .image-grid--images .short-image a .arrow {
    position: relative;
    top: 0;
    margin-left: 8px;
    width: 28px;
    height: 20px;
    overflow: hidden;
}

.image-grid .image-grid--images .long-image a .arrow-link, .image-grid .image-grid--images .short-image a .arrow-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: -webkit-transform 1s cubic-bezier(.8,0,.2,1);
    transition: transform 1s cubic-bezier(.8,0,.2,1);
    transition: transform 1s cubic-bezier(.8,0,.2,1),-webkit-transform 1s cubic-bezier(.8,0,.2,1);
}

.image-grid .image-grid--images .long-image a .arrow-link.visible, .image-grid .image-grid--images .short-image a .arrow-link.visible {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}

.image-grid .image-grid--images .long-image a:hover .arrow-link, .image-grid .image-grid--images .short-image a:hover .arrow-link {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
}

.image-grid .image-grid--images .long-image a:hover .arrow-link.visible, .image-grid .image-grid--images .short-image a:hover .arrow-link.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}


/* Plus more */
.plus-more {
    padding: 100px 0 64px;
}

.plus-more--flex-content {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.plus-more--flex-content .plus-more--flex-item {
    width: calc(33% - 20px);
    margin-bottom: 24px;
    text-align: center;
}

.plus-more--flex-content .plus-more--flex-item .flex-icon {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.plus-more--flex-content .plus-more--flex-item .flex-icon img {
    max-width: 100px;
    overflow: hidden;
}

.plus-more--flex-content .plus-more--flex-item h3 {
    margin-bottom: 12px;
    font-size: 1.125rem;
}

.plus-more--flex-content .plus-more--flex-item p {
    margin-bottom: 0;
}



/* Testimonials */
.testimonial-block {
    background-color: #f2f2f2;
    background-color: #ebedf5;
    padding: 120px 0 80px;
}

.testimonial-block .header-content {
    text-align: center;
    margin-bottom: 48px;
}

.testimonial-block .small-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #75808a;
}

.testimonial-block .large-text {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin: .25rem 0px 1.25rem;
}

.testimonial-block--wrapper {
    overflow: hidden;
}

.testimonial-card--flex {
    height: 100%;
    min-height: 550px;
    justify-content: space-between;
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.testimonial-card--flex .card-image--wrapper {
    width: 45%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.testimonial-card--flex .card-image {
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 100%;
}

.testimonial-card--flex .card-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: relative;
}

.testimonial-card--flex .card-content--wrapper {
    width: 55%;
    background-color: #fff;
    padding: 40px 0 40px 40px;
    overflow: hidden;
    margin: 0;
}

.testimonial-card--flex .card-content {
    color: #343434;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    max-width: unset !important;
}

.testimonial-card--flex .card-content .quote-text {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1px;
    line-height: 40px;
}

.testimonial-card--flex .card-content .bottom-content--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}

.testimonial-card--flex .card-content .bottom-content--wrapper .logo-image {
    width: auto;
    max-height: 80px;
    display: block;
    margin-bottom: 1em;
    position: relative;
}

.testimonial-card--flex .card-content .bottom-content--wrapper .quote-author {
    font-size: 1rem;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: .5rem;
}

.testimonial-card--flex .card-content .bottom-content--wrapper .quote-author-pos {
    color: #75808a;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.testimonial-card--flex .card-content .bottom-content--wrapper .vp-link {
    color: var(--tertiary-color);
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}

.testimonial-card--flex .card-content .bottom-content--wrapper .vp-link:after {
    content: '';
    height: 24px;
    width: 24px;
    background-image: url('../images/icons/play_button.svg');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: 0.25em;
}

.testimonial-disclaimer {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 48px;
    text-align: center;
}

.testimonial-disclaimer .disclaimer-text {
    color: #4f6273;
    font-size: 11px;
    line-height: 1.5;
}



/* SSU Testimonials */
.ssu-testimonials {
    background-color: #faf8f6;
    padding: 120px 0 96px;
}

.testimonial-card--wrapper {
    position: relative;
    margin-bottom: 32px;
    display: block;
}

.testimonial-card--content {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .2s ease-in;
}

.testimonial-card--imgWrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 200px;
    overflow: hidden;
}

.testimonial-card--imgWrapper img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transition: transform 0.4s ease-in-out 0s;
}

.testimonial-card--info {
    /* -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; */
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.testimonial-card--info .author-name {
    font-size: 18px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 8px;
    -webkit-font-smoothing: antialiased;
}

.testimonial-card--info .author-pos {
    color: #75808a;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px;
}

.testimonial-card--info .author-quote {
    color: #58695b;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.testimonial-card--wrapper .play-button--wrapper {
    background-color: #08b861;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    position: absolute;
    top: 175px;
    right: 35px;
    z-index: 9;
    transition: background-color 0.2s;
}

.testimonial-card--wrapper .play-button--wrapper:hover {
    background-color: #0c9953;
}

.testimonial-card--wrapper .play-button {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.video-embed--item {
    border-radius: 8px;
    max-width: 850px;
    aspect-ratio: 16 / 9;
}



/* Image Slideshow */
.image-slider--block {
    background-color: #fff;
    padding: 4rem 0 40px;
    padding-bottom: 80px;
    position: relative;
}

.image-slider--background-2 {
    background-image: linear-gradient(to bottom,transparent,rgb(193 138 255 / 15%));
    z-index: -2;
    height: 20rem;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.image-slider--container {
    z-index: 2;
    margin-top: 0;
    position: relative;
}

.image-slider--wrapper {
    display: flex;
    gap: 1rem;
    width: 100%;
    overflow: hidden;
}

.image-slider--wrapper .image-holder {
    gap: 2rem;
    flex: none;
    display: flex;
}

.image-slider--wrapper .image-holder {
    animation: moveSlideshow 25s linear infinite;
}

.image-slider--wrapper .image-lists {
    gap: 2rem;
    flex: none;
    align-items: center;
    display: flex;
}

.image-slider--wrapper .image-lists .image-list--item {
    width: 25rem;
}

.image-slider--wrapper .image-lists .image {
    border-radius: 32px;
}

@keyframes moveSlideshow {
    100% {
        transform: translateX(-30%);
    }
}


/* Gallery */
.ssu-gallery, .ssu-event--gallery {
    background-color: #fff;
    padding: 120px 0 96px;
}

.ssu-event--gallery {
    background-color: #faf8f6;
}

.event-gallery--wrapper {
    position: relative;
    margin-bottom: 32px;
    display: block;
}

.event-gallery--content {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .2s ease-in;
}

.event-gallery--imgWrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 200px;
    overflow: hidden;
}

.event-gallery--imgWrapper img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transition: transform 0.4s ease-in-out 0s;
}

.event-gallery--info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.event-gallery--info .event-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
    -webkit-font-smoothing: antialiased;
    position: relative;
}

.event-gallery--info .event-date {
    color: #58695b;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 110%;
    margin: 0px 0px 12px;
    text-transform: uppercase;
}

.event-gallery--info .event-link {
    color: #03390f;
    font-size: 15px;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

.event-gallery--stack {
    background-color: var(--tertiary-color);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    position: absolute;
    right: 35px;
    top: 175px;
    padding: 8px 12px;
    text-align: center;
}

.event-gallery--stack .svg-icon {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    padding: 0;
}

.gallery-grid .gallery-item {
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.gallery-grid .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
    cursor: pointer;
}

.gallery-grid .gallery-item:hover img {
    transform: scale(1.05);
}

.lightbox-wrapper {
    position: relative;
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.lightbox-image {
    max-width: 60%;
    max-height: 60%;
    border-radius: 8px;
}

.close-lightbox {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

.lightbox-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: background 0.3s ease;
}

.lightbox-arrow.left-arrow {
    left: 20px;
}

.lightbox-arrow.right-arrow {
    right: 20px;
}

.lightbox-arrow .arrow-svg {
    width: 24px;
    height: auto;
    fill: currentColor;
}

.lightbox-arrow:hover {
    background: rgba(0, 0, 0, 0.8);
}

.image-counter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    border-radius: 5px;
    user-select: none;
}



/* Pre-CTA */
.pre-cta--block {
    background-color: #ebf5f3;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 80px 0;
    position: relative;
}

.pre-cta--flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    grid-column: 1 / -1;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 40px 0 80px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: relative;
    z-index: 9;
}

.pre-cta--flex .content-wrap {
    width: 400px;
}

.pre-cta--flex .content-wrap .small-text {
    color: #75808a;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.pre-cta--flex .content-wrap .large-text {
    font-size: 48px;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin: 1rem 0px 1.25rem;
    padding-right: 12px;
}

.pre-cta--flex .content-wrap .disclaimer-text {
    color: #75808a;
    font-size: 11px;
    line-height: 1.5;
    margin-top: 1.5rem;
    max-width: 350px;
}

.pre-cta--flex .image-container {
    margin-right: 2rem;
    margin-top: 0px;
    order: 1;
    flex: 1 1 0%;
    max-width: 230px;
}

.pre-cta--flex .image-container .top-image {
    display: flex;
    --rui-aspect-ratio: 0.807143;
}

.pre-cta--flex .image-container .top-image::before {
    content: "";
    float: left;
    padding-bottom: 240px;
    width: 0px;
}

.pre-cta--flex .image-container .bottom-image {
    display: flex;
    --rui-aspect-ratio: 0.941667;
}

.pre-cta--flex .image-container .bottom-image::before {
    content: "";
    float: left;
    padding-bottom: 206px;
    width: 0px;
}

.pre-cta--flex .image-container .bottom-image--right {
    display: flex;
    --rui-aspect-ratio: 0.627778;
}

.pre-cta--flex .image-container .bottom-image--right::before {
    content: "";
    float: left;
    padding-bottom: 310px;
    width: 0px;
}

.pre-cta--flex .image-container .long-image, .pre-cta--flex .image-container .short-image {
    align-items: flex-end;
    background-color: rgb(223, 227, 231);
    border-radius: 24px;
    color: rgb(255, 255, 255);
    flex-flow: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    transition: box-shadow 0.25s ease 0s;
    /* transition: transform 0.5s ease-in-out; */
    transform: translate3d(0px, 0px, 0px);
    backface-visibility: hidden;
}

.pre-cta--flex .image-container .imageWrapper::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: -webkit-linear-gradient(91deg,#141516 7%,rgba(43,51,65,0) 100%);
    background-image: -o-linear-gradient(91deg,#141516 7%,rgba(43,51,65,0) 100%);
    background-image: linear-gradient(-1deg,#141516 7%,rgba(43,51,65,0) 100%);
    z-index: 9;
}

.pre-cta--flex .image-container .textWrapper {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 10;
}

.pre-cta--flex .image-container .textWrapper .image-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 100%;
    margin: 0;
}

@keyframes scaleAnimation {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.pre-cta--flex .image-container .imageWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
    animation: scaleAnimation 3s infinite;
}

.pre-cta--flex .image-container .imageWrapper.one img {
    animation-delay: 0.5s; 
}

.pre-cta--flex .image-container  .imageWrapper.two img {
    animation-delay: 1s;
}

.pre-cta--flex .image-container  .imageWrapper.three img {
    animation-delay: 1.5s;
}

.pre-cta--flex .image-container  .imageWrapper.four img {
    animation-delay: 2s;
}

.pre-cta--flex .image-container  .imageWrapper.five img {
    animation-delay: 2.5s;
}

.pre-cta--flex .image-container  .imageWrapper.six img {
    animation-delay: 3s;
}

.pre-cta--wrapper {
    border-radius: 16px;
    padding: 3.125rem 2.5rem;
    position: relative;
    width: 100%;
}

.pre-cta--wrapper .content-wrap {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pre-cta--wrapper .content-wrap .large-text {
    color: var(--heading-color);
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 2rem;
}

.pre-cta--wrapper .content-wrap .body-text {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 2rem;
}

.pre-cta--wrapper .content-flex {
    display: flex;
    justify-content: space-between;
    gap: 4.5rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 100%;
}

.pre-cta--wrapper .left-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pre-cta--wrapper .left-content .large-text {
    color: var(--heading-colors);
    font-size: 3rem;
    line-height: 100%;
    margin-bottom: 16px;
    max-width: 450px;
}

.pre-cta--wrapper .left-content .body-text {
    font-size: 18px;
    line-height: 130%;
    max-width: 600px;
}

.pre-cta--wrapper .left-content .play-video--btn {
    background-color: transparent;
    border: 0;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    font-weight: 600;
    height: fit-content;
    outline: 0;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.pre-cta--wrapper .left-content .play-video--btn .btn-image {
    transform: scale(1);
    transition: transform .2s ease;
}

.pre-cta--wrapper .right-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.pre-cta--wrapper .content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.pre-cta--wrapper .content-heading {
    display: flex;
    flex-direction: row;
    gap: 0.85rem;
}

.pre-cta--wrapper .content-heading .svg-icon {
    width: 30px;
    height: 30px;
}

.pre-cta--wrapper .content-heading .text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pre-cta--wrapper .content-heading .large-text {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.pre-cta--wrapper .content-heading .small-text {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0;
}


/* CTA */
.bottom-cta {
    padding-top: 120px;
    position: relative;
    background-color: var(--background-color);
    background: linear-gradient(180deg, #ffffff 50%, #e4e2f4 50%);
}

.bottom-cta .steps-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: repeat(12,minmax(0,1fr));
    width: 100%;
}

.bottom-cta .step-card {
    height: 32.5rem;
    grid-row-gap: 5px;
    background-color: #151515;
    border-radius: 56px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
    grid-column: span 3/span 3;
}

.bottom-cta .step-card.two-grids {
    grid-row-gap: 0px;
    background-color: #4b0082;
    color: #fff;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column: span 6/span 6;
}

.bottom-cta .step-card .content-wrap {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 3.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    display: flex;
}

.bottom-cta .step-card.two-grids .content-wrap {
    justify-content: space-between;
    align-items: flex-start;
    padding: 5rem 0 2.5rem 2.5rem;
}

.bottom-cta .step-card .content-top {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bottom-cta .step-card .large-text {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.bottom-cta .step-card .small-text {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 0;
    opacity: .5;
}

.bottom-cta .step-card .image-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.bottom-cta .step-card.two-grids .image-wrapper {
    justify-content: flex-end;
}

.bottom-cta .step-card.two-grids .image-wrapper .image {
    height: 94%;
}

.bottom-cta .step-card .disclaimer {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 1.6;
}

.bottom-cta .cta-content--wrap {
    width: 100%;
    background: url(../images/streamline.svg) no-repeat;
    background-size: 95%;
    background-position: center;
}

.bottom-cta .cta-content {
    width: 650px;
    margin: 0 auto;
    margin-bottom: 80px;
    text-align: center;
}

.bottom-cta .o-container:before, .bottom-cta .o-container:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.bottom-cta .o-container::after {
    clear: both;
}

.bottom-cta .content-wrapper {
    margin-top: 24px;
    margin-bottom: 8rem;
    position: relative;
    color: #fff;
}

.bottom-cta .cta-header, .bottom-cta .cta-body {
    color: var(--primary-color);
    font-weight: 400;
}

.bottom-cta .cta-header {
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
}

.bottom-cta .cta-body {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 32px;
    -webkit-font-smoothing: antialiased;
}

.bottom-cta .btn.white-btn {
    margin-top: 24px;
    width: auto;
    min-width: 170px;
}

.bottom-cta .cta-input--wrap {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cta-input--wrap .cta-input--small {
    width: 25%;
}

.cta-input--wrap .cta-input {
    font-size: 13px;
    line-height: 150%;
    color: #fff;
    background-color: transparent;
    border: 0px solid #9fa0ac;
    border-bottom-width: 1px;
    text-transform: none;
    border-radius: 0;
    display: block;
    padding: 20px 15px;
    padding-left: 0;
    text-align: left;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    cursor: text;
    width: 92%;
}

.cta-input--wrap .cta-input, .cta-input--wrap .cta-input--label {
    transition: all 0.2s;
    touch-action: manipulation;
}

.cta-input--wrap .cta-input:focus {
    outline: 0;
}

.cta-input:placeholder-shown+.cta-input--label {
    cursor: text;
    font-size: 16px;
    line-height: 112%;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 0;
    text-transform: none;
    font-weight: 400;
    color: #48575c;
    transform-origin: left bottom;
    transform: translate(0, 31px) scale(1);
    text-align: left;
}

.cta-input:placeholder-shown+.cta-input--label {
    transform: translate(0, 45px) scale(1);
}

.cta-input--wrap .cta-input:placeholder-shown+.cta-input--label {
    transform: translate(0, -60px) scale(1);
    font-size: 13px;
}

.cta-input::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.cta-input::-moz-placeholder {
    opacity: 0;
    transition: inherit;
}

.cta-input::-ms-input-placeholder {
    opacity: 0;
    transition: inherit;
}

.cta-input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cta-input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cta-input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
}

.cta-input:not(:placeholder-shown)+.cta-input--label, .cta-input:focus+.cta-input--label {
    padding: 0;
    transform: translate(0, -0.4rem) scale(1);
    color: #fff;
}

.cta-input--wrap .cta-input:not(:placeholder-shown)+.cta-input--label, .cta-input--wrap .cta-input:focus+.cta-input--label {
    transform: translate(0, -110px) scale(1);
}

.cta-input--wrap .btn-submit {
    margin: 15px auto;
}

.bottom-cta .cta-newsletter--flex {
    background-color: var(--primary-color);
    border-radius: 0.5rem;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem;
    margin-bottom: 2.5rem;
}

.bottom-cta .cta-newsletter--flex .left-content {
    flex-basis: 60%;
}

.bottom-cta .cta-newsletter--flex .large-text {
    color: var(--white-color);
    font-size: 2.1875rem;
    line-height: 2.1875rem;
    margin: 0;
}

.bottom-cta .cta-newsletter--flex .right-content {
    flex-basis: 40%;
}

.bottom-cta .cta-newsletter--flex .right-content .email-input--wrapper {
    background-color: var(--white-color);
    border-radius: 100px;
    color: #e6edea;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2rem;
}

.bottom-cta .cta-newsletter--flex .right-content .email-input {
    display: flex;
}

.bottom-cta .cta-newsletter--flex .right-content .email-input input {
    background-color: transparent;
    border: none;
    font-size: 20px;
    font-family: 'sk-modernist', sans-serif;
    padding: 1rem;
    padding-left: 1.5rem;
    width: 100%;
}

.bottom-cta .cta-newsletter--flex .right-content .button-input--wrapper {
    display: flex;
    align-items: center;
    padding-left: 1rem;
}

.bottom-cta .cta-newsletter--flex .right-content .button-input {
    margin: 0.5rem;
}

.bottom-cta .cta-newsletter--flex .right-content .button-submit {
    background-color: var(--tertiary-color);
    border: none;
    border-radius: 9999px;
    box-shadow: none;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    stroke: #001006;
    outline: 0;
    padding: 0.5rem;
    width: 3.75rem;
    height: 59px;
}

.bottom-cta .check-list--wrapper {
    padding-top: 40px;
    max-width: 750px;
    margin: 0 auto;
}

.bottom-cta .check-list--wrapper ul.cheery-checkmark {
    display: flex;
}

.footer-block {
    background-color: var(--background-footer-green);
}

.footer-content {
    position: relative;
    z-index: 3;
    padding: 60px 0 60px;
}

.footer-content .disclaimer-text {
    font-size: 13px;
    line-height: 1.6;
    color: #c1c9d8;
    text-align: right;
    margin: 0;
}

.footer-content .copyright-text {
    color: #c1c9d8;
    font-size: 13px;
    line-height: 120%;
    margin: 0;
    padding-top: 0;
}

.social-widget .social-widget-bordered li a {
    border-color: #fff;
    color: #fff;
    border-color: #daff00;
}

.footer-copyright--links a {
    color: #fff;
}

.footer-copyright--links a:hover, .bottom-cta .footer-copyright--links a:focus {
    color: #daff00;
}


/* FAQs */
.faq {
    background-color: #fff;
    padding: 80px 0 80px;
    position: relative;
}

.faq-icon {
    position: absolute;
    left: 7.2rem;
    top: -4%;
    right: auto;
    bottom: auto;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14rem;
    margin-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-icon__embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.faq .section-title {
    z-index: 3;
    position: relative;
}

.faq .section-title span {
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.faq .section-title h2 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1.15;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.faq .section-title h4 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 32px;
}

.faq .section-title p {
    font-size: 18px;
    line-height: 1.5;
}

.single-faq {
    background: var(--white);
    border-bottom: 1px solid rgba(0,0,0,.25);
    margin-bottom: 0;
}

.single-faq .faq-btn, .more-features--accordion .accordion-btn {
    text-align: left;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    background: transparent;
    font-weight: 600;
    font-size: 18px;
    color: var(--heading-color);
    opacity: 0.95;
    padding: 30px 0;
}

.more-features--accordion .accordion-btn {
    padding: 20px 0;
}

.single-faq .faq-btn span.icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #daeed9;
    border-radius: 10px;
    color: var(--primary-color);
    margin-right: 8px;
}

.single-faq .faq-btn span.icon i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 700;
}

.single-faq .faq-btn.collapsed span.icon i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.single-faq .faq-body {
    padding: 0px 30px 40px 0px;
}

.single-faq .faq-body ul {
    list-style-position: outside;
    padding-left: 0;
    margin-left: 1em;
    list-style-type: disc;
}

.single-faq .faq-body ul li {
    font-size: 16px;
    line-height: 3em;
}

.faq-bg--lines--wrapper {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 998px;
    height: 998px;
    margin-top: -142px;
    margin-left: -391px;
}

.faq-bg--l1, .faq-bg--l2, .faq-bg--l3, .faq-bg--l4, .faq-bg--l5, .faq-bg--l6 {
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    margin-bottom: 0rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq-bg--l1 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
}

.faq-bg--l2 {
    left: 101px;
    top: 101px;
    right: 101px;
    bottom: 101px;
    width: 796px;
    height: 796px;
}

.faq-bg--l3 {
    left: 210px;
    top: 210px;
    right: 210px;
    bottom: 210px;
    width: 578px;
    height: 578px;
}

.faq-bg--l4 {
    left: 303px;
    top: 303px;
    right: 303px;
    bottom: 303px;
    width: 392px;
    height: 392px;
}

.faq-bg--l5 {
    left: 372px;
    top: 372px;
    right: 372px;
    bottom: 372px;
    width: 254px;
    height: 254px;
}

.faq-bg--l6 {
    left: 417px;
    top: 417px;
    right: 417px;
    bottom: 417px;
    width: 164px;
    height: 164px;
}

.line-embed {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.line-embed:before, .line-embed:after {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.line-embed:after {
    clear: both;
}

.faq-hero--1, .faq-hero--2, .faq-hero--3, .faq-hero--4, .faq-hero--5, .faq-hero--6 {
    position: absolute;
    z-index: 2;
    overflow: hidden;
    right: auto;
    bottom: auto;
    margin-bottom: 0rem;
    border-radius: 50%;
}

.faq-hero--1 {
    left: 448.34px;
    top: 448.34px;
    width: 105px;
    height: 105px;
}

.faq-hero--2 {
    left: 229.42px;
    top: 406px;
    width: 118px;
    height: 118px;
}

.faq-hero--3 {
    left: 420px;
    top: 236.46px;
    width: 130px;
    height: 130px;
}

.faq-hero--4 {
    left: 623.32px;
    top: 420.84px;
    width: 147px;
    height: 147px;
}

.faq-hero--5 {
    left: 578px;
    top: 629.46px;
    width: 235px;
    height: 235px;
}

.faq-hero--6 {
    left: 298px;
    top: 693.46px;
    width: 171px;
    height: 171px;
}

.faq-hero--img {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}


/* Posts */
.featured-posts {
    background: var(--background-footer-green);
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 96px;
}

.featured-posts:before {
    position: absolute;
    display: block;
    content: "";
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
}

.featured-posts::before {
    background: #faf8f6;
    height: 25%;
}

.page-context {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-column-gap: 3rem;
    padding: 64px 0 48px;
}

.page-context .large-text {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 1.5rem;
    color: #fff;
}

.page-context .small-text {
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.featured-posts .post-feature {
    position: relative;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    border-radius: 24px;
    overflow: hidden;
}

.featured-posts .post-feature .imgWrapper {
    min-height: 344px;
    object-fit: cover;
    overflow: hidden;
}

.featured-posts .post-feature .imgWrapper img {
    object-fit: cover;
    width: 100%;
    height: 400px;
    min-height: 300px;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.featured-posts .post-feature .post-content {
    padding: 2.25rem 2.5rem 1.9375rem;
    display: grid;
    grid-template-rows: auto min-content;
    background: #fff;
}

.featured-posts .post-feature .text-box {
    margin: 0 0 1.875rem;
}

.featured-posts .post-feature .post-link--wrapper, .single-post--content .single-post--info .post-with--svg, .single-event--content .single-event--info .post-with--svg {
    position: relative;
}

.featured-posts .post-feature .post-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 18px;
}

.featured-posts .post-feature .post-title a, .single-post--title a {
    color: #322f2f;
}

.featured-posts .post-feature p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section-posts, .event-posts {
    position: relative;
    padding: 120px 0 80px;
    background-color: var(--white-color);
}

.section-posts.main, .event-posts {
    background-color: #faf8f6;
}

.section-posts .section-title {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.single-post--contentWrapper, .single-event--contentWrapper {
    position: relative;
    margin-bottom: 32px;
    display: block;
}

.single-post--content, .single-event--content {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
    width: 100%;
    height: 100%;
    position: relative;
    transition: .2s ease-in;
}

.section-posts.main .single-post--content {
    background-color: #fff;
}

.single-post--imgWrapper, .single-event--imgWrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 200px;
    overflow: hidden;
}

.single-post--imgWrapper img, .single-event--imgWrapper img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    transition: transform 0.4s ease-in-out 0s;
}

.post-link:hover .single-post--imgWrapper img, .post-link:hover .single-event--imgWrapper img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.single-post--info, .single-event--info {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.single-post--title, .single-event--title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 16px;
    -webkit-font-smoothing: antialiased;
}

.single-post--meta {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
}

.single-post--meta li {
    position: relative;
    padding: 0 1.625rem 0 0;
}

.single-post--meta li:last-child {
    padding-right: 0;
    padding-left: 2px;
}

.single-post--meta li:before {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    bottom: auto;
    left: -14px;
    right: auto;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #cbcbcb;
    transform: translateY(-50%);
}

.single-post--meta .author, .single-post--meta .date {
    color: #858585;
}

.post-link .hover-svg {
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.post-link:hover path {
    animation: draw 1s forwards;
}

@keyframes draw {
    from {
        stroke-dasharray: 0 1500;
    }
    to {
        stroke-dasharray: 1500 1500;
    }
}

.post-link .hover-svg path {
    stroke: #08cf65;
    stroke-width: 8px;
    stroke-dasharray: 0 1500;
}

.blog-post--single-top {
    padding: 140px 0 0;
    background: linear-gradient(var(--background-color-green) 60%, #fff 0%);
}

.blog-post--image-wrapper {
    height: 500px;
}

.blog-post--image-wrapper .blog-post--image {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 100%;
}

.blog-single--post {
    background-color: #fff;
    position: relative;
    padding: 24px 0 96px;
}

.blog-single--post .content-wrap {
    position: relative;
    background: #fff;
    margin-top: -78px;
    padding-top: 48px;
}

.blog-single--post .content-wrap .content-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 24px;
}

.blog-single--post .content-wrap .blog-cat {
    color: var(--color-tertiary);
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 12px;
    text-decoration: none;
}

.blog-single--post .content-wrap .blog-title {
    color: inherit;
    font-size: 40px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: -0.015em;
    padding-top: 0;
    margin: 0 0 24px;
}

.blog-single--post .content-wrap .blog-intro {
    font-size: 20px;
    line-height: 1.5;
    margin: 6px 0;
    margin-bottom: 36px;
    overflow: hidden;
}

.blog-single--post .content-wrap .blog-meta {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 14px;
    margin: 6px 0;
    color: #615f73;
}

.blog-single--post .content-wrap .blog-meta .dot-prefixed:before {
    content: '\00B7';
    margin: 0 6px;
}

.blog-single--post .content-wrap .social-share--wrapper {
    margin: 24px 0px 0;
}

.blog-single--post .content-wrap .social-share {
    display: flex;
    gap: 16px;
    margin: 0px;
    padding: 0px;
}

.blog-single--post .content-wrap .social-share .social-link {
    font-size: 22px;
    color: #68737d;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #68737d;
    position: relative;
}

.blog-single--post .content-wrap .social-share .social-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--background-color-green);
    border-radius: 50%;
    transform: scale(0);
    transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}

.blog-single--post .content-wrap .social-share .social-link svg {
    position: relative;
    width: 20px;
    height: 20px;
    transition: fill .3s cubic-bezier(0.4, 0, 0, 1);
}

.blog-single--post .content-wrap .social-share .social-link:hover {
    color: #fff;
}

.blog-single--post .content-wrap .social-share .social-link:hover::before {
    transform: scale(1);
}

.blog-single--post .text-content {
    padding: 40px 0 0;
}

.blog-single--post .text-content p {
    font-size: 16px;
    margin-bottom: 16px;
}

.blog-single--post .text-content h5 {
    margin: 1.25rem 0 1rem;
}

.blog-single--post .text-content ul {
    padding: revert;
}

.blog-single--post .text-content li {
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 1.5;
    padding-left: 0.5rem;
    display: list-item;
    list-style-type: disc;
}


/* SSU Event */
.ssu-event .event-date, .ssu-event .event-location {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0px 0px 8px;
}

.ssu-event .event-title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    line-height: 110%;
    margin: 0px 0px 24px;
}

.ssu-event .event-text--wrapper {
    width: 100%;
    max-width: 32.5rem;
}

.ssu-event .event-details {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 2rem;
    -webkit-font-smoothing: antialiased;
}

.ssu-event .event-btn--wrapper {
    padding-top: 2rem;
}

.ssu-event .event-image--container {
    width: 100%;
    height: 100%;
    max-height: 400px;
}

.ssu-event .event-image {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-event--date {
    background-color: rgb(255, 255, 255);
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    padding: 8px 12px;
    text-align: center;
}

.single-event--date .date-label {
    color: rgb(3, 54, 61);
    font-size: 20px;
    font-weight: 600;
    line-height: 110%;
    margin: 0px;
}

.single-event--date .date-month {
    color: rgb(3, 54, 61);
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    margin: 0px;
}

.single-event--location {
    color: rgb(3, 54, 61);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 110%;
    margin: 0px 0px 12px;
    text-transform: uppercase;
}

.single-event--des {
    color: #58695b;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 16px;
    overflow: hidden;
}

.single-event--des {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}

.single-event--link {
    color: rgb(23, 73, 77);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    text-overflow: clip;
    overflow: unset;
    -webkit-font-smoothing: antialiased;
}



/* Quick Sidebar */
.quick-sidebar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.quick-sidebar {
    display: block;
    z-index: 999;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    width: 500px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px 1px rgb(113 106 202 / 20%);
    -moz-box-shadow: 0 4px 15px 1px rgba(113,106,202,.2);
    box-shadow: 0 4px 15px 1px rgb(113 106 202 / 20%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: -510px;
}

.theme-dark .quick-sidebar {
    background-color: #111d2c;
    -webkit-box-shadow: 0 4px 15px 1px rgb(15 14 24 / 20%);
    -moz-box-shadow: 0 4px 15px 1px rgba(15,14,24,.2);
    box-shadow: 0 4px 15px 1px rgb(15 14 24 / 20%)
}

.quick-sidebar.quick-sidebar--on {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    right: 0;
}

.quick-sidebar .quick-sidebar--close {
    padding: 0;
    background-color: transparent;
    border: 0;
    appearance: none;
    position: absolute;
    float: right;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    color: var(--body-color);
    top: 16px;
    right: 30px;
    min-width: 0;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    z-index: 2;
}

.quick-sidebar--content.full-height {
    height: 100%;
}

body.quick-sidebar-open {
    overflow: hidden;
}


/* Contact Us */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
    align-items: start;
}

.contact-info {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 40px 40px 15px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: #dff3ef;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-details h4 {
    color: #496459;
    font-size: 18px;
    margin-bottom: 2px;
}

.contact-form, .partners-form {
    background-color: #f6fcfb;
    border-radius: 24px;
    padding: 2rem 2.5rem 2rem;
}

.contact-info .contact-title, .contact-form .form-title, .partners-info .partners-title, .partners-form .form-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
}

.contact-form--main, .partners-form--main {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.contact-form .form-group, .partners-form .form-group, .subscription-modal-content .form-group {
    display: flex;
    flex-direction: column;
}

.contact-form .form-group.span-2, .partners-form .form-group.span-2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

.contact-form .form-group label, .partners-form .form-group label, .event-reminder-form .form-group label, .subscription-modal-content .form-group label {
    margin-bottom: 8px;
    color: #3d4240;
    font-size: 14px;
    font-weight: 500;
}

.contact-form .form-group .required, .partners-form .form-group .required, .event-reminder-form .form-group .required, .subscription-modal-content .form-group .required {
    color: #c10808;
}

.contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea, .partners-form .form-group input, .partners-form .form-group select, .partners-form .form-group textarea, .event-reminder-form .form-group input, .event-reminder-form .form-group select, .event-reminder-form .form-group textarea, .subscription-modal-content .form-group input, .subscription-modal-content .form-group select, .subscription-modal-content .form-group textarea {
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #949b99;
    border-radius: 8px;
    color: #3d4240;
    font-size: 16px;
}

.contact-form .submit-btn, .partners-form .submit-btn, .event-reminder-form .submit-btn, .event-reminder-form .cancel-btn, .ssu-membership .pricing-table--flex .pricing-table--item .content-wrap .pricing-block .btn-link--wrapper .subscribe-btn, .subscription-modal-content .submit-btn, .subscription-modal-content .cancel-btn {
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}



/* Privacy Policy & Terms of Service */
.policy-section .title-text, .terms-section .title-text {
    font-size: 28px;
    line-height: 1.4;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.policy-section p, .policy-section li, .terms-section p, .terms-section li {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.policy-section ul,
.terms-section ul {
    margin: 15px 0;
    padding-left: 20px;
    list-style: disc;
}

.policy-update,
.terms-update {
    color: #fff;
    text-align: left;
    margin-top: 12px;
}

.policy-update p, .terms-update p {
    color: #fff;
}


/* Cookie Policy */
.cp-card {
    z-index: 1000;
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 20rem;
    background: rgb(255, 255, 255);
    box-shadow: rgb(238 238 240) 0px 0.5rem 2rem;
    text-align: center;
    border-radius: 1rem;
    padding: 6.5rem 2.5rem 1.5rem;
}

.cp-image {
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -65px;
    width: 130px;
    height: 150px;
}

.cp-title {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    color: rgb(46, 46, 46);
    font-weight: 600;
    margin: 0px;
}

.cp-text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: rgb(88, 88, 88);
    font-weight: 400;
    margin: 0px 0px 1.75rem;
}

.cp-text a {
    color: inherit;
    text-decoration: underline;
}

.cp-action {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}

.cp-button {
    background-image: none;
    background-repeat: no-repeat;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: auto;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    white-space: nowrap;
    touch-action: manipulation;
    border-radius: 0.25rem;
    appearance: none;
    transition: background 100ms linear 0s;
    padding: 8px 12px;
    height: 36px;
    font-size: 1rem;
    letter-spacing: 0.018rem;
    line-height: 1.269rem;
    background-color: rgb(255, 255, 255);
    color: rgb(23, 23, 23);
}

.cp-button.accept {
    background-color: var(--background-color-green);
    color: #fff;
}


/* Footer */
.ud-footer {
	background: #fff;
	padding-bottom: 40px;
}

.site-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    transition: bottom 0.5s ease-in-out;
}

.footer-actions {
    padding: 3rem 0 1.5rem;
}

.footer-actions .fa-layout {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    margin-left: 0;
}

.footer-actions .fa-layout--item {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 0;
    transform: translateY(0);
    opacity: 1;
    transition: transform .45s cubic-bezier(0.4, 0, 0, 1),opacity .15s cubic-bezier(0.4, 0, 0, 1);
    transition-delay: .2s;
}

.footer-actions .fa-item--link {
    position: relative;
    display: inline-block;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    color: #343434;
    line-height: 1;
    width: 25rem;
    height: 25rem;
    padding-top: 5.125rem;
}

.footer-actions .fa-item--link:hover {
    color: #fff
}

.footer-actions .fa-item--link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #e22632;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}

.footer-actions .fa-item--link .icon-wrapper {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    border: 1px solid #08cf65;
    border-radius: 50%;
    color: #08cf65;
    padding-top: 1.25rem;
    margin-bottom: 2.8125rem;
}

.footer-actions .fa-item--link .icon-wrapper svg {
    width: 2.5rem;
    height: 2.5rem;
}

.footer-actions .fa-item--link .image-h-r {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(25%, 25%);
    opacity: 0;
    transition: transform .6s cubic-bezier(0.4, 0, 0, 1),opacity .15s cubic-bezier(0.4, 0, 0, 1) .02s;
}

.footer-actions .fa-item--link:hover .image-h-r {
    transform: translate(-50%, -50%);
    opacity: 1;
    transition-delay: 0s,.15s
}

.footer-actions .fa-item--link .circle-h-r {
    background-color: var(--tertiary-color);
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
    transition: -webkit-clip-path .45s cubic-bezier(0.4, 0, 0, 1);
    transition: clip-path .45s cubic-bezier(0.4, 0, 0, 1);
    transition: clip-path .45s cubic-bezier(0.4, 0, 0, 1), -webkit-clip-path .45s cubic-bezier(0.4, 0, 0, 1);
}

.footer-actions .fa-item--link:hover .circle-h-r {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%)
}

.footer-actions .fa-item--label {
    color: #fff;
    position: relative;
    display: block;
    transition: transform .45s cubic-bezier(0.4, 0, 0, 1);
    transform: translateZ(0)
}

.footer-actions .fa-item--link:hover .fa-item--label {
    transform:scale(1.4) translateY(-50px)
}

.footer-links--lists-wrapper {
    list-style-type: none;
    flex-flow: row wrap;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.footer-links--lists {
    padding: 0px;
    padding-right: 25px;
    width: 33.3%;
}

.ud-widget .ud-widget-title {
	font-size: 15px;
	font-weight: 600;
	color: #222525;
	margin-bottom: 16px;
}

.ud-widget .ud-widget-links a {
	color: #525257;
	font-size: 13px;
    margin-bottom: 8px;
}

.footer-nav--lists {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: flex-start;
}

.footer-nav--list {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 24px;
}

.footer-nav--list a {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-nav--list a:hover, .footer-nav--list a:focus {
    color: rgba(255, 255, 255, 1);
}

.ud-widget .ud-widget-links a .coming-soon {
    padding: 2px 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 300;
    background: #ffefec;
    color: #f45d48;
    border-radius: 4px;
    margin-left: 4px;
}

.social-links--flex {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    grid-column: span 3/span 3;
    grid-area: span 1/span 3/span 1/span 3;
}

.social-widget {
    margin-top: 0;
    margin-bottom: 0;
}

.ud-widget .ud-widget-socials {
    justify-content: center;
}

.social-widget .social-widget-bordered li a {
    width: 40px;
    height: 40px;
    border: 1px solid #b7b5b5;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-widget .social-widget--item .social-link {
    font-size: 22px;
    color: #08cf65;
    margin-left: 20px;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    border: 1px solid #08cf65;
    position: relative;
}

.social-widget .social-widget--item .social-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #08cf65;
    border-radius: 50%;
    transform: scale(0);
    transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}

.social-widget .social-widget--item .social-link--icon {
    position: relative;
}

.social-widget .social-widget--item .social-link svg {
    position: relative;
    width: 20px;
    height: 20px;
    transition: fill .3s cubic-bezier(0.4, 0, 0, 1);
}

.social-widget .social-widget--item .social-link:hover {
    color: #fff;
}

.social-widget .social-widget--item .social-link:hover::before {
    transform: scale(1);
}

.ud-footer-bottom {
	border-top: 0;
}

.ud-footer-bottom .ud-footer-bottom-left a {
	font-size: 12px;
	color: #818183;
}

.ud-footer-bottom .ud-footer-bottom-left li:last-child a {
	margin-right: 0;
}

.footer-links--social, .footer-links--grid {
    padding: 1.5rem 0;
    align-items: flex-start;
    display: grid;
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
}

.footer-links--grid .cta-text--wrapper {
    grid-column: span 4/span 4;
    grid-area: span 1/span 4/span 1/span 4;
}

.footer-links--grid .cta-text {
    color: #c1c9d8;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}

.footer-links--grid .cta-subtext {
    color: #c1c9d8;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 8px;
}

.footer-logo--image {
    max-width: 7.75rem;
    width: 100%;
}

.footer-newsletter--wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    position: relative;
    width: 100%;
    max-width: 400px;
    grid-column: span 5/span 5;
    grid-area: span 1/span 5/span 1/span 5;
}

.footer-newsletter--form {
    position: relative;
}

.footer-newsletter--input-wrapper {
    background-color: transparent;
    border: 1px solid #08cf65;
    border-radius: 4px;
    height: 52px;
    display: block;
    width: 100%;
    position: relative;
}

.footer-newsletter--input {
    border: none;
    background-color: rgba(0,0,0,0);
    color: #fff;
    display: block;
    font-size: 15px;
    height: 52px;
    padding: 0 26px;
    padding-right: 48px;
    z-index: 2;
    cursor: pointer;
    width: 100%;
    position: relative;
}

.footer-newsletter--input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.footer-newsletter--input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.footer-newsletter--input .input-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-newsletter--input-wrapper .input-bg::before, .footer-newsletter--input-wrapper .input-bg::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    height: 50%;
    background-color: #08cf65;
    transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
    transform: scaleX(0);
    transform-origin: center right;
}

.footer-newsletter--input-wrapper .input-bg::before {
    top: 0;
}

.footer-newsletter--input-wrapper .input-bg::after {
    bottom: 0;
    transition-delay: .15s;
}

.footer-newsletter--input-wrapper:focus .input-bg::before, .footer-newsletter--input-wrapper:hover .input-bg::before, .footer-newsletter--input-wrapper:focus .input-bg::after, .footer-newsletter--input-wrapper:hover .input-bg::after {
    transform: scaleX(1);
    transform-origin: center left;
}

.footer-newsletter--button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 1rem;
    z-index: 2;
}

.footer-newsletter--button .button-text {
    color: #08b861;
    position: relative;
}

.footer-newsletter--button svg {
    width: 20px;
    height: 20px;
    fill: #08cf65;
    transition: fill .3s cubic-bezier(0.4, 0, 0, 1),transform .3s cubic-bezier(0.4, 0, 0, 1);
    transform: translateX(0);
}

.footer-newsletter--input-wrapper:focus .footer-newsletter--button svg, .footer-newsletter--input-wrapper:hover .footer-newsletter--button svg {
    fill: #fff;
}

.footer-newsletter--input-wrapper:focus .footer-newsletter--button .button-text, .footer-newsletter--input-wrapper:hover .footer-newsletter--button .button-text {
    color: #fff;
}

.footer-newsletter--disclaimer {
    color: #dffffa;
    font-size: 10px;
    line-height: 1.5;
    text-align: left;
    opacity: .5;
}

.footer-newsletter--disclaimer a {
    color: #08b861;
}

.event-reminder-form .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.event-reminder-form .form-group {
    display: flex;
    flex-direction: column;
}

.event-reminder-form .form-group.full-width {
    grid-column: span 2;
}

.event-types-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin-top: 10px;
}

.event-type-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
}

.event-type-checkbox:hover {
    border-color: #00db63;
    background: rgba(0, 255, 136, 0.05);
}

.event-type-checkbox input[type="checkbox"] {
    display: none;
}

.event-type-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 2px solid #d1d5db;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: relative;
    flex-shrink: 0;
}

.event-type-checkbox input[type="checkbox"]:checked + .checkmark {
    background: #00db63;
    border-color: #00db63;
}

.event-type-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 5px;
}

.event-type-checkbox input[type="checkbox"]:focus + .checkmark {
    border-color: #00db63;
    box-shadow: 0 0 0 3px rgba(0, 255, 136, 0.1);
}

.event-type-checkbox {
    color: #374151;
    font-weight: 500;
    font-size: 14px;
}

.footer-bottom {
    padding-top: 1rem;
    border-top: 1px solid #2a4936;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.footer-copyright {
    border-top: 1px solid rgb(66 63 82);
    padding-top: 2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.footer-copyright--links {
    font-size: 13px;
}

.footer-copyright--links a {
    color: var(--body-color);
}

.footer-copyright--links a:hover, .footer-copyright--links a:focus {
    color: var(--primary-color);
}

.back-to-top {
    width: 48px;
    height: 48px;
    line-height: 40px;
    background: var(--tertiary-color);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    color: var(--white);
}

.back-to-top .arrow-icon {
    width: 16px;
    height: 16px;
}

.back-to-top.fade-out {
    opacity: 0;
}

.back-to-top:hover {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

.icon-sm {
    width: 50px;
    height: auto;
}
.requiredField {
    background-color: #ffc0c0!important;
}

.notif-icon--wrapper {
    position: absolute;
    left: 45%;
    top: -35px;
}

.notif-icon--wrapper .imgWrapper {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #fff;
}

.notif-icon--wrapper .imgWrapper img {
    width: 45px;
    height: auto;
    position: relative;
}

/* Subscription */
.subscription-modal-content.split-layout {
    display: flex;
    min-height: 500px;
}

.subscription-modal-content .form-section {
    flex: 1;
    padding: 2rem;
    max-width: 55%;
}

.subscription-modal-content .summary-section {
    flex: 1;
    background: #f8f9fa;
    padding: 2rem;
    max-width: 45%;
    border-left: 1px solid #e9ecef;
}

.subscription-modal-content .modal-title {
    font-size: 24px;
}

.subscription-modal-content .modal-subtitle {
    line-height: 1.35;
    margin-bottom: 1rem;
}

.subscription-modal-content .form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.subscription-modal-content .plan-summary {
    border-top: 1px solid #c3c5ca;
    padding: 16px 0 0;
    margin: 10px 0 0;
}

.subscription-modal-content .plan-summary h4 {
    font-size: 1rem;
    margin-bottom: 12px;
}

.subscription-modal-content .summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
}

.subscription-modal-content .summary-label {
    font-weight: 500;
    color: #666;
}

.subscription-modal-content .summary-value {
    font-weight: 600;
    color: #095733;
}

.subscription-modal-content .plan-details {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #dee4de;
}

.subscription-modal-content .plan-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.subscription-modal-content .plan-name {
    font-weight: 600;
    color: #333;
    font-size: 1.1rem;
}

.subscription-modal-content .plan-price {
    font-size: 1.2rem;
}

.subscription-modal-content .billing-cycle {
    color: #666;
    font-size: 0.85rem;
}

.subscription-modal-content .customer-details {
    margin-bottom: 2rem;
}

.subscription-modal-content .customer-details h5,
.subscription-modal-content .features-list h5 {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
}

.subscription-modal-content .detail-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #dee4de;
}

.subscription-modal-content .detail-label {
    font-weight: 500;
    color: #666;
    font-size: 0.9rem;
}

.subscription-modal-content .detail-value {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    text-align: right;
    max-width: 60%;
    word-break: break-word;
}

.subscription-modal-content .features-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.subscription-modal-content .features-list li {
    padding: 0.5rem 0;
    padding-left: 1rem;
    position: relative;
    color: #555;
    font-size: 0.9rem;
}

.subscription-modal-content .features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #02c75e;
    font-weight: bold;
}

.subscription-modal-content .form-actions {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
}

.subscription-modal-content .security-note {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    background: #e8f5e8;
    border-radius: 6px;
    color: #2d5016;
    font-size: 0.85rem;
    margin-top: 1rem;
}

.subscription-modal-content .security-icon {
    font-size: 1rem;
}



/* Responsive */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Mobile - 767px */
@media (max-width: 767px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .ud-header .container {
        padding-left: 0;
        padding-right: 0;
    }
    .hidden-mobile {
        display: none !important;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .w-50 {
        width: 100% !important;
    }
    .navbar, .sticky .navbar {
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar-brand {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .navbar-brand img {
        width: 105px;
    }
    .navbar-collapse {
        background-color: var(--background-color-green);
        max-width: inherit;
        overflow: auto;
        max-height: 456px;
        border-radius: 0;
    }
    .navbar-nav {
        padding: 16px 22px;
    }
    .navbar-nav .nav-item:not(:last-child) {
        border-bottom: 1px solid #2a4936;
    }
    .navbar-nav .nav-item > a {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 16px;
        font-weight: 600;
    }
    .navbar-nav .nav-item > a, .sticky .navbar-nav .nav-item a, .sticky .navbar-nav .nav-item a.active {
        color: #fff;
        padding: 18px 0;
    }
    .sticky .navbar-toggler .toggler-icon {
        background-color: var(--white-color);
    }
    .navbar-nav .nav-item > a:hover, .sticky .navbar-nav .nav-item a:hover, .navbar-nav .nav-item:hover > a {
        color: #fff !important;
    }
    .navbar-nav .dropdown-item {
        color: #fff !important;
        font-size: 15px;
    }
    .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
        background-color: #2e6256;
    }
    .navbar-nav .dropdown-menu {
        background-color: var(--background-color-green);
        border: none;
        box-shadow: none;
        padding: 0 0 1rem;
    }
    .navbar-nav .menu-md .dropdown-menu {
        background-color: var(--background-color-green);
        border: none;
        box-shadow: none;
        padding: 0;
    }
    .navbar-nav .menu-md .dropdown-menu .menu-label {
        display: none;
    }
    .navbar-nav .dropdown-item .text-title {
        color: #fff;
    }
    .navbar-nav .dropdown-item .text-subtitle {
        color: #afbfbc;
        -webkit-font-smoothing: antialiased;
    }
    .navbar-nav .nav-menu-list {
        padding: 0;
    }
    .navbar-nav .nav-menu-content {
        display: flex;
        flex-direction: column;
        min-width: auto;
    }
    .navbar-nav .nav-menu-content li {
        margin-right: 0;
    }
    .announcement-banner--link {
        padding-left: 1rem;
        padding-right: 3rem;
    }
    .hero {
        padding-bottom: 90px;
        background-size: 1444px;
    }
    .hero-content {
        margin-bottom: 20px;
    }
    .hero-title {
        font-size: 36px;
        padding-top: 48px;
    }
    .hero-subtitle {
        font-size: 19px;
        line-height: 1.45;
    }
    .hero .video-container {
        margin-top: 32px;
    }
    .hero-video--wrapper {
        max-width: none;
    }
    .hero-video--wrapper::after {
        left: 0;
    }
    .hero-video--wrapper .play-button--wrapper {
        position: relative;
        padding-left: 116px;
    }
    .hero-video--wrapper .play-button svg {
        width: 80px;
        height: 80px;
    }
    .hero-users--wrapper .title-text {
        width: 100%;
    }
    .hero .disclaimer-text {
        width: auto;
        padding-right: 24px;
    }
    .hero-content--main {
        padding: 0;
    }
    .hero-content--main .content-intro {
        position: relative;
    }
    .hero-content--main .content-intro .intro-text {
        font-size: 40px;
        line-height: 1.1;
    }
    .hero-content--main .content-bottom .bottom-text {
        font-size: 20px;
        line-height: 1.5;
    }
    .hero .video-container video {
        border-radius: 40px;
    }
    .hero.about, .hero.testimonials, .hero.faqs {
        padding-bottom: 80px;
    }
    .hero-user--group .hero-user .user-image {
        width: 35px;
    }
    .hero .video-container .play-video--link .icon-play, .hero-content--main .play-video--link .icon-play {
        width: 48px;
        height: 48px;
    }
    .hero-content--main .play-video--link {
        top: 15%;
    }
    .intro, .testimonial-block, .about-us, .faq {
        padding-top: 64px;
    }
    .intro .large-text {
        font-size: 36px;
        line-height: 1.15;
        margin-top: 0;
    }
    .intro .small-text {
        font-size: 20px;
        line-height: 1.5;
        color: #807e7e;
    }
    .intro .intro-grid, .about-us .about-grid, .ssu-vision .content-wrap, .hero .hero-grid, .page-context {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .intro-content--container, .about-content--container {
        padding-top: 20px;
        padding-right: 0;
    }
    .intro .heading-text, .about-us .heading-text {
        font-size: 20px;
    }
    .intro .intro-number--container, .about-us .about-number--container, .ssu-tenet .init-content--grid, .ssu-tenet--grid, .ssu-process--grid {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }
    .intro .intro-number--container .arrow-scribble--wrapper, .about-us .about-number--container .arrow-scribble--wrapper, .about-us .about-content--container .arrow-scribble--wrapper {
        display: none;
    }
    .ssu-tenet {
        padding-bottom: 48px;
    }
    .ssu-tenet--grid {
        margin-top: 40px;
    }
    .ssu-process--grid .ssu-process--card {
        background-size: 332px;
        padding-top: 35px;
        padding-bottom: 60px;
        margin-bottom: 1rem;
    }
    .ssu-process--grid .ssu-process--card .card-content .top-block {
        gap: 1rem;
    }
    .ssu-process--grid .ssu-process--card .card-content .top-block .left-content {
        gap: 0.5rem;
    }
    .ssu-process--grid .ssu-process--card .card-content .top-block .left-content .badge-text {
        font-size: 14px;
    }
    .ssu-process--grid .ssu-process--card .card-content .top-block .right-content .icon-wrapper {
        width: 80px;
        height: 80px;
    }
    .ssu-process--grid .ssu-process--card .card-content .top-block .right-content .icon-wrapper .spc-icon {
        width: 40px;
        height: 40px;
    }
    .intro .intro-number--counter .number-count, .about-us .about-number--counter .number-count {
        font-size: 64px;
    }
    .ssu-tenet .init-content--grid .large-text, .page-context .large-text {
        margin-bottom: 0;
    }
    .ssu-tenet--grid .tenet-step .small-text {
        max-width: 100%;
    }
    .ssu-tenet--home {
        background-image: none;
    }
    .ssu-tenet--home .ssu-tenet--box {
        padding-left: 20px;
    }
    .ssu-tenet--home .ssu-tenet--box .box-card .card-w-content {
        font-size: 16px;
        padding: 20px 12px;
    }
    .ssu-tenet--home .ssu-tenet--box .box-card .heading-text, .ssu-tenet--home .ssu-tenet--box .rotate-text {
        font-size: 10px;
    }
    .ssu-tenet--home .ssu-tenet--box .rotate-text:nth-child(1) {
        color: #002333;
    }
    .ssu-tenet--home .ssu-tenet--box .y-axis--wrapper {
        gap: 2.5rem;
        left: 0;
        bottom: 4px;
    }
    .ssu-tenet--home .matrix-image {
        display: none;
    }
    .about-content--container, .hero .arrow-scribble--wrapper {
        display: none;
    }
    .book-content--grid .right-content .book-page--wrapper, .book-content--grid .right-content .book-container, .book-content--grid .right-content .book-container::before,
    .book-content--grid .right-content .book-container::after {
        min-height: 650px;
        height: 100%;
    }
    .book-content--grid .right-content .book-container {
        padding-right: 15px;
    }
    .book-content--grid .right-content .book-container::before {
        right: 6px;
    }
    .book-content--grid .right-content .book-container::after {
        right: -2px;
    }
    .book-content--grid .right-content .book-text {
        font-size: 15px;
    }
    .ssu-membership .pricing-table--wrapper {
        background: transparent;
        border: 0;
    }
    .ssu-membership .pricing-table--flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 2.5rem;
    }
    .ssu-membership .pricing-table--flex .pricing-table--item {
        background-color: #ebedf5;
        border: 0;
        /* border-bottom: 1px solid #869093; */
    }
    .ssu-membership .pricing-table--flex .pricing-table--item:nth-child(3) {
        margin-top: 24px;
    }
    .partner-services, .ssu-membership, .ssu-testimonials, .ssu-gallery, .ssu-event--gallery {
        padding-top: 64px;
    }
    .ssu-trybe--ads .ads-menu--container, .pom-section .content-item, .pom-section .content-item.reverse-wrap {
        flex-direction: column;
    }
    .ssu-trybe--ads .ads-menu--search-container {
        border-bottom: 2px solid #ebedf5;
        border-right-color: transparent;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .ssu-trybe--ads .ads-masonry {
        column-count: 2;
    }
    .ssu-trybe--ads .ad-text {
        position: absolute;
        bottom: 12px;
        left: 12px;
        font-size: .8rem;
    }
    .pom-section .content-item .image-block .image-wrapper {
        margin: 40px 0 0;
    }
    .pom-section .content-item .text-block .des-text {
        font-size: 16px;
    }
    .testimonial-block .large-text, .pom-section .content-item .text-block .large-text {
        font-size: 28px;
        line-height: 1.2;
    }
    .testimonial-card--flex, .testimonial-card--flex .card-content .bottom-content--wrapper, .subscription-modal-content.split-layout {
        flex-direction: column;
    }
    .testimonial-card--flex .card-image--wrapper, .testimonial-card--flex .card-content--wrapper, .pom-section .content-item .text-block, .pom-section .content-item .image-block {
        width: 100%;
    }
    .testimonial-card--flex .card-content--wrapper {
        padding: 24px 24px;
    }
    .testimonial-card--flex .card-content .quote-text {
        font-size: 20px;
        line-height: 1.5;
    }
    .testimonial-card--flex .card-content .bottom-content--wrapper {
        align-items: flex-start;
        gap: 20px;
    }
    .testimonial-card--flex .card-content .bottom-content--wrapper .quote-author {
        margin-bottom: 0.25rem;
    }
    .ssu-vision .content-wrap .large-text {
        margin-bottom: .5rem;
    }
    .team-list--item {
        margin-bottom: 2rem;
    }
    .pre-cta--flex {
        padding-top: 1rem;
        margin-top: 0;
    }
    .pre-cta--flex .content-wrap .large-text {
        font-size: 40px;
    }
    .pre-cta--flex .image-container {
        margin-top: 20px;
        margin-right: 8px;
    }
    .footer-actions {
        display: none;
    }
    .footer-actions .fa-layout, .footer-links--social, .footer-links--grid, .featured-posts .post-feature {
        display: flex;
        flex-direction: column;
    }
    .footer-links--grid .cta-text--wrapper {
        margin-bottom: 1rem;
    }
    .footer-newsletter--wrapper {
        max-width: 100%;
    }
    .footer-content .disclaimer-text {
        text-align: left;
    }
    .footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    .featured-posts .post-feature .imgWrapper {
        min-height: 200px;
    }
    .featured-posts .post-feature .imgWrapper img {
        border-bottom-left-radius: 0;
        height: 250px;
        min-height: 200px;
    }
    .featured-posts .post-feature .post-title {
        font-size: 24px;
    }
    .blog-post--image-wrapper, .blog-post--image-wrapper .blog-post--image {
        max-height: 300px;
    }
    .blog-single--post .content-wrap .content-block, .book-content--grid {
        padding: 0;
    }
    .blog-single--post .content-wrap .blog-title {
        font-size: 32px;
        line-height: 1.2;
    }
    .blog-single--post .content-wrap .blog-intro {
        font-size: 18px;
    }
    .section-posts {
        padding: 48px 0 24px;
    }
    .pre-cta--wrapper .content-wrap {
        max-width: 100%;
    }
    .pre-cta--wrapper .content-wrap .large-text {
        font-size: 2rem;
    }
    .cta-input--wrap .cta-input--small, .cta-input--wrap .cta-input, .quick-sidebar {
        width: 100%;
    }
    .referral-image--wrapper .referral-image {
        max-width: 250px;
    }
    .image-breaker {
        padding-bottom: 24px;
    }
    .image-breaker .grid-image--wrapper, .book-content--grid, .team-list--grid, .team-main--grid, .contact-grid, .contact-form--main, .partners-form--main, .partners-grid, .event-reminder-form .form-grid, .event-types-grid {
        display: flex;
        flex-direction: column;
    }
    .team-main--grid {
        gap: 24px;
        margin: 0;
    }
    .team-main--grid .team-list--item {
        background: none;
        cursor: pointer;
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }
    .team-main--grid .team-list--info {
        gap: 0;
        padding: 0;
    }
    .team-main--grid .team-list--info .team-member--pos {
        font-size: 15px;
    }
    .team-list--item .team-list--info .team-member--preview {
        display: none;
    }
    .image-breaker .image-w-margin {
        margin-top: 0;
    }
    .contact-grid, .partners-grid {
        gap: 32px;
    }
    .contact-info {
        padding: 0;
    }
    .contact-form, .partners-form {
        padding: 2rem 1.5rem 1.5rem;
    }
    .contact-form .form-group, .partners-form .form-group, .subscription-modal-content .form-group {
        display: block;
        width: 100%;
    }
    .contact-form .form-group input, .contact-form .form-group select, .contact-form .form-group textarea, .partners-form .form-group input, .partners-form .form-group select, .partners-form .form-group textarea, .event-reminder-form .form-group input, .event-reminder-form .form-group select, .event-reminder-form .form-group textarea, .subscription-modal-content .form-group input, .subscription-modal-content .form-group select, .subscription-modal-content .form-group textarea {
        width: 100%;
    }
    .subscription-modal-content .form-section, .subscription-modal-content .summary-section {
        max-width: 100%;
    }
    .bottom-cta .footer-content {
        padding-left: 25px;
        padding-right: 25px;
    }
    .footer-links--social {
        align-items: flex-start;
        gap: 24px;
    }
    .social-widget .social-widget--item li:first-child a, .feature-section--item .content-wrapper .savings-goals--card.card-2, .feature-section--item .content-wrapper .savings-goals--card.card-3 {
        margin-left: 0;
    }
    .footer-nav--lists {
        display: block;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .footer-nav--list {
        break-inside: avoid-column;
        margin-left: 0;
    }
    .footer-copyright {
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-copyright--links {
        margin-bottom: 20px;
    }
    .social-widget {
        margin-top: 18px;
        margin-bottom: 30px;
    }
}


@media (min-width: 768px) {
    .book-content--grid {
        display: none;
    }
}
