/*
Theme Name: Speed Theme
Author: Speed Agency
Version: 1.0
 */

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

#branda-cookie-notice .cookie-notice-container .branda-cn-container {
    padding: 5px 0;
}

#branda-cookie-notice .cookie-notice-container .branda-cn-container .branda-cn-column a.button {
    text-decoration: none;
}


.mobile-only,
.tablet-only {
    display: none !important;
}

@media (max-width: 768px) {
    .mobile-only {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 1025px) {
    .table-only {
        display: block !important;
    }
}


body .elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 0;
}

.elementor-element-46bd9bb {
    display: none;
}

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


.elementor-editor-active .fade-up,
.elementor-editor-active .fade-down,
.elementor-editor-active .fade-in,
.elementor-editor-active .fade-left,
.elementor-editor-active .fade-right {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.elementor img.object-fit {
    height: 100%;
}


/* Jaunt */
*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

html.menu-active {
    overflow: hidden
}

body {
    color: #000
}

.menu-active body {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;
    display: block
}

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

.clear:after, .slick-list:after, .slick-track:after {
    clear: both
}

img {
    max-width: 100%;
    vertical-align: bottom
}

a {
    text-decoration: none;
    color: inherit
}

a:focus {
    outline: 0
}

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

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

.header {
    background: #fff;
    padding: 30px 0;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header-logo {
    width: 140px;
    height: 55px;
    position: relative;
    z-index: 3;
    pointer-events: auto
}

.header-logo svg path {
    fill: #00bb98;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.active .header-logo svg path, .header-active .header-logo svg path {
    fill: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header-nav {
    position: relative;
    z-index: 1
}

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

.header-nav ul li {
    margin-bottom: 0;
    display: inline-block;
    line-height: 45px;
    margin-left: 45px;
    background: 0 0
}

.header-nav ul li.menu-item-has-children .sub-menu {
    display: none;
}

@media (min-width: 899px) {
    .header-nav ul li.menu-item-has-children {
        position: relative;
    }


    .header-nav ul li.menu-item-has-children:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        color: #572a86;
    }

    .header-nav ul li.menu-item-has-children .sub-menu {
        position: absolute;
        opacity: 0;
        display: block;
        pointer-events: none;
        transform: translateY(-10px);
        top: calc(100% - 10px);
        left: 0;
        background: #572a86;
        transition: all ease 0.15s;
        width: 200px;
        color: white;
        z-index:999;
    }

    .header-nav ul li.menu-item-has-children .sub-menu li {
        margin-bottom: 0;
        display: block;
        margin-left: 15px;
    }

    .header-nav ul li.menu-item-has-children .sub-menu li a {
        color: white;
    }

    .header-nav ul li.menu-item-has-children:hover .sub-menu {
        opacity: 1;
        transform: none;
        pointer-events: all;
    }
}


.header-nav ul li a {
    color: #572a86;
    font-size: 15px;
    font-size: .9375rem
}

@media (min-width: 0) and (max-width: 899px) {
    .header-nav ul li a {
        font-size: 20px;
        font-size: 1.25rem;
        color: #fff;
        font-weight: 700;
        z-index: 1;
    }
}

.header-nav ul li.button-pink a {
    background: #f00f68;
    padding: 10px 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    position: relative;
    overflow: hidden
}

@media (min-width: 0) and (max-width: 899px) {
    .header-nav ul li.button-pink a {
        padding: 15px 25px;
        border-radius: 23px
    }
}

.header-nav ul li.button-pink a:after {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: '';
    height: 100%;
    width: 60%;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    left: 105%;
    top: 0;
    -webkit-transform: skew(20deg);
    transform: skew(20deg)
}

@media (min-width: 0) and (max-width: 899px) {
    .header-nav ul li.button-pink a:after {
        display: none
    }
}

.header-nav ul li.button-pink a:hover:after {
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (min-width: 0) and (max-width: 899px) {
    .header-nav ul li.button-pink {
        margin-top: 30px
    }
}

.header-nav ul li:last-of-type {
    /*margin-left: 20px*/
    margin-left: 16px;
}

@media (min-width: 0) and (max-width: 899px) {
    .header-nav ul li:last-of-type {
        margin-left: 0;
        margin-bottom: 0;
        margin-top: 40px
    }
}

.header-nav ul li.current-menu-item a {
    font-weight: 700
}

@media (min-width: 0) and (max-width: 899px) {
    .header-nav ul li {
        display: block;
        margin: 15px 0 15px 0;
        text-align: center;
        line-height: 30px;
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .header-nav ul:not(.sub-menu) {
        padding: 10vw 0
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .header-nav {
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0;
        pointer-events: none;
        padding: 30px;
        z-index: 2;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .active .header-nav, .header-active .header-nav {
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all .3s ease .3s;
        transition: all .3s ease .3s
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .header-nav {
        position: fixed;
        height: 100vh;
        width: 100vw;
        top: 0;
        left: 0;
        display: block;
        opacity: 0;
        pointer-events: none;
        padding: 30px;
        z-index: 2;
        overflow-y: scroll;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .active .header-nav, .header-active .header-nav {
        opacity: 1;
        pointer-events: auto;
        -webkit-transition: all .3s ease .3s;
        transition: all .3s ease .3s
    }
}

.header-menucover {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    overflow: hidden;
    z-index: 1
}

.header-menucover-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #00bb98
}

.header-menucover-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 0%;
    height: 100%;
    background: #00bb98
}

@media (min-width: 0) and (max-width: 899px) {
    .header-menucover {
        display: block
    }
}

.header-menutoggle {
    display: none;
    height: 30px;
    width: 38px;
    position: relative;
    margin-top: 12.5px;
    position: relative;
    z-index: 2
}

.header-menutoggle span {
    height: 4px;
    width: 100%;
    background: #f00f68;
    position: absolute;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.header-menutoggle span:first-of-type {
    top: 0
}

.header-menutoggle span:nth-of-type(2) {
    top: 13px
}

.header-menutoggle span:last-of-type {
    bottom: 0
}

.header-active .header-menutoggle span, .active .header-menutoggle span {
    background: #fff;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.active .header-menutoggle span:first-of-type, .header-active .header-menutoggle span:first-of-type {
    top: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.active .header-menutoggle span:nth-of-type(2), .header-active .header-menutoggle span:nth-of-type(2) {
    top: 13px;
    opacity: 0
}

.active .header-menutoggle span:last-of-type, .header-active .header-menutoggle span:last-of-type {
    bottom: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

@media (min-width: 0) and (max-width: 899px) {
    .header-menutoggle {
        display: block
    }
}

.header.sticky {
    padding: 20px 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (min-width: 0) and (max-width: 899px) {
    .header {
        padding: 20px 0;
        z-index: 100000
    }
}

.page-wrapper {
    width: 100vw;
    overflow-x: hidden
}

.footer {
    background: #572a86;
    padding: 60px 0;
}

@media (min-width: 0) and (max-width: 899px) {
    .footer .social-media-icons {
        margin-left: -30px;
        margin-bottom: 20px
    }
}

.footer .wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 62.5%
}

.footer-logo {
    width: 140px;
    height: 55px
}

.footer-logo svg path {
    fill: #fff
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-logo {
        margin-bottom: 45px
    }
}

.footer-menus {
    text-align: right
}

.footer-menus ul {
    margin: 0;
    padding: 0;
    display: block
}

.footer-menus ul li {
    margin-bottom: 0;
}

.footer-menus ul:first-of-type {
    margin: 10px 0 29px 0
}

.footer-menus ul:first-of-type li {
    display: inline-block;
    margin-left: 27px;
    background: 0 0;
    vertical-align: middle
}

.footer-menus ul:first-of-type li a {
    color: #fff;
    font-size: 15px;
    font-size: .9375rem
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:first-of-type li a {
        font-weight: 700
    }
}

.footer-menus ul:first-of-type li.button-pink a {
    background: #f00f68;
    padding: 10px 15px;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: block
}

.footer-menus ul:first-of-type li.button-pink a:after {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: '';
    height: 100%;
    width: 60%;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    left: 105%;
    top: 0;
    -webkit-transform: skew(20deg);
    transform: skew(20deg)
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:first-of-type li.button-pink a:after {
        display: none
    }
}

.footer-menus ul:first-of-type li.button-pink a:hover:after {
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:first-of-type li.button-pink a {
        display: inline-block
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:first-of-type li.button-pink {
        margin-top: 30px
    }
}

.footer-menus ul:first-of-type li:last-of-type {
    margin-left: 16px
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:first-of-type li:last-of-type {
        margin-left: 0
    }
}

.footer-menus ul:first-of-type li.current-menu-item a {
    font-weight: 700
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:first-of-type li {
        display: block;
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:first-of-type {
        margin-bottom: 50px
    }
}

.footer-menus ul:last-of-type li {
    display: inline-block;
    margin-left: 27px
}

.footer-menus ul:last-of-type li a {
    color: #fff;
    font-size: 11px;
    font-size: .6875rem
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:last-of-type li a {
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 700
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus ul:last-of-type li {
        display: block;
        margin-left: 0;
        margin-bottom: 10px
    }

    .footer-menus ul:last-of-type li:last-of-type {
        margin-bottom: 0
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .footer-menus {
        text-align: left;
        width: 100%
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .footer {
        padding: 45px 0
    }
}

.wrapper {
    max-width: 1280px;
    width: 85%;
    margin: 0 auto;
    position: relative
}

.wrapper.thin {
    max-width: 1000px;
    width: 60%
}

@media (min-width: 0) and (max-width: 899px) {
    .wrapper.thin {
        width: 87%
    }
}

.wrapper.thinner {
    width: 55%
}

@media (min-width: 0) and (max-width: 899px) {
    .wrapper.thinner {
        width: 87%
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .wrapper {
        width: 87%
    }
}

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

@media (min-width: 0) and (max-width: 899px) {
    .padding-top {
        padding-top: 60px
    }
}

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

@media (min-width: 0) and (max-width: 899px) {
    .padding-bottom {
        padding-bottom: 60px
    }
}

.padding-both {
    padding-top: 100px;
    padding-bottom: 100px
}

@media (min-width: 0) and (max-width: 899px) {
    .padding-both {
        padding-top: 60px;
        padding-bottom: 60px
    }
}

.object-fit {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
    -o-object-position: center center;
    object-position: center center
}

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

.left {
    float: left
}

.right {
    float: right
}

.button {
    padding: 12px 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: 700 !important;
    font-size: 18px;
    font-size: 1.125rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.button-pink {
    background: #f00f68
}

.button-black {
    background: #000
}

.button:after {
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: '';
    height: 100%;
    width: 60%;
    position: absolute;
    background: rgba(255, 255, 255, .2);
    left: 105%;
    top: 0;
    -webkit-transform: skew(20deg);
    transform: skew(20deg)
}

.button:hover:after {
    left: 50%;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.fade-up {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.fade-in {
    opacity: 0
}

.fade-left {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.fade-right {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px)
}

.spin-right {
    opacity: 0;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg)
}

.spin-right-big {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg)
}

.spin-left {
    opacity: 0;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.spin-right-y {
    opacity: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.spin-left-y {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.hero_section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.hero_section-text {
    width: 55%;
    padding-left: calc(15vw / 2);
    padding-right: 8vw
}

.hero_section-text-arrowwrap {
    position: relative
}

.hero_section-text .arrow {
    position: absolute;
    height: 35px;
    width: 60px;
    right: -70px;
    top: calc(50% - 17px)
}

@media (min-width: 0) and (max-width: 899px) {
    .hero_section-text .arrow {
        display: none
    }
}

.hero_section-text h1 {
    color: #572a86;
    margin-bottom: 0;
    font-size: 35px;
    font-size: 2.1875rem
}

@media (min-width: 0) and (max-width: 899px) {
    .hero_section-text h1 {
        line-height: 1;
        margin-bottom: 20px;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.page-template-about-page-template .hero_section-text h1 {
    color: #fff454;
    font-size: 55px;
    font-size: 3.4375rem
}

@media (min-width: 0) and (max-width: 899px) {
    .page-template-about-page-template .hero_section-text h1 {
        line-height: 1;
        margin-bottom: 20px;
        font-size: 30px;
        font-size: 1.875rem
    }
}

.hero_section-text h3 {
    color: #00bb98;
    font-style: italic;
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 30px
}

@media (min-width: 0) and (max-width: 899px) {
    .hero_section-text h3 {
        line-height: 1;
        font-size: 50px;
        font-size: 3.125rem
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .hero_section-text h3 {
        font-size: 55px;
        font-size: 3.4375rem
    }
}

.hero_section-text p {
    margin-bottom: 30px
}

.page-template-about-page-template .hero_section-text p {
    color: #fff;
    margin-bottom: 20px
}

.page-template-about-page-template .hero_section-text {
    padding-right: 0;
    width: 50%
}

@media (min-width: 0) and (max-width: 899px) {
    .page-template-about-page-template .hero_section-text {
        max-width: 1280px;
        width: 87%;
        margin: 0 auto;
        position: relative;
        padding: 60px 0 0 0
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .page-template-about-page-template .hero_section-text {
        width: 60%;
        padding: 30px 10px 30px 50px
    }
}

@media (min-width: 1500px) {
    .hero_section-text {
        padding-left: calc((100vw - 1280px) / 2)
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .hero_section-text {
        max-width: 1280px;
        width: 87%;
        margin: 0 auto;
        position: relative;
        padding: 60px 0 0 0
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .hero_section-text {
        width: 60%;
        padding: 30px 10px 30px 50px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero_section-text {
        width: 65%;
        padding-top: 70px;
        padding-bottom: 70px
    }
}

.hero_section-image {
    height: 100%;
    width: 45%;
    position: relative
}

.hero_section-image .arrow {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 27%;
    left: 40px
}

@media (min-width: 0) and (max-width: 899px) {
    .hero_section-image .arrow {
        display: none
    }
}

.page-template-about-page-template .hero_section-image {
    width: 50%
}

@media (min-width: 0) and (max-width: 899px) {
    .page-template-about-page-template .hero_section-image {
        height: 100%;
        width: 100%
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .page-template-about-page-template .hero_section-image {
        width: 40%
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .hero_section-image {
        height: 100%;
        width: 100%
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .hero_section-image {
        width: 40%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero_section-image {
        width: 35%
    }
}

.hero_section.generic {
    text-align: center
}

.hero_section.generic h1 {
    font-size: 55px;
    font-size: 3.4375rem;
    margin-bottom: 10px
}

.hero_section.generic h1:only-child {
    margin-bottom: 0
}

@media (min-width: 0) and (max-width: 899px) {
    .hero_section.generic h1 {
        font-size: 40px;
        font-size: 2.5rem
    }
}

.hero_section.generic p {
    color: #fff
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .hero_section.generic {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .hero_section.generic {
        padding-left: 50px;
        padding-right: 50px
    }
}

.home .hero_section {
    background: #fff454
}

.page-template-about-page-template .hero_section {
    background: #00bb98
}

.video_section {
    background: #02c2a1;
    text-align: center
}

.video_section * {
    color: #fff
}

.video_section-heading {
    position: relative;
    display: inline-block
}

.video_section-heading h2 {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 40px
}

@media (min-width: 768px) and (max-width: 1024px) {
    .video_section-heading h2 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 50px
    }
}

.video_section-heading .arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -70px;
    top: 15px
}

@media (min-width: 0) and (max-width: 899px) {
    .video_section-heading .arrow {
        display: none
    }
}

.video_section-video {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px
}

.video_section-video video {
    width: 100%;
    z-index: 1
}

.video_section-video img {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 10;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s
}

.video_section-video-play {
    height: 80px;
    width: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    z-index: 11;
    -webkit-transition: all .7s ease 0s;
    transition: all .7s ease 0s;
    cursor: pointer
}

.video_section-video-play:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.playing .video_section-video-play {
    opacity: 0;
    pointer-events: none
}

.video_section-video.playing img {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.video_section-script {
    padding: 0 20%
}

.video_section-script-expander {
}

.video_section-script-expander-inner {
    display: none;
    padding: 20px 0
}

.video_section-script-expander h4, .video_section-script-expander h5, .video_section-script-expander h6 {
    font-style: italic
}

.closed .video_section-script-expander {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.video_section-script h6 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle
}

.video_section-script .chevron {
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.video_section-script .chevron:hover {
    cursor: pointer;
    opacity: .7;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.video_section-script .chevron path {
    fill: #fff
}

.video_section-script .info {
    height: 20px;
    width: 20px;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 23px
}

.video_section-script .info path {
    fill: #fff
}

.video_section-script.closed .chevron {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@media (min-width: 0) and (max-width: 899px) {
    .video_section-script {
        padding: 0
    }
}

@media (min-width: 1025px) and (max-width: 1300px) {
    .video_section-script {
        padding: 0 10%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .video_section-script {
        padding: 0 10%
    }
}

.image_carousel {
    overflow: hidden;
    height: 100vh;
    position: relative;
    opacity: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    background-size: cover;
    background-position: center center
}

.image_carousel .slick-list, .image_carousel .slick-track {
    height: 100%
}

.image_carousel-single {
    height: 100%;
    position: relative;
    -webkit-transition: opacity .5s ease 0s;
    transition: opacity .5s ease 0s
}

.image_carousel-single:not(.object-fit-polyfill) {
    background-image: none !important
}

.image_carousel-single-inner {
    padding: 70px;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3)
}

.image_carousel-single-inner h2 {
    color: #fff;
    margin: 0;
    font-size: 40px;
    font-size: 2.5rem
}

@media (min-width: 0) and (max-width: 899px) {
    .image_carousel-single-inner h2 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

.image_carousel-single-inner h3 {
    color: #fff;
    margin: 0
}

.image_carousel-single-inner h3:last-of-type {
    font-size: 75px;
    font-size: 4.6875rem;
    font-style: italic;
    padding: 0 18vw;
    line-height: 1.1
}

@media (min-width: 0) and (max-width: 899px) {
    .image_carousel-single-inner h3:last-of-type {
        font-size: 35px;
        font-size: 2.1875rem;
        line-height: 1;
        padding: 0
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .image_carousel-single-inner {
        padding: 30px 20px 70px 20px
    }
}

.image_carousel-single img {
    position: absolute;
    top: 0;
    left: 0
}

.image_carousel .slick-dots {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 40px;
    z-index: 10000;
    width: 100%;
    text-align: center
}

.image_carousel .slick-dots li {
    display: inline-block;
    font-size: 0;
    opacity: .3
}

.image_carousel .slick-dots li button {
    border: 0;
    background: #fff;
    height: 9px;
    width: 9px;
    padding: 0;
    border-radius: 50%;
    margin: 0 15px;
    text-indent: -99999px
}

.image_carousel .slick-dots li button:focus {
    outline: 0
}

.image_carousel .slick-dots li.slick-active {
    opacity: .8
}

.image_carousel .slick-dots li:focus {
    outline: 0
}

.image_carousel.slick-initialized {
    opacity: 1;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .image_carousel {
        height: 400px !important
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .image_carousel {
        height: 500px !important
    }
}

.two_columns {
    text-align: center
}

.two_columns h2 {
    margin-bottom: 80px;
    color: #00bb98;
    font-size: 40px;
    font-size: 2.5rem
}

@media (min-width: 0) and (max-width: 899px) {
    .two_columns h2 {
        margin-bottom: 60px
    }
}

.two_columns-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.two_columns-inner-single {
    width: 50%;
    max-width: 350px;
    margin: 0 4vw
}

.two_columns-inner-single img {
    height: 130px;
    width: auto;
    margin-bottom: 30px
}

.two_columns-inner-single h3 {
    color: #f00f68;
    width: 80%;
    margin: auto auto 20px auto;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2
}

.two_columns-inner-single p {
    margin-bottom: 0
}

@media (min-width: 0) and (max-width: 899px) {
    .two_columns-inner-single {
        width: 100%;
        min-width: 100%;
        margin: 0
    }

    .two_columns-inner-single:first-of-type {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .two_columns-inner-single {
        min-width: 60%;
        width: 60%
    }
}

.three_columns {
    text-align: center;
    background: #63258c
}

.three_columns * {
    color: #fff
}

.three_columns h2 {
    margin-bottom: 80px;
    font-size: 40px;
    font-size: 2.5rem
}

@media (min-width: 0) and (max-width: 899px) {
    .three_columns h2 {
        margin-bottom: 60px
    }
}

.three_columns-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.three_columns-inner-single {
    width: 33.33%;
    max-width: 350px;
    margin: 0
}

.three_columns-inner-single img {
    height: 130px;
    width: auto;
    margin-bottom: 30px
}

.three_columns-inner-single h3 {
    width: 80%;
    margin: auto auto 20px auto;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2
}

.three_columns-inner-single p {
    padding: 0 60px;
    margin-bottom: 0
}

@media (min-width: 0) and (max-width: 899px) {
    .three_columns-inner-single p {
        padding: 0 40px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .three_columns-inner-single p {
        padding: 0 30px
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .three_columns-inner-single {
        width: 100%;
        min-width: 100%;
        margin: 0
    }

    .three_columns-inner-single:nth-child(-n+2) {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .three_columns-inner-single {
        width: 60%;
        min-width: 60%
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .three_columns-inner {
        margin-bottom: 50px
    }
}

.staggered_columns {
    text-align: center;
    background: #f4fcfa
}

.staggered_columns h2 {
    color: #00bb98;
    margin-bottom: 60px;
    font-size: 40px;
    font-size: 2.5rem
}

@media (min-width: 0) and (max-width: 899px) {
    .staggered_columns h2 {
        margin-bottom: 60px
    }
}

.staggered_columns-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px
}

.staggered_columns-inner-single {
    width: 33.33%;
    max-width: 300px;
    margin: 0 1.5vw;
    position: relative
}

.staggered_columns-inner-single img {
    margin-bottom: 20px
}

.staggered_columns-inner-single img.square, .staggered_columns-inner-single img.tall {
    height: 140px;
    width: auto
}

.staggered_columns-inner-single img.wide {
    width: 130px;
    height: auto
}

.staggered_columns-inner-single h3 {
    margin: auto auto 10px auto;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #f00f68
}

.staggered_columns-inner-single p {
    margin-bottom: 0
}

.staggered_columns-inner-single .arrow {
    position: absolute;
    width: 120px;
    height: 120px;
    margin-bottom: 0
}

@media (min-width: 0) and (max-width: 899px) {
    .staggered_columns-inner-single .arrow {
        display: none
    }
}

.staggered_columns-inner-single:nth-of-type(1) .arrow {
    top: 30px;
    right: -130px
}

.staggered_columns-inner-single:nth-of-type(2) {
    margin-top: 160px
}

.staggered_columns-inner-single:nth-of-type(2) .arrow {
    bottom: 30px;
    right: 30px
}

@media (min-width: 0) and (max-width: 899px) {
    .staggered_columns-inner-single:nth-of-type(2) {
        margin-top: 0
    }
}

.staggered_columns-inner-single:nth-of-type(3) {
    margin-top: 250px
}

@media (min-width: 0) and (max-width: 899px) {
    .staggered_columns-inner-single:nth-of-type(3) {
        margin-top: 0
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .staggered_columns-inner-single {
        width: 100%;
        min-width: 100%;
        margin: 0
    }

    .staggered_columns-inner-single:nth-child(-n+2) {
        margin-bottom: 60px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .staggered_columns-inner-single {
        width: 60%;
        min-width: 60%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .staggered_columns-inner-single {
        max-width: auto;
        margin: 0
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .staggered_columns-inner {
        margin-bottom: 50px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .staggered_columns-inner {
        width: 90%
    }
}

.yellow_banner {
    background: #fff454;
    padding: 30px 40px;
    text-align: center
}

.yellow_banner h4 {
    margin-bottom: 0;
    font-style: italic;
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle
}

@media (min-width: 0) and (max-width: 899px) {
    .yellow_banner h4 {
        margin: 0 0 30px 0
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .yellow_banner h4 {
        margin: 0 30px 0 0
    }
}

.yellow_banner .button {
    display: inline-block;
    vertical-align: middle
}

@media (min-width: 0) and (max-width: 899px) {
    .yellow_banner {
        padding: 40px
    }
}

.blog ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.blog-loop {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.blog-loop .button {
    margin-top: 40px
}

.blog-double {
    width: 30%
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-double {
        width: 100%
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-double {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog-double {
        width: 100%
    }
}

.blog-single {
    width: 70%;
    height: 600px;
    overflow: hidden;
    text-align: left
}

.blog_3 .blog-single-image, .blog_4 .blog-single-image {
    height: 530px
}

@media (min-width: 0) and (max-width: 899px) {
    .blog_3 .blog-single-image, .blog_4 .blog-single-image {
        height: 215px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog_3 .blog-single-image, .blog_4 .blog-single-image {
        height: 215px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog_3 .blog-single-image, .blog_4 .blog-single-image {
        height: 215px
    }
}

.blog_1 .blog-single-image, .blog_2 .blog-single-image, .blog_5 .blog-single-image, .blog_6 .blog-single-image {
    height: 215px
}

.blog-single-info {
    padding: 10px;
    background: #f2f2f2;
    position: relative;
    height: 70px
}

.blog-single-info h2 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 35px
}

.blog-single-info p {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-size: .875rem
}

.blog-single-info svg {
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.blog-single-info svg path {
    fill: #f00f68
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog-single-info svg {
        right: 10px;
        height: 15px;
        width: 15px;
        top: calc(50% - 7.5px)
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-single-info svg {
        right: 10px;
        height: 15px;
        width: 15px;
        top: calc(50% - 7.5px)
    }
}

.blog-single.blog_1, .blog-single.blog_2, .blog-single.blog_5, .blog-single.blog_6 {
    width: 100%;
    height: 285px;
    margin-bottom: 30px
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog-single.blog_1, .blog-single.blog_2, .blog-single.blog_5, .blog-single.blog_6 {
        width: calc(50% - 15px)
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-single.blog_1, .blog-single.blog_2, .blog-single.blog_5, .blog-single.blog_6 {
        width: calc(50% - 15px)
    }
}

.blog-single.blog_3 {
    margin-left: 30px
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-single.blog_3 {
        margin-left: 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-single.blog_3 {
        margin-left: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog-single.blog_3 {
        margin-left: 0
    }
}

.blog-single.blog_4 {
    margin-right: 30px;
    clear: left
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-single.blog_4 {
        margin-right: 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-single.blog_4 {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog-single.blog_4 {
        margin-right: 0
    }
}

.blog-single.blog_3, .blog-single.blog_4 {
    width: calc(70% - 30px);
    margin-bottom: 30px
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-single.blog_3, .blog-single.blog_4 {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog-single.blog_3, .blog-single.blog_4 {
        width: calc(50% - 15px)
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-single.blog_3, .blog-single.blog_4 {
        width: calc(50% - 15px)
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-single {
        height: auto;
        width: 100%;
        margin: 0 0 30px 0
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .blog-single {
        clear: none !important;
        height: auto;
        width: 100%;
        margin: 0 0 30px 0
    }

    .blog-single:nth-of-type(odd) {
        margin-right: 30px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .blog-single {
        clear: none !important;
        height: auto;
        width: 100%;
        margin: 0 0 30px 0
    }

    .blog-single:nth-of-type(odd) {
        margin-right: 30px
    }
}

.blog-single:hover svg {
    opacity: .5;
    -webkit-transform: translateX(5px) rotate(-90deg);
    transform: translateX(5px) rotate(-90deg);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.blog-header {
    background: #00bb98;
    text-align: center
}

.blog-header h1 {
    color: #fff454;
    font-size: 55px;
    font-size: 3.4375rem
}

.blog-header-cats ul {
    margin: 0;
    padding: 0
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-header-cats ul {
        height: 30px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px
    }
}

body .blog-header-cats li {
    display: inline-block;
    margin: 0 40px;
    font-size: 18px;
    font-size: 1.125rem;
    position: relative;
    margin-bottom: 0
}

.blog-header-cats li a {
    color: #fff
}

.blog-header-cats li.active a,
.blog-header-cats li.uc-selected a {
    color: #fff454;
    font-weight: 700
}

.blog-header-cats li.active:after,
.blog-header-cats li.uc-selected:after {
    content: '';
    height: 3px;
    background: #fff454;
    width: 26px;
    left: calc(50% - 13px);
    bottom: -10px;
    position: absolute
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-header-cats li.active:after,
    .blog-header-cats li.uc-selected:after {
        display: none
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-header-cats li.active,
    .blog-header-cats li.uc-selected {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media (min-width: 0) and (max-width: 899px) {
    body .blog-header-cats li {
        display: block;
        margin: 0 0 20px 0
    }
}

.blog-header .cats-selector {
    display: none
}

.blog-header .cats-selector svg {
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.blog-header .cats-selector svg path {
    fill: #fff
}

.blog-header .cats-selector.closed svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

@media (min-width: 0) and (max-width: 899px) {
    .blog-header .cats-selector {
        display: block
    }
}

.single_blog-hero {
    height: 400px;
    overflow: hidden
}

.single_blog-content {
    padding: 130px 0 60px 0
}

.single_blog-content h1 {
    font-size: 50px;
    font-size: 3.125rem;
    text-align: center;
    padding: 0 50px;
    margin-bottom: 130px
}

@media (min-width: 0) and (max-width: 899px) {
    .single_blog-content h1 {
        padding: 0;
        margin-bottom: 80px
    }
}

.single_blog-content.wrapper.thin {
    width: 55%
}

@media (min-width: 0) and (max-width: 899px) {
    .single_blog-content.wrapper.thin {
        width: 87%
    }
}

.single_blog-content h2, .single_blog-content h3, .single_blog-content h4, .single_blog-content h5, .single_blog-content h6 {
    margin-bottom: 20px
}

.single_blog-content h4 {
    font-size: 23px;
    font-size: 1.4375rem
}

@media (min-width: 0) and (max-width: 899px) {
    .single_blog-content {
        padding-top: 80px
    }
}

.single_blog-arrows {
    text-align: center;
    margin-bottom: 130px
}

.single_blog-arrows a {
    height: 20px;
    width: 20px;
    display: inline-block;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin: 0 30px
}

.single_blog-arrows a svg {
    height: 100%;
    width: 100%
}

.single_blog-arrows a svg path {
    fill: #f00f68
}

.single_blog-arrows a:hover {
    opacity: .5;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

@media (min-width: 0) and (max-width: 899px) {
    .single_blog-arrows a {
        margin: 0 50px
    }
}

.single_blog-arrows-prev svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.single_blog-arrows-next svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 0) and (max-width: 899px) {
    .single_blog-arrows {
        margin-bottom: 80px
    }
}

.yellow_content {
    text-align: center;
    background: #fff454
}

.yellow_content .wrapper {
    width: 80%
}

@media (min-width: 0) and (max-width: 899px) {
    .yellow_content .wrapper {
        width: 87%
    }
}

.yellow_content h2 {
    font-style: italic;
    font-size: 30px;
    font-size: 1.875rem
}

.page-template-help-page-template .yellow_content h2 {
    margin-bottom: 15px;
    font-size: 25px;
    font-size: 1.5625rem
}

.page-template-help-page-template .yellow_content {
    padding: 40px 0
}

.page-template-help-page-template .yellow_content p {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    color: #000;
    margin-bottom: 12px
}

.page-template-help-page-template .yellow_content p a {
    color: inherit
}

.page-template-help-page-template .yellow_content .button {
    font-size: 14px;
    font-size: .875rem;
    padding: 9px 17px;
    margin-top: 5px;
    border-radius: 14px
}

.yellow_content :last-child {
    margin-bottom: 0
}

.contact_section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact_section .col {
    width: 35%
}

@media (min-width: 0) and (max-width: 899px) {
    .contact_section .col {
        width: 100%
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .contact_section .col {
        width: 100%
    }
}

.contact_section-left {
    margin-right: 10%;
    text-align: center
}

.contact_section-left-image {
    width: 400px;
    height: 400px;
    margin: auto auto 40px auto;
    border-radius: 50%;
    overflow: hidden;
    border: solid 6px #572a86
}

@media (min-width: 0) and (max-width: 899px) {
    .contact_section-left-image {
        width: 250px;
        height: 250px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .contact_section-left-image {
        width: 250px;
        height: 250px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .contact_section-left-image {
        width: 250px;
        height: 250px
    }
}

.contact_section-left h1, .contact_section-left h2, .contact_section-left h3, .contact_section-left h4, .contact_section-left h5, .contact_section-left h6, .contact_section-left p {
    text-align: left
}

.contact_section-left .button {
    margin: auto;
    font-size: 15px;
    padding: 10px 18px;
    margin-top: 10px;
    border-radius: 17px
}

@media (min-width: 0) and (max-width: 899px) {
    .contact_section-left {
        margin-right: 0;
        margin-bottom: 60px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .contact_section-left {
        margin-right: 0;
        margin-bottom: 60px
    }
}

.contact_section-right svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.contact_section-right svg.phone_icon {
    margin-bottom: 25px;
    height: 30px;
    width: 30px
}

.contact_section-right svg.email_icon {
    margin-bottom: 20px;
    width: 40px;
    height: 40px
}

@media (min-width: 0) and (max-width: 899px) {
    .contact_section-right svg {
        height: 30px;
        width: 30px
    }
}

.contact_section-right h4 {
    color: #4d166b;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem
}

.contact_section-right h4 a {
    color: inherit
}

@media (min-width: 0) and (max-width: 899px) {
    .contact_section-right h4 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.contact_section-right-times {
    margin-bottom: 40px
}

.contact_section-right-times p {
    font-weight: 700;
    width: 50%;
    font-size: 13px;
    font-size: .8125rem;
    margin-bottom: 15px
}

.contact_section-right-times p:nth-of-type(even) {
    text-align: right
}

@media (min-width: 0) and (max-width: 899px) {
    .contact_section-right-times {
        margin-top: 40px
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .contact_section-right-times {
        margin-top: 40px
    }
}

.error_page {
    background: #00bb98;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 600px;
    text-align: center
}

.error_page * {
    color: #fff
}

.error_page-message {
    position: relative
}

.error_page .oops {
    width: 400px;
    height: auto;
    margin-bottom: 20px
}

@media (min-width: 0) and (max-width: 899px) {
    .error_page .oops {
        width: 200px
    }
}

.error_page h1 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 10px
}

@media (min-width: 0) and (max-width: 899px) {
    .error_page h1 {
        font-size: 25px;
        font-size: 1.5625rem
    }
}

.error_page h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 0
}

.error_page .arrow {
    position: absolute;
    height: 50px;
    width: 50px;
    bottom: -60px;
    right: 70px
}

@media (min-width: 0) and (max-width: 899px) {
    .error_page .arrow {
        right: calc(50% - 35px);
        bottom: -70px
    }
}

@media screen and (min-width: 0) and (max-width: 899px) and (orientation: landscape) {
    .error_page .arrow {
        right: 50px;
        bottom: -70px
    }
}

@media (min-width: 0) and (max-width: 899px) {
    .error_page {
        padding: 0 40px
    }
}

.faqs_section-left {
    width: 70%;
    padding-right: 5%
}

.faqs_section-left ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.faqs_section-left-single {
    border-bottom: 2px solid rgba(0, 202, 160, .4)
}

.faqs_section-left-single-question {
    position: relative;
    padding: 40px 25% 40px 0;
    cursor: pointer
}

.faqs_section-left-single-question h3 {
    margin-bottom: 0;
    font-size: 27px;
    font-size: 1.6875rem;
    color: #572a86
}

@media (min-width: 0) and (max-width: 899px) {
    .faqs_section-left-single-question h3 {
        font-size: 22px;
        font-size: 1.375rem
    }
}

.faqs_section-left-single-question svg {
    position: absolute;
    height: 20px;
    width: 20px;
    right: 30px;
    top: calc(50% - 10px);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: .5;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.faqs_section-left-single-question svg path {
    fill: #00bb98
}

@media (min-width: 0) and (max-width: 899px) {
    .faqs_section-left-single-question svg {
        right: 0
    }
}

.faqs_section-left-single-question:hover svg {
    opacity: 1;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}

.faqs_section-left-single-question.closed svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 0) and (max-width: 899px) {
    .faqs_section-left-single-question {
        padding: 30px 20% 30px 0
    }
}

.faqs_section-left-single-answer {
    height: 0;
    overflow: hidden;
    font-size: 14px;
    font-size: .875rem
}

.faqs_section-left-single-answer ul {
    list-style: disc;
    padding-left: 30px
}

.faqs_section-left-single-answer ul li {
    margin-bottom: 10px;
    font-size: inherit
}

.faqs_section-left-single-answer a {
    font-weight: 700;
    color: inherit
}

.faqs_section-left-single-answer-padding {
    padding: 0 0 40px 0
}

.faqs_section-left-single.hidden {
    pointer-events: none;
    border-bottom: 0
}

@media (min-width: 0) and (max-width: 899px) {
    .faqs_section-left {
        width: 100%;
        padding-right: 0
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .faqs_section-left {
        width: 65%;
        padding-right: 3%
    }
}

.faqs_section-right {
    width: 30%;
    padding-left: 3%
}

.faqs_section-right-filter h4 {
    padding: 20px 20px;
    background: #572a86;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 35px;
    font-size: 2.1875rem
}

@media (min-width: 0) and (max-width: 899px) {
    .faqs_section-right-filter h4 {
        font-size: 30px;
        font-size: 1.875rem
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .faqs_section-right-filter h4 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.faqs_section-right-filter-ul {
    list-style: none;
    margin: 0;
    padding: 20px;
    background: rgba(99, 37, 140, .1)
}

.faqs_section-right-filter-ul li {
    margin-bottom: 15px;
    cursor: pointer
}

.faqs_section-right-filter-ul li p {
    margin-bottom: 0
}

.faqs_section-right-filter-ul li.selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.faqs_section-right-filter-ul li.selected p {
    font-weight: 700
}

.faqs_section-right-filter-ul li.selected:after {
    content: 'viewing';
    background: #f00f68;
    color: #fff;
    padding: 5px;
    height: 17px;
    line-height: 6px;
    border-radius: 4px;
    font-size: 9 pxpx;
    font-size: .5625 pxrem;
    font-weight: 700;
    margin-left: 10px
}

@media (min-width: 0) and (max-width: 899px) {
    .faqs_section-right {
        width: 100%;
        padding-left: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .faqs_section-right {
        margin-bottom: 30px
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .faqs_section-right {
        width: 35%;
        padding-left: 3%
    }
}

.page-template-default li {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 10px
}

.page-template-default table {
    border-collapse: collapse;
    width: 100%
}

.page-template-default table td, .page-template-default table th {
    border: 1px solid #ddd;
    padding: 8px
}

.page-template-default table tr:nth-child(even) {
    background-color: #f2f2f2
}

.page-template-default table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #4caf50;
    color: #fff
}

/*@font-face {*/
/*    font-family: Gilroy;*/
/*    src: url(fonts/Gilroy-Bold.eot);*/
/*    src: url(fonts/Gilroy-Bold.eot?#iefix) format("embedded-opentype"), url(fonts/Gilroy-Bold.woff2) format("woff2"), url(fonts/Gilroy-Bold.woff) format("woff"), url(fonts/Gilroy-Bold.ttf) format("truetype");*/
/*    font-weight: 700;*/
/*    font-style: normal*/
/*}*/

/*@font-face {*/
/*    font-family: Gilroy;*/
/*    src: url(fonts/Gilroy-Medium.eot);*/
/*    src: url(fonts/Gilroy-Medium.eot?#iefix) format("embedded-opentype"), url(fonts/Gilroy-Medium.woff2) format("woff2"), url(fonts/Gilroy-Medium.woff) format("woff"), url(fonts/Gilroy-Medium.ttf) format("truetype");*/
/*    font-weight: 500;*/
/*    font-style: normal*/
/*}*/

.menu-item a, p {
    font-family: Gilroy;
    font-weight: 500;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0
}

@media (min-width: 0) and (max-width: 899px) {
    .menu-item a, p {
        font-size: 15px;
        font-size: .9375rem
    }
}

.button, li {
    font-family: Gilroy
}

h1, h2, h3, h4, h5, h6 {
    font-family: Gilroy;
    font-weight: 700;
    margin-top: 0
}

h1 {
    font-size: 40px;
    font-size: 2.5rem
}

h2 {
    font-size: 36px;
    font-size: 2.25rem
}

h3 {
    font-size: 30px;
    font-size: 1.875rem
}

h4 {
    font-size: 26px;
    font-size: 1.625rem
}

h5 {
    font-size: 20px;
    font-size: 1.25rem
}

h6 {
    font-size: 18px;
    font-size: 1.125rem
}

a {
    font-family: inherit;
    font-size: inherit
}

.basicsansitalic {
    font-family: basic-sans, sans-serif;
    font-weight: 700;
    font-style: italic
}

.basicsans {
    font-family: basic-sans, sans-serif;
    font-weight: 700;
    font-style: normal
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

::-webkit-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #04a4cc;
    color: #fff;
    text-shadow: none
}

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

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

.alignright {
    float: right;
    margin: 40px 0 400px 40px
}

.alignleft {
    float: left;
    margin: 40px 40px 40px 0
}

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

a img.alignnone {
    margin: 40px 40px 40px 0
}

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

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

.wp-caption {
    background: #fff;
    max-width: 100%;
    height: auto;
    text-align: center
}

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

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

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

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

.gallery-caption, .wp-caption .wp-caption-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 17px;
    margin: 20px 0 0 0;
    font-weight: 700
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img, tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

@media all and (-ms-high-contrast: none) {
    html {
        overflow-x: hidden
    }

    .hero_section-image {
        height: 100vh
    }

    .image_carousel-single img {
        display: none
    }
}
