/*
Theme Name: Drivers Guild Local
*/

blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
}

html {
    font-size: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

img,
video {
    height: auto;
    max-width: 100%;
}

iframe {
    border: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
    display: block;
}

h1,
h2 {
    margin-bottom: 0.5rem;
}

a {
    outline: 0;
    text-decoration: none;
}

a strong {
    color: currentColor;
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
select:active,
select:focus,
select:hover,
textarea:active,
textarea:focus,
textarea:hover {
    outline: 0 !important;
}

input,
select,
textarea {
    outline: 0 !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
}

input,
select,
textarea {
    outline: 0 !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: 0 !important;
}

body {
    background-color: #fff;
    color: #111c31;
    font-family: Barlow, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 1.4;
}

body.hidden,
html.hidden {
    overflow: hidden;
}

html.open-mobile-menu {
    overflow-y: hidden;
}

label,
p {
    margin-bottom: 15px;
}

button {
    background-color: transparent;
    border: 1px solid transparent;
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

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

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

.button {
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    letter-spacing: 0.1em;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 30px;
    min-height: 48px;
    color: #fff;
    background-color: #e73846;
    border-radius: 3px;
    text-align: center;
    min-width: 130px;
}

.checkbox label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    color: #52555D;
    padding: 10px 0 10px 0;
    margin: 0;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}

.checkbox label input {
    margin: 0 9px 0 18px;
    outline: none;
}

.checkbox label i {
    display: block;
    background-color: #F1F4F9;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #EE3947;
}

.checkbox label i svg {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    opacity: 0;
}

.checkbox label input:checked + i svg {
    opacity: 1;
}

.checkbox-dropdown-wrapper {
    position: relative;
}

.checkbox-dropdown-wrapper .checkbox-dropdown-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    max-width: 267px;
    background-color: #fff;
    padding: 14px 18px 15px 18px;
}

.checkbox-dropdown-wrapper .checkbox-dropdown-button .checkbox-dropdown-title {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111C31;
}

.checkbox-dropdown-wrapper .checkbox-dropdown-button .checkbox-dropdown-plus {
    font-family: 'Barlow', sans-serif;
    font-size: 28px;
    margin-left: auto;
    color: #EE3947;
}

.checkbox-dropdown-wrapper .checkbox-dropdown {
    display: none;
    position: absolute;
    margin-top: 10px;
    width: 100%;
    padding: 14px 0 14px 0;
    background-color: #fff;
    z-index: 1000;
}

.checkbox-dropdown-wrapper.open .checkbox-dropdown {
    display: block;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

.button,
.nav,
.mobile-menu,
.slider,
.swipe-pagination-bullet,
.nav-list li a,
.nav-list li ul,
.nav-list li ul a::before {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

button:hover,
.button:hover {
    background-color: #1781ff;
}

.page-content {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.img-responsive {
    height: auto;
    max-width: 100%;
    /* display: block; */
}

.header {
    position: relative;
    display: flex;
    background-color: #111c31;
    width: 100%;
}

.header-container-fluid {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
    flex-wrap: nowrap;
    line-height: 48px;
}

.header-logo {
    flex: 1;
}

.header-nav {
    display: none;
}

.header-phone {
    color: #fff;
    margin-left: 15px;
    margin-right: 2rem;
    display: none;
}

.header-phone:hover {
    color: #e73846;
}

.header-sign-in {
    display: none;
}

.header-sign-in.hidden {
    display: none !important;
}

.button.join-us {
    display: block;
    padding: 12px 7px;
    min-width: unset;
    margin-left: 1rem;
}

.button.join-us.hidden {
    display: none !important;
}

.logged-user-block-mobile {
    display: none;
}

.user-login {
    display: none;
    margin-left: 15px;
}

.user-login.show {
    display: block !important;
}

.user-login .user-number {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    margin-right: 17px;
}

.user-login .user-logout {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    margin-right: 17px;
}

.header-toggle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e73846;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-left: 1rem;
}

.header-toggle.open .burger-line:first-child {
    top: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-toggle.open .burger-line:nth-child(2) {
    opacity: 0;
}

.header-toggle.open .burger-line:last-child {
    top: 7px;
    bottom: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-toggle,
.header-toggle-line {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header-toggle > .burger {
    width: 18px;
    height: 16px;
    display: block;
    position: relative;
}

.burger-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #fff;
    border-radius: 1px;
    height: 2px;
    position: absolute;
    left: 0;
}

.burger-line:first-child {
    top: 0;
}

.burger-line:nth-child(2) {
    top: 7px;
}

.burger-line:last-child {
    bottom: 0;
}


.home-banner {
    padding: 50px 0 40px;
    background-color: #111c31;
    position: relative;
}

.home-banner::before {
    display: none;
    left: 0;
    bottom: -100px;
    background-image: url(./assets/img/home-left-bg.svg);
    width: 100%;
    height: 810px;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
}

.home-banner .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.home-banner .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.slider-left {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 100%;
}

.text-red {
    color: #e73846 !important;
}

.slider-left .title {
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size: 22px;
    line-height: 30px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
}

.slider-left .description {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #fff;
    max-width: 340px;
    text-align: center;
    margin: 0 auto;
}

.slider-right {
    width: 100%;
    position: relative;
    max-width: 100%;
    margin: 0;
    padding-bottom: 30px;
}

.slider-btn {
    display: none;
}

.swipe-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    padding-bottom: 20px;
}

.swipe-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swipe-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-right .swipe-slide {
    opacity: 0;
    display: none;
    height: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
    background-position-x: center;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

@media (min-width: 768px) {
    .slider-right .swipe-slide {
        height: 600px;
    }
}

.slider-right .swipe-slide-active {
    opacity: 1;
    display: block;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.swipe-slide-item {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 0;
    z-index: 15;
    top: 110px;
    max-width: 280px;
    width: 100%;
    padding: 15px;
}

.swipe-slide-item::before {
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    left: 44px;
    bottom: -9px;
}

.swipe-slide-item .text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #111c31;
    margin-bottom: 15px;
}

.swipe-slide-item .name {
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.swipe-slide-item .name img {
    margin-right: 15px;
}

.swipe-slide-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 30px;
    bottom: -80px;
    border-radius: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.swipe-slide-image img {
    border-radius: 100%;
}

.slider-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swipe-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

button.swipe-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swipe-pagination-bullet {
    cursor: pointer;
}

.swipe-pagination-bullet-active {
    opacity: 1;
    background: var(--swipe-pagination-color, var(--swipe-theme-color));
}

.slider .swipe-pagination-bullet-active {
    background-color: #fff;
}

.swipe-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 1;
    margin-right: 1rem;
}

.swipe-pagination-bullet-active {
    opacity: 1;
    background: var(--swipe-pagination-color, var(--swipe-theme-color));
}

.slider-btn-mobile {
    position: relative;
    z-index: 49;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button--large {
    min-height: 60px;
}

.home-benefits {
    background-image: url("./assets/img/water-logo-1.png");
    background-repeat: no-repeat;
    background-size: 702px;
    background-position: 100% 140%;
    background-color: #062440;
    background-position-x: center;
    background-position-y: center;
    padding: 80px 0;
}

.home-benefits .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.home-benefits .benefits-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5px;
}

.home-benefits-title {
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #fff;
}

.home-benefits .benefits-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 12px;
}

.home-benefits .benefits-item .benefits-img {
    margin-bottom: 1rem;
}

.home-benefits .benefits-item .benefits-img img {
    height: 50px;
}

.home-benefits .benefits-item .benefits-name {
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    margin-bottom: 1rem;
    color: #fff;
}

.home-benefits .benefits-item .benefits-text {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #6f7b8e;
    font-family: Montserrat, sans-serif;
    text-align: center;
}

@media (min-width: 768px) {
    .home-benefits .benefits-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    .home-benefits .benefits-item .benefits-img img {
        height: 72px;
    }

    .home-benefits .benefits-item .benefits-text {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (min-width: 992px) {
    .home-benefits .benefits-list {
        gap: 20px;
        grid-template-columns: repeat(4, 1fr)
    }
}

.sc-tile {
    background: #ee3947;
    width: 100%;
    max-width: 210px;
}

.sc-tile-top {
    position: relative;
    background: #d4e0f0;
    padding: 12px 23px 0;
}

.sc-tile-top:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: url("./assets/img/new-badge.svg") center no-repeat;
}


.sc-tile-top-fl {
    position: relative;
    background: #d4e0f0;
    padding: 12px 23px 0;
}

.sc-tile-top-fl:after {

}


.sc-tile-title {
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111c31;
    white-space: nowrap;
}

.sc-tile-text {
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #111c31;
    padding-bottom: 25px;
}

.sc-tile-bottom {
    height: calc(100% - 155px);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    margin: 12px 15px 12px 15px;
}

.sc-tile-bottom span {
    display: inline-block;
    margin-left: 26px;
}

.sc-tile-bottom img {
    display: inline-block;
    margin-right: 12px;
}

.home-news {
    background-color: #f3f6fa;
    background-image: url("./assets/img/water-logo-2.png");
    background-repeat: no-repeat;
    background-size: 333px;
    background-position: 75% 93%;
    background-position-x: center;
    padding: 80px 0;
}

.home-news .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.home-subtitle {
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    margin-bottom: 20px;
    color: #062440;
}

.home-subtitle-description {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #111c31;
    margin-bottom: 50px;
    text-align: center;
    overflow-wrap: break-word;
}

/* .news-more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  width: 100%;
} */

.home-covid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
}

.covid-item {
    background-color: #fff;
    min-height: auto;
    -webkit-box-shadow: 0 18px 54px rgba(29, 52, 111, 0.1);
    box-shadow: 0 18px 54px rgba(29, 52, 111, 0.1);
    border-radius: 3px;
    padding: 26px 24px 26px 36px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    padding: 20px 30px 20px 20px;
    min-width: 200px;
}

.covid-item:hover .covid-bg {
    width: 100%;
    border-radius: 3px;
}

.covid-text {
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    color: #001233;
    position: relative;
    z-index: 5;
}

.covid-bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 24px;
    background-color: #1781ff;
    border-radius: 0 3px 3px 0;
    transition: all 0.5s ease;
}

.footer {
    background-color: #111c31;
    margin-top: auto;
    padding: 36px 0;
}

.footer .container {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.footer .footer-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-list li {
    display: flex;
    justify-content: center;
}

.footer-list li a {
    font-style: italic;
    font-weight: 800;
    font-size: 12px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    color: #fff;
    padding: 10px 0;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social .social-item {
    margin: 0 15px 0 15px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 150;
    margin-top: 84px;
    padding-bottom: 90px;
    overflow-y: auto;
    min-height: 100vh;
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%);
    opacity: 0;
}

.mobile-menu.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.mobile-nav-list {
    margin-bottom: 48px;
    border-top: 1px solid #d1e7f2;
}

.mobile-nav-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobile-nav-list ul li {
    width: 100%;
    border-bottom: 1px solid #d1e7f2;
    margin: 0;
}

.mobile-nav-list ul li ul {
    position: relative;
    top: 0;
    padding: 0 0 33px 47px;
    opacity: 1;
    width: 100%;
    background-color: transparent;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mobile-nav-list ul li ul::after,
.mobile-nav-list ul li ul::before {
    display: none;
}

.mobile-nav-list ul li ul li {
    border: none;
    margin-bottom: 15px
}

.mobile-nav-list ul a {
    padding: 30px 17px;
    color: #062440;
}

.mobile-nav-list li ul a {
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1rem;
}

.mobile-nav-list li a {
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    padding: 30px 17px;
    color: #062440;
}

.mobile-sign-up {
    display: none;
    /* display: -webkit-box;
     display: -ms-flexbox;
     display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-sign-up a {

    margin: 0 20px 0 20px;
    margin-bottom: 150px;
}

.mobile-sign-up a.hidden {
    display: none !important;
}

.schedule-title {
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 95px;
}

.service-benefit-item {
    background-color: #fff;
    border-radius: 24px;
    padding: 36px 36px 22px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-direction: column;
    text-align: center;
}

.service-benefit-item .service-benefit-img {
    width: 100%;
    max-width: 72px;
    margin-bottom: 24px;
}

.service-benefit-item .service-benefit-name {
    font-family: Barlow, sans-serif;
    color: #062440;
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-benefit-item .service-benefit-desc {
    font-weight: 400;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #6f7b8e;
    font-family: Montserrat, sans-serif;
    line-height: 1.2;
    font-size: 14px;
}

.service-benefit-item .service-benefit-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 205px;
    width: 100%;
    margin-top: 40px;
}

.service-benefit-btns .button:last-child {
    margin-top: 24px;
}

/* basic page */

.basic-page-wrapper {
    background-color: #f3f6fa;
    padding-bottom: 80px;
}

.basic-page-wrapper .basic-page-wrapper-header {
    min-height: 200px;
    height: 255px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.basic-page-wrapper .basic-page-wrapper-header .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.basic-page-wrapper .basic-page-wrapper-header .container .breadcrumbs-wrapper {
    position: relative;
    top: -50px;
}

.basic-page-wrapper .basic-page-wrapper-header .basic-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.basic-page-wrapper .basic-page-wrapper-content {
    padding-top: 50px;
}

.basic-page-wrapper .basic-page-wrapper-content p {
    margin-bottom: 25px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a {
    font-family: 'Montserrat', sans-serif;
    background-color: #32373c;
    border-radius: 35px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    color: #50b5f0;
    text-decoration: underline;
    margin-right: 15px;
    margin-bottom: 10px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a:last-child {
    margin-right: 0;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a:hover {
    color: #fff;
}

.basic__subtitle_header {
    color: #fff;
}

.page-title.page-title--white {
    color: #fff;
}

@media (min-width: 992px) {
    .basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a {
        font-size: 18px;
        margin-bottom: 0;
    }
}

/* END basic page */

/* service page */

.service-page-wrapper {
    background-color: #f3f6fa;
    padding-bottom: 80px;
    padding-top: 80px;
}

.service-page-wrapper .service-page-wrapper-header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 0 0 50vw rgb(5 26 60 / 70%);
}

.service-page-wrapper .service-page-wrapper-header .breadcrumbs-wrapper {
    margin-bottom: 25px;
}

.service-page-wrapper .service-page-wrapper-header .service-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.service-page-wrapper .service-page-wrapper-content {
    padding-top: 50px;
    padding-bottom: 150px;
}

.service-page-wrapper .service-page-wrapper-content p {
    margin-bottom: 25px;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a {
    font-family: 'Montserrat', sans-serif;
    background-color: #32373c;
    border-radius: 35px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    color: #50b5f0;
    text-decoration: underline;
    margin-right: 15px;
    margin-bottom: 10px;
}

.service-content p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #111c31;
    margin-bottom: 15px;
    text-align: center;
}

.service-content ol {
    list-style: none;
    counter-reset: li;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #111c31;
    margin-bottom: 10px;
}

.service-content li {
    counter-increment: li
}

.service-content li:before {
    content: counter(li);
    color: red;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a:last-child {
    margin-right: 0;
}

.service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a:hover {
    color: #fff;
}

.page-title.page-title--white {
    color: #fff;
}

.service-benefits-list {
    padding-bottom: 100px;
}

@media (min-width: 768px) {
    .service-page-wrapper .service-page-wrapper-header {
        height: 390px;
    }

    .service-page-wrapper .service-page-wrapper-header .breadcrumbs-wrapper {
        position: absolute;
        top: 75px;
        left: 15px;
    }
}

@media (min-width: 992px) {
    .service-page-wrapper .service-page-wrapper-state-buttons .service-page-wrapper-state-buttons-inner a {
        font-size: 18px;
        margin-bottom: 0;
    }
}

/* E
ND service page */


@media (min-width: 320px) {
    .button.join-us {
        padding: 12px 20px;
        min-width: auto;
    }
}

@media (min-width: 400px) {
    .home-benefits .benefits-item {
        max-width: 195px;
    }
}

@media (min-width: 580px) {
    .slider-left .title {
        font-size: 36px;
        line-height: 42px;
    }

    .home-banner {
        padding: 0px 0 30px;
    }


    .slider-right {
        max-width: 70%;
        margin: 40px auto 0 auto;
    }

    .basic-group-input {
        display: flex;
    }

    .basic-group-input .basic-form-input {
        flex: 1;
    }

}

@media (min-width: 768px) {
    .schedule-title {
        font-size: 60px;
        line-height: 78px;
        text-align: center;
    }

    .header-menu {
        padding: 28px 0;
    }

    .header-logo {
        margin-right: 30px;
        flex: none;
    }

    .header-toggle {
        display: none;
    }

    .button.join-us {
        padding: 12px 30px;
        display: block;
    }

    .header-nav {
        display: block;
    }

    .nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
    }

    .menu-main-container > .nav-list > li {
        padding-bottom: 30px;
        margin-bottom: -30px;
    }

    .nav-list li {
        margin-right: 1rem;
        position: relative;
    }

    .nav-list li.current_page_item > a {
        color: #e73846;
    }

    .nav-list li:hover .sub-menu {
        display: block;
        opacity: 1;
    }

    .nav-list li a {
        font-style: italic;
        font-weight: 800;
        font-size: 14px;
        line-height: 17px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        color: #fff;
        padding: 10px 0;
    }

    .nav-list li ul {
        display: none;
        top: 60px;
        position: absolute;
        background-color: #fff;
        -webkit-box-shadow: 0 24px 120px rgba(145, 199, 225, 0.35);
        box-shadow: 0 24px 120px rgba(145, 199, 225, 0.35);
        border-radius: 24px;
        padding: 38px 20px 38px 30px;
        left: -30px;
        width: 320px;
        z-index: 50;
        opacity: 0;
    }

    .nav-list li ul::before {
        content: "";
        position: absolute;
        top: -24px;
        left: 20px;
        background-image: url(./assets/img/submenu.png);
        width: 86px;
        height: 24px;
    }

    .nav-list li ul::after {
        position: absolute;
        top: 0px;
        left: 46px;
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid black;
    }

    .nav-list li ul a:hover {
        color: #e73846;
    }

    .nav-list li ul a:hover::before {
        opacity: 1;
    }

    .nav-list li ul li {
        margin-bottom: 15px;
        margin-right: 0;
    }

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

    .nav-list li ul a {
        padding: 0;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 0.1em;
        position: relative;
        color: #111c31;
    }

    .nav-list li ul a::before {
        content: "";
        opacity: 0;
        position: absolute;
        left: -30px;
        width: 3px;
        height: 27px;
        background-color: #e73846;
        border-radius: 2px;
    }

    .nav-list li ul a:hover {
        color: #e73846;
    }

    .nav-list li ul a:hover::before {
        opacity: 1;
    }

    .home-banner .slider {
        flex-wrap: nowrap;
        padding: 0px 0 30px;
    }

    .slider-left {
        max-width: calc(50% - 100px);
    }

    .slider-right {
        max-width: calc(50% - 100px);
    }

    .slider-left .title {
        font-size: 30px;
        line-height: 34px;
        text-align: left;
    }

    .slider-left .description {
        text-align: left;
        margin-bottom: 50px;
        margin-left: 0;
    }

    .slider-btn {
        display: block;
    }

    .slider-btn-mobile {
        display: none;
    }

    .home-benefits-title {
        font-size: 48px;
        line-height: 28px;
    }

    .home-benefits .benefits-item {
        max-width: 270px;
    }

    .home-benefits .benefits-item .benefits-name {
        font-size: 20px;
        line-height: 1.4;
    }

    .home-benefits .benefits-item .benefits-text {
        font-size: 18px;
        line-height: 1.4;
    }

    .sc-tile {
        max-width: 250px;
        height: 200px;
    }

    .sc-tile-title {
        font-size: 20px;
    }

    .sc-tile-text {
        margin-top: 1rem;
        font-size: 16px;
    }

    .sc-tile-bottom span {
        margin-left: 20px;
        font-size: 16px;
    }

    .home-subtitle {
        font-size: 46px;
        line-height: 28px;
        margin-bottom: 32px;
    }

    .home-subtitle-description {
        font-size: 20px;
        line-height: 28px;
    }

    .news-item-container {
        max-width: 350px;
        margin: 1rem;
    }

    .swipe-slide-item {
        max-width: 350px;
    }

    .swipe-slide-item .text {
        font-size: 16px;
        line-height: 28px;
    }

    .swipe-slide-item .name {
        font-size: 16px;
        line-height: 28px;
    }

    .mobile-menu {
        display: none;
    }

    .basic-form button {
        margin: auto;
    }

    .service-benefit-item {
        flex-direction: row;
    }

    .service-benefit-item .service-benefit-img {
        margin-bottom: 0px;
        margin-left: 50px;
    }

    .service-benefit-item .service-benefit-text {
        margin-left: 40px;
        width: 100%;
        margin-right: 20px;
    }

    .service-benefit-item .service-benefit-name {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: left;
    }

    .service-benefit-btns .button:last-child {
        margin-top: 24px;
    }

    .service-benefit-item .service-benefit-desc {
        line-height: 28px;
        font-size: 16px;
        text-align: left;
    }

    .service-benefit-item .service-benefit-btns {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .sc-tile-top:after {
        top: unset;
        bottom: 25px;
        right: 16px;
    }
}

/* common */

.container {
    padding: 0 15px;
    margin: 0 auto;
    width: 100%;
    max-width: 1170px;
}

.page-title {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;
}

.biography-title {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 42px;

}

.person-bio-paragraph {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 42px;
    text-wrap: nowrap;
}

.person-bio-paragraph-red {
    color: red;
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 42px;

}

.person-bio-story {
    color: rgba(113, 118, 128, 1);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    max-width: 800px;
}


.biography-person {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 42px;
}

.biography-person-container {
    background-color: rgba(212, 224, 240, 1);
    height: 41px;
    width: auto;
    border-radius: 3px;
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    justify-content: center;
}

.image-cropper {
    width: 350px;
    height: 350px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}


.my-img {
    display: inline;
    margin: 0 auto;
    height: 100%;
    width: auto;
}


.page-title span {
    color: #ee3947;
}

.page-subtitle {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-transform: none;
    margin-top: 38px;
    margin-bottom: 20px;
}

button,
.button {
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    background: #EE3947;
    color: #fff;
    border-radius: 3px;
    padding: 14px 18px 15px;
    border: none;
    cursor: pointer;
    justify-content: center;
}

button.dark-button,
.button.dark-button {
    background: #132D56;
}

.button-gray {
    background-color: #f3f6fa;
    color: #e73846 !important;
}

button.button-not-active,
.button.button-not-active {
    background: #D4E0F0;
    color: #111C31;
}

a.button,
.basic-content a.button {
    color: #fff;
    text-decoration: none;
}

button.button-with-arrow,
.button.button-with-arrow {
    display: flex;
    align-items: center;
}

button.button-with-arrow svg,
.button.button-with-arrow svg {
    margin-left: 20px;
}

.basic-form .basic-form-input {
    margin-bottom: 20px;
}

.basic-form .basic-form-input > label {
    font-family: 'Barlow', sans-serif;
    margin-bottom: 13px;
    font-style: italic;
    font-weight: 800;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
    display: block;
}

.basic-form .basic-form-input input:not([type=checkbox]):not([type=radio]),
.basic-form .basic-form-input textarea {
    font-family: 'Montserrat', sans-serif;
    min-height: 48px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 1;
    background-color: #f1f4f9;
    border-radius: 3px;
    border: none;
    width: 100%;
    font-weight: 400;
    display: flex;
    align-items: center;
    outline: none;
}

.basic-form .basic-form-input textarea {
    padding: 15px;
}

.basic-form .basic-form-input .basic-form-input-checkboxes,
.basic-form .basic-form-input .basic-form-input-radios {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.basic-form .basic-form-input.input-validation-error label,
.basic-form .basic-form-input.input-validation-error input,
.basic-form .basic-form-input.input-validation-error input::placeholder,
.basic-form .basic-form-input.input-validation-error textarea,
.basic-form .basic-form-input.input-validation-error textarea::placeholder {
    color: #ee3947;
}


.basic-form select {
    font-family: 'Montserrat', sans-serif;
    padding: 5px 15px;
    font-size: 14px;
    min-height: 48px;
    width: 100%;
    /* width: 114px; */
    background: #F1F4F9;
    border-radius: 3px;
    border: none;
    appearance: none;
    background-image: url(./assets/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 16px top 50%;
}

.basic-form .basic-form-error,
.basic-form .basic-form-success {
    font-family: 'Montseratt', sans-serif;
    margin-bottom: 20px;
}

.basic-form .basic-form-error {
    color: #ee3947;
}

.basic-form .basic-form-success {
    color: #059435;
}

.basic-form .basic-form-error:empty,
.basic-form .basic-form-success:empty {
    margin-bottom: 0;
}

.basic-form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.basic-form button svg {
    margin-left: 18px;
}

.benefits-items-wrapper .benefits-item > a {
    display: block;
    width: auto;
    background: #fff;
    padding: 60px 15px;
    text-align: center;
    margin-bottom: 24px;
}

.benefits-items-wrapper {
    margin-top: 50px;
}

.benefits-items-wrapper .benefits-item {
    margin-bottom: 48px;
}

.benefits-items-wrapper .benefits-item .benefits-item-image {
    display: block;
    width: 75px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

.benefits-items-wrapper .benefits-item .benefits-item-title {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111C31;
}

.benefits-items-wrapper .benefits-item .benefits-item-description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
}

.benefits-items-wrapper .benefits-item .benefits-item-description .benefits-item-content {
    margin-top: 50px;
}

.benefits-items-wrapper .benefits-item .benefits-item-description .benefits-item-content .benefits-item-content-button {
    font-family: 'Barlow', sans-serif;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111C31;
    cursor: pointer;
}

.benefits-items-wrapper .benefits-item .benefits-item-description .benefits-item-content .benefits-item-content-button button {
    margin-right: 25px;
}

.benefits-items-wrapper .benefits-item .benefits-item-description .benefits-item-content .basic-content {
    display: none;
    margin-top: 47px;
    margin-bottom: 80px;
}

.benefits-items-wrapper .benefits-item .benefits-item-description .benefits-item-content.open .basic-content {
    display: block;
}

.basic-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
}

.basic-content h3 {
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    margin: 30px 0;
}

.basic-content figure {
    margin: 0;
}

.basic-content p {
    margin: 0;
}

.basic-content a {
    color: #50b5f0;
    text-decoration: underline;
}

.basic-content ul {
    margin-bottom: 40px;
    text-align: left;
}

.basic-content ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
    margin-bottom: 10px;
    padding-left: 17px;
}

.basic-content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ee3947;
}

.basic-content ul > li > ul {
    margin-top: 35px;
}

.contact-form .contact-us-sub-title {
    font-family: Barlow;
    font-size: 22px;
    font-style: italic;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: 0.015em;
    text-align: left;
    color: #EE3947;
    text-transform: uppercase;
    margin-bottom: 50px !important;
}

.contact-us-container-direction-work-hours {
    padding-bottom: 50px;
}

.contact-us-container-direction-work-hours p {
    font-family: Barlow;
    font-size: 24px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-align: left;
}

.contact-us-container-direction-work-hours .contact-us-container {
    padding-top: 34px;
}

.visit-us-info {
    display: flex;
    flex-direction: column;
}

.visit-us-info p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 6px 0 !important;
}

.visit-us-info-office-hours {
    font-family: 'Montserrat' !important;
    font-size: 16px !important;
    margin-top: 1rem !important;
    font-weight: 400 !important;
}

.contact-us-office-hours p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    margin: 0 0 6px 0 !important;
}

.contact-us-visit-us {
    display: flex;
    align-items: center;
}

.visit-us-geo-icon {
    margin-right: 20px;
    width: 20px;
}

.contact-us-office-hours {
    display: flex;
    align-items: center;
}

.office-hours-info {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.office-hours-time-icon {
    margin-right: 20px;
    width: 20px;
}

.basic-content .contact-form .basic-form .basic-form-input {
    width: 100%;
}

.basic-content .contact-form .basic-form .basic-form-input input {
    background-color: white;
}

.basic-content .contact-form .basic-form .basic-form-input textarea {
    background-color: white;
}

.basic-content .contact-form .basic-form .basic-form-input select {
    background-color: white;
}

.breadcrumbs-wrapper {
    display: flex;
    align-items: center;
}

.breadcrumbs-wrapper > div {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
}

.breadcrumbs-wrapper > div > a {
    color: #fff !important;
    text-decoration: underline;
}

.breadcrumbs-wrapper .breadcrumbs-divider {
    margin: 0 10px;
}

.news-items-wrapper {
    margin-top: 50px;

}

.news-item {
    display: block;
    background-color: #fff;
    margin-bottom: 24px;
    margin-right: 1rem;
}

.news-item:last-of-type {
    margin-bottom: 0;
}

.news-item .news-item-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 230px;
}

.news-item .news-item-content {
    padding: 27px 36px 45px;
    border-radius: 0 0 24px 24px;
}

.news-item .news-item-content .news-item-title {
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #111c31;
    margin-bottom: 16px;
    height: 90px;
    overflow: hidden;
}

.news-item .news-item-content .news-item-title::before {
    content: "";
    display: block;
    width: 100%;
    height: 60px;
    position: absolute;
    top: 40px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}

.news-item .news-item-content .news-item-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item .news-item-content .news-item-bottom .news-item-date {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #111c31;
}

.news-item .news-item-content .news-item-bottom button svg {
    transform: rotate(-90deg);
}

.news-item .news-item-content .news-item-bottom .news-item-ext-link {
    display: flex;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #EE3947;
}

.news-item .news-item-content .news-item-bottom .news-item-ext-link svg {
    margin-left: 14px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 100px;
}

.pagination ul {
    display: flex;
}

.pagination a,
.pagination span {
    background-color: #fff;
    font-family: 'Barlow', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #111c31;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination span {
    color: #ee3947;
}

.pagination a.next,
.pagination a.prev,
.pagination span.next,
.pagination span.prev {
    background-color: #ee3947;
    color: #fff;
    font-size: 24px;
}

.pagination a.next,
.pagination span.next {
    border-radius: 0 3px 3px 0;
}

.pagination button {
    width: 100%;
    height: 100%;
    padding: 0;
}

.basic-category-wrapper {
    padding: 155px 0 75px 0;
    background-color: #f3f6fa;
}

.basic-category-wrapper .page-title {
    margin-bottom: 65px;
}

.contact-us-form-container {
    max-width: 768px;
    margin: auto;
}

.contact-us-need-help-title {
    text-align: center;
    margin-bottom: 40px;
    font-family: Barlow;
    font-size: 36px;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .basic-form button {
        width: 40%;
    }

    .contact-us-container-direction-work-hours .contact-us-container {
        padding-top: 0;
    }

    .contact-form .contact-us-sub-title {
        text-align: center;
    }

    .contact-us-container-direction-work-hours {
        display: flex;
        justify-content: space-evenly;
        /* padding-bottom: 120px;*/
        max-width: 590px;
        margin: auto;
    }

    .contact-form {
        margin-top: 40px
    }

    .page-title {
        font-size: 40px;
        line-height: 46px;
    }

    .basic-form .basic-form-input input:not([type=checkbox]):not([type=radio]),
    .basic-form .basic-form-input textarea,
    .basic-form .basic-form-input select {
        min-height: 60px;
        padding: 15px 24px;
        font-size: 16px;
        line-height: 28px;
    }

    .benefits-items-wrapper .benefits-item {
        display: flex;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .benefits-items-wrapper .benefits-item > a {
        width: 243px;
        margin-bottom: 0;
    }

    .benefits-items-wrapper .benefits-item .benefits-item-description {
        flex: 1;
        padding-top: 48px;
        padding-left: 48px;
    }

    .news-items-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .news-items-wrapper > * {
        width: calc((100% - 24px) / 2);
    }

    .news-items-wrapper > *:last-of-type {
        margin-bottom: 24px;
    }

    .pagination a,
    .pagination span {
        width: 48px;
        height: 48px;
    }

    .pagination button {
        width: unset;
        height: unset;
        padding: unset;
    }
}

@media (min-width: 992px) {
    .contact-us-need-help-title {
        font-size: 48px;
    }

    .page-title {
        font-size: 56px;
        line-height: 56px;
    }

    .news-items-wrapper > * {
        width: calc((100% - 48px) / 3);
    }

    .news-details-page-wrapper-header .page-title {
        font-size: 48px;
        line-height: 54px;
        margin: 100px 3rem 4rem;
    }
}

/* END common */

/* news details page */

.news-categories-container {
    font-family: Barlow;
    font-size: 14px;
    font-style: italic;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.05em;
    padding: 24px 0;
    color: #ee3947;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-details-page-wrapper .news-page-wrapper-header {
    display: flex;
    align-items: center;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.news-details-page-wrapper .news-details-page-wrapper-header .news-details-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

/* end news details page */


/* news page */

.news-page-wrapper {
    padding: 55px 0 72px;
    background-color: #f1f4f9;
}

.news-item-bottom button:hover {
    background-color: #50b5f0;
}

.news-page-wrapper .news-page-filters-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-page-wrapper .news-page-filters-wrapper > div {
    width: 267px;
}

.news-page-wrapper .news-page-filters-wrapper > div:first-child {
    margin-bottom: 20px;
}

.news-page-wrapper .news-page-filters-wrapper button {
    margin-top: 20px;
}

.news-page-wrapper .news-page-filters-wrapper button.show {
    display: block;
}

.news-detail-date {
    padding-bottom: 2rem;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: center;
}


.tags-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}

.tags-wrapper > a {
    color: black !important;
    margin-right: 2rem;
    font-family: Montserrat;
    font-size: 12px;
    background-color: #F3F6FA !important;
    font-weight: 400;
    font-style: normal;
}

.tags-wrapper > a:hover {
    background-color: #D4E0F0 !important;
    font-weight: bolder !important;
}

@media (min-width: 992px) {
    .news-page-wrapper .news-page-filters-wrapper {
        flex-direction: row;
    }

    .news-page-wrapper .news-page-filters-wrapper > div:first-child {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .news-page-wrapper .news-page-filters-wrapper button {
        margin-top: 0;
        display: none;
    }

    .news-page-wrapper .news-page-filters-wrapper button:first-of-type {
        margin-left: auto;
        margin-right: 15px;
    }

    .news-page-wrapper .news-page-filters-wrapper button:last-of-type {
        margin-right: 0;
    }
}

/* END news page */


/* events stuff */

.events-section {
    margin: 132px 0 144px;
}

.events-section h2 a {
    color: #000;
}

.events-section h2 a:hover {
    color: #EE3947;
}

.events-section h2 {
    text-align: center;
    font-size: 48px;
    font-style: italic;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.015em;
    margin-bottom: 46px;
    text-transform: uppercase;
}

.events-section .events-section-sub-title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 70px;
    font-family: Montserrat !important;
    color: #111c31;
}

.event__calendar {
    padding: 31px 0 19px;
    background: #F1F4F9;
    border-radius: 3px;
    margin-bottom: 60px;
}

.event__calendar_dates {
    position: relative;
}

.event__calendar_prev {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
}

.event__calendar_dates_wrapper {
    position: relative;
    height: 110px;
    margin: 0 45px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.event__calendar_dates_wrapper::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 48px;
    height: 44px;
    background: #F1F4F9;
    opacity: 0.8;
    z-index: 1;
}

.event__calendar_dates_wrapper::after {
    content: "";
    position: absolute;
    top: 22px;
    right: 0;
    width: 48px;
    height: 44px;
    background: #F1F4F9;
    opacity: 0.8;
    z-index: 1;
}

.event__calendar_dates_wrapper-bg::before {
    content: "";
    position: absolute;
    top: 66px;
    left: 0;
    width: 48px;
    height: 44px;
    background: #F1F4F9;
    z-index: 1;
}

.event__calendar_dates_wrapper-bg::after {
    content: "";
    position: absolute;
    top: 66px;
    right: 0;
    width: 48px;
    height: 44px;
    background: #F1F4F9;
    z-index: 1;
}

.event__calendar_dates_container {
    position: absolute;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    width: 10000%;
    transition: left 0.45s;
}

.event__calendar_month_title-wrapper {
    padding: 0 20px;
}

.event__calendar_month_title {
    position: sticky;
    left: 50px;
    display: inline-block;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.event__calendar_date {
    float: left;
    width: 42px;
}

.event__calendar_number {
    height: 42px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 4px;
    padding: 3px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.event__link {
    display: block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    background: #EE3947;
    color: #fff;
}

.event__calendar_weekday {
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-top: 2px solid #D4E0F0;
}

.event__calendar_next {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.events {
    display: flex;
}

.event {
    position: relative;
    width: calc(100% / 3);
    padding: 0 0 0 36px;
    transition: opacity 0.5s;
}

.event::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 62px;
    background: #EE3947;
    border-radius: 3px 0px 0px 3px;
}

.event__date {
    display: flex;
    align-items: center;
    height: 62px;
}

.event__date-day {
    font-size: 54px;
    font-style: italic;
    font-weight: 800;
    line-height: 66px;
    letter-spacing: 0.015em;
    float: left;
    margin-right: 10px;
}

.event__date-month_time {
    margin-top: 10px;
}

.event__date-month {
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}

.event__date-time {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.event__title {
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: 0.015em;
    margin: 27px 0 25px;
    text-transform: uppercase;
}

.event__content {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 28px;
    min-height: 140px;
}

.event .button svg {
    margin-left: 20px;
}

@media (max-width: 576px) {
    .events-section {
        margin: 75px 0 !important;
    }

    .events {
        flex-direction: column;
    }

    .event {
        width: 100% !important;
        margin-bottom: 60px;
    }
}

.news-item.event-item {
    padding-top: 25px;
    margin-right: 1rem;
}

.news-item.event-item .news-item-image {
    background-size: contain;
    min-height: 150px;
}

.single-event-image {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
}

.single-event-content {
    text-align: center;
}

/* END events stuff */


/* profile page */

.profile-page-wrapper .page-title {
    padding: 126px 0 33px;
}

.profile-page-wrapper .profile-page-tabs {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.profile-page-wrapper .profile-page-tabs > div {
    font-family: 'Barlow', sans-serif;
    position: relative;
    margin: 0 5px;
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #111C31;
    text-transform: uppercase;
    cursor: pointer;
}

.profile-page-wrapper .profile-page-tabs > div.active {
    color: #EE3947;
}

.profile-page-wrapper .profile-page-tabs > div.active::after {
    content: "";
    position: absolute;
    left: calc(50% - 12px);
    bottom: -64px;
    width: 24px;
    height: 12px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid #fff;
}

.profile-page-wrapper .profile-page-inner {
    background: #F1F4F9;
    padding-bottom: 103px;
    overflow: hidden;
}

.profile-page-wrapper .profile-page-inner > div {
    display: none;
}

.profile-page-wrapper .profile-page-inner > div.active {
    display: block;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper {
    width: 558px;
    padding-top: 65px;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper > div {
    margin-bottom: 41px;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper > div label {
    font-family: 'Barlow', sans-serif;
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.profile-page-wrapper .profile-page-inner .profile-personal-wrapper > div div {
    font-family: 'Montserrat', sans-serif;
    width: 485px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .profile-page-wrapper .profile-page-tabs > div {
        margin: 0 30px;
    }
}

/* END profile page */


/* classes benefit post template */

.classes-benefit-wrapper .basic-page-wrapper-header {
    max-height: 732px;
    height: 600px;
    padding: 90px 0 150px
}

.classes-benefit-wrapper .basic-page-wrapper-header .button {
    width: max-content;
    margin: 0 auto;
}

.classes-benefit-wrapper .classes-benefit-inner {
    padding: 91px 0 30px;
    background-color: #f3f6fa;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    padding: 15px;
    /* padding: 52px 48px; */
    margin-bottom: 60px;
    border-radius: 3px;
    background-color: #fff;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item.classes-item-blue {
    background-color: #D4E0F0;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-gray-block {
    margin-top: 36px;
    background: #F3F6FA;
    border-radius: 3px;
    padding: 36px;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-gray-block .classes-location-title {
    display: flex;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-right: 10px;
    margin-top: 15px;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-gray-block .classes-location-remark {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-white-block {
    margin-top: 42px;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-white-block > div {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-white-block > div:last-child {
    margin-bottom: 0;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-white-block > div .classes-white-block-icon {
    width: 42px;
    min-height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 24px;
}

.classes-benefit-wrapper .classes-benefit-inner .classes-item .classes-white-block > div div:not(.classes-white-block-icon) {
    flex: 1;
}

@media (min-width: 768px) {
    .classes-benefit-wrapper .classes-benefit-inner .classes-item {
        padding: 52px 48px;
    }
}

@media (min-width: 992px) {
    .classes-benefit-wrapper .classes-benefit-inner .classes-item > div:not(.no-flex) {
        display: flex;
        align-items: center;
    }

    .classes-benefit-wrapper .classes-benefit-inner .classes-item > div > * {
        margin-right: 30px;
    }

    .classes-benefit-wrapper .classes-benefit-inner .classes-item > div > *:first-child {
        flex: 1;
    }

    .classes-benefit-wrapper .classes-benefit-inner .classes-item > div > *:last-child {
        margin-right: 0;
    }
}

/* END classes benefit post template */

/* modals */

.modal-wrapper .modal-inner .thanks-modal h3 {
    font-family: Barlow;
    font-size: 40px;
    font-style: italic;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.015em;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}

.modal-wrapper .modal-inner .thanks-modal p {
    font-family: Barlow;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #717680;
    margin-bottom: 4rem;
}

.thanks-modal-containt-success {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 34px 0;
}

.thanks-modal-success {
    background: #D4E0F0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.modal-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

.modal-wrapper.open {
    display: block;
}

.modal-wrapper .modal-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-wrapper .modal-inner .modal-content {
    position: relative;
    max-width: 680px;
    padding: 44px;
    background-color: #fff;
}

.modal-wrapper .modal-inner .modal-content .modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #858484;
    cursor: pointer;
}

.modal-template {
    display: none !important;
}

.modal-wrapper .modal-inner .modal-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.015em;
    text-align: left;
    color: #111C31;
    text-transform: uppercase;
    margin: 0;
}

.sign-in-modal .sign-in-modal-form .sign-in-modal-form-date > select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.sign-in-modal .sign-in-modal-form .sign-in-modal-form-date > select:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .thanks-modal {
        padding: 0 8rem;
    }

    .modal-wrapper .modal-inner .modal-content h3 {
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }

    .sign-in-modal .sign-in-modal-form {
        min-width: 450px;
    }

    .sign-in-modal .sign-in-modal-form .sign-in-modal-form-date {
        display: flex;
    }

    .sign-in-modal .sign-in-modal-form .sign-in-modal-form-date > select {
        width: auto;
        margin-right: 20px;
        flex: 1;
    }
}

/* END modals */

@media (min-width: 850px) {
    .header-sign-in {
        display: block;
        float: left;
        font-size: 16px;
        font-style: italic;
        font-weight: 800;
        line-height: 19px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        background: #132d56;
        color: #fff;
        border-radius: 3px;
        padding: 15px 18px;
        text-align: center;
    }

    .home-banner::before {
        display: block;
        left: 0;
        top: 0;
        background-image: url(./assets/img/home-left-bg.svg);
        width: 50%;
        height: 810px;
        content: "";
        position: absolute;
        background-repeat: no-repeat;
    }

    .footer .footer-line {
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 1040px) {
    .header-phone {
        display: block;
    }
}

.header-icons {
    display: none;
}

@media (min-width: 1040px) {
    .header-icons {
        display: flex;
    }
}

.home-image {
    display: none;
    background-image: url(./assets/clouds.svg);
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 702px;
    background-size: cover;
}

@media (min-width: 1200px) {
    .slider-left .title {
        font-size: 44px;
        line-height: 54px;
        text-align: left;
        margin-bottom: 30px;
    }

    .home-image {
        width: 50%;
        display: block;
    }

    .home-banner .container {
        max-width: 1200px;
    }

    .home-benefits .container {
        max-width: 1200px;
    }

    .home-news .container {
        max-width: 1200px;
    }

    .footer .container {
        max-width: 1200px;
    }

    .home-benefits .benefits-item .benefits-name {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (min-width: 1300px) {
    .header-container-fluid {
        padding: 0 50px;
    }
}

.contacts__new-info {
    display: flex;
    padding-top: 60px;
    padding-bottom: 90px;
    flex-wrap: wrap;
}

.contacts__new-block {
    position: relative;
    display: flex;
    width: calc(100% / 3);
    padding: 40px;
}

.contacts__new-block:nth-child(1) {
    color: #fff;
    border-radius: 3px 0 0 3px;
}

.contacts__new-block:nth-child(2),
.contacts__new-block:nth-child(3) {
    flex-direction: column;
}

.contacts__new-block:nth-child(3) {
    border-radius: 0 3px 3px 0;
}

.contacts__new-icon {
    display: inline-block;
}

.contacts__new-block:nth-child(1) .contacts__new-icon {
    margin-right: 22px;
}

.contacts__new-block:nth-child(2) .contacts__new-icon,
.contacts__new-block:nth-child(3) .contacts__new-icon {
    position: absolute;
    top: 14px;
    right: 14px;
}

.contacts__new-title {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
}

.contacts__new-block:nth-child(1) .contacts__new-link {
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    color: #EE3947;
}

.contacts__new-link svg {
    margin-left: 18px;
}

.contacts__new-small {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin: 20px 0 0;
}

.contacts__new-block:nth-child(2) .contacts__new-small,
.contacts__new-block:nth-child(3) .contacts__new-small {
    margin-bottom: 45px;
}

.contacts__inform {
    display: flex;
    flex-direction: column;
    margin-top: 100px;
}

.contacts__inform ul > li {
    position: relative;
    padding-left: 17px;
}

.contacts__inform ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e73846;
}

.contacts__inform ol > li {
    position: relative;
}

.contacts__inform ol > li:before {
    content: counter(num) "" !important;
    counter-increment: num !important;
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    font-family: Lato !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    color: #e73846 !important;
    width: 0 !important;
    height: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
}

.contacts__inform .contacts__inform_top {
    display: flex;
}

.contacts__inform .contacts__inform_top .contacts__inform_left {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% * 2 / 3);
    padding: 40px 36px 36px;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__new-icon {
    position: absolute;
    top: 14px;
    right: 14px;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_title {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top {
    display: flex;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
    margin-bottom: 30px;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_first {
    width: 50%;
    padding-right: 24px;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_first ol {
    font-size: 12px;
    padding-left: 32px;
    list-style: none;
    counter-reset: num;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_second {
    width: 50%;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom {
    display: flex;
    align-items: center;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom .contacts__inform_left_bottom_button {
    width: 50%;
}

.contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom div {
    width: 50%;
    font-family: Montserrat;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
}

.contacts__inform .contacts__inform_top .contacts__inform_right {
    display: flex;
    flex-direction: column;
    padding: 40px 36px 36px;
    flex: 1;
}

.contacts__inform .contacts__inform_top .contacts__inform_right .contacts__inform_right_column {
    font-family: Montserrat;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
}

.contacts__inform .contacts__inform_top .contacts__inform_right .contacts__inform_right_title {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contacts__inform .contacts__inform_top .contacts__inform_right .contacts__inform_right_title a {
    color: #ee3947;
}

.contacts__inform .contacts__inform_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contacts__inform .contacts__inform_bottom .contacts__inform_bottom_button {
    width: calc(100% / 3 - 72px);
    margin-right: 36px;
}

.contacts__inform .contacts__inform_bottom .contacts__inform_bottom_text {
    font-family: Barlow;
    width: calc(100% * 2 / 3);
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    color: #fff;
    padding: 51px 36px;
}


@media (max-width: 768px) {
    .contacts__inform {
        margin-top: 64px;
        margin-left: -15px;
        margin-right: -15px;
    }

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

    .contacts__inform .contacts__inform_top .contacts__inform_left {
        width: 100%;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top {
        flex-direction: column;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_first {
        width: 100%;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_top .contacts__inform_left_second {
        width: 100%;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom {
        flex-direction: column;
        gap: 25px;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom div {
        width: 100%;
        text-align: center;
    }

    .contacts__inform .contacts__inform_top .contacts__inform_left .contacts__inform_left_bottom .contacts__inform_left_bottom_button {
        width: 100%;
    }

    .contacts__inform .contacts__inform_bottom {
        flex-direction: column;
        padding-bottom: 36px;
    }

    .contacts__inform .contacts__inform_bottom .contacts__inform_bottom_text {
        width: 100%;
        padding: 51px 44px;
        text-align: center;
    }

    .contacts__inform .contacts__inform_bottom .contacts__inform_bottom_button {
        width: calc(100% - 72px);
        margin-right: 0;
    }

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

    .contacts__form-contact_us .form__group--large {
        margin-bottom: 42px;
    }

    .contacts__form-contact_us .button {
        width: 100%;
    }
}

.membership__content {
    display: flex;
    justify-content: space-between;
    margin-top: -50px;
    margin-bottom: 144px;
}

.membership__block {
    position: relative;
    background: #fff;
    padding: 36px;
    width: calc(50% - 30px);
}

.membership__header {
    display: flex;
    gap: 36px;
    align-items: center;
    margin-bottom: 37px;
}

.membership__icon {
    width: 120px;
    height: 120px;
    background-size: cover;
}

.membership__title {
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.membership__subtitle {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

.membership__text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #111c31;
}

.membership__text p {
    margin-bottom: 0;
}

.membership__button {
    width: calc(100% - 72px);
    position: absolute;
    bottom: 36px;
    gap: 18px;
    text-align: left;
}

@media (max-width: 768px) {
    .membership__content {
        flex-direction: column;
        row-gap: 60px;
    }

    .membership__block {
        width: 100%;
    }

    .membership__button {
        position: unset;
        width: 100%;
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .membership__title {
        font-size: 18px;
        max-width: 120px;
    }

    .membership__subtitle {
        font-size: 18px;
        white-space: nowrap;
    }
}

@media (max-width: 320px) {
    .membership__header {
        align-items: flex-start;
    }

    .membership__icon {
        width: 90px;
        height: 90px;
    }

    .membership__title {
        max-width: 90px;
    }

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

/* OUR TEAM */

.basic-page-wrapper .our-team-page-wrapper-content {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f3f6fa;
}

.card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.card-container .card-item {
    background: #fff;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.card-item img {
    border-radius: 8px;
    height: 240px;
    width: 100%;
    object-fit: fill;
}

.card-member-info {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-item .member-info {
    padding: 18px;
    height: 360px;
}

.card-item .list-origin-country-container-info img {
    max-width: 34px;
    height: 24px;
    border-radius: 8px;
    margin-right: 6px;
}

.general-info .list-origin-country-container-info img {
    max-width: 34px;
    height: 24px;
    border-radius: 8px;
    margin-right: 6px;
}

.card-item .card-name {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.card-item .card-img {
    padding: 18px 18px 0 18px;
}

.card-item .card-position {
    font-size: 12px;
    font-family: 'Montserrat';
    padding-bottom: 1rem;
    color: gray;
}

.general-info .member-position {
    font-size: 12px;
    font-family: 'Montserrat';
    padding-bottom: 1rem;
    color: gray;
}

.general-info .member-name {
    margin-bottom: 10px !important;
}

.card-item .card-bios {
    font-size: 14px;
    font-family: 'Montserrat';
    color: gray;
    line-height: 24px;
}

.card-item .card-list-column {
    padding-top: 12px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    font-family: 'Montserrat';
}

.general-info .card-list-column {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    font-family: 'Montserrat';
}

.card-list-column .title {
    color: gray;
    font-size: 14px;
    border-bottom: 1px solid #D4E0F0;
    padding-top: 15px;
}

.card-list-column .title-origin-country {
    color: gray;
    font-size: 14px;
    padding-top: 15px;
}

.card-list-column .states {
    font-weight: 800;
    text-align: right;
    border-bottom: 1px solid #D4E0F0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.member-ride-share .ride-share-time {
    font-weight: 800;
}

.member-apps .apps-worked {
    font-weight: 800;
}

.member-neighborhood .neighborhood-live {
    font-weight: 800;
}

.member-organizing .organizing-drivers {
    font-weight: 800;
}

.card-list-column .list-languages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.card-list-column .list-languages .title {
    color: gray;
    font-size: 14px;
}


.card-list-column .list-origin-country-container-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 14px;
}

.card-list-column .list-origin-country .title {
    color: gray;
    font-size: 14px;
}

.card-item .button-center {
    text-align: center;
    margin-top: auto;
}

.card-list-column .languages {
    text-align: right;
    font-weight: 800;
    border-bottom: 1px solid #D4E0F0;
    padding-bottom: 15px;
    padding-top: 15px;
    font-size: 15px;
}

.modal-member-team {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
}

.general-info img {
    border-radius: 8px;
}

.general-info .list-origin-country img {
    max-width: 32px;
    height: 24px;
}

.general-info .card-list-column {
    padding-top: 2rem;
}

.member-profile .title {
    font-weight: 800;
    padding-bottom: 10px;
}

.member-profile .member-position {
    color: gray;
    font-size: 14px;
    padding-bottom: 1rem;
}

.member-profile .content .title {
    color: gray;
    font-size: 14px;
    padding-top: 1rem;
}

.member-profile .content {
    color: gray;
    font-size: 14px;
    font-family: 'Montserrat';
    line-height: 26px;
}

.member-ride-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-apps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-neighborhood {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-organizing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: solid 3px #f3f6fa;
}

.member-ride-share .title {
    color: gray;
    font-size: 14px;
    width: 70%;
}

.member-apps .title {
    color: gray;
    font-size: 14px;
    width: 70%;
}

.member-neighborhood .title {
    color: gray;
    font-size: 14px;
    width: 70%;
}

.member-organizing .title {
    color: gray;
    font-size: 14px;
    padding-bottom: 1rem;
    width: 70%;
}

.modal-content-overflow-y {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal-content-overflow-y::-webkit-scrollbar {
    display: none;
}

.member-team-modal {
    width: 100%;
}

.banner-container {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
}

.banner-container-2 {
    display: flex;
    flex-direction: column;
    padding-top: 3rem;
    align-items: end;
}

.member-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #17447A;
    max-width: 860px;
}

.banner-content {
    display: flex;
    flex-direction: column;
    color: white;
    background: #17447A;
    padding: 50px 16px 50px 16px;
    max-width: 486px;
}

.banner-content-2 {
    display: flex;
    flex-direction: column;
    color: white;
    background: #EE3947;
    padding: 50px 16px 50px 16px;
    max-width: 486px;
}

.member-banner-title {
    overflow-wrap: break-word;
    font-family: Barlow;
    font-size: 28px;
    font-style: italic;
    font-weight: 800;
    line-height: 48px;
    letter-spacing: 0.015em;
    text-align: left;
    text-transform: uppercase;
}

.member-banner-subtitle {
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 24px;
}

.member-banner-subtitle a {
    color: white;
    text-decoration: underline;
}

.banner-sections {
    display: flex;
    flex-direction: column;
}

.banner-container .image-banner {
    position: relative;
    left: 20px;
    width: 90px;
    top: 50px;
}

.banner-container-2 .image-banner {
    position: relative;
    right: 20px;
    width: 90px;
    top: 50px;
}

.member-profile ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
    margin-bottom: 10px;
    padding-left: 17px;
}

.member-profile ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ee3947;
}

.member-info-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px 0px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.member-info-list .member-item {
    display: flex;
    align-items: center;
}

.member-item .member-item-img {
    width: 40px;
    text-align: center;
}

.member-info-list .member-item-details {
    margin-left: 1rem;
}

.member-founder-container {
    background-color: white;
    display: flex;
    flex-direction: column;
}

.member-founder-info {
    padding: 18px;
}

.member-founder-title {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
}

.member-founder-position {
    font-size: 12px;
    font-family: 'Montserrat';
    padding-top: 10px;
    padding-bottom: 1rem;
    color: gray;
}

.member-founder-content {
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: gray;
}

.founder-img {
    padding: 18px;
}

@media (min-width: 780px) {
    .member-name-mobile {
        display: none;
    }

    .card-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 60px 30px;
    }

    .card-member-info .member-info {
        padding: 28px 16px 16px 16px;
    }

    .modal-member-team {
        flex-wrap: nowrap;
    }

    .modal-member-team .general-info {
        width: 280px;
        max-width: 280px;
        padding-right: 2rem;
    }

    .modal-member-team .member-profile {
        flex: 1;
    }

    .modal-content.modal-content-full-height.modal-content-overflow-y {
        padding: 36px 76px !important;
    }

    .member-name {
        margin: 0 0 8px 0 !important;
    }

    .member-profile .content {
        font-family: 'Montserrat';
        font-size: 14px;
        line-height: 24px;
    }

    .general-info .card-img img {
        width: 240px;
        height: 274px;
        object-fit: cover;
    }

    .member-info-list {
        display: grid;
        grid-template-columns: 1fr .7fr;
        gap: 30px 0px;
        padding-top: 26px;
        padding-bottom: 26px;
        font-family: 'Montserrat';
        font-size: 14px;
    }

    .member-founder-container {
        flex-direction: row;
    }

    .member-founder-info {
        padding: 34px 40px 14px 40px;
    }

    .banner-content {
        background: #17447A;
        padding: 50px 0 50px 80px;
    }

    .banner-content-2 {
        background: #EE3947;
        padding: 50px 0 50px 80px;
    }

    .banner-sections {
        flex-direction: row;
    }

    .banner-container {
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
        flex-direction: row;
    }

    .banner-container-2 {
        justify-content: center;
        align-items: center;
        padding-top: 3rem;
        flex-direction: row;
    }

    .banner-container .image-banner {
        position: relative;
        left: 60px;
        width: auto;
        top: auto;
    }

    .banner-container-2 .image-banner {
        position: relative;
        left: 60px;
        width: auto;
        top: auto;
    }

    .card-item img {
        width: 324px;
    }

    .founder-img {
        padding: 0;
    }
}

.our-team-wrapper .news-page-filters-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.our-team-wrapper .news-page-filters-wrapper > div {
    width: 267px;
    margin-bottom: 20px;
}

.our-team-wrapper .news-page-filters-wrapper button {
    margin-top: 20px;
}

.our-team-wrapper .news-page-filters-wrapper button.show {
    display: block;
}

.filter-members-button {
    margin-top: 0;
    display: none;
}

@media (min-width: 992px) {
    .our-team-wrapper .news-page-filters-wrapper {
        flex-direction: row;
        padding-bottom: 3rem;
    }

    .our-team-wrapper .news-page-filters-wrapper > div {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .filter-members-button {
        margin-top: 0;
        display: none;
    }

    .our-team-wrapper .news-page-filters-wrapper button:first-of-type {
        margin-left: auto;
        margin-right: 15px;
    }

    .our-team-wrapper .news-page-filters-wrapper button:last-of-type {
        margin-right: 0;
    }
}

/* END OUR TEAM */


.benefits__guide {
    padding-top: 100px;
}

.benefits__element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 24px;
}

.benefits__element:last-child {
    margin: 0;
}

@media (max-width: 767.98px) {
    .benefits__element {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.benefits__left {
    max-width: 240px;
    width: 100%;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 24px 120px #e8f4fa;
    box-shadow: 0 24px 120px #e8f4fa;
    border-radius: 24px;
    padding: 60px 10px;
}

@media (max-width: 991.98px) {
    .benefits__left {
        padding: 40px 10px;
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .benefits__left {
        max-width: 100%;
    }
}

.benefits__content {
    max-width: calc(100% - 240px);
    width: 100%;
    margin-top: 40px;
    padding-left: 60px;
}

@media (max-width: 991.98px) {
    .benefits__content {
        padding-left: 30px;
    }
}

@media (max-width: 767.98px) {
    .benefits__content {
        padding-left: 0;
        margin-top: 20px;
        max-width: 100%;
    }
}

.benefits__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .benefits__top {
        margin-top: 20px;
    }
}

.benefits__top .benefits__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 48px;
    height: 47px;
    border-radius: 50%;
    background-color: #e73846;
    position: relative;
    transition: all 0.05s linear 0s;
}

@media (max-width: 767.98px) {
    .benefits__circle {
        width: 35px;
        height: 35px;
    }
}

.benefits__top .benefits__circle::before {
    content: "+";
    font-size: 40px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
}

.benefits__top.active .benefits__circle::before {
    transform: rotate(135deg);
}

@media (max-width: 767.98px) {
    .benefits__circle::before {
        line-height: 30px;
        font-size: 30px;
    }
}

.benefits__how {
    width: calc(100% - 48px);
    padding-left: 18px;
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    color: #111c31;
}

@media (max-width: 767.98px) {
    .benefits__how {
        width: calc(100% - 35px);
        font-size: 16px;
        padding-left: 18px;
    }
}

.benefits__description {
    margin-top: 30px;
    padding-left: 66px;
}

@media (max-width: 767.98px) {
    .benefits__description {
        margin-top: 20px;
        padding-left: 50px;
    }
}

.benefits__description h2,
.benefits__description h3,
.benefits__description h4,
.benefits__description h5,
.benefits__description h6 {
    color: #111c31;
    margin-bottom: 18px;
    font-weight: 800;
    line-height: 30px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
}

.benefits__description b,
.benefits__description strong {
    color: #111c31;
}

.benefits__description p {
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #111c31;
    margin-bottom: 18px;
}

.benefits__description a {
    color: #1781ff;
    text-decoration: underline;
}

.benefits__description a:hover {
    color: #17447a;
}

.benefit__item {
    background-color: #fff;
    border-radius: 24px;
    padding: 36px 36px 22px 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
}

.benefit__item:last-child {
    margin: 0;
}

@media (max-width: 991.98px) {
    .benefit__item {
        padding: 48px 36px;
    }
}

@media (max-width: 767.98px) {
    .benefit__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.benefits__item {
    text-align: center;
}

.benefits__img {
    margin: 0 auto 30px;
}

@media (max-width: 576px) {
    .benefits__img {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .benefits__img img {
        width: 50px;
        height: 50px;
    }
}

.benefits__name {
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    -webkit-font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    font-feature-settings: "pnum" on, "lnum" on, "liga" off;
    margin-bottom: 13px;
    color: #fff;
}

.benefits__guide .benefits__name {
    color: #111c31;
}

@media (max-width: 1200px) {
    .benefits__name {
        font-size: 20px;
        line-height: 1.4;
    }
}

@media (max-width: 576px) {
    .benefits__name {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .benefits__name {
        font-size: 14px;
    }
}

.benefits__text {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-feature-settings: "pnum" on, "lnum" on;
    font-feature-settings: "pnum" on, "lnum" on;
    color: #6f7b8e;
    font-family: Montserrat, sans-serif;
}

@media (max-width: 576px) {
    .benefits__text {
        line-height: 1.2;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .benefits__text {
        font-size: 12px;
    }
}

.benefits__list .benefits__img {
    width: 100%;
    max-width: 72px;
    margin: 0 84px 0 0;
}

@media (max-width: 991.98px) {
    .benefits__list .benefits__img {
        margin: 0 30px 0 0;
    }
}

@media (max-width: 767.98px) {
    .benefits__list .benefits__img {
        margin: 0 0 24px;
    }
}

@media (max-width: 576px) {
    .benefits__slider .benefits__img {
        margin: 0 auto 30px;
    }
}

@media (max-width: 576px) {
    .benefits__slider .benefits__name {
        font-size: 24px;
    }
}

@media (max-width: 576px) {
    .benefits__slider .benefits__text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .benefits .swiper-slide {
        width: 240px !important;
    }
}

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

.resources-page-wrapper {
    background-color: #f3f6fa;
    padding-bottom: 80px;
}

.resources-page-wrapper .resources-page-wrapper-header {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 300px;
    height: 390px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 0 0 50vw rgb(5 26 60 / 70%);
}

.resources-page-wrapper .resources-page-wrapper-header .container {
    height: 100%;
}

.resources-page-wrapper .resources-page-wrapper-header .container .page-title {
    margin-top: 150px;
}

.resources-page-wrapper .resources-page-wrapper-header .container .breadcrumbs-wrapper {
    margin-top: 35px;
    margin-bottom: -50px;
}

.resources-page-wrapper .resources-page-wrapper-header .resources-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.resources-content {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #111c31;
}

.resources-page-wrapper .resources-page-wrapper-content .wp-block-column a {
    text-decoration: none;
    color: #EE3947;
    font-weight: 800 !important;
    font-size: 14px;
    font-family: 'Barlow';
    font-style: italic;
    letter-spacing: .04rem;
}

.resources-page-wrapper .resources-page-wrapper-content .wp-block-column a::after {
    content: "";
    display: block;
    background: url(http://ma.driversguild.link/wp-content/uploads/sites/2/2022/05/Shape.png) no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 7px 6px 0 0;
}

.resources-page-wrapper .resources-page-wrapper-content .wp-block-column p {
    margin-bottom: 0;
}

.resources-page-wrapper .resources-page-wrapper-content .wp-block-column pre {
    margin-bottom: 1rem;
    font-family: 'Montseratt' !important;
    color: #717680;
    font-weight: 400;
    font-size: 16px !important;
}

.resources-page-wrapper .resources-page-wrapper-content .wp-block-column H2 {
    margin-bottom: 2rem;
}

.resources-page-wrapper .resources-page-wrapper-content {
    padding-top: 50px;
}

.resources-page-wrapper .resources-page-wrapper-content p {
    margin-bottom: 25px;
}

.resources-page-wrapper .resources-page-wrapper-content .wp-block-column a {
    text-decoration: none;
    color: #EE3947;
    font-weight: 800 !important;
    font-size: 14px;
    font-family: 'Barlow';
    font-style: italic;
    letter-spacing: .04rem;
}


/* benefit with resource */
.wp-block-resource .wp-block-columns {
    column-gap: 26px;
}

.wp-block-resource h2 {
    margin-top: 2rem;
}

.wp-block-resource strong {
    font-family: 'Barlow';
    font-style: italic;
    line-height: 36px;
    font-size: 30px;
}

.wp-block-resource .wp-block-column a {
    text-decoration: none;
    color: #EE3947;
    font-weight: 800 !important;
    font-size: 16px;
    font-family: 'Barlow';
    font-style: italic;
    letter-spacing: .04rem;
}

.wp-block-resource .wp-block-column p {
    margin-bottom: 0;
}

.wp-block-resource .wp-block-column pre {
    margin-bottom: 1rem;
    font-family: 'Montseratt' !important;
    color: #717680;
    font-weight: 400;
    font-size: 16px !important;
}

.wp-block-resource .wp-block-column H2 {
    margin-bottom: 2rem;
}

.wp-block-resource {
    padding-top: 50px;
}

.wp-block-resource p {
    margin-bottom: 25px;
}

/*** Classes ***/
.classes-subtitle {
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-transform: none;
    margin-top: 38px;
    margin-bottom: 20px;
}

.classes-button {
    color: #fff;
    text-decoration: none;
    padding: 17px 30px;
}

.classes-button svg {
    margin-left: 16px;
}

.classes-section {
    clear: both;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    padding: 52px 48px;
    margin-bottom: 60px;
    border-radius: 3px;
    background-color: #fff;
}


.classes-section-card {
    border-radius: 3px;
    background-color: #fff;
    width: 351px;
    height: 351px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 17px;

}

.linkClasses {

    display: flex;
    justify-content: left;
    align-items: center;
    gap: 16px;

    p {
        font-size: 18px;
        color: var(--Main-Gray, #717680);
        margin: 0;
        padding: 0;
    }
}


.classes-section-info {
    clear: both;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    padding: 0px 48px;

    border-radius: 3px;

}

.classes-section-contacts {
    clear: both;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    padding: 24px 48px;
    margin-bottom: 60px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;

}

.classes-section-button{
    gap: 18px;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
    height: 60px;
    background: var(--Main-Green, #EE3947);
    p{
        color: #FFFFFF;
        margin-bottom: 0px;
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-feature-settings: 'liga' off;
        /* Buttons/Main */
        font-family: Barlow;
        font-size: 16px;
        font-style: italic;
        font-weight: 800;
        line-height: normal;
        letter-spacing: 1.6px;
        text-transform: uppercase;
    }
}

.classes-title-card{


    color: var(--Main-Black, #111C31);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-feature-settings: 'liga' off;
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.classes-section-container{

    gap: 43px;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

@media (max-width: 768px) {
    .classes-section-contacts {
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .classes-section-container{
        justify-content: center;
    }
}




.classes-section-grey {
    background-color: #D4E0F0;
}

.classes-section-left {
    padding-right: 30px;
}

.classes-section-right {
    padding-left: 30px;
    margin-top: 48px;
}

.classes-section-right-grey {
    background: #F3F6FA;
    border-radius: 3px;
    margin-top: 0;
    padding: 36px;
}

.classes-section-70 {
    float: left;
    width: 70%;
}

.classes-section-50 {
    float: left;
    width: 50%;
}

.classes-section-30 {
    float: left;
    width: 30%;
}

.classes-tc {
    text-align: center;
    color: var(--Main-Gray, #6F7B8E);
}

.classes-phone {
    font-weight: 700;
    text-decoration: none;
    color: #111C31;
}

.classes-title {
    font-family: Barlow;
    font-size: 24px;
    font-style: italic;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.classes-free {
    margin-bottom: 34px;
}

.classes-location {
    margin-top: 25px;
}

.classes-location-title {
    font-family: Barlow;
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.015em;
    text-transform: uppercase;
    margin-right: 10px;
    display: flex;
}

.classes-location-remark {
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 768px) {

    .classes-section-left,
    .classes-section-right {
        width: 100% !important;
        padding-left: 0;
    }

    .classes-section-right-grey {
        padding-left: 36px;
        margin-top: 36px;
    }
}

@media (max-width: 576px) {
    .page__top {
        /*max-height: 800px !important;
		height: 800px !important;*/
    }

    .classes-section {
        padding: 15px;
    }
}

.responsive-iframe {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* float banner start */
.float-banner {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 100%;
    max-width: 360px;
    height: auto !important;
    background: #D4E0F0;
    background-size: cover;
    border-radius: 3px;
    padding: 30px 24px !important;
    z-index: 10000;
}

.float-banner-close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.float-banner-text {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #111C31;
}

.float-banner-text p {
    margin-bottom: 4px !important;
}

.float-banner-title {
    font-family: Montserrat;
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #111C31 !important;
    font-style: normal;
    margin-top: 0;
}

.float-banner-text-desktop {
    display: none;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    color: #111C31;
}

@media (max-width: 520px) {
    .float-banner {
        max-width: calc(100% - 35px) !important;
        padding: 33px 15px !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .float-banner-title {
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .float-banner-text-desktop {
        display: block;
    }

    .float-banner-text {
        display: none;
    }
}

@media (min-width: 500px) {
    .float-banner-text-desktop {
        display: block;
    }

    .float-banner-text {
        display: none;
    }
}


/* Dropdown Button */
.stateDropbtn, .categoryDropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    padding-left: 0px;
    font-size: 16px;
    border: none;
    cursor: pointer;

    text-transform: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    box-direction: reverse;


}

.stateDropbtn * {
    pointer-events: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;


}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;


}

/* Links inside the dropdown */
.dropdown-content section {
    background-color: #ffffff;
    color: #000000;
    padding: 12px 16px;

    text-decoration: none;
    display: block;
    font-family: "Barlow", sans-serif;

}

.dropdown-content section:hover {

    background-color: #d4e0f0;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
    border-radius: 8px;
    overflow: hidden;

}

.hide {
    display: none !important;
}

.event-description-text {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.1em;
}

.mobile-show-el {
    display: none;
}


@media (min-width: 992px) {
    .mobile-show-el {
        display: block;
    }
}

.mobile-hide-el {
    display: block;
}

@media (min-width: 992px) {
    .mobile-hide-el {
        display: none;
    }
}


.mobile-show-el-imp {
    display: none !important;
}


@media (min-width: 992px) {
    .mobile-show-el-imp {
        display: block !important;
    }
}

.mobile-hide-el-imp {
    display: block !important;
}

@media (min-width: 992px) {
    .mobile-hide-el-imp {
        display: none !important;
    }
}


/* basic page */

.basic-page-wrapper .basic-page-wrapper-header {
    display: flex;
    align-items: center;
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #132d56;
}

.basic-page-wrapper .basic-page-wrapper-header .basic-page-description {
    max-width: 740px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #fff;
}

.basic-page-wrapper .basic-page-wrapper-content {
    padding-top: 50px;
}

.basic-page-wrapper .basic-page-wrapper-content p {
    margin-bottom: 25px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a {
    font-family: "Montserrat", sans-serif;
    background-color: #32373c;
    border-radius: 35px;
    box-shadow: none;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    color: #50b5f0;
    text-decoration: underline;
    margin-right: 15px;
    margin-bottom: 10px;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a:last-child {
    margin-right: 0;
}

.basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a:hover {
    color: #fff;
}

@media (min-width: 768px) {
    .basic-page-wrapper .basic-page-wrapper-header {
        height: auto;
    }
}

@media (min-width: 992px) {
    .basic-page-wrapper .basic-page-wrapper-state-buttons .basic-page-wrapper-state-buttons-inner a {
        font-size: 18px;
        margin-bottom: 0;
    }
}

/* END basic page */


/* sign up page */

.signup-page-wrapper-header {
    height: 400px !important;
}

.signup-page-wrapper-header h1 {
    margin-top: -30px !important;
}

.basic-page-wrapper .basic-page-wrapper-content.signup-page-wrapper-content {
    padding-top: 0;
    background-color: #f3f6fa;
    margin-bottom: 0;
    min-height: 430px;
}

.signup-page-wrapper-content .signup-inner > div {
    margin: 0 auto;
    transform: translateY(-84px);
}

/* END sign up page */

.zerosize {
    display: none !important;
}


.person-bio-paragraph-container {
    display: flex;
    justify-content: start;
    flex-direction: row;
    padding-bottom: 90px;
    align-items: start

}

.person-bio-paragraph-div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 50px;

}

.person-bio-story-div {
    display: flex;
    justify-content: center;
    padding-left: 150px;
    padding-top: 50px

}

.image-bio-div {
    width: 400px;
    height: 400px;
    border-radius: 200px;
    border: 12px solid rgba(238, 57, 71, 1);
    border-width: 12px;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width: 768px) {
    .person-bio-paragraph-container {
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;
    }

    .person-bio-paragraph-div {
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;

    }

    .person-bio-story-div {
        display: flex;
        justify-content: start;
        flex-direction: column;
        align-items: center;
        padding-left: 20px;

    }

    .image-bio-div {
        width: 360px;
        height: 360px;
        border-radius: 200px;
        border: 12px solid rgba(238, 57, 71, 1);
        border-width: 12px;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .image-cropper {
        width: 320px;
        height: 320px;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
    }
}

.under-maintenance-text {
    padding: 15px;
    font-family: Montserrat, sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on, 'liga' off;
    color: #717680;
}

.under-maintenance-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.agreement-text {
    color: #717680;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.center-youtube-video{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}

@media (max-width: 576px) {
    .center-youtube-video {
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-left: 1px;
        margin-right: 1px;
        width: 100%;
        padding-bottom: 15px;
    }
}



.myuistyle > li >span {
    font-family: Montserrat, sans-serif


}
