@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Hanken Grotesk:wght@100;200;300;400;500;600;700;800;900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    width: 100%;
    outline: none;
    border: 0;
}

/* responsive mixins */
/* opacity */
/* transition */
/* transform */
/* box shadow */
/* border radius */
/* border box */
/* user select */
/* placeholder color */
/* overflow hidden style */
/* appearance */
.intro {
    position: relative;
    width: 100%;
}

@media only screen and (min-width: 667px) {
    .intro {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) {
    .intro {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .intro {
        height: 600px;
    }
}

@media only screen and (min-width: 1400px) {
    .intro {
        height: 620px;
    }
}

@media only screen and (max-width: 666px) {
    .intro {
        height: 360px;
    }
}

@media only screen and (min-width: 667px) {
    .page-title-sec {
        padding-top: 105px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .page-title-sec {
        padding-top: 230px;
        padding-bottom: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .page-title-sec {
        padding-top: 235px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .page-title-sec {
        padding-top: 240px;
    }
}

@media only screen and (max-width: 666px) {
    .page-title-sec {
        padding-top: 90px;
        padding-bottom: 24px;
    }
}

.page-title-sec .page-title {
    color: #033624;
    font-weight: 600;
}

@media only screen and (min-width: 667px) {
    .page-title-sec .page-title {
        font-size: 22px;
        line-height: 30px;
        width: 84%;
    }
}

@media only screen and (min-width: 992px) {
    .page-title-sec .page-title {
        font-size: 26px;
        line-height: 34px;
        width: 75%;
    }
}

@media only screen and (min-width: 1200px) {
    .page-title-sec .page-title {
        font-size: 32px;
        line-height: 44px;
    }
}

@media only screen and (min-width: 1400px) {
    .page-title-sec .page-title {
        font-size: 48px;
        line-height: 64px;
        width: 100%;
    }
}

@media only screen and (max-width: 666px) {
    .page-title-sec .page-title {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
    }
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
    clip: rect(0, 100vw, 1100px, 100vw);
}

@media only screen and (min-width: 667px) {
    .slider li {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) {
    .slider li {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .slider li {
        height: 600px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider li {
        height: 620px;
    }
}

@media only screen and (max-width: 666px) {
    .slider li {
        height: 360px;
    }
}

.slider .slider-image {
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
    width: 100%;
}

@media only screen and (min-width: 667px) {
    .slider .slider-image {
        height: 400px;
    }
}

@media only screen and (min-width: 992px) {
    .slider .slider-image {
        height: 500px;
    }
}

@media only screen and (min-width: 1200px) {
    .slider .slider-image {
        height: 600px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider .slider-image {
        height: 620px;
    }
}

@media only screen and (max-width: 666px) {
    .slider .slider-image {
        height: 360px;
    }
}

.slider .slider-image.slider-image-1 {
    background-image: url(../images/slider/hero-slider-img-1.jpg);
}

.slider .slider-image.slider-image-2 {
    background-image: url(../images/slider/hero-slider-img-2.jpg);
}

.slider .slider-image.slider-image-3 {
    background-image: url(../images/slider/hero-slider-img-3.jpg);
}

.center-y {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(51, 136, 57, 0.9);
}

@media only screen and (min-width: 667px) {
    .center-y {
        height: 80px;
    }
}

@media only screen and (min-width: 1200px) {
    .center-y {
        height: 100px;
    }
}

@media only screen and (min-width: 1400px) {
    .center-y {
        height: 140px;
    }
}

@media only screen and (max-width: 666px) {
    .center-y {
        height: 104px;
    }
}

.center-y .slider-desc {
    color: #ffffff;
    font-weight: 400;
    display: flex;
    align-items: center;
    height: 100%;
}

@media only screen and (min-width: 667px) {
    .center-y .slider-desc {
        font-size: 14px;
        line-height: 22px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .center-y .slider-desc {
        font-size: 16px;
        line-height: 24px;
        padding-right: 170px;
    }
}

@media only screen and (min-width: 1200px) {
    .center-y .slider-desc {
        font-size: 20px;
        line-height: 30px;
        padding-left: 25px;
        padding-right: 234px;
    }
}

@media only screen and (min-width: 1400px) {
    .center-y .slider-desc {
        font-size: 24px;
        line-height: 36px;
        padding-left: 50px;
        padding-right: 384px;
    }
}

@media only screen and (max-width: 666px) {
    .center-y .slider-desc {
        font-size: 14px;
        line-height: 22px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .center-y .slider-desc br {
        display: none;
    }
}

li.current h3,
li.current h3 + a {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

li.current {
    z-index: 1;
    clip: rect(0, 100vw, 1100px, 0);
}

li.prev {
    clip: rect(0, 0, 1100px, 0);
}

.slider nav {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 667px) {
    .slider nav {
        height: 8px;
        bottom: 90px;
        right: calc(50% - 24px);
    }
}

@media only screen and (min-width: 992px) {
    .slider nav {
        height: 6px;
        bottom: 37px;
        right: 96px;
    }
}

@media only screen and (min-width: 1200px) {
    .slider nav {
        bottom: 47px;
        right: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider nav {
        height: 8px;
        bottom: 66px;
    }
}

@media only screen and (max-width: 666px) {
    .slider nav {
        height: 8px;
        bottom: 112px;
        right: calc(50% - 24px);
    }
}

.slider nav a {
    display: inline-block;
    width: 30px;
    height: 8px;
    border-radius: 4px;
    background: #064b32;
    margin: 0 4px;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.slider nav a.current_dot {
    background: #4ce05b;
}

@media only screen and (min-width: 667px) {
    .slider nav a {
        width: 8px;
        height: 8px;
    }

    .slider nav a.current_dot {
        width: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .slider nav a {
        width: 10px;
        height: 6px;
    }

    .slider nav a.current_dot {
        width: 16px;
    }
}

@media only screen and (min-width: 1200px) {
    .slider nav a {
        width: 20px;
    }

    .slider nav a.current_dot {
        width: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider nav a {
        width: 30px;
        height: 8px;
    }

    .slider nav a.current_dot {
        width: 50px;
    }
}

@media only screen and (max-width: 666px) {
    .slider nav a {
        width: 8px;
        height: 8px;
    }

    .slider nav a.current_dot {
        width: 8px;
    }
}

@media screen and (max-width: 700px) {
    .left {
        width: 100%;
    }

    .slider {
        width: 100%;
    }
}

.slider-nav {
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width: 667px) {
    .slider-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -60px;
    }
}

@media only screen and (min-width: 992px) {
    .slider-nav {
        bottom: 18px;
        right: -22px;
        width: auto;
        left: unset;
    }
}

@media only screen and (min-width: 1200px) {
    .slider-nav {
        bottom: 20px;
        right: -30px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider-nav {
        bottom: 30px;
        right: -93px;
    }
}

@media only screen and (max-width: 666px) {
    .slider-nav {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        left: 0;
        right: 0;
        bottom: -60px;
    }
}

.slider-nav a {
    display: block;
    background: #ffffff;
    border-radius: 50px;
    background-repeat: no-repeat;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

@media only screen and (min-width: 667px) {
    .slider-nav a {
        height: 40px;
        width: 40px;
        background-size: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .slider-nav a {
        height: 44px;
        width: 44px;
        background-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .slider-nav a {
        height: 60px;
        width: 60px;
        background-size: 17px;
    }
}

@media only screen and (min-width: 1400px) {
    .slider-nav a {
        height: 80px;
        width: 80px;
        background-size: inherit;
    }
}

@media only screen and (max-width: 666px) {
    .slider-nav a {
        height: 40px;
        width: 40px;
        background-size: 10px;
    }
}

#next {
    background-image: url(../images/icon-arrow-next.svg);
    background-position: 56% center;
}

@media only screen and (min-width: 667px) {
    #next {
        margin-left: 16px;
    }
}

@media only screen and (min-width: 992px) {
    #next {
        margin-left: 16px;
    }
}

@media only screen and (min-width: 1400px) {
    #next {
        margin-left: 26px;
    }
}

@media only screen and (max-width: 666px) {
    #next {
        margin-left: 16px;
    }
}

#prev {
    background-image: url(../images/icon-arrow-prev.svg);
    background-position: 46% center;
}

.ll-main-desc-sec {
    height: auto;
    background: #064b32;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: -1;
}

@media only screen and (min-width: 667px) {
    .ll-main-desc-sec {
        margin-top: -200px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-main-desc-sec {
        margin-top: -250px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-main-desc-sec {
        margin-top: -310px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-main-desc-sec {
        margin-top: -180px;
    }
}

.ll-main-desc-sec .ll-main-desc {
    color: #ffffff;
    font-weight: 300;
    text-align: center;
}

@media only screen and (min-width: 667px) {
    .ll-main-desc-sec .ll-main-desc {
        font-size: 20px;
        line-height: 30px;
        padding: 234px 20px 34px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-main-desc-sec .ll-main-desc {
        font-size: 24px;
        line-height: 38px;
        padding: 300px 20px 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-main-desc-sec .ll-main-desc {
        font-size: 32px;
        line-height: 50px;
        padding: 380px 20px 80px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-main-desc-sec .ll-main-desc {
        font-size: 32px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-main-desc-sec .ll-main-desc {
        font-size: 18px;
        line-height: 28px;
        padding: 270px 20px 78px;
    }
}

.carousel-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.carousel-controls .control {
    display: block;
    z-index: 3;
    background-color: #f1eefe;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.carousel-controls .control.prev {
    background-image: url(../images/icon-arrow-prev.svg);
}

.carousel-controls .control.next {
    background-image: url(../images/icon-arrow-next.svg);
}

@media only screen and (min-width: 667px) {
    .carousel-controls .control {
        height: 48px;
        width: 48px;
    }
}

@media only screen and (min-width: 992px) {
    .carousel-controls .control {
        height: 80px;
        width: 80px;
    }
}

@media only screen and (max-width: 666px) {
    .carousel-controls .control {
        height: 40px;
        width: 40px;
    }
}

.sec-title-flx {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

@media only screen and (min-width: 667px) {
    .sec-title-flx {
        margin-bottom: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .sec-title-flx {
        margin-bottom: 24px;
    }
}

@media only screen and (max-width: 666px) {
    .sec-title-flx {
        margin-bottom: 12px;
    }
}

.news-carousel-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.news-carousel-controls .control {
    display: block;
    z-index: 3;
    background-color: #E5F1E6;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.news-carousel-controls .control.prev {
    background-image: url(../images/icon-arrow-prev.svg);
    background-size: 16px;
}

.news-carousel-controls .control.next {
    background-image: url(../images/icon-arrow-next.svg);
    background-size: 16px;
}

@media only screen and (min-width: 667px) {
    .news-carousel-controls .control {
        height: 48px;
        width: 48px;
    }
}

@media only screen and (min-width: 992px) {
    .news-carousel-controls .control {
        height: 80px;
        width: 80px;
    }
}

@media only screen and (max-width: 666px) {
    .news-carousel-controls .control {
        height: 40px;
        width: 40px;
    }
}

.ll-jobs-carousal-container.slick-initialized,
.ll-news-carousal-container.slick-initialized {
    display: block;
}

#jobs .content-wrapper {
    display: flex;
}

@media only screen and (min-width: 667px) {
    #jobs .content-wrapper {
        flex-direction: row;
    }
}

@media only screen and (max-width: 666px) {
    #jobs .content-wrapper {
        flex-direction: column-reverse;
    }
}

.ll-job-card {
    width: 360px;
    height: 240px;
    border-radius: 16px;
    background-color: #f7f4f1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex !important;
    align-items: flex-start;
}

@media only screen and (min-width: 667px) {
    .ll-job-card {
        padding: 24px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-job-card {
        padding: 11px 20px 15px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-job-card {
        padding: 17px 24px 20px;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-job-card {
        padding: 22px 30px 25px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-job-card {
        padding: 8px 15px 14px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

.ll-job-card .ll-job-title {
    color: #000;
    font-weight: 500;
}

@media only screen and (min-width: 667px) {
    .ll-job-card .ll-job-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-job-card .ll-job-title {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-job-card .ll-job-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.ll-job-card .ll-job-loc {
    align-self: stretch;
    color: #212121;
}

@media only screen and (min-width: 667px) {
    .ll-job-card .ll-job-loc {
        font-size: 16px;
        line-height: 16px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-job-card .ll-job-loc {
        font-size: 16px;
        line-height: 16px;
        margin-top: 5px;
    }
}

.ll-job-card .ll-job-sal {
    font-weight: 400;
    color: #202020;
}

@media only screen and (min-width: 667px) {
    .ll-job-card .ll-job-sal {
        font-size: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-job-card .ll-job-sal {
        font-size: 16px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-job-card .ll-job-sal {
        font-size: 13px;
    }
}

.ll-card-info {
    flex: 1;
}

.ll-job-card .ll-job-po-date {
    font-size: 14px;
    font-weight: 400;
    color: #202020;
}

@media only screen and (max-width: 666px) {
    .ll-job-card .ll-job-po-date {
        font-size: 12px;
    }
}

.ll-job-card .ll-job-card-bot {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    justify-content: flex-start;
    gap: 2px;
    font-size: 12px;
    color: #030303;
}

@media only screen and (min-width: 667px) {
    .ll-job-card .ll-job-card-bot {
        margin-top: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-job-card .ll-job-card-bot {
        margin-top: 16px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-job-card .ll-job-card-bot {
        margin-top: 12px;
    }
}

#ll-story {
    background: #0d1d38;
    background-image: url(../images/ll-bg-pattern.png);
    background-size: cover;
    text-align: center;
}

#ll-story .body-text {
    color: #ffffff;
}

@media only screen and (min-width: 667px) {
    #ll-story {
        padding: 50px 0 50px;
        margin-top: 80px;
    }

    #ll-story .body-text {
        margin-bottom: 40px;
        padding: 0 30px;
    }
}

@media only screen and (min-width: 992px) {
    #ll-story {
        padding: 70px 0 70px;
        margin-top: 100px;
    }

    #ll-story .body-text {
        margin-bottom: 50px;
        padding: 0 24px;
    }
}

@media only screen and (min-width: 1200px) {
    #ll-story {
        padding: 80px 0 80px;
        margin-top: 120px;
    }

    #ll-story .body-text {
        margin-bottom: 60px;
        padding: 0;
    }
}

@media only screen and (min-width: 1400px) {
    #ll-story {
        padding: 120px 0 100px;
        margin-top: 140px;
    }
}

@media only screen and (max-width: 666px) {
    #ll-story {
        padding: 32px 0 32px;
        margin-top: 60px;
    }

    #ll-story .body-text {
        margin-bottom: 30px;
        padding: 0 20px;
    }
}

#ll-story .ll-story-img-row {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 667px) {
    #ll-story .ll-story-img-row {
        margin-top: 60px;
        height: 90px;
    }
}

@media only screen and (min-width: 992px) {
    #ll-story .ll-story-img-row {
        margin-top: 80px;
        height: 110px;
    }
}

@media only screen and (min-width: 1200px) {
    #ll-story .ll-story-img-row {
        margin-top: 90px;
        height: 124px;
    }
}

@media only screen and (min-width: 1400px) {
    #ll-story .ll-story-img-row {
        margin-top: 105px;
    }
}

@media only screen and (max-width: 666px) {
    #ll-story .ll-story-img-row {
        justify-content: center;
        margin-top: 50px;
        height: 85px;
    }
}

#ll-story .ll-story-img-row .ll-story-img-sm {
    border: 2px solid #2b9e27;
    object-fit: cover;
}

@media only screen and (min-width: 667px) {
    #ll-story .ll-story-img-row .ll-story-img-sm {
        width: 80px;
        height: 80px;
        border-radius: 20px;
        margin-top: -15px;
    }
}

@media only screen and (min-width: 992px) {
    #ll-story .ll-story-img-row .ll-story-img-sm {
        width: 100px;
        height: 100px;
        border-radius: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    #ll-story .ll-story-img-row .ll-story-img-sm {
        width: 120px;
        height: 120px;
        border-radius: 40px;
    }
}

@media only screen and (max-width: 666px) {
    #ll-story .ll-story-img-row .ll-story-img-sm {
        display: none;
    }
}

#ll-story .ll-story-img-row .ll-story-img-lg {
    border: 2px solid #2b9e27;
    object-fit: cover;
}

@media only screen and (min-width: 667px) {
    #ll-story .ll-story-img-row .ll-story-img-lg {
        width: 80px;
        height: 80px;
        margin-top: 100px;
        border-radius: 20px;
    }
}

@media only screen and (min-width: 992px) {
    #ll-story .ll-story-img-row .ll-story-img-lg {
        width: 120px;
        height: 120px;
        margin-top: 120px;
        border-radius: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    #ll-story .ll-story-img-row .ll-story-img-lg {
        width: 158px;
        height: 158px;
        margin-top: 135px;
        border-radius: 40px;
    }
}

@media only screen and (max-width: 666px) {
    #ll-story .ll-story-img-row .ll-story-img-lg {
        display: none;
    }
}

@media only screen and (min-width: 667px) {
    #ll-story .ll-story-img-row .ll-story-img-client {
        width: 180px;
        height: 75px;
    }
}

@media only screen and (min-width: 992px) {
    #ll-story .ll-story-img-row .ll-story-img-client {
        width: 200px;
        height: 83px;
    }
}

@media only screen and (min-width: 1200px) {
    #ll-story .ll-story-img-row .ll-story-img-client {
        width: 250px;
        height: 103px;
    }
}

@media only screen and (max-width: 666px) {
    #ll-story .ll-story-img-row .ll-story-img-client {
        width: 160px;
        height: 67px;
    }
}

#join-us {
    background: #091832;
    background-image: url(../images/ll-bg-pattern.png);
    background-size: cover;
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    color: #f5f5f5;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

@media only screen and (min-width: 667px) {
    #join-us {
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 992px) {
    #join-us {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 666px) {
    #join-us {
        width: calc(100% - 30px);
    }
}

.ll-join-us-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
}

.ll-join-us-wrapper .ll-join-us-content {
    padding: 0;
}

.ll-join-us-content .sec-title {
    margin-bottom: 0;
}

@media only screen and (min-width: 667px) {
    .ll-join-us-wrapper .ll-join-us-content {
        padding: 0;
        width: 40%;
    }
}

@media only screen and (min-width: 992px) {
    .ll-join-us-wrapper .ll-join-us-content {
        padding: 0;
        width: 280px;
        margin-left: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-join-us-wrapper .ll-join-us-content {
        padding: 0;
        margin-left: 120px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-join-us-wrapper .ll-join-us-content {
        width: 100%;
        padding: 14px 0;
        text-align: center;
    }
}

@media only screen and (max-width: 666px) {
    .ll-join-us-wrapper .ll-join-us-content h2 br {
        display: none;
    }
}

.ll-join-us-wrapper .ll-join-us-content .join-us-desc {
    align-self: stretch;
    font-family: "Hanken Grotesk", sans-serif;
    color: #fff;
}

@media only screen and (min-width: 667px) {
    .ll-join-us-wrapper .ll-join-us-content .join-us-desc {
        margin-top: 32px;
        margin-bottom: 40px;
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-join-us-wrapper .ll-join-us-content .join-us-desc {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-join-us-wrapper .ll-join-us-content .join-us-desc {
        margin-top: 8px;
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 20px;
    }
}

.ll-join-us-wrapper .ll-join-us-img {
    object-fit: cover;
}

@media only screen and (min-width: 667px) {
    .ll-join-us-wrapper .ll-join-us-img {
        width: 60%;
    }
}

@media only screen and (min-width: 992px) {
    .ll-join-us-wrapper .ll-join-us-img {
        width: 60%;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-join-us-wrapper .ll-join-us-img {
        width: 52%;
    }
}

@media only screen and (max-width: 666px) {
    .ll-join-us-wrapper .ll-join-us-img {
        display: none;
    }
}

.ll-news-wrapper {
    position: relative;
}

@media only screen and (max-width: 666px) {
    .ll-news-wrapper .sec-title {
        width: 50%;
    }
}

@media only screen and (min-width: 992px) {

    .ll-news-wrapper .ll-news-carousal-container,
    .ll-jobs-wrapper .ll-jobs-carousal-container {
        padding-left: 55px;
    }
}

@media only screen and (min-width: 1200px) {

    .ll-news-wrapper .ll-news-carousal-container,
    .ll-jobs-wrapper .ll-jobs-carousal-container {
        padding-left: 75px;
    }
}

@media only screen and (min-width: 1400px) {

    .ll-news-wrapper .ll-news-carousal-container,
    .ll-jobs-wrapper .ll-jobs-carousal-container {
        padding-left: 115px;
    }
}

@media only screen and (min-width: 1600px) {

    .ll-news-wrapper .ll-news-carousal-container,
    .ll-jobs-wrapper .ll-jobs-carousal-container {
        padding-left: calc((100% - 1370px) / 2);
    }
}

@media only screen and (max-width: 666px) {

    .ll-news-wrapper .ll-news-carousal-container,
    .ll-jobs-wrapper .ll-jobs-carousal-container {
        margin-top: 24px;
    }
}

.ll-news-wrapper .slick-list {
    padding-bottom: 40px !important;
}

@media only screen and (min-width: 667px) {

    .ll-news-wrapper .ll-btn-large,
    .ll-jobs-wrapper .ll-btn-large {
        margin-top: 40px;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 992px) {

    .ll-news-wrapper .ll-btn-large,
    .ll-jobs-wrapper .ll-btn-large {
        margin-top: 40px;
        margin-left: 55px;
        transform: translateX(0);
    }
}

@media only screen and (min-width: 1200px) {

    .ll-news-wrapper .ll-btn-large,
    .ll-jobs-wrapper .ll-btn-large {
        margin-left: 75px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1400px) {

    .ll-news-wrapper .ll-btn-large,
    .ll-jobs-wrapper .ll-btn-large {
        margin-left: 115px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 1600px) {

    .ll-news-wrapper .ll-btn-large,
    .ll-jobs-wrapper .ll-btn-large {
        margin-left: calc((100% - 1370px) / 2);
        margin-top: 60px;
    }
}

@media only screen and (max-width: 666px) {

    .ll-news-wrapper .ll-btn-large,
    .ll-jobs-wrapper .ll-btn-large {
        margin-top: 24px;
        margin-left: 50%;
        min-width: 247px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.ll-news-card {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 20px;
    background-color: #f1f1f1;
    border: 1px solid #2B9E27;
    padding: 24px;
    box-sizing: border-box;
    box-shadow: 0px 4px 80px rgba(0, 0, 0, 0.0008);
}

@media only screen and (min-width: 667px) {
    .ll-news-card {
        padding: 18px;
        margin-left: 8px;
        margin-right: 8px;
        width: 450px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-news-card {
        padding: 20px;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-news-card {
        padding: 24px;
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-news-card {
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-news-card {
        width: 100%;
        padding: 15px;
        margin-left: 8px;
        margin-right: 8px;
    }
}

.ll-news-card .ll-news-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    gap: 20px;
    margin-top: 32px;
}

/* @media only screen and (min-width: 667px) {
  .ll-news-card .ll-news-card-content {
    padding-right: 25px;
  }
} */
/* @media only screen and (min-width: 992px) {
  .ll-news-card .ll-news-card-content {
    padding-right: 30px;
  }
} */
@media only screen and (min-width: 1400px) {
    /* .ll-news-card .ll-news-card-content {
    padding-right: 40px;
  } */
}

/* @media only screen and (max-width: 666px) {
  .ll-news-card .ll-news-card-content {
    padding-right: 25px;
  }
} */
.ll-news-card .ll-news-title {
    color: #030303;
    /* font-weight: 500; */
}

@media only screen and (min-width: 667px) {
    .ll-news-card .ll-news-title {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-news-card .ll-news-title {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-news-card .ll-news-title {
        font-size: 24px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-news-card .ll-news-title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-news-card .ll-news-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.ll-news-card .ll-news-desc {
    font-weight: 400;
    color: #001e44;
}

@media only screen and (min-width: 667px) {
    .ll-news-card .ll-news-desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-news-card .ll-news-desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-news-card .ll-news-desc {
        font-size: 18px;
        line-height: 24px;
        margin-top: 14px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-news-card .ll-news-desc {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }
}

@media only screen and (min-width: 667px) {
    .ll-news-card .ll-btn-link {
        margin-top: 24px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-news-card .ll-btn-link {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-news-card .ll-btn-link {
        margin-top: 24px;
        margin-bottom: 30px;
    }
}

.ll-news-card .ll-news-card-img {
    object-fit: cover;
    border-radius: 14px;
    height: 280px;
    overflow: hidden;
}

@media only screen and (min-width: 667px) {
    .ll-news-card .ll-news-card-img {
        height: 220px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-news-card .ll-news-card-img {
        height: 250px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-news-card .ll-news-card-img {
        height: 290px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-news-card .ll-news-card-img {
        height: 280px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-news-card .ll-news-card-img {
        height: 200px;
    }
}

.ll-footer {
    background: #eaeaea;
    margin-bottom: -100px;
}

.ll-footer-bottom {
    background: #15192d;
    padding-top: 99px;
    z-index: -1;
    position: relative;
}

.ll-footer .ll-footer-main {
    display: flex;
    justify-content: space-between;
}

@media only screen and (min-width: 667px) {
    .ll-footer {
        margin-top: 40px;
        border-radius: 20px;
        width: calc(100% - 30px) !important;
    }

    .ll-footer .ll-footer-main {
        padding: 35px 24px;
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer {
        margin-top: 60px;
        border-radius: 20px;
    }

    .ll-footer .ll-footer-main {
        padding: 32px 20px;
        flex-direction: row;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-footer {
        margin-top: 90px;
    }

    .ll-footer .ll-footer-main {
        padding: 50px 30px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer {
        margin-top: 24px;
        border-radius: 20px;
        width: calc(100% - 24px) !important;
    }

    .ll-footer .ll-footer-main {
        padding: 24px 10px;
        flex-direction: column;
    }
}

.ll-footer .ll-footer-content {
    color: #000000;
    font-weight: 300;
    flex: 1;
    letter-spacing: 0.01em;
}

.ll-footer .ll-footer-content p span {
    display: block;
    font-weight: 600;
}

@media only screen and (min-width: 667px) {
    .ll-footer .ll-footer-content p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-footer .ll-footer-content {
        width: 400px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-footer .ll-footer-content p {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer .ll-footer-content p {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 667px) {
    .ll-footer .ll-footer-content {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer .ll-footer-content {
        font-size: 18px;
        line-height: 24px;
        padding-right: 115px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-footer .ll-footer-content {
        padding-right: 150px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-footer .ll-footer-content {
        padding-right: 138px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer .ll-footer-content {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }
}

.ll-footer .ll-footer-links {
    flex: 1;
}

@media only screen and (min-width: 667px) {
    .ll-footer .ll-footer-links {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer .ll-footer-links {
        margin-top: 0;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer .ll-footer-links {
        margin-top: 18px;
    }
}

.ll-footer .ll-footer-links ul li .ll-btn-link {
    font-weight: 400;
}

@media only screen and (min-width: 667px) {
    .ll-footer .ll-footer-links ul li {
        margin-top: 20px;
        display: inline-block;
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer .ll-footer-links ul li {
        margin-top: 24px;
        display: block;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer .ll-footer-links ul li {
        margin-top: 30px;
        display: block;
        margin-right: 0;
    }
}

@media only screen and (min-width: 667px) {
    .ll-footer .ll-footer-contacts {
        margin-top: 50px;
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer .ll-footer-contacts {
        margin-top: 0;
        width: 460px;
        flex: 1;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer .ll-footer-contacts {
        margin-top: 40px;
        width: 100%;
    }
}

.ll-footer .ll-footer-label {
    font-size: 14px;
    font-weight: 500;
    color: #5b5b5b;
    text-transform: uppercase;
}

.ll-footer .ll-contant-txt {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.ll-footer .ll-contant-txt a {
    color: #000000;
}

.ll-footer .ll-contant-txt a:hover {
    opacity: 0.9;
}

@media only screen and (min-width: 667px) {
    .ll-footer .ll-contant-txt {
        margin-top: 8px;
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer .ll-contant-txt {
        margin-top: 4px;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-footer .ll-contant-txt {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer .ll-contant-txt {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }
}

.ll-footer .ll-address,
.ll-footer .ll-phone,
.ll-footer .ll-whatsapp,
.ll-footer .ll-email {
    position: relative;
    padding-left: 46px;
}

.ll-footer .ll-address::before,
.ll-footer .ll-phone::before,
.ll-footer .ll-whatsapp::before,
.ll-footer .ll-email::before {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 22px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ll-footer .ll-address::before {
    background-image: url(../images/frame-4853.svg);
}

.ll-footer .ll-phone {
    display: flex;
    align-items: center;
}

.ll-footer .ll-phone::before {
    background-image: url(../images/frame-48531.svg);
}

.ll-footer .ll-whatsapp::before {
    background-image: url(../images/icon-whatsapp.svg);
}

@media only screen and (min-width: 667px) {

    .ll-footer .ll-phone,
    .ll-footer .ll-whatsapp {
        margin-top: 36px;
    }

    .ll-footer .ll-phone .ll-phone-info {
        margin-left: 120px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer .ll-phone {
        flex-direction: column;
    }

    .ll-footer .ll-phone .ll-phone-hot,
    .ll-footer .ll-phone .ll-phone-info {
        width: 100%;
    }

    .ll-footer .ll-phone .ll-phone-info {
        margin-left: 0;
        margin-top: 24px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-footer .ll-phone {
        flex-direction: row;
    }

    .ll-footer .ll-phone .ll-phone-info {
        margin-left: 60px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 666px) {

    .ll-footer .ll-phone,
    .ll-footer .ll-whatsapp {
        margin-top: 36px;
    }

    .ll-footer .ll-phone .ll-phone-info {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 667px) {
    .ll-footer .ll-email {
        margin-top: 36px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer .ll-email {
        margin-top: 0;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer .ll-email {
        margin-top: 36px;
    }
}

.ll-footer .ll-email::before {
    background-image: url(../images/frame-48532.svg);
}

@media only screen and (min-width: 992px) {

    .ll-footer .ll-phone,
    .ll-footer .ll-whatsapp,
    .ll-footer .ll-email {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1200px) {

    .ll-footer .ll-phone,
    .ll-footer .ll-whatsapp,
    .ll-footer .ll-email {
        margin-top: 40px;
    }
}

.ll-footer-legal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #bdbdbd;
    font-weight: 300;
}

@media only screen and (min-width: 667px) {
    .ll-footer-legal {
        flex-direction: column;
        font-size: 14px;
        padding: 60px 0;
    }
}

@media only screen and (min-width: 992px) {
    .ll-footer-legal {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-footer-legal {
        flex-direction: row;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer-legal {
        flex-direction: column;
        font-size: 14px;
        padding: 40px 0;
    }
}

.ll-footer-legal .ll-legal-left-col span {
    color: #2B9E27;
}

@media only screen and (min-width: 667px) {
    .ll-footer-legal .ll-legal-left-col {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 1400px) {
    .ll-footer-legal .ll-legal-left-col {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer-legal .ll-legal-left-col {
        margin-bottom: 30px;
        line-height: 1.6;
        text-align: center;
    }
}

.ll-footer-legal .ll-legal-right-col {
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 667px) {
    .ll-footer-legal .ll-legal-right-col {
        flex-direction: row;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer-legal .ll-legal-right-col {
        flex-direction: column;
        width: 100%;
    }
}

.ll-footer-legal .ll-legal-right-col .ll-legal-links {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 666px) {
    .ll-footer-legal .ll-legal-right-col .ll-legal-links {
        width: 100%;
        justify-content: center;
        margin-bottom: 34px;
    }
}

@media only screen and (min-width: 667px) {
    .ll-footer-legal .ll-legal-right-col .ll-legal-links li {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-footer-legal .ll-legal-right-col .ll-legal-links li {
        margin-right: 0;
        width: 50%;
        text-align: center;
        max-width: 150px;
    }
}

.ll-footer-legal .ll-legal-right-col .ll-legal-links li a {
    color: #bdbdbd;
    font-weight: 300;
    cursor: pointer;
    text-decoration: none;
}

.ll-footer-legal .ll-legal-right-col .ll-legal-links li a:hover {
    color: #ffffff;
}

.ll-footer-legal .ll-legal-right-col .ll-legal-icons {
    display: flex;
    align-items: center;
}

.ll-footer-legal .ll-legal-right-col .ll-legal-icons img {
    height: 32px;
    width: auto;
    margin-left: 16px;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: "Hanken Grotesk", sans-serif;
    background: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 667px) {
    .container-fluid {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .container-fluid {
        width: calc(100% - 80px);
    }
}

@media only screen and (min-width: 1200px) {
    .container-fluid {
        width: calc(100% - 120px);
    }
}

@media only screen and (min-width: 1400px) {
    .container-fluid {
        width: calc(100% - 200px);
        max-width: 1400px;
    }
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-family: "Hanken Grotesk", sans-serif;
}

.sec-title {
    font-family: "Hanken Grotesk", sans-serif;
}

@media only screen and (min-width: 667px) {
    .sec-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 992px) {
    .sec-title {
        font-size: 48px;
        margin-bottom: 40px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 1200px) {
    .sec-title {
        font-size: 56px;
        margin-bottom: 44px;
        line-height: 68px;
    }
}

@media only screen and (min-width: 1400px) {
    .sec-title {
        line-height: 60px;
        font-size: 48px;
    }
}

@media only screen and (max-width: 666px) {
    .sec-title {
        font-size: 20px;
        line-height: 28px;
    }
}

.body-text {
    color: #064b32;
    font-weight: normal;
}

@media only screen and (min-width: 667px) {
    .body-text {
        font-size: 18px;
        line-height: 27px;
    }
}

@media only screen and (min-width: 992px) {
    .body-text {
        font-size: 20px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    .body-text {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 666px) {
    .body-text {
        font-size: 16px;
        line-height: 24px;
    }
}

.back-to-top {
    display: none;
    position: fixed;
    height: 40px;
    width: 32px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ff9c3b;
    color: #303c43;
    z-index: 1;
    bottom: 20px;
    right: 20px;
    text-align: center;
    padding-top: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 667px) {
    .back-to-top {
        height: 44px;
        width: 40px;
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1200px) {
    .back-to-top {
        height: 60px;
        width: 44px;
        padding-top: 22px;
    }
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active {
    cursor: pointer;
    padding-top: 16px;
}

.navbar {
    position: relative;
    top: 0px;
    left: 40%;
    transform: translateX(-50%);
    z-index: 100;
    border: none;
}

.navbar-toggler.collapsed {
    background-color: #005335;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.navbar-toggler {
    background-color: #005335;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler.collapsed .navbar-toggler-icon-bar1,
.navbar-toggler.collapsed .navbar-toggler-icon-bar2,
.navbar-toggler.collapsed .navbar-toggler-icon-bar3 {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    display: block;
}

.navbar-toggler .navbar-toggler-icon-bar1,
.navbar-toggler .navbar-toggler-icon-bar2,
.navbar-toggler .navbar-toggler-icon-bar3 {
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    display: block;
}

@media only screen and (min-width: 667px) {
    .navbar {
        top: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 0px;
        left: 50%;
    }

    .nav-link {
        padding: 14px !important;
        background: #eaeaea;
        border-radius: 4px;
        text-align: center;
        font-weight: 400;
        font-size: 18px;
    }

    .navbar-nav {
        gap: 8px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .dropdown-item {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .navbar {
        top: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 8px;
        left: 45% !important;
    }

    .nav-link {
        padding: 8px 10px !important;
        background: transparent;
    }

    .navbar-nav {
        gap: 0;
    }

    .dropdown-item {
        text-align: left;
    }
}

@media only screen and (min-width: 1600px) {
    .navbar {
        left: 40% !important;
    }
}

@media only screen and (max-width: 666px) {
    .navbar {
        top: 0;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 0px;
        left: 50%;
    }

    .nav-link {
        padding: 14px !important;
        background: #f9f3ff;
        border-radius: 4px;
        text-align: center;
    }

    .navbar-nav {
        gap: 8px;
        margin-bottom: 16px !important;
    }

    .navbar-collapse {
        text-align: center;
    }

    .dropdown-item {
        text-align: center;
    }
}

.navbar .ll-login-link {
    margin-right: 10px;
}

.navbar .nav-content {
    border-radius: 8px;
    background: #ffffff;
    box-sizing: border-box;
    width: 100%;
    transition: all 300ms ease;
}

.navbar .ll-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .ll-logo {
    width: 180px;
    height: 50px;
    background-color: #acacac;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.navbar .ll-logo img {
    height: 100%;
}

.navbar .ll-main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.navbar .ll-main-nav li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .ll-main-nav li a {
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #030303;
    padding: 0.5em;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 667px) {
    .navbar .ll-main-nav li.ll-page-links {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .navbar .ll-main-nav li.ll-page-links {
        display: block;
    }
}

@media only screen and (max-width: 666px) {
    .navbar .ll-main-nav li.ll-page-links {
        display: none;
    }
}

@media only screen and (max-width: 666px) {
    .navbar .ll-main-nav li.ll-register-link {
        display: none;
    }
}

.navbar .ll-main-nav.active {
    display: block;
    background: #ffffff;
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.navbar .ll-main-nav.active li {
    display: block;
    height: 80px;
    line-height: 80px;
    margin-left: 0;
    text-align: center;
}

.navbar .ll-main-nav.active li a {
    font-size: 20px;
    font-weight: 700;
}

.navbar .menu-btn {
    width: 44px;
    height: 44px;
    padding: 0 8px;
    position: relative;
    background: rgba(255, 255, 255, 0);
    border: 2px solid #e3193a;
    border-radius: 10px;
}

.navbar .menu-btn span {
    content: "";
    display: block;
    width: 24px;
    position: absolute;
    background: #e3193a;
    height: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar .menu-btn span:nth-child(1) {
    top: 11px;
}

.navbar .menu-btn span:nth-child(2) {
    top: 19px;
}

.navbar .menu-btn span:nth-child(3) {
    top: 27px;
}

.navbar .menu-btn.open {
    padding: 0 5px;
}

.navbar .menu-btn.open span:nth-child(1) {
    top: 18px;
    transform: rotate(45deg);
    width: 30px;
}

.navbar .menu-btn.open span:nth-child(2) {
    display: none;
}

.navbar .menu-btn.open span:nth-child(3) {
    top: 18px;
    transform: rotate(-45deg);
    width: 30px;
}

.navbar .menu-btn:hover {
    cursor: pointer;
}

@media only screen and (min-width: 667px) {
    .navbar .menu-btn {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar .menu-btn {
        display: none;
    }
}

@media only screen and (max-width: 666px) {
    .navbar .menu-btn {
        display: block;
    }
}

.navbar.scrolled .ll-nav-wrapper {
    height: 100px;
}

.navbar.scrolled .ll-nav-wrapper .ll-logo {
    height: 100px;
}

.form-wrap {
    position: relative;
    margin-bottom: 35px;
}

.form-wrap .form-control {
    height: 42px;
    width: 100%;
    background: transparent;
    border: 2px solid #d7d7d7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-family: inherit;
    color: #303c43;
    padding: 10px 15px;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-wrap .form-control:focus {
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
    border-color: #ff9c3b;
}

.form-wrap .label-form {
    position: absolute;
    display: block;
    font-size: 15px;
    color: #b1b6b7;
    top: 12px;
    left: 15px;
    z-index: -1;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-wrap .label-form.not-empty {
    top: -18px !important;
    left: 0;
    font-size: 14px;
    color: #ff9c3b !important;
}

textarea {
    white-space: pre-wrap !important;
    word-wrap: break-word;
    overflow: auto !important;
    resize: none;
    height: 150px !important;
}

input:focus {
    outline: 0;
}

input:focus + .label-form,
textarea:focus + .label-form {
    top: -18px;
    left: 0;
    font-size: 14px;
    color: #ff9c3b !important;
}

.button {
    height: 36px;
    width: 120px;
    line-height: 36px;
    background: #ff9c3b;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-family: inherit;
    letter-spacing: 0.08em;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 667px) {
    .button {
        width: 140px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .button {
        font-size: 14px;
        width: 200px;
        height: 50px;
    }
}

.button:hover {
    cursor: pointer;
}

.ll-btn {
    /* background: #520996;
  color: #ffffff !important; */
    text-align: center;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}

.ll-btn-purple {
    background: #2CA031;
    color: #ffffff !important;
}

.ll-btn-light-purple {
    background: #064B32;
    color: #ffffff !important;
}

.ll-btn-yellow {
    background: #f4be35;
    color: #030303 !important;
}

.ll-btn.ll-btn-small {
    letter-spacing: 0.05em;
    overflow: hidden;
    padding: 10px 24px;
    /* border-radius: 17px; */
    justify-content: center;
    text-align: center;
    color: #fff;
}

@media only screen and (min-width: 667px) {
    .ll-btn.ll-btn-small {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-btn.ll-btn-small {
        font-size: 14px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-btn.ll-btn-small {
        font-size: 12px;
    }
}

.ll-btn.ll-btn-large {
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
    /* max-width: 260px; */
}


.ll-btn.ll-btn-brdr {
    border: 1px solid #2CA031;
    color: #2CA031;
    font-weight: 500 !important;
    letter-spacing: 0.05em !important;
}

@media only screen and (min-width: 667px) {
    .ll-btn.ll-btn-large {
        font-size: 16px;
        height: 44px;
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    .ll-btn.ll-btn-medium {
        height: 40px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media only screen and (min-width: 992px) {
    .ll-btn.ll-btn-large {
        height: 60px;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .ll-btn.ll-btn-medium {
        height: 40px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media only screen and (max-width: 666px) {
    .ll-btn.ll-btn-large {
        font-size: 16px;
        height: 40px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ll-btn.ll-btn-medium {
        height: 40px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.ll-btn-link {
    color: #2CA031;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    font-family: "Hanken Grotesk", sans-serif;
}

.ll-btn-link::after {
    content: "";
    /*background-image: url(../images/vector-8.svg);*/
    display: block;
    width: 24px;
    height: 12px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: margin-left 0.25s ease-in-out;
}

.ll-btn-link:hover {
    text-decoration: none;
    color: #005335;
}

.ll-btn-link:hover::after {
    margin-left: 10px;
}

@media only screen and (min-width: 667px) {
    .ll-btn-link {
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-btn-link {
        font-size: 18px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-btn-link {
        font-size: 14px;
    }
}

.button {
    color: #ffffff;
    font-family: "Hanken Grotesk", sans-serif;
    letter-spacing: 0.04em;
    position: relative;
    text-align: left;
    border: none;
    border-radius: 35px;
}

@media only screen and (min-width: 667px) {
    .button {
        font-size: 17px;
        height: 56px;
        padding-left: 60px;
        padding-right: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .button {
        font-size: 16px;
        height: 58px;
        padding-left: 60px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 666px) {
    .button {
        font-size: 17px;
        height: 56px;
        padding-left: 60px;
        padding-right: 18px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.button span {
    display: block;
    font-size: 12px;
    font-weight: 300;
}

@media only screen and (min-width: 667px) {
    .button span {
        margin-bottom: 2px;
    }
}

@media only screen and (min-width: 992px) {
    .button span {
        margin-bottom: 4px;
    }
}

@media only screen and (max-width: 666px) {
    .button span {
        margin-bottom: 2px;
    }
}

.button::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 38px;
    height: 38px;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

@media only screen and (min-width: 667px) {
    .button::before {
        width: 30px;
        height: 30px;
        left: 18px;
        margin-top: 3px;
    }
}

@media only screen and (min-width: 992px) {
    .button::before {
        width: 30px;
        height: 30px;
        left: 18px;
    }
}

@media only screen and (max-width: 666px) {
    .button::before {
        width: 30px;
        height: 30px;
        left: 18px;
        margin-top: 3px;
    }
}

.button::after {
    content: "";
    position: absolute;
    width: calc(100% + 8px);
    left: -4px;
    top: -4px;
    border: 1px solid;
    border-radius: 39px;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -ms-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
}

@media only screen and (min-width: 667px) {
    .button::after {
        height: 64px;
    }
}

@media only screen and (min-width: 992px) {
    .button::after {
        height: 66px;
    }
}

@media only screen and (max-width: 666px) {
    .button::after {
        height: 64px;
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.infinite {
    animation-iteration-count: infinite;
}

.animated.hinge {
    animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: 0.75s;
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom;
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    animation-name: pulse;
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    animation-name: rubberBand;
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    animation-name: shake;
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        transform: translateX(0);
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
    from {
        transform: none;
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        transform: none;
    }
}

.wobble {
    animation-name: wobble;
}

@keyframes jello {

    from,
    11.1%,
    to {
        transform: none;
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.jello {
    animation-name: jello;
    transform-origin: center;
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    animation-name: bounceIn;
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }

    75% {
        transform: translate3d(0, -10px, 0);
    }

    90% {
        transform: translate3d(0, 5px, 0);
    }

    to {
        transform: none;
    }
}

.bounceInDown {
    animation-name: bounceInDown;
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }

    75% {
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        transform: translate3d(5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInLeft {
    animation-name: bounceInLeft;
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        transform: translate3d(10px, 0, 0);
    }

    90% {
        transform: translate3d(-5px, 0, 0);
    }

    to {
        transform: none;
    }
}

.bounceInRight {
    animation-name: bounceInRight;
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    75% {
        transform: translate3d(0, 10px, 0);
    }

    90% {
        transform: translate3d(0, -5px, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    animation-name: bounceInUp;
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight;
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.rollIn {
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    animation-name: zoomIn;
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    animation-name: zoomInDown;
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    animation-name: zoomInLeft;
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    animation-name: zoomInRight;
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    animation-name: zoomInUp;
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    animation-name: slideInLeft;
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    animation-name: slideInRight;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

/*# sourceMappingURL=styles.css.map */

.why-us {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (min-width: 667px) {
    .why-us {
        gap: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .why-us {
        gap: 80px;
    }
}

@media only screen and (max-width: 666px) {
    .why-us {
        gap: 20px;
    }
}

.wu-title-blc {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 24px;
    color: #520996;
    font-family: "Hanken Grotesk", sans-serif;
}

@media only screen and (min-width: 667px) {
    .wu-title-blc {
        gap: 10px;
    }
}

@media only screen and (min-width: 992px) {
    .wu-title-blc {
        gap: 16px;
    }
}

@media only screen and (max-width: 666px) {
    .wu-title-blc {
        gap: 10px;
    }
}

.wu-heading {
    position: relative;
    font-weight: 500;
}

@media only screen and (min-width: 667px) {
    .wu-heading {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .wu-heading {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 666px) {
    .wu-heading {
        font-size: 18px;
        line-height: 12px;
    }
}

.wu-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Hanken Grotesk", sans-serif;
    color: #030303;
    width: 900px;
}

@media only screen and (min-width: 667px) {
    .wu-title {
        width: 100%;
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 992px) {
    .wu-title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .wu-title {
        width: 900px;
    }
}

@media only screen and (max-width: 666px) {
    .wu-title {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }
}

.img-txt-blc {
    display: flex;
    width: 100%;
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.img-txt-blc.txt-onlyblc {
    align-items: flex-start;
}

.img-txt-blc.txt-blcs-fw {
    align-items: flex-start;
    gap: 0 !important;
}

.img-txt-content-sec.txt-onlyblc-l {
    background-color: #091832;
    color: #ffffff;
    position: relative;
}

.img-txt-content-sec.txt-onlyblc-l2 {
    background-color: #091832;
    color: #ffffff;
    position: relative;
}

.img-txt-content-sec.it-cont-sec-dark {
    background-color: #2B9E27;
    border-radius: 14px;
    color: #fff;
}

.img-txt-content-sec.txt-onlyblc-l img {
    position: absolute;
    object-fit: contain;
    left: 50%;
    transform: translateX(-50%);
}

.img-txt-content-sec.txt-onlyblc-l .img-txt-blc-ttl,
.img-txt-content-sec.txt-onlyblc-r .img-txt-blc-ttl,
.img-txt-content-sec.txt-onlyblc-l2 .img-txt-blc-ttl {
    color: #ffffff;
}

.img-txt-content-sec.txt-onlyblc-r {
    background-color: #005335;
    color: #ffffff;
}

.img-txt-content-sec.txt-onlyblc-r2 {
    background-color: #FAFFFA;
    color: #000;
    border: 1px solid #005335;
}

@media only screen and (min-width: 667px) {
    .img-txt-blc {
        gap: 30px;
        /* align-items: flex-start; */
        justify-content: flex-start;
        flex-direction: row;
    }

    .img-txt-content-sec.txt-onlyblc-l {
        width: 50%;
        padding: 190px 30px 30px 30px;
        border-radius: 20px 20px 0 20px;
    }

    .img-txt-content-sec.txt-onlyblc-l2 {
        width: 50%;
        padding: 190px 30px 30px 30px;
        border-radius: 20px 20px 0 20px;
    }


    .img-txt-content-sec.txt-onlyblc-r {
        width: 50%;
        padding: 30px;
        margin-top: 200px;
        border-radius: 0 20px 20px 20px;
    }

    .img-txt-content-sec.txt-onlyblc-r2 {
        width: 50%;
        padding: 30px;
        border-radius: 0 20px 20px 0;
    }

    .img-txt-content-sec.txt-onlyblc-l img {
        width: 260px;
        top: -180px;
        height: 340px;
    }

    .img-txt-content-sec.it-cont-sec-dark {
        padding: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .img-txt-blc {
        gap: 80px;
        justify-content: center;
    }

    .img-txt-content-sec.txt-onlyblc-l {
        padding: 310px 60px 60px 60px;
        border-radius: 40px 40px 0 40px;
    }

    .img-txt-content-sec.txt-onlyblc-l2 {
        padding: 60px;
        border-radius: 40px 0 0 40px;
    }

    .img-txt-content-sec.txt-onlyblc-r {
        border-radius: 0 40px 40px 40px;
        padding: 60px;
    }

    .img-txt-content-sec.txt-onlyblc-r2 {
        border-radius: 0 40px 40px 0;
        padding: 60px;
    }

    .img-txt-content-sec.txt-onlyblc-l img {
        width: 390px;
        top: -260px;
        height: 520px;
    }

    .img-txt-content-sec.it-cont-sec-dark {
        padding: 50px;
    }
}

@media only screen and (max-width: 666px) {
    .img-txt-blc {
        gap: 20px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .img-txt-content-sec.txt-onlyblc-l {
        width: 100%;
        padding: 260px 20px 20px 20px;
        margin-top: 78px;
        border-radius: 20px;
    }

    .img-txt-content-sec.txt-onlyblc-l2 {
        width: 100%;
        padding: 260px 20px 20px 20px;
        margin-top: 78px;
        border-radius: 20px;
    }

    .img-txt-content-sec.txt-onlyblc-r {
        width: 100%;
        padding: 20px;
        margin-top: 40px;
        border-radius: 20px;
    }

    .img-txt-content-sec.txt-onlyblc-r2 {
        width: 100%;
        padding: 20px;
        border-radius: 20px;
    }

    .img-txt-content-sec.txt-onlyblc-l img {
        width: 240px;
        top: -120px;
        height: 360px;
    }

    .img-txt-content-sec.it-cont-sec-dark {
        padding: 20px;
    }
}

.img-txt-img {
    position: relative;
}

@media only screen and (min-width: 667px) {
    .img-txt-img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }
}

@media only screen and (min-width: 992px) {
    .img-txt-img {
        width: 430px;
        height: 510px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 666px) {
    .img-txt-img {
        width: 74%;
        height: auto;
        object-fit: contain;
    }
}

.img-txt-content {
    display: flex;
    justify-content: flex-start;
    width: 600px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

@media only screen and (min-width: 667px) {
    .img-txt-content {
        width: 50%;
        gap: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .img-txt-content {
        width: 600px;
        gap: 24px;
    }
}

@media only screen and (max-width: 666px) {
    .img-txt-content {
        width: 100%;
        gap: 10px;
    }
}

.img-txt-content-sec {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 16px;
}

.content-p {
    font-size: 18px;
    line-height: 2;
    font-family: "Hanken Grotesk", sans-serif;
}

.img-txt-blc-ttl {
    display: flex;
    font-family: "Hanken Grotesk", sans-serif;
    color: #030303;
    align-items: center;
}

.sec-title-sm {
    color: #fff;
    font-weight: 600;
}

@media only screen and (min-width: 667px) {
    .img-txt-blc-ttl {
        font-size: 28px;
        line-height: 32px;
    }

    .sec-title-sm {
        font-size: 20px;
        line-height: 24px;
    }

    .img-txt-content-sec.it-cont-sec-dark .content-p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .img-txt-blc-ttl {
        font-size: 40px;
        line-height: 48px;
    }

    .sec-title-sm {
        font-size: 26px;
        line-height: 32px;
    }

    .img-txt-content-sec.it-cont-sec-dark .content-p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 666px) {
    .img-txt-blc-ttl {
        font-size: 20px;
        line-height: 28px;
    }

    .sec-title-sm {
        font-size: 20px;
        line-height: 24px;
    }

    .img-txt-content-sec.it-cont-sec-dark .content-p {
        font-size: 16px;
        line-height: 24px;
    }
}

.content-list {
    font-family: "Hanken Grotesk", sans-serif;
    align-self: stretch;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    color: #030303;
}

.content-list-itm {
    font-weight: 400;
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-start;
    gap: 10px;
}

.content-list-itm-disc {
    border-radius: 50%;
    background-color: #2CA031;
}

@media only screen and (min-width: 667px) {
    .content-list-itm-disc {
        width: 14px;
        height: 14px;
        min-width: 14px;
    }
}

@media only screen and (max-width: 666px) {
    .content-list-itm-disc {
        width: 8px;
        height: 8px;
        min-width: 8px;
    }
}

@media only screen and (min-width: 667px) {
    .content-list-itm-txt {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .content-list-itm-txt {
        font-size: 18px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 666px) {
    .content-list-itm-txt {
        font-size: 14px;
        line-height: 28px;
    }
}

.content-list-itm-txt span {
    font-weight: 500;
}

/* .hero-sec {
  position: relative;
  width: 100%;
  background-color: #520996;
} */
.hero-sec-img {
    width: 100%;
    height: 600px;
    background-image: url(../images/slider/hero-slider-img-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 20px;
}

@media only screen and (min-width: 667px) {
    .hero-sec {
        padding-top: 160px;
    }

    .hero-sec-img {
        height: 400px;
        margin-top: 40px;
        padding: 20px;
        background-image: url(../images/slider/hero-slider-img-2.jpg);
    }
}

@media only screen and (min-width: 992px) {
    .hero-sec {
        padding-top: 140px;
    }

    .hero-sec-img {
        height: 480px;
        margin-top: 70px;
        padding: 40px;
        background-image: url(../images/slider/hero-slider-img-2.jpg);
    }
}

@media only screen and (min-width: 1200px) {
    .hero-sec {
        padding-top: 160px;
    }

    .hero-sec-img {
        height: 600px;
        background-image: url(../images/slider/hero-slider-img-2.jpg);
    }
}

@media only screen and (min-width: 1400px) {
    .hero-sec {
        padding-top: 160px;
    }

    .hero-sec-img {
        height: 600px;
        background-image: url(../images/slider/hero-slider-img-2.jpg);
    }
}

@media only screen and (max-width: 666px) {
    .hero-sec {
        padding-top: 100px;
        /* height: 556px; */
    }

    .hero-sec-img {
        height: 400px;
        margin-top: 40px;
        padding: 20px;
        background-image: url(../images/slider/hero-slider-img-1.jpg);
    }
}

.hero-sec-2 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #005335;
}

.hero-sec-4 .fl-row {
    width: 100%;
    height: auto;
    background-color: #005335;
}

@media only screen and (min-width: 667px) {
    .hero-sec-2 {
        padding-top: 100px;
        padding-bottom: 32px;
    }

    .hero-sec-4 .fl-row {
        padding-top: 100px;
        min-height: 600px;
    }

    .fr-row {
        margin-top: -284px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-sec-2 {
        padding-top: 140px;
        padding-bottom: 40px;
    }

    .hero-sec-4 .fl-row {
        padding-top: 140px;
        padding-bottom: 260px;
        min-height: 616px;
    }

    .fr-row {
        margin-top: -200px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-sec-2 {
        padding-top: 140px;
        padding-bottom: 40px;
    }

    .hero-sec-4 .fl-row {
        padding-top: 140px;
        padding-bottom: 80px;
        min-height: 568px;
    }

    .fr-row {
        display: flex;
        justify-content: flex-end;
        margin-top: -418px;
    }
}

@media only screen and (min-width: 1400px) {
    .hero-sec-2 {
        padding-top: 180px;
        padding-bottom: 60px;
    }

    .hero-sec-4 .fl-row {
        padding-top: 180px;
        padding-bottom: 100px;
        min-height: 524px;
    }

    .fr-row {
        margin-top: -350px;
    }
}

@media only screen and (max-width: 666px) {
    .hero-sec-2 {
        padding-top: 100px;
        padding-bottom: 32px;
    }

    .hero-sec-4 .fl-row {
        padding-top: 100px;
        padding-bottom: 32px;
        min-height: 500px;
    }

    .fr-row {
        margin-top: -284px;
    }
}

.hero-sec-3 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #005335;
    z-index: -1;
}

@media only screen and (min-width: 667px) {
    .hero-sec-3 {
        padding-top: 100px;
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) {
    .hero-sec-3 {
        padding-top: 140px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-sec-3 {
        padding-top: 140px;
        padding-bottom: 120px;
    }
}

@media only screen and (min-width: 1400px) {
    .hero-sec-3 {
        padding-top: 180px;
        padding-bottom: 120px;
    }
}

@media only screen and (max-width: 666px) {
    .hero-sec-3 {
        padding-top: 100px;
        padding-bottom: 86px;
    }
}

.hero-sec-2 .inner-page-title,
.hero-sec-3 .inner-page-title {
    text-align: center;
    margin: 0 auto;
}

.hero-sec-2 .hero-sec-desc {
    font-size: 20px;
    line-height: 28px;
    font-family: "Hanken Grotesk", sans-serif;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    max-width: 1160px;
    margin: 0 auto;
}

.hero-sec-4 .hero-sec-desc {
    font-size: 20px;
    line-height: 28px;
    font-family: "Hanken Grotesk", sans-serif;
    color: #ffffff;
    font-weight: 300;
    margin: 0 auto;
}

.hero-sec-btns {
    margin-top: 24px;
    text-align: center;
}

@media only screen and (min-width: 992px) {

    .hero-sec-2 .inner-page-title,
    .hero-sec-3 .inner-page-title {
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {

    .hero-sec-2 .inner-page-title,
    .hero-sec-3 .inner-page-title {
        width: 980px;
    }
}

@media only screen and (max-width: 666px) {
}

.hero-sec-2 .inner-page-title .sec-title,
.hero-sec-3 .inner-page-title .sec-title,
.hero-sec-4 .inner-page-title .sec-title {
    color: #ffffff;
    font-family: "Hanken Grotesk", sans-serif;
}

.hero-sec-2 .inner-page-title p,
.hero-sec-3 .inner-page-title p {
    color: #fff;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 100;
}

@media only screen and (min-width: 667px) {

    .hero-sec-2 .inner-page-title p,
    .hero-sec-3 .inner-page-title p {
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 992px) {

    .hero-sec-2 .inner-page-title p,
    .hero-sec-3 .inner-page-title p {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 666px) {

    .hero-sec-2 .inner-page-title p,
    .hero-sec-3 .inner-page-title p {
        font-size: 16px;
        line-height: 24px;
    }
}

/* .hero-sec .container-fluid {
  height: 100%;
  position: relative;
  display: flex;
} */

@media only screen and (min-width: 667px) {
}

@media only screen and (min-width: 992px) {
    /* .hero-sec .container-fluid {
    align-items: flex-start;
  } */
}

@media only screen and (min-width: 1200px) {
    /* .hero-sec .container-fluid {
    align-items: center;
  } */
}

@media only screen and (max-width: 666px) {
}

/* .hero-sec-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
} */

@media only screen and (min-width: 667px) {
    /* .hero-sec-content {
    width: 100%;
    gap: 20px;
  } */
}

@media only screen and (min-width: 992px) {
    /* .hero-sec-content {
    gap: 40px;
  } */
}

@media only screen and (min-width: 1200px) {
    /* .hero-sec-content {
    width: 640px;
  } */
}

@media only screen and (max-width: 666px) {
    /* .hero-sec-content {
    width: 100%;
    gap: 20px;
  } */
}

.hero-sec-headings {
    /* display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px; */
    text-align: center;
}

.ll-page-title {
    position: relative;
    color: #01050E;
    font-family: "Hanken Grotesk", sans-serif;
    display: inline-block;
}

@media only screen and (min-width: 667px) {
    .ll-page-title {
        width: 100%;
        font-size: 28px;
        line-height: 38px;
    }
}

@media only screen and (min-width: 992px) {
    .ll-page-title {
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    /* .ll-page-title {
    width: 634px;
  } */
}

@media only screen and (max-width: 666px) {
    .ll-page-title {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }
}

.ll-page-sbtitle {
    font-family: "Hanken Grotesk", sans-serif;
    color: #000000;
    font-weight: 300;
}

@media only screen and (min-width: 667px) {
    .ll-page-sbtitle {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-page-sbtitle {
        /* width: 438px; */
        margin-top: 20px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-page-sbtitle {
        font-size: 16px;
        line-height: 22px;
        width: 100%;
    }
}

.hero-sec-btn-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid #2CA031;
}

.hero-sec-bg-img {
    position: absolute;
    bottom: 0;
    object-fit: cover;
}

@media only screen and (min-width: 667px) {
    .hero-sec-bg-img {
        width: 556px;
        right: calc((100% - 556px) / 2);
        height: 420px;
        object-fit: contain;
        background-size: cover;
    }
}

@media only screen and (min-width: 992px) {
    .hero-sec-bg-img {
        width: 524px;
        right: 0;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-sec-bg-img {
        width: 524px;
        height: auto;
    }
}

@media only screen and (min-width: 1400px) {
    .hero-sec-bg-img {
        width: 680px;
        height: 599px;
    }
}

@media only screen and (max-width: 666px) {
    .hero-sec-bg-img {
        width: 74%;
        right: 13%;
        height: auto;
    }
}

@media only screen and (min-width: 667px) {
    .section-gap {
        margin-top: 60px;
    }

    .section-gap-large {
        margin-top: 180px;
    }
}

@media only screen and (min-width: 992px) {
    .section-gap {
        margin-top: 100px;
    }

    .section-gap-large {
        margin-top: 300px;
    }
}

@media only screen and (max-width: 666px) {
    .section-gap {
        margin-top: 36px;
    }

    .section-gap-large {
        margin-top: 78px;
    }
}

@media only screen and (min-width: 667px) {
    .downloadables-section {
        margin-top: -70px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .downloadables-section {
        margin-top: -90px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 1200px) {
    .downloadables-section {
        margin-top: -90px;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .downloadables-section {
        margin-top: -100px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 666px) {
    .downloadables-section {
        margin-top: -70px;
        margin-bottom: 40px;
    }
}

.downloadable-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.downloadable-card {
    background-color: #FAFFFA;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    border: 1px solid #005335;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: space-between;
    display: flex !important;
    align-items: flex-start;
}

@media only screen and (min-width: 667px) {
    .downloadable-card {
        width: calc(50% - 24px);
        border-radius: 14px;
        padding: 18px 20px;
        margin: 12px;
        gap: 14px;
    }
}

@media only screen and (min-width: 992px) {
    .downloadable-card {
        width: calc(33.333% - 24px);
        padding: 20px 22px;
        margin: 12px;
        gap: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .downloadable-card {
        width: calc(33.333% - 30px);
        padding: 36px 40px;
        margin: 15px;
        gap: 20px;
    }
}

@media only screen and (max-width: 666px) {
    .downloadable-card {
        width: 100%;
        border-radius: 10px;
        padding: 14px 16px;
        margin: 10px;
        gap: 12px;
    }
}

.downloadable-card-title {
    color: #030303;
    font-weight: 500;
    font-family: "Hanken Grotesk", sans-serif;
}

@media only screen and (min-width: 667px) {
    .downloadable-card-title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .downloadable-card-title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .downloadable-card-title {
        font-size: 24px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 666px) {
}

.downloadable-card-desc {
    color: #030303;
    font-family: "Hanken Grotesk", sans-serif;
}

@media only screen and (min-width: 667px) {
    .downloadable-card-desc {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .downloadable-card-desc {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 666px) {
    .downloadable-card-desc {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 667px) {
    .referfriend-form-section {
        width: 90%;
        margin: 32px auto 0;
    }
}

@media only screen and (min-width: 992px) {
    .referfriend-form-section {
        width: 90%;
        margin: 52px auto 0;
    }
}

@media only screen and (min-width: 1200px) {
    .referfriend-form-section {
        width: 1000px;
        margin: 52px auto 0;
    }
}

@media only screen and (min-width: 1400px) {
    .referfriend-form-section {
        margin: 80px auto;
    }
}

@media only screen and (max-width: 666px) {
    .referfriend-form-section {
        width: 100%;
        margin: 32px auto 32px;
    }
}

.form-sec-title {
    color: #030303;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 500;
}

@media only screen and (min-width: 667px) {
    .form-sec-title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 6px;
        margin-top: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .form-sec-title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .form-sec-title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 6px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 666px) {
    .form-sec-title {
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 6px;
        margin-top: 24px;
    }
}

@media only screen and (min-width: 667px) {
    .blog-cards-container {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 992px) {
    .blog-cards-container {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media only screen and (min-width: 1400px) {
    .blog-cards-container {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 666px) {
    .blog-cards-container {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.blog-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.blog-card {
    background-color: #f1eefe;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    box-sizing: border-box;
    justify-content: left;
    display: flex !important;
    align-items: flex-start;
}

@media only screen and (min-width: 667px) {
    .blog-card {
        width: 100%;
        border-radius: 16px;
        padding: 22px 20px 22px;
        margin: 16px;
        gap: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .blog-card {
        width: calc(50% - 24px);
        border-radius: 16px;
        padding: 22px 20px 22px;
        margin: 12px;
        gap: 20px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-card {
        width: calc(33.333% - 24px);
        border-radius: 16px;
        padding: 22px 20px 22px;
        margin: 12px;
        gap: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .blog-card {
        width: calc(33.333% - 30px);
        border-radius: 16px;
        padding: 22px 30px 25px;
        margin: 15px;
    }
}

@media only screen and (max-width: 666px) {
    .blog-card {
        width: 100%;
        border-radius: 12px;
        padding: 18px 18px 20px;
        margin: 0 0 20px;
        gap: 18px;
    }
}

.blog-card-img {
    object-fit: cover;
    overflow: hidden;
}

@media only screen and (min-width: 667px) {
    .blog-card-img {
        border-radius: 14px;
        height: 260px;
    }
}

@media only screen and (min-width: 992px) {
    .blog-card-img {
        border-radius: 14px;
        height: 220px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-card-img {
        border-radius: 14px;
        height: 220px;
    }
}

@media only screen and (min-width: 1400px) {
    .blog-card-img {
        border-radius: 14px;
        height: 280px;
    }
}

@media only screen and (max-width: 666px) {
    .blog-card-img {
        border-radius: 10px;
        height: 200px;
    }
}

.blog-card-content {
    color: #030303;
    font-family: "Hanken Grotesk", sans-serif;
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media only screen and (min-width: 667px) {
    .blog-card-content {
        gap: 14px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-card-content {
        gap: 20px;
    }
}

@media only screen and (max-width: 666px) {
    .blog-card-content {
        gap: 12px;
    }
}

.blog-card-date {
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.blog-card-date .badge {
    background: #f4be35;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

@media only screen and (min-width: 667px) {
    .blog-card-date .badge {
        padding: 6px 8px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 992px) {
    .blog-card-date .badge {
        padding: 6px 8px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-card-date .badge {
        padding: 6px 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 666px) {
    .blog-card-date .badge {
        padding: 4px 8px;
        margin-right: 5px;
    }
}

.blog-card-title {
    font-weight: 500;
}

@media only screen and (min-width: 667px) {
    .blog-card-title {
        font-size: 20px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 992px) {
    .blog-card-title {
        font-size: 22px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-card-title {
        font-size: 28px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 666px) {
    .blog-card-title {
        font-size: 18px;
        line-height: 18px;
    }
}

.blog-card-desc {
    font-weight: 300;
}

@media only screen and (min-width: 667px) {
    .blog-card-desc {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 1200px) {
    .blog-card-desc {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 666px) {
    .blog-card-desc {
        font-size: 16px;
        line-height: 22px;
    }
}

.navbar {
    background: #fff;
    box-shadow: 0 4px 6px rgba(22, 22, 26, 0.18);
}

.navbar .navbar-nav .nav-link {
    color: #000;
}

.btn-outline-dark {
    border-radius: 0;
}

.btn-outline-dark:focus {
    box-shadow: none;
}

@media screen and (max-width: 768px) {
    .btn-outline-dark {
        border: none;
        padding: 0;
        outline: none;
    }

    .btn-outline-dark:hover {
        background: none;
        color: gray;
    }
}

.faq-sec {
    display: flex;
    width: 100%;
    gap: 60px;
    font-size: 24px;
    font-family: "Hanken Grotesk", sans-serif;
}

@media only screen and (min-width: 667px) {
    .faq-sec {
        gap: 16px;
        flex-direction: column;
    }
}

@media only screen and (min-width: 992px) {
    .faq-sec {
        gap: 16px;
        flex-direction: row;
    }
}

@media only screen and (min-width: 1200px) {
    .faq-sec {
        gap: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .faq-sec {
        gap: 50px;
    }
}

@media only screen and (max-width: 666px) {
    .faq-sec {
        gap: 24px;
        flex-direction: column;
    }
}

.faq-lft-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

@media only screen and (min-width: 667px) {
    .faq-lft-sec {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .faq-lft-sec {
        width: 300px;
    }
}

@media only screen and (min-width: 1200px) {
    .faq-lft-sec {
        width: 400px;
    }
}

@media only screen and (max-width: 666px) {
    .faq-lft-sec {
        width: 100%;
    }
}

.faq-lft-sbttl {
    line-height: 24px;
    font-weight: 500;
    color: #2B9E27;
    font-size: 24px;
    font-family: "Hanken Grotesk", sans-serif;
}

@media only screen and (min-width: 667px) {
    .faq-lft-sbttl {
        line-height: 18px;
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) {
    .faq-lft-sbttl {
        line-height: 24px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 666px) {
    .faq-lft-sbttl {
        line-height: 18px;
        font-size: 18px;
    }
}

.faq-lft-ttl {
    position: relative;
    display: flex;
    font-family: "Hanken Grotesk", sans-serif;
    align-items: center;
}

@media only screen and (min-width: 667px) {
    .faq-lft-ttl {
        font-size: 28px;
        line-height: 32px;
    }
}

@media only screen and (min-width: 992px) {
    .faq-lft-ttl {
        font-size: 40px;
        line-height: 48px;
    }
}

@media only screen and (max-width: 666px) {
    .faq-lft-ttl {
        font-size: 20px;
        line-height: 28px;
    }
}

.faq-lft-txt {
    font-family: "Hanken Grotesk", sans-serif;
}

@media only screen and (min-width: 667px) {
    .faq-lft-txt {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 992px) {
    .faq-lft-txt {
        font-size: 20px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 666px) {
    .faq-lft-txt {
        font-size: 16px;
        line-height: 22px;
    }
}

@media only screen and (min-width: 667px) {
    .faq-list {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .faq-list {
        width: calc(100% - 300px);
    }
}

@media only screen and (min-width: 1200px) {
    .faq-list {
        width: calc(100% - 400px);
    }
}

@media only screen and (max-width: 666px) {
    .faq-list {
        width: 100%;
    }
}

.accordion-item {
    background-color: #f7f4f1;
    border: none !important;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.accordion-header,
.accordion-button {
    background-color: #F1F1F1;
}

.accordion-button {
    font-size: 20px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
    font-family: "Hanken Grotesk", sans-serif;
    padding: 20px 24px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #f7f4f1;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url("../images/down_arrow.svg");
    height: 34px;
    width: 34px;
    background-size: cover;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/down_arrow.svg");
    transform: rotate(-180deg);
}

.accordion-body {
    padding: 0 24px 24px;
    font-size: 18px;
    line-height: 26px;
    font-family: "Hanken Grotesk", sans-serif;
    color: #030303;
    font-weight: 300;
}

.blog-content {
    width: 920px;
    margin: 0 auto;
    font-family: "Hanken Grotesk", sans-serif;
}

.blog-content {
    .subtitle {
        color: #000000;
        font-weight: 500;
        text-decoration: none;
        vertical-align: baseline;
        font-size: 16pt;
        line-height: 40px;
        font-style: normal;
        padding: 20px 0 10px;
    }

    & p {
        text-align: justify;
        color: #000000;
        font-weight: 300;
        text-decoration: none;
        vertical-align: baseline;
        line-height: 2.25;
        font-size: 14pt;
        font-style: normal;
        padding-bottom: 20px;
    }

    & p.em {
        color: #000000;
        font-weight: 500;
        text-decoration: none;
        vertical-align: baseline;
        line-height: 1.2;
        font-size: 16pt;
        font-style: normal;
        padding: 20px 0 10px;
    }

    & p.sub {
        padding: 20px 0 10px 20px;
    }

    & ol {
        list-style-type: decimal;
        text-align: justify;
        color: #000000;
        font-weight: 300;
        line-height: 2.25;
        font-size: 14pt;
        padding-bottom: 20px;
        padding-left: 20px;
    }

    & span {
        font-weight: 500;
    }
}

.dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 18px;
    font-weight: 400;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1e2125;
    background-color: #eaeaea;
}

.bx-wrapper {
    border: 0px !important;
}

#home .main-bg-image {
    width: 100%;
    height: 60vh;
    background-size: cover;
    position: relative;
    background-position: 80% 50%;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 769px) {
    #home .main-bg-image {
        height: 80vh;
        /* background-position: 50% 50%; */
        background-position: right 25%;
    }
}


#banner-1 {
    /* background: url(../images/home-banner-0.jpg) no-repeat; */
    background: url(../images/ll_slider_1.jpg) no-repeat #500990;
}

#banner-2 {
    background: url(../images/ll_slider_2.jpg) no-repeat #500990;
}

#join-us-staff,
.our-expertise {
    background: #f7f4f1;
    background-size: cover;
    border-radius: 20px;
    height: auto;
    overflow: hidden;
    color: #000000;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
}

@media only screen and (min-width: 667px) {

    #join-us-staff,
    .our-expertise {
        width: calc(100% - 30px);
    }
}

@media only screen and (min-width: 992px) {

    #join-us-staff,
    .our-expertise {
        width: calc(100% - 80px);
    }
}

@media only screen and (max-width: 666px) {

    #join-us-staff,
    .our-expertise {
        width: calc(100% - 30px);
    }
}

.usf-links-list {
    display: flex;
    flex-wrap: wrap;
}

.ll-link-card {
    background: #FAFFFA;
    border: 1px solid #005335;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    color: #005335 !important;
}

.ll-link-card.ll-link-dark {
    background: #2CA031;
    color: #ffffff !important;
}

@media only screen and (min-width: 667px) {
    .usf-links-list {
        gap: 14px;
        width: 100%;
    }

    .ll-link-card {
        padding: 12px 16px;
        width: 100%;
        font-size: 16px;
    }

    .ll-link-card .img-icon {
        width: 24px;
        height: 24px;
    }
}

@media only screen and (min-width: 992px) {
    .usf-links-list {
        gap: 20px;
        width: 100%;
    }

    .ll-link-card {
        padding: 18px 20px;
        width: calc(50% - 10px);
        font-size: 20px;
    }

    .ll-link-card .img-icon {
        width: 32px;
        height: 32px;
    }
}

@media only screen and (max-width: 666px) {
    .usf-links-list {
        gap: 14px;
        width: 100%;
    }

    .ll-link-card {
        padding: 12px 16px;
        width: 100%;
        font-size: 16px;
    }

    .ll-link-card .img-icon {
        width: 24px;
        height: 24px;
    }
}


.ll-box-mobule {
    display: flex;
    background-color: #F0F0F0;
    border-radius: 20px;
    position: relative;
}

.form-boxed {
    background: #fff;
    border: 1px solid #2B9E27;
    border-radius: 20px;
    z-index: 1;
}

.top-form-boxed {
    background: #fff;
    border: 1px solid #2B9E27;
    border-radius: 20px;
    z-index: 1;
}

.ll-box-mobule img {
    position: absolute;
    height: auto;
    bottom: 0;
    width: auto;
    max-width: 40% !important;
}

@media only screen and (min-width: 667px) {
    .ll-box-mobule {
        padding: 30px;
        gap: 30px;
        flex-direction: column;
    }

    .ll-box-mobule .img-txt-content {
        width: 100%;
    }

    .form-boxed {
        width: 100%;
        padding: 18px 30px 30px;
    }

    .top-form-boxed {
        width: 100%;
        padding: 18px 30px 30px;
    }

    .ll-box-mobule img {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .ll-box-mobule {
        padding: 50px;
        gap: 40px;
        flex-direction: row;
    }

    .ll-box-mobule .img-txt-content {
        width: 34%;
    }

    .form-boxed {
        width: 66%;
        padding: 18px 30px 30px;
    }

    .top-form-boxed {
        width: 66%;
        padding: 18px 30px 30px;
    }

    .ll-box-mobule img {
        left: 4%;
        max-height: 500px;
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .ll-box-mobule {
        padding: 80px;
        gap: 80px;
    }

    .ll-box-mobule .img-txt-content {
        width: 40%;
    }

    .form-boxed {
        width: 60%;
        padding: 20px 50px 46px;
    }

    .top-form-boxed {
        padding: 6px 30px 30px;
        width: 520px;
    }

    .ll-box-mobule img {
        left: 8%;
        max-height: 600px;
    }

    .hero-l-col {
        width: calc(100% - 580px);
    }
}

@media only screen and (min-width: 1400px) {
    .hero-l-col {
        width: calc(100% - 720px);
    }

    .top-form-boxed {
        padding: 6px 30px 30px;
        width: 610px;
    }
}

@media only screen and (max-width: 666px) {
    .ll-box-mobule {
        padding: 15px;
        gap: 14px;
        flex-direction: column;
    }

    .ll-box-mobule .img-txt-content {
        width: 100%;
    }

    .form-boxed {
        width: 100%;
        padding: 12px 16px 16px;
    }

    .top-form-boxed {
        width: 100%;
        padding: 12px 16px 16px;
    }

    .ll-box-mobule img {
        display: none;
    }
}

.navbar-brand {
    width: 200px;
    margin-right: 0;
}

.main-container {
    margin-top: -80px;
}

.modal-body {
    padding: 20px;

    .heading {
        font-weight: 600;
        font-size: 16px;
        line-height: 2;
        padding-top: 10px;
    }

    .subHeading {
        font-weight: 600;
        font-size: 15px;
        line-height: 2;
    }
    & p {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.5;
    }

    & ul {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.5;
        list-style-type: disc;
        margin-left: 20px;
    }
    & ol {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.5;
        list-style-type: decimal;
        margin-left: 20px;
    }
}

.modal-dialog {
    max-width: 75%;
    padding: 20px;

    & h4 {
        font-size: 16px;
        font-weight: 600;
        float: left;
    }

    & a {
        color: #666666 !important;
        padding: 6px;
        cursor: pointer;
    }

    & a:hover {
        color: #333333 !important;
    }
}
@media only screen and (max-width: 400px) {
    .modal-dialog {
        max-width: 100%;
    }
}

.error-msg {
    color: #cc0000;
    padding: 8px 4px !important;
    display: block;
    font-size: 80%;
}

