/*!
Theme Name: wlcc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wlcc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

wlcc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --main: #2A2A2A;
    --gold: #BA9051;
    --grey-80: #4D4D4D;
    --grey-60: #666666;
    --grey-40: #A6A6A6;
    --grey-20: #ccc;
    --grey-10: #F6F6F6;
    --blue: #4AA0D6;
    --red: #B8303C;
    --green: #78A450;
    --dark-green: #095444;
    --dark-red: #683732;
    --low-green: #415631;
    --violet: #624666;
    --low-blue: #43667A;
    --brown: #896A36;
    --default-shadow: 0 4px 16px 0 #4D4D4D1A;
    --shadow: 0 2px 8px 0 #4D4D4D1A;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    /*content: none;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

img {
    display: block;
    width: auto;
    max-width: 100%;
}

body {
    min-width: 320px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: var(--main);
    font-size: 16px;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "EB Garamond", serif;
    font-weight: 700;
}

h1, h2 {
    font-size: 40px;
    line-height: 1.2;
}

header {
    width: 100%;
    position: fixed;
    /*position: absolute;*/
    z-index: 999 !important;
    background: transparent;
    /*box-shadow: 0 0 90px 0 rgba(0, 0, 0, .1);*/
    top: 0;
    left: 0;
}

body.page-id-3482 header {
    position: absolute;
}

header.without-gradient {
    background: rgba(255,255,255,.8);
}

header.with-gradient, body.page-template-template-form header {
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);*/
    background: rgba(0, 0, 0, 0.8);
}

.container {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}

.tip-text {
    font-size: 12px;
}

header .tip-text {
    color: #fff;
}

.contact-us-link {
    font-size: 12px;
    font-weight: 700;
}

header .contact-us-link {
    /*color: #fff;*/
    color: var(--gold);
    text-decoration: none;
}

.header-top-container {
    padding: 12px 0;
    min-height: 48px;
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;
}

.header-bottom {
    width: 100%;
    position: relative;
    min-height: 56px;
    /*background: rgba(42, 42, 42, 0.8);*/
    background: #2A2A2ACC;
}

.header-top {
    /*background: #2A2A2ACC;*/
}

.header-bottom-container {
    min-height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding: 0 140px;*/
    /*padding: 0 80px;*/
    position: relative;
}

.main-logo {
    /*width: 128px;*/
    /*height: 128px;*/
    width: 150px;
    /*height: 150px;*/
    height: auto !important;
    display: block;
    position: absolute;
    top: 50%;
    /*top: 10%;*/
    /*top: 55%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.main-logo img {
    width: 100%;
    height: auto;
}

.main-navigation {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .menu {
    display: flex;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
}

header .menu-header-menu-left-part-container .menu {
    justify-content: flex-end;
}

header .menu-header-menu-right-part-container,
header .menu-header-menu-left-part-container {
    width: 50%;
}

header .menu-header-menu-right-part-container {
    padding-left: 96px;
    /*padding-left: 80px;*/
}

header .menu-header-menu-left-part-container {
    padding-right: 96px;
    /*padding-right: 80px;*/
}

header .menu-item a {
    color: #fff;
    cursor: pointer;
    transition: .3s;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    flex-shrink: 0;
    font-size: 14px;
    min-height: 56px;
    font-weight: 500;
}

header .menu-item a:hover {
    color: var(--gold) !important;
}

.header-link-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.standard-btn {
    padding: 10px 24px;
    /*min-height: 64px;*/
    /*min-width: 308px;*/
    min-height: 48px;
    min-width: 240px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .3s;
    background: var(--gold);
    color: #fff;
    border: 2px solid var(--gold);
    border-radius: 4px;
    font-weight: 700;
    /*font-size: 16px;*/
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.standard-btn.transparent-btn {
    /*background: #fff;*/
    /*color: var(--gold);*/
}

.standard-btn.white-border-btn {
    /*background: transparent;*/
    /*color: #fff;*/
    /*border-color: #fff;*/
}

.standard-btn.white-btn {
    background: #fff;
    border-color: #fff;
    color: var(--gold);
}

.standard-btn.small-btn {
    min-height: 36px;
    min-width: 132px;
    padding: 5px 12px;
    font-size: 10px;
}

.socials-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-item {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    transition: .3s;
    flex-shrink: 0;
}

.social-item img {
    width: 100%;
}

.social-item + .social-item {
    margin-left: 12px;
}

header .socials-list {
    margin-left: 26px;
}

.header-contacts-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-contact-info {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.request-callback-btn {
    /*color: #fff;*/
    color: var(--gold);
    text-decoration: underline;
    cursor: pointer;
    transition: .3s;
    font-weight: 700;
}

a, a:hover {
    transition: .3s;
}

.request-callback-btn:hover, .contact-us-link:hover {
    transition: .3s;
    color: var(--gold);
}

.top-main-block {
    width: 100%;
    height: 810px;
    min-height: 100vh;
    position: relative;
}

.top-main-block-container {
    padding: 48px 0;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 3;
}

.top-main-block-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    max-width: none;
}

.top-main-block-content {
    width: 100%;
    text-align: center;
}

.top-main-block-title {
    color: #fff;
    margin-bottom: 16px;
    font-weight: inherit;
    text-transform: uppercase;
}

.top-main-block .standard-btn {

}

.sws-content-block {
    margin-bottom: 96px;
}

.site-main .sws-content-block.with-bg-color:last-of-type,
.site-main .sws-content-block.banner-block.full-width:last-of-type {
    margin-bottom: 0;
}

.tiles-block.with-bg-color {
    padding: 96px 0;
}

.block-title {
    text-align: center;
    color: var(--gold);
    margin-bottom: 24px;
    text-transform: uppercase;
}

.block-subtitle {
    max-width: 850px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto 24px;
}

.tiles-list {
    width: 100%;
}

.tile-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tile-item + .tile-item {
    margin-top: 40px;
}

.tiles-list:not(.image-first) .tile-item:nth-of-type(even) .tile-content-wrapper {
    order: 2;
}

.tiles-list:not(.image-first) .tile-item:nth-of-type(even) .tile-image-wrapper {
    order: 1;
}

.tiles-list.image-first .tile-item:nth-of-type(odd) .tile-content-wrapper {
    order: 2;
}

.tiles-list.image-first .tile-item:nth-of-type(odd) .tile-image-wrapper {
    order: 1;
}

.tile-content-wrapper {
    width: calc( 50% - 8px );
    max-width: 524px;
}

body.home .tile-content-wrapper, body.page-id-217 .tile-content-wrapper {
    max-width: 584px;
}

.tile-content-title {
    margin-bottom: 24px;
    color: var(--gold);
    text-transform: uppercase;
}

.tile-content-title.with-index {
    padding-top: 105px;
    position: relative;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 500;
}

.tile-content-index {
    color: var(--grey-10);
    font-size: 160px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: -30px;
    z-index: -1;
    font-weight: 700;
    font-style: italic;
}

.tile-content p {
    font-size: 18px;
    line-height: 1.7;
}

.tile-content p a {
    color: var(--blue);
    font-weight: 500;
    text-decoration: none;
}

.tile-content p a:hover {
    color: var(--gold);
}

.tile-content > * + * {
    margin-top: 24px;
}

.tiles-block .standard-btn {
    margin-top: 32px;
}

.tile-image-wrapper {
    width: calc( 50% - 8px );
}

.tile-image {
    width: 100%;
    border-radius: 8px;
}

.tile-image.border-radius-sliced {
    border-radius: 80px 8px 80px 8px;
}

.sws-content-block.with-bg-color {
    padding: 96px 0;
}

.benefits-block-container {

}

.benefits-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.benefits-list.four-columns .benefit-item {
    width: calc(25% - 16px);
}

.benefits-list.two-columns .benefit-item {
    width: calc(50% - 16px);
}

.benefit-item {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 24px;
    text-align: center;
}

.benefit-item.with-bg-color {
    background: #fff;
    padding: 32px 40px;
    border-radius: 8px;
    box-shadow: var(--default-shadow);
    margin-bottom: 16px;
}

.benefit-item-inner {
    max-width: 336px;
    margin: 0 auto;
}

.benefit-icon {
    width: auto;
    height: 80px;
    margin: 0 auto 16px;
}

.benefit-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--grey-80);
}

.benefit-desc {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey-60);
}

.buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-flow: wrap;
}

.buttons-container .standard-btn {
    margin: 8px;
}

.industries-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.industry-card {
    width: calc( 25% - 16px );
    margin: 0 8px 16px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: var(--default-shadow);
}

.industry-card-image-wrapper {
    width: 100%;
    padding-top: 57%;
    position: relative;
    overflow: hidden;
}

.industry-card-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: .3s;
    object-fit: cover;
    object-position: center;
}

.industry-card:hover .industry-card-image {
    transition: .3s;
    transform: translate(-50%, -50%) scale(1.05);
    transform-origin: center;
}

.industry-card-title {
    width: 100%;
    text-align: center;
    padding: 16px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
    color: var(--main);
    text-decoration: none;
}

.global-coverage-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.global-coverage-image {
    width: calc( 100% - 324px );
    height: auto;
}

.global-coverage-regions-list {
    flex-shrink: 0;
    width: 308px;
    margin-left: 16px;
    padding: 36px 40px;
    background: var(--grey-10);
    border-radius: 8px;
}

.global-coverage-region {
    padding-left: 24px;
    background: url("images/icons/location_icon.svg") no-repeat left 3px/16px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey-60);
    font-weight: 500;
}

.global-coverage-region + .global-coverage-region {
    margin-top: 16px;
}

.logos-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.logos-list:not(.fullwidth) {
    max-width: 1100px;
    margin: 0 auto;
}

.logos-list:not(.fullwidth) .logo-item {
    width: calc( 100% / 6 - 16px );
}

.logo-item {
    width: calc( 100% / 7 - 16px );
    margin: 0 8px 16px;
    text-align: center;
    border-radius: 8px;
    overflow: hidden;
    /*background: #fff;*/
    /*box-shadow: var(--default-shadow);*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-image {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.logos-list-block .buttons-container {
    margin-top: 8px;
}

.banner-block {
    padding: 96px 0 80px;
    position: relative;
}

.banner-block:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.6);
}

.bg-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    max-width: none;
}

.banner-block-container {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 3;
}

.banner-block-container .block-title {
    color: #fff;
}

.banner-block-container .block-subtitle {
    color: #fff;
}

.buttons-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.banner-block .standard-btn {
    margin: 0 8px 16px;
}

.events-slider {
    margin-bottom: 80px;
}

.events-slider:not(.slick-initialized) {
    opacity: 0;
}

.events-slider .slick-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
}

.events-slider .slick-slide {
    margin: 0 8px 8px;
}

.event-card {
    border-radius: 8px;
    overflow: hidden;
}

.event-card-inner {
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.event-card-image {
    z-index: 1;
}

.event-card-inner:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.event-card-content {
    z-index: 3;
    padding: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
}

.event-card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.event-card-excerpt {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.event-card .standard-btn {
    margin-top: 16px;
    min-width: 178px;
}

.news-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.news-card {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 16px;
    box-shadow: var(--default-shadow);
    background: #fff;
    border-radius: 8px;
}

.news-card-inner {
    height: 100%;
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
    position: relative;
    padding-bottom: 72px;
}

.news-card-image-wrapper {
    width: 100%;
    padding-top: 56%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}

.news-card-image {
    transition: .3s;
}

.news-card:hover .news-card-image {
    transition: .3s;
    transform: translate(-50%, -50%) scale(1.05);
}

.news-card-content {
    padding: 24px 24px 0;
}

.news-card-tag {
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    color: var(--gold);
    text-decoration: none;
    transition: .3s;
    /*display: inline-block;*/
    display: none;
    margin-bottom: 16px;
    font-style: italic;
}

a.news-card-tag:hover {
    text-decoration: underline;
    transition: .3s;
}

a.news-card-title:hover {
    color: var(--gold);
}

.news-card-title {
    margin-bottom: 12px;
    text-decoration: none;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--grey-80);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "EB Garamond", serif;
}

.news-card-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 1.7;
    color: var(--grey-60);
}

.read-more-btn {
    font-style: italic;
    color: var(--blue);
    font-size: 12px;
    line-height: 1.3;
    padding: 5px 0;
    text-decoration: none;
    transition: .3s;
    font-weight: 500;
}

.read-more-btn:hover {
    transition: .3s;
    color: var(--gold);
}

.news-card .read-more-btn, .sws-event-card .read-more-btn, .sws-event-card .sws-bottom-btn {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 1;
}

.news-and-insights-block .buttons-container, .last-news-by-category .buttons-container {
    margin-top: 24px;
}

.subscription-block {

}

.subscription-block-container {
    min-height: 336px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 80px 40px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.subscription-block-container:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
}

.subscription-block-inner {
    position: relative;
    z-index: 3;
}

.subscription-block-container .block-title {
    color: #fff;
    margin-bottom: 16px;
}

.subscription-block-container .block-subtitle {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.subscription-form-wrapper {
    margin: 32px auto 0;
    max-width: 632px;
}

.subscription-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

input {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
    line-height: 1;
    transition: .3s;
    border: 1px solid var(--grey-60);
    border-radius: 4px;
    background: #fff;
    color: var(--main);
    padding: 12px 16px;
    outline: none;
    font-family: "Montserrat", sans-serif;
}

input[type="checkbox"] {
    min-height: 0;
    width: auto;
    padding: 0;
}

input:focus, input:hover {
    transition: .3s;
    border-color: var(--gold);
}

input::placeholder {
    color: var(--grey-40);
    opacity: 1;
}

input[type="checkbox"] {

}

.submit-btn {
    width: 200px;
    min-width: 200px;
    flex-shrink: 0;
    margin-left: 16px;
}

footer {
    border-top: 1px solid var(--grey-20);
    padding: 32px 0;
}

.footer-container {

}

.footer-columns-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    justify-content: space-between;
}

.footer-column {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 16px;
}

.footer-column-content {
    max-width: 230px;
    margin: 0 auto;
    line-height: 1.7;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    color: var(--grey-80);
}

.footer-column-content .footer-subtitle {
    margin-bottom: 0;
}

.footer-column-content > * + * {
    margin-top: 12px;
}

.footer-column-content a {
    display: inline-block;
    color: var(--grey-80);
    text-decoration: none;
}

.footer-column-content a.gold-link {
    color: var(--gold);
}

.footer-column-content a:hover {
    text-decoration: underline;
    color: var(--gold);
}

.footer-subtitle {
    text-transform: uppercase;
    color: var(--grey-40);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
    font-weight: 400;
}

.footer-logo-info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 32px;
}

.footer-logo-info .logo {
    width: 88px;
    /*width: 105px;*/
    height: auto;
    flex-shrink: 0;
    margin-right: 16px;
}

.footer-info-text {
    width: 100%;
    max-width: 288px;
    font-size: 12px;
    line-height: 1.7;
    color: var(--grey-80);
}

footer .socials-list {
    justify-content: flex-start;
}

footer .social-item {
    width: 32px;
    height: 32px;
}

.footer-menu-container {
    margin-top: 32px;
}

.subscription-form > p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newsletter-agreement-block > p br {
    display: none;
}

footer .submit-btn {
    width: 121px;
    min-width: 121px;
    margin-left: 12px;
    min-height: 48px;
    background: #fff;
    color: var(--gold);
    font-size: 14px;
}

footer .subscription-form input {
    padding: 15px 16px;
    font-size: 12px;
    min-height: 48px;
}

.agreement-input {
    width: 16px;
    height: 16px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.agreement-label, .newsletter-agreement-input .wpcf7-list-item-label {
    padding-left: 32px;
    color: var(--grey-80);
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 1.6;
    cursor: pointer;
}

.agreement-label a, .newsletter-agreement-input .wpcf7-list-item-label a {
    color: var(--grey-80);
}

.agreement-label a:hover, .newsletter-agreement-input .wpcf7-list-item-label a:hover {
    color: var(--gold);
}

.agreement-label:before, .newsletter-agreement-input .wpcf7-list-item-label:before {
    content: '';
    width: 24px;
    height: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    transition: .1s;
    cursor: pointer;
    border: 1px solid var(--grey-80);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    background: url('images/icons/checked_icon_gold.svg') no-repeat center/0;
}

input:checked ~ .agreement-label:before, .newsletter-agreement-block.checked .newsletter-agreement-input .wpcf7-list-item-label:before {
    background-size: 80%;
    border-color: var(--gold);
    transition: .1s;
}

.subscription-block-container {

}

.newsletter-agreement-block {
    position: relative;
    margin-top: 16px;
}

.footer-menu-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: var(--main);
    color: #fff;
    padding-left: 8px;
    border-radius: 4px;
}

.footer-menu-container .menu-item a {
    padding: 24px 8px;
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

.footer-menu-container .menu-item a:hover{
    color: var(--gold);
}

.footer-menu-container .menu-item {
    margin: 0 8px;
}

footer .menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-menu-container .standard-btn {
    border-radius: 0 4px 4px 0;
}

.copyright-block {
    text-align: center;
    /*margin-top: 12px;*/
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.3;
    color: var(--grey-80);
    font-weight: 500;
}

.copyright-block a {
    color: var(--grey-80);
}

.copyright-block a:hover {
    color: var(--gold);
}

.footer-text-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.footer-text {
    text-align: center;
    padding-left: 40px;
    font-size: 12px;
    line-height: 16px;
    color: var(--grey-80);
    font-weight: 500;
    background: url("images/icons/usa_flag_icon.svg") no-repeat left center/24px;
}

.tile-content img {
    width: auto;
    max-width: 400px;
    height: auto;
    margin-bottom: 24px;
}

.tile-content h3 {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: "Montserrat", sans-serif;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.site-main > .sws-content-block:not(.top-main-block):first-child, .site-main > .sws-breadcrumbs:first-child {
    padding-top: 176px;
    margin-top: 0;
}

.tiles-list.big-spacing .tile-item + .tile-item {
    margin-top: 96px;
}

.scroll-down-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 16px auto 0;
    display: block;
    cursor: pointer;
    background: url("images/icons/scroll_down_icon_white.svg") no-repeat center/100%;
}

.top-main-block-container {
    max-width: 1060px;
}

.key-facts-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.key-fact-item {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--default-shadow);
    padding: 40px 16px;
    text-align: center;
}

.key-fact-item-inner {

}

.key-fact-icon {
    width: auto;
    height: 64px;
    margin: 0 auto 16px;
}

.key-fact-title {
    font-size: 48px;
    line-height: 1.2;
}

.key-fact-desc {
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey-60);
}

.text-gold {
    color: var(--gold) !important;
}

.member-deals-btn {
    cursor: pointer;
}

.text, .tile-content .text {
    font-size: 12px;
}

.tile-content .text {
    line-height: 2;
    color: var(--grey-60);
}

.board-items-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.board-item {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 16px;
    box-shadow: var(--default-shadow);
    background: #fff;
    background: linear-gradient(234.4deg, rgba(248, 244, 238, 0) 0%, #F8F4EE 100%);
    border-radius: 8px;
    padding: 32px 20px 80px;
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    border: 1px solid var(--gold);
}

.board-item-image-wrapper {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 auto;
}

.board-item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.board-item-inner {
    width: 100%;
}

.board-item-position {
    color: var(--gold);
    font-size: 12px;
    line-height: 1.3;
    font-weight: 500;
    font-style: italic;
    margin-top: 16px;
}

.board-item-name {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 8px !important;
}

.board-item-desc {
    font-size: 12px;
    line-height: 1.2;
    margin-top: 8px;
}

.team-members-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.team-member-item {
    width: calc( 100% / 3 - 16px );
    min-height: 368px;
    margin: 0 8px 16px;
    box-shadow: var(--default-shadow);
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px 32px;
}

.team-member-item > img {
    width: auto;
    height: 144px;
    border-radius: 50%;
}

.team-member-item-image {
    width: auto;
    height: 144px;
    border-radius: 50%;
}

.team-member-item-inner {
    text-align: center;
}

.team-member-item-name {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 16px;
}

.team-member-item-position {
    font-size: 14px;
    line-height: 1.7;
    color: var(--grey-60);
    margin-top: 8px;
}

.team-member-item-link {
    width: 32px;
    height: 32px;
    margin: 16px auto 0;
    background: url("images/icons/linkedin_logo.svg") no-repeat center/100%;
    display: block;
}

.team-member-item-link.disabled {
    background-image: url("images/icons/linkedin_icon_disabled.svg");
}

.team-members-filters-list {
    width: 100%;
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.team-members-filter {
    margin: 0 8px 16px;
    cursor: pointer;
    transition: .3s;
    border-radius: 100px;
    flex-shrink: 0;
    padding: 4px 16px 6px;
    background: #fff;
    border: 2px solid var(--gold);
    color: var(--gold);
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

.team-members-filter.active, .team-members-filter:hover {
    transition: .3s;
    background: var(--gold);
    color: #fff;
}

.quantity-item {
    vertical-align: super;
    font-size: 12px;
    margin-left: 2px;
}

.team-members-block .buttons-container {
    margin-top: 8px;
}

/* Slick slider styles start */
.slick-slider
{
    width: 100%;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-moz-transform: translate3d(0, 0, 0);*/
    -ms-transform: translate3d(0, 0, 0);
    /*-o-transform: translate3d(0, 0, 0);*/
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    border: none;
    outline: none !important;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    width: 100%;
    display: block;
    max-width: none;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: black;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    background: rgba(43, 45, 47, .9) !important;
}
.slick-lightbox .slick-loading .slick-list {
    background-color: transparent;
}
.slick-lightbox .slick-prev {
    width: 42px;
    height: 42px;
    top: calc( 50% - 21px );
    left: 27px;
}
.slick-lightbox .slick-next {
    width: 42px;
    height: 42px;
    top: calc( 50% - 21px );
    right: 27px;
}
.slick-lightbox-hide {
    opacity: 0;
}
.slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-hide-init {
    position: absolute;
    top: -9999px;
    opacity: 0;
}
.slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.slick-lightbox-inner {
    /*background: rgba(0,0,0,.9);*/
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-lightbox-inner .slick-slide img {
    width: auto;
    max-width: 90%;
}
.slick-lightbox-slick-item {
    text-align: center;
    overflow: hidden;
}
.slick-lightbox-slick-item:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center;
}
.slick-lightbox-slick-item-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-img {
    margin: 0 auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
}
.slick-lightbox-slick-caption {
    margin: 10px 0 0;
    color: white;
}
.slick-lightbox-close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
}
.slick-lightbox-close:focus {
    outline: none;
}
.slick-lightbox-close:before {
    font-size: 32px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "×";
}

.slick-prev, .slick-next {
    display: block;
    border: none;
    cursor: pointer;
    transition: .3s all;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    top: calc( 50% - 32px );
    text-indent: -9999px;
    background: rgba(0,0,0,.7) url("./images/icons/arrow_right_icon.svg") no-repeat center/100%;
    z-index: 1;
    outline: none !important;
    padding: 0;
}

.slick-prev:hover, .slick-next:hover {
    /*transition: .3s all;*/
    /*box-shadow: 0 2px 20px rgba(0,0,0,.3);*/
    /*background-color: rgba(0,0,0,.9);*/
}

.slick-next {
    /*right: -32px;*/
    right: -48px;
}

.slick-prev {
    /*left: -32px;*/
    left: -48px;
    transform: rotate(180deg);
    text-indent: 9999px;
}

.slick-arrow.slick-disabled {
    background-color: rgba(0,0,0,.2) !important;
    pointer-events: none;
    opacity: 0;
}

.slick-dots {
    height: 12px;
    bottom: -48px;
    position: absolute;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    margin: 0 6px;
    width: 12px;
    height: 12px;
    display: inline-block;
}

.slick-dots button {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid var(--gold);
    transition: .3s;
    margin: 0;
    border-radius: 50%;
    text-indent: -9999px;
    font-size: 0;
    display: block;
    padding: 0;
    cursor: pointer;
}

.slick-dots .slick-active button {
    background: var(--gold);
    transition: .3s;
}

/* Slick slider styles end */

.header-link-btn br, .mobile-footer-socials {
    display: none;
}

.mobile-subtitle {
    display: none;
}

.benefits-list-block .buttons-container, .membership-plans-block .buttons-container {
    margin-top: 24px;
}

.buttons-list .standard-btn + .standard-btn {
    /*margin-left: 16px;*/
}

.subscription-block .buttons-list .standard-btn {
    min-width: 173px;
}

.subscription-block .buttons-list + .subscription-block-container {
    margin-top: 96px;
}

.full-width-image {
    width: 100%;
    margin: 8px auto 32px;
    border-radius: 8px;
}

.benefits-list.two-columns .benefit-item-inner {
    max-width: none;
}

.banner-block {
    border-radius: 8px;
    overflow: hidden;
}

.banner-block.full-width {
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    max-width: none;
}

.testimonials-block-container {

}

.testimonials-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    opacity: 0;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.testimonials-list.visible {
    opacity: 1;
}

.testimonial-item {
    width: calc( 100% / 3 );
    padding: 0 8px 16px;
}

.testimonial-item-inner {
    padding: 32px 40px;
    background: #fff;
    box-shadow: var(--default-shadow);
    border-radius: 8px;
}

.testimonial-item-icon {
    width: auto;
    height: 128px;
    margin-bottom: 24px;
    border-radius: 50%;
}

.testimonial-item-text {
    font-size: 18px;
    line-height: 1.6;
    color: var(--grey-80);
}

.text-gold {
    color: var(--gold);
}

.testimonial-item-name, .testimonial-item-name a {
    margin-top: 24px;
    color: var(--gold);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
}

.testimonial-item-name a {
    margin: 0;
}

.testimonial-item-position {
    margin-top: 8px;
    color: var(--grey-40);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400 !important;
}

.testimonial-item-position strong {
    text-decoration: underline;
    font-weight: 400;
}

.contact-emails-list {

}

.contact-email-item {
    width: 100%;
    padding: 64px 16px;
    background: #fff;
    box-shadow: var(--default-shadow);
    border-radius: 8px;
}

.contact-email-item + .contact-email-item {
    margin-top: 16px;
}

.contact-email-title {
    text-align: center;
    margin-bottom: 16px;
}

.contact-email-subtitle {
    text-align: center;
    font-size: 16px;
    margin-bottom: 24px;
}

.contact-email-block {
    max-width: 632px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 112px;
    border-radius: 8px;
    background: var(--grey-10);
    padding: 32px 88px;
    position: relative;
    color: var(--grey-80);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.contact-email-block:before {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url("images/icons/email_icon.svg") no-repeat center/100%;
    z-index: 1;
}

.contact-email-block:after {
    content: '';
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background: url("images/icons/arrow_right_bordered_icon.svg") no-repeat center/100%;
    z-index: 1;
}

.contact-email-block-inner {

}

.contact-email-block-text {

}

body.header-light .header-bottom,
header.active .header-bottom {
    background: var(--grey-10);
}

body.header-light header .menu-item a,
header.active .menu-item a {
    color: var(--grey-80);
}

body.header-light .header-contact-info,
header.active .header-contact-info {
    color: var(--grey-80);
}

body.header-light header .contact-us-link, body.header-light header .request-callback-btn,
header.active .contact-us-link, header.active .request-callback-btn {
    color: var(--gold);
}

body.header-light header .header-link-btn,
header.active .header-link-btn {
    background: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

.header-mobile-left, .header-mobile-right {
    display: none;
}

.mobile-header-bottom {
    display: none;
}

.mobile-header-bottom .socials-list {
    display: none;
}

header .menu-header-menu-right-part-container .menu > .menu-item:last-of-type {
    /*display: none;*/
}

.tile-item.alignment-center {
    text-align: center;
}

.tile-item.alignment-center .tile-content img {
    margin-left: auto;
    margin-right: auto;
}

.sws-breadcrumbs {
    width: 90%;
    max-width: 1280px;
    margin: 16px auto;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
    font-style: italic;
    font-size: 12px;
    color: var(--grey-60);
    text-decoration: none;
}

.sws-breadcrumbs * {
    color: var(--grey-60);
    text-decoration: none;
}

.top-main-block .sws-breadcrumbs {
    justify-content: center;
}

.top-main-block .sws-breadcrumbs * {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.sws-breadcrumbs .separator {
    margin: 0 8px;
}

.sws-breadcrumbs a:hover, .sws-breadcrumbs a:hover * {
    color: var(--gold) !important;
    transition: .3s;
}

.news-list.two-columns .news-card {
    width: calc(50% - 16px);
}

.read-more-btn.with-icon {
    padding-right: 24px;
    background: url("images/icons/new_tab_icon.svg") no-repeat right top/24px;
}

.events-list {
    opacity: 1 !important;
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.events-list .event-card {
    width: calc( 50% - 16px );
    margin: 0 8px 16px;
    display: none;
}

.events-list .event-card:nth-last-of-type(-n+7) {
    display: block;
}

.post-content, .post-title {
    width: 90%;
    max-width: 848px;
    margin: 0 auto;
}

.post-title {
    margin-top: 24px;
}

.post-wrapper {
    /*margin-bottom: 56px;*/
}

.post-content {
    margin-bottom: 56px;
}

.post-wrapper .sws-breadcrumbs {
    justify-content: center;
    text-align: center;
}

.post-content {
    color: var(--grey-80);
    font-size: 18px;
    line-height: 2;
}

.post-content p, .post-content li {
    line-height: 2;
}

.post-content img {
    border-radius: 8px;
}

.post-content > img {
    border-radius: 8px;
    margin-top: 56px;
}

.post-main-image {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 8px;
}

.post-content > * {
    margin-top: 24px;
}

.post-content h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    color: var(--gold);
    font-weight: 500;
    margin-top: 32px;
    line-height: 1.5;
}

.post-content h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    color: var(--gold);
    font-weight: 400;
    margin-top: 32px;
}

.post-content h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 2;
    font-weight: 400;
}

.post-content h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 2;
    font-weight: 400;
}

.post-content h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 2;
    font-weight: 400;
}

.post-content a {
    color: var(--gold);
    text-decoration: none;
}

.post-content a:hover {
    color: var(--gold);
    text-decoration: underline;
}

.post-content ul li {
    position: relative;
    padding-left: 27px;
}

.post-content ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    position: absolute;
    top: 15px;
    left: 10px;
}

.post-content ol {
    list-style: inside decimal;
}

.post-info {
    width: 90%;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px auto;
}

.nav-links {
    width: 90%;
    max-width: 1280px;
    margin: 32px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: wrap;
}

.page-numbers {
    color: var(--grey-80);
    margin: 0 12px;
    text-decoration: none;
}

.page-numbers.current, a.page-numbers:hover {
    color: var(--gold);
}

.time-to-read, .post-date {
    padding-left: 22px;
    background: url("images/icons/clock_icon.svg") no-repeat left center/16px;
    font-size: 12px;
    color: var(--grey-60);
}

.post-date {
    background-image: url("images/icons/date_icon.svg");
}

.wp-block-quote {
    padding: 32px 40px;
    border-left: 4px solid var(--gold);
    background: #FAF8F4;
    font-size: 20px;
}

.wp-block-pullquote {
    padding: 0;
    background: url("images/icons/quote_top.svg") no-repeat left 13px/64px;
    text-align: left;
}

.wp-block-pullquote blockquote > * {
    padding: 0 96px;
}

.wp-block-pullquote p:first-of-type {
    padding-top: 32px;
}

.wp-block-pullquote p:last-of-type {
    background: url("images/icons/quote_bottom.svg") no-repeat right bottom 13px/64px;
    padding-bottom: 32px;
}

.wp-block-pullquote p {
    font-size: 20px;
    text-align: left;
    font-style: italic;
}

.wp-block-pullquote cite {
    font-size: 16px;
    color: var(--grey-60);
    text-align: left;
    font-style: normal;
    line-height: 2;
    display: inline-block;
}

.sws-hidden {
    display: none !important;
}

.error-image {
    width: 75%;
    max-width: 450px;
    margin: 0 auto 24px;
}

.testimonial-item-text {
    font-style: italic;
}

.testimonial-item-text .text-gold {
    font-weight: 700;
}

.industries-list-block.with-crown-icon .industry-card-title {
    padding-top: 50px;
    background: url("images/icons/crown_icon_lla.svg") no-repeat center 16px/24px;
}

.tile-item.full-height {
    align-items: normal;
}

.tile-content-wrapper.full-height {
    /*min-height: 100%;*/
    max-width: none;
    /*align-self: flex-start;*/
}

.tile-items-list {
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.tile-item-inner {
    background: #fff;
    flex: 0 0 calc( 50% - 8px );
    min-height: calc( 50% - 8px );
    border-radius: 8px;
    text-align: center;
    padding: 40px 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    box-shadow: var(--default-shadow);
}

.tile-item-inner.gold-bg {
    background: var(--gold);
    color: #fff;
}

.tile-item-inner + .tile-item-inner {
    margin-top: 16px;
}

.tile-item-inner-content {

}

.tile-item-inner-icon {
    margin: 0 auto 16px;
    display: block;
    width: 48px;
}

.tile-item-inner-title {
    margin-bottom: 16px;
}

.tile-item-inner.gold-bg .tile-item-inner-title {
    color: #fff;
}

.tile-item-inner-text {
    font-size: 18px;
    line-height: 1.5;
}

.key-facts-tiles-block .tile-items-list {
    height: calc( 100% - 64px );
    flex-flow: row wrap;
    justify-content: center;
    align-items: normal;
    width: calc( 100% + 16px );
    margin: 0 -8px;
}

.key-facts-tiles-block .tile-item-inner + .tile-item-inner, .key-facts-tiles-block .tile-item-inner {
    flex: 0 0 calc(50% - 16px);
    margin: 0 8px;
}

.key-facts-tiles-block .tile-item-inner + .tile-item-inner + .tile-item-inner {
    margin-top: 16px;
}

p.tile-item-inner-title {
    font-size: 48px;
    margin-bottom: 0;
}

.key-facts-tiles-block .tile-item-inner {
    padding: 16px;
}

.key-facts-tiles-block .tile-item-inner-icon {
    width: 64px;
}

.key-facts-tiles-block .tile-item-inner-text {
    color: var(--grey-60);
    font-size: 16px;
}

.key-facts-tiles-block .tile-content-wrapper .tile-content-title {
    margin-bottom: 16px;
}

.bullets-list {

}

.bullets-list li {
    margin-top: 24px;
    padding: 12px 0 0 64px;
    background: url("images/icons/bullet_icon.svg") no-repeat left top/48px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--grey-60);
    text-align: left;
}

.bullets-list li b, .bullets-list li strong {
    display: block;
    font-size: 18px;
    margin-bottom: 4px;
    color: var(--main);
}

.ordered-list {
    position: relative;
}

.ordered-list li {
    width: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 92px;
    position: relative;
}

.order-number {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--gold);
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    margin-right: 32px;
    line-height: 1;
}

.order-number i {
    font-style: italic;
    font-size: 20px;
    display: block;
}

.ordered-item-content {
    text-align: left;
    color: var(--grey-60);
}

.ordered-item-content p {
    font-size: 16px;
}

.ordered-list:before {
    content: '';
    width: 2px;
    height: 90%;
    position: absolute;
    left: 45px;
    top: 5%;
    background: var(--gold);
    display: block;
}

.text-main {
    color: var(--main);
}

.contact-email-block {
    margin-top: 24px;
}

.contact-email-block.phone-icon:before {
    background-image: url('images/icons/phone_icon.svg');
}

.contact-email-block.location-icon:before {
    background-image: url('images/icons/location_icon_rounded.svg');
}

.mobile-header-link-btn {
    display: none;
}

.form-page-block {
    min-height: 100vh;
    padding: 210px 0 96px;
    background: url('https://worldluxurychamber.com/wp-content/uploads/2024/11/bg-image.png') no-repeat fixed center center / 100vw 100%;
    color: #fff;
}

.form-page-block .block-title {
    color: #fff;
    font-family: "EB Garamond", serif;
}

.form-page-block .block-subtitle {
    color: #fff;
    text-align: center;
}

.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999;
    background: rgba(255,255,255,.8);
    border-radius: 16px;
    overflow: hidden;
}

body > .loader-container {
    position: fixed;
    border-radius: 0;
}

.site-loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    background: rgba(255,255,255,1);
}

.lds-roller {
    display: inline-block;
    position: absolute;
    top: 150px;
    left: calc( 50% - 40px );
    z-index: 10;
    width: 80px;
    height: 80px;
}

body > .loader-container > .lds-roller {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gold);
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*intlTelInput styles start*/

.intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=tel], .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 52px !important;
    margin-left: 0;
}

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag,
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    width: 46px !important;
    height: 48px !important;
    background: transparent !important;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 24px !important;
    width: 38px !important;
}

.selected-dial-code {
    display: none !important;
}

.country-name {
    font-size: 12px;
    color: var(--main);
}

.dial-code {
    font-size: 10px;
    color: var(--grey-60);
}

.intl-tel-input .country-list li.country {
    padding: 8px 10px;
}

/*intlTelInput styles end*/

/* form styles start */

.sws-form-content-container {
    max-width: 1080px;
    margin: 0 auto;
    border-radius: 8px;
    padding: 40px 110px 64px;
    background: #fff;
}

.sws-form-content-container:not(.with-br) br {
    display: none;
}

.sws-form-step-title-wrapper {
    transition: .3s;
    padding: 24px 32px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--grey-20);
}

.sws-form-step-wrapper.current .sws-form-step-title-wrapper {
    border-color: var(--gold);
}

.sws-form-step-wrapper.current .sws-form-step-title {
    color: var(--gold);
    transition: .3s;
    font-family: "EB Garamond", serif;
    font-weight: 700;
}

.sws-form-step-title {
    font-size: 24px;
    /* line-height: 1.3; */
    line-height: 1;
    font-weight: 500;
    color: var(--grey-40);
    transition: .3s;
    font-family: "EB Garamond", serif !important;
}

.sws-qa-form * {
    font-family: "Montserrat", sans-serif;
}

.sws-form-step-inner {
    max-width: 525px;
    display: none;
    margin: 0 auto 32px;
}

.sws-form-step-wrapper.current .sws-form-step-inner {
    display: block;
}

.sws-input-label {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--grey-80);
    display: inline-block;
    position: relative;
}

/*.sws-input {*/
/*    padding: 11px 16px !important;*/
/*    font-family: "Montserrat", sans-serif;*/
/*    font-size: 16px;*/
/*    line-height: 1.5;*/
/*    color: var(--main);*/
/*    font-weight: 500;*/
/*    border: 1px solid var(--grey-60);*/
/*    border-radius: 4px;*/
/*    min-height: 48px !important;*/
/*}*/

.sws-input {
    padding: 11px 16px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main);
    font-weight: 500;
    border: 1px solid var(--grey-60);
    border-radius: 4px;
    min-height: 48px !important;
    background: #fff;
    box-shadow: none;
}

select.sws-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    /*width: 100%;*/
    /*padding: 10px 40px 10px 12px;*/
    /*font-size: 16px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 8px;*/
    background-color: #fff;
    transition: .3s;
    /*color: #333;*/

    background-image: url('data:image/svg+xml;utf8,<svg fill="%23999" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    cursor: pointer;
}

select.sws-input:focus, select.sws-input:hover {
    border-color: var(--gold);
    transition: .3s;
}

.sws-input[type="checkbox"], .sws-input.newsletter-agreement-input {
    padding: 0 !important;
    border: none;
}

.sws-input-label-number {
    color: var(--gold);
}

.sws-selection-inputs-block {
    display: none;
}

.wpcf7-radio.sws-input {
    padding: 0;
    border: none;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sws-input .wpcf7-list-item {
    margin: 12px 0 0 0 !important;
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
    /*padding-left: 32px;*/
}

.sws-input .wpcf7-list-item label, .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.sws-input .wpcf7-list-item label input, .wpcf7-acceptance .wpcf7-list-item label input {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    flex-shrink: 0;
}

.sws-checkboxes-list {
    padding: 0 !important;
    border: none;
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: wrap;
}

.sws-checkboxes-list .wpcf7-list-item {
    width: 100%;
    margin-top: 16px !important;
    padding-right: 10px;
}

.sws-form-step-title-number {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    font-family: "EB Garamond", serif;
    border: 2px solid var(--grey-40);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
    /*color: var(--grey-40);*/
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
    transition: .1s;
    font-weight: 700;
    background: var(--grey-40) url('images/icons/checked_icon_green.svg') no-repeat center / 0;
}

.sws-form-step-wrapper.current .sws-form-step-title-number {
    color: #fff;
    background-color: var(--gold);
    border-color: var(--gold);
    transition: .1s;
}

.sws-input-block {
    margin-top: 32px;
    text-align: left;
}

.banner-block .standard-btn.wpcf7-submit {
    margin: 16px auto 0;
}

select.sws-input {
    width: 100%;
}

.sws-input-block textarea {
    width: 100%;
    height: 96px;
    resize: vertical;
}

.sws-form-step-wrapper .sws-standard-btn {
    width: 100%;
    display: flex;
    margin-top: 32px;
}

.sws-validate-form-step-btn {
    width: 100%;
    margin-top: 32px;
}

.sws-input.error {
    border-color: var(--red) !important;
}

.sws-input-block label.error, label.error, .recaptcha-error-message {
    color: var(--red);
    font-weight: 500;
    font-size: 14px;
    margin: 5px 0 0;
    position: relative;
    left: 0;
}

.wpcf7-not-valid-tip {
    color: var(--red);
    font-size: 14px;
    font-weight: 500;
    margin: 5px 0 0;
    position: relative;
    left: 0;
    display: block;
}

.newsletter-agreement-input input[type="checkbox"] {
    width: 16px;
    height: 16px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.sws-form .wpcf7-not-valid-tip, .sws-subscription-form .wpcf7-not-valid-tip {
    display: none;
}

.hidden-input {
    display: none !important;
}

.sws-form-step-wrapper.validated:not(.current) .sws-form-step-title-number {
    color: transparent;
    background-size: 100%;
    /*border-color: var(--green);*/
    border-width: 0;
}

.sws-form-step-wrapper.validated:not(.current) .sws-form-step-edit-btn {
    display: block;
}

.sws-form-step-edit-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-weight: 500;
    z-index: 1;
    cursor: pointer;
    transition: .3s;
    color: var(--blue);
    font-size: 14px;
    line-height: 1.4;
    display: none;
}

.wpcf7-radio.sws-input {
    padding: 0 !important;
    border: none;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sws-input .wpcf7-list-item label, .wpcf7-list-item-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    color: var(--grey-80);
    font-weight: 500;
}

.wpcf7-acceptance .wpcf7-list-item label input {
    min-height: 24px !important;
}

.sws-input .wpcf7-list-item label input, .wpcf7-acceptance .wpcf7-list-item label input {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    flex-shrink: 0;
    min-height: 0;
    border-radius: 4px;
    border-color: var(--grey-60);
}

.sws-input .wpcf7-list-item {
    margin: 12px 0 0 0 !important;
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
}

.wpcf7-list-item {
    margin: 0;
}

/* form styles end */

.sws-form-step-wrapper.validated .sws-form-step-title-wrapper {
    cursor: pointer;
}

.sws-form-description {
    /*margin: 32px auto 16px;*/
    margin: 24px auto 16px;
    background: #FAF8F4;
    color: var(--grey-60);
    padding: 16px 24px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.sws-form-description a {
    color: var(--blue);
}

.sws-form-description a:hover, .sws-form-thanks-wrapper .block-subtitle a:hover {
    color: var(--gold);
}

.sws-form-thanks-wrapper {
    display: none;
    padding-top: 200px;
    background: url("images/icons/sws_checked_icon.svg") no-repeat center top/200px;
    text-align: center;
}

.contact-form .sws-form-thanks-wrapper {
    padding-top: 144px;
    background: url("images/icons/success_icon.svg") no-repeat center top/128px;
}

.postcard-ty-wrapper.sws-form-thanks-wrapper {
    background-image: url("https://worldluxuryday.com/wp-content/uploads/2025/10/postcard_icon.webp");
}

.sws-form-thanks-title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.3;
    color: #000;
}

.sws-form-thanks-text, .sws-form-thanks-wrapper .block-subtitle {
    margin-top: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    color: var(--main);
}

.sws-form-thanks-text a, .sws-form-thanks-wrapper .block-subtitle a {
    color: var(--blue);
    text-decoration: underline;
}

.sws-form-thanks-wrapper .block-title {
    color: var(--gold);
}

.sws-form-thanks-wrapper .block-title br {
    display: block;
}

.wpcf7 form .wpcf7-response-output, .sws-form .wpcf7-spinner, .contact-form .wpcf7-spinner {
    display: none !important;
}

.contact-form .sws-form-content-container {
    max-width: 850px;
    padding: 64px 48px;
}

.contact-us-block {
    background: url('https://worldluxurychamber.com/wp-content/uploads/2024/11/bg@2x-scaled.webp') no-repeat fixed center center/100vw;
}

.wpcf7-submit {
    margin-top: 32px;
}

.subscription-form .wpcf7-submit {
    margin-top: 0;
}

.subscription-form .wpcf7-form-control-wrap {
    /*width: 100%;*/
}

.subscription-form .wpcf7-spinner {
    display: none;
}

.contact-us-block .sws-form-step-inner {
    max-width: 416px;
    margin: 0 auto;
}

.contact-us-block {
    margin-bottom: 0 !important;
}

.page-template-template-page .sws-breadcrumbs {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.page-template-template-page .post-content li + li {
    margin-top: 16px;
}

.subscription-form-result {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 64px;
}

.subscription-form-result-text {
    padding: 4px 0 4px 41px;
    background: url("images/icons/checked_icon_green.svg") no-repeat left center/32px;
    font-size: 16px;
    line-height: 1.5;
}

.subscription-block .subscription-form-result-text {
    color: #fff;
}

.standard-btn.close-popup-btn {
    display: none;
}

.sws-popup .standard-btn.close-popup-btn {
    display: inline-flex;
}

.sws-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1010;
    background: rgba(0,0,0,.5);
}

.sws-popup {
    position: absolute;
    top: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 848px;
    max-height: 95vh;
    transition: .3s;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.sws-overlay.active .sws-popup {
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
}

.sws-popup-inner {
    width: 100%;
    max-height: 95vh;
    overflow-y: auto;
}

.sws-close-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 1;
    background: url("images/icons/cross_icon.svg") no-repeat center/100%;
}

.sws-popup .contact-us-block {
    background: #fff;
    padding: 0 !important;
}

.sws-popup .container {
    width: 100%;
}

.sws-popup .contact-form .sws-form-content-container {
    border-radius: 0;
    /*padding: 48px;*/
    padding: 40px;
}

.sws-popup .block-title {
    margin-bottom: 8px;
}

.sws-popup .sws-input-block, .sws-popup .wpcf7-submit {
    margin-top: 20px;
}

.sws-popup .block-subtitle {
    max-width: 550px;
    margin-bottom: 20px;
}

.information-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.information-item {
    width: calc( 100% / 3 - 16px );
    margin: 0 8px 16px;
    border-radius: 8px;
    padding: 40px;
    background: #fff;
    box-shadow: var(--default-shadow);
    text-align: center;
}

.information-item-inner {

}

.information-item-icon {
    width: auto;
    height: 96px;
    margin: 0 auto 24px;
}

.information-item-title {
    font-size: 18px;
    font-weight: 700;
}

.information-item-btn {
    margin-top: 24px;
    text-decoration: none;
    color: #fff !important;
}

.menu-item-has-children {
    position: relative;
}

.menu-item-has-children > a {
    background: url("images/icons/toggle_arrow_white.svg") no-repeat right 5px center/10px;
}

.header-light .menu-item-has-children > a {
    background-image: url("images/icons/toggle_arrow_grey.svg");
}

.menu-item-has-children:hover > a {
    background-image: url("images/icons/toggle_arrow_gold.svg") !important;
    color: var(--gold) !important;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(42, 42, 42, 0.8);
    padding: 10px 0;
    z-index: 5;
}

.header-light .sub-menu {
    background: var(--grey-10);
}

.sub-menu .menu-item a {
    white-space: nowrap;
    text-align: left;
    justify-content: flex-start;
    padding: 5px 20px 5px 20px;
    min-height: 0;
}

.menu-item.current_page_item > a, .current-page-ancestor.menu-item > a {
    color: var(--gold) !important;
}

footer .request-callback-btn {
    font-weight: 500;
    color: var(--gold);
    text-decoration: none;
}

footer .request-callback-btn:hover {
    text-decoration: underline;
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.post-views.content-post {
    display: none !important;
}

.payment-block {
    padding: 176px 0 128px;
    background: url('images/payment_bg.jpg') no-repeat center top/cover;
}

.payment-container {
    max-width: 900px;
    border-radius: 8px;
    box-shadow: var(--default-shadow);
    background: #fff;
    padding: 48px;
}

.input-block {
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

.input-label {
    font-size: 16px;
    /*min-height: 28px;*/
    line-height: 1.4;
    margin-bottom: 8px;
    font-weight: 500;
    display: inline-block;
}

.inputs-wrapper {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.payment-divider {
    width: 100%;
    margin-bottom: 20px;
}

.inputs-list {
    display: flex;
    justify-content: space-between;
}

.input-block.with-informer {
    position: relative;
}

.input-block .informer-block {
    position: relative;
    top: 3px;
    right: auto;
    display: inline-block;
}

.informer-icon {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    background: #ba9051 url('images/icons/question_icon.svg') no-repeat center/100%;
}

.input-block .informer-block .informer-content {
    font-weight: 500;
}

.informer-content {
    /* display: none; */
    opacity: 0;
    pointer-events: none;
    transform: translateY(30px);
    transition: .3s;
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 16px;
    width: 300px;
    border-radius: 4px;
    z-index: 5;
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15);
    color: #4d4d4d;
}

.informer-block:hover .informer-content {
    display: block;
    opacity: 1;
    transform: translateY(0);
    transition: .3s;
    pointer-events: auto;
}

.payment-container .block-title {
    margin-bottom: 48px;
}

.sws-events-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-start;
}

.sws-event-card {
    width: calc( 100% / 3 - 16px );
    /*box-shadow: var(--default-shadow);*/
    box-shadow: var(--shadow);
    border-radius: 8px;
    margin: 0 8px 16px;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 72px;
}

.sws-event-card-inner {
    /*border-radius: 8px;*/
    /*background: #fff;*/
    /*overflow: hidden;*/
}

.sws-event-card-image-wrapper {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    display: block;
}

.sws-event-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: .3s;
}

.sws-event-card:hover .sws-event-card-image {
    transition: .3s;
    transform: translate(-50%, -50%) scale(1.05);
}

.sws-event-card-content-wrapper {
    padding: 24px 24px 0;
}

.sws-event-card-title {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    color: var(--grey-80);
    text-decoration: none;
}

.sws-event-card-title:hover {
    color: var(--gold);
}

.sws-event-card-info-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    gap: 12px;
    margin-top: 16px;
}

.sws-event-card-info-item {
    width: calc( 50% - 6px );
    font-style: italic;
}

.sws-event-card-info-item-label {
    font-size: 12px;
    line-height: 1.6;
    font-weight: bold;
    color: var(--grey-60);
}

.sws-event-card-info-item-value {
    font-size: 14px;
    line-height: 1.3;
    color: var(--grey-80);
    font-weight: 500;
    margin-top: 5px;
}

.sws-past-event-card .sws-event-card-image {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.sws-event-card-expired-notice {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    background: var(--main);
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    font-size: 10px;
    line-height: 1.6;
}

.single-event-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-top: 24px;
}

.single-event-content a {
    color: var(--gold);
}

.single-event-content > * + * {
    margin-top: 12px;
}

.single-event-content li {
    list-style: disc inside;
}

.single-event-content-wrapper {
    width: 100%;
    padding-right: 32px;
    /*max-width: 524px;*/
}

.single-event-title {
    text-align: left;
    margin-bottom: 24px;
}

.single-event-content {
    font-size: 18px;
    line-height: 1.8;
}

.single-event-info {
    width: calc( 50% - 16px );
    margin-left: 16px;
    flex-shrink: 0;
}

.single-event-image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

body.single-member .single-event-image-wrapper {
    margin-top: 40px;
}

.single-event-image-wrapper img {
    /*width: 100%;*/
    max-height: 550px;
    border-radius: 8px;
    margin: 0 auto;
}

.single-event .sws-breadcrumbs, .post-type-archive-member .sws-breadcrumbs {
    justify-content: center;
}

.single-event-content-wrapper .sws-event-card-info-list {
    margin: 24px auto 32px;
}

.sws-search-form {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 32px;
    position: relative;
}

.sws-search-btn {
    min-width: 140px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.sws-search-input {
    padding-right: 150px;
}

.sws-member-card-info {
    margin-top: 16px;
}

.sws-member-card-info .sws-event-card-info-item {
    width: 100%;
    margin-top: 12px;
}

.sws-member-card-info .sws-event-card-info-item-value {
    color: var(--gold);
}

.sws-member-card-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 164px;
    border-bottom: 1px solid var(--grey-20);
}

.sws-member-card-image {
    width: auto;
    max-width: 70%;
    height: auto;
    /*max-height: 150px;*/
    max-height: 130px;
}

.single-member-wrapper .sws-event-card-info-item-label {
    font-size: 12px;
}

.single-member-wrapper .sws-event-card-info-item-value {
    font-size: 16px;
    /*color: var(--gold);*/
}

.sws-social-media-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
}

.sws-share-block {
    /*margin-top: 36px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.sws-share-block-title {
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    color: var(--grey-40);
}

.sws-share-item {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: .3s;
    margin: 8px;
    background: url("images/icons/copy_icon.svg") no-repeat center/100%;
    border-radius: 50%;
}

.sws-share-facebook {
    background-image: url("images/icons/facebook_icon.svg");
}

.sws-share-linkedin {
    background-image: url("images/icons/linkedin_icon.svg");
}

.sws-share-whatsapp {
    background-image: url("images/icons/whatsapp_icon.svg");
}

.sws-share-twitter {
    background-image: url("images/icons/twitter_icon.svg");
}

.sws-copy-link {
    background-image: url("images/icons/copy_icon.svg");
}

.sws-share-email {
    background-image: url("images/icons/email_icon_bordered.svg");
}

.sws-social-media-item {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 16px;
    background: url("images/icons/copy_icon.svg") no-repeat center/100%;
}

.sws-social-icon-facebook {
    background-image: url("images/icons/facebook_icon.svg");
}

.sws-social-icon-instagram {
    background-image: url("images/icons/instagram_icon.svg");
}

.sws-social-icon-linkedin {
    background-image: url("images/icons/linkedin_icon.svg");
}

.single-member-logo {
    width: auto;
    height: auto;
    max-width: 200px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    border-radius: 4px;
}

.single-member-wrapper .single-event-image-wrapper {
    border-radius: 80px 8px 80px 8px;
}

.sws-back-link {
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 32px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 700;
    color: var(--grey-60);
    background: url("images/icons/arrow_left.svg") no-repeat left center/24px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}

.sws-single-mobile {
    display: none;
}

.single-event-image-caption {
    text-align: center;
    font-style: italic;
    margin: 8px auto 0;
    font-size: 12px;
    line-height: 1.6;
    color: var(--grey-80);
    max-width: 75%;
}

.sws-event-card-hosted-by {
    position: absolute;
    top: 16px;
    left: 0;
    z-index: 3;
    min-height: 36px;
    padding: 10px 16px 10px 46px;
    background: var(--gold) url("images/icons/wlcc_icon.svg") no-repeat 24px center/18px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 10px;
    line-height: 1.6;
    font-weight: 600;
    border-radius: 0 100px 100px 0;
}

.sws-event-card-hosted-by.partner-hosted {
    background: var(--dark-green) url("images/icons/partner_icon.svg") no-repeat 24px center/18px;
}

.navigation.pagination {
    display: flex;
    justify-content: center;
}

.board-item .team-member-item-link {
    margin: 0;
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    text-align: center;
}

.sws-show-more-events-btn {
    margin-top: 16px;
}

.sws-hidden-input {
    display: none;
}

.sws-media-items-list {
    width: calc( 100% + 16px );
    margin: 0 -8px;
    display: flex;
    justify-content: flex-start;
    flex-flow: wrap;
}

.sws-media-item {
    width: calc( 25% - 16px );
    margin: 0 8px 16px;
    box-shadow: var(--shadow);
    border-radius: 8px;
    padding-bottom: 72px;
    position: relative;
}

.sws-media-item-image-wrapper {
    padding-top: 53%;
    position: relative;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #d8d8d8;
}

.sws-media-item-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 90%;
    height: auto;
    max-height: 90%;
    z-index: 3;
}

.sws-media-item-buttons-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 24px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

.sws-media-item-buttons-container .standard-btn, .sws-event-card .standard-btn {
    width: auto;
    min-width: 100px;
    font-size: 10px;
    padding: 10px 12px;
    min-height: 36px;
}

.sws-event-card .sws-bottom-btn {
    bottom: 16px;
}

.read-more-btn.sws-with-arrow {
    font-style: italic;
    padding-right: 16px;
    background: url("images/icons/arrow_right_top_blue.svg") no-repeat right center/16px;
}

.read-more-btn.sws-with-arrow:hover {
    background-image: url("images/icons/arrow_right_top_gold.svg");
}

.sws-fullwidth-item {
    width: 100%;
}

.sws-color-gold {
    color: var(--gold);
}

.sws-event-card-info-item-value {
    word-break: break-word;
}

.single-media-opportunity .sws-breadcrumbs, .page-id-256 .sws-breadcrumbs, .post-type-archive .sws-breadcrumbs {
    justify-content: center;
}

.sws-buttons-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sws-buttons-container > * {
    margin-right: 24px;
}

.sws-buttons-container .read-more-btn {
    font-size: 16px;
    padding-right: 24px;
    background-size: 24px;
}

.sws-media-items-list.three-items-list .sws-media-item {
    width: calc( 100% / 3 - 16px );
}

.sws-about-offer-wrapper {
    width: 100%;
    padding: 48px 0;
    background: var(--grey-10);
}

.sws-about-offer-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sws-about-offer-column {
    width: calc( 50% - 8px );
    padding: 24px 40px;
}

.sws-about-offer-column.with-white-bg {
    background: #fff;
    border-radius: 8px;
    box-shadow: var(--shadow);
}

.sws-about-offer-column.with-white-bg {
    max-width: 524px;
}

.sws-text-grey {
    color: var(--grey-80) !important;
}

.sws-text-lightgrey {
    color: var(--grey-60) !important;
}

.sws-about-offer-icon {
    width: auto;
    height: 42px;
    display: block;
    margin-bottom: 15px;
}

.sws-about-offer-title {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 700;
    color: var(--gold);
}

.sws-about-offer-content > * + * {
    margin-top: 24px;
}

.wpcf7-spinner {
    display: none;
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: none;
    width: 300px;
}

.post-content .wp-block-image.size-full img {
    width: 100%;
    max-width: 300px;
}

.post-content .wp-block-image.size-large img {
    width: 100%;
    max-width: 100%;
}

.wpcf7-checkbox.sws-input {
    padding: 0 !important;
    border: none !important;
    min-height: 0 !important;
}

.request-form .sws-input .wpcf7-list-item {
    margin: 0 !important;
}

.status-block {
    background: url("images/payment_bg.jpg") no-repeat center/cover;
    padding-bottom: 150px;
}

.sws-content-block.status-block {
    margin-bottom: 0;
}

.status-container {
    width: 90%;
    max-width: 1060px;
    margin: 0 auto;
    padding: 40px 64px 64px;
    background: #fff;
    box-shadow: 0 4px 16px #4D4D4D1A;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.status-block .standard-btn {
    margin-top: 32px;
}

.status-block-icon {
    width: auto;
    height: 200px;
    margin: 0 auto 32px;
}

.status-block-title {

}

.status-block-desc {
    font-size: 18px;
    line-height: 1.7;
    text-align: center;
}

.status-block-title > * + * {
    margin-top: 16px;
}

.sws-text-red {
    color: var(--red);
}

.single-media-opportunity-image-wrapper {
    /*padding-top: 40px;*/
}

.sws-other-input, .sws-other-input-block {
    display: none;
}

.sws-new-form-step-title-wrapper .block-title {
    color: var(--gold);
}

.sws-new-form-step-title-wrapper .block-subtitle {
    color: var(--main);
}

.sws-new-form-icon {
    width: auto;
    height: 200px;
    display: block;
    margin: 0 auto 24px;
}

.sws-form-description + p .wpcf7-submit {
    margin-top: 12px;
}

.sws-form-step-inner:last-of-type {
    margin-bottom: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #FAF8F4 !important;
    color: var(--grey-80) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    top: 2px !important;
}

.select2-container .select2-selection--multiple {
    min-height: 48px !important;
    padding: 11px 16px !important;
}

.ms-options-wrap {
    position: relative;
}

.ms-options-wrap,
.ms-options-wrap * {
    box-sizing: border-box;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    font-size: 13px;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ms-options-wrap > button[disabled] {
    background-color: #e5e9ed;
    color: #808080;
    opacity: 0.6;
}

.ms-options-wrap > button:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}

.ms-options-wrap.ms-has-selections > button {
    color: #333;
}

.ms-options-wrap > .ms-options {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 20px;
    background: white;
    z-index: 2000;
    border: 1px solid #aaa;
    overflow: auto;
    visibility: hidden;
}

.ms-options-wrap.ms-active > .ms-options {
    visibility: visible
}

.ms-options-wrap > .ms-options > .ms-search input {
    width: 100%;
    padding: 4px 5px;
    border: none;
    border-bottom: 1px groove;
    outline: none;
}

.ms-options-wrap > .ms-options > .no-result-message {
    padding: 4px 5px;
    display: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
    display: inline-block;
    font-size: .9em;
    text-transform: lowercase;
    text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
    text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
    margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ms-options-wrap > .ms-options > ul li.ms-hidden {
    display: none;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
    padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
    border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
    display: block;
    padding: 5px 0 0 0;
    font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 4px 4px 4px 20px;
    margin: 1px 0;
    border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
    padding: 4px;
}

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
    background-color: #efefef;
    border-color: #999;
}

.ms-options-wrap > .ms-options > ul li.selected label {
    background-color: #efefef;
    border-color: transparent;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 7px;
}

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

.ms-options-wrap > .ms-options > ul label {
    color: var(--grey-80);
    padding: 6px 4px 6px 25px;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    top: 9px;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {
    padding: 11px 16px !important;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: var(--main);
    font-weight: 500;
    border: 1px solid var(--grey-60);
    border-radius: 4px;
    min-height: 48px !important;
}

.ms-options-wrap > .ms-options {
    display: none;
}

.ms-options-wrap.ms-active > .ms-options {
    display: block;
}

.sws-multiselect {
    display: none;
}

.tile-content p > .standard-btn {
    margin-top: 5px;
}

.events-slider .slick-track {
    display: flex !important;
}

.events-slider .slick-slide {
    height: inherit !important;
}

.payment-box-form-btn[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.post-type-archive-member .site-main > .block-title,
.post-type-archive-member .site-main > .block-subtitle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.join-us-cards-block {
    background: var(--grey-10);
}

.join-cards-list {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 16px;
}

.join-card {
    width: calc( 25% - 12px );
    padding: 40px 42px;
    box-shadow: 0 4px 16px #4D4D4D1A;
    border-radius: 8px;
    background: #fff;
    text-align: center;
}

.join-card.gold-bg {
    background: var(--gold);
    color: #fff;
}

.join-card-icon {
    width: auto;
    height: 96px;
    margin: 0 auto 24px;
}

.join-card-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 700;
    max-width: 150px;
    margin: 0 auto;
}

.join-card .standard-btn {
    min-width: 100%;
    margin-top: 24px;
    padding: 10px;
}

.join-card.gold-bg .standard-btn {
    background: #fff;
    border-color: #fff;
    color: var(--gold);
}

.membership-plans-list {
    width: 100%;
    display: flex;
    gap: 16px;
}

.membership-plan-card {
    width: calc( 100% / 3 - 32px / 3 );
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px #4D4D4D1A;
    overflow: hidden;
}

.membership-plan-card-image-wrapper {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.membership-plan-card-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.membership-plan-card-content {
    padding: 24px;
    background: #fff;
}

.membership-plan-card-title {
    font-size: 24px;
    line-height: 1.3;
    font-family: "EB Garamond", serif;
    font-weight: 700;
}

.membership-plan-card-desc {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.7;
}

.membership-plan-card-desc > * + *,
.membership-plan-card-desc li + li {
    margin-top: 16px;
}

.membership-plan-card-desc li {
    padding-left: 31px;
    position: relative;
}

.membership-plan-card-desc li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: url("images/icons/checked_icon_bordered_gold.svg") no-repeat center/100%;
}

.membership-plan-card-desc li a {
    text-decoration: none;
    color: var(--blue);
}

.membership-plan-card-desc li a:hover {
    color: var(--gold);
}

.hidden {
    display: none;
}

.subscription-main-block {
    padding: 0 !important;
    position: relative;
    /*min-height: 810px;*/
    /*min-height: 910px;*/
    /*min-height: 980px;*/
    min-height: 950px;
    /*min-height: 850px;*/
}

.subscription-main-block:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #131313, #131313B2 70%, transparent 100%);
    z-index: 2;
}

.subscription-main-block-image {
    width: 100%;
    /*width: auto;*/
    height: 100%;
    object-position: center;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.subscription-main-block-container {
    position: absolute;
    /*bottom: 100px;*/
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

.subscription-main-block-content {
    color: #fff;
    width: 50%;
    flex-shrink: 0;
    margin-right: 24px;
}

.subscription-main-block-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    text-transform: uppercase;
}

.subscription-main-block-desc {
    margin-top: 32px;
    font-size: 24px;
    line-height: 1.3;
}

.subscription-main-block-additional-text {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.7;
}

.subscription-main-block-form-wrapper {
    width: 50%;
    max-width: 525px;
    background: #fff;
    border-radius: 8px;
    /*overflow: hidden;*/
    box-shadow: 0 4px 16px #4D4D4D1A;
    padding: 40px 64px;
    position: relative;
}

.subscription-main-block-form-title {
    color: var(--gold);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    font-family: "EB Garamond", serif;
    /*margin-bottom: 16px;*/
}

.single-form .subscription-form, .single-form .subscription-form > p {
    display: block;
}

.single-form .subscription-form .wpcf7-submit {
    width: 100%;
    margin: 24px 0 0;
}

.sws-form-tip {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
    color: var(--grey-60);
}

.sws-form-tip a {
    color: var(--grey-60);
}

.sws-form-tip a:hover {
    color: var(--gold);
}

.packages-table {
    position: relative;
    border-collapse: separate;
}

.packages-table thead {
    width: 100%;
}

.packages-table thead tr {
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
}

.packages-table thead th {
    /*background: #fff;*/
}

.packages-table thead th + th {
    background: #fff;
    padding: 16px 24px;
    border: 1px solid var(--grey-20);
    border-bottom: none;
    border-right: none;
    /*width: 172px;*/
    width: 222px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.packages-table thead th + th + th {
    /*border-left: none;*/
}

/*.packages-table thead th + th:after {*/
/*    content: '';*/
/*    width: 172px;*/
/*    height: 100%;*/
/*    box-sizing: border-box;*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    z-index: 1;*/
/*    background: transparent;*/
/*    border: 1px solid var(--grey-20);*/
/*    border-bottom: none;*/
/*}*/

/*.packages-table thead th + th + th:after {*/
/*    border-left: none;*/
/*    !*left: 2px;*!*/
/*}*/

.packages-table thead th:nth-of-type(2) {
    border-radius: 8px 0 0 0;
}

.packages-table-cell:last-of-type {
    border-right: none;
}

.packages-table /*thead tr*/ /*th:last-of-type*/ {
    border-right: 1px solid var(--grey-20);
    border-radius: 0 8px 0 0;
}

.packages-table thead th:nth-of-type(2), .packages-table-cell:nth-of-type(2) {
    color: var(--dark-red);
}

.packages-table thead th:nth-of-type(3), .packages-table-cell:nth-of-type(3) {
    /*color: var(--low-green);*/
}

.packages-table thead th:nth-of-type(3), .packages-table-cell:nth-of-type(3) {
    color: var(--violet);
}

.packages-table thead th:nth-of-type(5), .packages-table-cell:nth-of-type(5) {
    color: var(--low-blue);
}

.packages-table thead th:nth-of-type(4), .packages-table-cell:nth-of-type(4) {
    color: var(--brown);
}

.packages-table thead th:last-of-type {
    border-radius: 0 8px 0 0;
}

.packages-table thead th:nth-of-type(2) .standard-btn {
    background-color: var(--dark-red);
    border-color: var(--dark-red);
}

.packages-table thead th:nth-of-type(3) .standard-btn {
    background-color: var(--low-green);
    border-color: var(--low-green);
}

.packages-table thead th:nth-of-type(3) .standard-btn {
    background-color: var(--violet);
    border-color: var(--violet);
}

.packages-table thead th:nth-of-type(5) .standard-btn {
    background-color: var(--low-blue);
    border-color: var(--low-blue);
}

.packages-table thead th:nth-of-type(4) .standard-btn {
    background-color: var(--brown);
    border-color: var(--brown);
}

.packages-table-row:nth-of-type(odd) {
    background: var(--grey-10);
}

.packages-table-cell {
    width: 172px;
    padding: 16px;
    border-right: 1px solid var(--grey-20);
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    box-sizing: border-box;
}

.packages-table-cell-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.packages-table-cell-icon.checked-icon {
    background: url("images/icons/checked_icon_bordered_red.svg") no-repeat center/100%;
}

.packages-table-cell:nth-of-type(3) .packages-table-cell-icon.checked-icon {
    background-image: url("images/icons/checked_icon_bordered_green.svg");
}

.packages-table-cell:nth-of-type(3) .packages-table-cell-icon.checked-icon {
    background-image: url("images/icons/checked_icon_bordered_violet.svg");
}

.packages-table-cell:nth-of-type(5) .packages-table-cell-icon.checked-icon {
    background-image: url("images/icons/checked_icon_bordered_blue.svg");
}

.packages-table-cell:nth-of-type(4) .packages-table-cell-icon.checked-icon {
    background-image: url("images/icons/checked_icon_bordered_brown.svg");
}

.packages-table-cell-icon.cross-icon {
    width: 32px;
    height: 32px;
    background: url("images/icons/cross_icon_grey.svg") no-repeat center/100%;
}

.packages-table-desc-cell.packages-table-cell {
    width: calc( 100% - 860px );
    text-align: left;
}

.packages-table .standard-btn {
    min-width: 100%;
    padding: 10px 2px;
    min-height: 36px;
    font-size: 10px;
}

.packages-table-cell-title {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.packages-table-cell-description {
    font-size: 12px;
    line-height: 1.5;
    color: var(--grey-60);
    margin-top: 3px;
    font-weight: 400;
}

.package-icon {
    width: auto;
    height: 48px;
    margin: 0 auto 8px;
}

.package-title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.package-desc {
    font-size: 12px;
    line-height: 1.3;
    color: var(--grey-40);
    font-weight: 500;
}

.package-join-btn {
    margin-top: 8px;
}

body.page-id-3482 .sws-breadcrumbs {
    text-align: center;
    justify-content: center;
}

.packages-table-notes {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 16px;
    font-weight: 400;
    font-style: italic;
}

.packages-table-notes > * + * {
    margin-top: 8px;
}

.cards-list {
    display: flex;
    flex-flow: wrap;
    gap: 16px;
}

.card-item {
    width: calc( 100% / 3 - 32px / 3 );
    padding: 32px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px #4D4D4D1A;
    text-align: center;
}

.card-item-image-wrapper {
    display: block;
}

.card-item-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    font-family: "EB Garamond", serif;
    margin: 16px 0;
    color: var(--grey-80);
}

.magazine-cards-list {
    max-width: 500px;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}

.magazine-card-item {
    width: 100%;
}

.magazine-card-title {
    margin: 0 auto 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #4d4d4d;
    transition: .3s;
    text-align: center;
}

.magazine-card-content {
    width: 100%;
    position: relative;
    padding-top: 127%;
}

.site-main > .block-title, .site-main > .block-subtitle {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.subscription-main-block-form-wrapper .sws-form-container {
    width: 100%;
}

.subscription-main-block-form-wrapper .sws-form-content-container {
    padding: 0;
}

.subscription-main-block-form-wrapper .sws-new-form-step-title-wrapper {
    display: none;
}

.subscription-main-block-form-wrapper .sws-form-description {
    font-size: 14px;
    padding: 0;
    background: transparent;
    margin: 15px auto 5px;
}

.subscription-main-block-form-wrapper .sws-input-block {
    margin-top: 15px;
}

.subscription-main-block-form-wrapper .sws-input-label, .subscription-main-block-form-wrapper .ms-options-wrap > .ms-options > ul label {
    font-size: 14px;
}

.subscription-main-block-form-wrapper .sws-input, .subscription-main-block-form-wrapper .ms-options-wrap > button:focus, .ms-options-wrap > button {
    min-height: 40px !important;
    padding: 8px 12px !important;
    font-size: 14px;
}

.subscription-main-block-form-wrapper .sws-form-thanks-wrapper .standard-btn {
    display: none;
}

body.postid-3060 .single-member-logo {
    display: none;
}

.sws-input-block .link {
    /*text-decoration: none;*/
    color: var(--blue);
    margin-top: 16px;
    display: inline-block;
}

.sws-input-block .link:hover {
    color: var(--gold);
}

.packages-comparison-block {
    margin-top: -40px;
    padding-top: 40px;
}

.sws-committee-interest-form .newsletter-agreement-input .wpcf7-list-item-label {
    font-size: 14px;
}

.sws-required-input-sign {
    color: var(--red);
}

.sws-search-wrapper {
    width: 90%;
    max-width: 500px;
    min-height: 107px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.search-form {
    width: 100%;
    position: relative;
}

.search-input {
    width: 100%;
    padding-right: 50px;
    background: rgba(255, 255, 255, 0.9);
    border: none;
}

.search-btn {
    width: 48px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    /*border-radius: 0 4px 4px 0;*/
    border-radius: 4px;
    cursor: pointer;
    transition: .3s;
    background: var(--gold) url("images/icons/search-icon-white.svg") no-repeat center/35%;
}

.search-btn:hover {
    transition: .3s;

}

.sws-text-link {
    padding: 10px 15px;
    background: rgba(0,0,0,.25);
    border-radius: 4px;
    text-decoration: none;
}

.sws-text-white {
    color: #fff;
}

.sws-reset-link {

}

.wpcf7-form-control-wrap.recaptcha {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    flex-flow: column;
    align-items: center;
}

.sws-member-directory-form {

}

.sws-icon-input {
    padding-left: 48px !important;
    background: #fff url("https://worldluxurychamber.com/wp-content/uploads/2024/11/Facebook-Whsssite-16x16-1.svg") no-repeat 16px center/24px;
}

.sws-facebook-input {
    background-image: url("https://worldluxurychamber.com/wp-content/uploads/2024/11/Facebook-Whsssite-16x16-1.svg");
}

.sws-instagram-input {
    background-image: url("https://worldluxurychamber.com/wp-content/uploads/2024/11/Instagram-sasdWhite-16x16-1.svg");
}

.sws-linkedin-input {
    background-image: url("https://worldluxurychamber.com/wp-content/uploads/2024/11/Vector-2.svg");
}

.mb-2 {
    margin-bottom: 12px;
}

.sws-file-types-list {
    height: 33px;
    margin: 12px auto 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sws-file-type-btn {
    background-color: #fff;
    padding: 8px 16px 8px 16px;
    cursor: pointer;
    transition: .3s;
    color: var(--grey-40);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    border: 1px solid var(--grey-40);
}

.sws-file-type-btn-inner {
    background: url("./images/icons/sws_attach_icon_white.svg") no-repeat left center/16px;
    padding-left: 20px;
}

.sws-file-type-btn:first-of-type {
    border-radius: 4px 0 0 4px;
}

.sws-file-type-btn:last-of-type {
    border-radius: 0 4px 4px 0;
}

.sws-file-type-btn.active {
    background-color: var(--gold);
    border-color: var(--gold);
    color: #fff;
}

.sws-file-type-link-btn .sws-file-type-btn-inner {
    background-image: url("./images/icons/sws_attach_icon_grey.svg");
}

.sws-file-type-link-btn.active .sws-file-type-btn-inner {
    background-image: url("./images/icons/sws_attach_icon_white.svg");
}

.sws-file-type-image-btn .sws-file-type-btn-inner {
    background-image: url("./images/icons/sws_share_icon_grey.svg");
}

.sws-file-type-image-btn.active .sws-file-type-btn-inner {
    background-image: url("./images/icons/sws_share_icon_white.svg");
}

.sws-file-types-tabs {

}

.sws-file-type-tab {
    display: none;
}

.sws-file-type-tab.active {
    display: block;
}

.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
    font-size: 18px !important;
    color: var(--blue);
    font-weight: 500 !important;
}

.codedropz-upload-handler {
    border-color: var(--blue);
}

.codedropz-upload-inner h3 {
    font-size: 18px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    color: var(--grey-80);
    font-family: "Montserrat", sans-serif;
}

.codedropz-upload-inner span {
    font-size: 14px !important;
    color: var(--grey-80);
    margin-bottom: 5px;
    display: inline-block;
}

.sws-form-desc-text + .sws-form-desc-text {
    margin-top: 16px;
}

.sws-form-desc-text.text-small {
    font-size: 14px;
}

.sws-form-description.without-bg {
    padding: 0;
    background: transparent;
}

.sws-checkbox-wrapper {
    margin: 16px 0;
    display: flex;
    align-items: flex-start;
}

.sws-checkbox-wrapper {

}

.sws-form-desc-text em {
    color: var(--grey-60);
    font-style: italic;
}

.sws-form-desc-text {
    color: var(--main);
}

.sws-form-step-wrapper {
    position: relative;
}

.sws-form-description.full-width {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 860px;
    box-sizing: border-box;
}

.sws-pagination {
    width: 100%;
}

.status-block.single-text .status-block-icon-wrapper,
.status-block.single-text .standard-btn {
    display: none;
}

.sws-tip-text {
    font-size: 14px;
    margin-top: 16px;
    display: inline-block;
}

.status-block .sws-tip-text {
    max-width: 450px;
    margin: 16px auto 0;
}

.sws-search-form {
    /*max-width: 100%;*/
}

.sws-search-form-wrapper {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 16px;
}

.sws-search-form-wrapper .sws-search-btn {
    position: relative;
    width: 150px;
    min-width: 150px;
}

.sws-search-item-block {
    /*width: 27%;*/
    width: calc( 100% / 3 - 66px );
    /*flex-shrink: 0;*/
}

.sws-label {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 15px;
}

.sws-search-item-block input::placeholder, .sws-search-item-block input {
    color: var(--grey-60);
    opacity: 1;
}

select.sws-input {
    outline: none;
    color: var(--grey-60);
}

select#industry option[value="333"] {
    display: none;
}

.top-main-block-container.align-center {
    justify-content: center;
}

.top-main-block.with-gradient {
    color: #fff;
    position: relative;
}

.top-main-block.with-gradient .sws-search-item-block {
    text-align: left;
}

.top-main-block.with-gradient:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.top-main-block.with-gradient .top-main-block-content > * {
    margin-top: 24px;
}

.sws-search-form-wrapper {
    margin: 48px auto 0 !important;
}

.text-center {
    text-align: center;
}

.notification-text {
    font-size: 32px;
}

.wlcc-login-container {

}

.wlcc-login-form {
    max-width: 500px;
    margin: 0 auto;
}

#_form_10_._inline-form._inline-style ._inline-style._button-wrapper {
    width: auto !important;
}

#_form_10_ ._submit {
    font-size: 12px !important;
}

.wlcc-checkbox-group label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.wlcc-checkbox-group label input[type="checkbox"] {
    margin: 0 8px 0 0;
}

.sws-event-card-info-item.full-width {
    width: 100%;
    font-size: 14px;
}

.sws-event-card-info-item.full-width .sws-event-card-info-item-label {
    font-size: 14px;
}

.single-member-wrapper .sws-event-card-info-item-value a, .wlcc-login-desc a {
    color: var(--gold);
}

.wlcc-login-desc * {
    text-align: left !important;
}

.wlcc-login-desc ul li {
    list-style: disc inside;
    color: var(--main);
}

.mb-0 {
    margin-bottom: 0;
}

.mb-10 {
    margin-bottom: 10px;
}

.wlcc-login-desc {
    margin-bottom: 48px;
}

.wlcc-login-form .wlcc-checkbox-group label {
    color: var(--grey-80);
    font-weight: 500;
}

.double-cards-list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    gap: 24px;
}

.double-card-item {
    width: calc( 50% - 12px );
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 48px 40px;
    background: #fff;
    box-shadow: 0 4px 16px #4D4D4D1A;
}

.double-card-item.gold-bg {
    border: 1px solid var(--gold);
    background: linear-gradient(45deg, #F8F4EE, transparent);
}

.double-card-item-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}

.double-card-item-desc {
    font-size: 14px;
    line-height: 1.7;
    color: var(--grey-60);
    margin-top: 16px;
    text-align: center;
}

.double-card-item .standard-btn {
    margin-top: 24px;
    min-width: 135px;
}

/* Countdown styles start */
.wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 310px;
}

.countdown {
    /*width: 720px;*/
    /*width: 975px;*/
    width: 1020px;
    min-height: 142px;
    margin: 0 auto;
    transform: scale(.6);
    transform-origin: center;
}

.countdown .bloc-time {
    float: left;
    /*margin-right: 45px;*/
    margin-right: 60px;
    text-align: center;
    position: relative;
}

.countdown .bloc-time:before, .countdown .bloc-time:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--grey-20);
    position: absolute;
    top: 30px;
    left: 235px;
    z-index: 1;
    margin: 0;
}

.countdown .bloc-time:after {
    top: 68px;
}

.countdown .bloc-time:last-of-type:before, .countdown .bloc-time:last-of-type:after {
    display: none;
}

.countdown .bloc-time:last-child {
    margin-right: 0;
}

.countdown .count-title {
    display: block;
    /*margin-top: 15px;*/
    margin-top: 125px;
    /*font: normal 0.94em "Montserrat";*/
    font: normal 1.4em "Montserrat";
    /*color: #1a1a1a;*/
    color: var(--grey-60);
    /*text-transform: uppercase;*/
}

.countdown .figure {
    position: relative;
    float: left;
    height: 110px;
    width: 100px;
    margin-right: 10px;
    /*background-color: #fff;*/
    background-color: var(--gold);
    border-radius: 6px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.countdown .figure:last-child, .countdown .figure + .figure {
    margin-right: 0;
}

.countdown .figure > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 5.94em/107px "Montserrat";
    font-weight: 700;
    /*color: #de4848;*/
    color: #fff;
}

.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.countdown .figure .top {
    z-index: 3;
    /*background-color: #f7f7f7;*/
    background-color: var(--gold);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-transform: perspective(200px);
    -ms-transform: perspective(200px);
    -webkit-transform: perspective(200px);
    transform: perspective(200px);
}

.countdown .figure .bottom {
    z-index: 1;
}

.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
    /*background-color: var(--gold);*/
}

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    /*background-color: #f7f7f7;*/
    background-color: var(--gold);
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.countdown .figure .top,
.countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    /*background-color: #fff;*/
    background-color: var(--gold);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: perspective(200px) rotateX(180deg);
    -ms-transform: perspective(200px) rotateX(180deg);
    -webkit-transform: perspective(200px) rotateX(180deg);
    transform: perspective(200px) rotateX(180deg);
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

/* Countdown styles end */

.countdown-block {
    background: #F6F6F6;
}

/*!* AC form styles start *!*/

/* .custom-multiselect {*/
/*     position: relative;*/
/*     display: inline-block;*/
/*     width: 100%;*/
/* }*/

/*.custom-multiselect-button {*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    padding: 8px;*/
/*    border: 1px solid #ccc;*/
/*    background-color: #fff;*/
/*    cursor: pointer;*/
/*}*/

/*.custom-multiselect-options {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 9;*/
/*    border: 1px solid #ccc;*/
/*    background: #fff;*/
/*    !*max-height: 250px;*!*/
/*    overflow-y: auto;*/
/*    display: none;*/
/*    box-shadow: 0 2px 6px rgba(0,0,0,0.2);*/
/*    padding: 6px 0;*/
/*}*/

/*.custom-multiselect-options label {*/
/*    display: block;*/
/*    padding: 6px 10px;*/
/*    cursor: pointer;*/
/*}*/

/*.custom-multiselect-options label:hover {*/
/*    background: #f0f0f0;*/
/*}*/

/*.hidden-original-checkboxes {*/
/*    display: none;*/
/*}*/

/*.custom-multiselect-button {*/
/*    position: relative;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.custom-multiselect-options label {*/
/*    display: flex !important;*/
/*    justify-content: flex-start;*/
/*    align-items: center;*/
/*}*/

/*.custom-multiselect-button:after {*/
/*    content: ' ';*/
/*    height: 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    right: 5px;*/
/*    width: 0;*/
/*    border: 6px solid rgba(0, 0, 0, 0);*/
/*    border-top-color: #999;*/
/*    margin-top: -3px;*/
/*}*/

/*._form_element._x01495809 ._row._checkbox-radio {*/
/*    display: none;*/
/*}*/

/*#_form_8_._inline-form * {*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*    line-height: 1.5 !important;*/
/*    font-weight: 500 !important;*/
/*}*/

/*#_form_8_._inline-form ._form-label {*/
/*    font-size: 16px !important;*/
/*    margin-bottom: 4px !important;*/
/*    color: var(--grey-80) !important;*/
/*}*/

/*#_form_8_._inline-form input:not([type="checkbox"]), .custom-multiselect-button {*/
/*    padding: 11px 16px !important;*/
/*    font-family: "Montserrat", sans-serif;*/
/*    font-size: 16px !important;*/
/*    line-height: 1.5 !important;*/
/*    color: var(--main) !important;*/
/*    font-weight: 500 !important;*/
/*    border: 1px solid var(--grey-60) !important;*/
/*    border-radius: 4px !important;*/
/*    min-height: 48px !important;*/
/*    background: #fff !important;*/
/*    box-shadow: none !important;*/
/*}*/

/*#_form_8_._inline-form input:focus, #_form_8_._inline-form input:hover {*/
/*    transition: .3s !important;*/
/*    border-color: var(--gold) !important;*/
/*}*/

/*.custom-multiselect-button.placeholder {*/
/*    color: var(--grey-40) !important;*/
/*    opacity: 1;*/
/*}*/

/*.custom-multiselect-options label {*/
/*    font-size: 16px !important;*/
/*}*/

/*.custom-multiselect-options input[type="checkbox"] {*/
/*    margin: 0 8px 1px 0 !important;*/
/*    width: 14px !important;*/
/*    height: 14px !important;*/
/*}*/

/*#_form_8_ {*/
/*    max-width: 525px !important;*/
/*}*/

/*#_form_8_ #_form_8_submit._submit {*/
/*    width: 100% !important;*/
/*    margin: 0 auto !important;*/
/*    padding: 10px 24px !important;*/
/*    min-height: 48px !important;*/
/*    min-width: 240px !important;*/
/*    display: inline-flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*    cursor: pointer !important;*/
/*    transition: .3s !important;*/
/*    background: var(--gold) !important;*/
/*    color: #fff !important;*/
/*    border: 2px solid var(--gold) !important;*/
/*    border-radius: 4px !important;*/
/*    font-weight: 700 !important;*/
/*    !* font-size: 16px; *!*/
/*    font-size: 15px !important;*/
/*    text-decoration: none !important;*/
/*    text-transform: uppercase !important;*/
/*}*/

/*body.page-template-template-subscribe-full-ac .sws-new-form-step-title-wrapper .block-subtitle {*/
/*    margin-bottom: 0;*/
/*}*/

/*#_form_8_ ._row {*/
/*    margin-bottom: 4px !important;*/
/*}*/

/*!* AC form styles end *!*/

.subscription-main-block-form-wrapper ._form-content br {
    display: none;
}

.sws-pagination {
    text-align: center;
}

.part-of-block {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--grey-80);
    font-weight: 500;
}

.part-logo {
    display: block;
    width: 40px;
    flex-shrink: 0;
}

.part-logo img {
    width: 100%;
    height: auto;
}

.countdown-wrapper {
    padding: 32px 76px;
    padding-bottom: 0;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,.25));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    border-radius: 16px;
    color: #fff;
}

.countdown-content * {
    font-family: "EB Garamond", serif;
}

.countdown-wrapper .countdown .bloc-time:before, .countdown-wrapper .countdown .bloc-time:after {
    background: #fff;
}

.countdown-wrapper .countdown .count-title {
    color: #fff;
}

.countdown-content h1 {
    text-transform: uppercase;
}

.countdown-content p {
    margin: 16px 0;
    font-size: 24px;
    font-weight: 700;

    margin-bottom: 0;
}

.countdown-wrapper .countdown {
    /*margin-top: 30px;*/
}

.partner-logos-list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    align-items: center;
    gap: 80px;
}

.partner-logo-item {
    width: auto;
}

.partner-logo-item img {
    width: auto;
    height: auto;
    max-height: 120px;
}

.tile-content img {
    max-height: 120px;
}

body .banner-block #_form_10_._form._inline-form._inline-style {
    background: transparent !important;
}

body .banner-block #_form_10_ ._submit {
    background: var(--gold) !important;
    color: #fff !important;
}

.banner-block.light-gradient:before {
    background: rgba(0, 0, 0, .32);
}

.banner-block.without-gradient:before {
    background: rgba(0, 0, 0, 0);
}

.postcard-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.postcard-container .sws-form-step-inner {
    max-width: 400px;
    margin: 0;
}

.postcard-container .postcard-image-wrapper {
    max-width: 440px;
    margin: 0 -50px -50px 0;
}

.banner-block-container .sws-form-container.container {
    width: 100%;
}

@media screen and (max-width: 1499px) {
    .subscription-main-block-container {
        bottom: 50px;
    }

    .tile-content-title.with-index {
        font-size: 28px;
    }

    .subscription-main-block {
        /*min-height: 720px;*/
        /*min-height: 820px;*/
    }
}

@media screen and (max-width: 1399px) {
    .sws-media-item {
        width: calc(100% / 3 - 16px);
    }

    header .menu-header-menu-right-part-container {
        /*padding-left: 68px;*/
        padding-left: 78px;
    }

    header .menu-header-menu-left-part-container {
        /*padding-right: 68px;*/
        padding-right: 78px;
    }

    .main-logo {
        /*width: 104px;*/
        /*height: 104px;*/
        width: 130px;
        height: 130px;
    }

    header .menu-item a {
        padding: 10px 12px;
        font-size: 12px;
    }

    .header-bottom-container {
        padding: 0;
    }

    header .standard-btn.small-btn {
        min-width: 83px;
        width: 83px;
        padding: 0 10px;
        text-align: center;
    }

    .header-link-btn br {
        display: block;
    }

    .menu-item-has-children > a {
        background-size: 8px;
        background-position: right 53%;
    }
}

@media screen and (max-width: 1349px) {
    .subscription-main-block-title {
        font-size: 32px;
    }

    .subscription-main-block-desc {
        font-size: 18px;
        line-height: 1.5;
    }

    .subscription-main-block-additional-text {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1250px) {
    .tile-content-title.with-index {
        font-size: 24px;
        padding-top: 80px;
    }

    .tile-content-index {
        font-size: 120px;
        left: -15px;
    }

    .sws-media-item-buttons-container {
        padding: 0 16px 16px;
    }

    .sws-event-card-content-wrapper {
        padding: 16px 16px 0;
    }

    .sws-event-card {
        /*padding-bottom: 64px;*/
        /*padding-bottom: 92px;*/
    }

    .sws-event-card-title {
        font-size: 20px;
    }

    .payment-container .block-title {
        margin-bottom: 32px;
    }

    .payment-container {
        padding: 40px;
    }

    .payment-block {
        padding: 144px 0 100px;
    }

    .menu-item-has-children > a {
        background-size: 8px;
        background-position: right 53%;
    }

    .information-item-title {
        font-size: 16px;
    }

    .information-item {
        padding: 40px 20px;
    }

    .tile-content .contact-email-block {
        font-size: 14px;
    }

    .key-fact-title {
        font-size: 32px;
    }

    .key-fact-desc {
        font-size: 14px;
    }

    .ordered-list:before {
        left: 31px;
    }

    .ordered-list li + li:before {
        display: none;
    }

    .ordered-list li {
        min-height: 64px;
    }

    .order-number {
        width: 64px;
        height: 64px;
        margin-right: 16px;
        font-size: 28px;
    }

    .order-number i {
        font-size: 14px;
    }

    .bullets-list li b, .bullets-list li strong {
        font-size: 16px;
    }

    .bullets-list li {
        font-size: 14px;
        padding: 4px 0 0 40px;
        background-size: 32px;
        margin-top: 16px;
    }

    .key-facts-tiles-block .tile-item-inner-icon {
        width: 48px;
    }

    .key-facts-tiles-block .tile-items-list {
        height: calc(100% - 55px);
    }

    p.tile-item-inner-title {
        font-size: 32px;
    }

    .key-facts-tiles-block .tile-item-inner-text {
        font-size: 14px;
    }

    .tile-item-inner {
        padding: 24px;
    }

    .tile-item-inner-text {
        font-size: 16px;
    }

    .tile-item-inner-icon {
        margin-bottom: 10px;
    }

    .tile-item-inner-title.block-title {
        margin-bottom: 12px;
    }

    .testimonial-item-position {
        font-size: 14px;
    }

    .testimonial-item-name {
        font-size: 14px;
        margin-top: 16px;
    }

    .testimonial-item-inner{
        padding: 24px;
    }

    .testimonial-item-text {
        font-size: 16px;
    }

    .testimonial-item {
        width: calc( 50% );
        padding: 0 8px 16px;
    }

    .benefits-list.four-columns .benefit-item {
        width: calc(100% / 3 - 16px);
    }

    .benefit-item.with-bg-color {
        padding: 24px;
    }

    .post-content ul li:before {
        top: 12px;
    }

    .wp-block-quote {
        font-size: 18px;
    }

    .wp-block-pullquote p {
        font-size: 18px;
    }

    .wp-block-pullquote p:last-of-type {
        background: url('images/icons/quote_bottom.svg') no-repeat right bottom 11px/48px;
        padding-bottom: 24px;
    }

    .wp-block-pullquote {
        background: url('images/icons/quote_top.svg') no-repeat left 11px/48px;
    }

    .wp-block-pullquote blockquote > * {
        padding: 0 64px;
    }

    .post-content h2 {
        font-size: 24px;
        margin-top: 24px;
    }

    .post-content img {
        margin-top: 48px;
    }

    .post-content h5 {
        font-size: 18px;
    }

    .post-content {
        font-size: 16px;
    }

    .post-content > * {
        margin-top: 16px;
    }

    .sws-content-block.with-bg-color {
        padding: 76px 0;
    }

    .team-member-item-image {
        height: 96px;
    }

    .team-member-item {
        padding: 24px 16px;
    }

    .board-item {
        flex-flow: wrap;
        padding: 24px 16px 70px;
    }

    .board-item-inner {
        text-align: center;
    }

    .tiles-list.big-spacing .tile-item + .tile-item {
        margin-top: 56px;
    }

    .site-main > .sws-content-block:not(.top-main-block):first-child, .site-main > .sws-breadcrumbs:first-child {
        padding-top: 144px;
    }

    .tile-content img {
        max-width: 300px;
    }

    .top-main-block {
        height: 576px;
    }

    .footer-menu-container .standard-btn {
        min-width: 177px;
        font-size: 12px;
    }

    .footer-menu-container .menu-item:last-of-type {
        display: none;
    }

    .top-main-block-title {
        font-size: 32px;
    }

    h1 {
        font-size: 32px;
    }

    .sws-content-block {
        margin-bottom: 56px;
    }

    .tile-content-title {
        font-size: 32px;
    }

    .tile-content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .tiles-block .standard-btn {
        margin-top: 24px;
    }

    .tile-content > * + * {
        margin-top: 16px;
    }

    .block-title {
        font-size: 32px;
    }

    .benefit-title {
        font-size: 16px;
    }

    .benefit-desc {
        font-size: 14px;
    }

    .industry-card {
        width: calc(100% / 3 - 16px);
    }

    .global-coverage-regions-list {
        padding: 24px 32px;
    }

    .global-coverage-region {
        background: url('images/icons/location_icon.svg') no-repeat left 2px/16px;
        font-size: 14px;
    }

    .global-coverage-region + .global-coverage-region {
        margin-top: 12px;
    }

    .banner-block .standard-btn {
        min-width: 245px;
    }

    .event-card-content {
        padding: 16px;
    }

    .event-card .standard-btn {
        min-width: 133px;
        min-height: 48px;
    }

    .event-card-title {
        font-size: 20px;
    }

    .event-card-excerpt {
        font-size: 14px;
    }

    .news-card-content {
        padding: 16px 16px 0;
    }

    .news-card-title {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .news-card-tag {
        margin-bottom: 8px;
    }

    .news-card-inner {
        padding-bottom: 64px;
    }

    .news-card .read-more-btn, .sws-event-card .read-more-btn, .sws-event-card .sws-bottom-btn {
        bottom: 20px;
        left: 16px;
    }

    .sws-event-card .sws-bottom-btn {
        bottom: 16px;
    }

    .subscription-block .block-title {
        margin-bottom: 8px;
    }

    header .menu-header-menu-right-part-container {
        padding-left: 68px;
    }

    header .menu-header-menu-left-part-container {
        padding-right: 68px;
    }

    .main-logo {
        /*width: 104px;*/
        /*height: 104px;*/
    }

    header .menu-item a {
        padding: 10px 12px;
        font-size: 12px;
    }

    .header-bottom-container {
        padding: 0;
    }

    header .standard-btn.small-btn {
        min-width: 83px;
        width: 83px;
        padding: 0 10px;
        text-align: center;
    }

    .header-link-btn br {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .countdown {
        width: 860px;
    }

    .countdown .figure {
        width: 80px;
    }

    .countdown .bloc-time:before, .countdown .bloc-time:after {
        left: 195px;
    }

    .countdown .figure > span {
        font-size: 5em;
    }

    .sws-search-item-block {
        /*width: calc( 100% / 3 - 66px );*/
    }

    .sws-form-description.full-width {
        max-width: 100%;
    }

    .packages-table thead th + th {
        padding: 16px;
    }

    .package-title {
        font-size: 16px;
    }

    .packages-table thead th + th, .packages-table-cell {
        width: 128px;
    }

    .packages-table-desc-cell.packages-table-cell {
        width: calc(100% - 640px);
    }

    .join-card {
        padding: 24px;
    }

    .join-card-icon {
        height: 80px;
    }

    .subscription-main-block-title {
        font-size: 28px;
    }

    .input-block .informer-block .informer-content {
        right: 50%;
        transform: translateX(50%);
        width: 240px;
    }

    .single-event-content {
        font-size: 16px;
    }

    .single-member-logo {
        max-width: 100px;
    }

    .single-member-wrapper .sws-event-card-info-item-value {
        font-size: 14px;
    }
}

@media screen and (max-width: 1023px) {
    .partner-logo-item img {
        max-width: 120px;
        max-height: 80px;
    }

    .countdown {
        width: 680px;
    }

    .countdown .figure {
        height: 90px;
        width: 65px;
    }

    .countdown .bloc-time {
        margin-right: 40px;
    }

    .countdown .bloc-time:before, .countdown .bloc-time:after {
        left: 155px;
    }

    .countdown .figure > span {
        font-size: 4em;
        line-height: 90px;
    }

    .countdown .count-title {
        margin-top: 100px;
        font-size: 14px;
    }

    .countdown {
        min-height: 122px;
    }

    .countdown .bloc-time:before {
        top: 25px;
    }

    .countdown .bloc-time:after {
        top: 56px;
    }

    .double-card-item {
        padding: 24px 20px;
    }

    .double-card-item-title {
        font-size: 18px;
    }

    .wlcc-checkbox-group label {
        font-size: 13px;
    }

    .notification-text {
        font-size: 24px;
    }

    .top-main-block.with-gradient .top-main-block-container {
        padding: 100px 0 40px;
    }

    .top-main-block.with-gradient {
        height: auto;
    }

    .sws-search-form-wrapper {
        flex-flow: column;
        align-items: center;
        justify-content: flex-start;
    }

    .sws-search-item-block {
        width: 100%;
        max-width: 400px;
    }

    .codedropz-upload-inner h3, .codedropz-upload-inner span {
        display: none !important;
    }

    body.page-id-3482 header {
        position: fixed;
    }

    .card-item {
        width: calc(50% - 8px);
    }

    .packages-table thead th + th, .packages-table-cell {
        width: 104px;
    }

    .packages-table-desc-cell.packages-table-cell {
        width: calc(100% - 520px);
    }

    .packages-table thead th + th {
        padding: 16px 12px;
    }

    .packages-table-cell {
        font-size: 8px;
    }

    .package-title {
        font-size: 12px;
    }

    .package-desc {
        font-size: 10px;
    }

    .subscription-main-block-form-wrapper {
        padding: 32px;
    }

    .subscription-main-block-title {
        font-size: 22px;
    }

    .subscription-main-block-desc {
        margin-top: 16px;
    }

    .subscription-main-block-form-title {
        font-size: 20px;
    }

    .tile-content-index {
        font-size: 80px;
        left: -10px;
    }

    .tile-content-title.with-index {
        font-size: 20px;
        padding-top: 50px;
    }

    .join-card {
        width: calc(50% - 8px);
    }

    .join-cards-list {
        flex-flow: wrap;
    }

    .join-card-title {
        font-size: 16px;
    }

    .membership-plans-list {
        flex-flow: wrap;
    }

    .membership-plan-card {
        width: calc(50% - 8px);
    }

    .membership-plan-card-title {
        font-size: 20px;
    }

    .subscription-main-block-additional-text {
        font-size: 14px;
        margin-top: 16px;
    }

    body.single-member .single-event-image-wrapper {
        margin-top: 0;
    }

    .post-type-archive-member .sws-breadcrumbs {
        text-align: center;
    }

    .status-block {
        padding-bottom: 100px;
    }

    .status-block-desc {
        font-size: 16px;
    }

    .status-block-icon {
        height: 150px;
    }

    .sws-about-offer-container {
        display: block;
    }

    .sws-about-offer-column {
        width: 100%;
        max-width: none !important;
        background: #fff;
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .sws-about-offer-column + .sws-about-offer-column {
        margin-top: 24px;
    }

    .sws-media-item, .sws-media-items-list.three-items-list .sws-media-item {
        width: calc(50% - 16px);
    }

    .sws-single-mobile {
        display: inline-flex;
    }

    .sws-single-mobile.single-event-title {
        width: 100%;
    }

    .single-event .sws-breadcrumbs, .post-type-archive-member .sws-breadcrumbs {
        justify-content: flex-start;
        display: block;
    }

    .sws-single-desktop {
        display: none;
    }

    .single-event-content {
        font-size: 14px;
    }

    .single-event-info {
        /*width: 100%;*/
        width: auto;
        max-width: 100%;
        /*max-width: 464px;*/
        margin: 0 0 24px;
        /*margin: 0;*/
        order: 1;
    }

    .single-event-content-wrapper {
        width: 100%;
        max-width: none;
        order: 2;
        padding: 0;
    }

    .sws-content-block {
        flex-flow: wrap;
    }

    .input-block {
        width: 100%;
    }

    .inputs-list .input-block {
        width: calc( 50% - 10px );
        margin-bottom: 0;
    }

    .payment-container {
        padding: 32px;
    }

    .payment-block {
        padding: 128px 0 90px;
    }

    header .sub-menu {
        display: none !important;
    }

    .menu-item-has-children > a, .menu-item-has-children:hover > a {
        background: transparent !important;
    }

    .information-item-icon {
        height: 64px;
        margin-bottom: 16px;
    }

    .information-item-btn {
        margin-top: 16px;
    }

    .information-item {
        width: calc(50% - 16px);
        padding: 32px 20px;
    }

    .sws-form-content-container {
        padding: 40px 40px 64px;
    }

    .contact-email-block {
        margin-top: 16px;
    }

    .tile-content .contact-email-block {
        padding: 16px 56px;
        min-height: 60px;
    }

    .tile-content .contact-email-block:before {
        left: 16px;
        width: 32px;
        height: 32px;
    }

    .tile-content .contact-email-block:after {
        right: 16px;
        width: 32px;
        height: 32px;
    }

    .tile-content .contact-email-block {
        font-size: 12px;
    }

    .tile-content .contact-email-block br {
        display: none;
    }

    .key-fact-title {
        font-size: 24px;
    }

    .key-fact-desc {
        font-size: 12px;
    }

    .tiles-block .standard-btn {
        margin-top: 16px;
    }

    .ordered-list:before {
        left: 23px;
    }

    .order-number {
        width: 48px;
        height: 48px;
        margin-right: 16px;
        font-size: 20px;
    }

    .order-number i {
        font-size: 10px;
    }

    .ordered-list li {
        min-height: 48px;
        font-size: 12px;
    }

    .tile-content p {
        font-size: 14px;
    }

    .tile-content h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .key-facts-tiles-block .tile-item-inner-icon {
        display: block;
    }

    .key-facts-tiles-block .tile-items-list {
        height: calc(100% - 45px);
    }

    p.tile-item-inner-title {
        font-size: 24px;
    }

    .key-facts-tiles-block .tile-item-inner-text {
        font-size: 12px;
    }

    .tile-item-inner-icon {
        display: none;
    }

    .tile-item-inner-text {
        font-size: 14px;
    }

    .tile-item-inner {
        padding: 16px;
    }

    .testimonial-item-text {
        font-size: 16px;
    }

    .logo-item {
        width: calc(100% / 5 - 16px) !important;
    }

    .wp-block-quote {
        font-size: 16px;
    }

    .wp-block-pullquote p {
        font-size: 16px;
    }

    .wp-block-pullquote cite {
        font-size: 14px;
    }

    .post-content img {
        margin-top: 40px;
    }

    .post-content h2 {
        font-size: 20px;
    }

    .post-content h5 {
        font-size: 16px;
    }

    .sws-content-block.with-bg-color {
        padding: 56px 0;
    }

    .news-card, .sws-event-card {
        width: calc( 50% - 16px );
    }

    header .menu-header-menu-right-part-container .menu > .menu-item:last-of-type {
        display: block;
    }

    .mobile-header-bottom {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: -100%;
        transition: .3s;
        z-index: 1;
    }

    header.active .mobile-header-bottom {
        transition: .3s;
        left: 0;
    }

    .mobile-header-contact-info {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FAF8F4;
        padding: 24px;
        width: 100%;
    }

    header .socials-list {
        margin: 0;
    }

    .header-menu-container {
        position: fixed;
        left: -100%;
        width: 100%;
        transition: .3s;
        background: #fff;
        height: calc( 100% - 112px );
        top: 112px;
        display: flex;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 0 140px;
        overflow-y: auto;
        opacity: 0;
    }

    header.active .header-menu-container {
        transition: .3s;
        left: 0;
        opacity: 1;
    }

    header .menu-header-menu-left-part-container,
    header .menu-header-menu-right-part-container {
        padding: 0;
    }

    header .menu-header-menu-left-part-container .menu,
    header .menu-header-menu-right-part-container .menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    header .menu-item a {
        font-size: 14px;
        /*min-height: 48px;*/
        min-height: 38px;
    }

    header.active {
        transition: .3s;
        /*background: #fff;*/
    }

    header:before {
        content: '';
        width: 0;
        height: 100%;
        background: #fff;
        z-index: 0;
        position: absolute;
        top: 0;
        left: 0;
        transition: .3s;
        opacity: 0;
    }

    header.active:before {
        transition: .3s;
        width: 100%;
        opacity: 1;
    }

    .header-mobile-left, .header-mobile-right {
        width: 50%;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
    }

    .header-mobile-left {
        padding: 0 48px 0 32px;
    }

    .header-mobile-right {
        padding: 0 132px 0 48px;
    }

    .toggle-mobile-menu-btn {
        width: 32px;
        height: 32px;
        display: flex;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        cursor: pointer;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        outline: none;
    }

    .toggle-mobile-menu-btn span {
        width: 20px;
        height: 2px;
        border-radius: 2px;
        transition: .3s;
        margin: 3px 0;
        transform-origin: center;
        position: absolute;
        top: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    header.without-gradient .toggle-mobile-menu-btn span {
        background: var(--grey-80);
    }

    .toggle-mobile-menu-btn.active span {
        background: var(--grey-80) !important;
    }

    header.with-gradient .toggle-mobile-menu-btn span {
        background: #fff;
    }

    .toggle-mobile-menu-btn span:first-of-type {
        transform: translate(-50%, -8px);
    }

    .toggle-mobile-menu-btn span:last-of-type {
        transform: translate(-50%, 8px);
    }

    .toggle-mobile-menu-btn.active span {
        background: var(--grey-60);
    }

    .toggle-mobile-menu-btn.active span:first-of-type {
        width: 25px;
        transform: translateX(-50%) rotate(45deg);
    }

    .toggle-mobile-menu-btn.active span:last-of-type {
        width: 25px;
        transform: translateX(-50%) rotate(-45deg);
    }

    .toggle-mobile-menu-btn.active span:nth-of-type(2) {
        opacity: 0;
    }

    header {
        transition: .3s;
        /*position: fixed;*/
    }

    header.with-gradient {
        /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);*/
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .header-top-container {
        display: none;
    }

    .header-bottom {
        background: transparent !important;
    }

    .header-bottom-container {
        min-height: 112px;
    }

    header .standard-btn.small-btn {
        width: 132px;
        min-width: 132px;
    }

    .header-link-btn br {
        display: none;
    }

    .block-subtitle {
        font-size: 16px;
    }

    .site-main > .sws-content-block:not(.top-main-block):first-child, .site-main > .sws-breadcrumbs:first-child {
        padding-top: 128px;
    }

    .tiles-list.big-spacing .tile-item + .tile-item {
        margin-top: 48px;
    }

    .main-logo {
        width: 124px;
        height: 124px;
        /*width: 96px;*/
        /*height: 96px;*/
    }

    .top-main-block-container {
        padding: 32px 0;
    }

    .top-main-block-title, .tile-content-title, .block-title {
        font-size: 24px;
    }

    .sws-content-block {
        margin-bottom: 48px;
    }

    .tile-content p {
        font-size: 14px;
    }

    .standard-btn {
        min-width: 224px;
        min-height: 48px;
        font-size: 14px;
    }

    .benefit-item {
        width: calc( 50% - 16px );
    }

    .benefit-item-inner {
        max-width: 280px;
    }

    .industry-card {
        width: calc(50% - 16px);
    }

    .global-coverage-inner {
        flex-flow: wrap;
    }

    .global-coverage-image {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 16px;
    }

    .global-coverage-regions-list {
        width: 100%;
        margin: 0;
        padding: 24px 24px 8px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: wrap;
    }

    .global-coverage-region, .global-coverage-region + .global-coverage-region {
        margin: 0 12px 16px;
        white-space: nowrap;
        font-size: 12px;
        padding-left: 20px;
    }

    .banner-block .standard-btn {
        min-width: 184px;
    }

    .banner-block {
        padding: 80px 0;
    }

    .event-card-excerpt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .copyright-block {
        margin-top: 32px;
        /*margin-top: 16px;*/
    }

    .mobile-subtitle {
        display: block;
    }

    .footer-menu-container .standard-btn {
        border-radius: 8px;
        min-height: 48px;
    }

    .mobile-footer-socials {
        display: block;
        margin-bottom: 32px;
    }

    .footer-column-content {
        justify-content: flex-start;
        text-align: center;
        align-items: center;
    }

    .desktop-footer-socials {
        display: none;
    }

    .footer-menu-container {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        background: transparent;
        margin: 0;
        padding: 0;
    }

    .footer-menu-container .menu-item {
        margin: 0 0 12px;
    }

    .footer-menu-container .menu-item a {
        font-size: 14px;
        color: var(--grey-80);
        padding: 5px 0;
        font-weight: 500;
        text-transform: none;
        text-align: center;
    }

    footer .menu {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-subtitle {
        text-align: center;
    }

    .footer-columns-list {
        width: 100%;
        margin: 0 auto;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-logo-info {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 0;
    }

    footer .socials-list {
        justify-content: center;
    }

    .footer-info-text {
        width: 100%;
        max-width: 450px;
        text-align: center;
    }

    .footer-column {
        width: 100%;
        margin: 0 auto 32px;
    }

    .footer-logo-info .logo {
        margin: 0 auto 16px;
    }

    .footer-column {
        order: 3;
    }

    .footer-column.subscribe-container {
        order: 2;
        max-width: 464px;
        margin: 0 auto 32px;
    }

    .footer-column:first-of-type {
        order: 1;
    }

    .subscription-block-container {
        min-height: 216px;
        padding: 40px;
    }

    .subscription-form-wrapper {
        margin-top: 24px;
    }

    .subscription-block .block-subtitle {
        font-size: 16px;
    }

    input {
        padding: 12px 16px;
        min-height: 48px;
        font-size: 14px;
    }

    .submit-btn {
        min-width: 200px;
    }

    .benefits-list.three-columns .benefit-item-inner {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .card-item-image-wrapper img {
        margin: 0 auto;
    }

    .postcard-container {
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
        gap: 0;
    }

    .postcard-container .postcard-image-wrapper {
        /*display: none;*/
        margin: -20px -40px -40px -10px;
        max-width: 400px;
        order: 1;
    }

    .postcard-container .sws-form-step-inner {
        order: 2;
    }

    .countdown-content p {
        margin-bottom: 16px;
    }

    body .banner-block #_form_10_._inline-form._inline-style ._inline-style._button-wrapper {
        margin-top: 0 !important;
    }

    .partner-logos-list {
        gap: 30px;
    }

    .partner-logo-item img {
        max-width: 100px;
        max-height: 60px;
    }

    .countdown-wrapper {
        width: 100vw;
        position: relative;
        left: 50vw;
        transform: translateX(-50%);
        padding: 32px 0;
        margin-bottom: -20px;
        border-radius: 0;
    }

    .countdown-content p {
        font-size: 20px;
    }

    /*#_form_8_ #_form_8_submit._submit {*/
    /*    font-size: 12px !important;*/
    /*}*/

    /*#_form_8_ ._form_element {*/
    /*    margin: 22px 0 0 !important;*/
    /*}*/

    /*#_form_8_._inline-form ._form-label {*/
    /*    font-size: 14px !important;*/
    /*}*/

    /*#_form_8_._inline-form input:not([type="checkbox"]), .custom-multiselect-button {*/
    /*    font-size: 13px !important;*/
    /*}*/

    /*.custom-multiselect-options label {*/
    /*    font-size: 13px !important;*/
    /*}*/

    /*.custom-multiselect-options input[type="checkbox"] {*/
    /*    margin-bottom: 0 !important;*/
    /*}*/

    .sws-input-block .link {
        font-size: 14px;
    }

    .countdown {
        width: 310px;
        transform: scale(1);
    }

    .countdown .figure {
        height: 40px;
        width: 30px;
        margin-right: 4px;
    }

    .countdown .bloc-time {
        margin-right: 18px;
    }

    .countdown .bloc-time:before, .countdown .bloc-time:after {
        width: 7px;
        height: 7px;
        left: 70px;
    }

    .countdown .figure > span {
        font-size: 28px;
        line-height: 40px;
    }

    .countdown .count-title {
        margin-top: 45px;
        font-size: 12px;
    }

    .countdown {
        min-height: 63px;
    }

    .countdown .bloc-time:before {
        top: 9px;
    }

    .countdown .bloc-time:after {
        top: 24px;
    }

    .double-cards-list {
        gap: 16px;
    }

    .double-card-item {
        width: 100%;
    }

    .double-card-item-title {
        font-size: 16px;
    }

    .sws-search-form-wrapper .sws-search-btn {
        width: 100%;
        font-size: 14px;
    }

    .sws-tip-text {
        font-size: 12px;
    }

    .sws-search-wrapper {
        top: 50%;
    }

    .subscription-main-block-form-wrapper .sws-form-description {
        font-size: 12px;
    }

    .magazine-card-title {
        font-size: 14px;
    }

    .card-item {
        width: 100%;
    }

    .packages-table-wrapper {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        overflow-x: auto;
    }

    .packages-table thead th + th, .packages-table-cell {
        width: 144px;
        min-width: 144px;
    }

    .packages-table-desc-cell.packages-table-cell {
        width: 112px;
        min-width: 112px;
    }

    .packages-table-cell-description {
        display: none;
    }

    .packages-table thead th + th {
        padding: 16px 16px;
    }

    .packages-table-cell {
        font-size: 14px;
    }

    .package-title {
        font-size: 14px;
    }

    .package-desc {
        font-size: 10px;
    }

    .tile-content-index {
        font-size: 60px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tile-content-title.with-index {
        padding-top: 35px;
        font-size: 18px;
    }

    .join-card {
        width: 100%;
    }

    .join-card-title {
        max-width: 100%;
        font-size: 14px;
    }

    .join-card-icon {
        margin-bottom: 16px;
        height: 64px;
    }

    .join-card .standard-btn {
        margin-top: 16px;
        min-width: 126px;
    }

    .membership-plan-card {
        width: 100%;
    }

    .subscription-main-block {
        padding: 128px 0 16px !important;
        min-height: 0;
    }

    .subscription-main-block-container {
        position: relative;
        bottom: auto;
        left: auto;
        transform: none;
        display: block;
    }

    .subscription-main-block-content {
        width: 100%;
        margin: 0 0 16px;
    }

    .subscription-main-block-title {
        font-size: 20px;
    }

    .subscription-main-block-form-wrapper {
        width: 100%;
        padding: 24px 16px;
    }

    .post-type-archive-member .sws-search-btn {
        min-height: 48px;
    }

    .sws-event-card{
        /*padding-bottom: 78px;*/
    }

    .ms-options-wrap > button:focus, .ms-options-wrap > button,
    .ms-options-wrap > .ms-options > ul label {
        font-size: 13px;
    }

    .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
        top: 8px;
    }

    .sws-new-form-icon {
        height: 120px;
        margin: 0 auto 12px;
    }

    .status-block-icon {
        height: 100px;
        margin-bottom: 20px;
    }

    .status-block-desc {
        font-size: 14px;
    }

    .status-block .standard-btn {
        margin-top: 24px;
    }

    .status-container {
        padding: 24px 24px 32px;
    }

    .sws-input .wpcf7-list-item label, .wpcf7-list-item-label {
        font-size: 13px;
    }

    .sws-buttons-container {
        flex-flow: column;
    }

    .sws-buttons-container > * {
        margin: 0;
    }

    .sws-buttons-container > * + * {
        margin-top: 16px;
    }

    .sws-about-offer-column {
        padding: 16px;
    }

    .sws-about-offer-icon {
        height: 32px;
        margin-bottom: 10px;
    }

    .sws-about-offer-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .sws-media-items-list {
        width: 100%;
        margin: 0;
    }

    .sws-media-item, .sws-media-items-list.three-items-list .sws-media-item {
        width: 100%;
        margin: 0;
    }

    .sws-media-item + .sws-media-item {
        margin-top: 12px;
    }

    .board-item .team-member-item-link {
        bottom: 24px;
    }

    .single-event-image-caption {
        max-width: 100%;
    }

    .single-member-wrapper .single-event-image-wrapper {
        border-radius: 50px 5px 50px 5px;
    }

    .single-member-wrapper .sws-event-card-info-item {
        width: 100%;
    }

    .single-event-content-wrapper .sws-event-card-info-list {
        margin-bottom: 24px;
    }

    .sws-event-card-title {
        font-size: 18px;
    }

    .payment-container .block-title {
        margin-bottom: 24px;
    }

    .input-block input {
        padding: 10px 12px;
        min-height: 40px;
        font-size: 14px;
    }

    .payment-container {
        padding: 24px;
    }

    .input-label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .informer-content {
        width: 240px;
        font-size: 14px;
    }

    .payment-block {
        padding: 90px 0 60px;
    }

    .information-item-title {
        font-size: 14px;
    }

    .information-list {
        width: 100%;
        margin: 0 auto;
    }

    .information-item {
        width: 100%;
        margin: 0 auto 16px;
    }

    .sws-popup {
        width: 100%;
        max-height: 100vh;
        height: 100vh;
        border-radius: 0;
    }

    .sws-popup-inner {
        max-height: 100vh;
    }

    .sws-popup .contact-form .sws-form-content-container {
        padding: 32px 5%;
    }

    .contact-form .sws-form-thanks-wrapper {
        padding-top: 130px;
        background-size: 100px;
    }

    .sws-form-thanks-text, .sws-form-thanks-wrapper .block-subtitle {
        /*font-size: 16px;*/
        font-size: 14px;
    }

    .subscription-form-result-text {
        padding: 4px 0 4px 34px;
        background-size: 26px;
        font-size: 14px;
    }

    .contact-form .sws-form-content-container {
        padding: 32px 24px;
    }

    .wpcf7-submit {
        margin-top: 24px;
    }

    .sws-validate-form-step-btn, .sws-input-block {
        margin-top: 24px;
    }

    .team-members-filter {
        font-size: 14px;
        padding-top: 3px;
        margin: 0 4px;
    }

    .sws-form-content-container {
        /*padding: 20px 20px 44px;*/
        padding: 20px;
    }

    .sws-form-step-title, .sws-input-block-title {
        font-size: 16px;
    }

    .sws-input-label {
        font-size: 14px;
    }

    .sws-form-description {
        padding: 12px 16px;
        font-size: 14px;
    }

    .sws-input {
        font-size: 13px;
    }

    .scroll-down-btn {
        width: 48px;
        height: 48px;
        margin: 0 auto;
    }

    .top-main-block-container {
        padding: 20px 0;
    }

    /*.top-main-block.with-gradient .top-main-block-container {*/
    /*    padding: 100px 0 40px;*/
    /*}*/

    .sws-search-form-wrapper {
        margin: 32px auto 0 !important;
    }

    .top-main-block.with-gradient .sws-label {
        font-size: 14px;
    }

    .news-card-title {
        font-size: 18px;
    }

    .events-slider {
        margin-bottom: 40px;
    }

    .slick-dots {
        bottom: -30px;
    }

    body * {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    body *::-webkit-scrollbar {
        display: none;
    }

    .benefits-list-block .buttons-container, .membership-plans-block .buttons-container {
        margin-top: 6px;
    }

    .benefits-list, .industries-list, .team-members-filters-list, .team-members-list, .board-items-list {
        width: 100vw !important;
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        padding: 8px 5vw !important;
        display: flex;
        flex-flow: nowrap;
        justify-content: flex-start;
        overflow-y: auto;
        margin: 0;
    }

    .team-members-list, .board-items-list {
        gap: 12px;
    }

    .benefit-item {
        width: 85vw;
        flex-shrink: 0;
        max-width: 340px;
        background: #fff;
        padding: 16px;
        border-radius: 8px;
        box-shadow: 0 4px 8px 0 #4D4D4D1A !important;
        margin: 0 !important;
    }

    .industry-card, .team-member-item, .board-item {
        width: 85vw;
        flex-shrink: 0;
        max-width: 340px;
        margin: 0 !important;
        box-shadow: 0 4px 8px 0 #4D4D4D1A !important;
    }

    .benefit-item + .benefit-item, .industry-card + .industry-card {
        margin-left: 8px !important;
    }

    .standard-btn {
        min-width: 132px;
        min-height: 36px;
        font-size: 10px;
    }

    .key-facts-list {
        width: 100%;
        margin: 0 auto;
    }

    .key-fact-item {
        width: 100%;
        margin: 0;
        padding: 24px;
    }

    .key-fact-desc {
        font-size: 14px;
    }

    .key-fact-item + .key-fact-item {
        margin-top: 16px;
    }

    .tiles-block .standard-btn {
        margin-top: 12px;
    }

    .ordered-item-content p {
        font-size: 12px;
    }

    .ordered-list:before {
        left: 23px;
    }

    .tile-content h3 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .benefits-list-block.sws-content-block {
        margin-bottom: 16px;
    }

    .bullets-list li b, .bullets-list li strong {
        font-size: 14px;
    }

    .bullets-list li {
        padding: 6px 0 0 40px;
    }

    .tile-item-inner-title.block-title {
        margin-bottom: 8px;
    }

    .tile-items-list {
        height: auto;
    }

    .tile-item-inner {
        flex: auto;
    }

    .key-facts-tiles-block .tile-items-list {
        height: auto;
        width: calc(100% + 8px);
        margin: 0 -4px;
    }

    .key-facts-tiles-block .tile-item-inner + .tile-item-inner, .key-facts-tiles-block .tile-item-inner {
        flex: 0 0 calc(50% - 8px);
        margin: 0 4px;
    }

    .key-facts-tiles-block .tile-item-inner + .tile-item-inner + .tile-item-inner {
        margin-top: 8px;
    }

    .tile-item-inner + .tile-item-inner {
        margin-top: 8px;
    }

    .testimonial-item-inner {
        padding: 16px;
    }

    .testimonial-item-name {
        font-size: 12px;
        margin-top: 12px;
        text-align: center;
    }

    .testimonial-item-position {
        font-size: 12px;
        text-align: center;
    }

    .testimonial-item-text {
        font-size: 14px;
        text-align: center;
    }

    .testimonial-item {
        width: 100%;
        padding: 0 8px 16px;
        text-align: center;
    }

    .testimonial-item-icon {
        height: 80px;
        margin: 0 auto 16px;
    }

    .benefits-list.two-columns {
        width: 100%;
        margin: 0 auto;
    }

    .benefits-list.two-columns .benefit-item {
        width: 100%;
        margin: 0 0 16px;
    }

    .contact-email-item {
        padding: 24px 16px 16px;
    }

    .contact-email-block {
        padding: 16px 56px;
        min-height: 60px;
    }

    .contact-email-subtitle {
        font-size: 14px;
    }

    .contact-email-block:before {
        left: 16px;
        width: 32px;
        height: 32px;
    }

    .contact-email-block:after {
        right: 16px;
        width: 32px;
        height: 32px;
    }

    .contact-email-block-inner {
        width: 100%;
        /*white-space: pre-wrap;*/
    }

    .contact-email-block-text {
        width: 100%;
        /*white-space: pre-wrap;*/
        display: block;
        font-size: 12px;
        text-align: center;
    }

    .team-member-item {
        min-height: 335px;
        justify-content: center;
    }

    .benefits-list.four-columns .benefit-item {
        width: calc(50% - 16px);
    }

    .benefit-item.with-bg-color {
        padding: 16px;
    }

    .logo-item {
        width: calc(100% / 3 - 16px) !important;
    }

    .post-title {
        margin-top: 16px;
    }

    .post-info {
        margin: 16px auto;
    }

    .post-content ul li {
        padding-left: 21px;
    }

    .post-content ul li:before {
        top: 11px;
        left: 7px;
    }

    .wp-block-quote {
        padding: 24px;
        /*font-size: 14px;*/
    }

    .wp-block-pullquote p {
        font-size: 14px;
    }

    .wp-block-pullquote cite {
        font-size: 14px;
    }

    .wp-block-pullquote p:last-of-type {
        background: url('images/icons/quote_bottom.svg') no-repeat right bottom 15px/24px;
        padding-bottom: 16px;
    }

    .wp-block-pullquote {
        background: url('images/icons/quote_top.svg') no-repeat left 15px/24px;
    }

    .wp-block-pullquote p:first-of-type {
        padding-top: 16px;
    }

    .wp-block-pullquote blockquote > * {
        padding: 0 32px;
    }

    .post-content h2 {
        font-size: 18px;
        margin-top: 20px;
    }

    .post-content {
        margin-bottom: 40px;
    }

    .post-content h5 {
        font-size: 16px;
    }

    .post-content {
        font-size: 14px;
    }

    .post-content > * {
        margin-top: 12px;
    }

    .post-content img {
        margin-top: 32px;
    }

    .sws-content-block.with-bg-color {
        padding: 40px 0;
    }

    .news-list, .events-list, .benefits-list.three-columns, .sws-events-list {
        width: 100%;
        margin: 0 auto;
    }

    .news-card, .events-list .event-card, .sws-events-list .sws-event-card {
        width: 100% !important;
        margin: 0 0 12px !important;
    }

    .news-and-insights-block .buttons-container, .last-news-by-category .buttons-container {
        margin-top: 10px;
    }

    .sws-breadcrumbs {
        justify-content: center;
    }

    .tiles-list.big-spacing .tile-item + .tile-item {
        margin-top: 40px;
    }

    .board-items-list {
        width: 100%;
        margin: 0 auto;
    }

    .board-item/*, .team-member-item*/ {
        /*width: 100%;*/
        /*margin: 0 auto 8px;*/
    }

    .board-item-name {
        font-size: 18px;
    }

    .board-item-position, .board-item-desc {
        font-size: 10px;
    }

    .site-main > .sws-content-block:not(.top-main-block):first-child, .site-main > .sws-breadcrumbs:first-child {
        padding-top: 112px;
    }

    .block-subtitle {
        font-size: 14px;
    }

    .tile-content img {
        /*max-width: 170px;*/
        max-width: 320px;
        margin: 0 auto 16px;
    }

    .tiles-block.small-image .tile-content img {
        /*max-width: 170px;*/
        max-width: 200px;
        margin: 0 auto 16px;
    }

    .slick-prev, .slick-next {
        width: 40px;
        height: 40px;
    }

    .slick-next {
        right: -15px;
    }

    .slick-prev {
        left: -15px;
    }

    .subscription-block .subscription-form {
        flex-flow: wrap;
        max-width: 450px;
        margin: 0 auto;
    }

    .subscription-block .subscription-form .submit-btn {
        width: 100%;
        margin: 16px auto 0;
    }

    .subscription-block .subscription-form > p {
        flex-flow: wrap;
    }

    .main-logo {
        /*width: 88px;*/
        /*height: 88px;*/
        width: 110px;
        height: 110px;
    }

    .header-bottom-container {
        min-height: 96px;
    }

    .header-menu-container {
        height: calc(100% - 96px);
        top: 96px;
    }

    .top-main-block-title br, .tile-content-title br, .block-title br {
        display: none;
    }

    .top-main-block-title, .tile-content-title, .block-title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .top-main-block {
        height: 512px;
        min-height: 0;
    }

    .tile-item {
        width: 100%;
        flex-flow: wrap;
    }

    .tile-content-wrapper {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
        order: 1 !important;
        max-width: none !important;
    }

    .tile-image-wrapper {
        width: 100%;
        margin: 0 !important;
        order: 2 !important;
    }

    .sws-content-block {
        margin-bottom: 40px;
    }

    .tile-image.border-radius-sliced {
        border-radius: 36px 4px 36px 4px;
    }

    .tile-image {
        border-radius: 4px;
    }

    .benefit-title {
        font-size: 14px;
    }

    .benefit-desc {
        font-size: 12px;
    }

    .benefit-item-inner {
        max-width: 140px;
    }

    .industries-list {
        width: 100%;
        margin: 0 auto;
    }

    .industry-card {
        /*width: 100%;*/
        /*margin: 0;*/
        /*display: flex;*/
        /*justify-content: space-between;*/
        border-radius: 8px;
    }

    .industry-card + .industry-card {
        /*margin-top: 8px;*/
    }

    .industry-card-image-wrapper {
        /*width: 136px;*/
        /*flex-shrink: 0;*/
        /*border-radius: 8px 0 0 8px;*/
        /*padding-top: 72px;*/
    }

    .industry-card-title {
        font-size: 12px;
        padding: 3px 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 48px;
        text-align: center;
    }

    .industries-list-block.with-crown-icon .industry-card-title {
        padding: 12px 16px;
        background: transparent;
    }

    .global-coverage-region, .global-coverage-region + .global-coverage-region {
        margin: 0 8px 16px;
    }

    .banner-block .standard-btn {
        width: 100%;
        max-width: 225px;
    }

    .banner-block {
        padding: 48px 0;
    }

    .subscription-block-container {
        padding: 24px;
    }

    .subscription-form {

    }
}

@media screen and (max-width: 650px) {
    .header-link-btn {
        /*display: none;*/
    }

    .header-mobile-right .contact-us-link {
        /*display: none;*/
    }

    .header-mobile-right {
        padding: 0;
        justify-content: flex-end;
    }

    .mobile-header-link-btn {
        display: inline-flex;
        margin: 8px 0 12px;
    }
}

@media screen and (max-width: 500px) {
    .post-content .wp-block-image.size-full img {
        width: 100%;
        max-width: 100%;
    }

    .single-event-wrapper .standard-btn {
        width: 100%;
    }

    .mobile-header-bottom .socials-list {
        display: flex;
        justify-content: center;
        margin: 0 auto;
        padding: 12px 0 20px;
        background: #fff;
    }

    .header-mobile-left .socials-list {
        display: none;
    }
}

@media screen and (max-width: 425px) {
    header .standard-btn.small-btn {
        width: 83px;
        min-width: 83px;
    }

    .header-link-btn br {
        display: block;
    }
}