/*
    Theme Name: Custom Theme
    Description: Custom Theme
    Version: 1.4.2
    Author: Karina
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.grecaptcha-badge {
    visibility: hidden;
}
/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}
body {
    font: 400 16px/1.4 'Satoshi-Variable', sans-serif;
    color: #000000;
}

.wpcf7 p span.wpcf7-spinner,
.acf-map .gmnoprint,
.acf-map .gm-style-cc,
.social-wrap.share .addtoany_list a span,
.btn-menu,
.header span.toggle,
.footer .copyright ul li:last-child::after,
.accordion .icon .minus,
.accordion .active .icon .plus,
.wpcf7 span.wpcf7-not-valid-tip,
.pagination,
.jBox-closeButton svg,
.desktop-hidden {
    display: none;
}

.block,
.accordion .active .icon .minus {
    display: block;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}
.clear {
    *zoom: 1;
}
img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}
a {
    color: #27183A;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}

a:hover,
a.current {
    color: #650834;
}

a:focus {
    outline: 0;
}
a:hover,
a:active {
    outline: 0;
}

.link {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
    letter-spacing: 1px;
    color: #650834;
    text-transform: uppercase;
}

.link::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #650834;
    margin: 3px 0 0;
    border-radius: 4px;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Larken-Demo-Regular';
    font-weight: 400;
    color: #0A2C66;
    margin: 0 0 20px;
}

h1 {
    font-size: 48px;
    line-height: 57px;
}

h2 {
    font-size: 36px;
    line-height: 40px;
}

h3 {
    font-size: 32px;
    line-height: 38px;
}

.title {
    font-family: 'Satoshi-Variable', sans-serif;
    font-weight: 400;
}

p {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px;
}

ul,
ol {
    padding: 0 0 0 15px;
    margin: 0 0 20px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child {
    margin: 0;
}

.subtitle {
    color: #FFF;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    padding: 0;
}

.subtitle-2 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.overflow {
    overflow: hidden;
}

.overflow-clip {
    overflow: clip;
}

.relative {
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align: right;
}

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

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

.wp-block-image {
    margin: 50px auto 100px;
}

.anchor {
    position: relative;
    top: -130px;
}

.btn-wrap {
    font-size: 0;
}

.btn-wrap .btn {
    margin: 0 20px 20px 0;
}

.btn-wrap .btn:last-child {
    margin-right: 0;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    line-height: 1.4;
    border: 0;
    outline: 0;
    padding: 10px 20px;
    border-radius: 100px;
    background: #27183A;
    transition: all 0.3s ease 0s;
}

.btn:hover {
    background: #1E122D;
    color: #fff;
}

.btn-light {
    color: #0A2C66;
    background: #CEE5FF;
}

.btn.large {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.6px;
    padding: 9px 18px;
}

.btn-next,
.btn-prev {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.btn-prev {
    left: 0;
    right: auto;
}

.social-wrap {
    font-size: 0;
}

.social-wrap a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
}

.social-wrap a svg path {
    fill: #27183A;
}

.social-wrap.white a svg path {
    fill: #fff;
}

body .addtoany_list {
    display: block;
    width: 45px;
}

body .addtoany_list a {
    padding: 0;
}

.scrollup {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99999;
    cursor: pointer;
}

.sticky-sidebar {
    will-change: min-height;
}

.sticky-sidebar-inner {
    position: relative;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

.img-wrap {
    display: block;
    position: relative;
    background: #000;
}

.img-wrap img {
    width: 100%;
    transition: all 0.3s ease 0s;
}

.img-wrap.no-bgr {
    background: none;
}

.img-wrap.normal,
.img-wrap.normal img {
    width: auto;
    background: none;
    border-radius: 0;
}

.img-wrap.fit {
    height: 100%;
}

.img-wrap.fit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-wrap.with-radius,
.img-wrap.with-radius img {
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.img-wrap.round,
.img-wrap.round img {
    border-radius: 16px;
}

.img-wrap.round.large,
.img-wrap.round.large img {
    border-radius: 28px;
}

.img-wrap .date {
    text-align: center;
    background: #0A2C66;
    border-bottom: 3px solid #CEE5FF;
    position: absolute;
    left: 7px;
    top: 7px;
    width: 68px;
    height: 68px;
    padding-top: 10px;
}

.img-wrap .date span {
    font-size: 14px;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #CEE5FF;
}

.modal-open {
    cursor: pointer;
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/

@font-face {
    font-family: 'Satoshi-Variable';
    src: url('fonts/Satoshi-Variable.woff2') format('woff2'),
         url('fonts/Satoshi-Variable.woff') format('woff'),
         url('fonts/Satoshi-Variable.ttf') format('truetype');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Larken-Demo-Regular';
    src: url('fonts/larkendemo-regular-webfont.woff2') format('woff2'),
         url('fonts/larkendemo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.wrapper {
    max-width: 1440px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.wrapper.size-1280 {
    max-width: 1320px;
}

.wrapper.size-1400 {
    max-width: 1440px;
}

.wrapper.size-1550 {
    max-width: 1590px;
}

.wrapper.size-1640 {
    max-width: 1640px;
}

.wrapper.size-1740 {
    max-width: 1740px;
}

.wrapper.fullwidth {
    max-width: 100%;
    padding: 0 35px;
}

.header {
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px 35px 0;
}

.header .content {
    width: 100%;
    background: #fff;
}

.header.stuck {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    animation: fadeInDown ease-in-out 0.6s both;
}

.header .nav {
    height: 85px;
    position: static;
}

.header .nav > ul,
.header .nav > ul > li {
    height: 100%;
}

.header .nav > ul > li::after {
    content: '';
    background: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 7px;
    width: 100%;
    transition: all 0.3s ease 0s;
}

.header .nav > ul > li:hover::after {
    background: #650834;
}

.header .nav > ul > li > a {
    display: block;
    line-height: 85px;
}

.header-wrap,
.header-wrap.section {
    position: relative;
    height: 660px;
    background: #0A2C66;
}

.header-wrap.size-450 {
    height: 450px;
}

.header-wrap.size-930 {
    height: 930px;
}

.header-wrap.fullscreen {
    height: 100vh;
    height: calc(100vh - 130px);
}

.header-wrap .bgr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.header-wrap .bgr video {
    object-fit: cover;
}

.header-wrap.slider .caption {
    font-size: 20px;
    height: 100%;
    text-align: left;
    padding: 115px 0 20px;
    position: relative;
    z-index: 9;
}

.header-wrap.slider {
    object-fit: cover;
}

.logo {

}

.nav li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.nav ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 30px;
}

.nav li:last-child {
    margin-right: 0;
}

.nav .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    background: #ffffff;
    padding: 0;
    width: 600px;
    transform: translate(-50%, 0);
}

.nav .sub-menu .width-44 {
    padding: 8px;
}

.nav .sub-menu .width-56 {
    padding: 8px 8px 8px 0;
}

.nav li:hover .sub-menu {
    display: flex;
}

.nav .sub-menu li {
    margin: 0;
}

.nav .sub-menu a {
    display: block;
    color: #650834;
    font-size: 20px;
    font-weight: 400;
    padding: 15px 20px;
    text-transform: none;
}

.nav .sub-menu a:hover {
    background: #EDF5FF;
}

.nav .sub-menu a span {
    display: block;
    font-size: 16px;
    color: #24262B;
    text-transform: none;
    margin: 3px 0 0;
}

.sidebar .widget {
    margin: 0 0 60px;
}

.sidebar .widget:last-child {
    margin: 0;
}

.sidebar .widget.cta {
    background: #EDF5FF;
    position: relative;
    border-bottom-left-radius: 30px;
    padding: 70px 55px 60px 50px;
}

.sidebar .widget.cta::after {
    content: '';
    background: #EDF5FF;
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 100%;
    top: 0;
}

.sidebar.sticky {
    position: sticky;
    top: 115px;
}

.sidebar .menu a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    color: #24262B;
    margin: 0 0 30px;
}

.sidebar .menu a:hover,
.sidebar .menu a.active {
    font-weight: 900;
    color: #650834;
}

.sidebar .menu a::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 3px;
    background: #650834;
    margin: 14px 8px 0 0;
    transition: all 0.3s ease 0s;
}

.sidebar .menu a:hover::before,
.sidebar .menu a.active::before {
    width: 70px;
}

.footer {
    background: #650834;
    padding-top: 90px;
}

.footer ul {
    font-size: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .top {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.footer .top .flex > div {
    padding-top: 45px;
    padding-bottom: 45px;
    border-right: 1px solid #fff;
}

.footer .top .flex > div:last-child {
    border-right: 0;
}

.footer .top .flex .width-30 {
    padding-left: 45px;
    padding-right: 45px;
}

.footer .top .flex .width-20 {
    padding-left: 45px;
}

.footer .top p {
    font-size: 20px;
    line-height: 24px;
}

.footer .top .menu a {
    color: #FFF;
    font-family: "Larken DEMO";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: -1.2px;
}

.footer .copyright {
    padding: 25px 0;
}

.footer .copyright p,
.footer .copyright a,
.footer .copyright li::after {
    font-size: 16px;
    line-height: 40px;
}

.footer .copyright ul,
.footer .copyright ul li {
    display: inline-block;
    vertical-align: top;
}

.footer .copyright ul li::after {
    content: '/';
    margin: 0 5px;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.slick-slider {
    font-size: 0;
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
    padding: 0;
    text-align: left;
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    outline: 0;
}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: inline-block;
    text-align: center;
    vertical-align: top
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    opacity: 1;
    border: none;
    outline: none;
    z-index: 9;
    text-align: center;
    border-radius: 0;
     background: none;
    transform: translate(0, -50%);
    transition: all 0.3s ease 0s;
}
.slick-slide .img-wrap{background:none;}
.slick-arrow .circle {
    fill: #fff;
    transition: all 0.3s ease 0s;
}

.slick-arrow:hover .circle {
    fill: #CEE5FF;
}

.slick-arrow:hover,
.arrows-hidden:hover .slick-arrow {
    opacity: 1;
}

.arrows-hidden .slick-arrow {
    opacity: 0;
}

.arrows-top {
    padding-top: 120px;
}

.arrows-top .slick-arrow {
    top: 0;
    left: auto;
    right: 0;
    transform: none;
}

.arrows-top .slick-prev {
    right: 92px;
}

.arrows-top-outside {
    padding-top: 0;
}

.arrows-top-outside .slick-arrow {
    top: -100px;
}

.arrows-right .slick-arrow {
    margin: -48px 0 0;
    right: -38px;
    left: auto;
}

.arrows-right .slick-prev {
    margin: 48px 0 0;
}

.slick-next {
    right: 20px;
}

.slick-prev {
    left: 20px;
}

.slick-dots {
    position: absolute;
    bottom: 70px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 1px solid transparent;
    outline: none;
    background: #585858;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.slick-dots li.slick-active {
    border-color: #b03063;
}

.slick-dots li:hover button,
.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
    outline: none;
    border-color: #A15471;
    background: #A15471;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.progress {
    display: block;
    width: 100%;
    height: 6px;
    overflow: hidden;
    background-color: #CEE5FF;
    background-image: linear-gradient(to right, #A15471, #A15471);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 70px;
}

.carousel-normal,
.same-height .slick-list,
.same-height .slick-track,
.same-height .slick-slide,
.same-height .slick-slide > div,
.same-height .slide,
.same-height .slide .bgr {
    height: 100%;
}

.same-height .slick-track {
    display: flex !important;
}

.carousel {
    display: flex;
    margin-left: -14px;
    margin-right: -14px;
}

.carousel .slick-slide,
.carousel-auto-slide .slick-slide {
    margin: 0 14px;
}

.carousel .slide {
    display: flex !important;
}

.carousel .slide .content {
    border-radius: 16px;
    padding: 30px 50px;
    text-align: left;
    min-height: 320px;
}

.carousel-2 {
    border-right: 1px solid #fff;
}

.carousel-2::before,
.carousel-2::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 100%;
    top: 0;
}

.carousel-2::after {
    top: auto;
    bottom: 0;
}

.clipped .slick-list {
    overflow: visible;
    width: 100%;
    clip-path: inset(-100vw -100vw -100vw 0);
}

.carousel-slider.arrows-right .slick-arrow {
    right: -110px;
}

.carousel-4 {
    margin-left: -15px;
    margin-right: -15px;
}

.carousel-4 .slick-slide {
    margin: 0 15px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white h7,
.text-white h8,
.text-white p,
.text-white a:not(.btn) {
    color: #fff;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light h7,
.text-light h8,
.text-light p,
.text-light a:not(.btn) {
    color: #CEE5FF;
}

.flex,
.jscroll-inner {
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex.column {
    flex-direction: column;
}

.flex .grow {
    flex-grow: 1;
}

.flex.center {
    align-items: center;
}

.flex.center-2 {
    align-content: center;
}

.flex.bottom {
    align-content: flex-end;
}

.jscroll-inner {
    width: 100%;
    justify-content: initial;
    gap: 0 6%;
}

.jscroll-added {
    width: 100%;
}

.as-sep-top {
    border-top: 1px solid #CEE5FF;
}

.as-sep {
    border-bottom: 1px solid #CEE5FF;
}

.as-sep-2 {
    border-bottom: 1px solid #343434;
}

.has-sep {
    position: relative;
}

.has-sep::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #A15471;
    position: absolute;
    right: 0;
    top: 0;
}

.has-border {
    border-top: 1px solid #0A2C66;
}

.has-plus {
    display: block;
    position: relative;
    padding-right: 30px;
}

.has-plus svg {
    position: absolute;
    right: 0;
    top: 4px;
}

.section {
    padding: 100px 0;
    position: relative;
    background: none no-repeat scroll center center transparent;
    background-size: cover;
}

.section.bgr-center {
    background-position: center top;
    background-size: auto;
}

.section.bgr-center-2 {
    background-position: center center;
    background-size: 100% auto;
}

.section.bgr-center-3 {
    background-position: center 150px;
    background-size: 100% auto;
}

.section.bgr-waves {
    background-image: url('img/bgr-waves.png');
    background-position: center 500px;
    background-size: auto;
}

.box-wrap {
    border-top: 1px solid #A15471;
    border-bottom: 1px solid #A15471;
}

.box-wrap > .wrapper > .flex > div {
    padding: 10px;
    border-right: 1px solid #A15471;
}

.box-wrap > .wrapper > .flex > div:nth-child(4n) {
    border: 0;
}

.box {
    background: #27183A;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 30px 25px 60px;
    min-height: 335px;
    position: relative;
}

.box.large {
    min-height: 500px;
}

.box:nth-child(2n) {
    background: #EDF5FF;
    top: 100px;
}

.box:nth-child(2n) p.color-CEE5FF {
    color: #27183A;
}

.box:nth-child(2n) .as-sep {
    border-color: #27183A;
}

a.box {
    display: block;
    background: none;
}

a.box:hover {
    background: #27183A;
}

a.box h2,
a.box p {
    color: #27183A;
    transition: all 0.3s ease 0s;
}

a.box:hover h2,
a.box:hover p {
    color: #fff;
}

a.box:hover svg path {
    fill: #fff !important;
}

.boxed {
    border-radius: 12px;
}

.boxed .img-wrap,
.boxed .img-wrap img {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.boxed .content {
    padding: 60px 70px;
}

.boxed .logo {
    position: absolute;
    right: 40px;
    top: 50px;
}

.boxed-2 .width-37 {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 30px;
}

.boxed-2 > .width-37:last-child {
    border-right: 0;
}

.boxed-2 .content {
    background: none;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
    min-height: 600px;
    padding: 60px 70px;
}

.boxed-2 .content h1,
.boxed-2 .content p {
    transition: all 0.3s ease 0s;
}

.boxed-2 .content:hover {
    background: #EDF5FF;
}

.boxed-2 .content:hover h1 {
    color: #0A2C66;
}

.boxed-2 .content:hover,
.boxed-2 .content:hover p {
    color: #24262B;
}

.boxed-2 .content:hover .btn {
    background: #1E122D;
    color: #fff;
}

.acf-map {
    width: 100%;
    height: 240px;
}

.tabs ul.horizontal {
    list-style: none;
    margin: 0 0 35px;
    padding: 0;
    border-bottom: 1px solid #e1e1e1;
}

.tabs ul.horizontal li {
    display: inline-block;
    vertical-align: top;
}

.tabs ul.horizontal li a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    color: #929292;
    display: block;
    border-bottom: 2px solid transparent;
    padding: 5px 25px;
    margin-bottom: -1px;
}

.tabs ul.horizontal li a:hover,
.tabs ul.horizontal li.active a {
    color: #053d95;
    border-color: #00a8ff;
}

.accordion {
    border-bottom: 1px solid #24262B;
}

.accordion .title {
    color: #24262B;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 40px 25px 90px;
    border-top: 1px solid #24262B;
}

.accordion .content:first-child .title {
    border-color: transparent;
}

.accordion .icon {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 27px;
}

.accordion .icon .minus {
    margin-top: 1px;
}

.accordion span svg {
    width: 100%;
    height: 100%;
}

.accordion .num {
    color: #A15471;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    position: absolute;
    left: 5px;
    top: 21px;
}

.accordion .items {
    padding: 30px 40px 60px 90px;
}

.category-nav a {
    font-weight: 700;
    margin: 0 40px 10px 0;
}

.line-wrapper {
    width: 5px;
    height: 100%;
    height: calc(100% + 40px);
    background: #CEE5FF;
    border-radius: 28px;
    position: absolute;
    left: -50px;
    bottom: 0;
}

.line-wrapper span {
    display: block;
    width: 100%;
    height: 600px;
    background: #A15471;
    border-radius: 28px;
    position: sticky;
    top: 300px;
}

.line-section {
    transition: all 0.3s ease 0s;
    opacity: 0.3;
}

.line-section.active {
    opacity: 1;
}

/*------------------------------------*\
    FORMS
\*------------------------------------*/

.search-input,
.wpcf7-text,
select.wpcf7-select,
div.wpcf7-select a,
.wpcf7-textarea,
.chosen-container-single .chosen-single {
    font-size: 20px;
    font-weight: 400;
    line-height: 19px;
    color: #24262B;
    border: 0;
    outline: 0;
    background: none;
    width: 100%;
    height: 22px;
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: 0;
    border: 0;
}

.wpcf7-not-valid {
    color: #df0000;
    border-color: #df0000;
}

.wpcf7-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7-textarea {
    resize: vertical;
    height: auto;
}

.submit-wrap {
    overflow: hidden;
}

.submit-wrap span {
    float: right;
    margin: 8px 0 0;
}

.wpcf7-submit:focus,
.wpcf7-submit:active {
    border: 0;
    outline: 0;
}

.wpcf7 .flex p {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}

.wpcf7 p {
    margin: 0 0 30px;
}

.wpcf7 p.mt-60 {
    margin-top: 60px;
}

.wpcf7 label {
    display: block;
    font-size: 0;
    border-bottom: 1px solid #A15471;
    padding: 0 15px 11px;
}

.wpcf7 p span {
    display: inline-block;
    vertical-align: top;
    color: #24262B;
    font-size: 20px;
    font-weight: 700;
    width: 71%;
}

.wpcf7 p span:first-child {
    width: 29%;
}

.wpcf7 p span.block {
    display: block;
    margin: 0 0 30px;
}

.wpcf7 span.wpcf7-not-valid-tip {
    font-size: 12px;
    color: #df0000;
}

.wpcf7 form .wpcf7-response-output {
    color: #fff;
    border: 1px solid #b02c1b;
    text-align: center;
    margin: 20px 0;
    padding: 9px 0px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #df0000;
    background: #df0000;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #00a651;
}

.flatpickr-mobile:before {
    content: attr(placeholder);
}

.flatpickr-mobile:focus[value]:not([value=""]):before,
input[type="hidden"][value]:not([value=""]) + .flatpickr-mobile:before {
    display: none;
}

.chosen-container {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chosen-container-single .chosen-single {
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
}

.chosen-container-single .chosen-single span {
    display: block;
    font-weight: 400;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chosen-container-single .chosen-single div {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 35px;
    z-index: 1010;
    width: 100%;
    border-right: 1px solid #A15471;
    border-left: 1px solid #A15471;
    border-bottom: 1px solid #A15471;
    border-top: 0;
    background: #fff;
    background-clip: padding-box;
    padding: 0;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

.chosen-container .chosen-results {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
}

.chosen-container .chosen-results li:first-child,
.chosen-container .chosen-results li.active-result:first-child {
    display: none;
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    font-weight: 400;
    padding: 15px 20px;
    list-style: none;
    line-height: 1;
    transition: all 0.3s ease 0s;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container .chosen-results li:hover {
    background: #CEE5FF;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
}

.chosen-container-single .chosen-drop {
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%);
}

::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 1;
    color: #000;
}

::-moz-placeholder {  /* Firefox 19+ */
    opacity: 1;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

:placeholder-shown { /* Standard one last! */
    opacity: 1;
    color: #000;
}

/* Simplebar */

[data-simplebar] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 0;
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
    height: 185px;
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    visibility: visible;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    scrollbar-width: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
}

.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.simplebar-track {
    background: #dfdfdf;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}

.simplebar-scrollbar {
    position: absolute;
    right: 0;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #808080;
    left: 0;
    right: 0;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 1;
    transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
    top: 8px;
    right: 10px;
    width: 7px;
    border-radius: 10px;
    margin: 0 0 10px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
}

.scrollbar.large {
    padding: 0 60px 0 0;
}

.scrollbar.large .simplebar-track.simplebar-vertical,
.scrollbar.large .simplebar-scrollbar {
    width: 15px;
}

/* Tooltip */

.tooltip {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #55555a;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    margin: 1px 0 0 4px;
}

.jBox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CEE5FF;
}

.jBox-wrapper {
    width: 100%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
}

.jBox-container {
    background: none;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
}

.jBox-content {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    color: #000;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    word-break: break-word;
    box-sizing: border-box;
    max-width: 790px;
    margin: 0 auto;
}

.jBox-pointer {
    position: absolute;
    overflow: hidden;
    box-sizing: border-box;
}

.jBox-pointer:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    background: #55555a;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.jBox-pointer-bottom,
.jBox-pointer-top {
    width: 30px;
    height: 12px;
}

.jBox-pointer-top {
    top: 0;
}

.jBox-pointer-bottom {
    bottom: 0;
}

.jBox-pointer-top::after {
    left: 5px;
    top: 6px;
}

.jBox-pointer-bottom::after {
    left: 5px;
    bottom: 7px;
}

.jBox-closeButton {
    background: url('img/icon-close-2.png') no-repeat scroll center center transparent;
    width: 47px;
    height: 47px;
    position: absolute;
    right: 50px;
    top: 50px;
    cursor: pointer;
}

/*------------------------------------*\
    CLASSES
\*------------------------------------*/

.uppercase {
    text-transform: uppercase;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}

.font-size-0 {
    font-size: 0;
}

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

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

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

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

.font-size-28 {
    font-size: 28px;
    line-height: 34px;
}

.font-size-30 {
    font-size: 30px;
    line-height: 30px;
}

.font-size-33 {
    font-size: 33px;
    line-height: 30px;
}

.font-size-40,
.font-size-40 > p {
    font-size: 40px;
    line-height: 48px;
}

.font-size-48 {
    font-size: 48px;
    line-height: 57px;
}

.font-size-57 {
    font-size: 57px;
    line-height: 64px;
}

.font-size-60 {
    font-size: 60px;
    line-height: 72px;
}

.font-size-64 {
    font-size: 64px;
    line-height: 76px;
}

.font-size-72 {
    font-size: 72px;
    line-height: 86px;
}

.font-size-80 {
    font-size: 80px;
    line-height: 96px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-900 {
    font-weight: 900;
}

.color-650834 {
    color: #650834;
}

.color-A15471 {
    color: #A15471;
}

.color-24262B {
    color: #24262B;
}

.color-CEE5FF {
    color: #CEE5FF;
}

.color-EDF5FF {
    color: #EDF5FF;
}

.color-F4F6F8 {
    color: #F4F6F8;
}

.color-0A2C66 {
    color: #0A2C66;
}

.color-27183A {
    color: #27183A;
}

.bgr-CEE5FF {
    background-color: #CEE5FF40;
}

.bgr-24262B {
    background-color: #24262B;
}

.bgr-EDF5FF {
    background-color: #EDF5FF;
}

.gap { justify-content: initial; }

.gap-1 { gap: 0 1% }

.gap-2 { gap: 0 2% }

.gap-3 { gap: 0 3% }

.gap-4 { gap: 0 4% }

.gap-5 { gap: 0 5% }

.gap-6 { gap: 0 6% }

.gap-7 { gap: 0 7% }

.gap-8 { gap: 0 8% }

.gap-9 { gap: 0 9% }

.max-width-770 { max-width: 770px; }

.max-width-900 { max-width: 900px; margin: 0 auto; }

.max-width-960 { max-width: 960px; }

.width-auto { width: auto; }

.width-1  { width: 1%; }

.width-2  { width: 2%; }

.width-3  { width: 3%; }

.width-4  { width: 4%; }

.width-5  { width: 5%; }

.width-6  { width: 6%; }

.width-7  { width: 7%; }

.width-8  { width: 8%; }

.width-9  { width: 9%; }

.width-10 { width: 10%; }

.width-11 { width: 11%; }

.width-12 { width: 12%; }

.width-13 { width: 13%; }

.width-14 { width: 14%; }

.width-15 { width: 15%; }

.width-16 { width: 16%; }

.width-17 { width: 17%; }

.width-18 { width: 18%; }

.width-19 { width: 19%; }

.width-20 { width: 20%; }

.width-21 { width: 21%; }

.width-22 { width: 22%; }

.width-23 { width: 23%; }

.width-23-5 { width: 23.5%; }

.width-24 { width: 24%; }

.width-25 { width: 25%; }

.width-26 { width: 26%; }

.width-27 { width: 27%; }

.width-28 { width: 28%; }

.width-28-6 { width: 28.6%; }

.width-29 { width: 29%; }

.width-29-3 { width: 29.3%; }

.width-30 { width: 30%; }

.width-31 { width: 31%; }

.width-32 { width: 32%; }

.width-33 { width: 33%; }

.width-34 { width: 34%; }

.width-35 { width: 35%; }

.width-36 { width: 36%; }

.width-37 { width: 37%; }

.width-38 { width: 38%; }

.width-39 { width: 39%; }

.width-40 { width: 40%; }

.width-41 { width: 41%; }

.width-42 { width: 42%; }

.width-43 { width: 43%; }

.width-44 { width: 44%; }

.width-45 { width: 45%; }

.width-46 { width: 46%; }

.width-47 { width: 47%; }

.width-47-5 { width: 47.5%; }

.width-48 { width: 48%; }

.width-49 { width: 49%; }

.width-50 { width: 50%; }

.width-51 { width: 51%; }

.width-52 { width: 52%; }

.width-53 { width: 53%; }

.width-54 { width: 54%; }

.width-55 { width: 55%; }

.width-56 { width: 56%; }

.width-57 { width: 57%; }

.width-58 { width: 58%; }

.width-59 { width: 59%; }

.width-60 { width: 60%; }

.width-61 { width: 61%; }

.width-62 { width: 62%; }

.width-63 { width: 63%; }

.width-64 { width: 64%; }

.width-65 { width: 65%; }

.width-66 { width: 66%; }

.width-67 { width: 67%; }

.width-68 { width: 68%; }

.width-69 { width: 69%; }

.width-70 { width: 70%; }

.width-71 { width: 71%; }

.width-72 { width: 72%; }

.width-73 { width: 73%; }

.width-74 { width: 74%; }

.width-75 { width: 75%; }

.width-76 { width: 76%; }

.width-77 { width: 77%; }

.width-78 { width: 78%; }

.width-79 { width: 79%; }

.width-80 { width: 80%; }

.width-81 { width: 81%; }

.width-82 { width: 82%; }

.width-83 { width: 83%; }

.width-84 { width: 84%; }

.width-85 { width: 85%; }

.width-86 { width: 86%; }

.width-87 { width: 87%; }

.width-88 { width: 88%; }

.width-89 { width: 89%; }

.width-90 { width: 90%; }

.width-91 { width: 91%; }

.width-92 { width: 92%; }

.width-93 { width: 93%; }

.width-94 { width: 94%; }

.width-95 { width: 95%; }

.width-96 { width: 96%; }

.width-97 { width: 97%; }

.width-98 { width: 98%; }

.width-99 { width: 99%; }

.width-100 { width: 100%; }

.mr-35 { margin-right: 35px; }

.mt-0 { margin-top: 0; }

.mt-5 { margin-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-0 { margin-bottom: 0; }

.mb-5 { margin-bottom: 5px; }

.mb-8 { margin-bottom: 8px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pr-50 { padding-right: 50px; }

.pr-100 { padding-right: 100px; }

.pl-100 { padding-left: 100px; }

.pt-0 { padding-top: 0; }

.pt-5 { padding-top: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 { padding-bottom: 0; }

.pb-5 { padding-bottom: 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 1180px) {
    .overlap-section {
        position: relative;
    }

    .overlap-section .overlap {
        position: absolute;
        right: 0;
        top: 240px;
        max-width: 730px;
        padding: 0;
        z-index: 9;
    }

    .overlap-section .overlap .gap {
        gap: 0 8%;
    }

    .overlap-section .overlap .width-22 {
        width: 46%;
        margin-bottom: 80px;
    }
}

@media only screen and (max-width: 1540px) {
    .nav li {
        margin: 0 15px;
    }

    .arrows-right .slick-arrow,
    .carousel-slider.arrows-right .slick-arrow {
        right: 0;
    }

    .carousel-2 {
        border-right: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .mobile-1400-hidden {
        display: none;
    }

    .mobile-1400-width-33 {
        width: 33%;
    }

    .header {
        padding: 20px 20px 0;
    }

    .boxed .logo {
        position: relative;
        right: auto;
        top: auto;
        margin: 0 0 20px;
    }

    .boxed .content {
        padding: 30px;
    }

    .overlap-section .overlap {
        max-width: 600px;
    }

    .overlap-section .overlap .gap {
        gap: 0 4%;
    }

    .font-size-80 {
        font-size: 60px;
        line-height: 70px;
    }
}
@media only screen and (max-width: 1240px) {
.mobile-1240-hidden{display:none;}
}
@media only screen and (max-width: 1180px) {
    .nav li:hover .sub-menu,
    .header .nav > ul > li::after,
    .header .nav .sub-menu .width-44,
    .nav li:hover .sub-menu,
    .remove-br br,
    .carousel-2::before,
    .carousel-2::after {
        display: none;
    }

    .mobile-1180-width-100 {
        width: 100%;
    }

    .mobile-1180-width-50 {
        width: 50%;
    }

    .mobile-1180-pt-0 {
        padding-top: 0;
    }

    .mobile-1180-mb-40 {
        margin-bottom: 40px;
    }
    
    .btn-menu,
    .header .menu-item-has-children > a > span.toggle {
        display: block;
    }

    .header .btn {
        margin-right: 50px;
    }

    .header .nav > ul > li {
        height: auto;
    }

    .header .nav > ul > li > a {
        line-height: 1;
    }

    .nav .btn-menu {
        display: block;
        background: url('img/icon-open.png') no-repeat scroll center center transparent;
        background-size: cover;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 29px;
        cursor: pointer;
        border: 0;
        outline: 0;
        padding: 0;
    }

    .nav.active .btn-menu {
        background-image: url('img/icon-close.png');
        background-size: 90%;
    }

    .nav ul {
        display: none;
        position: absolute;
        left: 0;
        top: 85px;
        width: 100%;
        height: auto;
        padding: 0;
        z-index: 99;
        background: #fff;
        text-align: left;
    }

    .nav.active > ul {
        display: block;
    }
	
    .nav > ul > li {
        display: block;
        width: 100%;
        height: auto;
        background: #fff;
        padding: 0;
        margin: 0;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    }

    .header a > span.toggle {
        background: url('img/icon-plus.png') no-repeat scroll center center transparent;
        background-size: 30px;
        width: 60px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 999;
    }

    .header a > span.toggle.active {
        background-image:  url('img/icon-minus.png');
    }

    .nav > ul > li > a {
        display: block;
        padding: 15px 20px;
        height: auto;
    }
	
	body.active-header::after {
        content: '';
        background: #000;
        opacity: 0.8;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .header .nav .sub-menu {
        position: relative;
        width: 100%;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        border: 0;
        text-align: left;
    }

    .header .nav .sub-menu li {
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #e5e5e5;
    }

    .header .nav .sub-menu li a {
        display: block;
        padding: 15px 40px;
        margin: 0;
    }

    .wrapper.fullwidth {
        padding: 0 20px;
    }

    .boxed-2 .content {
        padding: 30px;
    }

    .arrows-top .slick-arrow {
        top: 20px;
        right: 10px;
    }

    .arrows-top .slick-prev {
        right: 95px;
    }

    .box.large {
        min-height: auto;
        padding: 25px;
    }

    .box-wrap > .wrapper > .flex > div:nth-child(2n) {
        border: 0;
    }

    .sidebar .widget.cta {
        padding: 30px;
    }

    .arrows-top-outside {
        padding-top: 60px;
    }

    .max-width-770 {
        max-width: 100%;
    }

    .overlap-section .overlap {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    .has-sep::after {
        display: none;
    }

    .mobile-1024-width-100 {
        width: 100%;
    }

    .mobile-1024-width-48 {
        width: 48%;
    }

    .mobile-1024-mt-0 {
        margin-top: 0;
    }

    .mobile-1024-mt-20 {
        margin-top: 20px;
    }

     .mobile-1024-mb-40 {
        margin-bottom: 40px;
    }

    .mobile-1024-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-1024-mb-0 {
        margin-bottom: 0;
    }

    .mobile-1024-pt-0 {
        padding-top: 0;
    }

    .mobile-1024-text-left {
        text-align: left;
    }

    .footer .top {
        border-top: 0;
    }

    .footer .top .wrapper {
        padding: 0;
    }

    .footer .top .flex > div,
    .footer .top .flex .width-30,
    .footer .top .flex .width-20 {
        border-right: 0;
        border-top: 1px solid #fff;
        padding: 30px 20px;
    }

    .boxed .img-wrap.fit {
        max-height: 400px;
    }

    .boxed .img-wrap,
    .boxed .img-wrap img {
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
    }
}

@media only screen and (max-width: 960px) {
    .mobile-960-width-100 {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {   
    .header h1 br,
    .mobile-800-hidden {
        display: none;
    }

    .desktop-hidden {
        display: block;
    }

    .header {
        padding: 0;
    }

    .header .btn {
        font-size: 14px;
    }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section.pt-0 {
        padding-top: 0;
    }

    .section.pb-0,
    .section.pb-20 {
        padding-bottom: 0;
    }

    .mobile-800-pr-0 {
        padding-right: 0;
    }

    .mobile-800-pt-40 {
        padding-top: 40px;
    }

    .mobile-800-pt-30 {
        padding-top: 30px;
    }

    .mobile-800-pt-20 {
        padding-top: 20px;
    }

    .mobile-800-pt-0 {
        padding-top: 0;
    }

    .mobile-800-pb-40 {
        padding-bottom: 40px;
    }

    .mobile-800-pb-30 {
        padding-bottom: 30px;
    }

    .mobile-800-pb-10 {
        padding-bottom: 10px;
    }
    
    .mobile-800-width-100 {
        width: 100%;
    }

    .mobile-800-width-49 {
        width: 49%;
    }
    
    .mobile-800-width-48 {
        width: 48%;
    }

    .mobile-800-width-47 {
        width: 47%;
    }

    .mobile-800-width-46-5 {
        width: 46.5%;
    }

    .mobile-800-mt-40 {
        margin-top: 40px;
    }

    .mobile-800-mt-0 {
        margin-top: 0;
    }

    .mobile-800-mb-0 {
        margin-bottom: 0;
    }
    
    .mobile-800-mb-20 {
        margin-bottom: 20px;
    }

    .mobile-800-mb-30 {
        margin-bottom: 30px;
    }

     .mobile-800-mb-40 {
        margin-bottom: 40px;
    }
    
    .mobile-800-text-left {
        text-align: left;
    }

    .mobile-800-text-center {
        text-align: center;
    }

    h1,
    .font-size-57,
    .font-size-60,
    .font-size-64,
    .font-size-80 {
        font-size: 48px;
        line-height: 57px;
    }

    .accordion .title,
    .accordion .items {
        padding-left: 50px;
    }

    .header-wrap.section {
        height: auto;
        padding: 140px 0 30px;
    }

    .header-wrap.section.slider {
        padding: 0;
        height: 600px;
    }

    .pl-100 {
        padding-left: 0;
    }

    .pr-100 {
        padding-right: 0;
    }

    .jBox-content {
        display: block;
    }

    .jBox-closeButton {
        right: 20px;
        top: 20px;
        width: 25px;
        height: 25px;
        background-size: cover;
    }

    .category-nav a {
        margin: 0 20px 10px 0;
    }

    .boxed-2 .content {
        min-height: auto;
    }

    .boxed-2 .width-37 {
        border-right: 0;
        border-top: 0;
        padding: 30px 0;
    }

    .box:nth-child(2n) {
        top: 0;
    }

    .box-wrap > .wrapper > .flex > div {
        border: 0;
    }

    .arrows-top-outside {
        padding-top: 80px;
    }

    .line-section {
        opacity: 1;
    }

    .progress {
        bottom: 20px;
    }

    .carousel-slider .slick-slide {
        padding-bottom: 30px;
    }

    svg.slider-swipe {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0);
    }

    .boxed-2 .carousel-2 .width-37 {
        padding-bottom: 80px;
    }

    .boxed-2 .carousel-2 svg.slider-swipe {
        bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel .slide .content {
        padding: 30px 40px;
    }
}

@media only screen and (max-width: 640px) {
    .mobile-640-width-100 {
        width: 100%;
    }

    .mobile-640-mb-40 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-480-width-100 {
        width: 100%;
    }

    .header .logo {
        max-width: 120px;
    }
}

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

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 0 auto 0 auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#poststuff .inside h2 {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
    margin: 0 0 20px;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    
    a,
    a:visited {
        text-decoration: underline;
    }
    
    a[href]:after {
        content: " (" attr(href) ")";
    }
    
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    
    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    
    thead {
        display: table-header-group;
    }
    
    tr,img {
        page-break-inside: avoid;
    }
    
    img {
        max-width: 100% !important;
    }
    
    @page {
        margin: 0.5cm;
    }
    
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    
    h2,
    h3 {
        page-break-after: avoid;
    }
}