@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-Regular.ttf'); font-style: normal; font-weight: 400;}
@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-Italic.ttf'); font-style: italic; font-weight: 400;}
@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-Medium.ttf'); font-style: normal; font-weight: 500;}
@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-MediumItalic.ttf'); font-style: italic; font-weight: 500;}
@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-SemiBold.ttf'); font-style: normal; font-weight: 600;}
@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-SemiBoldItalic.ttf'); font-style: italic; font-weight: 600;}
@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-Bold.ttf'); font-style: normal; font-weight: 700;}
@font-face {font-family: 'Montserrat';src: url('./fonts/Montserrat-ExtraBold.ttf'); font-style: normal; font-weight: 800;}

* { margin: 0; padding: 0;}

html {
  font-size: 10px;
}
*, *:before, *:after {
    zoom: 1;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    height: 100%;
    min-height: 100vh;
    color: #000;
}
button {border: none; cursor: pointer; background: transparent;}
body a {text-decoration: none;color: #333333;word-wrap: break-word;}
body p {
}
ul {
    list-style-type: none; 
}
h1,h2,h3,h4,h5 { font-weight: 500;}
body:not(.user-is-tabbing) input[type="checkbox"]:focus + label,
body:not(.user-is-tabbing) input[type="radio"]:focus + label,
body:not(.user-is-tabbing) input,
body:not(.user-is-tabbing) textarea,
body:not(.user-is-tabbing) select,
body:not(.user-is-tabbing) div.open-menu:focus,
body:not(.user-is-tabbing) form input:focus,
body:not(.user-is-tabbing) iframe,
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) button,
body:not(.user-is-tabbing) .slick-slide,
body:not(.user-is-tabbing) a:focus,
body:not(.user-is-tabbing) div.mobileNavIcon:focus {
    outline: none;
}
.user-is-tabbing input[type="checkbox"]:focus + label,
.user-is-tabbing input[type="radio"]:focus + label {
    outline:  2px solid blue;
}
img {display: block;max-width: 100%; height: auto;}
form {
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    font-size: 0;
}
.select-float-label,
.floating-label {
    position: relative;
}
/** Label (the real one, above the field) */
.select-float-label label,
.floating-label label {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    font-size: 12px !important;
    font-weight: bold;
    transition: top .2s ease-in-out;
}
form .select-float-label select,
form .floating-label input {
    position: relative;
    z-index: 2;
    margin: 0 !important;
}
.select-float-label label {
    left: 20px;
    z-index: 0;
}
.select-float-label.is-floating label,
.floating-label.is-floating label {
    top: -50%;
}
.select-float-label.has-focus label,
.floating-label.has-focus label {
    color: #642ba7;
}
/** Pseudo-placeholder */
.floating-label .pseudo-placeholder {
    position: absolute;
    left: 12px;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    pointer-events: none;
    transition: opacity .1s ease-in-out;
    color: #9d9d9d;
}

select {
    color: #9d9d9d;
}
select option{
    color: #9d9d9d;
}
.floating-label.is-floating .pseudo-placeholder {
    opacity: 0;
}

.floating-label-inside {
    position: relative;
    padding: 0 !important;
}
.floating-label-inside.is-floating label {
    top: 1PX;
    line-height: 100%;
    opacity: 1;
}
.floating-label-inside.has-focus label {
    opacity: 1 !important;
}
.floating-label-inside input {
    width: 100%;
}
.floating-label-inside label {
    position: absolute;
    top: 50%;
    margin: auto;
    pointer-events: none;
    transition: all .2s ease-in-out;
    -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
fieldset {
    border: none;
    min-width: auto;
}
fieldset legend {font-size: 2.3rem; line-height: 140%; margin-bottom: 18px;}
form label {
    color: #000;
}
form input[type="number"],
form input[type="text"],
form input[type="email"],
form textarea,
form select{
    width: 100%;
    background: #fff;
    border: none;
    padding: 12px 9px 9px;
    font-size: 1.8rem;
}
form input[type="text"]:active,
form input[type="email"]:active,
form textarea:active,
form select:active,
form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus,
form select:focus{
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.30);
}
form input[type=checkbox] {
    position: absolute;
    left: -200%;
    opacity: 0;
}
label.radio-label,
form label.ckbLabel {
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    display: block;
}
label.radio-label:before,
form label.ckbLabel:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 2px solid #d60692;
    background: transparent;
    margin-right: 10px;
    position: absolute;
    left: 0;
}
form input[type=checkbox]:focus + label {
    text-decoration: underline;
}
form input[type=checkbox]:focus + label:before {
}
input[type=radio]:checked + label:before,
form input[type=checkbox]:checked + label:before {
    background: transparent url(../images/graphics/check-pnk.svg) center no-repeat;
    background-size: 70%;
    content: "";
}
form button[type="submit"] {
    text-transform: none;
}
input[type=radio] {
    position: absolute;
    left: -10000%;
    opacity: 0;
}
label.radio-label {
    display: inline-block;
    cursor: pointer;
    margin-bottom: 12px;
}
label.radio-label:not(:last-of-type) {
    margin-right: 20px;
}
label.radio-label:before {
    border-radius: 100%;
}
.clearFix:before, .clearFix:after {
    content: "";
    display: table;
}
.clearFix:after {
    clear: both;
}

.cols70-30 .children-blocks .col:first-of-type > div {
    padding-left: 25px;
    padding-right: 25px;
}
@media only screen and (min-width: 920px) {
    .cols70-30 .children-blocks {
        -js-display: flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: -ms-flex-start;
        justify-content: flex-start;
    }
    .cols70-30 .children-blocks .col:first-of-type {
        flex: 1 1 auto;
    }
    .cols70-30 .children-blocks .col:last-of-type {
        flex: 0 1 310px;
        width: 310px;
        padding-left: 60px;
    }
}