@charset "UTF-8"; /*!
Theme Name: FalconView Residence
*/
@font-face {
    font-family: gotham-light;
    src: url(../fonts/DAA4246EA09234CD5.woff2) format("woff2"), url(../fonts/DAA4246EA09234CD5.woff) format("woff");
}
@font-face {
    font-family: gotham-book;
    src: url(../fonts/ACF16F17E3EC88B9B.woff2) format("woff2"), url(../fonts/ACF16F17E3EC88B9B.woff) format("woff");
}
@font-face {
    font-family: gotham-medium;
    src: url(../fonts/5BCF2ABFB7C42C0A0.woff2) format("woff2"), url(../fonts/5BCF2ABFB7C42C0A0.woff) format("woff");
}
@font-face {
    font-family: gotham-bold;
    src: url(../fonts/9994974EA95A317F1.woff2) format("woff2"), url(../fonts/9994974EA95A317F1.woff) format("woff");
}
@font-face {
    font-family: Socicon;
    src: url(../fonts/Socicon.eot?484r1f);
    src: url(../fonts/Socicon.eot?484r1f#iefix) format("embedded-opentype"), url(../fonts/Socicon.woff2?484r1f) format("woff2"), url(../fonts/Socicon.ttf?484r1f) format("truetype"), url(../fonts/Socicon.woff?484r1f) format("woff"),
        url(../fonts/Socicon.svg?484r1f#Socicon) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: icomoon;
    src: url(../fonts/icomoon.eot?evd5xi);
    src: url(../fonts/icomoon.eot?evd5xi#iefix) format("embedded-opentype"), url(../fonts/icomoon.ttf?evd5xi) format("truetype"), url(../fonts/icomoon.woff?evd5xi) format("woff"), url(../fonts/icomoon.svg?evd5xi#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-full-screen:before {
    content: "\e900";
}
.icon-icon-volume:before {
    content: "\e901";
}
.icon-pause:before {
    content: "\e902";
}
.icon-dropdown-arrow:before {
    content: "\e903";
}
.icon-close-large:before {
    content: "\e904";
}
.icon-close-small:before {
    content: "\e905";
}
.icon-left-arrow:before {
    content: "\e906";
}
.icon-play:before {
    content: "\e907";
}
.icon-right-arrow:before {
    content: "\e908";
}
.icon-view:before {
    content: "\e909";
}
@-webkit-keyframes opacity-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes opacity-fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
html {
    line-height: 1;
}
h1 {
    font-size: inherit;
    margin: 0;
}
figure {
    margin: 0;
}
pre {
    font-size: inherit;
}
abbr[title] {
    text-decoration: inherit;
}
code,
kbd,
samp {
    font-size: inherit;
}
dfn {
    font-style: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: 1;
}
* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    line-height: 1;
    vertical-align: baseline;
}
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: inherit;
}
abbr[title] {
    text-decoration: inherit;
}
b,
strong {
    font-weight: bolder;
}
code,
pre {
    font-family: monospace, monospace;
}
blockquote,
q {
    quotes: none;
}
blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    background: 0 0;
    cursor: pointer;
}
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled,
button:disabled {
    cursor: auto;
}
textarea {
    resize: none;
    overflow: auto;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    height: 100%;
    background: #fff;
    font-family: gotham-book;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
body {
    min-height: 100%;
    font-family: gotham-book;
    background-color: #e3e3e3;
}
.page-container {
    padding: 100px 0 0 0;
    background-color: #fff;
}
@media (max-width: 768px) {
    .page-container {
        padding: 55px 0 0 0;
    }
}
h1 {
    font-size: 64px;
    font-weight: 400;
    line-height: 1.25;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1440px) {
    h1 {
        font-size: 64px;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 32px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2,
h2 {
    font-size: 48px;
    line-height: 1.17;
    font-weight: 400;
    letter-spacing: normal;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2,
    h2 {
        font-size: 48px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2,
    h2 {
        font-size: 32px;
        line-height: 1.25;
    }
}
h3 {
    font-size: 36px;
    line-height: 1.17;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1440px) {
    h3 {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    h3 {
        font-size: 26px;
        line-height: 1.23;
    }
}
#wyn-for-full-component .form-header h2,
h4 {
    font-size: 28px;
    line-height: 1.43;
    font-weight: 400;
    color: #222;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1440px) {
    #wyn-for-full-component .form-header h2,
    h4 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    #wyn-for-full-component .form-header h2,
    h4 {
        font-size: 20px;
        line-height: 1.2;
    }
}
#wyn-request-info-component.active .gform_title,
h5 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
    color: #222;
}
@media (max-width: 768px) {
    #wyn-request-info-component.active .gform_title,
    h5 {
        font-size: 20px;
        line-height: 1.5;
    }
}
@media (min-width: 1440px) {
    #wyn-request-info-component.active .gform_title,
    h5 {
        font-size: 20px;
    }
}
h6 {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: normal;
    color: #707070;
}
@media (max-width: 768px) {
    h6 {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media (min-width: 1440px) {
    h6 {
        font-size: 18px;
    }
}
#wyn-request-info-component.active .gform_description,
.link,
.wyn-select-component select,
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-author,
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-type-heading,
p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.71;
    color: #707070;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
    #wyn-request-info-component.active .gform_description,
    .link,
    .wyn-select-component select,
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-author,
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-type-heading,
    p {
        font-size: 15px;
        line-height: 1.71;
    }
}
@media (min-width: 1440px) {
    #wyn-request-info-component.active .gform_description,
    .link,
    .wyn-select-component select,
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-author,
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-type-heading,
    p {
        font-size: 15px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single blockquote {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #707070;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single blockquote {
        font-size: 14px;
        line-height: 1.71;
    }
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single blockquote {
        font-size: 20px;
    }
}
.button {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 18px 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: gotham-bold;
}
@media (max-width: 768px) {
    .button {
        font-size: 14px;
        padding: 18px 40px;
    }
}
.button:active,
.button:focus,
.button:visited {
    outline: 0;
    text-decoration: none;
}
.button.primary {
    background-color: #069953;
    color: #fff;
    -webkit-transition: background-color 0.2s linear 0s;
    transition: background-color 0.2s linear 0s;
    font-weight: 400;
}
.button.primary:hover {
    background-color: #1a1919;
}
.button.outline {
    border: solid 2px #fff;
    color: #fff;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}
.button.outline:hover {
    border: solid 2px #d0d0d0;
}
.button.outline.small {
    padding: 12px 20px;
}
.button.clear {
    color: #231f20;
    background-color: transparent;
    border: solid 2px #231f20;
    padding: 16px 36px;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}
.button.clear:hover {
    border: solid 2px #069953;
    background-color: transparent;
}
@media (max-width: 768px) {
    .button.clear {
        padding: 12px 40px;
    }
}
.button span.icon-view {
    display: none;
}
.link {
    font-weight: bolder;
    display: block;
}
.link span.icon-view {
    position: relative;
    font-size: 17px;
    top: 3px;
    margin-right: 9px;
}
@media (min-width: 1440px) {
    .link span.icon-view {
        font-size: 17px;
        top: 3px;
        margin-right: 9px;
    }
}
@media (max-width: 768px) {
    .link span.icon-view {
        font-size: 17px;
        top: 3px;
        margin-right: 4px;
    }
}
.wyn-wysiwyg {
    font-size: 14px;
    line-height: 1.71;
    color: #707070;
}
@media (max-width: 768px) {
    .wyn-wysiwyg {
        font-size: 14px;
    }
}
.wyn-wysiwyg h1,
.wyn-wysiwyg h2,
.wyn-wysiwyg h3,
.wyn-wysiwyg h4,
.wyn-wysiwyg h5,
.wyn-wysiwyg h6 {
    margin-top: 30px;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .wyn-wysiwyg h1,
    .wyn-wysiwyg h2,
    .wyn-wysiwyg h3,
    .wyn-wysiwyg h4,
    .wyn-wysiwyg h5,
    .wyn-wysiwyg h6 {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}
.wyn-wysiwyg ul {
    list-style: disc;
    margin-left: 40px;
}
@media (max-width: 768px) {
    .wyn-wysiwyg ul {
        margin-left: 35px;
    }
}
.wyn-wysiwyg ul li {
    margin-bottom: 8px;
    line-height: 24px;
}
.wyn-wysiwyg ul li p {
    margin-bottom: 0;
}
.wyn-wysiwyg ol {
    list-style: decimal;
    margin-left: 40px;
}
@media (max-width: 768px) {
    .wyn-wysiwyg ol {
        margin-left: 35px;
    }
}
.wyn-wysiwyg ol li {
    margin-bottom: 8px;
    line-height: 24px;
}
.wyn-wysiwyg ol li p {
    margin-bottom: 0;
}
.wyn-wysiwyg a {
    color: #231f20;
    font-weight: 700;
}
.wyn-wysiwyg p {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 8px;
}
@media (max-width: 768px) {
    .wyn-wysiwyg p {
        font-size: 14px;
    }
}
sup {
    vertical-align: super;
    font-size: 65%;
}
em {
    font-style: italic;
}
.wyn-disclaimer {
    font-size: 70% !important;
    font-style: italic;
}
.wyn-header-component {
    height: 100px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
    /* max-width: 1440px; */
}
.wyn-header-component.has_translations {
    height: 114px;
}
@media (max-width: 768px) {
    .wyn-header-component.has_translations {
        height: 80px;
    }
}
.wyn-header-component.has_translations.overlay::after {
    top: 114px;
}
@media (max-width: 768px) {
    .wyn-header-component {
        height: 55px;
    }
}
.wyn-header-component:after {
    content: "";
    display: block;
    background-color: transparent;
    -webkit-transition: background-color 0.32s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: background-color 0.32s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
}
.wyn-header-component.overlay::after {
    background-color: rgba(0, 0, 0, 0.15);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 80;
    pointer-events: none;
}
.wyn-header-component .header-content {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    align-items: center;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content {
        padding: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.wyn-header-component .header-content .brand-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 22px;
    width: 160px;
    min-height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1366px) {
    .wyn-header-component .header-content .brand-logo {
        width: 16.66667vw;
        margin-right: 1.83333vw;
    }
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .brand-logo {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 90px;
        height: 100%;
        margin: 0;
    }
}
.wyn-header-component .header-content .divider {
    border-left: 1px solid #dbdbdb;
    margin: 30px 0;
    height: 40%;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .divider {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        width: 1px;
        background-color: #dbdbdb;
        height: 40%;
        border: none;
        position: relative;
        margin: 0 9px;
    }
}
.wyn-header-component .header-content .title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 165px;
    flex-basis: 165px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 1.43;
    margin: 0 24px;
    padding: 30px 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .wyn-header-component .header-content .title {
        font-size: 1.41667vw;
        -ms-flex-preferred-size: 13.75vw;
        flex-basis: 13.75vw;
        margin: 0 2vw;
    }
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .title span {
        max-width: 85px;
        display: block;
    }
}
@media (orientation: portrait) and (min-width: 768px) and (max-width: 1024px) {
    .wyn-header-component .header-content .title span {
        max-width: none;
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .title {
        font-size: 7.3px;
        line-height: normal;
        margin: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}
.wyn-header-component .header-content .menu-section {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%;
    z-index: 999;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .menu-section {
        height: 0;
        width: 0;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section {
    height: 100%;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu {
    height: 100%;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul {
        display: block;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 10px 0 0;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item {
        font-size: 1.08333vw;
        margin: 0 0.83333vw 0 0;
        letter-spacing: 0.06em;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.page_item_complex {
    position: static;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > a,
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > span {
    position: relative;
    overflow: hidden;
    padding-left: 4px;
    line-height: 1.32;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > a,
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > span {
        padding-left: 0;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > a:after,
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 28px);
    background-color: #069953;
    height: 2px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: -webkit-transform 0.2s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: transform 0.2s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: transform 0.2s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s, -webkit-transform 0.2s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    opacity: 0;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.active {
    overflow: visible;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.active > a,
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.active > span {
    color: #069953;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.active > a:after,
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.active > span:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.3s linear 0s, -webkit-transform 1s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: opacity 0.3s linear 0s, -webkit-transform 1s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: transform 1s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s, opacity 0.3s linear 0s;
    transition: transform 1s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s, opacity 0.3s linear 0s, -webkit-transform 1s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    opacity: 1;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.active .child-complex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding: 0 0 20px 0;
    z-index: 80;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.active .child-complex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.current_page_item::before {
    background: #000;
    border-top: 2px solid #231f20;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.page_item_has_children > a,
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.page_item_has_children > span {
    padding-right: 16px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1.3px;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > a {
    padding-right: 16px;
    position: relative;
    text-transform: uppercase;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.page_item_has_children:hover > a > .icon-chevron-down,
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item.page_item_has_children:hover > span > .icon-chevron-down {
    -webkit-transform: rotate(-180deg) translate(0, -5px);
    transform: rotate(-180deg) translate(0, -5px);
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .children {
    background-color: #fff;
    display: block;
    min-width: 250px;
    padding: 22px 26px;
    position: absolute;
    -webkit-transform: translate(-22px, 0);
    transform: translate(-22px, 0);
    top: 100px;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .children {
        position: relative;
        padding: 0;
        min-width: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .children .page_item {
    margin-bottom: 20px;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .children .page_item:last-child {
    margin-bottom: 0;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .children .page_item a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .children .page_item a {
        font-size: 1.11667vw;
        letter-spacing: 0.06em;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .children .page_item:hover > a {
    color: #231f20;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex {
    background-color: #fff;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    position: absolute;
    top: 100px;
    width: 100%;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .col-title {
    color: #707070;
    font-size: 48px;
    line-height: 1.2;
    margin-left: 115px;
    margin-top: 34px;
    width: 330px;
}
@media (min-width: 768px) and (max-width: 1366px) {
    .wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .col-title {
        padding: 0 78px 0 52px;
        margin-left: 0;
        width: 100%;
        font-size: 30px;
    }
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 22px;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .row .col-2 {
    width: 50%;
    padding: 0 78px 0 52px;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .row .col-2 .brand-category {
    border-bottom: 1px solid #d8d8d8;
    padding: 24px 0;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .row .col-2 .brand-category:last-child {
    border-bottom: none;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .row .col-2 .brand-category .category-title {
    background-color: #f8f9fb;
    border-radius: 4px;
    color: #707070;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2.18;
    margin-bottom: 12px;
    padding: 0 5px;
    text-align: left;
    -webkit-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .row .col-2 .brand-category ul li {
    color: #3b3b3b;
    font-size: 14px;
    line-height: 1.71;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item .child-complex .row .col-2 .brand-category ul li:hover {
    color: #231f20;
}
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > a,
.wyn-header-component .header-content .menu-section > .nav-section > .nav-menu > ul > .page_item > span {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.wyn-header-component .header-content .contact-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* margin: 30px 0 0 24px; */
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .contact-wrapper {
        margin: 0 20px 0 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wyn-header-component .header-content .contact-wrapper.has_translations {
    margin: 12px 0 0 0;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .contact-wrapper.has_translations {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 16px 0 0;
    }
}
.wyn-header-component .header-content .contact-wrapper .lang-select-wrap {
    margin: 0 0 14px 0;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .contact-wrapper .lang-select-wrap {
        margin: 0 0 6px 0;
    }
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .contact-wrapper .wyn-select-component:after {
        font-size: 16px;
        height: 41px;
        line-height: 44px;
        padding: 0 7px;
        right: -3px;
        top: 8px;
    }
}
.wyn-header-component .header-content .contact-wrapper select {
    font-size: 12px;
    height: 34px;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .contact-wrapper select {
        height: auto;
        padding: 0 25px 4px 0;
        font-size: 9px;
    }
}
.wyn-header-component .header-content .contact-button {
    background-color: #069953;
    color: #fff;
    /* font-size: 12px; */
    font-size: 15px;
    /* height: 40px; */
    padding: 14px 20px;
    -webkit-transition: background-color 0.3s linear 0s;
    transition: background-color 0.3s linear 0s;
}
@media (min-width: 768px) and (max-width: 1280px) {
    .wyn-header-component .header-content .contact-button {
        font-size: 1.08333vw;
        padding: 1.16667vw 1.66667vw;
        height: 3.33333vw;
    }
}
.wyn-header-component .header-content .contact-button:hover {
    background-color: #1a1919;
}
@media (max-width: 768px) {
    .wyn-header-component .header-content .contact-button {
        font-size: 10px;
        padding: 9px 11px;
        height: auto;
        height: 29px;
    }
}
.wyn-header-component.hidden {
    top: -100px;
}
.wyn-header-component .icon {
    display: inline-block;
    font-size: 16px;
    padding: 6px;
    position: relative;
    top: -2px;
    text-rendering: auto;
}
.wyn-header-component .icon.icon-chevron-down {
    -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: -webkit-transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s, -webkit-transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.wyn-header-component .icon.icon-chevron-down::before {
    content: "\2335";
}
.wyn-header-component .icon.icon-cross {
    cursor: pointer;
    right: 40px;
    position: absolute;
    top: 40px;
}
.wyn-header-component .icon.icon-cross::before {
    color: #9c9c9c;
    content: "\2573";
}
.wyn-header-component .mbl-nav-section {
    position: relative;
    height: 0;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 1000;
    will-change: height;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
    .wyn-header-component .mbl-nav-section.open {
        height: auto;
        max-height: calc(100vh - 55px);
        overflow-y: scroll;
    }
    .wyn-header-component .mbl-nav-section .menu-section {
        height: auto;
        width: 100%;
        color: #222;
        font-size: 15px;
        padding: 24px 0;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul > li {
        padding: 0 18px;
        margin: 0;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul > li > a,
    .wyn-header-component .mbl-nav-section .menu-section ul > li > span {
        margin: 0 0 17px 0;
        display: block;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul > li.open a i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 4px;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul > li.open > li {
        margin: 0 0 24px 0;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul > li.open .children {
        height: auto;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul > li.open .child-complex {
        height: auto;
        padding: 0 0 0 24px;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul.children {
        height: 0;
        overflow: hidden;
    }
    .wyn-header-component .mbl-nav-section .menu-section ul.children li {
        padding: 0 0 0 24px;
        margin: 0 0 18px 0;
        color: #707070;
    }
    .wyn-header-component .mbl-nav-section .menu-section .child-complex {
        height: 0;
        overflow: hidden;
        position: relative;
    }
    .wyn-header-component .mbl-nav-section .menu-section .child-complex .col-title {
        display: none;
    }
    .wyn-header-component .mbl-nav-section .menu-section .child-complex .category-title {
        background-color: #f8f9fb;
        border-radius: 4px;
        color: #707070;
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 2.18;
        margin-bottom: 12px;
        padding: 0 5px;
        text-align: left;
        -webkit-transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
        transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    }
    .wyn-header-component .mbl-nav-section .menu-section .child-complex li {
        padding: 0;
        color: #707070;
    }
    .wyn-header-component .mbl-nav-section .menu-section .child-complex .icon-cross {
        height: 0;
        width: 0;
        padding: 0;
    }
    .wyn-header-component .mbl-nav-section .menu-section .child-complex .icon-cross:before {
        display: none;
    }
}
.wyn-header-component .mbl-open-close {
    height: 0;
    width: 0;
    overflow: hidden;
    display: block;
}
@media (max-width: 768px) {
    .wyn-header-component .mbl-open-close {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        height: 100%;
        width: 64px;
        background-color: transparent;
        float: left;
        overflow: visible;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .wyn-header-component .mbl-open-close.open span span:nth-child(1) {
        -webkit-transform: translate(0, 10px) rotate(-45deg);
        transform: translate(0, 10px) rotate(-45deg);
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    .wyn-header-component .mbl-open-close.open span span:nth-child(2) {
        opacity: 0;
    }
    .wyn-header-component .mbl-open-close.open span span:nth-child(3) {
        -webkit-transform: translate(0, -10px) rotate(-135deg);
        transform: translate(0, -10px) rotate(-135deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    .wyn-header-component .mbl-open-close span {
        width: 31px;
        height: 20px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .wyn-header-component .mbl-open-close span span {
        width: 31px;
        background-color: #231f20;
        height: 2px;
        display: block;
        position: absolute;
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
        opacity: 1;
        -webkit-transition: cubic-bezier(0.58, 0.79, 0.32, 1.14) 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.58, 0.79, 0.32, 1.14) 0s;
        transition: cubic-bezier(0.58, 0.79, 0.32, 1.14) 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.58, 0.79, 0.32, 1.14) 0s;
        transition: transform 0.3s cubic-bezier(0.58, 0.79, 0.32, 1.14) 0s, cubic-bezier(0.58, 0.79, 0.32, 1.14) 0.3s linear 0s;
        transition: transform 0.3s cubic-bezier(0.58, 0.79, 0.32, 1.14) 0s, cubic-bezier(0.58, 0.79, 0.32, 1.14) 0.3s linear 0s, -webkit-transform 0.3s cubic-bezier(0.58, 0.79, 0.32, 1.14) 0s;
        left: 0;
    }
    .wyn-header-component .mbl-open-close span span:nth-child(1) {
        top: 0;
    }
    .wyn-header-component .mbl-open-close span span:nth-child(2) {
        top: 50%;
    }
    .wyn-header-component .mbl-open-close span span:nth-child(3) {
        top: 100%;
    }
}
.wyn-featured-articles {
    padding: 0 0 0 115px;
    margin: 78px 0;
}
@media (max-width: 768px) {
    .wyn-featured-articles {
        margin: 78px 18px 40px 18px;
        padding: 0;
    }
}
.wyn-featured-articles .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 11.6% 0 0;
    margin: 0 0 36px 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .wyn-featured-articles .heading {
        padding: 0 3% 0 0;
    }
}
@media (max-width: 768px) {
    .wyn-featured-articles .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0 0 24px 0;
    }
}
.wyn-featured-articles .heading h2 {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 36px;
    letter-spacing: -0.5px;
}
.wyn-featured-articles .heading a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: #231f20;
    text-transform: capitalize;
}
@media (max-width: 768px) {
    .wyn-featured-articles .heading a {
        margin-top: 24px;
    }
}
@media (max-width: 768px) {
    .wyn-featured-articles .slick-slide {
        margin-right: 0;
    }
}
.wyn-featured-articles .slides {
    padding: 0 0 110px 0;
}
.wyn-featured-articles .slides .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 400px;
    margin: 0 24px 0 0;
}
@media (max-width: 1024px) {
    .wyn-featured-articles .slides .slide {
        height: auto;
    }
}
@media (max-width: 768px) {
    .wyn-featured-articles .slides .slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        margin: 0;
    }
}
.wyn-featured-articles .slides .slide .left {
    width: calc(50% - 115px);
    background-size: cover;
    background-position: center center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 768px) {
    .wyn-featured-articles .slides .slide .left {
        width: 100%;
        height: 220px;
    }
}
.wyn-featured-articles .slides .slide .right {
    width: calc(50% - 115px);
    padding: 70px;
    background-color: #f8f9fb;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 768px) {
    .wyn-featured-articles .slides .slide .right {
        padding: 34px;
        width: 100%;
        background-color: #f8f9fb;
    }
}
.wyn-featured-articles .slides .slide .right h4 {
    margin: 12px 0 18px 0;
    font-size: 22px;
}
.wyn-featured-articles .slides .slide .right .cta {
    margin: 24px 0 0 0;
}
.wyn-featured-articles .slides .slide .right .external-link a {
    display: inline;
}
.wyn-featured-articles .slides .slide .right .external-link:after {
    content: "\e910";
    font-family: icomoon;
    display: inline;
    font-size: 13px;
    color: #707070;
    margin-left: 5px;
}
.wyn-featured-articles .slides .slide .right .author-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.wyn-featured-articles .slides .slide .right .author-location p:after {
    content: "·";
    display: inline;
    margin: 0 12px 0;
    font-weight: 700;
}
.wyn-featured-articles .slides .slide .right .author-location p:last-child:after {
    display: none;
}
.wyn-featured-articles .slick-dots {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
}
@media (max-width: 768px) {
    .wyn-featured-articles .slick-dots {
        bottom: 40px;
    }
}
.wyn-featured-articles .slick-dots li {
    color: transparent;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #231f20;
    position: relative;
    margin: 0 12px 0 0;
}
.wyn-featured-articles .slick-dots li:last-child {
    margin-right: 0;
}
.wyn-featured-articles .slick-dots li.slick-active:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #231f20;
    border-radius: 100%;
    display: block;
}
.wyn-featured-articles .carousel-arrow-prev {
    color: #fff;
    position: absolute;
    bottom: 40px;
    font-size: 30px;
    left: 20%;
    z-index: 4;
    color: #231f20;
}
.wyn-featured-articles .carousel-arrow-next {
    color: #fff;
    position: absolute;
    bottom: 40px;
    font-size: 30px;
    right: 20%;
    color: #231f20;
}
.wyn-copy-row {
    background-color: #fffcf5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 768px) {
    .wyn-copy-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 80px 20px 80px;
    }
}
.wyn-copy-row.wyn-copy-row-margins {
    margin: 0 120px 111px;
    padding: 0 120px 0;
}
@media (max-width: 768px) {
    .wyn-copy-row.wyn-copy-row-margins {
        margin: 22px;
        padding: 64px 85px;
    }
}
.wyn-copy-row .copy-item {
    margin: 130px 2.5% 146px;
    text-align: center;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 768px) {
    .wyn-copy-row .copy-item {
        margin: 40px 0 0;
        width: 100%;
    }
    .wyn-copy-row .copy-item:first-child {
        margin-top: 0;
    }
}
.wyn-copy-row .copy-item img {
    display: block;
    width: 85%;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .wyn-copy-row .copy-item img {
        width: 100%;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .wyn-copy-row .copy-item img {
        max-width: 300px;
    }
}
.wyn-copy-row .copy-item .copy-headline {
    color: #069953;
    display: block;
    font-size: 80px;
    line-height: 0.92;
    margin-bottom: 12px;
    width: 100%;
}
@media (max-width: 1024px) {
    .wyn-copy-row .copy-item .copy-headline {
        font-size: 40px;
    }
}
@media (max-width: 768px) {
    .wyn-copy-row .copy-item .copy-headline {
        font-size: 80px;
        margin-bottom: 0;
    }
}
.wyn-copy-row .copy-item .copy-subheadline {
    color: #069953;
    display: block;
    font-family: gotham-bold;
    font-size: 14px;
    line-height: 1.71;
    text-transform: uppercase;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-copy-row .copy-item .copy-subheadline {
        font-size: 14px;
    }
}
.wyn-copy-row .copy-item .copy-body {
    color: #707070;
    font-size: 14px;
    line-height: 1.7;
    margin-top: 12px;
}
@media (max-width: 768px) {
    .wyn-copy-row .copy-item .copy-body {
        font-size: 14px;
        margin-top: 22px;
    }
}
.wyn-strip-download-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    overflow: hidden;
}
@media (max-width: 768px) {
    .wyn-strip-download-component {
        height: auto;
    }
}
.wyn-strip-download-component img,
.wyn-strip-download-component picture {
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-strip-download-component img,
    .wyn-strip-download-component picture {
        display: none;
    }
}
.wyn-strip-download-component .background-image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.wyn-strip-download-component .row {
    background-color: rgba(174, 147, 108, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
@media (max-width: 768px) {
    .wyn-strip-download-component .row {
        position: relative;
        background-color: #231f20;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}
.wyn-strip-download-component .row .download-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1.5px solid rgba(255, 255, 255, 0.15);
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-strip-download-component .row .download-tile {
        border: none;
        border-bottom: 1.6px solid rgba(255, 255, 255, 0.15);
        padding: 67px 45px 50px;
    }
}
.wyn-strip-download-component .row .download-tile:last-child {
    border-right: none;
}
.wyn-strip-download-component .row .download-tile .category {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.55;
    margin-bottom: 10px;
    padding: 2px 8px;
    text-align: left;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .wyn-strip-download-component .row .download-tile .category {
        font-size: 11px;
        margin-bottom: 10px;
    }
}
.wyn-strip-download-component .row .download-tile .title {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    .wyn-strip-download-component .row .download-tile .title {
        font-size: 20px;
    }
}
.wyn-strip-download-component .row .download-tile .download {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    margin-top: 20px;
}
@media (max-width: 768px) {
    .wyn-strip-download-component .row .download-tile .download {
        font-size: 16px;
        line-height: 1.5;
        margin: 0;
        position: relative;
        bottom: 0;
        left: 0;
        margin: 20px auto 0 auto;
        -webkit-transform: none;
        transform: none;
    }
}
.wyn-strip-download-component .row .download-tile .icon-download {
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
}
@media (max-width: 768px) {
    .wyn-strip-download-component .row .download-tile .icon-download {
        font-size: 14px;
        line-height: 1.5;
    }
}
.wyn-strip-download-component .row .download-tile .icon-download::before {
    content: "\2913";
}
.wyn-hero-component {
    position: relative;
}
.wyn-hero-component .hero-video {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.wyn-hero-component .hero-image,
.wyn-hero-component img,
.wyn-hero-component picture {
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-hero-component video {
        display: none;
    }
}
.wyn-hero-component .overlay {
    background: radial-gradient(circle at 0 100%, rgb(3 153 83) 0, transparent 80%) hsl(104deg 60% 84% / 0%);
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    padding-left: 112px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
@media (max-width: 768px) {
    .wyn-hero-component .overlay {
        padding: 0 23px;
    }
}
.wyn-hero-component .overlay h1 {
    color: #fff;
    font-size: 80px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-bottom: 50px;
    margin-top: 15%;
    text-align: left;
    color: #fff;
}
@media (max-width: 1024px) {
    .wyn-hero-component .overlay h1 {
        font-size: 44px;
    }
}
@media (max-width: 768px) {
    .wyn-hero-component .overlay h1 {
        font-size: 32px;
    }
}
.wyn-hero-component .overlay .scrolldown-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-hero-component .overlay .scrolldown-wrapper {
        display: block;
        position: relative;
        width: 0;
        height: 0;
        overflow: hidden;
    }
}
.wyn-hero-component .overlay .scrolldown-wrapper .scrolldown-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 43px;
    border: solid 2px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 86px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 20px;
    width: 86px;
}
.wyn-hero-component .overlay .scrolldown-wrapper .scrolldown-button .icon {
    color: #fff;
    font-size: 25.8px;
}
.wyn-hero-component .overlay .scrolldown-wrapper .scrolldown-text {
    font-size: 20px;
    line-height: 1.6;
}
.wyn-hero-home-newsoffers {
    z-index: 12;
    margin: 0 auto 0 auto;
    height: auto;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -100px);
    padding: 0;
    margin-bottom: -100px;
    background: #302d2e;
    background: linear-gradient(rgba(242, 247, 249, 0) 0, rgba(242, 246, 249, 0) 100px, #f8f9fb 100%);
}
@media (max-width: 768px) {
    .wyn-hero-home-newsoffers {
        margin: 0;
        height: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        max-width: none;
        background: #302d2e;
    }
}
@media (max-width: 1024px) {
    .wyn-hero-home-newsoffers {
        margin: 0;
        height: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        max-width: none;
        background: #302d2e;
    }
}
.wyn-hero-home-newsoffers .newsoffers-slides {
    max-width: 750px;
    margin: 0 auto 0 auto;
    width: 70%;
    opacity: 0;
}
.wyn-hero-home-newsoffers .newsoffers-slides h4 {
    line-height: 1.2;
}
@media (max-width: 768px) {
    .wyn-hero-home-newsoffers .newsoffers-slides {
        margin: 0;
        height: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 1024px) {
    .wyn-hero-home-newsoffers .newsoffers-slides {
        margin: 0;
        height: auto;
        -webkit-transform: none;
        transform: none;
        width: 100%;
        max-width: none;
    }
}
.wyn-hero-home-newsoffers .wyn-newsoffer-item {
    background-color: #fff;
    min-height: 220px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-image {
    width: 220px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 220px;
    min-height: 220px;
    position: relative;
}
@media (max-width: 768px) {
    .wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-image {
        width: 23%;
        min-width: 0;
        min-height: 0;
        display: none;
    }
}
@media (max-width: 1024px) {
    .wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-image {
        width: 23%;
        min-width: none;
        min-height: none;
    }
}
.wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-image .image {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
}
.wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-info p.type {
    font-weight: 700;
    text-transform: uppercase;
    color: #069953;
    font-size: 12px;
}
.wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-info h4 {
    color: #231f20;
}
.wyn-hero-home-newsoffers .wyn-newsoffer-item .wyn-newsoffer-item-info .link {
    font-weight: 700;
    display: block;
    color: #231f20;
    margin: 12px 0 0 0;
}
.wyn-hero-home-newsoffers .newsoffer-carousel-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0 0 0;
}
.wyn-hero-home-newsoffers .carousel-arrow {
    position: relative;
    top: -7px;
    font-size: 22px;
    color: #9c9c9c;
}
@media (min-width: 1440px) {
    .wyn-hero-home-newsoffers .carousel-arrow {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .wyn-hero-home-newsoffers .carousel-arrow {
        display: none !important;
    }
}
.wyn-hero-home-newsoffers .carousel-arrow.carousel-arrow-prev {
    cursor: pointer;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.wyn-hero-home-newsoffers .carousel-arrow.carousel-arrow-next {
    cursor: pointer;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.wyn-hero-home-newsoffers .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.wyn-hero-home-newsoffers .slick-slide {
    height: inherit !important;
}
.wyn-hero-home-newsoffers .slick-slide > div {
    height: 100%;
}
.wyn-hero-home-newsoffers .slick-dots {
    display: inline-block;
    list-style: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 30px;
}
.wyn-hero-home-newsoffers .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
@media (min-width: 1440px) {
    .wyn-hero-home-newsoffers .slick-dots li {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .wyn-hero-home-newsoffers .slick-dots li {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}
.wyn-hero-home-newsoffers .slick-dots li:last-child {
    margin-right: 0;
}
.wyn-hero-home-newsoffers .slick-dots li.slick-active button:before {
    color: #9c9c9c;
}
.wyn-hero-home-newsoffers .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
@media (min-width: 1440px) {
    .wyn-hero-home-newsoffers .slick-dots li button {
        width: 20px;
        height: 25px;
        padding: 5px;
    }
}
@media (max-width: 768px) {
    .wyn-hero-home-newsoffers .slick-dots li button {
        width: 20px;
        height: 25px;
        padding: 5px;
    }
}
.wyn-hero-home-newsoffers .slick-dots li button:before {
    font-family: slick;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: "•";
    text-align: center;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #9c9c9c;
    border-radius: 1000px;
}
@media (min-width: 1440px) {
    .wyn-hero-home-newsoffers .slick-dots li button:before {
        font-size: 17px;
        line-height: 17px;
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 768px) {
    .wyn-hero-home-newsoffers .slick-dots li button:before {
        font-size: 17px;
        line-height: 17px;
        width: 18px;
        height: 18px;
    }
}
.wyn-hero-image-component {
    position: relative;
}
.wyn-hero-image-component .hero-image {
    width: 100%;
    height: 390px;
}
@media (max-width: 768px) {
    .wyn-hero-image-component .hero-image {
        height: 278px;
    }
}
.wyn-hero-image-component .hero-image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}
.wyn-hero-image-component .hero-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.wyn-hero-image-component .overlay {
    /* background: radial-gradient(circle at 0 100%, rgba(0, 117, 225, 0.5) 0, transparent 80%) rgba(32, 42, 67, 0.4); */
    background: radial-gradient(circle at 0 100%, rgb(35 31 32 / 50%) 0, transparent 80%) rgba(32, 42, 67, 0.4);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    left: 0;
    padding-left: 112px;
    position: absolute;
    top: 0;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-hero-image-component .overlay {
        padding-left: 20px;
    }
}
.wyn-hero-image-component .overlay h1 {
    color: #fff;
    font-size: 80px;
    letter-spacing: -1px;
    line-height: 1.1;
    text-align: left;
    /* text-transform: capitalize; */
    display: block;
}
@media (max-width: 768px) {
    .wyn-hero-image-component .overlay h1 {
        width: 45%;
        min-width: 200px;
        font-size: 32px;
        line-height: 1.25;
    }
    .wyn-hero-image-component .overlay h1 br {
        display: none;
    }
}
.wyn-hero-two-thirds-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .wyn-hero-two-thirds-component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wyn-hero-two-thirds-component .info {
    min-width: 418px;
    color: #707070;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 768px) {
    .wyn-hero-two-thirds-component .info {
        min-width: auto;
        padding: 38px 20px 30px;
    }
}
.wyn-hero-two-thirds-component .logo {
    margin-top: 40px;
    max-width: 400px;
    height: auto;
    display: block;
}
.wyn-hero-two-thirds-component .logo.alt-height {
    max-width: none;
}
.wyn-hero-two-thirds-component .logo.alt-height img {
    max-width: none;
    max-height: none;
}
@media (max-width: 1024px) {
    .wyn-hero-two-thirds-component .logo.alt-height img {
        max-height: 120px;
    }
}
@media (max-width: 768px) {
    .wyn-hero-two-thirds-component .logo.alt-height img {
        max-height: none;
    }
}
.wyn-hero-two-thirds-component .logo img {
    display: block;
    margin: 0 auto;
    max-width: 86%;
    max-height: 100px;
}
.wyn-hero-two-thirds-component .category {
    color: #707070;
    background-color: #f8f9fb;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 2px 8px;
    text-align: left;
    text-transform: uppercase;
}
.wyn-hero-two-thirds-component .description {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.71;
    max-width: 218px;
    text-align: center;
    padding: 0 10px;
}
.wyn-hero-two-thirds-component .hero-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80%;
    position: relative;
}
@media (max-width: 768px) {
    .wyn-hero-two-thirds-component .hero-image {
        height: auto;
    }
}
.wyn-hero-two-thirds-component .hero-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-hero-two-thirds-component .hero-image img {
        position: relative;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.wyn-hero-two-thirds-component .masked-image {
    width: 100%;
    position: relative;
}
.wyn-hero-two-thirds-component .masked-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(58%, rgba(0, 0, 0, 0.08)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.08) 58%, transparent 100%);
}
@media (max-width: 768px) {
    .wyn-hero-two-thirds-component .masked-image::after {
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.42)), color-stop(58%, rgba(0, 0, 0, 0.08)), to(transparent));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0, rgba(0, 0, 0, 0.08) 58%, transparent 100%);
    }
}
.wyn-hero-two-thirds-component .caption {
    position: absolute;
    bottom: 25px;
    left: 32px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    color: #fff;
    padding-left: 11px;
    white-space: pre-line;
}
@media (max-width: 768px) {
    .wyn-hero-two-thirds-component .caption {
        bottom: 16px;
        left: 11px;
    }
}
.wyn-hero-two-thirds-component .caption::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #069953;
}
.wyn-site-footer {
    background-color: #1a1919;
    color: #fff;
    /* padding-bottom: 62px; */
}
.wyn-site-footer .links-section {
    background-color: #343434;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 37px 0 62px 0px;
}
@media (max-width: 768px) {
    .wyn-site-footer .links-section {
        padding: 27px 20px 62px 20px;
        display: block;
    }
}
.wyn-site-footer .links-section .links-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.wyn-site-footer .links-section .links-group.languages {
    margin: 16px auto 0 auto;
    padding: 16px 0 0 0;
}
.wyn-site-footer .links-section .links-group.languages .lang-label {
    margin: 0 12px 0 0;
}
.wyn-site-footer .links-section .links-group.languages .wyn-lang-select {
    border: none;
}
.wyn-site-footer .links-section .links-group.languages select {
    color: #fff;
}
@media (max-width: 768px) {
    .wyn-site-footer .links-section .links-group {
        display: block;
        text-align: left;
    }
}
.wyn-site-footer .links-section .links-group a {
    border-right: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 0 10px;
}
@media (max-width: 768px) {
    .wyn-site-footer .links-section .links-group a {
        border: none;
        display: block;
        margin: 0 0 20px 0;
    }
}
.wyn-site-footer .links-section .links-group a:last-child {
    border-right: none;
}
.wyn-site-footer .links-section .links-group.external {
    margin: 0 0 10px 0;
}
@media (max-width: 768px) {
    .wyn-site-footer .links-section .links-group.external {
        margin: 0;
    }
}
.wyn-site-footer .links-section .links-group.internal a {
    color: #9c9c9c;
    border-right-color: #9c9c9c;
}
@media (max-width: 768px) {
    .wyn-site-footer .links-section .links-group.internal a {
        color: #fff;
    }
}
.wyn-site-footer .footer-brands {
    font-size: 36px;
    letter-spacing: -0.5px;
    margin: 80px auto 50px;
    text-align: center;
    color: #fff;
}
@media (max-width: 768px) {
    .wyn-site-footer .footer-brands {
        display: none;
    }
}
.wyn-site-footer .footer-brands .brand-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 213px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 56px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.wyn-site-footer .brands-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #fff;
    border-top: 2px solid #eeeeee;
    padding: 20px 0 0 0;
    /* margin: 0 88px; */
    margin: 0 70px;
}
@media (max-width: 768px) {
    .wyn-site-footer .brands-wrapper {
        margin: 0;
        padding: 0 20px;
        display: block;
        border-top: none;
    }
    .wyn-site-footer .brands-wrapper.open .mbl-trigger:after {
        -webkit-transform: translateY(-50%) rotate(-180deg);
        transform: translateY(-50%) rotate(-180deg);
    }
    .wyn-site-footer .brands-wrapper.open .brand-column {
        padding: 20px 0 0 0;
        height: auto;
    }
}
.wyn-site-footer .brands-wrapper .mbl-trigger {
    display: block;
    height: 0;
    position: relative;
    overflow: hidden;
    width: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (max-width: 768px) {
    .wyn-site-footer .brands-wrapper .mbl-trigger {
        display: block;
        height: auto;
        width: 100%;
        text-align: left;
        font-size: 15px;
        font-family: gotham-bold;
        text-rendering: optimizeLegibility;
        -moz-osx-font-smoothing: grayscale;
        font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        padding: 28px 0;
        border-bottom: 1px solid #535353;
        text-transform: uppercase;
    }
    .wyn-site-footer .brands-wrapper .mbl-trigger:after {
        content: "\2335";
        font-size: 24px;
        height: 44px;
        line-height: 44px;
        padding: 0 7px;
        pointer-events: none;
        position: absolute;
        right: 6px;
        text-rendering: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .wyn-site-footer .brands-wrapper .mbl-trigger p {
        color: #fff;
    }
}
.wyn-site-footer .brands-wrapper .brand-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 140px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
@media (max-width: 768px) {
    .wyn-site-footer .brands-wrapper .brand-column {
        display: block;
        padding: 0;
        position: relative;
        height: 0;
        overflow: hidden;
        text-align: center;
    }
}
.wyn-site-footer .brands-wrapper .brand-column .brand-category {
    border-right: 1px solid #fff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 22px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}
@media (max-width: 768px) {
    .wyn-site-footer .brands-wrapper .brand-column .brand-category {
        padding: 0;
        border: none;
        background-color: #f8f9fb;
        border-radius: 4px;
        color: #707070;
        display: inline-block;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 2.18;
        margin-bottom: 12px;
        padding: 0 5px;
        text-align: left;
    }
}
.wyn-site-footer .brands-wrapper .brand-column:last-child .brand-category {
    border-right: none;
}
.wyn-site-footer .brands-wrapper .brand-column ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 768px) {
    .wyn-site-footer .brands-wrapper .brand-column ul {
        display: block;
        text-align: center;
    }
}
.wyn-site-footer .brands-wrapper .brand-column ul li {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 65px;
}
@media (max-width: 768px) {
    .wyn-site-footer .brands-wrapper .brand-column ul li a {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
}
.wyn-site-footer .brands-wrapper .brand-column ul li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: 58px;
}
.wyn-site-footer hr {
    /* background-color: #535353; */
    background-color: #eee;
    display: block;
    height: 2px;
    /* margin: 80px 70px 45px; */
    margin: -2px 70px 45px;
}
@media (max-width: 768px) {
    .wyn-site-footer hr {
        margin: 0 20px;
    }
}
.wyn-site-footer .row {
    color: #9c9c9c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
    width: 840px;
}
@media (max-width: 768px) {
    .wyn-site-footer .row {
        display: block;
        width: 100%;
        margin: 0;
        padding: 40px 20px;
        width: 720px;
        max-width: 100%;
    }
}
@media (max-width: 900px) {
    .wyn-site-footer .row {
        width: 670px;
    }
}
.wyn-site-footer .row .col-footer-legal {
    -webkit-column-count: 1;
    column-count: 1;
    font-size: 12px;
    line-height: 1.5;
    -webkit-column-gap: 0;
    column-gap: 0;
}
@media (max-width: 768px) {
    .wyn-site-footer .row .col-footer-legal {
        -webkit-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        column-gap: 0;
    }
}
.wyn-site-footer .row .col-wide {
    width: 35%;
}
@media (max-width: 768px) {
    .wyn-site-footer .row .col-wide {
        width: auto;
        display: inline;
    }
}
.wyn-site-footer .row .col-narrow {
    width: 30%;
}
@media (max-width: 768px) {
    .wyn-site-footer .row .col-narrow {
        width: auto;
        display: inline;
    }
}
.wyn-site-footer .row .col-narrow,
.wyn-site-footer .row .col-wide {
    font-size: 12px;
    line-height: 1.5;
    padding: 0 12px;
}
.wyn-site-footer .wyn-footer-email-signup {
    background-color: #3c3c3c;
    padding: 40px 0;
}
.wyn-site-footer .wyn-footer-email-signup form {
    position: relative;
}
.wyn-site-footer .wyn-footer-email-signup form .gform_footer {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 32px;
    z-index: 4;
    font-size: 0;
    max-width: 350px;
    left: calc(144px + 50%);
}
@media (max-width: 768px) {
    .wyn-site-footer .wyn-footer-email-signup form .gform_footer {
        left: calc(118px + 50%);
    }
}
.wyn-site-footer .wyn-footer-email-signup form .gform_footer:before {
    content: "\e908";
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 22px;
    position: absolute;
    left: 0;
}
.wyn-site-footer .wyn-footer-email-signup form .gform_footer input[type="submit"] {
    position: absolute;
    left: 0;
}
.wyn-site-footer .wyn-footer-email-signup .gform_confirmation_wrapper {
    text-align: center;
    padding: 0 20px;
}
.wyn-site-footer .wyn-footer-email-signup .validation_error {
    display: none;
}
.wyn-site-footer .wyn-footer-email-signup .validation_message {
    color: #fff;
}
.wyn-site-footer .wyn-footer-email-signup .gfield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}
.wyn-site-footer .wyn-footer-email-signup .gfield.gfield_error {
    border: none;
    background: 0 0;
}
.wyn-site-footer .wyn-footer-email-signup .gfield .gfield_description {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    width: 100%;
    max-width: 380px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .wyn-site-footer .wyn-footer-email-signup .gfield .gfield_description {
        width: 90%;
        margin: 0 auto;
    }
}
.wyn-site-footer .wyn-footer-email-signup .gfield .gfield_label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 380px;
    display: none;
}
@media (max-width: 768px) {
    .wyn-site-footer .wyn-footer-email-signup .gfield .gfield_label {
        width: 90%;
        margin: 0 auto;
    }
}
.wyn-site-footer .wyn-footer-email-signup .gfield .ginput_container {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: 380px;
}
@media (max-width: 768px) {
    .wyn-site-footer .wyn-footer-email-signup .gfield .ginput_container {
        max-width: 90%;
        margin: 0 auto;
    }
}
.wyn-site-footer .wyn-footer-email-signup .gfield .ginput_container input {
    margin: 10px 0 0 0;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100% !important;
}
.wyn-select-component {
    display: inline-block;
    position: relative;
}
.wyn-select-component select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #707070;
    cursor: pointer;
    height: 44px;
    padding: 7px 36px 7px 5px;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-select-component select {
        height: 44px;
        padding: 7px 36px 7px 5px;
    }
}
.wyn-select-component select::-ms-expand {
    display: none;
}
.wyn-select-component select:focus {
    outline: 0;
}
@media (max-width: 768px) {
    .wyn-select-component select {
        padding: 20px 25px 20px 0;
        height: auto;
    }
}
.wyn-select-component::after {
    content: "\2335";
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    padding: 0 7px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    text-rendering: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 768px) {
    .wyn-select-component::after {
        font-size: 24px;
        height: 44px;
        line-height: 44px;
        padding: 0 7px;
        right: 6px;
    }
}
.wyn-strip-component .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f8f9fb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
@media (max-width: 960px) {
    .wyn-strip-component .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}
@media (max-width: 768px) {
    .wyn-strip-component .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .wyn-strip-component .row.inverted {
        background-color: #fff;
    }
}
.wyn-strip-component .row.inverted .col-2.strip-image {
    left: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
@media (max-width: 768px) {
    .wyn-strip-component .row .col-2 {
        width: 100%;
    }
}
.wyn-strip-component .row .col-2.strip-image {
    height: 100%;
    top: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 50%;
}
@media (min-width: 1240px) {
    .wyn-strip-component .row .col-2.strip-image {
        width: 50%;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}
@media (max-width: 768px) {
    .wyn-strip-component .row .col-2.strip-image {
        position: relative;
        left: auto;
        top: auto;
        height: auto;
    }
}
.wyn-strip-component .row .col-2.strip-image picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    height: 100%;
}
.wyn-strip-component .row .col-2.strip-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
@media (min-width: 769px) and (max-width: 1340px) {
    .wyn-strip-component .row .col-2.strip-image img {
        height: auto;
    }
}
@media (max-width: 768px) {
    .wyn-strip-component .row .col-2.strip-image img {
        height: auto;
    }
}
.wyn-strip-component .row .col-2.strip-content {
    padding: 0 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (min-width: 1240px) {
    .wyn-strip-component .row .col-2.strip-content {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}
@media (max-width: 960px) {
    .wyn-strip-component .row .col-2.strip-content {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .wyn-strip-component .row .col-2.strip-content {
        padding: 40px 20px 60px;
    }
}
.wyn-strip-component .row .col-2.strip-content .strip-content-container {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
}
@media (max-width: 1240px) {
    .wyn-strip-component .row .col-2.strip-content .strip-content-container {
        width: 70%;
    }
}
@media (max-width: 768px) {
    .wyn-strip-component .row .col-2.strip-content .strip-content-container {
        width: 100%;
    }
}
.wyn-strip-component .row .col-2.strip-content .strip-heading {
    color: #222;
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 1.17;
    margin-bottom: 22px;
}
@media (max-width: 1240px) {
    .wyn-strip-component .row .col-2.strip-content .strip-heading {
        font-size: 24px;
    }
}
@media (max-width: 768px) {
    .wyn-strip-component .row .col-2.strip-content .strip-heading {
        font-size: 32px;
        line-height: 1.31;
    }
}
.wyn-strip-component .row .col-2.strip-content .button {
    margin-top: 40px;
    margin-bottom: 22px;
}
@media (max-width: 768px) {
    .wyn-strip-component .row .col-2.strip-content .button {
        margin: 0;
        margin-top: 35px;
    }
}
.wyn-strip-column-component {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
@media (max-width: 768px) {
    .wyn-strip-column-component {
        height: auto;
        background-color: #f8f9fb;
        padding: 50px 20px 70px;
    }
}
.wyn-strip-column-component:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
}
.wyn-strip-column-component picture {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wyn-strip-column-component .background-image {
    display: block;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wyn-strip-column-component .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    z-index: 2;
}
.wyn-strip-column-component .row:first-of-type {
    padding-top: 114px;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row:first-of-type {
        padding: 0;
    }
}
.wyn-strip-column-component .row:last-child {
    padding-bottom: 130px;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row:last-child {
        padding: 0;
    }
}
@media (max-width: 1024px) {
    .wyn-strip-column-component .row {
        width: 90%;
    }
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wyn-strip-column-component .row.columns-2 .column {
    width: 400px;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row.columns-2 .column {
        width: 100%;
    }
}
.wyn-strip-column-component .row.columns-3 .column {
    width: 290px;
    padding: 0 40px 0 0;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row.columns-3 .column {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
.wyn-strip-column-component .row .headline {
    font-size: 48px;
    line-height: 1.17;
    color: #222;
    margin: 0 0 64px;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row .headline {
        font-size: 32px;
        line-height: 1.19;
        letter-spacing: -0.4px;
    }
}
.wyn-strip-column-component .row .column {
    position: relative;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row .column {
        width: 100%;
        margin-top: 30px;
    }
    .wyn-strip-column-component .row .column:first-child {
        margin-top: 0;
    }
}
.wyn-strip-column-component .row .column .subheadline {
    color: #222;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.71;
    margin-bottom: 24px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row .column .subheadline {
        font-size: 14px;
        letter-spacing: 1px;
    }
}
.wyn-strip-column-component .row .column .body {
    color: #707070;
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 127px;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row .column .body {
        font-size: 14px;
        margin-bottom: 10px;
    }
}
.wyn-strip-column-component .row .button {
    position: absolute;
    bottom: 0;
}
@media (max-width: 768px) {
    .wyn-strip-column-component .row .button {
        position: relative;
    }
}
.wyn-strip-inset-component {
    background-color: #f8f9fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 112px 116px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }
}
.wyn-strip-inset-component.article-intro .col-right {
    background-color: transparent;
}
.wyn-strip-inset-component.article-intro .col-right .button {
    background-color: transparent;
    color: #707070;
    border: 1px solid #707070;
}
.wyn-strip-inset-component.article-intro .col-right .author-location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0 0 0;
}
.wyn-strip-inset-component.article-intro .col-right .author-location p:after {
    content: "·";
    display: inline;
    margin: 0 12px 0;
    font-weight: 700;
}
.wyn-strip-inset-component.article-intro .col-right .author-location p:last-child:after {
    display: none;
}
.wyn-strip-inset-component.article-intro .col-right .tags {
    margin: 24px 0;
}
.wyn-strip-inset-component.article-intro .col-right .tags p {
    display: inline-block;
    padding: 4px 8px;
    margin: 4px;
    background-color: #ccc;
    color: #707070;
    border-radius: 2px;
    font-size: 11px;
    text-transform: uppercase;
}
.wyn-strip-inset-component.article-intro .col-right .share-group {
    border-top: 1px solid #ccc;
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wyn-strip-inset-component.article-intro .col-right .share-group span {
    display: block;
    margin: 0 8px 0 0;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a {
    margin: 0 18px 0 0;
    font-size: 18px;
    color: #707070;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="facebook"] {
    display: inline-block;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="facebook"]:before {
    content: "\e028";
    font-family: Socicon;
    font-size: 20px;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="twitter"] {
    display: inline-block;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="twitter"]:before {
    content: "\e08d";
    font-family: Socicon;
    font-size: 20px;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="linkedin"] {
    display: inline-block;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="linkedin"]:before {
    content: "\e04c";
    font-family: Socicon;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="mail"] {
    display: inline-block;
}
.wyn-strip-inset-component.article-intro .col-right .share-group a[title="mail"]:before {
    content: "\e050";
    font-family: Socicon;
    font-size: 20px;
    line-height: 28px;
}
.wyn-strip-inset-component.article-detail .col-right {
    background-color: transparent;
}
.wyn-strip-inset-component.article-detail .col-right {
    padding: 0;
    background-color: transparent;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component.article-detail .col-right {
        padding: 18px;
    }
}
@media (min-width: 769px) {
    .wyn-strip-inset-component.article-detail .col-right {
        width: 56.735%;
    }
}
@media (max-width: 1024px) {
    .wyn-strip-inset-component.article-detail .col-right {
        width: 100%;
    }
}
.wyn-strip-inset-component.article-detail .col-right .attribution {
    margin: 34px 0 0 0;
}
.wyn-strip-inset-component.article-detail .col-right .attribution p {
    font-size: 70%;
}
.wyn-strip-inset-component.article-detail .col-left {
    background-color: transparent;
    padding: 50px 45px 35px;
    position: relative;
}
@media (min-width: 769px) {
    .wyn-strip-inset-component.article-detail .col-left {
        width: 36.292%;
    }
}
@media (max-width: 1024px) {
    .wyn-strip-inset-component.article-detail .col-left {
        width: 100%;
        margin-top: 42px;
        padding: 40px 45px 38px 32px;
    }
}
@media (max-width: 1024px) {
    .wyn-strip-inset-component.featured-article-events {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .wyn-strip-inset-component.featured-article-events {
        padding: 53px 21px 49px;
    }
}
.wyn-strip-inset-component.featured-article-events .featured-post .image img {
    display: block;
    width: 100%;
    height: auto;
}
.wyn-strip-inset-component.featured-article-events .featured-post .info {
    padding: 24px 31px 32px;
    font-size: 12px;
    line-height: 1.67;
    color: #707070;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component.featured-article-events .featured-post .info {
        padding: 24px 28px 32px 32px;
    }
}
.wyn-strip-inset-component.featured-article-events .featured-post .info .tag {
    margin-right: 10px;
}
.wyn-strip-inset-component.featured-article-events .featured-post .info .tag:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 100%;
    margin-left: 10px;
    margin-bottom: 2px;
}
.wyn-strip-inset-component.featured-article-events .featured-post .info .headline {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
    color: #222;
    margin: 7px 0 0;
}
.wyn-strip-inset-component.featured-article-events .featured-post .info .external-link {
    margin-top: 12px;
}
.wyn-strip-inset-component.featured-article-events .featured-post .info .external-link a {
    font-size: 12px;
    font-weight: 400;
    color: #707070;
}
.wyn-strip-inset-component.featured-article-events .featured-post .info .external-link a:after {
    content: "\e910";
    font-family: icomoon;
    display: inline;
    font-size: 13px;
    color: #707070;
    margin-left: 5px;
}
.wyn-strip-inset-component.featured-article-events .featured-post .info .button.cta.primary {
    margin-top: 37px;
    min-width: 175px;
    text-align: center;
}
.wyn-strip-inset-component.featured-article-events .col-left {
    padding: 0;
    background-color: #fff;
}
@media (min-width: 769px) {
    .wyn-strip-inset-component.featured-article-events .col-left {
        width: 56.735%;
    }
}
@media (max-width: 1024px) {
    .wyn-strip-inset-component.featured-article-events .col-left {
        width: 100%;
    }
}
.wyn-strip-inset-component.featured-article-events .col-right {
    background-color: #fff;
    padding: 50px 45px 35px;
    position: relative;
}
@media (min-width: 769px) {
    .wyn-strip-inset-component.featured-article-events .col-right {
        width: 36.292%;
    }
}
@media (max-width: 1024px) {
    .wyn-strip-inset-component.featured-article-events .col-right {
        width: 100%;
        margin-top: 42px;
        padding: 40px 45px 38px 32px;
    }
}
.wyn-strip-inset-component.featured-article-events .col-right .headline {
    color: #222;
    font-size: 28px;
    letter-spacing: normal;
    line-height: 1.43;
    margin-bottom: auto;
}
.wyn-strip-inset-component.featured-article-events .col-right .featured-events {
    color: #707070;
    font-size: 15px;
    line-height: 1.6;
}
.wyn-strip-inset-component.featured-article-events .col-right .featured-events .event-item {
    margin-top: 32px;
}
.wyn-strip-inset-component.featured-article-events .col-right .featured-events .event-item .event-name {
    font-weight: 700;
}
.wyn-strip-inset-component.featured-article-events .col-right .featured-events.slick-slider {
    position: initial;
}
.wyn-strip-inset-component.featured-article-events .col-right .featured-events.slick-slider .wrap {
    padding-bottom: 58px;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls {
    bottom: 29px;
    position: absolute;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-arrow {
    position: absolute;
    bottom: 0;
    color: #231f20;
    font-size: 22px;
    cursor: pointer;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-arrow.carousel-arrow-prev {
    left: -50px;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-arrow.carousel-arrow-next {
    right: -50px;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-arrow.slick-disabled:after,
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-arrow.slick-disabled:before {
    color: #9b9b9b;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-dots {
    bottom: 29px;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-dots li {
    display: inline-block;
    margin: 0 17px 0 0;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-dots li button {
    width: 15px;
    height: 15px;
    color: transparent;
    border: 2px solid #231f20;
    background-color: transparent;
    border-radius: 100%;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-dots li.slick-active {
    position: relative;
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-dots li.slick-active:before {
    content: "";
    width: 3px;
    height: 3px;
    background-color: #231f20;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 50.5%;
    top: 49.6%;
    -webkit-transform: translate(-50.5%, -49.6%);
    transform: translate(-50.5%, -49.6%);
}
.wyn-strip-inset-component.featured-article-events .col-right .carousel-controls .slick-dots li:last-child {
    margin-right: 0;
}
.wyn-strip-inset-component.fast-facts .col-right {
    padding: 46px 30px 47px 47px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component.fast-facts .col-right {
        padding-top: 60px;
    }
}
.wyn-strip-inset-component.fast-facts .col-right .body p {
    color: #fff;
}
.wyn-strip-inset-component.callouts .col-left .body a.link:not(.button),
.wyn-strip-inset-component.information .col-left .body a.link:not(.button) {
    color: #231f20;
    margin: 0 0 24px 0;
}
.wyn-strip-inset-component.callouts .col-left .body a.link:not(.button) .icon-view,
.wyn-strip-inset-component.information .col-left .body a.link:not(.button) .icon-view {
    display: none;
}
.wyn-strip-inset-component.callouts .col-right,
.wyn-strip-inset-component.information .col-right {
    background-color: transparent;
}
.wyn-strip-inset-component.callouts .col-right .headline,
.wyn-strip-inset-component.information .col-right .headline {
    color: inherit;
}
.wyn-strip-inset-component.callouts .col-right .body p,
.wyn-strip-inset-component.information .col-right .body p {
    color: #707070;
}
.wyn-strip-inset-component.callouts .col-right .body em,
.wyn-strip-inset-component.callouts .col-right .body li,
.wyn-strip-inset-component.information .col-right .body em,
.wyn-strip-inset-component.information .col-right .body li {
    color: #707070;
}
.wyn-strip-inset-component.callouts .col-right .button,
.wyn-strip-inset-component.information .col-right .button {
    border-color: #231f20;
    color: #231f20;
}
.wyn-strip-inset-component.information {
    background-color: #fff;
}
.wyn-strip-inset-component .col-left {
    line-height: 1.71;
    padding-top: 16px;
    width: 591px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-left {
        padding-top: 64px;
        padding-bottom: 50px;
    }
}
.wyn-strip-inset-component .col-left .subheadline {
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-left .subheadline {
        font-size: 14px;
    }
}
.wyn-strip-inset-component .col-left .headline {
    color: #222;
    font-size: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-left .headline {
        font-size: 32px;
    }
}
.wyn-strip-inset-component .col-left .body p {
    font-size: 14px;
    color: #707070;
    line-height: 1.71;
    padding-bottom: 24px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-left .body p {
        font-size: 14px;
        padding-bottom: 24px;
    }
}
.wyn-strip-inset-component .col-left .body p + .body {
    margin-top: 24px;
}
.wyn-strip-inset-component .col-left .body a.link:not(.button) {
    color: #231f20;
    margin: 0 0 24px 0;
}
.wyn-strip-inset-component .col-left .body a.link:not(.button) .icon-view {
    display: none;
}
.wyn-strip-inset-component .col-right {
    background-color: #069953;
    padding: 16px 30px 47px 47px;
    width: 379px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-right {
        padding-top: 60px;
        padding-bottom: 64px;
    }
}
.wyn-strip-inset-component .col-right .headline {
    color: #fff;
    font-size: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-right .headline {
        font-size: 32px;
        margin-bottom: 16px;
    }
}
.wyn-strip-inset-component .col-right .body {
    font-size: 14px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-right .body {
        font-size: 14px;
    }
}
.wyn-strip-inset-component .col-right .body li {
    color: #cdf1ff;
    line-height: 1.71;
}
.wyn-strip-inset-component .col-right .body li em,
.wyn-strip-inset-component .col-right .body li span {
    color: #fff;
    font-weight: 400;
}
.wyn-strip-inset-component .col-right .button {
    margin-top: 38px;
    display: inline-block;
    border: solid 2px #fff;
    color: #fff;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}
.wyn-strip-inset-component .col-right .button:hover {
    border: solid 2px #d0d0d0;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-right .button {
        margin-top: 34px;
    }
}
.wyn-strip-inset-component .col-left {
    padding-right: 40px;
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-left,
    .wyn-strip-inset-component .col-right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 768px) {
    .wyn-strip-inset-component .col-right {
        padding-top: 0;
    }
}
.wyn-strip-text-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 90px 120px 66px;
    text-align: left;
}
@media (max-width: 768px) {
    .wyn-strip-text-component {
        padding: 40px 22px 24px;
    }
}
.wyn-strip-text-component.is-headline {
    padding: 70px 120px 12px;
}
@media (max-width: 768px) {
    .wyn-strip-text-component.is-headline {
        padding: 70px 22px 6px;
    }
}
.wyn-strip-text-component .button.primary {
    margin-bottom: 16px;
}
.wyn-strip-text-component .headline {
    color: #222;
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 1.17;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .wyn-strip-text-component .headline {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.19;
        letter-spacing: -0.4px;
    }
}
.wyn-strip-text-component .body p {
    font-size: 18px;
    line-height: 1.5;
    color: #707070;
    margin: 0 0 24px 0;
}
@media (max-width: 768px) {
    .wyn-strip-text-component .body p {
        font-size: 14px;
        line-height: 1.71;
    }
}
.wyn-strip-text-component .body {
    padding: 0 0 22px 0;
}
.wyn-strip-text-component .body img {
    display: block;
    width: 100%;
    height: auto;
    margin: 30px 0;
}
.wyn-strip-text-component .body img.size-half {
    width: initial;
    height: initial;
    margin: 0;
}
.wyn-strip-text-component .ex-block {
    padding: 36px 0;
    border-bottom: 1px solid #e0e0e0;
}
.wyn-strip-text-component .ex-block.open .read-more {
    display: none;
}
.wyn-strip-text-component .ex-block.open .ex-body-copy {
    height: auto;
}
.wyn-strip-text-component .ex-block h3 {
    margin: 0 0 24px 0;
}
.wyn-strip-text-component .ex-block .read-more {
    color: #231f20;
    display: block;
    font-weight: 900;
    padding: 12px 0 0 0;
    position: relative;
    overflow: hidden;
    margin: 12px 0 0 0;
}
.wyn-strip-text-component .ex-block .read-more .read-more-over {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    pointer-events: none;
}
.wyn-strip-text-component .ex-block .read-more .icon-chevron-down:before {
    content: "\2335";
}
.wyn-strip-text-component .ex-block .ex-body-copy {
    position: relative;
    overflow: hidden;
    height: 86px;
}
.wyn-strip-text-component .ex-block .ex-body-copy-inner {
    display: block;
    height: auto;
}
.wyn-strip-text-component > .body,
.wyn-strip-text-component > .headline {
    width: 595px;
}
@media (max-width: 768px) {
    .wyn-strip-text-component > .body,
    .wyn-strip-text-component > .headline {
        width: 100%;
    }
}
.wyn-strip-text-component.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.wyn-strip-text-component.center.left-text-alignment {
    text-align: left;
}
.wyn-strip-text-component.center.left-text-alignment .link {
    text-align: left;
    margin: 0 0 22px 0;
}
.wyn-strip-text-component.center.left-text-alignment .link:not(.button) {
    font-family: gotham-bold;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #231f20;
}
.wyn-strip-text-component.center.left-text-alignment .link:not(.button) .icon-view {
    display: none;
}
.wyn-strip-text-component.center > .body,
.wyn-strip-text-component.center > .headline {
    width: 670px;
}
@media (max-width: 768px) {
    .wyn-strip-text-component.center > .body,
    .wyn-strip-text-component.center > .headline {
        width: 100%;
    }
}
.wyn-strip-paragraph-component {
    background-color: #f8f9fb;
    padding: 75px 75px;
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component {
        padding: 0;
        padding: 45px 20px;
    }
}
.wyn-strip-paragraph-component .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wyn-strip-paragraph-component .row .col-left {
    margin-right: 42px;
    width: 332px;
}
.wyn-strip-paragraph-component .row .col-left .headline {
    color: #222;
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 1.17;
    text-align: left;
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component .row .col-left .headline {
        font-size: 32px;
        line-height: 1.25;
    }
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wyn-strip-paragraph-component .row .col-left {
        margin-right: 0;
        width: 100%;
    }
}
.wyn-strip-paragraph-component .row .col-right {
    width: 716px;
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component .row .col-right {
        width: 100%;
        padding-top: 20px;
    }
}
.wyn-strip-paragraph-component .row .col-right .body {
    padding: 0 45px;
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component .row .col-right .body {
        padding: 0;
    }
}
.wyn-strip-paragraph-component .row .col-right .body p {
    border-bottom: 1px solid #f8f9fb;
    color: #707070;
    font-size: 14px;
    line-height: 1.71;
    padding: 0 0 18px;
    text-align: left;
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component .row .col-right .body p {
        font-size: 14px;
        padding: 0 0 15px;
    }
}
.wyn-strip-paragraph-component .row .col-right .body p:first-child {
    padding-top: 10px;
}
.wyn-strip-paragraph-component .row .col-right .body p:last-child {
    border-bottom: none;
}
.wyn-strip-paragraph-component .row .col-right .body p a {
    color: #231f20;
    font-family: gotham-bold;
    font-size: 14px;
    line-height: 1.71;
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component .row .col-right .body p a {
        font-size: 14px;
    }
}
.wyn-strip-paragraph-component .row .col-right .body p strong {
    font-weight: 700;
}
.wyn-strip-paragraph-component .row .col-right .body h1,
.wyn-strip-paragraph-component .row .col-right .body h2,
.wyn-strip-paragraph-component .row .col-right .body h3,
.wyn-strip-paragraph-component .row .col-right .body h4,
.wyn-strip-paragraph-component .row .col-right .body h5,
.wyn-strip-paragraph-component .row .col-right .body h6 {
    padding: 0 0 36px;
}
@media (max-width: 768px) {
    .wyn-strip-paragraph-component .row .col-right .body h1,
    .wyn-strip-paragraph-component .row .col-right .body h2,
    .wyn-strip-paragraph-component .row .col-right .body h3,
    .wyn-strip-paragraph-component .row .col-right .body h4,
    .wyn-strip-paragraph-component .row .col-right .body h5,
    .wyn-strip-paragraph-component .row .col-right .body h6 {
        padding: 0 0 25px;
    }
}
.wyn-strip-paragraph-component .row .col-right .body h5 {
    color: #707070;
    font-weight: 400;
}
.wyn-strip-paragraph-component .row .col-right .body h5 strong {
    font-weight: 400;
}
.wyn-strip-fixed-column-component .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
@media (max-width: 768px) {
    .wyn-strip-fixed-column-component .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wyn-strip-fixed-column-component .row .col-content {
    width: 50%;
}
@media (max-width: 768px) {
    .wyn-strip-fixed-column-component .row .col-content {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.wyn-strip-fixed-column-component .row .col-content .content {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 115px 115px 115px;
}
@media (max-width: 768px) {
    .wyn-strip-fixed-column-component .row .col-content .content {
        padding: 30px 20px;
    }
}
.wyn-strip-fixed-column-component .row .col-content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 22px;
}
.wyn-strip-fixed-column-component .row .col-content h2,
.wyn-strip-fixed-column-component .row .col-content h3 {
    color: #222;
}
.wyn-strip-fixed-column-component .row .col-content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 8px 0;
}
.wyn-strip-fixed-column-component .row .col-content h2 + p {
    margin-bottom: 40px;
}
.wyn-strip-fixed-column-component .row .col-content h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 6px 0;
}
.wyn-strip-fixed-column-component .row .col-content .static-button-row {
    background-color: #f8f9fb;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 62px 0;
    text-align: center;
}
.wyn-strip-fixed-column-component .row .col-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
    .wyn-strip-fixed-column-component .row .col-image {
        width: 100%;
        height: 320px !important;
    }
}
@media (max-width: 768px) and (min-width: 768px) {
    .wyn-strip-fixed-column-component .row .col-image {
        height: 570px !important;
        background-position: center top;
    }
}
.wyn-strip-fixed-column-component.freeze .row .col-image {
    position: absolute;
    bottom: 0;
    right: 0;
}
@media (max-width: 768px) {
    .wyn-strip-fixed-column-component.freeze .row .col-image {
        position: relative;
    }
}
.wyn-strip-fixed-column-component.current .row .col-content .static-button-row {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 50%;
    z-index: 9;
}
@media (max-width: 768px) {
    .wyn-strip-fixed-column-component.current .row .col-content .static-button-row {
        position: relative;
        width: 100%;
    }
}
@media (min-width: 1440px) {
    .wyn-strip-fixed-column-component.current .row .col-content .static-button-row {
        width: 720px;
        left: calc(50% - 720px);
    }
}
.wyn-strip-fixed-column-component.current .row .col-image {
    position: fixed;
    right: 0;
    top: 0;
}
@media (max-width: 768px) {
    .wyn-strip-fixed-column-component.current .row .col-image {
        position: relative;
    }
}
@media (min-width: 1440px) {
    .wyn-strip-fixed-column-component.current .row .col-image {
        width: 720px;
        right: calc(50% - 720px);
    }
}
.wyn-strip-fixed-column-component.img-left .row .col-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.wyn-strip-fixed-column-component.img-left .row .col-content .static-button-row {
    right: 0;
    left: auto;
}
.wyn-strip-fixed-column-component.current.img-left .row,
.wyn-strip-fixed-column-component.freeze.img-left .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.wyn-strip-fixed-column-component.current.img-left .row .col-image,
.wyn-strip-fixed-column-component.freeze.img-left .row .col-image {
    left: 0;
    right: auto;
}
.wyn-pager-prev-next-component .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}
.wyn-pager-prev-next-component .controls.full .col-next,
.wyn-pager-prev-next-component .controls.full .col-prev {
    width: 100%;
}
.wyn-pager-prev-next-component .controls.full .col-next .arrow,
.wyn-pager-prev-next-component .controls.full .col-prev .arrow {
    position: relative;
    top: auto;
    right: -31px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls.full .col-next .arrow,
    .wyn-pager-prev-next-component .controls.full .col-prev .arrow {
        right: 0;
    }
}
.wyn-pager-prev-next-component .controls .brand-logo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: 220px;
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls .brand-logo {
        display: block;
        width: 100%;
    }
}
.wyn-pager-prev-next-component .controls .label-text {
    font-size: 36px;
    line-height: 1.17;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
    max-width: 74%;
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls .label-text {
        display: block;
        position: relative;
        font-size: 24px;
        max-width: none;
    }
}
.wyn-pager-prev-next-component .controls .col-next,
.wyn-pager-prev-next-component .controls .col-prev {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 242px;
    position: relative;
    width: 50%;
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls .col-next,
    .wyn-pager-prev-next-component .controls .col-prev {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 24px 24px 35px;
    }
}
.wyn-pager-prev-next-component .controls .arrow {
    border-radius: 28px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    height: 56px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 56px;
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls .arrow {
        position: relative;
        display: block;
        right: auto;
        -webkit-transform: none;
        transform: none;
        top: auto;
        width: 56px;
        height: 56px;
        border-radius: 50%;
        margin-bottom: 32px;
    }
}
.wyn-pager-prev-next-component .controls .arrow .icon {
    color: #fff;
    display: block;
    font-size: 24px;
    line-height: 52px;
    text-align: center;
    text-rendering: auto;
    line-height: 1;
    text-align: center;
    text-rendering: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls .arrow .icon {
        font-size: 24px;
        line-height: 52px;
    }
}
.wyn-pager-prev-next-component .controls .arrow .icon.icon-prev::before {
    content: "\2190";
    line-height: normal;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 36px;
    line-height: 1.3;
}
.wyn-pager-prev-next-component .controls .arrow .icon.icon-next::before {
    content: "\2192";
    line-height: normal;
    height: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 36px;
    line-height: 1.3;
}
.wyn-pager-prev-next-component .controls .col-prev {
    /* background-color: #231f20; */
    background-color: #51687B;
}
.wyn-pager-prev-next-component .controls .col-prev .arrow {
    left: 31px;
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls .col-prev .arrow {
        left: auto;
    }
}
.wyn-pager-prev-next-component .controls .col-next {
    background-color: #677B8C;
    -webkit-box-shadow: -1px 0 0 0 #ffffff;
    box-shadow: -1px 0 0 0 #ffffff;
}
.wyn-pager-prev-next-component .controls .col-next .arrow {
    right: 31px;
}
@media (max-width: 768px) {
    .wyn-pager-prev-next-component .controls .col-next .arrow {
        right: auto;
    }
}
.wyn-for-short-component {
    background-color: #fff;
    padding: 92px 116px;
}
@media (max-width: 768px) {
    .wyn-for-short-component {
        padding: 40px 20px;
    }
}
.wyn-for-short-component .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 768px) {
    .wyn-for-short-component .row {
        display: block;
    }
}
.wyn-for-short-component .row p {
    color: #707070;
    font-size: 15px;
    margin: 22px 0;
}
.wyn-for-short-component .row .col-2 {
    padding-right: 80px;
    width: 50%;
}
.wyn-for-short-component .row .col-2 + .col-2 {
    padding-left: 80px;
    padding-right: 0;
}
.wyn-for-short-component .row .col-2 .contact-button {
    background-color: #069953;
    color: #fff;
}
.wyn-for-short-component .row .col-2 .contacts {
    line-height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.wyn-for-short-component .row .col-2 .contacts .contacts-left {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 16px 0 0;
    border-radius: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.wyn-for-short-component .row .col-2 .contacts .contacts-left .contact-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.wyn-for-short-component .row .col-2 .contacts .contacts-right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.wyn-for-short-component .row .col-2 .contacts .person {
    font-weight: 700;
    line-height: 1.32;
}
.wyn-for-short-component .row .col-2 .contacts ul li {
    color: #707070;
    font-size: 15px;
    line-height: 24px;
}
@media (max-width: 768px) {
    .wyn-for-short-component .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .wyn-for-short-component .row .col-2 {
        padding-right: 0;
        width: 100%;
    }
    .wyn-for-short-component .row .col-2 + .col-2 {
        margin-top: 22px;
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 768px) and (max-width: 768px) {
    .wyn-for-short-component .row .col-2 + .col-2 {
        margin-top: 55px;
    }
}
.wyn-for-short-component .row .wyn-select-component {
    margin: 8px 0 24px;
    width: 100%;
}
#wyn-for-full-component {
    padding: 0;
    padding: 0 116px;
}
@media (max-width: 768px) {
    #wyn-for-full-component {
        padding: 59px 20px;
    }
}
#wyn-for-full-component .form-header {
    padding: 90px 0 40px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 768px) {
    #wyn-for-full-component .form-header {
        padding: 0;
        display: block;
    }
}
#wyn-for-full-component .form-header:after {
    content: "";
    display: table;
    clear: both;
}
#wyn-for-full-component .form-header .left {
    width: 590px;
}
@media (max-width: 768px) {
    #wyn-for-full-component .form-header .left {
        width: 100%;
    }
}
#wyn-for-full-component .form-header .right {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 8px 0 0 92px;
}
@media (max-width: 768px) {
    #wyn-for-full-component .form-header .right {
        padding: 8px 0 0 0;
        width: 100%;
    }
}
#wyn-for-full-component .form-header .right a {
    display: block;
    font-family: gotham-bold;
    margin: 0 0 16px 0;
    color: #231f20;
}
#wyn-for-full-component .form-header h2 {
    margin: 0 0 10px 0;
}
#wyn-for-full-component .gf-form-wrapper {
    position: relative;
    overflow: hidden;
    padding: 0 0 60px 0;
}
#wyn-for-full-component .gf-form-wrapper .gform_wrapper {
    max-width: 555px;
    margin: 0;
}
#wyn-for-full-component .gf-form-wrapper input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 18px 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: gotham-bold;
    background-color: #069953;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
#wyn-for-full-component .validation_error {
    display: none;
}
#wyn-for-full-component .validation_message {
    padding: 12px 0;
    font-size: 70%;
}
#wyn-for-full-component .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
#wyn-for-full-component .gfield {
    width: 100%;
    margin-bottom: 20px;
}
#wyn-for-full-component .gfield.gfield_error {
    background-color: transparent;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    padding: 0;
    background: 0 0;
    border-top: none;
}
#wyn-for-full-component .gfield.gfield_error input[type="email"],
#wyn-for-full-component .gfield.gfield_error input[type="text"] {
    border: 1px solid #790000;
}
#wyn-for-full-component .gfield label {
    position: absolute;
    top: 0;
    left: -9999em;
    color: #222;
    font-size: 24px;
    line-height: 1.43;
    margin: 12px 0 8px;
    font-weight: 400;
}
#wyn-for-full-component .gfield label .gfield_required {
    color: inherit;
}
#wyn-for-full-component .gfield.labels label {
    position: static;
}
#wyn-for-full-component .gfield input[type="email"],
#wyn-for-full-component .gfield input[type="text"] {
    border-bottom: 1px solid #e0e0e0;
    color: #707070;
    font-size: 14px;
    height: 44px;
    outline: 0;
    padding: 7px 5px;
    width: 100%;
}
#wyn-for-full-component .gfield .ginput_container_select,
#wyn-for-full-component .gfield span.address_country {
    width: 100%;
    position: relative;
}
#wyn-for-full-component .gfield .ginput_container_select:after,
#wyn-for-full-component .gfield span.address_country:after {
    content: "\2335";
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    padding: 0 7px;
    pointer-events: none;
    position: absolute;
    right: 6px;
    text-rendering: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#wyn-for-full-component .gfield .ginput_container_select select,
#wyn-for-full-component .gfield span.address_country select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #707070;
    cursor: pointer;
    height: 44px;
    padding: 7px 36px 7px 5px;
    width: 100%;
    outline: none;
}


#wyn-for-full-component .gfield.wyn-form-phone {
    width: 50%;
}
@media (max-width: 768px) {
    #wyn-for-full-component .gfield.wyn-form-phone {
        width: 100%;
    }
}
#wyn-for-full-component .gfield.wyn-form-company {
    width: 50%;
}
@media (max-width: 768px) {
    #wyn-for-full-component .gfield.wyn-form-company {
        width: 100%;
    }
}
#wyn-for-full-component .wyn-form-opp > label {
    position: relative;
    left: 0;
}
#wyn-for-full-component .wyn-form-name > label {
    position: relative;
    left: 0;
}
#wyn-for-full-component .gfield_description {
    color: #707070;
    font-size: 15px;
    margin: 8px 0 16px 0;
}
#wyn-for-full-component .gfield_checkbox,
#wyn-for-full-component .gfield_radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: row wrap;
    flex-wrap: row wrap;
}
@media (max-width: 768px) {
    #wyn-for-full-component .gfield_checkbox,
    #wyn-for-full-component .gfield_radio {
        display: block;
    }
}
#wyn-for-full-component .gfield_checkbox > li,
#wyn-for-full-component .gfield_radio > li {
    display: block;
    overflow: visible;
}
#wyn-for-full-component .gfield_checkbox label,
#wyn-for-full-component .gfield_radio label {
    display: inline-block;
    position: relative;
    left: 0;
    font-size: 15px;
    color: #707070;
    margin: 0 20px 0 32px;
}
#wyn-for-full-component .gfield_checkbox label:before,
#wyn-for-full-component .gfield_radio label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    border-radius: 10px;
    border: 2px solid #000;
    position: absolute;
    left: -28px;
    top: 1px;
}
#wyn-for-full-component .gfield_checkbox input[type="checkbox"],
#wyn-for-full-component .gfield_checkbox input[type="radio"],
#wyn-for-full-component .gfield_radio input[type="checkbox"],
#wyn-for-full-component .gfield_radio input[type="radio"] {
    position: absolute;
    top: 0;
    left: -9999em;
}
#wyn-for-full-component .gfield_checkbox input[type="checkbox"]:checked + label:before,
#wyn-for-full-component .gfield_checkbox input[type="radio"]:checked + label:before,
#wyn-for-full-component .gfield_radio input[type="checkbox"]:checked + label:before,
#wyn-for-full-component .gfield_radio input[type="radio"]:checked + label:before {
    background: #000;
    -webkit-box-shadow: #fff 0 0 0 4px inset;
    box-shadow: #fff 0 0 0 4px inset;
}
#wyn-for-full-component .ginput_complex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
#wyn-for-full-component .ginput_complex span {
    display: block;
    margin: 0 8px 0 0;
    margin-top: 10px !important;
}

@media (max-width: 768px) {
    #wyn-for-full-component .ginput_complex {
        display: block;
    }
}
#wyn-for-full-component .ginput_complex span {
    display: block;
    margin: 0 8px 0 0;
    margin-top: 10px !important;
}
@media (max-width: 768px) {
    #wyn-for-full-component .ginput_complex span {
        margin: 16px 8px 0 0;
    }
}
#wyn-for-full-component .wyn-form-location > label {
    position: relative;
    left: 0;
}
#wyn-for-full-component .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
}
#wyn-for-full-component .row + .row {
    margin-top: 16px;
}
#wyn-for-full-component .row .col-1,
#wyn-for-full-component .row .col-2 {
    padding: 0 16px;
}
#wyn-for-full-component .row .col-1 input.form-control,
#wyn-for-full-component .row .col-2 input.form-control {
    border-bottom: 1px solid #e0e0e0;
    color: #707070;
    font-size: 14px;
    height: 44px;
    outline: 0;
    padding: 7px 5px;
    width: 100%;
}
#wyn-for-full-component .row .col-1 h5,
#wyn-for-full-component .row .col-2 h5 {
    margin-bottom: 12px;
}
#wyn-for-full-component .row .col-1 p,
#wyn-for-full-component .row .col-2 p {
    margin-bottom: 22px;
}
#wyn-for-full-component .row .col-1 {
    width: 100%;
}
#wyn-for-full-component .row .col-2 {
    width: 50%;
}
@media (max-width: 768px) {
    #wyn-for-full-component .row .col-2 {
        width: 100%;
    }
}
#wyn-for-full-component .row .wyn-select-component {
    width: 100%;
}
#wyn-for-full-component .col-1 .row .col-1:first-child,
#wyn-for-full-component .col-1 .row .col-2:first-child,
#wyn-for-full-component .col-2 .row .col-1:first-child,
#wyn-for-full-component .col-2 .row .col-2:first-child {
    padding-left: 0;
}
#wyn-for-full-component .col-1 .row .col-1:last-child,
#wyn-for-full-component .col-1 .row .col-2:last-child,
#wyn-for-full-component .col-2 .row .col-1:last-child,
#wyn-for-full-component .col-2 .row .col-2:last-child {
    padding-right: 0;
}
#wyn-for-full-component label {
    display: inline-block;
    cursor: pointer;
    line-height: 24px;
    font-size: 14px;
}
#wyn-for-full-component label + label {
    margin-left: 40px;
}
#wyn-for-full-component label input[type="radio"] {
    border: 0;
    height: 1px;
    margin: -1px;
    opacity: 0;
    padding: 0;
    position: absolute;
    width: 1px;
}
#wyn-for-full-component label input[type="radio"] + span::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: -5px;
    border-radius: 10px;
    border: 2px solid #000;
    margin-right: 20px;
}
#wyn-for-full-component label input[type="radio"]:checked + span::before {
    background: #000;
    -webkit-box-shadow: #fff 0 0 0 4px inset;
    box-shadow: #fff 0 0 0 4px inset;
}
.wyn-testimonials-component.testimonials-carousel-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single {
    color: #fff;
    background-color: #069953;
    width: 80%;
    text-align: center;
    padding-top: 130px;
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.full-width {
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single {
        width: 100%;
        padding-top: 115px;
        min-height: none;
    }
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single {
        padding-top: 130px;
        min-height: 700px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-content,
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-preview {
    width: 100%;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-content {
    position: relative;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-preview {
    display: none;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-preview button {
    width: 86px;
    height: 86px;
    border: 2px solid #fff;
    border-radius: 10000px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-preview button {
        width: 86px;
        height: 86px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-preview button span {
    font-size: 17px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-preview button span {
        font-size: 17px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single:last-child {
    background-color: #069953;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.expanding {
    width: 80%;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.expanding .carousel-content {
    opacity: 0;
    max-height: 0;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.collapsed {
    width: 20%;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.collapsed {
        width: 100%;
        padding-top: 70px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.collapsed .carousel-preview {
    display: block;
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.collapsed .carousel-preview {
        display: none;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.collapsed .carousel-content {
    display: none;
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.collapsed .carousel-content {
        display: block;
        opacity: 1;
        max-height: none;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single.collapsed .carousel-content h2 {
        display: none;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2 {
    position: relative;
    color: #fff;
    margin-bottom: 90px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2 {
        margin-bottom: 90px;
    }
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2 {
        margin-bottom: 36px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2:before {
    content: "“";
    font-size: 148px;
    position: absolute;
    opacity: 0.25;
    top: -108px;
    left: 50%;
    margin-left: -35px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2:before {
        font-size: 148px;
        top: -108px;
        margin-left: -35px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single h2:before {
        font-size: 150px;
        top: -85px;
        margin-left: -28px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-attribution {
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-attribution {
        margin-bottom: 120px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-attribution {
        margin-bottom: 90px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-image {
    border-radius: 1000px;
    width: 50px;
    margin-right: 15px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-image {
        margin-right: 15px;
        width: 50px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-image {
        margin-right: 15px;
        width: 50px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .quote-author {
    color: #fff;
    text-align: left;
    line-height: 1.71;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single blockquote {
    color: #fdefda;
    margin-bottom: 40px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single blockquote {
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single blockquote {
        margin-bottom: 20px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-type-heading {
    color: #fff;
    margin-bottom: 43px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-type-heading {
        margin-bottom: 43px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-type-heading {
        margin-bottom: 36px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-type-heading .emphasis {
    font-weight: 900;
    letter-spacing: 2.1px;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-carousel-slide-single {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-carousel-slide-single .slide-content {
    max-width: 538px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-carousel-slide-single .slide-content {
        max-width: 538px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .testimonials-carousel-slide-single .slide-content {
        max-width: none;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-controls {
    position: absolute;
    bottom: 32px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-controls {
        bottom: 32px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-controls {
        bottom: 32px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-arrow {
    position: absolute;
    bottom: 0;
    font-size: 22px;
    color: #fff;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-arrow {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-arrow {
        display: none !important;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-arrow.carousel-arrow-prev {
    left: -50px;
    cursor: pointer;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-arrow.carousel-arrow-prev {
        left: -50px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-arrow.carousel-arrow-next {
    right: -50px;
    cursor: pointer;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .carousel-arrow.carousel-arrow-next {
        right: -50px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots {
    display: inline-block;
    padding: 0;
    list-style: none;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    cursor: pointer;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li:last-child {
    margin-right: 0;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li.slick-active button:before {
    color: #fff;
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li button {
        width: 20px;
        height: 25px;
        padding: 5px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li button {
        width: 20px;
        height: 25px;
        padding: 5px;
    }
}
.wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li button:before {
    font-family: slick;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: "•";
    text-align: center;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #fff;
    border-radius: 1000px;
}
@media (min-width: 1440px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li button:before {
        font-size: 17px;
        line-height: 17px;
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 768px) {
    .wyn-testimonials-component.testimonials-carousel-component .testimonials-carousel-single .slick-dots li button:before {
        font-size: 17px;
        line-height: 17px;
        width: 18px;
        height: 18px;
    }
}
.wyn-list-brand-component .row {
    position: relative;
}
.wyn-list-brand-component .row .col-categories {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin: 0 65px;
    width: 290px;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-categories {
        width: 0;
        overflow: hidden;
        height: 0;
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
    }
}
.wyn-list-brand-component .row .col-categories .category {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}
.wyn-list-brand-component .row .col-categories .category:first-child {
    padding: 140px 0 0 0;
}
.wyn-list-brand-component .row .col-categories .category:last-child {
    border-bottom: none;
}
.wyn-list-brand-component .row .col-categories .category h4 {
    color: #b2b2b2;
}
.wyn-list-brand-component .row .col-categories .category p {
    color: #707070;
    display: none;
    font-size: 14px;
    line-height: 1.71;
    padding: 0 0 12px 0;
}
.wyn-list-brand-component .row .col-categories .category.current h4 {
    color: #222;
}
.wyn-list-brand-component .row .col-categories .category.current p {
    display: inline-block;
}
.wyn-list-brand-component .row .col-list {
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list {
        width: 100%;
        padding: 0 20px;
    }
}
.wyn-list-brand-component .row .col-list .mbl-category-header {
    display: none;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .mbl-category-header {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        padding: 24px 0;
    }
    .wyn-list-brand-component .row .col-list .mbl-category-header h4 {
        font-size: 32px;
    }
}
.wyn-list-brand-component .row .col-list .item {
    border-bottom: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 64px 0;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item {
        padding: 0;
    }
}
.wyn-list-brand-component .row .col-list .item:last-child {
    border-bottom: none;
}
.wyn-list-brand-component .row .col-list .item .col-logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 48px;
}
.wyn-list-brand-component .row .col-list .item .col-logo img {
    width: 317px;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .wyn-list-brand-component .row .col-list .item .col-logo img {
        width: 217px;
    }
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-logo {
        display: none;
    }
}
.wyn-list-brand-component .row .col-list .item .col-info {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 45px 130px 45px 0;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-info {
        padding: 0 0;
    }
}
@media (max-width: 1024px) and (min-width: 769px) {
    .wyn-list-brand-component .row .col-list .item .col-info {
        padding-right: 40px;
    }
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-info .mbl-accordion {
        position: relative;
        height: 0;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-info.mbl-open .brand:after {
        -webkit-transform: translate(0, -50%) rotate(-180deg);
        transform: translate(0, -50%) rotate(-180deg);
        top: 54%;
    }
    .wyn-list-brand-component .row .col-list .item .col-info.mbl-open .mbl-accordion {
        height: auto;
        padding: 0 0 24px 0;
    }
}
.wyn-list-brand-component .row .col-list .item .col-info .col-logo-mbl {
    display: none;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-info .col-logo-mbl {
        display: block;
    }
    .wyn-list-brand-component .row .col-list .item .col-info .col-logo-mbl img {
        display: block;
        width: 100%;
    }
}
.wyn-list-brand-component .row .col-list .item .col-info .brand {
    display: block;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-info .brand {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        padding: 24px 0;
    }
    .wyn-list-brand-component .row .col-list .item .col-info .brand:after {
        content: "\2335";
        font-family: icomoon;
        position: absolute;
        top: 42%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        font-size: 26px;
    }
}
.wyn-list-brand-component .row .col-list .item .col-info .brand img,
.wyn-list-brand-component .row .col-list .item .col-info .brand picture {
    display: block;
    position: relative;
    opacity: 0.818;
    max-height: 42px;
    max-width: 226px;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-info .brand img,
    .wyn-list-brand-component .row .col-list .item .col-info .brand picture {
        margin: 0 auto;
    }
}
.wyn-list-brand-component .row .col-list .item .col-info .content {
    color: #707070;
    font-size: 14px;
    line-height: 1.71;
    margin: 20px 0;
}
.wyn-list-brand-component .row .col-list .item .col-info .links {
    margin-bottom: 30px;
}
.wyn-list-brand-component .row .col-list .item .col-info .links a {
    color: #231f20;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    margin-right: 20px;
    white-space: nowrap;
}
@media (max-width: 768px) {
    .wyn-list-brand-component .row .col-list .item .col-info .links a {
        display: block;
        margin: 0;
    }
}
.wyn-list-brand-component .row .col-list .item .col-info .ico-eye {
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
}
.wyn-list-brand-component .row .col-list .item .col-info .ico-eye::before {
    content: "\e909";
    font-family: icomoon;
}
.wyn-list-brand-component .row .col-list .item .col-info .discover {
    border: 2px solid #0030a3;
    color: #0030a3;
    font-weight: 700;
    margin-top: 34px;
}
.wyn-list-brand-component.freeze .row .col-categories {
    position: absolute;
    bottom: 0;
    left: 0;
}
.wyn-list-brand-component.freeze .row .col-list {
    margin-left: 420px;
}
@media (max-width: 768px) {
    .wyn-list-brand-component.freeze .row .col-list {
        margin: 0;
    }
}
.wyn-list-brand-component.current .row .col-categories {
    position: fixed;
    left: 0;
    top: 0;
}
@media (min-width: 1440px) {
    .wyn-list-brand-component.current .row .col-categories {
        left: calc(50% - 720px);
    }
}
.wyn-list-brand-component.current .row .col-list {
    margin-left: 420px;
}
@media (max-width: 768px) {
    .wyn-list-brand-component.current .row .col-list {
        margin: 0;
    }
}
.wyn-grid-component.grid-brand-component {
    padding: 0 0 108px 0;
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component {
        padding: 0 0 40px 0;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wyn-grid-component.grid-brand-component .wyn-select-component {
    display: none;
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .wyn-select-component {
        display: block;
        margin-bottom: 24px;
    }
}
.wyn-grid-component.grid-brand-component .wyn-select-component select {
    color: #231f20;
    font-weight: 800;
}
.wyn-grid-component.grid-brand-component .grid-brand-logo-grid {
    width: 65%;
    background-color: #f8f9fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-logo-grid {
        display: none;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo-single {
    width: 162px;
    height: 131px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    max-width: 25%;
}
@media (min-width: 769px) and (max-width: 1024px) {
    .wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo-single {
        max-width: 50%;
    }
}
@media (min-width: 1440px) {
    .wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo-single {
        width: 162px;
        height: 131px;
        padding: 14px;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo-single:hover svg {
    fill: #000;
}
.wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo-single.active {
    background-color: #231f20;
}
.wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo-single.active svg {
    fill: #fff;
}
.wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo-single svg {
    fill: #555;
    width: 120%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 180px;
}
.wyn-grid-component.grid-brand-component .grid-brand-logo-grid .brand-logo {
    max-width: 100%;
}
.wyn-grid-component.grid-brand-component .grid-brand-details {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details {
        width: 100%;
        display: block;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-details .brand-detail-single {
    background-color: #069953;
    color: #fff;
    display: none;
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .brand-detail-single {
        height: auto !important;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-details .brand-detail-single.active {
    display: block;
}
.wyn-grid-component.grid-brand-component .grid-brand-details .brand-image {
    width: 100%;
    height: auto;
}
.wyn-grid-component.grid-brand-component .grid-brand-details .brand-info {
    padding: 42px 32px;
}
@media (min-width: 1440px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .brand-info {
        padding: 42px 32px;
    }
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .brand-info {
        padding: 28px 22px;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-details .tag {
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    background-color: #231f20;
    display: inline-block;
    padding: 6px 9px;
    margin-bottom: 14px;
    border-radius: 6px;
    letter-spacing: 1px;
}
@media (min-width: 1440px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .tag {
        font-size: 11px;
        padding: 6px 9px;
        margin-bottom: 14px;
    }
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .tag {
        font-size: 11px;
        padding: 6px 9px;
        margin-bottom: 10px;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-details .brand-name {
    margin-bottom: 27px;
    color: #fff;
}
@media (min-width: 1440px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .brand-name {
        margin-bottom: 27px;
    }
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .brand-name {
        margin-bottom: 20px;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-details p {
    color: #fdefda;
    margin-bottom: 50px;
}
@media (min-width: 1440px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details p {
        margin-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details p {
        margin-bottom: 30px;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-details .brand-links {
    margin-bottom: 28px;
}
@media (min-width: 1440px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .brand-links {
        margin-bottom: 28px;
    }
}
@media (max-width: 768px) {
    .wyn-grid-component.grid-brand-component .grid-brand-details .brand-links {
        margin-bottom: 28px;
    }
}
.wyn-grid-component.grid-brand-component .grid-brand-details .link {
    color: #fff;
}
.wyn-grid-component.grid-brand-component .grid-brand-details .button {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
}
.wyn-grid-component.grid-brand-component .grid-brand-details .button:hover {
    border: solid 2px #d0d0d0;
}
.wyn-grid-download-component {
    padding: 40px;
    background-color: #f8f9fb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 768px) {
    .wyn-grid-download-component {
        padding: 20px;
    }
}
.wyn-grid-download-component .brand-options {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .wyn-grid-download-component .brand-options {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wyn-grid-download-component .brand-options label {
    margin: 0 16px 0 0;
}
@media (max-width: 768px) {
    .wyn-grid-download-component .brand-options label {
        margin: 0;
    }
}
.wyn-grid-download-component .brand-options label:last-child {
    margin: 0;
}
.wyn-grid-download-component .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -27px 0 0 -27px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
@media (max-width: 768px) {
    .wyn-grid-download-component .grid {
        margin: 0;
    }
}
.wyn-grid-download-component .grid::after {
    content: "";
    min-width: 33.3%;
}
@media (max-width: 768px) {
    .wyn-grid-download-component .grid::after {
        display: none;
    }
}
.wyn-grid-download-component .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 27px 0 0 27px;
    width: 33.3%;
}
@media (max-width: 768px) {
    .wyn-grid-download-component .cell {
        padding: 0;
        width: 100%;
    }
}
.wyn-grid-download-component .block {
    min-height: 231px;
    padding: 32px 32px 27px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 768px) {
    .wyn-grid-download-component .block {
        margin: 0 0 24px 0;
    }
}
.wyn-grid-download-component .category {
    background-color: #f8f9fb;
    border-radius: 4px;
    color: #707070;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 14px;
    padding: 2px 8px;
    text-align: left;
    text-transform: uppercase;
}
.wyn-grid-download-component .title {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 20px;
    line-height: 1.6;
    color: #707070;
}
.wyn-grid-download-component .download {
    color: #231f20;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    margin: 12px 0 0;
}
@media (max-width: 768px) {
    .wyn-grid-download-component .download {
        line-height: 1.5;
    }
}
.wyn-grid-download-component .ico-eye {
    display: inline-block;
    font-size: 14px;
    text-rendering: auto;
}
.wyn-grid-download-component .ico-eye::before {
    content: "\e909";
    font-family: icomoon;
}
.wyn-grid-download-component .no-results {
    display: block;
    text-align: center;
    width: 96%;
    padding: 20px 0 40px 0;
    border-bottom: 1px solid #ccc;
    color: #000;
    margin: 0 auto;
}
.wyn-grid-team-component {
    padding: 40px 114px;
    background-color: #f8f9fb;
}
@media (max-width: 768px) {
    .wyn-grid-team-component {
        padding: 20px;
    }
}
.wyn-grid-team-component .headline {
    margin-top: 50px;
    font-size: 36px;
    line-height: 1.17;
    letter-spacing: -0.5px;
    color: #222;
}
@media (max-width: 768px) {
    .wyn-grid-team-component .headline {
        margin-top: 40px;
    }
}
.wyn-grid-team-component .p1 {
    margin-top: 12px;
    max-width: 594px;
    font-size: 15px;
    line-height: 1.71;
    color: #707070;
}
.wyn-grid-team-component .select {
    margin-top: 23px;
}
@media (min-width: 769px) {
    .wyn-grid-team-component .select {
        margin-right: 30px;
    }
}
@media (max-width: 768px) {
    .wyn-grid-team-component .select {
        margin-top: 9px;
        width: 100%;
    }
}
.wyn-grid-team-component .select select {
    font-weight: 700;
}
.wyn-grid-team-component .no-results {
    display: none;
}
.wyn-grid-team-component .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #707070;
    margin: 0 auto;
    padding-top: 71px;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-grid-team-component .grid {
        padding-top: 28px;
        margin: 0;
    }
}
.wyn-grid-team-component .grid::after {
    content: "";
    min-width: 33.3%;
}
@media (max-width: 768px) {
    .wyn-grid-team-component .grid::after {
        display: none;
    }
}
.wyn-grid-team-component .cell {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 13.5px 27px 13.5px;
    width: 33.3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media (max-width: 1024px) {
    .wyn-grid-team-component .cell {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .wyn-grid-team-component .cell {
        padding: 0;
        width: 100%;
    }
}
.wyn-grid-team-component .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
@media (max-width: 768px) {
    .wyn-grid-team-component .block {
        margin: 12px 0;
    }
}
.wyn-grid-team-component .content {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 32px 32px 22px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.wyn-grid-team-component .content img {
    width: 100%;
}
.wyn-grid-team-component picture {
    width: 128px;
    height: 128px;
    margin-bottom: 18px;
}
.wyn-grid-team-component picture img {
    border-radius: 50%;
}
.wyn-grid-team-component .category {
    margin-top: 6px;
    background-color: #f8f9fb;
    border-radius: 4px;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.8;
    padding: 2px 8px;
    text-align: center;
    text-transform: uppercase;
}
.wyn-grid-team-component .name {
    margin-top: 14px;
    font-size: 28px;
    line-height: 1.43;
    color: #222;
}
.wyn-grid-team-component .position {
    margin-top: 3px;
    font-size: 20px;
    line-height: 1.2;
}
.wyn-grid-team-component .description {
    margin-top: 21px;
    font-size: 15px;
    line-height: 1.75;
    min-height: 90px;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-grid-team-component .description {
        margin-top: 19px;
        min-height: auto;
    }
}
.wyn-grid-team-component .contact {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #e9e9e9;
    padding: 22px 32px;
}
.wyn-grid-team-component .phone {
    font-size: 15px;
    line-height: 1.71;
}
.wyn-news-grid {
    padding: 64px 116px 112px;
}
@media (max-width: 768px) {
    .wyn-news-grid {
        padding: 30px 0;
    }
}
.wyn-news-grid > .headline {
    font-size: 36px;
}
@media (max-width: 768px) {
    .wyn-news-grid > .headline {
        padding: 0 18px;
    }
}
.wyn-news-grid .wyn-mbl-filter-header {
    padding: 10px 18px 25px;
}
.wyn-news-grid .wyn-mbl-filter-header > span {
    font-size: 20px;
}
.wyn-news-grid .wyn-mbl-filter-header .wyn-clear-filters {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    color: #231f20;
}
.wyn-news-grid .wyn-news-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 24px;
    margin: 37px 0 0 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-filters {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 37px 0 0;
    }
    .wyn-news-grid .wyn-news-filters .icon.icon-filter {
        position: absolute;
        right: 18px;
        top: 18px;
        color: #095091;
        cursor: pointer;
    }
    .wyn-news-grid .wyn-news-filters .icon.icon-filter:before {
        content: "\e911";
    }
    .wyn-news-grid .wyn-news-filters .wyn-mbl-filter-wrapper {
        display: none;
        background-color: #eaeaea;
        padding: 20px 20px 40px;
        -webkit-box-shadow: 8px 15px 20px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 8px 15px 20px 2px rgba(0, 0, 0, 0.3);
    }
    .wyn-news-grid .wyn-news-filters .wyn-mbl-filter-wrapper .wyn-mbl-apply-filters-wrapper {
        text-align: center;
    }
    .wyn-news-grid .wyn-news-filters .wyn-mbl-filter-wrapper .wyn-mbl-apply-filters-wrapper .apply-filter {
        margin-top: 32px;
    }
}
.wyn-news-grid .wyn-news-filters .wyn-filter {
    margin-left: 50px;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-filters .wyn-filter {
        position: relative;
        margin: 5px 0;
        padding: 16px 21px 13px 19px;
        background-color: #fff;
    }
}
.wyn-news-grid .wyn-news-filters .wyn-filter > label {
    font-size: 15px;
    line-height: 1.6;
    color: #707070;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-filters .wyn-filter > label {
        font-weight: 700;
    }
}
.wyn-news-grid .wyn-news-filters .wyn-filter > label .icon {
    display: inline-block;
    font-size: 16px;
    padding: 6px;
    position: relative;
    top: -2px;
    text-rendering: auto;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-filters .wyn-filter > label .icon {
        position: absolute;
        font-size: 20px;
        top: 8px;
        right: 18px;
    }
}
.wyn-news-grid .wyn-news-filters .wyn-filter > label .icon.icon-chevron-down {
    -webkit-transition: -webkit-transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: -webkit-transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    transition: transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s, -webkit-transform 0.42s cubic-bezier(0.01, 1.11, 0.43, 0.98) 0s;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.wyn-news-grid .wyn-news-filters .wyn-filter > label .icon.icon-chevron-down::before {
    content: "\2335";
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 75% 75%;
    transform-origin: 75% 75%;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-filters .wyn-filter > label .icon.icon-chevron-down {
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
    .wyn-news-grid .wyn-news-filters .wyn-filter > label .icon.icon-chevron-down.rotate {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list {
    background-color: #fff;
    padding: 38px 39px 28px 25px;
    display: none;
}
@media (min-width: 769px) {
    .wyn-news-grid .wyn-news-filters .wyn-filter .filter-list {
        -webkit-box-shadow: 8px 15px 20px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 8px 15px 20px 2px rgba(0, 0, 0, 0.1);
    }
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-filters .wyn-filter .filter-list {
        padding: 25px 0 0;
    }
    .wyn-news-grid .wyn-news-filters .wyn-filter .filter-list .apply-filter.button {
        display: none;
    }
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list.open {
    position: absolute;
    z-index: 100;
    display: block;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li {
    font-size: 15px;
    line-height: 1.6;
    color: #231f20;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li:not(:last-child) {
    margin-bottom: 20px;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li label {
    display: block;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li label input:checked ~ .checkmark {
    background-color: #231f20;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li label input:checked ~ .checkmark:after {
    display: block;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li label:hover input ~ .checkmark {
    background-color: #231f20;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li label input:focus ~ .checkmark {
    background-color: #231f20;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 1.5px solid #231f20;
    border-radius: 25%;
}
.wyn-news-grid .wyn-news-filters .wyn-filter .filter-list li .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 3px;
    top: -1px;
    width: 4px;
    height: 9px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wyn-news-grid .wyn-news-filters .news-count {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-filters .news-count {
        padding: 0 18px;
        margin: 12px 0 14px 0;
    }
}
.wyn-news-grid .wyn-active-filters {
    margin-top: 17px;
    display: none;
}
@media (min-width: 769px) {
    .wyn-news-grid .wyn-active-filters {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-active-filters {
        margin: 17px 20px 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-active-filters .wyn-filter-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}
.wyn-news-grid .wyn-active-filters .wyn-filter-header > span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.71;
    letter-spacing: 1px;
    color: #222;
    text-transform: uppercase;
    display: none;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-active-filters .wyn-filter-header > span {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}
.wyn-news-grid .wyn-active-filters .wyn-filter-header button {
    font-size: 15px;
    color: #231f20;
}
.wyn-news-grid .wyn-active-filters .wyn-filter-header button:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-active-filters .wyn-filter-header button {
        padding: 0;
    }
}
.wyn-news-grid .wyn-active-filters .wyn-chips {
    margin: 0 16px 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-active-filters .wyn-chips {
        margin: 20px 20px 10px 0;
        max-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.wyn-news-grid .wyn-active-filters .wyn-chips:empty {
    margin: 0;
}
.wyn-news-grid .wyn-active-filters .wyn-chips .wyn-filter-chip {
    border-radius: 4px;
    border: solid 1px #e0e0e0;
    background-color: #fff;
    font-size: 11px;
    line-height: 2.18;
    letter-spacing: 1px;
    color: #707070;
    text-transform: uppercase;
    padding: 0 8px;
    margin: 0 16px 8px 0;
}
.wyn-news-grid .wyn-active-filters .wyn-chips .wyn-filter-chip i {
    font-size: 9px;
    line-height: 2.18;
    text-align: right;
    color: #4a4a4a;
    margin-left: 10px;
}
.wyn-news-grid .wyn-news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media (min-width: 769px) {
    .wyn-news-grid .wyn-news-items {
        margin-top: 32px;
    }
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-items {
        padding: 20px 18px 0;
    }
}
.wyn-news-grid .wyn-news-items .wyn-news-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    width: 30%;
    margin: 0 3% 64px 0;
    position: relative;
    background-color: #f8f9fb;
}
@media (max-width: 1024px) {
    .wyn-news-grid .wyn-news-items .wyn-news-item {
        width: 100%;
        margin: 0 0 40px 0;
    }
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-items .wyn-news-item {
        margin-bottom: 25px;
    }
}
.wyn-news-grid .wyn-news-items .wyn-news-item .graphic {
    position: relative;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .graphic .wyn-tag {
    position: absolute;
    bottom: 20px;
    left: 32px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 2.67;
    color: #069953;
    background-color: #fff;
    text-transform: uppercase;
}
.wyn-news-grid .wyn-news-items .wyn-news-item img {
    display: block;
    width: 100%;
    height: auto;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 24px 31px 31px;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .details {
    font-size: 12px;
    color: #707070;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .details .cat {
    margin-right: 10px;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .details .cat:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #707070;
    border-radius: 100%;
    margin-left: 10px;
    margin-bottom: 2px;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .headline {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: normal;
    margin-top: 7px;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .external-link {
    margin: 17px 0 0 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .external-link a {
    font-size: 12px;
    font-weight: 400;
    color: #707070;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .external-link a:after {
    content: "\e910";
    font-family: icomoon;
    display: inline;
    font-size: 13px;
    color: #707070;
    margin-left: 7px;
}
.wyn-news-grid .wyn-news-items .wyn-news-item .info .button.cta.primary {
    margin-top: 82px;
    min-width: 175px;
    text-align: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
@media (max-width: 768px) {
    .wyn-news-grid .wyn-news-items .wyn-news-item .info .button.cta.primary {
        margin-top: 45px;
    }
}
.wyn-carousel-tabs-component {
    position: relative;
    padding: 0 0 0 121px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 20px;
    }
}
.wyn-carousel-tabs-component .select {
    display: none;
    color: #231f20;
    font-weight: 700;
    margin-bottom: 24px;
}
.wyn-carousel-tabs-component .select select {
    color: inherit;
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .select {
        display: block;
    }
}
.wyn-carousel-tabs-component .tabs {
    width: 15%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-right: 15px;
}
.wyn-carousel-tabs-component .tabs li {
    padding: 12px 0;
    cursor: pointer;
    font-size: 15px;
    line-height: 1.71;
    color: #8c8c8c;
}
.wyn-carousel-tabs-component .tabs li.active {
    font-family: gotham-bold;
    color: #231f20;
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .tabs {
        display: none;
    }
}
.wyn-carousel-tabs-component .carousels {
    width: 85%;
    position: relative;
    padding-bottom: 85px;
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .carousels {
        width: 100%;
        padding-bottom: 68px;
    }
}
.wyn-carousel-tabs-component .carousel-tabs-single.collapsed {
    display: none;
}
.wyn-carousel-tabs-component img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.wyn-carousel-tabs-component .masked-image {
    width: 100%;
    height: 100%;
    position: relative;
}
.wyn-carousel-tabs-component .masked-image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.19)), color-stop(58%, rgba(0, 0, 0, 0.08)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.19) 0, rgba(0, 0, 0, 0.08) 58%, transparent 100%);
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .masked-image::after {
        background: 0 0;
    }
}
.wyn-carousel-tabs-component .caption {
    position: absolute;
    bottom: 25px;
    left: 32px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.24;
    color: #fff;
    padding-left: 11px;
    white-space: pre-line;
    font-family: gotham-bold;
    font-weight: 400;
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .caption {
        bottom: 16px;
        left: 11px;
    }
}
.wyn-carousel-tabs-component .caption::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #069953;
}
.wyn-carousel-tabs-component .slide-content {
    margin-right: 16px;
    position: relative;
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .slide-content {
        margin-right: 0;
    }
}
.wyn-carousel-tabs-component .carousel-tabs-wrapper {
    position: relative;
}
.wyn-carousel-tabs-component .carousel-tabs-wrapper .carousel-tabs-slides {
    z-index: 4;
}
.wyn-carousel-tabs-component .slick-list {
    padding-right: 20%;
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .slick-list {
        padding-right: 0;
    }
}
.wyn-carousel-tabs-component .carousel-controls {
    position: relative;
    bottom: 0;
    display: inline-block;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
    left: 40%;
    padding: 24px 0 0 0;
}
@media (min-width: 1440px) {
    .wyn-carousel-tabs-component .carousel-controls {
        bottom: 0;
    }
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .carousel-controls {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
    }
}
.wyn-carousel-tabs-component .carousel-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wyn-carousel-tabs-component .carousel-arrow {
    width: 86px;
    height: 86px;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 2px #fff;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    position: relative;
    z-index: 8;
    -webkit-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}
.wyn-carousel-tabs-component .carousel-arrow:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
    .wyn-carousel-tabs-component .carousel-arrow {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .carousel-arrow {
        display: none !important;
    }
}
.wyn-carousel-tabs-component .carousel-arrow.carousel-arrow-prev {
    margin-left: 50px;
}
@media (min-width: 1440px) {
    .wyn-carousel-tabs-component .carousel-arrow.carousel-arrow-prev {
        margin-left: 50px;
    }
}
.wyn-carousel-tabs-component .carousel-arrow.carousel-arrow-next {
    margin-right: 50px;
}
@media (min-width: 1440px) {
    .wyn-carousel-tabs-component .carousel-arrow.carousel-arrow-next {
        margin-right: 50px;
    }
}
.wyn-carousel-tabs-component .carousel-arrow.slick-disabled {
    opacity: 0;
    cursor: default;
}
.wyn-carousel-tabs-component .slick-dots {
    display: inline-block;
    padding: 0;
    list-style: none;
}
.wyn-carousel-tabs-component .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
@media (min-width: 1440px) {
    .wyn-carousel-tabs-component .slick-dots li {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .slick-dots li {
        width: 20px;
        height: 20px;
        margin-right: 15px;
    }
}
.wyn-carousel-tabs-component .slick-dots li:last-child {
    margin-right: 0;
}
.wyn-carousel-tabs-component .slick-dots li.slick-active button:before {
    color: #231f20;
}
.wyn-carousel-tabs-component .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
@media (min-width: 1440px) {
    .wyn-carousel-tabs-component .slick-dots li button {
        width: 20px;
        height: 25px;
        padding: 5px;
    }
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .slick-dots li button {
        width: 20px;
        height: 25px;
        padding: 5px;
    }
}
.wyn-carousel-tabs-component .slick-dots li button:before {
    font-family: slick;
    font-size: 17px;
    line-height: 17px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    content: "•";
    text-align: center;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #231f20;
    border-radius: 1000px;
}
@media (min-width: 1440px) {
    .wyn-carousel-tabs-component .slick-dots li button:before {
        font-size: 17px;
        line-height: 17px;
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 768px) {
    .wyn-carousel-tabs-component .slick-dots li button:before {
        font-size: 17px;
        line-height: 17px;
        width: 18px;
        height: 18px;
    }
}
.wyn-carousel-article-component {
    margin: 84px 0;
}
@media (max-width: 768px) {
    .wyn-carousel-article-component {
        margin: 40px 0;
    }
}
.wyn-carousel-article-component .slides-wrapper {
    margin: 0 auto;
    max-width: 742px;
}
@media (max-width: 768px) {
    .wyn-carousel-article-component .slides-wrapper {
        max-width: none;
    }
}
.wyn-carousel-article-component .slides-wrapper .slide-graphic {
    height: 468px;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 768px) {
    .wyn-carousel-article-component .slides-wrapper .slide-graphic {
        height: 250px;
    }
}
.wyn-carousel-article-component .slides-wrapper .slide-copy {
    background-color: #fff;
    padding: 40px 90px;
}
.wyn-carousel-article-component .slides-wrapper .slide-copy h3 {
    margin: 0 0 12px 0;
}
@media (max-width: 768px) {
    .wyn-carousel-article-component .slides-wrapper .slide-copy {
        padding: 18px;
    }
}
.wyn-carousel-article-component .slick-dots {
    display: inline-block;
    position: absolute;
    top: 426px;
    left: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
}
@media (max-width: 768px) {
    .wyn-carousel-article-component .slick-dots {
        top: 236px;
    }
}
.wyn-carousel-article-component .slick-dots li {
    background-color: transparent;
    border-radius: 100%;
    color: transparent;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    position: relative;
    margin: 0 12px 0 0;
}
.wyn-carousel-article-component .slick-dots li:last-child {
    margin-right: 0;
}
.wyn-carousel-article-component .slick-dots li.slick-active:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 100%;
    display: block;
}
.wyn-carousel-article-component .carousel-arrow-prev {
    color: #fff;
    position: absolute;
    top: 412px;
    font-size: 30px;
    left: 20%;
    z-index: 4;
}
.wyn-carousel-article-component .carousel-arrow-next {
    color: #fff;
    position: absolute;
    top: 412px;
    font-size: 30px;
    right: 20%;
}
#wyn-request-info-component {
    position: fixed;
    right: 40.3px;
    bottom: 40.3px;
    cursor: pointer;
    z-index: 40;
}
@media (max-width: 768px) {
    #wyn-request-info-component {
        right: 20px;
        bottom: 30px;
        z-index: 99999;
    }
}
#wyn-request-info-component .form-wrapper {
    width: 88px;
    height: 88px;
    background-color: #231f20;
    -webkit-box-shadow: 6px 13px 19px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 6px 13px 19px 0 rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 768px) {
    #wyn-request-info-component .form-wrapper {
        background-image: url(/wp-content/themes/wyn-franchise-opportunities/assets/images/icon-email.png);
        background-size: 40% auto;
        background-position: center center;
        background-repeat: no-repeat;
    }
    #wyn-request-info-component .form-wrapper .gform_title {
        opacity: 0;
    }
}
#wyn-request-info-component ul.gform_fields > li:nth-child(1),
#wyn-request-info-component ul.gform_fields > li:nth-child(2) {
    width: 48%;
    margin: 0;
    display: inline-block;
}
#wyn-request-info-component ul.gform_fields > li:nth-child(1) {
    margin-right: 4%;
}
#wyn-request-info-component .close-btn {
    position: relative;
    height: 0;
    width: 0;
}
#wyn-request-info-component .gform_wrapper {
    margin: 0;
}
#wyn-request-info-component .gform_heading {
    margin: 0;
}
#wyn-request-info-component .gform_title {
    margin: 0;
    font-size: 10px;
    line-height: 1.32;
    text-align: center;
    padding: 0;
    color: #fff;
    font-weight: 700;
}
#wyn-request-info-component .gform_description {
    position: relative;
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
}
#wyn-request-info-component .gform_body,
#wyn-request-info-component .gform_footer {
    position: relative;
    height: 0;
    width: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
#wyn-request-info-component .ginput_container_select {
    display: block;
    width: 100%;
}
#wyn-request-info-component .ginput_container_select label {
    display: none;
}
#wyn-request-info-component .ginput_container_select select {
    display: block;
    width: 100%;
    padding: 0;
    width: calc(100% - 12px);
    background-color: #fff;
    height: 36px;
}
#wyn-request-info-component .ginput_container_select select.disabled {
    color: #8b8b8b;
}
#wyn-request-info-component .gfield {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-top: 10px;
}
#wyn-request-info-component .gfield:last-child {
    border-bottom: none;
}
#wyn-request-info-component .gfield input {
    display: block;
    width: 100%;
    padding: 14px 6px;
    width: calc(100% - 12px);
}
#wyn-request-info-component .gfield_label {
    height: 0;
    overflow: hidden;
    display: block;
}
#wyn-request-info-component .gfield_checkbox li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 12px 0;
}
#wyn-request-info-component .gfield_checkbox li input[type="checkbox"] {
    margin: 0 12px 0 0;
}
#wyn-request-info-component .gfield_checkbox li input[type="checkbox"]:checked + label {
    color: #000;
}
#wyn-request-info-component .gfield_checkbox li label {
    color: #8b8b8b;
    font-size: 13px;
}
#wyn-request-info-component .ginput_container {
    margin: 0;
}
#wyn-request-info-component .ginput_container.ginput_recaptcha {
    margin: 24px 0;
    border: none;
}
#wyn-request-info-component input[type="submit"] {
    background-color: #231f20;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    display: block;
    padding: 12px 20px;
}
#wyn-request-info-component .validation_error {
    display: none;
}
#wyn-request-info-component .gfield_error {
    background-color: transparent;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    border-top: none;
    padding: 0;
}
#wyn-request-info-component .validation_message {
    padding: 12px 0;
    font-size: 70%;
}
#wyn-request-info-component.active {
    cursor: inherit;
}
#wyn-request-info-component.active .form-header {
    display: block;
    width: 100%;
}
#wyn-request-info-component.active .form-wrapper {
    width: 426px;
    height: auto;
    padding: 26px 40px;
    border-radius: 0;
    background-color: #fff;
    display: block;
    max-height: 80vh;
    overflow-y: auto;
}
@media (max-width: 768px) {
    #wyn-request-info-component.active .form-wrapper {
        width: 100vw;
        height: 100vh;
        max-height: calc(100vh - 80px);
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: auto;
        padding: 26px 20px;
        padding-top: 180px;
        right: 0;
        position: fixed;
        bottom: 0;
        background-image: none;
        z-index: 100;
        -webkit-transform: translate3d(0, 0, 0);
    }
    #wyn-request-info-component.active .form-wrapper div {
        -webkit-transform: translate3d(0, 0, 0);
    }
    #wyn-request-info-component.active .form-wrapper .gform_title {
        opacity: 1;
    }
}
#wyn-request-info-component.active .close-btn {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #231f20;
    border-radius: 100%;
    cursor: pointer;
    z-index: 40;
}
@media (max-width: 768px) {
    #wyn-request-info-component.active .close-btn {
        width: 39px;
        height: 39px;
        top: 140px;
    }
}
#wyn-request-info-component.active .close-btn:after {
    font-family: icomoon;
    content: "\e905";
    font-size: 16.5px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#wyn-request-info-component.active .gform_title {
    font-size: 20px;
    text-align: left;
    padding: 0;
    margin: 0 0 16px;
    color: #222;
}
#wyn-request-info-component.active .gform_description {
    height: auto;
    width: 100%;
    margin: 0 0 16px 0;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: opacity-fade;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-name: opacity-fade;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 1s;
    -o-animation-name: opacity-fade;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-name: opacity-fade;
    animation-fill-mode: forwards;
    color: #707070;
}
#wyn-request-info-component.active .gform_body,
#wyn-request-info-component.active .gform_footer {
    height: auto;
    width: 100%;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: opacity-fade;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-name: opacity-fade;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 1s;
    -o-animation-name: opacity-fade;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-name: opacity-fade;
    animation-fill-mode: forwards;
}
.jw-player-component.full {
    position: relative;
    padding: 56px 0;
}
@media (max-width: 768px) {
    .jw-player-component.full {
        padding: 24px 0;
    }
}
.jw-player-component.full .player-outer-wrapper {
    width: calc(100vw - 232px);
    height: calc(((100vw - 232px) / 16) * 9);
    margin: 0 auto;
    position: relative;
}
@media (min-width: 1440px) {
    .jw-player-component.full .player-outer-wrapper {
        width: calc(1440px - 232px);
        height: calc(((1440px - 232px) / 16) * 9);
    }
}
@media (max-width: 768px) {
    .jw-player-component.full .player-outer-wrapper {
        width: 100%;
        height: calc((100vw / 16) * 9);
    }
}
.jw-player-component.full .player-outer-wrapper.fullscreen {
    width: 100%;
    height: 100%;
    background-color: #000;
}
.jw-player-component.full .player-outer-wrapper.fullscreen .player-inner-wrapper {
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jw-player-component.full .player-outer-wrapper.fullscreen .player-controls {
    width: 100%;
}
.jw-player-component.full .player-outer-wrapper:-moz-full-screen {
    width: 100%;
    height: 100%;
}
.jw-player-component.full .player-outer-wrapper:-webkit-full-screen {
    width: 100%;
    height: 100%;
}
.jw-player-component.full .player-outer-wrapper:-ms-fullscreen {
    width: 100%;
    height: 100%;
}
.jw-player-component.full .player-outer-wrapper:fullscreen {
    width: 100%;
    height: 100%;
}
.jw-player-component.full .player-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: cover;
}
.jw-player-component.full .play-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    cursor: pointer;
}
.jw-player-component.full .play-btn i {
    display: block;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    margin: 0 auto 14px auto;
    border: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
}
@media (max-width: 768px) {
    .jw-player-component.full .play-btn i {
        width: 86px;
        height: 86px;
    }
}
.jw-player-component.full .play-btn i:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 11px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.jw-player-component.full .play-btn span {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: gotham-bold;
}
.jw-player-component.full .player-inner-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.jw-player-component.full .player-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.jw-player-component.full .player-wrapper.jwplayer {
    z-index: 8;
}
.jw-player-component.full .player-controls {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 66px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    overflow: hidden;
    padding: 0 24px;
}
.jw-player-component.full .player-controls legend {
    position: absolute;
    top: 0;
    left: -999em;
}
.jw-player-component.full .player-controls button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 66px;
}
.jw-player-component.full .player-controls i {
    display: inline-block;
    font-family: icomoon;
    color: #fff;
    font-size: 20px;
}
.jw-player-component.full .player-controls .playpause i:after {
    content: "\e907";
}
.jw-player-component.full .player-controls .playpause.playing i:after {
    content: "\e902";
}
.jw-player-component.full .player-controls .audio i:after {
    content: "\e901";
}
.jw-player-component.full .player-controls .audio.off {
    opacity: 0.4;
}
.jw-player-component.full .player-controls .fullscreen i:after {
    content: "\e900";
}
.jw-player-component.full .player-controls .player-status {
    font-size: 15px;
    padding: 0 24px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
}
.jw-player-component.full .player-controls .player-bar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 12px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.jw-player-component.full .player-controls .player-bar .player-bar-wrapper {
    height: 2px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
}
.jw-player-component.full .player-controls .player-bar .player-bar-wrapper .player-bar-progress {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    background-color: #fff;
    -webkit-transition: width 0.8s linear 0s;
    transition: width 0.8s linear 0s;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-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:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.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: 2px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.site-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    /* max-width: 1440px; */
    margin: 0 auto;
    overflow-x: hidden;
}
@media (max-width: 768px) {
    .site-container {
        max-width: 100vw;
        overflow-x: hidden;
    }
}
.site-footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.site-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
}
.sample-component .component-name,
.sample-component .sample-variation .variation-name {
    max-width: 1440px;
    margin: 0 auto;
}
main {
    /* min-height: 100vh; */
}
.site-main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    width: 100%;
}
@media (max-width: 768px) {
    .guttered {
        margin: 0 20px;
    }
}
@media (min-width: 769px) {
    .guttered {
        margin: 0 120px;
    }
}
@media (min-width: 1440px) {
    .guttered {
        margin: 0 120px;
    }
}
@media (max-width: 768px) {
    .mobile-guttered {
        margin: 0 20px;
    }
}
@media (max-width: 768px) {
    .inner-guttered {
        padding: 0 20px;
    }
}
@media (min-width: 769px) {
    .inner-guttered {
        padding: 0 120px;
    }
}
@media (min-width: 1440px) {
    .inner-guttered {
        padding: 0 120px;
    }
}
@media (max-width: 768px) {
    .inner-mobile-guttered {
        padding: 0 20px;
    }
}
@media (max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}
@media (min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
}
.image img,
.image picture {
    width: 100%;
}
.transparent {
    opacity: 0;
}
.flipped {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#wyn-404 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#wyn-404 > div {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
#wyn-404 > div h1 {
    font-family: gotham-book;
    font-size: 118px;
    color: #0170cf;
}
#wyn-404 > div .button {
    margin: 24px 0 0 0;
}
.sample-component {
    padding-bottom: 50px;
}
.sample-component .component-name {
    font-size: 24px;
    font-weight: 700;
    padding: 10px 20px;
}
.sample-component .sample-variation {
    padding-bottom: 50px;
}
.sample-component .sample-variation .variation-name {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 40px;
}
/*# sourceMappingURL=main.css.map */

/* Article Inline Component */

.wyn-carousel-article-component.inline {
    padding: 0 0 50px;
}

@media (max-width: 768px) {
    .wyn-carousel-article-component.inline {
    }
}

.wyn-carousel-article-component.inline .slides-wrapper {
    max-width: calc(100% - 232px);
}

@media (max-width: 768px) {
    .wyn-carousel-article-component.inline .slides-wrapper {
        max-width: 100%;
    }
}

.wyn-carousel-article-component.inline .slide-inner {
    display: flex;
}

@media (max-width: 768px) {
    .wyn-carousel-article-component.inline .slide-inner {
        flex-direction: column;
    }
}

.wyn-carousel-article-component.inline .slide-copy {
    width: 430px;
    flex-shrink: 0;
    background-color: #f8f9fb;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

@media (max-width: 768px) {
    .wyn-carousel-article-component.inline .slide-copy {
        order: 2;
        padding: 40px 24px;
        width: 100%;
    }
}

.wyn-carousel-article-component.inline .slide-graphic {
    width: 100%;
}

.wyn-carousel-article-component.inline .slick-dots {
    position: absolute;
    top: auto;
    bottom: -68px;
    left: 47%;
}

.wyn-carousel-article-component.inline .slick-dots li {
    border-color: #003072;
}

.wyn-carousel-article-component.inline .slick-dots li.slick-active:after {
    background-color: #003072;
}

.wyn-carousel-article-component.inline .carousel-arrow-next {
    color: #003072;
    top: auto;
    bottom: -67px;
}

.wyn-carousel-article-component.inline .carousel-arrow-next.slick-disabled {
    color: #e2e2e2;
}

.wyn-carousel-article-component.inline .carousel-arrow-prev {
    color: #003072;
    top: auto;
    bottom: -67px;
}

.wyn-carousel-article-component.inline .carousel-arrow-prev.slick-disabled {
    color: #e2e2e2;
}

/* Inline News Block Component */

.wyn-news-block-inline.offer {
    background-color: #f3f4f5;
}

.wyn-news-block-inline.offer .wyn-news-grid .wyn-news-items .wyn-news-item .info {
    background-color: #fff;
}

.wyn-news-block-inline .wyn-news-grid {
    padding: 12px 116px 20px;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items {
    margin-top: 0;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item {
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .wyn-news-block-inline .wyn-news-grid {
        padding: 30px 0;
    }
}

.wyn-news-block-inline .news-block-header {
    font-size: 30px;
    margin-bottom: 12px;
    padding: 0;
    margin: 0 80px 40px;
    padding-top: 60px;
}

@media (max-device-width: 1200px) {
    .wyn-news-block-inline .news-block-header {
        padding: 0;
        margin: 0 24px 40px;
        padding-top: 60px;
    }
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item .info {
    align-items: flex-start;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: column;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item .body-copy {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 14px;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item .info .headline {
    width: 100%;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item .info .button.cta.primary {
    align-self: flex-start;
    margin-top: auto;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item .info .button.cta.primary.secondary {
    border: solid 2px #012b62;
    color: #012b62;
    background-color: transparent;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item p.secondary-label {
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    margin: 14px 0;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item .info .button.cta.primary.text {
    color: #012b62;
    background-color: transparent;
    padding: 0 0 4px 0;
    width: auto;
    text-align: left;
}

.wyn-news-block-inline .wyn-news-grid .wyn-news-items .wyn-news-item .info .external-link {
    flex-basis: auto;
    margin-bottom: 34px;
}
