@charset "UTF-8";
:root {
    --clr-text-white: #ffffff;
    --clr-text-primary: #1a1a1a;
    --clr-text-secondary: #333333;
    --clr-text-third: #858585;
    --clr-text-hvr: #ec2d3f;
    --clr-web-btn: #0062BE;
    --clr-brand-primary: #0062BE;
    --clr-brand-secondary: #19529E;
    --clr-brand-third: #488CE1;
    --clr-brand-fourth: #fafe02;
    --clr-brand-fifth: #ff9a19;
    --clr-brand-pointed: #fe0202;
    --gradient-brand-primary: linear-gradient(90deg, #488CE1 0%, #19529E 100%);
    --font-special-m: '1FTVVIPHighSpirited';
    --font-special-s: '';
}


/* General */

.f-fam\:special-m {
    font-family: var(--font-special-m);
}

.f-fam\:special-s {
    font-family: var(--font-special-s);
}

.f-w\:900 {
    font-weight: 900;
}

.f-w\:800 {
    font-weight: 800;
}

.f-w\:700 {
    font-weight: 700;
}

.f-sz\:22px {
    font-size: clamp(18px, 2.7vw, 22px);
}

.f-sz\:30px {
    font-size: clamp(24px, 3.5vw, 30px);
}

.f-sz\:42px {
    font-size: clamp(28px, 4.2vw, 42px);
}

.f-sz\:68px {
    font-size: clamp(48px, 6.3vw, 68px);
}

.line-h\:1em {
    line-height: 1em;
}

.line-h\:1\.2em {
    line-height: 1.2em;
}

.line-h\:1\.6em {
    line-height: 1.6em;
}

.line-h\:2em {
    line-height: 2em;
}

.clr\:text-white {
    color: var(--clr-text-white);
}

.clr\:text-primary {
    color: var(--clr-text-primary);
}

.clr\:text-secondary {
    color: var(--clr-text-secondary);
}

.clr\:brand-primary {
    color: var(--clr-brand-primary);
}

.clr\:brand-secondary {
    color: var(--clr-brand-secondary);
}

.clr\:brand-third {
    color: var(--clr-brand-third);
}

.clr\:brand-pointed {
    color: var(--clr-brand-pointed);
}

.gradient-text {
    display: table;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.text-center .gradient-text,
.text-center.gradient-text {
    margin-right: auto;
    margin-left: auto;
}

.gradient\:brand-primary {
    background-image: var(--gradient-brand-primary);
}


/* Home */

.pd\:30-0 {
    padding: 30px 0;
}

.pd\:40-0 {
    padding: 40px 0;
}

.pd\:50-0 {
    padding: 50px 0;
}

.pd\:60-0 {
    padding: 60px 0;
}

.pd\:70-0 {
    padding: 70px 0;
}

.pd\:80-0 {
    padding: 80px 0;
}

.mb\:80 {
    margin-bottom: 80px;
}

.mg\:30-0 {
    margin: 30px 0px;
}

.mg\:40-0 {
    margin: 40px 0px;
}

.mg\:50-0 {
    margin: 50px 0px;
}

.mg\:60-0 {
    margin: 60px 0px;
}

.mg\:70-0 {
    margin: 70px 0px;
}

.mg\:80-0 {
    margin: 80px 0px;
}


/* Social */

.social .social__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.social .social__photo-inner img {
    display: block;
}


/* Swiper */

.swiper-customize {
    isolation: isolate;
    position: relative;
}

.swiper-customize .swiper {
    position: unset;
}

.swiper-customize .swiper-customize-button {
    --swiper-navigation-sides-offset: 0px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: var(--clr-brand-primary);
}

.swiper-customize .swiper-customize-button:after {
    display: none;
}

.swiper-customize .swiper-customize-button span {
    font-size: clamp(16px, 2.3vw, 18px);
    color: var(--clr-text-white);
}

.custom-swiper-pagination {
    position: unset;
    margin-top: 1rem;
}

.custom-swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 12px;
    height: 12px;
    border: 1px solid #BEBEBE;
    background-color: transparent;
}

.custom-swiper-pagination .swiper-pagination-bullet-active {
    border-color: var(--clr-brand-primary);
    background-color: var(--clr-brand-primary);
}


/* Pagination */

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.25rem;
}

.pagination li span {
    cursor: pointer;
}

.pagination .page-item .page-link {
    color: var(--clr-text-primary);
}

.pagination .page-item.active .page-link {
    color: var(--clr-text-white);
    border-color: var(--clr-brand-primary);
    background-color: var(--clr-brand-primary);
}


/* Header */

.header {
    height: 44px;
    background-image: var(--gradient-brand-primary);
}


/* Navigation */

.navigation {
    --nav-text-sz: 15px;
    --nav-clr-text: var(--clr-text-primary);
    --nav-clr-text-active: var(--clr-brand-primary);
    --nav-bg: #fff;
    position: relative;
    z-index: 1000;
    background-color: var(--nav-bg);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.navigation__nav {
    max-width: 73.846154%;
    /* 960/1300 */
}

.navigation__logo {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation.was-scrolled .navigation__logo {
    zoom: 0.75;
}


/* Search Block */

.search--block {
    --block-clr-primary: var(--clr-text-primary);
    --block-clr-placeholder: #555555;
    overflow: hidden;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: #fff;
}

.search--block .search__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 36px;
}

.search--block .search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 40px;
    font-size: 16px;
    color: var(--block-clr-primary);
    background: none;
}

.search--block .search__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    font-size: 14px;
    color: var(--block-clr-primary);
    text-indent: 0.5ch;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search--block .search__input::placeholder {
    /* autoprefixer: off */
    color: var(--block-clr-placeholder);
}


/* Search Toggle */

.search--toggle {
    --block-clr-primary: var(--clr-text-white);
    --block-clr-active: var(--clr-text-white);
    --block-clr-placeholder: #ccc;
    position: relative;
    border: 1px solid var(--clr-brand-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0.25rem;
}

.search--toggle .search__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    aspect-ratio: 1;
    width: 36px;
    font-size: 15px;
    color: var(--block-clr-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: var(--clr-brand-primary);
    cursor: pointer;
}

.search--toggle .search__icon.active {
    color: var(--block-clr-active);
}

.search--toggle .search__grid {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 0;
    height: 40px;
    border: 1px solid var(--clr-brand-primary);
    -webkit-border-radius: 10rem;
    -moz-border-radius: 10rem;
    border-radius: 10rem;
    background: #fff;
    padding: 0rem 0.25rem;
}

.search--toggle .search__icon.active+.search__grid {
    opacity: 1;
    visibility: visible;
}

.search--toggle .search__grid .search__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35px;
    font-size: 17px;
    color: var(--clr-brand-primary);
    background: none;
}

.search--toggle .search__grid .search__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    font-size: 14px;
    color: var(--clr-text-primary);
    text-indent: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.search--toggle .search__grid input::placeholder {
    /* autoprefixer: off */
    color: var(--block-clr-placeholder);
}


/* Product */

.product .product__item-inner {
    position: relative;
}

.product .product__info {
    text-align: center;
    margin-top: 0.625rem;
}

.product .product__name a {
    --line-clamp: 1;
    font-weight: 700;
    font-size: 15px;
    color: var(--clr-text-primary);
    text-transform: capitalize;
}

.product .product__item-inner .product__name a:hover {
    color: var(--clr-text-hvr);
}

.product .product__price--text {
    font-size: 14px;
    color: var(--clr-text-secondary);
}

.product .product__price--new {
    font-weight: 700;
    font-size: 16px;
    color: var(--clr-brand-primary);
}

.product .product__price--old {
    font-size: 13px;
    color: var(--clr-text-third);
    text-decoration: line-through;
    padding-left: 0.5ch;
}

.product .product__price--per {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 45px;
    height: 25px;
    color: var(--clr-text-white);
    background: var(--clr-brand-primary);
    padding-left: 5px;
    pointer-events: none;
}

.product .product__price--per:before,
.product .product__price--per:after {
    content: '';
    position: absolute;
}

.product .product__price--per:before {
    --triang-h: 12.5px;
    --triang-w: 9px;
    top: 0;
    left: -webkit-calc(-1 * var(--triang-w));
    left: -moz-calc(-1 * var(--triang-w));
    left: calc(-1 * var(--triang-w));
    border-top: var(--triang-h) solid transparent;
    border-right: var(--triang-w) solid var(--clr-brand-primary);
    border-bottom: var(--triang-h) solid transparent;
}

.product .product__price--per:after {
    --cir-sz: 6px;
    top: -webkit-calc(50% - var(--cir-sz)/2);
    top: -moz-calc(50% - var(--cir-sz)/2);
    top: calc(50% - var(--cir-sz)/2);
    left: 0px;
    width: var(--cir-sz);
    height: var(--cir-sz);
    aspect-ratio: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}


/* News */

.news .news__list.flex-container {
    --columns: 3;
    --space-x: 0.25rem;
    --space-y: -webkit-calc(var(--space-x) * 2);
    --space-y: -moz-calc(var(--space-x) * 2);
    --space-y: calc(var(--space-x) * 2);
}

.news .news__item-inner {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
}

.news .news__info {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, right top, from(#488CE1bf), to(#19529Ebf));
    background-image: -webkit-linear-gradient(left, #488CE1bf, #19529Ebf);
    background-image: -moz-linear-gradient(left, #488CE1bf, #19529Ebf);
    background-image: -o-linear-gradient(left, #488CE1bf, #19529Ebf);
    background-image: linear-gradient(90deg, #488CE1bf, #19529Ebf);
    padding: 1rem;
    pointer-events: none;
}

.news .news__info-inner {
    text-align: center;
}

.news .news__name {
    margin-bottom: 0;
}

.news .news__name a {
    --line-clamp: 2;
    font-weight: 700;
    font-size: clamp(15px, 2.1vw, 16px);
    color: var(--clr-text-white);
    text-transform: capitalize;
}

.news .news__item-inner:hover .news__name a {
    color: var(--clr-brand-fourth);
}


/* Intro */

.intro {
    overflow: hidden;
    isolation: isolate;
}

.intro__inner {
    --rest-vw: 302.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 1.5rem;
}

.intro__left {
    width: 50%;
    /* 650/1300 */
}

.intro__right {
    width: 48.615385%;
    /* 632/1300 */
}

.intro__heading {
    position: relative;
    padding: 2rem 1rem 1rem;
    margin-right: 12px;
    margin-bottom: 2rem;
}

.intro__heading:before,
.intro__heading:after {
    content: '';
    position: absolute;
    left: -webkit-calc(-1 * (var(--rest-vw) + 5rem));
    left: -moz-calc(-1 * (var(--rest-vw) + 5rem));
    left: calc(-1 * (var(--rest-vw) + 5rem));
    -webkit-border-radius: 0.75rem;
    -moz-border-radius: 0.75rem;
    border-radius: 0.75rem;
    pointer-events: none;
}

.intro__heading:before {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
}

.intro__heading:after {
    top: 12px;
    right: -12px;
    bottom: -12px;
    z-index: -2;
    background-image: var(--gradient-brand-primary);
}

.intro__title.each-line>span {
    display: block;
}

.intro__info {
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    border-radius: 1.875rem;
    background-color: #ffffff80;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 1.25rem 1.875rem;
}

.intro__info-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
}

.intro__decs {
    --line-clamp: 7;
    font-size: 14px;
    line-height: 2em;
    color: var(--clr-text-secondary);
    text-align: justify;
    margin-bottom: 0.5rem;
}

.intro__slogan {
    padding-right: 1.5rem;
}

.intro__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.intro__btn span {
    color: var(--clr-brand-secondary);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.intro__btn:hover span {
    color: var(--clr-brand-pointed);
}

.intro__btn span:nth-child(1) {
    font-weight: 700;
    font-size: 15px;
}

.intro__btn span:nth-child(2) {
    font-size: 14px;
}

.intro__btn:hover span:nth-child(2) {
    -webkit-animation: arrowBounceRight 1s ease-in-out infinite;
    -moz-animation: arrowBounceRight 1s ease-in-out infinite;
    -o-animation: arrowBounceRight 1s ease-in-out infinite;
    animation: arrowBounceRight 1s ease-in-out infinite;
}

.intro__photo {
    overflow: hidden;
    -webkit-border-radius: 1.875rem;
    -moz-border-radius: 1.875rem;
    border-radius: 1.875rem;
}


/* Different */

.different__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.different__heading {
    padding: 1rem 1rem 0.5rem;
    margin-right: 0;
    margin-left: 12px;
}

.different__heading:before,
.different__heading:after {
    right: -webkit-calc(-1 * (var(--rest-vw) + 5rem));
    right: -moz-calc(-1 * (var(--rest-vw) + 5rem));
    right: calc(-1 * (var(--rest-vw) + 5rem));
}

.different__heading:before {
    left: 0;
}

.different__heading:after {
    left: -12px;
}

.different__title>span:nth-child(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    margin-top: -0.25rem;
    margin-left: 3rem;
}

.different__title span {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}


/* News Featured */

.news--featured .swiper-slide {
    max-width: 760px;
}

.news--featured .news__item {
    pointer-events: none;
}

.news--featured .swiper-slide-active .news__item {
    pointer-events: all;
}

.news--featured .news__item-inner {
    border: 8px solid #fff;
}

.news--featured .news__info {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news--featured .swiper-slide-active .news__info {
    opacity: 1;
    visibility: visible;
}

.news--featured .news__name a {
    font-size: clamp(16px, 2.3vw, 18px);
}


/* Newsletter */

.newsletter__form>div:not(:last-child) {
    margin-bottom: 0.625rem;
}

.newsletter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.newsletter__list .newsletter__item:not(.none-flex) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.newsletter__item.is-button {
    width: 180px;
}

.newsletter__item input,
.newsletter__item textarea {
    color: var(--clr-text-primary);
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
}

.newsletter__item input {
    height: 45px;
}

.newsletter__item input,
.newsletter__item textarea,
.newsletter__item input::placeholder,
.newsletter__item input:focus,
.newsletter__item textarea::placeholder,
.newsletter__item textarea:focus {
    /* autoprefixer: off */
    font-size: 14px;
    background: #fff;
}

.newsletter__item input::placeholder,
.newsletter__item input:focus,
.newsletter__item textarea::placeholder,
.newsletter__item textarea:focus {
    /* autoprefixer: off */
    color: var(--clr-text-secondary);
    box-shadow: none !important;
}

.newsletter__item button {
    width: 100%;
    height: 45px;
    font-weight: 700;
    font-size: 15px;
    color: var(--clr-text-white);
    text-transform: uppercase;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
    background: var(--clr-brand-primary);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.newsletter__item button::placeholder,
.newsletter__item button:focus {
    /* autoprefixer: off */
    box-shadow: none !important;
}

.newsletter__item button:hover {
    letter-spacing: 2px;
    -webkit-box-shadow: 0px 2px 8px 0px var(--clr-brand-primary);
    -moz-box-shadow: 0px 2px 8px 0px var(--clr-brand-primary);
    box-shadow: 0px 2px 8px 0px var(--clr-brand-primary);
}


/* Footer */

.footer__article-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    row-gap: 1.5rem;
}

.footer__article-item:nth-child(1) {
    width: 16.769231%;
    /* 218/1300 */
}

.footer__article-item:nth-child(2) {
    width: 35.384615%;
    /* 460/1300 */
}

.footer__article-item:nth-child(3) {
    width: 16.153846%;
    /* 210/1300 */
}

.footer__article-item:nth-child(4) {
    width: 23.846154%;
    /* 310/1300 */
}

.footer__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__title {
    font-weight: 700;
    font-size: 16px;
    color: var(--clr-text-white);
    margin-bottom: 1rem;
}

.footer__name {
    font-weight: 700;
    font-size: 24px;
    color: var(--clr-text-white);
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.footer__content {
    color: var(--clr-text-white);
}

.footer__social {
    margin-top: 1.25rem;
}

.footer__social .social__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
}

.footer__social .social__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.625rem;
    -moz-column-gap: 0.625rem;
    column-gap: 0.625rem;
    min-width: 150px;
    border: 1px solid #fff;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 0.5rem 1.25rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.footer__social .social__item-inner:hover {
    -webkit-box-shadow: 0px 2px 8px 0px #ffffff80;
    -moz-box-shadow: 0px 2px 8px 0px #ffffff80;
    box-shadow: 0px 2px 8px 0px #ffffff80;
}

.footer__social .social__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.footer__social .social__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    color: var(--clr-text-white);
    margin-bottom: 0;
}

.footer__info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
}

.footer__info-item:not(:last-child) {
    margin-bottom: 1rem;
}

.footer__info-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
}

.footer__info-icon>span {
    font-size: 16px;
    color: var(--clr-text-white);
}

.footer__info-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer__info-content.each-line>span {
    display: block;
}

.footer__info-title,
.footer__info-value {
    color: var(--clr-text-white);
}

.footer__info-value a.hvr-underline {
    --line-clr: var(--clr-text-white);
}

.footer__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer__nav-item::marker {
    font-size: 12px;
}

.footer__nav-item:not(:last-child) {
    margin-bottom: 1rem;
}

.footer__nav-name,
.footer__nav-item::marker {
    color: var(--clr-text-white);
}

.footer__nav-name.hvr-underline {
    --line-clr: var(--clr-text-white);
}

.footer__nav-name:hover {
    color: var(--clr-text-white);
}

.footer__powered {
    isolation: isolate;
    position: relative;
    padding: 0.625rem 0;
}

.footer__powered:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: 1180px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    pointer-events: none;
}

.footer__powered>.footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem 1rem;
    padding: 0rem 7.5rem;
}

.footer__powered>.footer__inner:before,
.footer__powered>.footer__inner:after {
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background-color: #fff8;
}

.footer__copyright {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: var(--clr-text-white);
}

.footer__copyright span:nth-child(1),
.footer__copyright a {
    font-weight: 700;
}

.footer__copyright span:nth-child(1) {
    text-transform: capitalize;
}

.footer__copyright span:nth-child(2) {
    display: inline-block;
}

.footer__copyright a:hover {
    text-decoration: underline;
}

.footer__statistic {
    color: var(--clr-text-white);
    text-align: right;
}

.footer__statistic span:not(:last-child) {
    padding-right: 0.625rem;
}

.footer__map-item {
    overflow: hidden;
    position: relative;
    height: 340px;
    -webkit-border-radius: 1.25rem;
    -moz-border-radius: 1.25rem;
    border-radius: 1.25rem;
    -webkit-box-shadow: 0px 6px 30px 0px #D7E6F5;
    -moz-box-shadow: 0px 6px 30px 0px #D7E6F5;
    box-shadow: 0px 6px 30px 0px #D7E6F5;
}

.footer__map-item iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}


/* Cart Fix */

.cart-fixed {
    position: fixed;
    right: 20px;
    bottom: 480px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--clr-web-btn);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cart-fixed i {
    font-size: 20px;
}

.cart-fixed span {
    position: absolute;
    top: 0;
    right: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: 20px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: var(--clr-brand-primary);
}


/* Scroll to top */

.scroll-to-top {
    --size: 50px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    width: var(--size);
    height: var(--size);
    border: 2px solid var(--clr-web-btn);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 5rem;
}

.scroll-to-top.is-bottom,
.scroll-to-top:hover {
    background: var(--clr-web-btn);
}

.scroll-to-top span {
    position: absolute;
    left: 32%;
    width: 36%;
    height: 2px;
}

.scroll-to-top span:nth-child(1) {
    top: 42%;
}

.scroll-to-top span:nth-child(2) {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -moz-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    top: 55%;
}

.scroll-to-top span:after,
.scroll-to-top span:before {
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: var(--clr-web-btn);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.scroll-to-top span:before {
    left: 0;
    -webkit-transform: skewY(-35deg);
    -ms-transform: skewY(-35deg);
    -moz-transform: skewY(-35deg);
    -o-transform: skewY(-35deg);
    transform: skewY(-35deg);
}

.scroll-to-top span:after {
    right: 0;
    -webkit-transform: skewY(35deg);
    -ms-transform: skewY(35deg);
    -moz-transform: skewY(35deg);
    -o-transform: skewY(35deg);
    transform: skewY(35deg);
}

.scroll-to-top.is-bottom span:before,
.scroll-to-top.is-bottom span:after,
.scroll-to-top:hover span:before,
.scroll-to-top:hover span:after {
    background-color: #fff;
}

.scroll-to-top:hover span:nth-child(1) {
    -webkit-animation: floatingArrow .7s ease-out 0s infinite forwards;
    -moz-animation: floatingArrow .7s ease-out 0s infinite forwards;
    -o-animation: floatingArrow .7s ease-out 0s infinite forwards;
    animation: floatingArrow .7s ease-out 0s infinite forwards;
}

.scroll-to-top:hover span:nth-child(2) {
    -webkit-animation: floatingArrow .7s ease-out .3s infinite forwards;
    -moz-animation: floatingArrow .7s ease-out .3s infinite forwards;
    -o-animation: floatingArrow .7s ease-out .3s infinite forwards;
    animation: floatingArrow .7s ease-out .3s infinite forwards;
}


/* Contact */

.contact--template .contact__inner {
    --w: 800px;
}

.contact--template .contact__inner>div:not(:last-child) {
    margin-bottom: 1.25rem;
}


/* Contact Step */

.step__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.step__separator {
    width: clamp(160px, 24vw, 240px);
    height: 2px;
    background-color: #ccc;
    margin-top: 9px;
    margin-right: -3rem;
    margin-left: -3rem;
}

.step__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    width: 120px;
    text-transform: uppercase;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.step__item:before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid var(--clr-brand-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.step__item.active:before {
    border-color: var(--clr-brand-pointed);
}


/* Contact Controller */

.controller__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

.controller__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: var(--clr-text-white);
    text-transform: capitalize;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background-color: var(--clr-brand-secondary);
    height: 40px;
    padding: 0rem 1rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.controller__item.available:hover {
    color: var(--clr-text-primary);
    background-color: var(--clr-brand-fifth);
}

.controller__item.unavailable {
    opacity: 0.5;
    cursor: not-allowed;
}


/* Contact Date */

.date__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 0.25rem;
}

.date__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    font-weight: 700;
    color: var(--clr-text-white);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.date__item.available {
    background-color: var(--clr-brand-secondary);
}

.date__item.available:hover,
.date__item.available.active {
    color: var(--clr-text-primary);
    background-color: var(--clr-brand-fifth);
}

.date__item:not(.unavailable) {
    cursor: pointer;
}

.date__item.unavailable {
    color: var(--clr-text-third);
    background-color: #ccc;
    cursor: not-allowed;
}


/* Contact Form */

.form__item.form-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px 0px #00000040;
    -moz-box-shadow: 0px 6px 20px 0px #00000040;
    box-shadow: 0px 6px 20px 0px #00000040;
}

.contact__calendar {
    width: 50%;
    padding: 1rem;
}

.contact__calendar-date {
    --picker-bg: var(--clr-brand-secondary);
    background-color: var(--picker-bg);
}

.contact__calendar-title {
    font-weight: 700;
    font-size: clamp(14px, 2vw, 15px);
    color: var(--clr-brand-primary);
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.contact__calendar-date .air-datepicker {
    --adp-font-size: 16px;
    --adp-width: 100%;
    --adp-nav-height: 34px;
    --adp-day-cell-height: 44px;
    --adp-month-cell-height: 56px;
    --adp-year-cell-height: 66px;
    --adp-color: #fff;
    --adp-color-secondary: #fff;
    --adp-day-name-color: var(--clr-brand-fifth);
    --adp-accent-color: var(--clr-brand-fifth);
    --adp-background-color: var(--picker-bg);
    --adp-background-color-hover: var(--clr-brand-third);
    --adp-background-color-active: var(--clr-brand-primary);
    --adp-cell-background-color-selected: #458eed;
    --adp-cell-background-color-selected-hover: #3583e9;
    --adp-padding: 8px;
}

.contact__form>div:not(:last-child) {
    margin-bottom: 0.625rem;
}

.contact__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

.contact__list .contact__item:not(.none-flex) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact__label {
    font-weight: 700;
}

.contact__item.is-button {
    width: 180px;
}

.contact__item input,
.contact__item textarea {
    color: var(--clr-text-primary);
    border: 1px solid #ccc;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
}

.contact__item input {
    height: 40px;
}

.contact__item input,
.contact__item textarea,
.contact__item input::placeholder,
.contact__item input:focus,
.contact__item textarea::placeholder,
.contact__item textarea:focus {
    /* autoprefixer: off */
    font-size: 14px;
    background: #fff;
}

.contact__item input::placeholder,
.contact__item input:focus,
.contact__item textarea::placeholder,
.contact__item textarea:focus {
    /* autoprefixer: off */
    color: var(--clr-text-secondary);
    box-shadow: none !important;
}

.contact__item input:focus,
.contact__item textarea:focus {
    /* autoprefixer: off */
    border: 1px solid var(--clr-brand-primary);
}

.contact__item input::placeholder,
.contact__item textarea::placeholder {
    /* autoprefixer: off */
    background: transparent !important;
}

.contact__item.readonly label,
.contact__item.readonly input {
    /* autoprefixer: off */
    pointer-events: none;
}

.contact__item button {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    color: var(--clr-text-white);
    text-transform: uppercase;
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
    background: var(--clr-brand-primary);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.contact__item button::placeholder,
.contact__item button:focus {
    /* autoprefixer: off */
    box-shadow: none !important;
}

.contact__item button:hover {
    letter-spacing: 2px;
    color: var(--clr-text-white);
    -webkit-box-shadow: 0px 2px 8px 0px var(--clr-brand-primary);
    -moz-box-shadow: 0px 2px 8px 0px var(--clr-brand-primary);
    box-shadow: 0px 2px 8px 0px var(--clr-brand-primary);
}
