/*------------| body frame start |-----------*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    padding: 0px;
    margin: 0;
    width: 100%;
    height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    min-width: 320px;
    color: var(--black);
    font-family: 'Roboto', sans-serif;
    /* font-size: 18px;
    line-height: 26px; */
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    min-height: 100%;
    position: relative;
}

/* ========================================= ANCHOR ========================================= */

a {
    text-decoration: none;
    display: inline-block;
    color: var(--pink);
}

.cky-notice-des a,
.erroePage a {
    opacity: 1;
    position: relative;
    display: inline-block;
    color: var(--pink);
    -webkit-transition: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: cubic-bezier(0.19, 1, 0.22, 1);
    transition: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background-image: linear-gradient(to bottom, var(--pink), var(--pink)); */
    background-position: 0 97%, 0 97%;
    background-repeat: no-repeat;
    background-size: 100% 1px, 100% 1px;
    display: inline;
    transition: background-image 0.16s cubic-bezier(0.545, 0.03, 0.395, 0.965);
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1.5px;
}

.textLink {
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
}

.touch .textLink {
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
}


.touch .textLink:active {
    color: #A3A3A3;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#A3A3A3), to(#A3A3A3));background-image: -o-linear-gradient(top, #A3A3A3, #A3A3A3);background-image: linear-gradient(to bottom, #A3A3A3, #A3A3A3); */
}

.cky-notice-des a {
    /* background-image: linear-gradient(to bottom, var(--white), var(--white)) !important; */
}


/* .pageWrap .Herotext .textLink,
.pageWrap .FeaturePromotion .TextHolder a {
    background-size: 100% 2px, 100% 2px;
} */

.EditorRow a:not(.fillButton, .borderButton),
.deaultContent a {
    background: linear-gradient(90deg, var(--pink), var(--pink)),
        linear-gradient(90deg, var(--pink), var(--pink), var(--pink));
    background-size: 100% 1px, 0 1px;
    background-repeat: no-repeat;
    background-position: 100% 100%, 0 100%;
    cursor: pointer;
    transition: 0.5s all;
    color: var(--pink);
}


a:visited,
a:focus,
a:focus-within {
    color: var(--pink);
}

/* ========================================= TAGS START ========================================= */
b,
strong {
    font-weight: bold;
}

ul li b,
ol li b,
ul li strong,
ol li strong {
    font-weight: 500;
}

input {
    margin: 0px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
    color: var(--darkgrey);
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    color: var(--darkgrey);
    opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: var(--darkgrey);
    opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder {
    color: var(--darkgrey);
    opacity: 1;
}

button::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* ========================================= TAGS START ========================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

h1 {
    font-size: 39px;
    line-height: 52px;
    padding-bottom: 10px;
    font-weight: 300;
}

h2 {
    font-size: 34px;
    line-height: 37px;
    padding-bottom: 25px;
    font-weight: 500;
}

h3 {
    font-size: 27px;
    line-height: 39px;
    padding-bottom: 19px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 16px;
    font-weight: 500;
}

h5 {
    font-size: 21px;
    line-height: 26px;
    padding-bottom: 12px;
}

h6 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 12px;
}



p,
ol,
ul,
li {
    padding: 0px;
    margin: 0px;
}

p {
    padding-bottom: 30px;
    position: relative;
}

ul {
    padding-left: 15px;
    padding-bottom: 30px;
    list-style: none;
}

ol {
    padding-left: 20px;
    padding-bottom: 30px;
}

ul li,
ol li {
    position: relative;
    padding-bottom: 10px;
}

ul li a,
ol li a {
    font-weight: 400;
}

ul li ul,
ul li ol,
ol li ul,
ol li ol {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
}

ul li ul li:last-child,
ul li ol li:last-child,
ol li ul li:last-child,
ol li ol li:last-child {
    padding-bottom: 0px;
}

.pageWrap ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    background-color: var(--pink);
    width: 5px;
    height: 5px;
    border-radius: 100%;
}

.pageWrap ul ol li:before {
    display: none;
}

hr {
    padding: 0px;
    border: 0px;
    height: 1px;
    margin: 15px auto 20px auto;
    background-color: var(--grey);
}

blockquote {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 48px;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 60px 0px;
    color: var(--pink);
}

pre {
    margin: 0;
}

table {
    height: auto !important;
    border-collapse: collapse;
}

table tr:not(:last-child) {
    border-bottom: 1px solid var(--grey);
}

table tr td,
table tr th {
    padding: 10px 15px;
    vertical-align: top;
    text-align: left;
}

table tr th {
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
}


/* =========================================  IFRAME /* ========================================= */

.iframeWrapper {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 20px 0;
}

.iframeWrapper iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

video {
    height: auto;
    width: 100%;
}


/* =========================================  BOX CSS =========================================  */

.box {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: var(--grey);
}

.box:before {
    content: "";
    display: block;
    padding-top: 56%;
}

.imageHolder {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

img {
    border: 0px;
    outline: none;
    display: block;
    max-width: 100%;
    height: auto;
}

img.error {
    content: "";
}

figure {
    padding: 0px;
    margin: 0px;
}

.OF-cover {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/* ========================================= IMAGELOADER ========================================= */

.imgloader {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../images/loader.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px;
}

img[data-lazy-src] {
    opacity: 0;
}

/* img.lazyloaded {
    opacity: 1!important;
} */

img.lazyloaded~.imgloader {
    opacity: 0;
}

header .imgloader,
#footer .imgloader {
    display: none;
}

/* ========================================= SECTION AND CONTAINERS ========================================= */

section {
    position: relative;
    clear: both;
    width: 100%;
}

.contentBlock {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 97px;
    position: relative;
}

.columnBlock {
    padding: 0px 82px;
}

.content_900 {
    max-width: 1060px;
}

/* ========================================= COLUMNS ========================================= */


.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.flexWrap {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
}

.col_1_1,
.col_1_1_1,
.col_1_1_1_1,
.flexWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: row wrap;
    align-items: flex-start;
}

.FeaturePromotion .col_1_1,
.SecondaryPromotion .col_1_1_1 {
    align-items: stretch;
}


.col {
    padding: 0px 15px 30px 15px;
}

.col>a {
    width: 100%;
    height: 100%;
}

.col_1_1_1_1 .col {
    width: 25%;
}

.col_1_1_1 .col {
    width: 33.33%;
}

.col_1_1 .col {
    width: 50%;
}

.LeftRightCol .LeftCol {
    width: 33.33%;
}

.LeftRightCol .RightCol {
    width: 66.66%;
}



/* ========================================= SPACING CLASSES ========================================= */



/* WP-CORE CSS */

.alignnone,
div.alignnone {
    margin: 10px 20px 10px 0px;
    position: relative;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
    position: relative;
}

.alignright,
div.alignright {
    float: right;
    margin: 10px 0px 10px 30px !important;
    position: relative;
    clear: right;
}

.alignleft,
div.alignleft {
    float: left;
    margin: 10px 50px 10px 0;
    position: relative;
}

a img.alignright {
    float: right;
    margin: 10px 0 10px 50px;
}

a img.alignnone {
    margin: 10px 50px 10px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 50px 10px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: var(--white);
    /* border: 1px solid #f0f0f0; */
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 0px;
}

.wp-caption.alignnone {
    margin: 0px 50px 10px 0;
}

.wp-caption.alignleft {
    margin: 10px 50px 10px 0;
}

.wp-caption.alignright {
    margin: 10px 0 10px 50px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 100%;
    width: 100%;
}

.wp-caption p.wp-caption-text {
    margin-left: 0;
    background-color: transparent;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 10px 10px 0px;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 85%;
    color: var(--pink);
}


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/* ========================================= ANIMATION ========================================= */

.fadeIn {
    opacity: 0;
    transition: opacity 0.5s ease-in 0.5s;
    -webkit-transition: opacity 0.5s ease-in 0.5s;
    -moz-transition: opacity 0.5s ease-in 0.5s;
    -o-transition: opacity 0.5s ease-in 0.5s;
}

.fadeIn.animateMe {
    opacity: 1;
}

.fadeInUp {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 1s ease .2s, transform 1s ease .2s;
    -moz-transition: opacity 1s ease .2s, transform 1s ease .2s;
    -o-transition: opacity 1s ease .2s, transform 1s ease .2s;
    transition: opacity 1s ease .2s, transform 1s ease .2s;
    will-change: transform;
}

.fadeInUp.animateMe {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

/* ITALIC FONT CLASS */

.emphasized {
    font-style: italic;
    position: relative;
    margin: 0;
}


/* ========================================= COOKIE BAR ========================================= */

.cky-consent-container .cky-consent-bar {
    background: var(--pink) !important;
    border: none !important;
    padding: 25px 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

body .cky-consent-bar .cky-notice {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px 97px;
}

.cky-banner-btn-close {
    top: 20px !important;
    right: 25px !important;
    width: 12px !important;
    height: auto !important;
}

.cky-banner-btn-close img {
    content: url("../images/close-cookie.svg");
}

.cky-consent-bar .cky-banner-btn-close img {
    height: 16px !important;
    width: 16px !important;
}

.cky-notice .cky-title {
    display: none !important;
}

body .cky-notice .cky-notice-group {
    align-items: flex-start;
}

.cky-notice-group,
.cky-notice-des,
.cky-notice-des p,
.cky-notice-des a {
    font-size: 18px !important;
    line-height: 22px !important;
    color: var(--white) !important;
    position: relative;
}

body .cky-notice-des p {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: 500;
    line-height: 26px !important;
    padding-right: 0 !important;
    max-width: 500px;
}

.cky-notice-des a::before {
    background-color: var(--white) !important;
}

.cky-notice-btn-wrapper {
    margin-top: 5px !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
}

.cky-prefrence-btn-wrapper+div {
    display: none !important;
}

.cky-notice-btn-wrapper .cky-btn {
    font-size: 19px !important;
    line-height: 17px !important;
    font-weight: 400 !important;
    min-height: 40px !important;
    border-radius: 0px !important;
    padding: 12px 30px !important;
    max-width: unset !important;
    flex: unset !important;
    min-width: 180px;
    border: 2px solid var(--white) !important;
}

.cky-btn.cky-btn-reject {
    background-color: transparent !important;
    border: 2px solid var(--white) !important;
    color: var(--white) !important;
    margin-right: 0px !important;
    transition: all 0.3s ease-in-out;
}

.cky-btn.cky-btn-reject:hover {
    background-color: var(--white) !important;
    color: var(--pink) !important;
    opacity: 1;
}

.cky-btn.cky-btn-accept {
    background-color: var(--white) !important;
    color: var(--pink) !important;
    border: 2px solid var(--white) !important;
    margin-right: 25px !important;
    transition: all 0.3s ease-in-out;
}

.cky-btn.cky-btn-accept:hover {
    opacity: 1;
    background-color: transparent !important;
    color: var(--white) !important;
}

.cky-footer-wrapper .cky-btn {
    background-color: var(--pink) !important;
    border: 2px solid var(--pink) !important;
    color: var(--white) !important;
    margin: 0px 10px !important;
}

/* ACCESIBILITY */

.visually-hidden {
    width: 100%;
    height: 0;
    opacity: 0;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0;
    color: var(--white) !important;
    background-color: var(--pink);
}

a.visually-hidden {
    text-decoration: none;
    line-height: 18px;
}

.visually-hidden:focus {
    display: block;
    width: 100%;
    max-width: 1198px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    clip: auto;
    height: auto;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}