@charset "UTF-8";

/* COLORS ------------------------------------- */
:root {
    --bs-primary: #BCF124;
    --bs-primary-200: #CEEA6A;
    --bs-primary-900: #93CA00;
    --bs-primary-rgba05: rgba(38, 64, 107, 0.5);
    --bs-secondary: #FFB49B;
    --bs-secondary-dark: #F29475;

    --bs-gray: #E9E9E9;
    --bs-charcoal: #595A5E;

    --bs-light: #C7C7C7;
    --bs-light-rgba02: rgba(255, 255, 255, 0.2);

    --bs-dark: #000000;
    --bs-dark-90: #000000E5;
    --bs-white: #fff;

    --bs-white-100: #F5F5F5;
    --bs-input: #FFFFFF33;
    --bs-transparent: transparent;
}

/* TYPOGRAPHY ------------------------------------- */
body {
    overflow-x: unset !important;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: max(14px, 0.729vw);
    color: var(--bs-charcoal);
}

body,
html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

a {
    color: inherit;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.font--Montserrat {
    font-family: "Montserrat", sans-serif !important;
}

.font--SpaceGrotesk {
    font-family: "Space Grotesk", sans-serif !important;
}

.fw-extra {
    font-weight: 800 !important;
}

.fw-extrabold {
    font-weight: 900 !important;
}

/* typographi style */
p,
.p {
    font-size: max(14px, 0.729vw);
    line-height: max(18px, 0.833vw);
}

.p1 {
    font-size: 16px;
    line-height: 24px;
}

h1,
.h1 {
    font-size: 32px;
    line-height: 38px;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 36px;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 32px;
}

h4,
.h4 {
    font-size: 22px;
    line-height: 28px;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 28px;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 24px;
}

.display-1 {
    font-size: 38px;
    line-height: 38px;
}

.display-2 {
    font-size: 44px;
    line-height: 44px;
}

@media (min-width:576px) {
    .display-2 {
        font-size: 74px;
        line-height: 74px;
    }
}

@media (min-width:768px) {
    .display-1 {
        font-size: 48px;
        line-height: 48px;
    }

    .display-2 {
        font-size: 97px;
        line-height: 97px;
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 45px;
    }

    h2,
    .h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 36px;
    }

    h4,
    .h4 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (min-width:992px) {
    .display-1 {
        font-size: 64px;
        line-height: 64px;
    }

    .display-2 {
        font-size: 102px;
        line-height: 102px;
    }

    h1,
    .h1 {
        font-size: 48px;
        line-height: 57px;
    }

    h2,
    .h2 {
        font-size: 42px;
        line-height: 58px;
    }

    h3,
    .h3 {
        font-size: 36px;
        line-height: 46px;
    }

    h4,
    .h4 {
        font-size: 32px;
        line-height: 40px;
    }

    h5,
    .h5 {
        font-size: 26px;
        line-height: 32px;
    }

    h6,
    .h6 {
        font-size: max(22px, 1.145vw);
        line-height: 1.458vw;
    }

    .p1 {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
    }
}

@media (min-width:1280px) {
    .display-1 {
        font-size: max(86px, 4.477vw);
        line-height: max(86px, 4.477vw);
    }

    .display-2 {
        font-size: max(150px, 7.808vw);
        line-height: max(150px, 7.808vw);
    }

    h1,
    .h1 {
        font-size: max(69px, 3.592vw);
        line-height: max(86px, 4.477vw);
    }

    h2,
    .h2 {
        font-size: max(55px, 2.863vw);
        line-height: max(69px, 3.592vw);
    }

    h3,
    .h3 {
        font-size: max(44px, 2.29vw);
        line-height: max(55px, 2.863vw);
    }

    h4,
    .h4 {
        font-size: max(35px, 1.822vw);
        line-height: max(44px, 2.29vw);
    }

    h5,
    .h5 {
        font-size: max(28px, 1.458vw);
        line-height: max(35px, 1.822vw);
    }
}

.default--list-large p,
.default--list-large ul li,
.default--list p {
    font-size: 16px;
    line-height: 24px;
}

.default--list p {
    font-weight: 700;
    margin-bottom: max(12px, 0.625vw);
}

.default--list-large p:last-child {
    margin-bottom: 0;
}

.default--list-large ul {
    margin-bottom: 0;
}

.default--list-large .h4 {
    margin-bottom: max(12px, 0.625vw);
}

@media (min-width:992px) {

    .default--list-large p,
    .default--list-large ul li,
    .default--list p {
        font-size: max(18px, 0.833vw);
        line-height: max(26px, 1.353vw);
    }
}

/* Section Spacing */
.sectionpt,
.sectionpy {
    padding-top: 70px;
}

.sectionpb,
.sectionpy {
    padding-bottom: 70px;
}

.section-sm-pt,
.section-sm-py {
    padding-top: 50px;
}

.section-sm-pb,
.section-sm-py {
    padding-bottom: 50px;
}

.section-md-pt,
.section-md-py {
    padding-top: 50px;
}

.section-md-pb,
.section-md-py {
    padding-bottom: 50px;
}

@media (min-width:1200px) {

    .sectionpt,
    .sectionpy {
        padding-top: 100px;
    }

    .sectionpb,
    .sectionpy {
        padding-bottom: 100px;
    }

    .section-sm-pt,
    .section-sm-py {
        padding-top: 70px;
    }

    .section-sm-pb,
    .section-sm-py {
        padding-bottom: 70px;
    }

    .section-md-pt,
    .section-md-py {
        padding-top: 80px;
    }

    .section-md-pb,
    .section-md-py {
        padding-bottom: 80px;
    }
}

@media (min-width:1400px) {

    .sectionpt,
    .sectionpy {
        padding-top: max(152px, 7.913vw);
    }

    .sectionpb,
    .sectionpy {
        padding-bottom: max(152px, 7.913vw);
    }

    .section-sm-pt,
    .section-sm-py {
        padding-top: max(82px, 4.269vw);
    }

    .section-sm-pb,
    .section-sm-py {
        padding-bottom: max(82px, 4.269vw);
    }

    .section-md-pt,
    .section-md-py {
        padding-top: max(104px, 5.414vw);
    }

    .section-md-pb,
    .section-md-py {
        padding-bottom: max(104px, 5.414vw);
    }
}

/* BACKGROUNDS ------------------------------------- */
.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-primary-900 {
    background-color: var(--bs-primary-900) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-secondary-dark {
    background-color: var(--bs-secondary-dark) !important;
}

.bg-white {
    background-color: var(--bs-white) !important;
}

.bg-charcoal {
    background-color: var(--bs-charcoal) !important;
}

.bg-dark {
    background-color: var(--bs-dark) !important;
}

.bg-transparent {
    background-color: var(--bs-transparent) !important;
}

/* Text Colors */
.text-primary {
    color: var(--bs-primary) !important;
}

.text-primary-900 {
    color: var(--bs-primary-900) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-dark {
    color: var(--bs-dark) !important;
}

.text-white {
    color: var(--bs-white) !important;
}

.text-gray {
    color: var(--bs-gray) !important;
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.border-primary-900 {
    border-color: var(--bs-primary-900) !important;
}

.border-charcoal {
    border-color: var(--bs-charcoal) !important;
}

/* Rounded */
.rounded-top-end-5 {
    border-top-right-radius: max(32px, 1.666vw);
}

.rounded-bottom-start-3 {
    border-bottom-left-radius: max(16px, 0.833vw);
}

/* GLOBAL ------------------------------------- */

.JumpNav {
    position: absolute;
    top: max(-200px, -10.417vw);
    z-index: 500;
    color: var(--bs-white);
    background: #666666;
    padding: 5px;
}

.JumpNav:focus {
    top: 0;
    left: 0;
    color: var(--bs-white);
}

/* buttons */
.btn {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: max(22px, 1.145vw);
    line-height: max(24px, 1.249vw);
    padding: max(9px, 0.417vw) max(16px, 0.833vw);
    transition: all 0.3s ease;
    border-radius: 0;
    color: var(--bs-black);
    border: 2px solid var(--bs-transparent);
    position: relative;
}

.btn-lg img,
.btn-md img,
.btn-text img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: max(8px, 0.416vw);
    width: max(24px, 1.249vw);
    height: max(24px, 1.249vw);
    transition: all 0.3s ease;
}

.btn-lg:hover img,
.btn-lg:focus img,
.btn-md:hover img,
.btn-md:focus img,
.btn-text:hover img,
.btn-text:focus img {
    right: 0;
    transition: all 0.3s ease;
}

.btn .text {
    display: flex;
    flex-direction: column;
}

.btn:hover .text span:first-child {
    transform: translateY(-100px);
    position: absolute;
    transition: all 0.3s ease;
}

.btn .text span:first-child {
    transform: translateY(0px);
    position: relative;
    transition: all 0.3s ease;
}

.btn .text span:last-child {
    transform: translateY(100px);
    position: absolute;
    transition: all 0.3s ease;
}

.btn:hover .text span:last-child {
    transform: translateY(0px);
    position: relative;
    transition: all 0.3s ease;
}

.btn-sm {
    font-size: max(16px, 0.833vw);
    line-height: max(16px, 0.833vw);
    padding: max(6px, 0.312vw);
    transition: all 0.3s ease;
}

.btn-sm.btn-text {
    padding: 0 max(24px, 1.249vw) 0 0;
}

.btn-sm img {
    right: max(4px, 0.208vw);
    width: max(16px, 0.833vw);
    height: max(16px, 0.833vw);
    transition: all 0.3s ease;
}

.btn-md {
    font-size: max(20px, 1.041vw);
    line-height: max(20px, 1.041vw);
    padding: max(6px, 0.312vw);
    transition: all 0.3s ease;
}

.btn-lg {
    font-size: max(24px, 1.249vw);
    line-height: max(24px, 1.249vw);
    padding: max(16px, 0.833vw) max(18px, 0.937vw);
    transition: all 0.3s ease;
}

.btn--large {
    position: relative;
    padding-right: 64px;
    transition: all 0.3s ease;
}

.btn--large img {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 16px;
    transition: all 0.3s ease;
}

.btn--large:hover img,
.btn--large:focus img,
.btn--large:active img,
.btn--large.active img {
    transition: all 0.3s ease;
    right: 0px;
}

.btn-text {
    padding: 0 max(40px, 2.082vw) 0 0;
    border: none;
    transition: all 0.3s ease;
}

.btn-text:hover,
.btn-text:focus,
.btn-text:active {
    transition: all 0.3s ease;
}

.btn:hover,
.btn:focus,
.btn:active {
    background-color: var(--bs-transparent);
    border-radius: 0 max(8px, 0.417vw) 0 max(8px, 0.417vw);
    transition: all 0.3s ease;
}

.btn-outline {
    border-color: var(--bs-black);
    transition: all 0.3s ease;
}

.btn-outline-white {
    border-color: var(--bs-white);
    color: var(--bs-white);
    transition: all 0.3s ease;
}

.btn-outline-primary,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    background-color: var(--bs-transparent) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-primary) !important;
    transition: all 0.3s ease;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline.active,
.btn-outline:active {
    border-color: var(--bs-primary);
    color: var(--bs-primary);
    transition: all 0.3s ease;
}

.btn-outline-hover-primary:hover,
.btn-outline-hover-primary:focus,
.btn-outline-hover-primary:active {
    border-color: var(--bs-primary-900);
    color: var(--bs-primary-900);
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    color: var(--bs-black) !important;
    transition: all 0.3s ease;
}

.btn-primary-900 {
    background-color: var(--bs-primary-900);
    border-color: var(--bs-primary-900);
}

.btn-primary-900:hover,
.btn-primary-900:focus,
.btn-primary-900.active,
.btn-primary-900:active {
    background-color: var(--bs-primary-900) !important;
    border-color: var(--bs-primary-900) !important;
    color: var(--bs-black) !important;
    transition: all 0.3s ease;
}

.btn-filter,
.btn-filter:focus,
.btn-filter:focus-visible {
    background: var(--bs-charcoal);
    color: var(--bs-white);
    padding: max(8px, 0.417vw) max(16px, 0.833vw);
    border-radius: 0 max(8px, 0.417vw) 0 max(8px, 0.417vw);
    transition: all 0.3s ease;
}

.btn-filter:hover,
.btn-filter.active,
.btn-filter:active {
    background-color: var(--bs-primary) !important;
    color: var(--bs-dark) !important;
    transition: all 0.3s ease;
}

@media (max-width:991.5px) {
    .FilterDropdown {
        background-color: var(--bs-black);
        padding: 16px;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 101%;
        display: flex;
    }

    .FilterDropdown .btn {
        width: 100%;
        margin-right: unset !important;
    }
}

@media (min-width:992px) {
    .btn-sm {
        font-size: max(16px, 0.833vw);
        line-height: max(16px, 0.833vw);
        padding: max(6px, 0.312vw);
        transition: all 0.3s ease;
    }

    .btn-sm img {
        width: max(16px, 0.833vw);
        height: max(16px, 0.833vw);
        transition: all 0.3s ease;
    }

    .btn--large {
        padding-right: 84px;
    }

    .btn--large img {
        right: max(24px, 1.249vw);
    }

}

@media (min-width:1400px) {
    .btn--large {
        padding-right: max(130px, 6.767vw);
    }

    .btn-xl-lg {
        font-weight: 700;
        font-size: max(28px, 1.458vw);
        line-height: max(28px, 1.458vw);
    }

    .btn-xl-lg img {
        line-height: max(28px, 1.458vw);
    }
}

.black_white {
    filter: grayscale(100%);
}

/* footer */
.footer--nav .nav-link {
    font-size: max(14px, 0.729vw);
    line-height: max(18px, 0.937vw);
    font-weight: 400;
    color: var(--bs-white);
    letter-spacing: 0px;
    padding: max(5px, 0.260vw) 0;
}

.footer--nav .nav-link:hover,
.footer--nav .nav-link.active {
    color: var(--bs-primary);
}
.sitemap-group.footer--nav .nav-link {
    font-size: max(16px, 0.833vw);
    line-height: max(21px, 1.093vw);
}
.sitemap-group.footer--nav .footer--nav {
    margin-top: 10px;
}
.footer--nav .nav-link.h6 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 0;
}

@media (min-width:992px) {
    .footer--nav .nav-link.h6 {
        font-size: max(22px, 1.145vw);
        line-height: 1.458vw;
    }
}

/* social icons */
.social .nav-link:hover .social__icon {
    filter: brightness(0) saturate(100%) invert(73%) sepia(63%) saturate(537%) hue-rotate(26deg) brightness(108%) contrast(96%);
}

.social__icon {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    width: max(1.5rem, 1.249vw);
}

@media (min-width:1400px) {
    .social {
        margin-top: max(32px, 1.667vw) !important;
        margin-bottom: max(32px, 1.667vw) !important;
    }
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 22px;
}

.breadcrumb-item {
    font-size: max(16px, 0.833vw);
    line-height: 132%;
    font-weight: 400;
}

.breadcrumb-item:hover {
    color: var(--bs-primary);
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: max(0.5rem, 0.416vw);
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0;
    color: var(--bs-primary-900);
    content: url(../img/ic_btn-arrow.svg);
    filter: brightness(0) saturate(100%) invert(0%) sepia(93%) saturate(27%) hue-rotate(88deg) brightness(113%) contrast(106%);
    width: 24px;
    min-width: 24px;
    height: 24px;
    text-align: center;
    margin-right: max(0.5rem, 0.416vw);
    line-height: 28px;
}

.breadcrumb-item.active {
    font-weight: 700;
    color: var(--bs-primary);
}

.text-white .breadcrumb-item.active {
    color: var(--bs-primary);
}

.text-white .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(48deg) brightness(113%) contrast(107%);
}

@media (min-width:1200px) {
    .breadcrumb {
        margin-bottom: max(28px, 1.458vw);
    }
}

/* Container width Change */
@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: max(1520px, 79.167vw);
    }
}

.z-30 {
    z-index: 30 !important;
}