.col-xxs-1of5, .col-1of5 {
    width: 20%
}

.col-xxs-2of5, .col-2of5 {
    width: 40%
}

.col-xxs-3of5, .col-3of5 {
    width: 60%
}

.col-xxs-4of5, .col-4of5 {
    width: 80%
}

@media (min-width: 480px) {
    .col-xs-1of5 {
        width: 20%
    }

    .col-xs-2of5 {
        width: 40%
    }

    .col-xs-3of5 {
        width: 60%
    }

    .col-xs-4of5 {
        width: 80%
    }
}

@media (min-width: 576px) {
    .col-sm-1of5 {
        width: 20%
    }

    .col-sm-2of5 {
        width: 40%
    }

    .col-sm-3of5 {
        width: 60%
    }

    .col-sm-4of5 {
        width: 80%
    }
}

@media (min-width: 768px) {
    .col-md-1of5 {
        width: 20%
    }

    .col-md-2of5 {
        width: 40%
    }

    .col-md-3of5 {
        width: 60%
    }

    .col-md-4of5 {
        width: 80%
    }
}

@media (min-width: 992px) {
    .col-lg-1of5 {
        width: 20%
    }

    .col-lg-2of5 {
        width: 40%
    }

    .col-lg-3of5 {
        width: 60%
    }

    .col-lg-4of5 {
        width: 80%
    }
}

@media (min-width: 1200px) {
    .col-xl-1of5 {
        width: 20%
    }

    .col-xl-2of5 {
        width: 40%
    }

    .col-xl-3of5 {
        width: 60%
    }

    .col-xl-4of5 {
        width: 80%
    }
}

@media (min-width: 1400px) {
    .col-xxl-1of5 {
        width: 20%
    }

    .col-xxl-2of5 {
        width: 40%
    }

    .col-xxl-3of5 {
        width: 60%
    }

    .col-xxl-4of5 {
        width: 80%
    }
}

@media (min-width: 1500px) {
    .col-xxxl-1of5 {
        width: 20%
    }

    .col-xxxl-2of5 {
        width: 40%
    }

    .col-xxxl-3of5 {
        width: 60%
    }

    .col-xxxl-4of5 {
        width: 80%
    }
}

@-webkit-keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.label-form, label {
    display: block;
    margin: 1rem 0 0.5rem 0;
    font-size: 2.8rem
}

@media (min-width: 480px) {
    .label-form, label {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .label-form, label {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .label-form, label {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .label-form, label {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .label-form, label {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .label-form, label {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .label-form, label {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .label-form, label {
        font-size: .8rem
    }
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

.form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
    width: 100%;
    padding: 0 1.5rem;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #1D1D1D;
    font-size: 2.8rem;
    border-radius: 2px
}

@media (min-width: 320px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        height: 8rem
    }
}

@media (min-width: 480px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        height: 5rem
    }
}

@media (min-width: 480px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .form-control, select, select.form-control, textarea, textarea.form-control, input[type="text"], input[type="number"], input[type="email"], input[type="password"] {
        font-size: .8rem
    }
}

.form-control::-webkit-input-placeholder, select::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder {
    color: #000
}

.form-control:-moz-placeholder, select:-moz-placeholder, select.form-control:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="password"]:-moz-placeholder {
    color: #000
}

.form-control::-moz-placeholder, select::-moz-placeholder, select.form-control::-moz-placeholder, textarea::-moz-placeholder, textarea.form-control::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder {
    color: #000
}

.form-control:-ms-input-placeholder, select:-ms-input-placeholder, select.form-control:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder {
    color: #000
}

.form-control:focus, select:focus, select.form-control:focus, textarea:focus, textarea.form-control:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="password"]:focus {
    outline: 0;
    border: 1px solid #532375
}

textarea.form-control, textarea {
    padding: 1.5rem
}

@media (min-width: 320px) {
    textarea.form-control, textarea {
        height: 20rem
    }
}

@media (min-width: 480px) {
    textarea.form-control, textarea {
        height: 18.18182rem
    }
}

@media (min-width: 545px) {
    textarea.form-control, textarea {
        height: 16.66667rem
    }
}

@media (min-width: 768px) {
    textarea.form-control, textarea {
        height: 15rem
    }
}

textarea.form-control:focus, textarea:focus {
    border: 1px solid #532375
}

input[type="submit"] {
    cursor: pointer
}

.required label:before {
    content: "*";
    display: inline-block;
    vertical-align: 0.6rem;
    margin: 0 2px 0 0;
    font-size: 2rem
}

@media (min-width: 480px) {
    .required label:before {
        font-size: 1.81818rem
    }
}

@media (min-width: 545px) {
    .required label:before {
        font-size: 1.66667rem
    }
}

@media (min-width: 768px) {
    .required label:before {
        font-size: 1.33333rem
    }
}

@media (min-width: 992px) {
    .required label:before {
        font-size: 1.25rem
    }
}

@media (min-width: 1200px) {
    .required label:before {
        font-size: 1.11111rem
    }
}

@media (min-width: 1400px) {
    .required label:before {
        font-size: 1rem
    }
}

@media (min-width: 1921px) {
    .required label:before {
        font-size: .8rem
    }
}

@media (min-width: 3200px) {
    .required label:before {
        font-size: .57143rem
    }
}

label.required:after {
    content: "*";
    display: inline-block;
    vertical-align: 0.6rem;
    margin: 0 2px 0 0;
    color: #532375;
    font-size: 2rem
}

@media (min-width: 480px) {
    label.required:after {
        font-size: 1.81818rem
    }
}

@media (min-width: 545px) {
    label.required:after {
        font-size: 1.66667rem
    }
}

@media (min-width: 768px) {
    label.required:after {
        font-size: 1.33333rem
    }
}

@media (min-width: 992px) {
    label.required:after {
        font-size: 1.25rem
    }
}

@media (min-width: 1200px) {
    label.required:after {
        font-size: 1.11111rem
    }
}

@media (min-width: 1400px) {
    label.required:after {
        font-size: 1rem
    }
}

@media (min-width: 1921px) {
    label.required:after {
        font-size: .8rem
    }
}

@media (min-width: 3200px) {
    label.required:after {
        font-size: .57143rem
    }
}

.file .uploader-upload {
    display: none
}

.file label {
    display: block;
    padding: 0 2rem;
    color: #8E8E8E;
    background: #FBFBFB;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    font-size: 2.8rem;
    border-radius: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
    outline: 0 !important
}

@media (min-width: 480px) {
    .file label {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .file label {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .file label {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .file label {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .file label {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .file label {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .file label {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .file label {
        font-size: .8rem
    }
}

@media (min-width: 320px) {
    .file label {
        height: 8rem
    }
}

@media (min-width: 480px) {
    .file label {
        height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .file label {
        height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .file label {
        height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .file label {
        height: 5rem
    }
}

@media (min-width: 320px) {
    .file label {
        line-height: 8rem
    }
}

@media (min-width: 480px) {
    .file label {
        line-height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .file label {
        line-height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .file label {
        line-height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .file label {
        line-height: 5rem
    }
}

.file label.active {
    background: #532375;
    color: #fff;
    color: transparent
}

.file .file-name {
    padding: 0 1rem 0;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: none;
    color: #fff;
    pointer-events: none
}

@media (min-width: 320px) {
    .file .file-name {
        line-height: 8rem
    }
}

@media (min-width: 480px) {
    .file .file-name {
        line-height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .file .file-name {
        line-height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .file .file-name {
        line-height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .file .file-name {
        line-height: 5rem
    }
}

.file-upload-list .file {
    display: none
}

.file-upload-list .file.show {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    display: block !important
}

.form-validation-error select, .form-validation-error .select2-container .select2-selection--single, .form-validation-error .selectric, .form-validation-error input[type="text"], .form-validation-error input[type="password"], .form-validation-error input[type="email"], .form-validation-error input[type="number"], .form-validation-error textarea, .Error:not(.form-validation-valid) select, .Error:not(.form-validation-valid) .select2-container .select2-selection--single, .Error:not(.form-validation-valid) .selectric, .Error:not(.form-validation-valid) input[type="text"], .Error:not(.form-validation-valid) input[type="password"], .Error:not(.form-validation-valid) input[type="email"], .Error:not(.form-validation-valid) input[type="number"], .Error:not(.form-validation-valid) textarea, .validation-error select, .validation-error .select2-container .select2-selection--single, .validation-error .selectric, .validation-error input[type="text"], .validation-error input[type="password"], .validation-error input[type="email"], .validation-error input[type="number"], .validation-error textarea {
    border: 1px solid #d40511 !important;
    -webkit-box-shadow: inset 0 0 0 1px #d40511;
    box-shadow: inset 0 0 0 1px #d40511;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 2;
    -webkit-animation-direction: normal;
    -moz-animation-name: blink;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 2;
    -moz-animation-direction: normal;
    -o-animation-name: blink;
    -o-animation-duration: 1s;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 2;
    -o-animation-direction: normal;
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-iteration-count: 2;
    animation-direction: normal
}

.form-validation-error .phone-number-row > div:first-child, .Error:not(.form-validation-valid) .phone-number-row > div:first-child, .validation-error .phone-number-row > div:first-child {
    margin-right: -2px
}

@-webkit-keyframes blink {
    0% {
        background: #fff
    }
    50% {
        background: #fec7ca
    }
    100% {
        background: #fff
    }
}

@keyframes blink {
    0% {
        background: #fff
    }
    50% {
        background: #fec7ca
    }
    100% {
        background: #fff
    }
}

div.form-validation-valid .FormErrorLabel, div.form-validation-valid .EditingFormErrorLabel {
    display: none
}

.ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
    font-size: 2.8rem;
    color: #d40511;
    display: block;
    margin: 0.5rem 0 0 0
}

@media (min-width: 480px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .ErrorLabel, .form-control-error, div.form-validation-error, .EditingFormErrorLabel {
        font-size: .8rem
    }
}

.radio input[type="radio"] {
    display: none
}

.radio input[type="radio"] + label {
    position: relative;
    padding: 0 0 1rem 25px;
    display: inline-block;
    margin: 0
}

.radio input[type="radio"] + label:before {
    content: "";
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background: #eeeff4;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #eeeff4;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms
}

.radio input[type="radio"] + label:after {
    content: "";
    display: block;
    left: 5px;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #532375;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms
}

.radio input[type="radio"]:checked + label:before {
    border: 1px solid #532375
}

.radio input[type="radio"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.checkbox input[type="checkbox"] {
    display: none
}

.checkbox input[type="checkbox"] + label {
    position: relative;
    padding: 0 0 1rem 25px;
    margin: 0;
    display: inline-block
}

.checkbox input[type="checkbox"] + label:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #cdcdcd;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms
}

.checkbox input[type="checkbox"] + label:after {
    content: "\e910";
    display: block;
    left: 3px;
    top: 5px;
    width: 8px;
    height: 8px;
    font-size: 12px;
    color: #532375;
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms
}

.checkbox input[type="checkbox"]:checked + label:before {
    border: 1px solid #532375
}

.checkbox input[type="checkbox"]:checked + label:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.row-form {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem
}

.row-form [class^="col-"] {
    padding-left: 1rem;
    padding-right: 1rem
}

.ajax-contact-form-error {
    color: red;
    padding-bottom: 2rem
}

.ajax-contact-form-success {
    padding: 2rem 0
}

.validation-error .validation {
    display: block !important;
    color: red;
    font-size: 2.8rem;
    margin-bottom: 5px
}

@media (min-width: 480px) {
    .validation-error .validation {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .validation-error .validation {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .validation-error .validation {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .validation-error .validation {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .validation-error .validation {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .validation-error .validation {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .validation-error .validation {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .validation-error .validation {
        font-size: .8rem
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important
}

@media (min-width: 768px) {
    .flat-country .select2-container {
        max-width: 450px
    }
}

@media (min-width: 1200px) {
    .flat-country .select2-container {
        max-width: 250px
    }
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    width: 100%;
    padding: 0 1.5rem;
    border: 1px solid #d5d5d5;
    background: #fff;
    color: #1D1D1D;
    margin: 0;
    font-size: 3rem;
    border-radius: 0
}

@media (min-width: 320px) {
    .select2-container .select2-selection--single {
        height: 8rem
    }
}

@media (min-width: 480px) {
    .select2-container .select2-selection--single {
        height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .select2-container .select2-selection--single {
        height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .select2-container .select2-selection--single {
        height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .select2-container .select2-selection--single {
        height: 5rem
    }
}

@media (min-width: 320px) {
    .select2-container .select2-selection--single {
        line-height: 8rem
    }
}

@media (min-width: 480px) {
    .select2-container .select2-selection--single {
        line-height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .select2-container .select2-selection--single {
        line-height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .select2-container .select2-selection--single {
        line-height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .select2-container .select2-selection--single {
        line-height: 5rem
    }
}

@media (min-width: 480px) {
    .select2-container .select2-selection--single {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    .select2-container .select2-selection--single {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .select2-container .select2-selection--single {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .select2-container .select2-selection--single {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    .select2-container .select2-selection--single {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .select2-container .select2-selection--single {
        font-size: 1.5rem
    }
}

@media (min-width: 1921px) {
    .select2-container .select2-selection--single {
        font-size: 1.2rem
    }
}

@media (min-width: 3200px) {
    .select2-container .select2-selection--single {
        font-size: .85714rem
    }
}

.select2-container .select2-selection--single::-webkit-input-placeholder {
    color: #000
}

.select2-container .select2-selection--single:-moz-placeholder {
    color: #000
}

.select2-container .select2-selection--single::-moz-placeholder {
    color: #000
}

.select2-container .select2-selection--single:-ms-input-placeholder {
    color: #000
}

.select2-container .select2-selection--single:focus {
    outline: 0
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir='rtl'] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #d5d5d5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 0.5em 2rem;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option:nth-child(odd) {
    background: #ededed
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 0.5rem 2rem
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    display: block;
    right: 1.5rem;
    top: 0;
    width: 15px;
    height: 100%;
    text-align: center;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: '\e901';
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
    display: block;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #cdcdcd;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    content: '';
    width: 1px;
    height: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: -24px;
    background-color: #cdcdcd;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.phone-number-row .select2-container {
    white-space: nowrap
}

.phone-number-row .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    display: none
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir='rtl'] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg)
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir='rtl'] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d5d5d5;
    outline: 0 !important
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role='group'] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled='true'] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected='true'] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #e3e3e3
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -o-linear-gradient(top, white 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eee));
    background-image: linear-gradient(to bottom, white 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir='rtl'] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -o-linear-gradient(top, white 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, white 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -o-linear-gradient(top, #eee 50%, white 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(white));
    background-image: linear-gradient(to bottom, #eee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir='rtl'] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role='group'] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled='true'] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

footer {
    background: #f5f5f5;
    padding: 30px 0
}

.footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 992px) {
    .footer-top {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.footer-top .footer-logo {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
    margin-bottom: 30px
}

@media (min-width: 992px) {
    .footer-top .footer-logo {
        padding-right: 1rem;
        width: auto;
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
        text-align: left
    }
}

.footer-top .footer-logo img {
    width: 170px
}

.footer-top .footer-nav {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 2.8rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width: 480px) {
    .footer-top .footer-nav {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .footer-top .footer-nav {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .footer-top .footer-nav {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .footer-top .footer-nav {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .footer-top .footer-nav {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .footer-top .footer-nav {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .footer-top .footer-nav {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .footer-top .footer-nav {
        font-size: .8rem
    }
}

@media (min-width: 992px) {
    .footer-top .footer-nav {
        border-left: 1px solid #d8d8d8;
        padding-left: 4rem
    }
}

.footer-top .footer-nav-col {
    width: 50%
}

@media (min-width: 545px) {
    .footer-top .footer-nav-col {
        width: auto
    }
}

.footer-top .footer-nav strong {
    display: block;
    margin-bottom: 5px;
    color: #505d68
}

.footer-top .footer-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0 15px 30px 0
}

@media (min-width: 992px) {
    .footer-top .footer-nav ul {
        margin-bottom: 0
    }
}

.footer-top .footer-nav ul li {
    max-width: 220px;
    color: #a1aeb7;
    padding: 5px 0
}

.footer-top .footer-nav ul li a {
    color: #a1aeb7;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.footer-top .footer-nav ul li a:hover {
    color: #532375
}

.footer-mid {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: 1px solid #d8d8d8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width: 992px) {
    .footer-mid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.footer-mid ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style-type: none;
    padding: 0;
    margin: 0 auto 0 0;
    margin-left: auto;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 992px) {
    .footer-mid ul {
        margin-left: 0;
        margin-bottom: 0
    }
}

.footer-mid ul li {
    margin-right: 15px
}

.footer-mid ul li:after {
    content: '|';
    margin-left: 15px;
    color: #000001
}

.footer-mid ul li:last-of-type {
    margin-right: 0
}

.footer-mid ul li:last-of-type:after {
    display: none
}

.footer-mid ul li a {
    color: #000001;
    font-size: 2.6rem
}

@media (min-width: 480px) {
    .footer-mid ul li a {
        font-size: 2.36364rem
    }
}

@media (min-width: 545px) {
    .footer-mid ul li a {
        font-size: 2.16667rem
    }
}

@media (min-width: 768px) {
    .footer-mid ul li a {
        font-size: 1.73333rem
    }
}

@media (min-width: 992px) {
    .footer-mid ul li a {
        font-size: 1.625rem
    }
}

@media (min-width: 1200px) {
    .footer-mid ul li a {
        font-size: 1.44444rem
    }
}

@media (min-width: 1400px) {
    .footer-mid ul li a {
        font-size: 1.3rem
    }
}

@media (min-width: 1921px) {
    .footer-mid ul li a {
        font-size: 1.04rem
    }
}

@media (min-width: 3200px) {
    .footer-mid ul li a {
        font-size: .74286rem
    }
}

.footer-mid ul li a:hover {
    text-decoration: underline
}

.footer-bot {
    padding-top: 25px;
    font-size: 2.6rem;
    color: #6d7278
}

@media (min-width: 480px) {
    .footer-bot {
        font-size: 2.36364rem
    }
}

@media (min-width: 545px) {
    .footer-bot {
        font-size: 2.16667rem
    }
}

@media (min-width: 768px) {
    .footer-bot {
        font-size: 1.73333rem
    }
}

@media (min-width: 992px) {
    .footer-bot {
        font-size: 1.625rem
    }
}

@media (min-width: 1200px) {
    .footer-bot {
        font-size: 1.44444rem
    }
}

@media (min-width: 1400px) {
    .footer-bot {
        font-size: 1.3rem
    }
}

@media (min-width: 1921px) {
    .footer-bot {
        font-size: 1.04rem
    }
}

@media (min-width: 3200px) {
    .footer-bot {
        font-size: .74286rem
    }
}

.footer-bot .footer-risk {
    position: relative;
    padding: 25px;
    position: relative;
    border: 4px solid #e7e7e7;
    margin-bottom: 10px
}

.footer-bot .footer-risk .label {
    position: absolute;
    display: inline-block;
    background: #f5f5f5;
    padding: 0 10px;
    color: #000001;
    font-weight: 700;
    left: 15px;
    top: -10px;
    text-transform: uppercase
}

.footer-bot .footer-copyright {
    text-align: right;
    margin-top: 20px;
    font-size: 2.2rem;
    color: #6d7278;
    font-family: "Montserrat", sans-serif
}

@media (min-width: 480px) {
    .footer-bot .footer-copyright {
        font-size: 2rem
    }
}

@media (min-width: 545px) {
    .footer-bot .footer-copyright {
        font-size: 1.83333rem
    }
}

@media (min-width: 768px) {
    .footer-bot .footer-copyright {
        font-size: 1.46667rem
    }
}

@media (min-width: 992px) {
    .footer-bot .footer-copyright {
        font-size: 1.375rem
    }
}

@media (min-width: 1200px) {
    .footer-bot .footer-copyright {
        font-size: 1.22222rem
    }
}

@media (min-width: 1400px) {
    .footer-bot .footer-copyright {
        font-size: 1.1rem
    }
}

@media (min-width: 1921px) {
    .footer-bot .footer-copyright {
        font-size: .88rem
    }
}

@media (min-width: 3200px) {
    .footer-bot .footer-copyright {
        font-size: .62857rem
    }
}

.footer .social-wrapper {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.footer .social-wrapper .social-item {
    color: #532375;
    margin-right: 15px
}

.footer .social-wrapper .social-item:last-of-type {
    margin-right: 0
}

.footer .social-wrapper .social-item:before {
    content: '';
    display: inline-block;
    width: 100%;
    font-size: 6.8rem;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (min-width: 480px) {
    .footer .social-wrapper .social-item:before {
        font-size: 6.18182rem
    }
}

@media (min-width: 545px) {
    .footer .social-wrapper .social-item:before {
        font-size: 5.66667rem
    }
}

@media (min-width: 768px) {
    .footer .social-wrapper .social-item:before {
        font-size: 4.53333rem
    }
}

@media (min-width: 992px) {
    .footer .social-wrapper .social-item:before {
        font-size: 4.25rem
    }
}

@media (min-width: 1200px) {
    .footer .social-wrapper .social-item:before {
        font-size: 3.77778rem
    }
}

@media (min-width: 1400px) {
    .footer .social-wrapper .social-item:before {
        font-size: 3.4rem
    }
}

@media (min-width: 1921px) {
    .footer .social-wrapper .social-item:before {
        font-size: 2.72rem
    }
}

@media (min-width: 3200px) {
    .footer .social-wrapper .social-item:before {
        font-size: 1.94286rem
    }
}

.footer .social-wrapper .social-item:hover:before {
    color: #00A78F
}

.footer .social-wrapper a[href*='twitter']:before {
    content: '\e913'
}

.footer .social-wrapper a[href*='facebook']:before {
    content: '\e903'
}

.footer .social-wrapper a[href*='linkedin']:before {
    content: '\e906'
}

.footer .social-wrapper a[href*='instagram']:before {
    content: '\e905'
}

.footer .social-wrapper a[href*='youtube']:before {
    content: '\e904'
}

.footer-logo-text {
    padding-top: 20px;
    text-align: center;
    font-size: 2.8rem
}

@media (min-width: 480px) {
    .footer-logo-text {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .footer-logo-text {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .footer-logo-text {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .footer-logo-text {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .footer-logo-text {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .footer-logo-text {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .footer-logo-text {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .footer-logo-text {
        font-size: .8rem
    }
}

@media (min-width: 992px) {
    .footer-logo-text {
        text-align: left;
        max-width: 220px
    }
}

.footer-logo-text strong {
    display: block;
    margin-bottom: 5px;
    color: #505d68
}

.footer-logo-text ul {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 0
}

@media (min-width: 992px) {
    .footer-logo-text ul {
        margin-bottom: 0
    }
}

.footer-logo-text ul li {
    max-width: 100%;
    color: #a1aeb7;
    padding: 5px 0
}

.footer-logo-text ul li a {
    color: #a1aeb7;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.footer-logo-text ul li a:hover {
    color: #532375
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

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

.image-content.narrow {
    max-width: 101rem;
    margin: 0 auto
}

.image-content-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

@media (min-width: 768px) {
    .image-content-text {
        width: 50%;
        padding-right: 7rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left
    }
}

.image-content-text h3 {
    margin-top: 0;
    margin-bottom: 1.5rem
}

.image-content-text .subtitle {
    margin: 0 0 4rem 0;
    font-family: "Montserrat", sans-serif;
    color: #505d68
}

@media (min-width: 320px) {
    .image-content-text .subtitle {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .image-content-text .subtitle {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .image-content-text .subtitle {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .image-content-text .subtitle {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .image-content-text .subtitle {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .image-content-text .subtitle {
        font-size: 2.2rem
    }
}

.image-content-text .subtitle.green {
    color: #29cdb0
}

.image-content-text .subtitle.purple {
    color: #532375
}

.image-content-text .text {
    color: #505d68
}

.image-content-text.inline-btns a, .image-content-text.inline-btns .btn-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.image-content-text.inline-btns .btn-wrap {
    margin: 5px 5px 5px 0
}

.image-content-image {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 4rem 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width: 768px) {
    .image-content-image {
        width: 50%;
        padding: 0
    }
}

.image-content-image a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image-content-image a.yt {
    position: relative;
    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
}

.image-content-image a.yt:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 1, 0.4);
    z-index: 1;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.image-content-image a.yt:after {
    content: '';
    position: absolute;
    width: 80px;
    height: 55px;
    background: url("/static/home/fonts/yt.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    z-index: 2;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.image-content-image a.yt:hover:before {
    background-color: rgba(0, 0, 1, 0.6)
}

.image-content-image a.yt:hover:after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.image-content.image-first .image-content-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 0 4rem 0
}

@media (min-width: 768px) {
    .image-content.image-first .image-content-image {
        padding: 0
    }
}

@media (min-width: 768px) {
    .image-content.image-first .image-content-text {
        padding: 0 0 0 7rem
    }
}

@media (min-width: 768px) {
    .image-content.emphasis-image .image-content-text {
        width: 40%
    }
}

@media (min-width: 768px) {
    .image-content.emphasis-image .image-content-image {
        width: 60%
    }
}

@media (min-width: 768px) {
    .image-content.emphasis-text .image-content-text {
        width: 60%
    }
}

@media (min-width: 768px) {
    .image-content.emphasis-text .image-content-image {
        width: 40%
    }
}

.image-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0
}

.image-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 1.4rem 0
}

main .image-content ul li:before {
    position: static;
    content: "";
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 10px;
    display: block;
    background: url("/static/home/images/bullet.svg") no-repeat;
    background-size: contain
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.animation-block {
    padding: 6rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.animation-block-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

@media (min-width: 768px) {
    .animation-block-content {
        width: 50%;
        padding-right: 4.5rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.animation-block-content h1, .animation-block-content h2, .animation-block-content h3, .animation-block-content h4 {
    margin-top: 0
}

.animation-block-content ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2rem 0
}

.animation-block-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 2.2rem 0
}

@media (min-width: 768px) {
    .animation-block-content ul li {
        width: 50%
    }
}

main .animation-block-content ul li:before {
    position: static;
    content: "";
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 10px;
    display: block;
    background: url("/static/home/images/bullet.svg") no-repeat;
    background-size: contain
}

.animation-block-content .btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 768px) {
    .animation-block-content .btn-wrap {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex
    }
}

.animation-block-content .btn-wrap .risk-notice {
    font-size: 2.2rem;
    font-weight: 400;
    display: inline-block;
    margin-top: 7px;
    font-family: "Montserrat", sans-serif
}

@media (min-width: 480px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: 2rem
    }
}

@media (min-width: 545px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: 1.83333rem
    }
}

@media (min-width: 768px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: 1.46667rem
    }
}

@media (min-width: 992px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: 1.375rem
    }
}

@media (min-width: 1200px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: 1.22222rem
    }
}

@media (min-width: 1400px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: 1.1rem
    }
}

@media (min-width: 1921px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: .88rem
    }
}

@media (min-width: 3200px) {
    .animation-block-content .btn-wrap .risk-notice {
        font-size: .62857rem
    }
}

.animation-block-content .btn-wrap.white-risk .risk-notice {
    color: #fff
}

.animation-block-content .btn-wrap.white-risk .risk-notice a {
    color: #fff
}

.animation-block-content .btn-primary {
    text-transform: none
}

.animation-block-animation {
    width: 100%;
    position: relative;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 300px
}

@media (min-width: 768px) {
    .animation-block-animation {
        width: 50%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: auto
    }
}

.animation-block-animation .background-shadow {
    position: absolute;
    height: 22rem !important;
    width: 22rem;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: pulse 3s infinite;
    animation: pulse 3s infinite;
    border-radius: 50%
}

.animation-block-animation img {
    position: absolute;
    height: 50rem !important;
    min-width: 50rem;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-user-drag: none
}

.animation-block-animation.loaded img:nth-child(4) {
    animation: layer 15s infinite linear reverse
}

.animation-block-animation.loaded img:nth-child(5) {
    animation: layer 22s infinite linear reverse
}

.animation-block-animation.loaded img:nth-child(6) {
    -webkit-animation: layer 20s infinite linear;
    animation: layer 20s infinite linear
}

.animation-block-animation.loaded img:nth-child(7) {
    -webkit-animation: layer 10s infinite linear;
    animation: layer 10s infinite linear
}

.animation-block-animation.loaded img:nth-child(8) {
    -webkit-animation: layer 16s infinite linear;
    animation: layer 16s infinite linear
}

.animation-block-animation.loaded img:nth-child(9) {
    -webkit-animation: layer 26s infinite linear;
    animation: layer 26s infinite linear
}

.animation-block-animation.loaded img:nth-child(10) {
    animation: layer 8s infinite linear reverse
}

.animation-block-animation.loaded img:nth-child(11) {
    animation: layer 24s infinite linear reverse
}

@-webkit-keyframes layer {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes layer {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
        transform: translate(-50%, -50%) rotate(0)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-50%, -50%) scale(0.95);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
    }
    70% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.3)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-50%, -50%) scale(0.95);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-50%, -50%) scale(0.95);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
    }
    70% {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 45px rgba(0, 0, 0, 0.3)
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(0.95);
        transform: translate(-50%, -50%) scale(0.95);
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3)
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.award-wrap {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 15px 10px
}

.award {
    display: block;
    height: 100%;
    text-align: center;
    padding: 20px;
    border-radius: 3px;
    background: white;
    text-decoration: none;
    color: #1D1D1D;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}



.award-image img {
    width: 90px;
    height: 90px !important;
    -o-object-fit: contain;
    object-fit: contain;
    font-size: 10px
}

@media (min-width: 1200px) {
    .award-image img {
        width: 165px;
        height: auto;
    }
}

.award-image  {

}

.award-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 30px
}

.award-title {
    line-height: 1.3;
    font-size: 4rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}

@media (min-width: 480px) {
    .award-title {
        font-size: 3.63636rem
    }
}

@media (min-width: 545px) {
    .award-title {
        font-size: 3.33333rem
    }
}

@media (min-width: 768px) {
    .award-title {
        font-size: 2.66667rem
    }
}

@media (min-width: 992px) {
    .award-title {
        font-size: 2.5rem
    }
}

@media (min-width: 1200px) {
    .award-title {
        font-size: 2.22222rem
    }
}

@media (min-width: 1400px) {
    .award-title {
        font-size: 2rem
    }
}

@media (min-width: 1921px) {
    .award-title {
        font-size: 1.6rem
    }
}

@media (min-width: 3200px) {
    .award-title {
        font-size: 1.14286rem
    }
}

.award-description {
    font-size: 2.8rem
}

@media (min-width: 480px) {
    .award-description {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .award-description {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .award-description {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .award-description {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .award-description {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .award-description {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .award-description {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .award-description {
        font-size: .8rem
    }
}

.award:hover, .award:focus {
    -webkit-box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4);
    box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4);
    color: #1D1D1D
}

body.JAJP .award .award-title {
    font-size: 3.4rem
}

@media (min-width: 480px) {
    body.JAJP .award .award-title {
        font-size: 3.09091rem
    }
}

@media (min-width: 545px) {
    body.JAJP .award .award-title {
        font-size: 2.83333rem
    }
}

@media (min-width: 768px) {
    body.JAJP .award .award-title {
        font-size: 2.26667rem
    }
}

@media (min-width: 992px) {
    body.JAJP .award .award-title {
        font-size: 2.125rem
    }
}

@media (min-width: 1200px) {
    body.JAJP .award .award-title {
        font-size: 1.88889rem
    }
}

@media (min-width: 1400px) {
    body.JAJP .award .award-title {
        font-size: 1.7rem
    }
}

@media (min-width: 1921px) {
    body.JAJP .award .award-title {
        font-size: 1.36rem
    }
}

@media (min-width: 3200px) {
    body.JAJP .award .award-title {
        font-size: .97143rem
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

section.awards-list {
    display: grid;
    grid-template-columns:1fr;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 20px
}

@media (min-width: 545px) {
    section.awards-list {
        grid-template-columns:repeat(2, 1fr)
    }
}

@media (min-width: 1200px) {
    section.awards-list {
        grid-template-columns:repeat(3, 1fr)
    }
}

section.awards-list .awards-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: white
}

section.awards-list .awards-box-item .item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 35%
}

section.awards-list .awards-box-item .item-image img {
    width: 100%;
    height: auto;
    max-height: 140px;
    font-size: 10px
}

section.awards-list .awards-box-item .item-texts {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

section.awards-list .awards-box-item .item-texts > h3 {
    padding: 0;
    margin: 0;
    line-height: 1.3;
    font-size: 3.2rem;
    font-weight: bold;
    color: black
}

@media (min-width: 480px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    section.awards-list .awards-box-item .item-texts > h3 {
        font-size: .91429rem
    }
}

section.awards-list .awards-box-item .item-texts > h4 {
    padding: 5px 0 0 0;
    margin: 0;
    line-height: 1.3;
    font-size: 3.2rem;
    font-weight: normal;
    color: black
}

@media (min-width: 480px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    section.awards-list .awards-box-item .item-texts > h4 {
        font-size: .91429rem
    }
}

section.awards-list .awards-box-item .item-texts > .description {
    padding: 5px 0 0 0;
    margin: 0;
    line-height: 1.4;
    font-size: 3rem;
    color: #17A990
}

@media (min-width: 480px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: 1.5rem
    }
}

@media (min-width: 1921px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: 1.2rem
    }
}

@media (min-width: 3200px) {
    section.awards-list .awards-box-item .item-texts > .description {
        font-size: .85714rem
    }
}

section.awards-list a.awards-box-item {
    text-decoration: none;
    color: #1D1D1D;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

section.awards-list a.awards-box-item:hover {
    background: #F5F5F5
}

.tile {
    display: block;
    color: inherit;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    font-size: 3rem
}

@media (min-width: 480px) {
    .tile {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    .tile {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .tile {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .tile {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    .tile {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .tile {
        font-size: 1.5rem
    }
}

@media (min-width: 1921px) {
    .tile {
        font-size: 1.2rem
    }
}

@media (min-width: 3200px) {
    .tile {
        font-size: .85714rem
    }
}

.tile-title {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px;
    font-weight: 700
}

@media (min-width: 768px) {
    .tile-title {
        min-height: 50px
    }
}

.tile-image {
    display: block;
    max-width: 200px;
    margin: 0 auto 20px
}

.tile-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 70%;
    max-height: 100%
}

.tile-perex {
    display: block
}

@media (min-width: 768px) {
    .tile {
        padding: 20px
    }
}

a.tile:hover, a.tile:focus {
    color: inherit;
    -webkit-box-shadow: 1px 4px 14px rgba(103, 83, 83, 0.21);
    box-shadow: 1px 4px 14px rgba(103, 83, 83, 0.21)
}

a.tile.tile-framed-hover {
    border: 1px solid transparent;
    border-radius: 0
}

a.tile.tile-framed-hover:hover, a.tile.tile-framed-hover:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #532375;
    background: #fafafa
}

.tile-frame {
    display: block;
    border: 1px solid #d9d9d9;
    height: 100%;
    border-radius: 10px
}

.tile-frame-highlight {
    border-color: #532375;
    border: none;
    position: relative
}

.tile-frame-highlight .tile {
    display: block;
    position: relative;
    top: 1px;
    left: 1px;
    z-index: 1;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    background: #fff;
    border-radius: 9px
}

.tile-frame-highlight::before {
    content: '';
    display: block;
    background: -o-linear-gradient(325deg, #8a29d5 1%, #0aedc5 100%);
    background: linear-gradient(125deg, #8a29d5 1%, #0aedc5 100%);
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px
}

a.tile-frame {
    color: #1D1D1D;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}

a.tile-frame:hover, a.tile-frame:focus {
    -webkit-box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4);
    box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4)
}

.tile-large .tile-title {
    max-width: none;
    font-size: 3.6rem
}

@media (min-width: 480px) {
    .tile-large .tile-title {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .tile-large .tile-title {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .tile-large .tile-title {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .tile-large .tile-title {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .tile-large .tile-title {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .tile-large .tile-title {
        font-size: 1.8rem
    }
}

@media (min-width: 1921px) {
    .tile-large .tile-title {
        font-size: 1.44rem
    }
}

@media (min-width: 3200px) {
    .tile-large .tile-title {
        font-size: 1.02857rem
    }
}

@media (min-width: 768px) {
    .tile-large {
        padding: 60px 70px
    }
}

.benefit-tile {
    max-width: 300px;
    margin: auto
}

.benefit-tile .tile-image {
    max-width: 170px
}

@media (min-width: 1921px) {
    .benefit-tile {
        max-width: initial;
        padding: 35px 0
    }
}

.benefit-tile .tile-title {
    font-size: 3.2rem
}

@media (min-width: 480px) {
    .benefit-tile .tile-title {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .benefit-tile .tile-title {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .benefit-tile .tile-title {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .benefit-tile .tile-title {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .benefit-tile .tile-title {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .benefit-tile .tile-title {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .benefit-tile .tile-title {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .benefit-tile .tile-title {
        font-size: .91429rem
    }
}

.plan-tile {
    text-align: left
}

.plan-tile .tile-title {
    min-height: 0;
    color: #532375;
    margin: 0 0 1rem
}

.step-tile .tile-title {
    margin: 0 auto 2rem;
    min-height: 0
}

.benefit-check-wrap {
    position: relative;
    padding: 4rem 0 4rem 50px;
    max-width: 450px
}

@media (min-width: 545px) {
    .benefit-check-wrap {
        padding-left: 100px
    }
}

.benefit-check-wrap:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    min-width: 30px;
    left: 0;
    top: 4rem;
    display: block;
    background: url("/static/home/fonts/bullet.svg");
    background-repeat: no-repeat;
    background-size: contain
}

@media (min-width: 545px) {
    .benefit-check-wrap:before {
        left: 50px
    }
}

.benefit-check-wrap .benefit-name {
    font-size: 4.2rem;
    font-weight: 700;
    margin-bottom: 10px
}

@media (min-width: 480px) {
    .benefit-check-wrap .benefit-name {
        font-size: 3.81818rem
    }
}

@media (min-width: 545px) {
    .benefit-check-wrap .benefit-name {
        font-size: 3.5rem
    }
}

@media (min-width: 768px) {
    .benefit-check-wrap .benefit-name {
        font-size: 2.8rem
    }
}

@media (min-width: 992px) {
    .benefit-check-wrap .benefit-name {
        font-size: 2.625rem
    }
}

@media (min-width: 1200px) {
    .benefit-check-wrap .benefit-name {
        font-size: 2.33333rem
    }
}

@media (min-width: 1400px) {
    .benefit-check-wrap .benefit-name {
        font-size: 2.1rem
    }
}

@media (min-width: 1921px) {
    .benefit-check-wrap .benefit-name {
        font-size: 1.68rem
    }
}

@media (min-width: 3200px) {
    .benefit-check-wrap .benefit-name {
        font-size: 1.2rem
    }
}

.benefit-check-wrap .benefit-info {
    color: #4c4c4c;
    font-size: 3rem
}

@media (min-width: 480px) {
    .benefit-check-wrap .benefit-info {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    .benefit-check-wrap .benefit-info {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .benefit-check-wrap .benefit-info {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .benefit-check-wrap .benefit-info {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    .benefit-check-wrap .benefit-info {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .benefit-check-wrap .benefit-info {
        font-size: 1.5rem
    }
}

@media (min-width: 1921px) {
    .benefit-check-wrap .benefit-info {
        font-size: 1.2rem
    }
}

@media (min-width: 3200px) {
    .benefit-check-wrap .benefit-info {
        font-size: .85714rem
    }
}

.benefits-noimg-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% + 36px);
    margin: 0 -18px;
    overflow: hidden
}

.benefit-noimg-wrap {
    width: 100%;
    padding: 18px
}

@media (min-width: 545px) {
    .benefit-noimg-wrap {
        width: 50%
    }
}

@media (min-width: 1200px) {
    .benefit-noimg-wrap {
        width: 25%
    }
}

.benefit-noimg-wrap .benefit-noimg {
    padding: 3rem;
    -webkit-box-shadow: 0 2px 4px rgba(10, 7, 2, 0.22);
    box-shadow: 0 2px 4px rgba(10, 7, 2, 0.22);
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    height: 100%
}

.benefit-noimg-wrap .benefit-name {
    color: #000001;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    font-size: 4.4rem
}

@media (min-width: 480px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 2.93333rem
    }
}

@media (min-width: 992px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 2.75rem
    }
}

@media (min-width: 1200px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 2.44444rem
    }
}

@media (min-width: 1400px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 2.2rem
    }
}

@media (min-width: 1921px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 1.76rem
    }
}

@media (min-width: 3200px) {
    .benefit-noimg-wrap .benefit-name {
        font-size: 1.25714rem
    }
}

.benefit-noimg-wrap .benefit-noimg:hover {
    background-color: #852dc4;
    color: #fff
}

.benefit-noimg-wrap .benefit-noimg:hover .benefit-name {
    color: #fff
}

.assets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.assets .asset {
    border: 1px solid #959595;
    margin: 2rem;
    display: inline-block;
    width: calc(100% - 4rem);
    color: #4c4c4c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 30px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px
}

@media (min-width: 545px) {
    .assets .asset {
        width: calc(50% - 4rem)
    }
}

@media (min-width: 992px) {
    .assets .asset {
        width: calc(25% - 4rem)
    }
}

.assets .asset-img {
    max-width: 100%;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 0;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s
}

.assets .asset-name {
    color: #4c4c4c;
    font-size: 4.4rem;
    font-weight: 700;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s
}

@media (min-width: 480px) {
    .assets .asset-name {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    .assets .asset-name {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    .assets .asset-name {
        font-size: 2.93333rem
    }
}

@media (min-width: 992px) {
    .assets .asset-name {
        font-size: 2.75rem
    }
}

@media (min-width: 1200px) {
    .assets .asset-name {
        font-size: 2.44444rem
    }
}

@media (min-width: 1400px) {
    .assets .asset-name {
        font-size: 2.2rem
    }
}

@media (min-width: 1921px) {
    .assets .asset-name {
        font-size: 1.76rem
    }
}

@media (min-width: 3200px) {
    .assets .asset-name {
        font-size: 1.25714rem
    }
}

.assets .asset:hover .asset-name {
    color: #29cdb0
}

.assets .asset:hover .asset-img {
    padding-top: 0;
    padding-bottom: 10px
}

.benefits-triangle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem
}

.benefit-triangle-wrap {
    width: 100%;
    padding: 2rem
}

@media (min-width: 545px) {
    .benefit-triangle-wrap {
        width: 50%
    }
}

@media (min-width: 992px) {
    .benefit-triangle-wrap {
        width: 33.333%
    }
}

.benefit-triangle-wrap .benefit-triangle {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    position: relative;
    padding: 6rem 5.5rem 7rem 4rem;
    overflow: hidden;
    height: 100%
}

.benefit-triangle-wrap .benefit-image {
    position: absolute;
    width: 30rem;
    height: 30rem;
    top: -19rem;
    right: -16rem;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    background-color: #d8d8d8;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat
}

.benefit-triangle-wrap .benefit-image:before {
    content: '';
    padding-bottom: 100%;
    width: 100%;
    display: inline-block
}

.benefit-triangle-wrap .benefit-name {
    color: #505d68;
    font-size: 4.4rem;
    font-weight: 700;
    padding-bottom: 5rem
}

@media (min-width: 480px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 2.93333rem
    }
}

@media (min-width: 992px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 2.75rem
    }
}

@media (min-width: 1200px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 2.44444rem
    }
}

@media (min-width: 1400px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 2.2rem
    }
}

@media (min-width: 1921px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 1.76rem
    }
}

@media (min-width: 3200px) {
    .benefit-triangle-wrap .benefit-name {
        font-size: 1.25714rem
    }
}

.benefit-triangle-wrap .benefit-info {
    font-size: 3rem;
    line-height: 4.8rem
}

@media (min-width: 480px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: 1.5rem
    }
}

@media (min-width: 1921px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: 1.2rem
    }
}

@media (min-width: 3200px) {
    .benefit-triangle-wrap .benefit-info {
        font-size: .85714rem
    }
}

@media (min-width: 480px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 4.36364rem
    }
}

@media (min-width: 545px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 4rem
    }
}

@media (min-width: 768px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 3.2rem
    }
}

@media (min-width: 992px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 3rem
    }
}

@media (min-width: 1200px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 2.66667rem
    }
}

@media (min-width: 1400px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 2.4rem
    }
}

@media (min-width: 1921px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 1.92rem
    }
}

@media (min-width: 3200px) {
    .benefit-triangle-wrap .benefit-info {
        line-height: 1.37143rem
    }
}

@media (min-width: 992px) {
    .wrap-50 .benefit-triangle-wrap {
        width: 50%
    }
}

.benefits-tiles-img-first-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem)
}

.benefit-tiles-img-first-wrap {
    width: 100%;
    padding: 2rem
}

@media (min-width: 545px) {
    .benefit-tiles-img-first-wrap {
        width: 50%
    }
}

.benefit-tiles-img-first-wrap .benefit-tiles-img-first {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 4rem;
    height: 100%
}

.benefit-tiles-img-first-wrap .benefit-image {
    height: 6rem;
    width: 6rem
}

.benefit-tiles-img-first-wrap .benefit-name {
    font-size: 4.4rem;
    font-weight: 700;
    margin: 1rem 0
}

@media (min-width: 480px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 2.93333rem
    }
}

@media (min-width: 992px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 2.75rem
    }
}

@media (min-width: 1200px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 2.44444rem
    }
}

@media (min-width: 1400px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 2.2rem
    }
}

@media (min-width: 1921px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 1.76rem
    }
}

@media (min-width: 3200px) {
    .benefit-tiles-img-first-wrap .benefit-name {
        font-size: 1.25714rem
    }
}

.benefit-tiles-img-first-wrap .benefit-info {
    font-size: 3rem;
    line-height: 4.4rem
}

@media (min-width: 480px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: 1.5rem
    }
}

@media (min-width: 1921px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: 1.2rem
    }
}

@media (min-width: 3200px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        font-size: .85714rem
    }
}

@media (min-width: 480px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 4rem
    }
}

@media (min-width: 545px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 3.66667rem
    }
}

@media (min-width: 768px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 2.93333rem
    }
}

@media (min-width: 992px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 2.75rem
    }
}

@media (min-width: 1200px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 2.44444rem
    }
}

@media (min-width: 1400px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 2.2rem
    }
}

@media (min-width: 1921px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 1.76rem
    }
}

@media (min-width: 3200px) {
    .benefit-tiles-img-first-wrap .benefit-info {
        line-height: 1.25714rem
    }
}

.benefit-tiles-img-first-wrap .benefit-info a, .benefit-tiles-img-first-wrap .benefit-info .marker {
    color: #852dc4
}

.benefit-tiles-img-first-wrap .benefit-info a {
    text-decoration: underline
}

.benefit-tiles-img-first-wrap .benefit-info a:hover {
    text-decoration: none
}

@media (min-width: 1921px) {
    .RURU .h4.tile-title {
        font-size: 2rem !important
    }
}

.switch-tables {
    text-align: center
}

.switch-tables .switch-tabs {
    display: block;
    margin: 0 0 2.5rem;
    max-width: none
}

.switch-tables .switch-tabs a, .switch-tables .switch-tabs .switch-item-tab {
    display: block;
    padding: 2rem;
    border: 1px solid #ddd;
    font-weight: 700;
    color: #1D1D1D;
    margin: 0 auto -1px;
    min-width: 250px;
    max-width: 300px;
    text-align: center
}

.switch-tables .switch-tabs a:first-child, .switch-tables .switch-tabs .switch-item-tab:first-child {
    border-radius: 5px 5px 0 0
}

.switch-tables .switch-tabs a:last-child, .switch-tables .switch-tabs .switch-item-tab:last-child {
    border-radius: 0 0 5px 5px
}

.switch-tables .switch-tabs a.active, .switch-tables .switch-tabs .switch-item-tab.active {
    background: #532375;
    color: #fff
}

.switch-tables .switch-content {
    margin: 4rem 0 0;
    max-width: none
}

.switch-tables .switch-content table {
    text-align: left;
    width: 100% !important;
    border: none !important;
    color: #4c4c4c;
    font-size: 3.2rem;
    margin-bottom: 2rem
}

@media (min-width: 480px) {
    .switch-tables .switch-content table {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .switch-tables .switch-content table {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .switch-tables .switch-content table {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .switch-tables .switch-content table {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .switch-tables .switch-content table {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .switch-tables .switch-content table {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .switch-tables .switch-content table {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .switch-tables .switch-content table {
        font-size: .91429rem
    }
}

.switch-tables .switch-content table tr {
    border: none
}

.switch-tables .switch-content table tr td, .switch-tables .switch-content table tr th {
    border: 1px solid #d0d0d0;
    border-width: 0 0 1px;
    padding: 3.5rem 2rem
}

.switch-tables .switch-content table tr td img, .switch-tables .switch-content table tr th img {
    max-width: 150px
}

.switch-tables .switch-content table tr td:last-of-type {
    padding-right: 0
}

.switch-tables .switch-content table tr td:last-of-type a {
    letter-spacing: normal;
    text-align: center;
    padding: 1.5rem 2.5rem;
    background: none;
    border-color: #29cdb0;
    color: #29cdb0;
    white-space: nowrap;
    border: 2px solid
}

.switch-tables .switch-content table tr td:last-of-type a:focus, .switch-tables .switch-content table tr td:last-of-type a:hover {
    text-decoration: none;
    background: #168e7d;
    color: #FFF;
    border-color: #168e7d
}

.switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
    padding: 0 2rem 4rem;
    color: #532375
}

@media (min-width: 320px) {
    .switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
        font-size: 3.4rem
    }
}

@media (min-width: 480px) {
    .switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
        font-size: 3.09091rem
    }
}

@media (min-width: 545px) {
    .switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
        font-size: 2.83333rem
    }
}

@media (min-width: 768px) {
    .switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
        font-size: 2.26667rem
    }
}

@media (min-width: 992px) {
    .switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
        font-size: 2.125rem
    }
}

@media (min-width: 1200px) {
    .switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
        font-size: 1.88889rem
    }
}

@media (min-width: 1400px) {
    .switch-tables .switch-content table thead tr td, .switch-tables .switch-content table tr th {
        font-size: 1.8rem
    }
}

@media (min-width: 768px) {
    .switch-tables .switch-tabs {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .switch-tables .switch-tabs a {
        margin: 0 0 0 -1px
    }

    .switch-tables .switch-tabs a:first-child {
        border-radius: 5px 0 0 5px
    }

    .switch-tables .switch-tabs a:last-child {
        border-radius: 0 5px 5px 0
    }
}

.switch-init {
    display: none
}

.switch-init.active {
    display: block
}

.contact-list .contact-item {
    padding: 0 0 3rem
}

.contact-list .contact-item-title {
    font-weight: 700;
    margin: 0 0 1.5rem
}

.contact-list .contact-item-content {
    position: relative;
    padding: 0 0 0 40px
}

.contact-list .contact-item-content::before {
    content: '\e907';
    position: absolute;
    top: 2px;
    left: 0;
    color: #00A78F;
    font-size: 5rem
}

@media (min-width: 480px) {
    .contact-list .contact-item-content::before {
        font-size: 4.54545rem
    }
}

@media (min-width: 545px) {
    .contact-list .contact-item-content::before {
        font-size: 4.16667rem
    }
}

@media (min-width: 768px) {
    .contact-list .contact-item-content::before {
        font-size: 3.33333rem
    }
}

@media (min-width: 992px) {
    .contact-list .contact-item-content::before {
        font-size: 3.125rem
    }
}

@media (min-width: 1200px) {
    .contact-list .contact-item-content::before {
        font-size: 2.77778rem
    }
}

@media (min-width: 1400px) {
    .contact-list .contact-item-content::before {
        font-size: 2.5rem
    }
}

@media (min-width: 1921px) {
    .contact-list .contact-item-content::before {
        font-size: 2rem
    }
}

@media (min-width: 3200px) {
    .contact-list .contact-item-content::before {
        font-size: 1.42857rem
    }
}

.social-list {
    text-align: center
}

.social-list a {
    display: inline-block;
    margin: 0 15px 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.social-list a:hover, .social-list a:focus {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.social-list .widget-content-before {
    margin: 0 0 5rem
}

.social-list .widget-content-before h2 {
    margin: 0 0 10px;
    max-width: none
}

.flag-switch .widget-content-before {
    color: #8E8E8E;
    display: block;
    margin: 0 0 4rem
}

@media (min-width: 320px) {
    .flag-switch .widget-content-before {
        font-size: 4.6rem
    }
}

@media (min-width: 480px) {
    .flag-switch .widget-content-before {
        font-size: 4.18182rem
    }
}

@media (min-width: 545px) {
    .flag-switch .widget-content-before {
        font-size: 3.83333rem
    }
}

@media (min-width: 768px) {
    .flag-switch .widget-content-before {
        font-size: 3.06667rem
    }
}

@media (min-width: 992px) {
    .flag-switch .widget-content-before {
        font-size: 2.875rem
    }
}

@media (min-width: 1200px) {
    .flag-switch .widget-content-before {
        font-size: 2.7rem
    }
}

@media (min-width: 320px) {
    .flag-switch .flag-item-content {
        font-size: 4rem
    }
}

@media (min-width: 480px) {
    .flag-switch .flag-item-content {
        font-size: 3.63636rem
    }
}

@media (min-width: 545px) {
    .flag-switch .flag-item-content {
        font-size: 3.33333rem
    }
}

@media (min-width: 768px) {
    .flag-switch .flag-item-content {
        font-size: 2.66667rem
    }
}

@media (min-width: 992px) {
    .flag-switch .flag-item-content {
        font-size: 2.5rem
    }
}

@media (min-width: 1200px) {
    .flag-switch .flag-item-content {
        font-size: 2.4rem
    }
}

@media (min-width: 320px) {
    .flag-switch .flag-item-content {
        line-height: 7rem
    }
}

@media (min-width: 480px) {
    .flag-switch .flag-item-content {
        line-height: 6.36364rem
    }
}

@media (min-width: 545px) {
    .flag-switch .flag-item-content {
        line-height: 5.83333rem
    }
}

@media (min-width: 768px) {
    .flag-switch .flag-item-content {
        line-height: 4.66667rem
    }
}

@media (min-width: 992px) {
    .flag-switch .flag-item-content {
        line-height: 4.375rem
    }
}

@media (min-width: 1200px) {
    .flag-switch .flag-item-content {
        line-height: 4rem
    }
}

.flag-switch .flag-item-content-prefix {
    font-size: 3.4rem
}

@media (min-width: 480px) {
    .flag-switch .flag-item-content-prefix {
        font-size: 3.09091rem
    }
}

@media (min-width: 545px) {
    .flag-switch .flag-item-content-prefix {
        font-size: 2.83333rem
    }
}

@media (min-width: 768px) {
    .flag-switch .flag-item-content-prefix {
        font-size: 2.26667rem
    }
}

@media (min-width: 992px) {
    .flag-switch .flag-item-content-prefix {
        font-size: 2.125rem
    }
}

@media (min-width: 1200px) {
    .flag-switch .flag-item-content-prefix {
        font-size: 1.88889rem
    }
}

@media (min-width: 1400px) {
    .flag-switch .flag-item-content-prefix {
        font-size: 1.7rem
    }
}

@media (min-width: 1921px) {
    .flag-switch .flag-item-content-prefix {
        font-size: 1.36rem
    }
}

@media (min-width: 3200px) {
    .flag-switch .flag-item-content-prefix {
        font-size: .97143rem
    }
}

.flag-switch .flag-item-content-phone a {
    color: inherit
}

.flag-switch .flag-item-content-email a {
    color: #532375;
    text-decoration: underline
}

.flag-switch .flag-tabs a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin: 0 3% 15px 0;
    color: #1D1D1D;
    width: 100%;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms
}

@media (min-width: 480px) {
    .flag-switch .flag-tabs a {
        width: 45%
    }
}

@media (min-width: 992px) {
    .flag-switch .flag-tabs a {
        width: 30%
    }
}

.flag-switch .flag-tabs a:hover, .flag-switch .flag-tabs a.active {
    color: #1D1D1D;
    -webkit-box-shadow: 0 13px 15px rgba(103, 83, 83, 0.21);
    box-shadow: 0 13px 15px rgba(103, 83, 83, 0.21)
}

.flag-switch .flag-tabs a.active {
    background: #fff
}

.flag-switch .flag-tabs .flag-item-tab {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flag-switch .flag-tabs .flag-item-tab-image {
    width: 90px;
    background-size: contain !important;
    background-position: left center;
    background-repeat: no-repeat
}

.col-lg-8.size-small .form-wrapper-wide {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

@media (max-width: 1199px) {
    #contact-us + .widget-container .col-12.col-md-6.col-lg-4.size-medium {
        display: none !important
    }
}

@media (max-width: 1199px) {
    #contact-us + .widget-container .col-12.col-md-6.col-lg-8.size-small {
        width: 100% !important;
        max-width: 100% !important
    }
}

@media (max-width: 1199px) {
    #contact-us + .widget-container .widget-content > .row.align-items-center {
        display: block
    }

    #contact-us + .widget-container .widget-content > .row.align-items-center .form-wrapper.form-wrapper-wide {
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 1199px) {
    #contact-us + .widget-container .widget-content > .row.align-items-center .col-12.col-sm-6:last-of-type {
        max-width: 100% !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

#contact-us + .widget-container h2 {
    max-width: 100%
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.downloads-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -2.5rem;
    max-width: calc(100% + 5rem)
}

.download-wrap {
    padding: 2.5rem;
    width: 100%
}

@media (min-width: 768px) {
    .download-wrap {
        width: 50%
    }
}

.downloads-wrap .download {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    padding: 5rem 16rem 4rem 5rem;
    position: relative;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.downloads-wrap .download-name {
    font-weight: 700;
    color: #4c4c4c;
    margin-bottom: 4rem;
    display: inline-block
}

@media (min-width: 320px) {
    .downloads-wrap .download-name {
        font-size: 4rem
    }
}

@media (min-width: 480px) {
    .downloads-wrap .download-name {
        font-size: 3.63636rem
    }
}

@media (min-width: 545px) {
    .downloads-wrap .download-name {
        font-size: 3.33333rem
    }
}

@media (min-width: 768px) {
    .downloads-wrap .download-name {
        font-size: 2.66667rem
    }
}

@media (min-width: 992px) {
    .downloads-wrap .download-name {
        font-size: 2.6rem
    }
}

@media (min-width: 320px) {
    .downloads-wrap .download-name {
        line-height: 5.2rem
    }
}

@media (min-width: 480px) {
    .downloads-wrap .download-name {
        line-height: 4.72727rem
    }
}

@media (min-width: 545px) {
    .downloads-wrap .download-name {
        line-height: 4.33333rem
    }
}

@media (min-width: 768px) {
    .downloads-wrap .download-name {
        line-height: 3.46667rem
    }
}

@media (min-width: 992px) {
    .downloads-wrap .download-name {
        line-height: 3.25rem
    }
}

@media (min-width: 1200px) {
    .downloads-wrap .download-name {
        line-height: 3.2rem
    }
}

@media (min-width: 768px) {
    .downloads-wrap .download-name {
        max-width: 24rem
    }
}

.downloads-wrap .download-description {
    margin-top: auto
}

.downloads-wrap .download-description .link-arrow {
    color: #532375
}

.downloads-wrap .download-description .link-arrow span {
    text-decoration: underline
}

.downloads-wrap .download-icon {
    position: absolute;
    top: 50%;
    right: 5rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.downloads-wrap .download-icon img {
    width: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

.downloads-wrap .download:hover {
    border-color: #707070
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.platforms-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0;
    overflow: auto;
    margin-bottom: 5rem
}

@media (min-width: 1200px) {
    .platforms-wrap {
        overflow: initial;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.platform-wrap {
    margin: 7px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    min-width: 320px;
    padding: 4.5rem 2rem 2rem 2rem;
    border-radius: 5px
}

.platform-wrap .btn, .platform-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .platform-wrap a {
    width: 100%;
    text-align: center;
    margin-top: 3rem
}

.platform-wrap .platform-title {
    font-weight: 700;
    margin-left: 35px;
    color: #4c4c4c;
    margin-bottom: 10px
}

@media (min-width: 320px) {
    .platform-wrap .platform-title {
        font-size: 4.4rem
    }
}

@media (min-width: 480px) {
    .platform-wrap .platform-title {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    .platform-wrap .platform-title {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    .platform-wrap .platform-title {
        font-size: 3rem
    }
}

@media (min-width: 320px) {
    .platform-wrap .platform-title {
        line-height: 4.8rem
    }
}

@media (min-width: 480px) {
    .platform-wrap .platform-title {
        line-height: 4.36364rem
    }
}

@media (min-width: 545px) {
    .platform-wrap .platform-title {
        line-height: 4rem
    }
}

@media (min-width: 768px) {
    .platform-wrap .platform-title {
        line-height: 3.2rem
    }
}

@media (min-width: 1921px) {
    .platform-wrap .platform-title {
        font-size: 2rem
    }
}

.platform-wrap .platform-feature {
    padding-left: 35px;
    border-bottom: 1px solid #d5d5d5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 65px
}

@media (min-width: 1921px) {
    .platform-wrap .platform-feature {
        padding-left: 50px;
        font-size: 1.4rem
    }
}

.platform-wrap .platform-feature:before {
    left: 0;
    font-size: 20px;
    position: absolute;
    display: inline-block
}

.platform-wrap .platform-feature.last {
    border-bottom: 0
}

.platform-wrap .platform-feature.check:before {
    content: '\e910';
    color: #00A78F
}

@media (min-width: 320px) {
    .platform-wrap .platform-feature.check:before {
        font-size: 4rem
    }
}

@media (min-width: 480px) {
    .platform-wrap .platform-feature.check:before {
        font-size: 3.63636rem
    }
}

@media (min-width: 545px) {
    .platform-wrap .platform-feature.check:before {
        font-size: 3.33333rem
    }
}

@media (min-width: 768px) {
    .platform-wrap .platform-feature.check:before {
        font-size: 2.66667rem
    }
}

@media (min-width: 992px) {
    .platform-wrap .platform-feature.check:before {
        font-size: 2.5rem
    }
}

@media (min-width: 1200px) {
    .platform-wrap .platform-feature.check:before {
        font-size: 2.22222rem
    }
}

@media (min-width: 1400px) {
    .platform-wrap .platform-feature.check:before {
        font-size: 2rem
    }
}

.platform-wrap .platform-feature.cross:before {
    content: '\e902';
    color: #d34632
}

@media (min-width: 320px) {
    .platform-wrap .platform-feature.cross:before {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .platform-wrap .platform-feature.cross:before {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .platform-wrap .platform-feature.cross:before {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .platform-wrap .platform-feature.cross:before {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .platform-wrap .platform-feature.cross:before {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .platform-wrap .platform-feature.cross:before {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .platform-wrap .platform-feature.cross:before {
        font-size: 1.8rem
    }
}

.platform-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -15px;
    width: calc(100% + 30px)
}

.platform-tiles .platform-tile-wrap {
    width: 100%;
    padding: 15px
}

@media (min-width: 545px) {
    .platform-tiles .platform-tile-wrap {
        width: 50%
    }
}

@media (min-width: 992px) {
    .platform-tiles .platform-tile-wrap {
        width: 33.333%
    }
}

.platform-tiles .platform-tile {
    border-radius: 4px;
    border: 1px solid #532375;
    padding: 20px 15px;
    text-align: center;
    display: inline-block;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0, 0, 0;
    box-shadow: 0, 0, 0;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s
}

.platform-tiles .platform-tile-title {
    font-size: 25px;
    font-weight: 700;
    color: #29cdb0;
    padding-bottom: 20px;
    padding-top: 10px;
    -webkit-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s
}

.platform-tiles .platform-tile-img {
    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 (min-width: 320px) {
    .platform-tiles .platform-tile-img {
        height: 40rem
    }
}

@media (min-width: 480px) {
    .platform-tiles .platform-tile-img {
        height: 36.36364rem
    }
}

@media (min-width: 545px) {
    .platform-tiles .platform-tile-img {
        height: 33.33333rem
    }
}

@media (min-width: 768px) {
    .platform-tiles .platform-tile-img {
        height: 26.66667rem
    }
}

@media (min-width: 992px) {
    .platform-tiles .platform-tile-img {
        height: 25rem
    }
}

@media (min-width: 1200px) {
    .platform-tiles .platform-tile-img {
        height: 22.22222rem
    }
}

@media (min-width: 1400px) {
    .platform-tiles .platform-tile-img {
        height: 20rem
    }
}

.platform-tiles .platform-tile-subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    max-width: 260px;
    margin: 0 auto 15px;
    color: #000001 !important;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

.platform-tiles .platform-tile-description {
    font-size: 14px;
    color: #7b7b7b
}

.platform-tiles .platform-tile:hover {
    -webkit-box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4);
    box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4)
}

.platform {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.platform-top .platform-feature:last-child {
    border-bottom: 0
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.switch-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 8rem;
    margin: auto;
    max-width: 125rem
}

@media (min-width: 480px) {
    .switch-tabs {
        max-width: 113.63636rem
    }
}

@media (min-width: 545px) {
    .switch-tabs {
        max-width: 104.16667rem
    }
}

@media (min-width: 768px) {
    .switch-tabs {
        max-width: 83.33333rem
    }
}

@media (min-width: 992px) {
    .switch-tabs {
        max-width: 78.125rem
    }
}

@media (min-width: 1200px) {
    .switch-tabs {
        max-width: 69.44444rem
    }
}

@media (min-width: 1400px) {
    .switch-tabs {
        max-width: 62.5rem
    }
}

@media (min-width: 1921px) {
    .switch-tabs {
        max-width: 50rem
    }
}

@media (min-width: 3200px) {
    .switch-tabs {
        max-width: 35.71429rem
    }
}

.switch-content {
    max-width: 625px;
    margin: auto;
    padding-bottom: 4rem
}

.switch-item-tab {
    position: relative;
    z-index: 1;
    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;
    width: 100%;
    max-width: 265px;
    padding: 1.5rem;
    -webkit-box-shadow: 1px 4px 14px rgba(103, 83, 83, 0.21);
    box-shadow: 1px 4px 14px rgba(103, 83, 83, 0.21);
    border-radius: 4px;
    background-color: #ffffff;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    cursor: pointer
}

@media (min-width: 768px) {
    .switch-item-tab {
        width: 50%
    }
}

@media screen and (min-width: 2000px) {
    .switch-item-tab {
        max-width: none
    }
}

.switch-item-tab-image {
    opacity: 0.3;
    min-width: 6.2rem;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}

.switch-item-tab-inner {
    opacity: 0.3;
    padding-left: 30px;
    font-size: 5.2rem;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}

@media (min-width: 480px) {
    .switch-item-tab-inner {
        font-size: 4.72727rem
    }
}

@media (min-width: 545px) {
    .switch-item-tab-inner {
        font-size: 4.33333rem
    }
}

@media (min-width: 768px) {
    .switch-item-tab-inner {
        font-size: 3.46667rem
    }
}

@media (min-width: 992px) {
    .switch-item-tab-inner {
        font-size: 3.25rem
    }
}

@media (min-width: 1200px) {
    .switch-item-tab-inner {
        font-size: 2.88889rem
    }
}

@media (min-width: 1400px) {
    .switch-item-tab-inner {
        font-size: 2.6rem
    }
}

@media (min-width: 1921px) {
    .switch-item-tab-inner {
        font-size: 2.08rem
    }
}

@media (min-width: 3200px) {
    .switch-item-tab-inner {
        font-size: 1.48571rem
    }
}

.switch-item-tab.active, .switch-item-tab.active:hover {
    z-index: 2
}

.switch-item-tab.active .switch-item-tab-image, .switch-item-tab.active .switch-item-tab-inner, .switch-item-tab.active:hover .switch-item-tab-image, .switch-item-tab.active:hover .switch-item-tab-inner {
    opacity: 1
}

.switch-item-tab.active .switch-item-tab-inner, .switch-item-tab.active:hover .switch-item-tab-inner {
    font-weight: 700
}

.switch-item-tab:hover .switch-item-tab-image, .switch-item-tab:hover .switch-item-tab-inner {
    opacity: 0.6
}

.switch-item-content {
    display: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    padding-top: 6rem;
    color: #7b7b7b
}

@media (min-width: 320px) {
    .switch-item-content {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .switch-item-content {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .switch-item-content {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .switch-item-content {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .switch-item-content {
        font-size: 2rem
    }
}

.switch-item-content.active {
    display: block;
    visibility: visible;
    opacity: 1
}

.switch-item-content > div p {
    font-size: 18px
}

.switch-primary .switch-tabs {
    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;
    max-width: none
}

.switch-primary .switch-tabs .switch-item-tab {
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 700;
    padding: 1.5rem 5rem;
    margin: 0 1rem;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    width: auto;
    display: block
}

.switch-primary .switch-tabs .switch-item-tab-inner, .switch-primary .switch-tabs .switch-item-tab-image {
    opacity: 1;
    padding: 0;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}

@media (min-width: 320px) {
    .switch-primary .switch-tabs .switch-item-tab-inner, .switch-primary .switch-tabs .switch-item-tab-image {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .switch-primary .switch-tabs .switch-item-tab-inner, .switch-primary .switch-tabs .switch-item-tab-image {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .switch-primary .switch-tabs .switch-item-tab-inner, .switch-primary .switch-tabs .switch-item-tab-image {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .switch-primary .switch-tabs .switch-item-tab-inner, .switch-primary .switch-tabs .switch-item-tab-image {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .switch-primary .switch-tabs .switch-item-tab-inner, .switch-primary .switch-tabs .switch-item-tab-image {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .switch-primary .switch-tabs .switch-item-tab-inner, .switch-primary .switch-tabs .switch-item-tab-image {
        font-size: 1.8rem
    }
}

.switch-primary .switch-tabs .switch-item-tab-image {
    display: none
}

.switch-primary .switch-tabs .switch-item-tab.active {
    background: #9238d1;
    color: #fff
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.timeline-container {
    padding: 6.5rem 0;
    background-image: -o-linear-gradient(308deg, #8a29d5 0%, #0aedc5 100%);
    background-image: linear-gradient(142deg, #8a29d5 0%, #0aedc5 100%)
}

.timeline-container .timeline-title h1, .timeline-container .timeline-title h2, .timeline-container .timeline-title h3 {
    margin: 0 0 2rem
}

.timeline-container .timeline-title big {
    font-weight: 400
}

@media (min-width: 320px) {
    .timeline-container .timeline-title big {
        font-size: 3.8rem
    }
}

@media (min-width: 480px) {
    .timeline-container .timeline-title big {
        font-size: 3.45455rem
    }
}

@media (min-width: 545px) {
    .timeline-container .timeline-title big {
        font-size: 3.16667rem
    }
}

@media (min-width: 768px) {
    .timeline-container .timeline-title big {
        font-size: 2.7rem
    }
}

.timeline-container .timeline-inner {
    color: #fff;
    margin-top: 8rem;
    padding: 0 25px;
    counter-reset: timeline
}

@media (min-width: 768px) {
    .timeline-container .timeline-inner {
        padding: 0
    }
}

.timeline-item {
    border-left: 1px solid #c2d1d9;
    padding-left: 4.5rem;
    padding-bottom: 6rem;
    position: relative
}

@media (min-width: 768px) {
    .timeline-item {
        min-height: 180px;
        width: 50%;
        padding-bottom: 1rem
    }

    .timeline-item:nth-child(odd) {
        text-align: right;
        border-left: none;
        border-right: 1px solid #c2d1d9;
        padding-left: 0;
        padding-right: 4.5rem;
        left: 0.5px
    }

    .timeline-item:nth-child(odd):before {
        left: auto;
        right: -0.5px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }

    .timeline-item:nth-child(even) {
        margin-right: 0;
        margin-left: auto;
        right: 0.5px
    }

    .timeline-item:nth-child(even):before {
        left: -0.5px
    }

    .timeline-item:last-child {
        border: none
    }
}

.timeline-item:before {
    content: counter(timeline);
    counter-increment: timeline;
    position: absolute;
    left: 1px;
    top: 0;
    width: 6rem;
    height: 6rem;
    background: #29cdb0;
    font-weight: bold;
    font-family: "Open Sans", sans-serif !important;
    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;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%
}

@media (min-width: 480px) {
    .timeline-item:before {
        width: 5.45455rem
    }
}

@media (min-width: 545px) {
    .timeline-item:before {
        width: 5rem
    }
}

@media (min-width: 768px) {
    .timeline-item:before {
        width: 4rem
    }
}

@media (min-width: 992px) {
    .timeline-item:before {
        width: 3.75rem
    }
}

@media (min-width: 1200px) {
    .timeline-item:before {
        width: 3.33333rem
    }
}

@media (min-width: 1400px) {
    .timeline-item:before {
        width: 3rem
    }
}

@media (min-width: 1921px) {
    .timeline-item:before {
        width: 2.4rem
    }
}

@media (min-width: 3200px) {
    .timeline-item:before {
        width: 1.71429rem
    }
}

@media (min-width: 480px) {
    .timeline-item:before {
        height: 5.45455rem
    }
}

@media (min-width: 545px) {
    .timeline-item:before {
        height: 5rem
    }
}

@media (min-width: 768px) {
    .timeline-item:before {
        height: 4rem
    }
}

@media (min-width: 992px) {
    .timeline-item:before {
        height: 3.75rem
    }
}

@media (min-width: 1200px) {
    .timeline-item:before {
        height: 3.33333rem
    }
}

@media (min-width: 1400px) {
    .timeline-item:before {
        height: 3rem
    }
}

@media (min-width: 1921px) {
    .timeline-item:before {
        height: 2.4rem
    }
}

@media (min-width: 3200px) {
    .timeline-item:before {
        height: 1.71429rem
    }
}

.timeline-item-title {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1.5rem
}

@media (min-width: 320px) {
    .timeline-item-title {
        font-size: 4rem
    }
}

@media (min-width: 480px) {
    .timeline-item-title {
        font-size: 3.63636rem
    }
}

@media (min-width: 545px) {
    .timeline-item-title {
        font-size: 3.33333rem
    }
}

@media (min-width: 768px) {
    .timeline-item-title {
        font-size: 3.2rem
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.person-item {
    text-align: center;
    padding-bottom: 30px
}

.person-item-photo {
    display: block;
    width: 185px;
    width: 37rem;
    height: 37rem;
    height: 185px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden
}

@media (min-width: 480px) {
    .person-item-photo {
        width: 33.63636rem
    }
}

@media (min-width: 545px) {
    .person-item-photo {
        width: 30.83333rem
    }
}

@media (min-width: 768px) {
    .person-item-photo {
        width: 24.66667rem
    }
}

@media (min-width: 992px) {
    .person-item-photo {
        width: 23.125rem
    }
}

@media (min-width: 1200px) {
    .person-item-photo {
        width: 20.55556rem
    }
}

@media (min-width: 1400px) {
    .person-item-photo {
        width: 18.5rem
    }
}

@media (min-width: 1921px) {
    .person-item-photo {
        width: 14.8rem
    }
}

@media (min-width: 3200px) {
    .person-item-photo {
        width: 10.57143rem
    }
}

@media (min-width: 480px) {
    .person-item-photo {
        height: 33.63636rem
    }
}

@media (min-width: 545px) {
    .person-item-photo {
        height: 30.83333rem
    }
}

@media (min-width: 768px) {
    .person-item-photo {
        height: 24.66667rem
    }
}

@media (min-width: 992px) {
    .person-item-photo {
        height: 23.125rem
    }
}

@media (min-width: 1200px) {
    .person-item-photo {
        height: 20.55556rem
    }
}

@media (min-width: 1400px) {
    .person-item-photo {
        height: 18.5rem
    }
}

@media (min-width: 1921px) {
    .person-item-photo {
        height: 14.8rem
    }
}

@media (min-width: 3200px) {
    .person-item-photo {
        height: 10.57143rem
    }
}

.person-item-photo img {
    width: 100%
}

.person-item-name {
    display: block;
    margin-top: 3rem;
    margin-bottom: 1rem
}

@media (min-width: 320px) {
    .person-item-name {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .person-item-name {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .person-item-name {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .person-item-name {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .person-item-name {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .person-item-name {
        font-size: 2.2rem
    }
}

.person-item-position {
    display: block;
    color: #29cdb0
}

@media (min-width: 320px) {
    .person-item-position {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .person-item-position {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .person-item-position {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .person-item-position {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .person-item-position {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .person-item-position {
        font-size: 1.8rem
    }
}

.persons-row {
    margin-top: 10rem
}

.persons-row [class^="col-"] {
    padding: 15px
}

@media (min-width: 768px) {
    .persons-row [class^="col-"] {
        padding: 3rem
    }
}

a.person-item {
    color: #1D1D1D
}

a.person-item:hover, a.person-item:focus {
    color: #8E8E8E
}

.person-item-modal {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px
}

@media (min-width: 768px) {
    .person-item-modal {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
}

.modal-person .modal-dialog {
    max-width: 83rem
}

.modal-person-inner {
    padding: 2.5rem 1.5rem 0
}

.modal-person-content {
    padding: 0 0 4rem;
    font-size: 2.8rem
}

@media (min-width: 480px) {
    .modal-person-content {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .modal-person-content {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .modal-person-content {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .modal-person-content {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .modal-person-content {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .modal-person-content {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .modal-person-content {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .modal-person-content {
        font-size: .8rem
    }
}

.modal-person-content-name {
    padding: 0 60px 0 0
}

@media (min-width: 320px) {
    .modal-person-content-name {
        font-size: 4.8rem
    }
}

@media (min-width: 480px) {
    .modal-person-content-name {
        font-size: 4.36364rem
    }
}

@media (min-width: 545px) {
    .modal-person-content-name {
        font-size: 4rem
    }
}

@media (min-width: 768px) {
    .modal-person-content-name {
        font-size: 3.2rem
    }
}

@media (min-width: 992px) {
    .modal-person-content-name {
        font-size: 3rem
    }
}

@media (min-width: 320px) {
    .modal-person-content-name {
        line-height: 5.6rem
    }
}

@media (min-width: 480px) {
    .modal-person-content-name {
        line-height: 5.09091rem
    }
}

@media (min-width: 545px) {
    .modal-person-content-name {
        line-height: 4.66667rem
    }
}

@media (min-width: 768px) {
    .modal-person-content-name {
        line-height: 3.73333rem
    }
}

@media (min-width: 992px) {
    .modal-person-content-name {
        line-height: 3.5rem
    }
}

.modal-person-content-position {
    margin: 0 0 3.5rem;
    color: #8E8E8E
}

@media (min-width: 320px) {
    .modal-person-content-position {
        font-size: 3.4rem
    }
}

@media (min-width: 480px) {
    .modal-person-content-position {
        font-size: 3.09091rem
    }
}

@media (min-width: 545px) {
    .modal-person-content-position {
        font-size: 2.83333rem
    }
}

@media (min-width: 768px) {
    .modal-person-content-position {
        font-size: 2.26667rem
    }
}

@media (min-width: 992px) {
    .modal-person-content-position {
        font-size: 2.125rem
    }
}

@media (min-width: 1200px) {
    .modal-person-content-position {
        font-size: 1.88889rem
    }
}

@media (min-width: 1400px) {
    .modal-person-content-position {
        font-size: 1.8rem
    }
}

@media (min-width: 320px) {
    .modal-person-content-position {
        line-height: 5.6rem
    }
}

@media (min-width: 480px) {
    .modal-person-content-position {
        line-height: 5.09091rem
    }
}

@media (min-width: 545px) {
    .modal-person-content-position {
        line-height: 4.66667rem
    }
}

@media (min-width: 768px) {
    .modal-person-content-position {
        line-height: 3.73333rem
    }
}

@media (min-width: 992px) {
    .modal-person-content-position {
        line-height: 3.5rem
    }
}

@media (min-width: 1200px) {
    .modal-person-content-position {
        line-height: 3.11111rem
    }
}

@media (min-width: 1400px) {
    .modal-person-content-position {
        line-height: 2.8rem
    }
}

.modal-person-image {
    text-align: center
}

@media (min-width: 768px) {
    .modal-person-inner {
        padding: 6rem 6rem 0 4rem;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }

    .modal-person-content {
        height: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto
    }

    .modal-person-image {
        padding: 0 3rem 0 0;
        -moz-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        -webkit-box-flex: 0;
        flex: 0 0 45%;
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

.modal-dialog-centered {
    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
}

.management-text {
    max-width: 90rem;
    margin: auto
}

@media (min-width: 320px) {
    .management-text {
        line-height: 5.6rem
    }
}

@media (min-width: 480px) {
    .management-text {
        line-height: 5.09091rem
    }
}

@media (min-width: 545px) {
    .management-text {
        line-height: 4.66667rem
    }
}

@media (min-width: 768px) {
    .management-text {
        line-height: 3.73333rem
    }
}

@media (min-width: 992px) {
    .management-text {
        line-height: 3.5rem
    }
}

@media (min-width: 1200px) {
    .management-text {
        line-height: 3.2rem
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.media-slider {
    max-width: 900px;
    margin: auto
}

.media-slider .slick-list {
    padding: 50px 0 !important
}

.media-slider .slick-arrow {
    background: none;
    top: 107.5px;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #c2d1d9;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}

.media-slider .slick-arrow:hover, .media-slider .slick-arrow:focus {
    color: #83a2b2
}

.media-slider .slick-arrow:before {
    content: "" !important
}

.media-slider .slick-arrow.slick-disabled {
    display: none !important
}

.media-slider .slick-arrow.slick-next {
    right: -25px
}

@media (min-width: 768px) {
    .media-slider .slick-arrow.slick-next {
        right: -10px
    }
}

@media (min-width: 992px) {
    .media-slider .slick-arrow.slick-next {
        right: -25px
    }
}

@media (min-width: 1400px) {
    .media-slider .slick-arrow.slick-next {
        right: -100px
    }
}

.media-slider .slick-arrow.slick-prev {
    left: -25px
}

@media (min-width: 768px) {
    .media-slider .slick-arrow.slick-prev {
        left: -10px
    }
}

@media (min-width: 992px) {
    .media-slider .slick-arrow.slick-prev {
        left: -25px
    }
}

@media (min-width: 1400px) {
    .media-slider .slick-arrow.slick-prev {
        left: -100px
    }
}

.media-item {
    width: 300px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}

.media-item-tile {
    width: 240px;
    height: 115px;
    margin: auto;
    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;
    border: 1px solid #e1e1e1;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    background: #fff;
    position: relative;
    opacity: 0.5;
    border-radius: 3px
}

.media-item-info {
    display: none;
    padding-top: 60px;
    margin: auto;
    font-size: 16px;
    text-align: center
}

@media (min-width: 768px) {
    .media-item-info {
        font-size: 18px
    }
}

@media (min-width: 992px) {
    .media-item-info {
        -webkit-transform: scale(1.85);
        -ms-transform: scale(1.85);
        transform: scale(1.85);
        padding-top: 45px;
        padding-bottom: 20px;
        font-size: 11px
    }
}

@media (min-width: 1921px) {
    .media-item-info {
        padding-top: 4.5rem
    }
}

.media-item-info a {
    margin-top: 2rem;
    display: block;
    color: #1D1D1D;
    font-weight: 700;
    cursor: default
}

.media-item-info a:hover, .media-item-info a:focus {
    color: #00A78F
}

@media (min-width: 992px) {
    .media-item-info a {
        margin-top: 1rem;
        font-size: 11px
    }

    .media-item-info a:after {
        font-size: 11px
    }
}

.media-item.slick-current .media-item-tile {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 2;
    opacity: 1
}

@media (min-width: 768px) {
    .media-item.slick-current .media-item-tile {
        -webkit-transform: scale(1.55);
        -ms-transform: scale(1.55);
        transform: scale(1.55)
    }
}

.media-item.slick-current .media-item-info {
    display: block
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.basic-table {
    color: #4c4c4c;
    font-size: 14px;
    max-width: 100%;
    overflow-x: auto
}

.basic-table strong {
    font-size: 21px;
    color: #29cdb0
}

.basic-table td {
    text-align: center;
    padding: 15px 30px;
    border: 1px solid #c2d1d9
}

.basic-table td:first-of-type {
    text-align: left;
    border-left: 0
}

.basic-table td:last-of-type {
    border-right: 0
}

.basic-table tr:first-of-type td {
    border-top: 0
}

.basic-table .marker {
    display: inline-block;
    margin-top: 35px;
    color: #a1aeb7
}

.table-overflowed {
    position: relative;
    padding-right: 5rem
}

.table-overflowed:after {
    content: '';
    height: 100%;
    width: 25rem;
    position: absolute;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
    top: 0;
    right: 0;
    pointer-events: none
}

.table-overflowed .table-overflowed {
    padding-right: 0
}

.table-overflowed .table-overflowed:after {
    display: none
}

.table.historic-data {
    overflow-x: auto
}

.table.historic-data thead, .table.historic-data tfoot {
    background: #fff
}

.table.historic-data thead h1, .table.historic-data thead h2, .table.historic-data thead h3, .table.historic-data thead h4, .table.historic-data tfoot h1, .table.historic-data tfoot h2, .table.historic-data tfoot h3, .table.historic-data tfoot h4 {
    margin: 0;
    font-size: 18px
}

.table.historic-data thead tr, .table.historic-data thead tr td, .table.historic-data tfoot tr, .table.historic-data tfoot tr td {
    border: 0 !important
}

.table.historic-data thead tr td:nth-child(9), .table.historic-data tfoot tr td:nth-child(9) {
    border-right: 3px solid #e9ecef !important
}

.table.historic-data tr td {
    text-align: center;
    vertical-align: middle;
    font-size: 15px
}

.table.historic-data tr td:first-child {
    text-align: left
}

.table.historic-data tr td:nth-child(10) {
    border-right: 3px solid #e9ecef
}

.table.historic-data tr td img {
    height: 20px !important
}

.table.historic-data tr td span.AUD {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/aud.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.AUD:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.CAD {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/cad.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.CAD:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.CZK {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/czk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.CZK:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.EUR {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/eur.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.EUR:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.GBP {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/gbp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.GBP:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.HUF {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/huf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.HUF:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.CHF {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/chf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.CHF:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.CNH {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/cnh.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.CNH:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.HKD {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/hkd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.HKD:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.DKK {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/dkk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.DKK:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.ILS {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/ils.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.ILS:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.JPY {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/jpy.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.JPY:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.MXN {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/mxn.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.MXN:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.NOK {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/nok.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.NOK:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.NZD {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/nzd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.NZD:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.PLN {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/pln.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.PLN:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.RUB {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/rub.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.RUB:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.SEK {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/sek.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.SEK:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.SGD {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/sgd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.SGD:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.TRY {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/try.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.TRY:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.USD {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/usd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.USD:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.XAG {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/xag.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.XAG:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.XAU {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/xau.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.XAU:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td span.ZAR {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 2.5px;
    vertical-align: bottom;
    background: url("/static/home/images/zar.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.table.historic-data tr td span.ZAR:nth-child(2) {
    margin-right: 5px
}

.table.historic-data tr td > font {
    display: block;
    white-space: nowrap
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.account-types-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    padding: 5rem 0;
    overflow-x: auto;
    margin-right: -15px
}

@media (min-width: 768px) {
    .account-types-table {
        margin-right: 0
    }
}

.account-item {
    width: 100%;
    min-width: 100%
}

.account-item:last-child {
    margin-right: 15px
}

@media (min-width: 768px) {
    .account-item {
        width: 20%;
        min-width: 200px
    }

    .account-item:first-child {
        margin-left: auto
    }

    .account-item:last-child {
        margin-right: auto
    }
}

.account-item-header {
    display: block;
    color: #29cdb0;
    font-size: 4.2rem;
    font-weight: 700;
    padding: 3rem 1rem
}

@media (min-width: 480px) {
    .account-item-header {
        font-size: 3.81818rem
    }
}

@media (min-width: 545px) {
    .account-item-header {
        font-size: 3.5rem
    }
}

@media (min-width: 768px) {
    .account-item-header {
        font-size: 2.8rem
    }
}

@media (min-width: 992px) {
    .account-item-header {
        font-size: 2.625rem
    }
}

@media (min-width: 1200px) {
    .account-item-header {
        font-size: 2.33333rem
    }
}

@media (min-width: 1400px) {
    .account-item-header {
        font-size: 2.1rem
    }
}

@media (min-width: 1921px) {
    .account-item-header {
        font-size: 1.68rem
    }
}

@media (min-width: 3200px) {
    .account-item-header {
        font-size: 1.2rem
    }
}

.account-item ul {
    border-bottom: 1px solid #c2d1d9
}

.account-item ul li {
    padding: 2rem 1rem;
    margin: 0;
    font-size: 2.8rem;
    line-height: 4.2rem;
    font-weight: 700;
    border-top: 1px solid #c2d1d9
}

@media (min-width: 480px) {
    .account-item ul li {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .account-item ul li {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .account-item ul li {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .account-item ul li {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .account-item ul li {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .account-item ul li {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .account-item ul li {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .account-item ul li {
        font-size: .8rem
    }
}

@media (min-width: 480px) {
    .account-item ul li {
        line-height: 3.81818rem
    }
}

@media (min-width: 545px) {
    .account-item ul li {
        line-height: 3.5rem
    }
}

@media (min-width: 768px) {
    .account-item ul li {
        line-height: 2.8rem
    }
}

@media (min-width: 992px) {
    .account-item ul li {
        line-height: 2.625rem
    }
}

@media (min-width: 1200px) {
    .account-item ul li {
        line-height: 2.33333rem
    }
}

@media (min-width: 1400px) {
    .account-item ul li {
        line-height: 2.1rem
    }
}

@media (min-width: 1921px) {
    .account-item ul li {
        line-height: 1.68rem
    }
}

@media (min-width: 3200px) {
    .account-item ul li {
        line-height: 1.2rem
    }
}

.account-item ul li:before {
    display: none
}

.account-item ul li span {
    display: block;
    color: #7b7b7b;
    font-weight: 400
}

.account-item-link {
    display: block;
    padding: 3rem 0
}

.account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
    font-size: 2.8rem;
    padding: 1.5rem;
    min-width: 25rem
}

@media (min-width: 480px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        font-size: .8rem
    }
}

@media (min-width: 480px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 22.72727rem
    }
}

@media (min-width: 545px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 20.83333rem
    }
}

@media (min-width: 768px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 16.66667rem
    }
}

@media (min-width: 992px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 15.625rem
    }
}

@media (min-width: 1200px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 13.88889rem
    }
}

@media (min-width: 1400px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 12.5rem
    }
}

@media (min-width: 1921px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 10rem
    }
}

@media (min-width: 3200px) {
    .account-item-link .btn, .account-item-link .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .account-item-link a {
        min-width: 7.14286rem
    }
}

.account-item.highlight {
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.17);
    border-radius: 4px;
    border: 1px solid #eaeaea;
    background-color: #f9f8f8
}

.accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
    font-size: 2.8rem;
    padding: 1.5rem
}

@media (min-width: 480px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .accounts-wrapper .btn-wrap .btn, .accounts-wrapper .btn-wrap .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .accounts-wrapper .btn-wrap a {
        font-size: .8rem
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.placeholder-account-container {
    background-color: #852dc4;
    padding: 8.5rem 0;
    color: #fff
}

.placeholder-account-container h1, .placeholder-account-container h2, .placeholder-account-container h3, .placeholder-account-container h4 {
    margin: 0
}

@media (min-width: 320px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        font-size: 4.8rem
    }
}

@media (min-width: 480px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        font-size: 4.36364rem
    }
}

@media (min-width: 545px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        font-size: 4rem
    }
}

@media (min-width: 768px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        font-size: 3.7rem
    }
}

@media (min-width: 320px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        line-height: 6.4rem
    }
}

@media (min-width: 480px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        line-height: 5.81818rem
    }
}

@media (min-width: 545px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        line-height: 5.33333rem
    }
}

@media (min-width: 768px) {
    .placeholder-account-container h3, .placeholder-account-container big {
        line-height: 4.6rem
    }
}

.placeholder-account-container big {
    font-weight: 300
}

.placeholder-account-container .row {
    padding-top: 8rem
}

.placeholder-account-container .row .col-12 {
    padding-bottom: 4rem
}

@media (min-width: 768px) {
    .placeholder-account-container .row .col-12 {
        padding-bottom: 0
    }
}

.placeholder-account-container .row .col-12:last-child {
    padding-bottom: 0
}

@media (min-width: 320px) {
    .placeholder-account-container .row .col-12 h4 {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .placeholder-account-container .row .col-12 h4 {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .placeholder-account-container .row .col-12 h4 {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .placeholder-account-container .row .col-12 h4 {
        font-size: 2.4rem
    }
}

@media (min-width: 320px) {
    .placeholder-account-container .row .col-12 h4 {
        line-height: 4.8rem
    }
}

@media (min-width: 480px) {
    .placeholder-account-container .row .col-12 h4 {
        line-height: 4.36364rem
    }
}

@media (min-width: 545px) {
    .placeholder-account-container .row .col-12 h4 {
        line-height: 4rem
    }
}

@media (min-width: 768px) {
    .placeholder-account-container .row .col-12 h4 {
        line-height: 3.6rem
    }
}

.placeholder-account-container .row .col-12 p {
    display: block;
    color: #f0c367;
    font-weight: 700;
    padding-bottom: 3rem
}

@media (min-width: 320px) {
    .placeholder-account-container .row .col-12 p {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .placeholder-account-container .row .col-12 p {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .placeholder-account-container .row .col-12 p {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .placeholder-account-container .row .col-12 p {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .placeholder-account-container .row .col-12 p {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .placeholder-account-container .row .col-12 p {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .placeholder-account-container .row .col-12 p {
        font-size: 1.6rem
    }
}

@media (min-width: 320px) {
    .placeholder-account-container .row .col-12 p {
        line-height: 4.8rem
    }
}

@media (min-width: 480px) {
    .placeholder-account-container .row .col-12 p {
        line-height: 4.36364rem
    }
}

@media (min-width: 545px) {
    .placeholder-account-container .row .col-12 p {
        line-height: 4rem
    }
}

@media (min-width: 768px) {
    .placeholder-account-container .row .col-12 p {
        line-height: 3.6rem
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.faq-item {
    border-bottom: 1px solid #c2d1d9;
    padding: 2.5rem;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}

.faq-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.faq-item-header-opener {
    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;
    margin-right: 25px;
    width: 25px;
    height: 25px;
    min-width: 25px;
    position: relative
}

.faq-item-header-opener:before, .faq-item-header-opener:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.8rem;
    height: .4rem;
    border-radius: .2rem;
    background-color: #00A78F;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms
}

@media (min-width: 480px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: 2.54545rem
    }
}

@media (min-width: 545px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: 2.33333rem
    }
}

@media (min-width: 768px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: 1.86667rem
    }
}

@media (min-width: 992px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: 1.75rem
    }
}

@media (min-width: 1200px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: 1.4rem
    }
}

@media (min-width: 1921px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: 1.12rem
    }
}

@media (min-width: 3200px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        width: .8rem
    }
}

@media (min-width: 480px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .36364rem
    }
}

@media (min-width: 545px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .33333rem
    }
}

@media (min-width: 768px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .26667rem
    }
}

@media (min-width: 992px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .25rem
    }
}

@media (min-width: 1200px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .22222rem
    }
}

@media (min-width: 1400px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .2rem
    }
}

@media (min-width: 1921px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .16rem
    }
}

@media (min-width: 3200px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        height: .11429rem
    }
}

@media (min-width: 480px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .18182rem
    }
}

@media (min-width: 545px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .16667rem
    }
}

@media (min-width: 768px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .13333rem
    }
}

@media (min-width: 992px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .125rem
    }
}

@media (min-width: 1200px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .11111rem
    }
}

@media (min-width: 1400px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .1rem
    }
}

@media (min-width: 1921px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .08rem
    }
}

@media (min-width: 3200px) {
    .faq-item-header-opener:before, .faq-item-header-opener:after {
        border-radius: .05714rem
    }
}

.faq-item-header-opener:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.faq-item-content {
    padding-left: 50px;
    color: #505d68
}

@media (min-width: 320px) {
    .faq-item-content {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .faq-item-content {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .faq-item-content {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .faq-item-content {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .faq-item-content {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .faq-item-content {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .faq-item-content {
        font-size: 1.4rem
    }
}

.faq-item-content div {
    padding-top: 2.5rem
}

.faq-item.open .faq-item-header {
    font-weight: 700
}

.faq-item.open .faq-item-header-opener:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg)
}

.faq-item.hide-faq, .faq-item.overview-state.overview-hide {
    max-height: 0px;
    padding: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    border: 0;
    pointer-events: none
}

.faq-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10rem 6rem
}

.faq-wrapper .faq-categories {
    width: 100%;
    padding: 4rem 0
}

@media (min-width: 768px) {
    .faq-wrapper .faq-categories {
        width: 40%;
        background-color: rgba(119, 162, 155, 0.06)
    }
}

@media (min-width: 1400px) {
    .faq-wrapper .faq-categories {
        width: 21.5%
    }
}

.faq-wrapper .faq-categories span {
    font-weight: 700;
    padding: 0 4rem
}

@media (min-width: 320px) {
    .faq-wrapper .faq-categories span {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .faq-wrapper .faq-categories span {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .faq-wrapper .faq-categories span {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .faq-wrapper .faq-categories span {
        font-size: 2.4rem
    }
}

.faq-wrapper .faq-categories .btn-primary {
    margin-bottom: 3rem;
    display: block;
    padding: 2.5rem;
    white-space: normal
}

@media (min-width: 768px) {
    .faq-wrapper .faq-categories .btn-primary {
        display: none
    }
}

.faq-wrapper .faq-categories .toggle-category {
    display: none
}

@media (min-width: 768px) {
    .faq-wrapper .faq-categories .toggle-category {
        display: block !important
    }
}

.faq-wrapper .faq-categories ul {
    padding: 4rem 0
}

.faq-wrapper .faq-categories ul li {
    padding: 1.5rem 4rem;
    margin: 0;
    font-weight: 700
}

.faq-wrapper .faq-categories ul li a {
    color: #1D1D1D
}

.faq-wrapper .faq-categories ul li a:hover, .faq-wrapper .faq-categories ul li a:focus {
    color: #00A78F
}

.faq-wrapper .faq-categories ul li.active {
    border-left: 3px solid #00A78F
}

.faq-wrapper .faq-categories ul li:before {
    display: none
}

.faq-wrapper .faq-content {
    width: 100%
}

@media (min-width: 768px) {
    .faq-wrapper .faq-content {
        width: 50%;
        padding-left: 5rem
    }
}

@media (min-width: 1400px) {
    .faq-wrapper .faq-content {
        width: 78.5%
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.dynamic-table-wrapper {
    padding: 6rem 0
}

.dynamic-table {
    padding: 4rem 0 6rem
}

.dynamic-table .dynamic-table-inner {
    overflow-x: auto;
    padding-right: 15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .dynamic-table .dynamic-table-inner {
        padding-right: 0;
        margin-right: 0
    }
}

@media (min-width: 1400px) {
    .dynamic-table .dynamic-table-inner {
        margin: 0 -5rem
    }
}

@media (min-width: 768px) {
    .dynamic-table .hide-desktop {
        display: none !important
    }
}

.dynamic-table .dynamic-table-mobile-search {
    position: relative;
    padding: 3rem 0
}

.dynamic-table .dynamic-table-mobile-search:after {
    content: "\e90d";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5rem;
    color: #00A78F
}

@media (min-width: 768px) {
    .dynamic-table .dynamic-table-mobile-search {
        display: none !important
    }
}

.dynamic-table .dynamic-table-mobile-search input {
    height: 60px;
    padding: 1rem 5rem;
    border-radius: 4px;
    border: 1px solid #dedede;
    background: white
}

.dynamic-table table tr th, .dynamic-table table tr td {
    padding: 3rem
}

.dynamic-table table tr th:first-child, .dynamic-table table tr td:first-child {
    padding-left: 5rem
}

.dynamic-table table tr th:last-child, .dynamic-table table tr td:last-child {
    padding-right: 5rem
}

.dynamic-table table tr {
    border: none !important
}

.dynamic-table table thead th {
    font-size: 3.2rem;
    font-weight: 400
}

@media (min-width: 480px) {
    .dynamic-table table thead th {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .dynamic-table table thead th {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .dynamic-table table thead th {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .dynamic-table table thead th {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .dynamic-table table thead th {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .dynamic-table table thead th {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .dynamic-table table thead th {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .dynamic-table table thead th {
        font-size: .91429rem
    }
}

.dynamic-table table thead input {
    display: none
}

@media (min-width: 768px) {
    .dynamic-table table thead input {
        display: block;
        border-radius: 4px;
        border: 1px solid #dedede;
        background: white
    }
}

.dynamic-table table tbody {
    font-family: "Montserrat", sans-serif
}

.dynamic-table table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
    border-radius: 4px
}

@media (min-width: 320px) {
    .dynamic-table table tbody tr td:first-child {
        min-width: 50rem
    }
}

@media (min-width: 480px) {
    .dynamic-table table tbody tr td:first-child {
        min-width: 45.45455rem
    }
}

@media (min-width: 545px) {
    .dynamic-table table tbody tr td:first-child {
        min-width: 41.66667rem
    }
}

@media (min-width: 768px) {
    .dynamic-table table tbody tr td:first-child {
        min-width: 35rem
    }
}

@media (min-width: 1400px) {
    .dynamic-table table tbody tr td:first-child {
        min-width: 25rem;
        max-width: 33rem
    }
}

.dynamic-table table tbody tr td:first-child > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dynamic-table table tbody tr td:first-child button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    cursor: pointer
}

@media (min-width: 320px) {
    .dynamic-table table tbody tr td:first-child button {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .dynamic-table table tbody tr td:first-child button {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .dynamic-table table tbody tr td:first-child button {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .dynamic-table table tbody tr td:first-child button {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .dynamic-table table tbody tr td:first-child button {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .dynamic-table table tbody tr td:first-child button {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .dynamic-table table tbody tr td:first-child button {
        font-size: 1.9rem
    }
}

.dynamic-table table tbody tr .up {
    color: #00A78F
}

.dynamic-table table tbody tr .up span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dynamic-table table tbody tr .up span:after {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #00A78F;
    content: ""
}

.dynamic-table table tbody tr .down {
    color: #d34632
}

.dynamic-table table tbody tr .down span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dynamic-table table tbody tr .down span:after {
    margin-left: 10px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #d34632;
    content: ""
}

.dynamic-table table tbody tr td.clickable:hover {
    cursor: pointer
}

.dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
    padding: 1rem 2rem;
    margin: 4px;
    border-radius: 4px;
    font-family: "Open Sans", sans-serif;
    font-size: 3.2rem
}

@media (min-width: 480px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .dynamic-table table .btn, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a {
        font-size: .91429rem
    }
}

.dynamic-table table .btn.btn-sell, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a.btn-sell, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a.btn-sell {
    background-color: #d34632;
    border-color: #d34632
}

.dynamic-table table .btn.btn-sell:hover, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a.btn-sell:hover, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a.btn-sell:hover, .dynamic-table table .btn.btn-sell:focus, .dynamic-table .switch-tables .switch-content table tr td:last-of-type a.btn-sell:focus, .switch-tables .switch-content .dynamic-table table tr td:last-of-type a.btn-sell:focus {
    background-color: #83291c;
    border-color: #83291c
}

.dynamic-table .dynamic-table-tabs {
    position: relative;
    text-align: center
}

@media (min-width: 768px) {
    .dynamic-table .dynamic-table-tabs {
        text-align: left
    }
}

.dynamic-table .dynamic-table-tabs span {
    display: none
}

@media (min-width: 992px) {
    .dynamic-table .dynamic-table-tabs span {
        position: absolute;
        top: 0;
        bottom: 0;
        display: block;
        width: 150px;
        border-radius: 4px;
        background: #852dc4;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms
    }
}

.dynamic-table .dynamic-table-tabs button {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 2rem 2rem;
    background: transparent;
    border-radius: 4px;
    border: none;
    font-size: 3.2rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    cursor: pointer;
    outline: 0 !important
}

@media (min-width: 480px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .dynamic-table .dynamic-table-tabs button {
        font-size: .91429rem
    }
}

@media (min-width: 768px) {
    .dynamic-table .dynamic-table-tabs button {
        width: 150px;
        min-width: 150px
    }
}

.dynamic-table .dynamic-table-tabs button.active {
    background-color: #852dc4;
    color: #fff
}

@media (min-width: 992px) {
    .dynamic-table .dynamic-table-tabs button.active {
        background-color: transparent
    }
}

.dynamic-table .dynamic-table-pager {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.dynamic-table .dynamic-table-pager li {
    padding: 5px;
    margin: 5px 0;
    font-weight: 700;
    font-size: 2.8rem;
    cursor: pointer
}

@media (min-width: 480px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .dynamic-table .dynamic-table-pager li {
        font-size: .8rem
    }
}

@media (min-width: 768px) {
    .dynamic-table .dynamic-table-pager li {
        margin: 5px
    }
}

.dynamic-table .dynamic-table-pager li.active:after {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #852dc4;
    content: ""
}

.dynamic-table .dynamic-table-pager li:before {
    display: none
}

.dynamic-table .dynamic-table-pager .dynamic-table-pager-prev, .dynamic-table .dynamic-table-pager .dynamic-table-pager-next {
    font-size: 0
}

.dynamic-table .dynamic-table-pager .dynamic-table-pager-prev:after, .dynamic-table .dynamic-table-pager .dynamic-table-pager-next:after {
    display: inline-block;
    color: #852dc4;
    content: "\e901"
}

.dynamic-table .dynamic-table-pager .dynamic-table-pager-prev.disabled:after, .dynamic-table .dynamic-table-pager .dynamic-table-pager-next.disabled:after {
    opacity: 0.3
}

.dynamic-table .dynamic-table-pager .dynamic-table-pager-prev:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.dynamic-table-logo-img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: sub;
    width: 2.6rem;
    min-width: 2.6rem;
    height: 2.6rem;
    margin: 5px 30px 5px 0
}

.dynamic-table-logo-img img {
    margin: 0 !important
}

.dynamic-table-flags {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: sub;
    width: 2.6rem;
    height: 2.6rem;
    margin: 5px 30px 5px 0
}

.dynamic-table-flags span:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(1rem, 1rem);
    -ms-transform: translate(1rem, 1rem);
    transform: translate(1rem, 1rem)
}

.dynamic-table-flags span.AUD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/aud.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.AUD:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.CAD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/cad.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.CAD:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.CZK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/czk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.CZK:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.EUR {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/eur.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.EUR:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.GBP {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/gbp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.GBP:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.HUF {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/huf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.HUF:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.CHF {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/chf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.CHF:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.CNH {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/cnh.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.CNH:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.HKD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/hkd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.HKD:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.DKK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/dkk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.DKK:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.ILS {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/ils.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.ILS:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.JPY {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/jpy.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.JPY:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.MXN {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/mxn.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.MXN:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.NOK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/nok.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.NOK:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.NZD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/nzd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.NZD:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.PLN {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/pln.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.PLN:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.RUB {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/rub.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.RUB:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.SEK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/sek.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.SEK:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.SGD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/sgd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.SGD:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.TRY {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/try.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.TRY:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.USD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/usd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.USD:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.XAG {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/xag.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.XAG:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.XAU {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/xau.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.XAU:nth-child(2) {
    margin-right: 5px
}

.dynamic-table-flags span.ZAR {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/zar.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.dynamic-table-flags span.ZAR:nth-child(2) {
    margin-right: 5px
}

#trading-hours .modal-dialog, .dividend-column .modal-dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

#trading-hours .modal-content, .dividend-column .modal-content {
    position: relative;
    max-height: 80vh;
    padding: 4rem;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3)
}

#trading-hours .modal-content .close, .dividend-column .modal-content .close {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 4rem;
    height: 4rem;
    outline: 0 !important
}

#trading-hours .modal-content .close:before, .dividend-column .modal-content .close:before {
    font-size: 2rem
}

#trading-hours .modal-content .modal-body, .dividend-column .modal-content .modal-body {
    max-height: 100vh;
    overflow-y: auto;
    padding: 0;
    font-size: 14px
}

@media (min-width: 768px) {
    #trading-hours .modal-content .modal-body, .dividend-column .modal-content .modal-body {
        max-height: 65vh
    }
}

#trading-hours .modal-content .modal-body span, .dividend-column .modal-content .modal-body span {
    font-weight: 700;
    color: #29cdb0
}

#trading-hours .modal-content .modal-body ul, .dividend-column .modal-content .modal-body ul {
    padding: 2rem 0
}

#trading-hours .modal-content .modal-body ul li:before, .dividend-column .modal-content .modal-body ul li:before {
    top: 50%;
    width: 3px;
    height: 14px;
    background: #29cdb0;
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
    content: ""
}

#trading-hours .modal-content .modal-body table, .dividend-column .modal-content .modal-body table {
    table-layout: fixed
}

#trading-hours .modal-content .modal-body table tr, .dividend-column .modal-content .modal-body table tr {
    border: none
}

#trading-hours .modal-content .modal-body table th, #trading-hours .modal-content .modal-body table td, .dividend-column .modal-content .modal-body table th, .dividend-column .modal-content .modal-body table td {
    padding: 1rem 2rem
}

#trading-hours .modal-content .modal-body table th:first-child, #trading-hours .modal-content .modal-body table td:first-child, .dividend-column .modal-content .modal-body table th:first-child, .dividend-column .modal-content .modal-body table td:first-child {
    padding-left: 0
}

.dynamic-table-modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    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: 100%;
    height: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5)
}

.dynamic-table-modal .dynamic-table-modal-inner {
    position: relative;
    padding: 4rem;
    border-radius: 4px;
    max-height: 80vh;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.3);
    overflow: auto
}

@media (min-width: 768px) {
    .dynamic-table-modal .dynamic-table-modal-inner {
        width: 80%
    }
}

.dynamic-table-modal .dynamic-table-modal-inner .dynamic-table-modal-content {
    overflow: auto
}

.dynamic-table-modal .dynamic-table-modal-inner table {
    table-layout: fixed;
    min-width: 1000px
}

.dynamic-table-modal .dynamic-table-modal-inner table tr {
    border-bottom: 1px solid #dadada !important;
    background: #fff !important
}

.dynamic-table-modal .dynamic-table-modal-inner table tbody tr:last-child {
    border-bottom: none !important
}

.dynamic-table-modal .dynamic-table-modal-inner table th, .dynamic-table-modal .dynamic-table-modal-inner table td {
    border-right: 1px solid #dadada;
    text-align: center;
    min-width: auto !important
}

.dynamic-table-modal .dynamic-table-modal-inner table th:last-child, .dynamic-table-modal .dynamic-table-modal-inner table td:last-child {
    border-right: none
}

.dynamic-table-modal .dynamic-table-modal-inner table th:first-child, .dynamic-table-modal .dynamic-table-modal-inner table td:first-child {
    text-align: left
}

.dynamic-table-modal .dynamic-table-modal-inner table thead th {
    color: #29cdb0;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: "Montserrat", sans-serif
}

@media (min-width: 320px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th {
        font-size: 1.8rem
    }
}

.dynamic-table-modal .dynamic-table-modal-inner table thead th:first-child {
    color: #1D1D1D
}

@media (min-width: 320px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th:first-child {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th:first-child {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th:first-child {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .dynamic-table-modal .dynamic-table-modal-inner table thead th:first-child {
        font-size: 2.4rem
    }
}

.dynamic-table-modal .dynamic-table-modal-inner table td {
    font-size: 14px !important;
    font-weight: 400 !important
}

.dynamic-table-modal .close-btn {
    position: absolute;
    top: 8px;
    right: 4px;
    width: 4rem;
    height: 4rem;
    outline: 0 !important;
    background: #fff;
    border: none;
    cursor: pointer
}

.dynamic-table-modal .close-btn:after {
    font-size: 2rem;
    content: "\e902"
}

@media (min-width: 1200px) {
    .dynamic-table-modal .close-btn {
        top: 24px;
        right: 20px
    }
}

.dividend-column {
    text-align: center
}

.dividend-column > div {
    display: inline-block
}

@media (min-width: 320px) {
    .dividend-column > div {
        max-width: 6.8rem
    }
}

@media (min-width: 480px) {
    .dividend-column > div {
        max-width: 6.18182rem
    }
}

@media (min-width: 545px) {
    .dividend-column > div {
        max-width: 5.66667rem
    }
}

@media (min-width: 768px) {
    .dividend-column > div {
        max-width: 4.53333rem
    }
}

@media (min-width: 992px) {
    .dividend-column > div {
        max-width: 4.25rem
    }
}

@media (min-width: 1200px) {
    .dividend-column > div {
        max-width: 4rem
    }
}

.dividend-column .dividend-icon:after {
    color: #8E8E8E;
    content: "\e928"
}

@media (min-width: 320px) {
    .dividend-column .dividend-icon:after {
        font-size: 6rem
    }
}

@media (min-width: 480px) {
    .dividend-column .dividend-icon:after {
        font-size: 5.45455rem
    }
}

@media (min-width: 545px) {
    .dividend-column .dividend-icon:after {
        font-size: 5rem
    }
}

@media (min-width: 768px) {
    .dividend-column .dividend-icon:after {
        font-size: 4rem
    }
}

@media (min-width: 992px) {
    .dividend-column .dividend-icon:after {
        font-size: 3.75rem
    }
}

@media (min-width: 1200px) {
    .dividend-column .dividend-icon:after {
        font-size: 3.6rem
    }
}

.dividend-column a {
    font-size: 0
}

.dividend-column a:after {
    color: #EFB02F;
    content: "\e928"
}

@media (min-width: 320px) {
    .dividend-column a:after {
        font-size: 6rem
    }
}

@media (min-width: 480px) {
    .dividend-column a:after {
        font-size: 5.45455rem
    }
}

@media (min-width: 545px) {
    .dividend-column a:after {
        font-size: 5rem
    }
}

@media (min-width: 768px) {
    .dividend-column a:after {
        font-size: 4rem
    }
}

@media (min-width: 992px) {
    .dividend-column a:after {
        font-size: 3.75rem
    }
}

@media (min-width: 1200px) {
    .dividend-column a:after {
        font-size: 3.6rem
    }
}

.dividend-column table tr {
    background: #fff !important;
    border-bottom: 1px solid #dadada !important
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media (min-width: 1400px) {
    .dynamic-table-wrapper > .pux-container, .configurable-dynamic-table-wrapper > .pux-container {
        max-width: 1400px
    }
}

.dynamic-table-wrapper .loader-wrapper, .configurable-dynamic-table-wrapper .loader-wrapper {
    overflow: hidden;
    text-align: center;
    padding: 5rem 0
}

.dynamic-table-wrapper .loader, .configurable-dynamic-table-wrapper .loader {
    position: relative;
    display: inline-block;
    width: 11em;
    height: 11em;
    margin: 0 !important;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #9238d1), color-stop(42%, rgba(146, 56, 209, 0)));
    background: -o-linear-gradient(left, #9238d1 10%, rgba(146, 56, 209, 0) 42%);
    background: linear-gradient(to right, #9238d1 10%, rgba(146, 56, 209, 0) 42%);
    text-indent: -9999em;
    text-align: center;
    font-size: 10px;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.dynamic-table-wrapper .loader:before, .configurable-dynamic-table-wrapper .loader:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 50%;
    background: #9238d1;
    border-radius: 100% 0 0 0;
    content: ''
}

.dynamic-table-wrapper .loader:after, .configurable-dynamic-table-wrapper .loader:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 75%;
    height: 75%;
    margin: auto;
    background: white;
    border-radius: 50%;
    content: ''
}

.dynamic-table-wrapper._standalone {
    padding: 0
}

.dynamic-table-wrapper._standalone .dynamic-table {
    padding: 0 0 2rem 0
}

.dynamic-table-wrapper._standalone .dynamic-table .dynamic-table-inner {
    margin: 0
}

.dynamic-table-wrapper._standalone .dynamic-table .dynamic-table-tabs {
    margin-bottom: 2rem
}

.dynamic-table-wrapper._standalone .dynamic-table table {
    width: 100%;
    border-spacing: 0
}

.dynamic-table-wrapper._standalone .dynamic-table table tr {
    background: none;
    border-bottom: 1px solid #F4F4F4 !important
}

.dynamic-table-wrapper._standalone .dynamic-table table thead th {
    padding: 0 0.5rem 2rem 0.5rem;
    font-weight: bold
}

.dynamic-table-wrapper._standalone .dynamic-table table thead th:first-child {
    padding-left: 0
}

.dynamic-table-wrapper._standalone .dynamic-table table thead th:last-child {
    padding-right: 0
}

.dynamic-table-wrapper._standalone .dynamic-table table thead th input {
    width: calc(100% - 1rem)
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody tr:hover {
    background: #F4F4F4
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td {
    padding: 0.5rem
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td:first-child {
    padding-left: 0.5rem
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td:last-child {
    padding-right: 0.5rem
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td.clickable {
    cursor: default
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td span {
    font-weight: bold;
    color: #5F6368
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td span.up {
    color: #16C298
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td span.down {
    color: #7644AA
}

.dynamic-table-wrapper._standalone .dynamic-table table tbody td.btns-column {
    display: none
}

.dynamic-table-wrapper._standalone ul.dynamic-table-pager {
    list-style: none;
    padding-top: 2rem
}

.dynamic-table-wrapper._standalone ul.dynamic-table-pager > li {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    border: 1px solid #623B90;
    text-align: center
}

.dynamic-table-wrapper._standalone ul.dynamic-table-pager > li:hover, .dynamic-table-wrapper._standalone ul.dynamic-table-pager > li.active {
    background: #623B90;
    color: white
}

.dynamic-table-wrapper._standalone ul.dynamic-table-pager > li:hover:after, .dynamic-table-wrapper._standalone ul.dynamic-table-pager > li.active:after {
    display: none
}

.dynamic-table-wrapper._standalone ul.dynamic-table-pager > li.dynamic-table-pager-prev, .dynamic-table-wrapper._standalone ul.dynamic-table-pager > li.dynamic-table-pager-next {
    display: none
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.swap-table {
    padding: 4rem 0 6rem;
    overflow-x: auto;
    padding-right: 15px;
    margin-right: -15px
}

@media (min-width: 768px) {
    .swap-table {
        padding-right: 0;
        margin-right: 0
    }
}

.swap-table table tr th, .swap-table table tr td {
    padding: 3rem
}

.swap-table table tr th:first-child, .swap-table table tr td:first-child {
    padding-left: 5rem
}

.swap-table table tr th:last-child, .swap-table table tr td:last-child {
    padding-right: 5rem
}

.swap-table table tr {
    border: none !important
}

.swap-table table thead th {
    font-size: 3.2rem;
    font-weight: 400
}

@media (min-width: 480px) {
    .swap-table table thead th {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .swap-table table thead th {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .swap-table table thead th {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .swap-table table thead th {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .swap-table table thead th {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .swap-table table thead th {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .swap-table table thead th {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .swap-table table thead th {
        font-size: .91429rem
    }
}

.swap-table table tbody {
    font-family: "Montserrat", sans-serif
}

.swap-table table tbody tr:nth-child(even) {
    background-color: #f8f8f8;
    border-radius: 4px
}

.swap-table table tbody tr td:first-child {
    background: transparent;
    border: none;
    outline: 0;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left
}

@media (min-width: 320px) {
    .swap-table table tbody tr td:first-child {
        min-width: 50rem
    }
}

@media (min-width: 480px) {
    .swap-table table tbody tr td:first-child {
        min-width: 45.45455rem
    }
}

@media (min-width: 545px) {
    .swap-table table tbody tr td:first-child {
        min-width: 41.66667rem
    }
}

@media (min-width: 768px) {
    .swap-table table tbody tr td:first-child {
        min-width: 35rem
    }
}

@media (min-width: 320px) {
    .swap-table table tbody tr td:first-child {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .swap-table table tbody tr td:first-child {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .swap-table table tbody tr td:first-child {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .swap-table table tbody tr td:first-child {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .swap-table table tbody tr td:first-child {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .swap-table table tbody tr td:first-child {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .swap-table table tbody tr td:first-child {
        font-size: 1.9rem
    }
}

@media (min-width: 1400px) {
    .swap-table table tbody tr td:first-child {
        min-width: 25rem;
        max-width: 33rem
    }
}

.swap-table table tbody tr td:first-child > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.swap-table-flags {
    position: relative;
    width: 2.6rem;
    height: 2.6rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: sub;
    margin: 5px 30px 5px 0
}

.swap-table-flags span:nth-child(2), .swap-table-flags img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(1rem, 1rem);
    -ms-transform: translate(1rem, 1rem);
    transform: translate(1rem, 1rem)
}

.swap-table-flags span.AUD, .swap-table-flags img.AUD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/aud.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.AUD:nth-child(2), .swap-table-flags img.AUD:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.CAD, .swap-table-flags img.CAD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/cad.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.CAD:nth-child(2), .swap-table-flags img.CAD:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.CZK, .swap-table-flags img.CZK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/czk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.CZK:nth-child(2), .swap-table-flags img.CZK:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.EUR, .swap-table-flags img.EUR {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/eur.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.EUR:nth-child(2), .swap-table-flags img.EUR:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.GBP, .swap-table-flags img.GBP {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/gbp.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.GBP:nth-child(2), .swap-table-flags img.GBP:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.HUF, .swap-table-flags img.HUF {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/huf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.HUF:nth-child(2), .swap-table-flags img.HUF:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.CHF, .swap-table-flags img.CHF {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/chf.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.CHF:nth-child(2), .swap-table-flags img.CHF:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.CNH, .swap-table-flags img.CNH {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/cnh.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.CNH:nth-child(2), .swap-table-flags img.CNH:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.HKD, .swap-table-flags img.HKD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/hkd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.HKD:nth-child(2), .swap-table-flags img.HKD:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.DKK, .swap-table-flags img.DKK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/dkk.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.DKK:nth-child(2), .swap-table-flags img.DKK:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.ILS, .swap-table-flags img.ILS {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/ils.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.ILS:nth-child(2), .swap-table-flags img.ILS:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.JPY, .swap-table-flags img.JPY {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/jpy.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.JPY:nth-child(2), .swap-table-flags img.JPY:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.MXN, .swap-table-flags img.MXN {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/mxn.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.MXN:nth-child(2), .swap-table-flags img.MXN:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.NOK, .swap-table-flags img.NOK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/nok.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.NOK:nth-child(2), .swap-table-flags img.NOK:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.NZD, .swap-table-flags img.NZD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/nzd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.NZD:nth-child(2), .swap-table-flags img.NZD:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.PLN, .swap-table-flags img.PLN {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/pln.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.PLN:nth-child(2), .swap-table-flags img.PLN:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.RUB, .swap-table-flags img.RUB {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/rub.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.RUB:nth-child(2), .swap-table-flags img.RUB:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.SEK, .swap-table-flags img.SEK {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/sek.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.SEK:nth-child(2), .swap-table-flags img.SEK:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.SGD, .swap-table-flags img.SGD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/sgd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.SGD:nth-child(2), .swap-table-flags img.SGD:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.TRY, .swap-table-flags img.TRY {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/try.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.TRY:nth-child(2), .swap-table-flags img.TRY:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.USD, .swap-table-flags img.USD {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/usd.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.USD:nth-child(2), .swap-table-flags img.USD:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.XAG, .swap-table-flags img.XAG {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/xag.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.XAG:nth-child(2), .swap-table-flags img.XAG:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.XAU, .swap-table-flags img.XAU {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/xau.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.XAU:nth-child(2), .swap-table-flags img.XAU:nth-child(2) {
    margin-right: 5px
}

.swap-table-flags span.ZAR, .swap-table-flags img.ZAR {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    background: url("/static/home/images/zar.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.swap-table-flags span.ZAR:nth-child(2), .swap-table-flags img.ZAR:nth-child(2) {
    margin-right: 5px
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.columns-table._x-scroll {
    overflow-x: auto;
    overflow-y: hidden
}

.columns-table table {
    width: 100%;
    border-spacing: 10px 0;
    border-collapse: separate;
    table-layout: fixed
}

.columns-table table thead tr th {
    position: relative;
    padding: 20px 15px;
    background: #00E7C5;
    border-radius: 13px 13px 0 0;
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: white
}

@media (min-width: 480px) {
    .columns-table table thead tr th {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .columns-table table thead tr th {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .columns-table table thead tr th {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .columns-table table thead tr th {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .columns-table table thead tr th {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .columns-table table thead tr th {
        font-size: 1.8rem
    }
}

@media (min-width: 1921px) {
    .columns-table table thead tr th {
        font-size: 1.44rem
    }
}

@media (min-width: 3200px) {
    .columns-table table thead tr th {
        font-size: 1.02857rem
    }
}

.columns-table table thead tr th:after {
    position: absolute;
    top: 100%;
    left: calc(50% - 20px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #00e7c4 transparent transparent transparent;
    content: ""
}

.columns-table table thead tr th._purple {
    background: #9238D1
}

.columns-table table thead tr th._purple:after {
    border-color: #9238D1 transparent transparent transparent
}

.columns-table table tbody:first-child tr:first-child td {
    border-top: 1px solid #D7D7D7;
    border-radius: 13px 13px 0 0
}

.columns-table table tbody:not(:first-child) tr:first-child td {
    padding-top: 20px
}

.columns-table table tbody tr td {
    background: #FAFAFA;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.4;
    color: #737373
}

@media (min-width: 480px) {
    .columns-table table tbody tr td {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .columns-table table tbody tr td {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .columns-table table tbody tr td {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .columns-table table tbody tr td {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .columns-table table tbody tr td {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .columns-table table tbody tr td {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .columns-table table tbody tr td {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .columns-table table tbody tr td {
        font-size: .8rem
    }
}

.columns-table table tbody tr td big {
    font-size: 3.2rem;
    line-height: 1.4
}

@media (min-width: 480px) {
    .columns-table table tbody tr td big {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .columns-table table tbody tr td big {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .columns-table table tbody tr td big {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .columns-table table tbody tr td big {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .columns-table table tbody tr td big {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .columns-table table tbody tr td big {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .columns-table table tbody tr td big {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .columns-table table tbody tr td big {
        font-size: .91429rem
    }
}

.columns-table table tbody tr:nth-child(even) td {
    background: #F4F4F4
}

.columns-table table tbody tr:last-child td {
    border-bottom: 1px solid #D7D7D7;
    border-radius: 0 0 13px 13px
}

.columns-table .row {
    margin: 0 -5px
}

.columns-table .row > div[class*="col-"] {
    padding: 5px
}

.columns-table .row > div[class*="col-"] > table {
    border-spacing: 0
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3rem 0 3rem
}

@media (min-width: 992px) {
    .news-wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.news-wrap .news-list-wrap {
    overflow: hidden
}

@media (min-width: 992px) {
    .news-wrap .news-list-wrap {
        width: 66%;
        padding-right: 2rem
    }
}

@media (min-width: 992px) {
    .news-wrap .news-list-wrap.full-width {
        width: 100%;
        padding-right: 0
    }
}

@media (min-width: 1200px) {
    .news-wrap .news-list-wrap.full-width .news-item-wrap {
        width: 33.3333%
    }
}

.news-wrap .news-list-wrap .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    overflow: hidden;
    position: relative
}

.news-wrap .news-list-wrap .news-list.loading {
    min-height: 400px
}

.news-wrap .news-list-wrap .news-list.loading:before {
    content: "";
    position: absolute;
    z-index: 77;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("/static/home/images/spinner.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(255, 255, 255, 0.9)
}

.news-wrap .article-detail-more-articles {
    margin: 3rem 0;
    text-align: center
}

.news-wrap .article-detail-more-articles a {
    padding: 5px;
    color: #29cdb0;
    background: transparent;
    border: 0;
    font-size: 3.2rem;
    letter-spacing: 0;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (min-width: 480px) {
    .news-wrap .article-detail-more-articles a {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .news-wrap .article-detail-more-articles a {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .news-wrap .article-detail-more-articles a {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .news-wrap .article-detail-more-articles a {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .news-wrap .article-detail-more-articles a {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .news-wrap .article-detail-more-articles a {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .news-wrap .article-detail-more-articles a {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .news-wrap .article-detail-more-articles a {
        font-size: .91429rem
    }
}

.news-wrap .article-detail-more-articles a:before {
    display: none !important
}

.news-wrap .article-detail-more-articles a:hover {
    color: #852dc4
}

@media (min-width: 992px) {
    .news-wrap .news-detail-wrap {
        padding-right: 6rem
    }
}

.news-wrap .news-detail-wrap .pux-infinite-repeater-options-inner-load-more {
    margin-top: 1rem
}

.news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
    padding: 5px;
    color: #29cdb0;
    background: transparent;
    border: 0;
    font-size: 3.2rem;
    letter-spacing: 0
}

@media (min-width: 480px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more {
        font-size: .91429rem
    }
}

.news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more:before, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more:before, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more:before {
    display: none !important
}

.news-wrap .news-detail-wrap .btn.btn-primary.btn-load-more:hover, .news-wrap .news-detail-wrap .switch-tables .switch-content table tr td:last-of-type a.btn-primary.btn-load-more:hover, .switch-tables .switch-content table tr td:last-of-type .news-wrap .news-detail-wrap a.btn-primary.btn-load-more:hover {
    color: #852dc4
}

.news-wrap .news-feed {
    width: 100%;
    margin-top: 5rem
}

@media (min-width: 992px) {
    .news-wrap .news-feed {
        margin-top: 0;
        width: 34%;
        padding-left: 2rem;
        border-left: 2px solid #f4f4f4
    }
}

.news-wrap .news-feed .news-item-wrap {
    display: none
}

@media (min-width: 992px) {
    .news-wrap .news-feed .news-item-wrap {
        display: block;
        width: 100%
    }
}

.news-wrap .news-item-wrap {
    padding: 1.5rem;
    width: 100%
}

@media (min-width: 545px) {
    .news-wrap .news-item-wrap {
        width: 50%
    }
}

.news-wrap .news-item-wrap.first {
    width: 100%
}

@media (min-width: 320px) {
    .news-wrap .news-item-wrap.first .news-item-title {
        font-size: 4rem
    }
}

@media (min-width: 480px) {
    .news-wrap .news-item-wrap.first .news-item-title {
        font-size: 3.63636rem
    }
}

@media (min-width: 545px) {
    .news-wrap .news-item-wrap.first .news-item-title {
        font-size: 3.33333rem
    }
}

@media (min-width: 768px) {
    .news-wrap .news-item-wrap.first .news-item-title {
        font-size: 2.66667rem
    }
}

@media (min-width: 992px) {
    .news-wrap .news-item-wrap.first .news-item-title {
        font-size: 2.5rem
    }
}

@media (min-width: 1200px) {
    .news-wrap .news-item-wrap.first .news-item-title {
        font-size: 2.4rem
    }
}

.news-wrap .news-item {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    color: #7b7b7b;
    padding-bottom: 3.5rem;
    height: 100%;
    -webkit-box-shadow: 0, 0, 0;
    box-shadow: 0, 0, 0;
    -webkit-transition: all ease-out .35s;
    -o-transition: all ease-out .35s;
    transition: all ease-out .35s
}

.news-wrap .news-item-img {
    margin-bottom: 2rem;
    border-radius: 4px 4px 0 0;
    background-size: cover !important;
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-perspective: 500px;
    perspective: 500px;
    position: relative;
    overflow: hidden;
    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
}

.news-wrap .news-item-img .show-more {
    opacity: 0;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    position: relative;
    z-index: 5;
    color: #FFF;
    font-weight: 700
}

@media (min-width: 320px) {
    .news-wrap .news-item-img .show-more {
        font-size: 4rem
    }
}

@media (min-width: 480px) {
    .news-wrap .news-item-img .show-more {
        font-size: 3.63636rem
    }
}

@media (min-width: 545px) {
    .news-wrap .news-item-img .show-more {
        font-size: 3.33333rem
    }
}

@media (min-width: 768px) {
    .news-wrap .news-item-img .show-more {
        font-size: 2.66667rem
    }
}

@media (min-width: 992px) {
    .news-wrap .news-item-img .show-more {
        font-size: 2.5rem
    }
}

@media (min-width: 1200px) {
    .news-wrap .news-item-img .show-more {
        font-size: 2.4rem
    }
}

.news-wrap .news-item-img:before {
    content: '';
    display: block;
    padding-bottom: 56%
}

.news-wrap .news-item-img:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    background: #852dc4;
    top: 50%;
    left: 50%;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s;
    display: block;
    opacity: 0
}

.news-wrap .news-item-noimg {
    padding: 3rem 3.5rem 0;
    color: #bebebe;
    font-weight: 700;
    margin-bottom: 1rem
}

@media (min-width: 320px) {
    .news-wrap .news-item-noimg {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .news-wrap .news-item-noimg {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .news-wrap .news-item-noimg {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .news-wrap .news-item-noimg {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .news-wrap .news-item-noimg {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .news-wrap .news-item-noimg {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .news-wrap .news-item-noimg {
        font-size: 1.8rem
    }
}

.news-wrap .news-item-date {
    padding: 2rem 3.5rem 0;
    margin-top: auto
}

.news-wrap .news-item-title {
    padding: 0 3.5rem;
    margin-bottom: 2rem;
    color: #4c4c4c;
    font-weight: 700
}

@media (min-width: 320px) {
    .news-wrap .news-item-title {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .news-wrap .news-item-title {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .news-wrap .news-item-title {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .news-wrap .news-item-title {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .news-wrap .news-item-title {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .news-wrap .news-item-title {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .news-wrap .news-item-title {
        font-size: 1.8rem
    }
}

.news-wrap .news-item-perex {
    padding: 0 3.5rem
}

.news-wrap .news-item:hover {
    text-decoration: none;
    -webkit-box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4);
    box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4)
}

.news-wrap .news-item:hover .news-item-img .show-more {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.news-wrap .news-item:hover .news-item-img:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3
}

.news-wrap .filter-category {
    margin: 0 -2.5rem 4rem -2.5rem;
    padding-top: 5px
}

.news-wrap .filter-category .filter-item {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #7b7b7b;
    padding: 0 2.5rem;
    position: relative;
    -webkit-transition: all ease-out .2s;
    -o-transition: all ease-out .2s;
    transition: all ease-out .2s
}

@media (min-width: 320px) {
    .news-wrap .filter-category .filter-item {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .news-wrap .filter-category .filter-item {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .news-wrap .filter-category .filter-item {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .news-wrap .filter-category .filter-item {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .news-wrap .filter-category .filter-item {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .news-wrap .filter-category .filter-item {
        font-size: 2rem
    }
}

.news-wrap .filter-category .filter-item + .filter-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-wrap .filter-category .filter-item + .filter-item:before {
    content: "";
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    position: absolute;
    left: 0;
    background: #7b7b7b;
    width: 3px;
    height: 70%
}

.news-wrap .filter-category .filter-item.active {
    color: #852dc4
}

.news-wrap .filter-category:hover .filter-item, .news-wrap .filter-category:hover .filter-item.active {
    color: #7b7b7b
}

.news-wrap .filter-category:hover .filter-item:hover, .news-wrap .filter-category:hover .filter-item.active:hover {
    color: #852dc4
}

.news-wrap article h1 {
    margin: 0 0 2rem 0;
    color: #4c4c4c
}

.news-wrap article .article-date {
    color: #29cdb0;
    margin-bottom: 0.5rem
}

.news-wrap article img {
    border-radius: 4px
}

.news-wrap article .detail {
    margin-top: 1rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 2rem;
    color: #7b7b7b;
    font-size: 2.8rem;
    line-height: 4.8rem
}

@media (min-width: 480px) {
    .news-wrap article .detail {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .news-wrap article .detail {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .news-wrap article .detail {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .news-wrap article .detail {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .news-wrap article .detail {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .news-wrap article .detail {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .news-wrap article .detail {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .news-wrap article .detail {
        font-size: .8rem
    }
}

@media (min-width: 480px) {
    .news-wrap article .detail {
        line-height: 4.36364rem
    }
}

@media (min-width: 545px) {
    .news-wrap article .detail {
        line-height: 4rem
    }
}

@media (min-width: 768px) {
    .news-wrap article .detail {
        line-height: 3.2rem
    }
}

@media (min-width: 992px) {
    .news-wrap article .detail {
        line-height: 3rem
    }
}

@media (min-width: 1200px) {
    .news-wrap article .detail {
        line-height: 2.66667rem
    }
}

@media (min-width: 1400px) {
    .news-wrap article .detail {
        line-height: 2.4rem
    }
}

@media (min-width: 1921px) {
    .news-wrap article .detail {
        line-height: 1.92rem
    }
}

@media (min-width: 3200px) {
    .news-wrap article .detail {
        line-height: 1.37143rem
    }
}

.news-wrap article img {
    margin: 14px 0
}

.news-wrap article iframe.youtube-video {
    width: 100%;
    min-height: 50%;
    aspect-ratio: 16 / 9
}

.pux-infinite-repeater-options-inner-load-more {
    margin-top: 3rem;
    text-align: center
}

.article-group {
    font-weight: 700;
    margin-bottom: 2rem
}

.article-group-header {
    padding: 2.5rem 4rem;
    background: #ededed;
    border-radius: 6px
}

.article-group-header-title {
    margin: 0 0 10px
}

@media (min-width: 320px) {
    .article-group-header-title {
        font-size: 3.8rem
    }
}

@media (min-width: 480px) {
    .article-group-header-title {
        font-size: 3.45455rem
    }
}

@media (min-width: 545px) {
    .article-group-header-title {
        font-size: 3.16667rem
    }
}

@media (min-width: 768px) {
    .article-group-header-title {
        font-size: 2.53333rem
    }
}

@media (min-width: 992px) {
    .article-group-header-title {
        font-size: 2.375rem
    }
}

@media (min-width: 1200px) {
    .article-group-header-title {
        font-size: 2.11111rem
    }
}

@media (min-width: 1400px) {
    .article-group-header-title {
        font-size: 2rem
    }
}

.article-group-header-title a {
    color: #1D1D1D
}

.article-group-header-title a:hover, .article-group-header-title a:focus {
    color: #00e7c5
}

.article-group-header-btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.article-group-header-btn:after {
    margin: 0 0 0 10px;
    content: "\e901";
    width: 20px;
    height: 20px;
    color: #00A78F;
    line-height: 20px;
    text-align: center;
    font-size: 3.6rem;
    -o-transition: all ease-in-out 200ms;
    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (min-width: 480px) {
    .article-group-header-btn:after {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .article-group-header-btn:after {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .article-group-header-btn:after {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .article-group-header-btn:after {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .article-group-header-btn:after {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .article-group-header-btn:after {
        font-size: 1.8rem
    }
}

@media (min-width: 1921px) {
    .article-group-header-btn:after {
        font-size: 1.44rem
    }
}

@media (min-width: 3200px) {
    .article-group-header-btn:after {
        font-size: 1.02857rem
    }
}

.article-group-content {
    padding: 1rem 0 2rem
}

.article-group-content a {
    margin: 0 4rem;
    padding: 1.5rem 0;
    display: block;
    color: #532375;
    border-bottom: 1px solid #e1e1e1
}

.article-group-content a:hover, .article-group-content a:focus {
    color: #00e7c5
}

.article-group.open .article-group-header-btn:after {
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media (min-width: 480px) {
    .article-group-header {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between
    }

    .article-group-header-title {
        margin: 0
    }
}

.form-banner {
    text-align: center;
    padding: 3.5rem 0 4.5rem 0;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important
}

.form-banner h2 {
    margin-bottom: 1rem;
    margin-top: 1rem
}

.form-banner .btn, .form-banner .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .form-banner a {
    margin: 3rem 0 0 0
}

.form-banner.form-banner-light {
    color: #1D1D1D;
    background: url("/static/home/images/aca-img2.png")
}

.form-banner.form-banner-dark {
    background: url("/static/home/images/aca-img1.png");
    color: #fff
}

.form-banner.form-banner-dark .btn.btn-primary, .form-banner.form-banner-dark .switch-tables .switch-content table tr td:last-of-type a.btn-primary, .switch-tables .switch-content table tr td:last-of-type .form-banner.form-banner-dark a.btn-primary {
    background-color: #fff;
    color: #1D1D1D !important
}

.form-banner.form-banner-dark .btn.btn-primary:hover, .form-banner.form-banner-dark .switch-tables .switch-content table tr td:last-of-type a.btn-primary:hover, .switch-tables .switch-content table tr td:last-of-type .form-banner.form-banner-dark a.btn-primary:hover {
    background-color: #8E8E8E
}

article .detail.bordered {
    border: 1px solid #d5d5d5;
    padding: 3.6rem
}

.news-detail-wrap .article-date {
    color: #a4a4a4
}

.news-detai-share {
    font-weight: 700;
    text-align: center
}

[class^="a2a_button"] {
    margin: 10px 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 30px
}

[class^="a2a_button"] span {
    display: none !important
}

.a2a_button_facebook {
    background-image: url("/static/home/images/facebook-blog-icon.svg")
}

.a2a_button_twitter {
    background-image: url("/static/home/fonts/twitter-social-icon.svg")
}

.a2a_button_line {
    background-image: url("/static/home/fonts/line-social-icon.svg")
}

.a2a_kit {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -5px -5px 20px;
    line-height: 32px !important
}

@media (min-width: 768px) {
    .a2a_kit {
        line-height: 16px !important
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.form-wrapper {
    margin: 6rem 0;
    padding: 3rem 4rem;
    background-color: #fafafa;
    color: #1D1D1D
}

@media (min-width: 768px) {
    .form-wrapper {
        margin: 6rem auto
    }
}

@media (min-width: 768px) and (min-width: 320px) {
    .form-wrapper {
        max-width: 64rem
    }
}

@media (min-width: 768px) and (min-width: 480px) {
    .form-wrapper {
        max-width: 58.18182rem
    }
}

@media (min-width: 768px) and (min-width: 545px) {
    .form-wrapper {
        max-width: 53.33333rem
    }
}

@media (min-width: 768px) and (min-width: 768px) {
    .form-wrapper {
        max-width: 42.66667rem
    }
}

@media (min-width: 768px) and (min-width: 992px) {
    .form-wrapper {
        max-width: 40rem
    }
}

@media (min-width: 768px) and (min-width: 1200px) {
    .form-wrapper {
        max-width: 36rem
    }
}

.form-wrapper .form-submit .btn, .form-wrapper .form-submit .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .form-wrapper .form-submit a {
    display: block;
    width: 100%;
    padding: 2rem
}

.form-wrapper p {
    margin-bottom: 2rem
}

@media (min-width: 320px) {
    .form-wrapper p {
        font-size: 2.4rem
    }
}

@media (min-width: 480px) {
    .form-wrapper p {
        font-size: 2.18182rem
    }
}

@media (min-width: 545px) {
    .form-wrapper p {
        font-size: 2rem
    }
}

@media (min-width: 768px) {
    .form-wrapper p {
        font-size: 1.6rem
    }
}

@media (min-width: 992px) {
    .form-wrapper p {
        font-size: 1.5rem
    }
}

@media (min-width: 1200px) {
    .form-wrapper p {
        font-size: 1.33333rem
    }
}

@media (min-width: 1400px) {
    .form-wrapper p {
        font-size: 1.2rem
    }
}

.form-wrapper-wide {
    max-width: 80rem
}

.form-wrapper-nogap {
    padding: 0
}

.basic-form-inner .basic-form-row {
    position: relative
}

@media (min-width: 320px) {
    .basic-form-inner .basic-form-row {
        padding-bottom: 2rem
    }
}

@media (min-width: 480px) {
    .basic-form-inner .basic-form-row {
        padding-bottom: 1.81818rem
    }
}

@media (min-width: 545px) {
    .basic-form-inner .basic-form-row {
        padding-bottom: 1.66667rem
    }
}

@media (min-width: 768px) {
    .basic-form-inner .basic-form-row {
        padding-bottom: 1.33333rem
    }
}

@media (min-width: 992px) {
    .basic-form-inner .basic-form-row {
        padding-bottom: 1.25rem
    }
}

@media (min-width: 1200px) {
    .basic-form-inner .basic-form-row {
        padding-bottom: 1.11111rem
    }
}

@media (min-width: 1400px) {
    .basic-form-inner .basic-form-row {
        padding-bottom: 1rem
    }
}

.basic-form-inner .phone-number-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 320px) {
    .basic-form-inner .phone-number-row > div:first-child {
        width: 18rem
    }
}

@media (min-width: 480px) {
    .basic-form-inner .phone-number-row > div:first-child {
        width: 16.36364rem
    }
}

@media (min-width: 545px) {
    .basic-form-inner .phone-number-row > div:first-child {
        width: 15rem
    }
}

@media (min-width: 768px) {
    .basic-form-inner .phone-number-row > div:first-child {
        width: 12rem
    }
}

@media (min-width: 992px) {
    .basic-form-inner .phone-number-row > div:first-child {
        width: 11.25rem
    }
}

@media (min-width: 1200px) {
    .basic-form-inner .phone-number-row > div:first-child {
        width: 10rem
    }
}

@media (min-width: 1400px) {
    .basic-form-inner .phone-number-row > div:first-child {
        width: 9rem
    }
}

@media (min-width: 320px) {
    .basic-form-inner .phone-number-row > div:first-child {
        min-width: 18rem
    }
}

@media (min-width: 480px) {
    .basic-form-inner .phone-number-row > div:first-child {
        min-width: 16.36364rem
    }
}

@media (min-width: 545px) {
    .basic-form-inner .phone-number-row > div:first-child {
        min-width: 15rem
    }
}

@media (min-width: 768px) {
    .basic-form-inner .phone-number-row > div:first-child {
        min-width: 12rem
    }
}

@media (min-width: 992px) {
    .basic-form-inner .phone-number-row > div:first-child {
        min-width: 11.25rem
    }
}

@media (min-width: 1200px) {
    .basic-form-inner .phone-number-row > div:first-child {
        min-width: 10rem
    }
}

@media (min-width: 1400px) {
    .basic-form-inner .phone-number-row > div:first-child {
        min-width: 9rem
    }
}

.basic-form-inner .phone-number-row > div:nth-child(2) {
    width: 100%
}

.phone-number-row > div:first-child {
    margin-right: -1px
}

.phone-prefix-dropdown {
    white-space: nowrap
}

.form-grid .row {
    margin: 0 0 0 -1.5rem
}

.form-grid .row > *[class*="col-"], .form-grid .row > *[class^="col"] {
    padding: 0 0 0 1.5rem
}

.form-grid .row .basic-form-row {
    padding-bottom: 1.5rem
}

.subscribe-form-wrapper {
    background: #fafafa;
    padding: 3rem 0;
    max-width: 40rem;
    margin: auto
}

.subscribe-form-wrapper .subscribe-form-before {
    text-align: center;
    margin: 0 auto 1.5rem;
    color: #8E8E8E
}

.subscribe-form-wrapper .subscribe-form-before h1, .subscribe-form-wrapper .subscribe-form-before h2, .subscribe-form-wrapper .subscribe-form-before h3 {
    color: #1D1D1D;
    margin: 0 0 1.5rem
}

.subscribe-form-wrapper .subscribe-form-item {
    padding: 0 0 1.5rem
}

.subscribe-form-wrapper .subscribe-form input[type="submit"] {
    background: #852dc4;
    border: none;
    padding: 0 3rem;
    width: 100%
}

@media (min-width: 320px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        height: 8rem
    }
}

@media (min-width: 480px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        height: 5rem
    }
}

@media (min-width: 320px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        line-height: 8rem
    }
}

@media (min-width: 480px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        line-height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        line-height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        line-height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .subscribe-form-wrapper .subscribe-form input[type="submit"] {
        line-height: 5rem
    }
}

.subscribe-form-wrapper .subscribe-form input[type="submit"]:hover, .subscribe-form-wrapper .subscribe-form input[type="submit"]:focus {
    background: #9238d1
}

.subscribe-form-wrapper.row-form {
    display: block;
    max-width: none
}

.subscribe-form-wrapper.row-form .subscribe-form-before {
    max-width: 60rem
}

@media (min-width: 992px) {
    .subscribe-form-wrapper.row-form .subscribe-form {
        width: 100%;
        max-width: none;
        margin: auto
    }

    .subscribe-form-wrapper.row-form .subscribe-form-inner {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -1.5rem
    }

    .subscribe-form-wrapper.row-form .subscribe-form-item {
        padding: 0 0 0 1.5rem;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .subscribe-form-wrapper.row-form .subscribe-form-item.subscribe-form-consent {
        margin: 1.5rem 0 0;
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        width: 100%
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

#calculator {
    background: #f8f8f8
}

.calculator .pux-container {
    max-width: 72rem
}

.calculator .row {
    margin: 0 -7.5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.calculator .row [class^="col-"] {
    padding: 0 7.5px
}

.calculator .calculator-loading {
    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;
    height: 80vh;
    color: #282626;
    font-size: 0
}

.calculator .calculator-loading .loader {
    display: inline-block;
    text-align: center;
    font-size: 10px;
    margin: 0 !important;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #9238d1;
    background: -o-linear-gradient(left, #9238d1 10%, rgba(146, 56, 209, 0) 42%);
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #9238d1), color-stop(42%, rgba(146, 56, 209, 0)));
    background: linear-gradient(to right, #9238d1 10%, rgba(146, 56, 209, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.calculator .calculator-loading .loader:before {
    width: 50%;
    height: 50%;
    background: #9238d1;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: ''
}

.calculator .calculator-loading .loader:after {
    background: #f8f8f8;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.calculator h1 {
    color: #282626;
    font-weight: 700
}

@media (min-width: 320px) {
    .calculator h1 {
        font-size: 4.8rem
    }
}

@media (min-width: 480px) {
    .calculator h1 {
        font-size: 4.36364rem
    }
}

@media (min-width: 545px) {
    .calculator h1 {
        font-size: 4rem
    }
}

@media (min-width: 768px) {
    .calculator h1 {
        font-size: 3.6rem
    }
}

@media (min-width: 320px) {
    .calculator h1 {
        line-height: 4.8rem
    }
}

@media (min-width: 480px) {
    .calculator h1 {
        line-height: 4.36364rem
    }
}

@media (min-width: 545px) {
    .calculator h1 {
        line-height: 4rem
    }
}

@media (min-width: 768px) {
    .calculator h1 {
        line-height: 3.6rem
    }
}

.calculator .calculator-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.calculator .btn-calculator {
    color: #1D1D1D;
    font-family: Montserrat;
    font-weight: 700;
    padding: 2rem 3.5rem;
    border: none;
    background: none;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    cursor: pointer
}

@media (min-width: 320px) {
    .calculator .btn-calculator {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .calculator .btn-calculator {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .calculator .btn-calculator {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .calculator .btn-calculator {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .calculator .btn-calculator {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .calculator .btn-calculator {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .calculator .btn-calculator {
        font-size: 1.6rem
    }
}

.calculator .btn-calculator.active {
    color: #fff;
    background-color: #852dc4
}

.calculator .btn-calculator:hover {
    color: #fff;
    background-color: #532375
}

.calculator .calculator-wrapper {
    margin: 6rem 0 0 0
}

.calculator .calculator-control {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.calculator .calculator-control.calculator-btn {
    margin-top: auto;
    margin-bottom: 0
}

@media (min-width: 320px) {
    .calculator .calculator-control.calculator-btn {
        padding-top: 4rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-control.calculator-btn {
        padding-top: 3.63636rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-control.calculator-btn {
        padding-top: 3.33333rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-control.calculator-btn {
        padding-top: 2.66667rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-control.calculator-btn {
        padding-top: 2.5rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-control.calculator-btn {
        padding-top: 2.22222rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-control.calculator-btn {
        padding-top: 2rem
    }
}

.calculator .calculator-control.calculator-btn .btn, .calculator .calculator-control.calculator-btn .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .calculator .calculator-control.calculator-btn a {
    max-width: none !important
}

.calculator .calculator-control label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282626;
    font-weight: 400;
    text-transform: uppercase;
    margin: 2.3rem 0 0.6rem 0;
    position: relative
}

@media (min-width: 320px) {
    .calculator .calculator-control label {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-control label {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-control label {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-control label {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-control label {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-control label {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-control label {
        font-size: 1.4rem
    }
}

.calculator .calculator-control label small {
    color: #8E8E8E
}

@media (min-width: 320px) {
    .calculator .calculator-control label small {
        font-size: 2.6rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-control label small {
        font-size: 2.36364rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-control label small {
        font-size: 2.16667rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-control label small {
        font-size: 1.73333rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-control label small {
        font-size: 1.625rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-control label small {
        font-size: 1.44444rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-control label small {
        font-size: 1.3rem
    }
}

.calculator .calculator-control label:focus .tooltip-box, .calculator .calculator-control label:hover .tooltip-box {
    display: block
}

.calculator .calculator-control input {
    background-color: #fff;
    border-color: #cdcdcd;
    margin: 0;
    -webkit-transition: border-color ease 300ms;
    -o-transition: border-color ease 300ms;
    transition: border-color ease 300ms;
    border-radius: 2px
}

@media (min-width: 320px) {
    .calculator .calculator-control input {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-control input {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-control input {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-control input {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-control input {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-control input {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-control input {
        font-size: 1.4rem
    }
}

@media (min-width: 320px) {
    .calculator .calculator-control input {
        height: 8rem !important
    }
}

@media (min-width: 480px) {
    .calculator .calculator-control input {
        height: 7.27273rem !important
    }
}

@media (min-width: 545px) {
    .calculator .calculator-control input {
        height: 6.66667rem !important
    }
}

@media (min-width: 768px) {
    .calculator .calculator-control input {
        height: 5.33333rem !important
    }
}

@media (min-width: 992px) {
    .calculator .calculator-control input {
        height: 5rem !important
    }
}

.calculator .calculator-control input:focus, .calculator .calculator-control input:hover {
    border-color: #532375
}

.calculator .calculator-control input:disabled {
    background-color: #f6f6f6;
    border-color: #cdcdcd
}

.calculator .calculator-control input:disabled:focus, .calculator .calculator-control input:disabled:hover {
    border-color: #cdcdcd
}

.calculator .calculator-control .btn, .calculator .calculator-control .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .calculator .calculator-control a {
    padding: 2rem;
    width: 100%;
    max-width: 250px
}

@media (min-width: 320px) {
    .calculator .calculator-control .btn, .calculator .calculator-control .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .calculator .calculator-control a {
        height: 8rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-control .btn, .calculator .calculator-control .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .calculator .calculator-control a {
        height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-control .btn, .calculator .calculator-control .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .calculator .calculator-control a {
        height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-control .btn, .calculator .calculator-control .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .calculator .calculator-control a {
        height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-control .btn, .calculator .calculator-control .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .calculator .calculator-control a {
        height: 5rem
    }
}

.calculator .calculator-control .tooltip-wrapper {
    padding-left: 10px;
    height: 14px;
    position: static
}

.calculator .calculator-control .tooltip-wrapper .tooltip-btn {
    display: inline-block;
    background: #532375;
    color: #fff;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.calculator .calculator-control .tooltip-wrapper .tooltip-box {
    right: auto;
    bottom: auto;
    top: -13rem;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.calculator .calculator-control .tooltip-wrapper .tooltip-box:after {
    right: auto;
    left: 3rem
}

.calculator .calculator-separ {
    margin: 4rem 0;
    height: 1px;
    background-color: #dadada
}

.calculator .calculator-result {
    background: #fff;
    border-radius: 6px;
    padding: 4rem;
    text-align: center;
    font-size: 5.4rem;
    font-weight: 700;
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width: 480px) {
    .calculator .calculator-result {
        font-size: 4.90909rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-result {
        font-size: 4.5rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-result {
        font-size: 3.6rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-result {
        font-size: 3.375rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-result {
        font-size: 3rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-result {
        font-size: 2.7rem
    }
}

@media (min-width: 1921px) {
    .calculator .calculator-result {
        font-size: 2.16rem
    }
}

@media (min-width: 3200px) {
    .calculator .calculator-result {
        font-size: 1.54286rem
    }
}

.calculator .calculator-result span {
    display: block;
    color: #282626;
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}

@media (min-width: 320px) {
    .calculator .calculator-result span {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-result span {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-result span {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-result span {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-result span {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-result span {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-result span {
        font-size: 1.4rem
    }
}

@media (min-width: 320px) {
    .calculator .calculator-result span {
        min-height: 8.4rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-result span {
        min-height: 7.63636rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-result span {
        min-height: 7rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-result span {
        min-height: 5.6rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-result span {
        min-height: 5.25rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-result span {
        min-height: 4.66667rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-result span {
        min-height: 4.2rem
    }
}

.calculator .calculator-bg {
    background-color: #efefef
}

.calculator .calculator-example {
    margin: 4rem 0;
    padding: 2rem 0 3rem 0;
    background-color: #fff
}

.calculator .calculator-example h2 {
    font-weight: 400;
    margin-bottom: 1.5rem;
    padding-top: 2rem
}

@media (min-width: 320px) {
    .calculator .calculator-example h2 {
        font-size: 3.6rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-example h2 {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-example h2 {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-example h2 {
        font-size: 2.6rem
    }
}

@media (min-width: 320px) {
    .calculator .calculator-example h2 {
        line-height: 3.6rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-example h2 {
        line-height: 3.27273rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-example h2 {
        line-height: 3rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-example h2 {
        line-height: 2.6rem
    }
}

.calculator .calculator-example p {
    font-weight: 400;
    line-height: 25.5px;
    margin-bottom: 1rem
}

@media (min-width: 320px) {
    .calculator .calculator-example p {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-example p {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-example p {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-example p {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-example p {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-example p {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-example p {
        font-size: 1.5rem
    }
}

.calculator .calculator-example p strong {
    color: #532375
}

.calculator .calculator-example h3 {
    font-weight: 700;
    padding-top: 2rem
}

@media (min-width: 320px) {
    .calculator .calculator-example h3 {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-example h3 {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-example h3 {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-example h3 {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-example h3 {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-example h3 {
        font-size: 1.8rem
    }
}

@media (min-width: 320px) {
    .calculator .calculator-example h3 {
        line-height: 3.2rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-example h3 {
        line-height: 2.90909rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-example h3 {
        line-height: 2.66667rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-example h3 {
        line-height: 2.13333rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-example h3 {
        line-height: 2rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-example h3 {
        line-height: 1.8rem
    }
}

@media (min-width: 320px) {
    .calculator .calculator-example .calculator-example-counted {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-example .calculator-example-counted {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-example .calculator-example-counted {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-example .calculator-example-counted {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-example .calculator-example-counted {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-example .calculator-example-counted {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-example .calculator-example-counted {
        font-size: 1.5rem
    }
}

@media (min-width: 320px) {
    .calculator .calculator-example .calculator-example-counted {
        line-height: 2.8rem
    }
}

@media (min-width: 480px) {
    .calculator .calculator-example .calculator-example-counted {
        line-height: 2.54545rem
    }
}

@media (min-width: 545px) {
    .calculator .calculator-example .calculator-example-counted {
        line-height: 2.33333rem
    }
}

@media (min-width: 768px) {
    .calculator .calculator-example .calculator-example-counted {
        line-height: 1.86667rem
    }
}

@media (min-width: 992px) {
    .calculator .calculator-example .calculator-example-counted {
        line-height: 1.75rem
    }
}

@media (min-width: 1200px) {
    .calculator .calculator-example .calculator-example-counted {
        line-height: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .calculator .calculator-example .calculator-example-counted {
        line-height: 1.5rem
    }
}

.calculator .calculator-example .calculator-example-counted div {
    margin-bottom: 1rem
}

.calculator .calculator-example .calculator-example-counted div .more-info {
    margin-bottom: 0.5rem
}

.calculator .calculator-example .calculator-example-counted div:last-child {
    margin-top: 2rem
}

.calculator .calculator-example .calculator-example-counted div small {
    color: #8E8E8E
}

.calculator .calculator-example .calculator-example-counted div strong {
    display: block;
    margin-top: 1rem
}

.react-select-container .react-select__control {
    width: 100%;
    padding: 0 1rem 0 2rem;
    border: 1px solid #cdcdcd;
    background: #fff;
    color: #1D1D1D;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease 300ms;
    -o-transition: border-color ease 300ms;
    transition: border-color ease 300ms;
    border-radius: 2px
}

@media (min-width: 320px) {
    .react-select-container .react-select__control {
        height: 8rem !important
    }
}

@media (min-width: 480px) {
    .react-select-container .react-select__control {
        height: 7.27273rem !important
    }
}

@media (min-width: 545px) {
    .react-select-container .react-select__control {
        height: 6.66667rem !important
    }
}

@media (min-width: 768px) {
    .react-select-container .react-select__control {
        height: 5.33333rem !important
    }
}

@media (min-width: 992px) {
    .react-select-container .react-select__control {
        height: 5rem !important
    }
}

@media (min-width: 320px) {
    .react-select-container .react-select__control {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .react-select-container .react-select__control {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .react-select-container .react-select__control {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .react-select-container .react-select__control {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .react-select-container .react-select__control {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .react-select-container .react-select__control {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .react-select-container .react-select__control {
        font-size: 1.4rem
    }
}

.react-select-container .react-select__control::-webkit-input-placeholder {
    color: #000
}

.react-select-container .react-select__control:-moz-placeholder {
    color: #000
}

.react-select-container .react-select__control::-moz-placeholder {
    color: #000
}

.react-select-container .react-select__control:-ms-input-placeholder {
    color: #000
}

.react-select-container .react-select__control:focus, .react-select-container .react-select__control:hover {
    outline: 0;
    border: 1px solid #532375
}

.react-select-container .react-select__control.react-select__control--menu-is-open {
    outline: 0;
    border: 1px solid #532375;
    border-bottom: none
}

.react-select-container .react-select__control.react-select__control--menu-is-open .react-select__dropdown-indicator:after {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.react-select-container .react-select__control .react-select__value-container {
    position: static;
    height: 100%;
    padding: 0
}

.react-select-container .react-select__control .react-select__value-container .react-select__single-value {
    color: #1D1D1D
}

.react-select-container .react-select__control .react-select__indicators .react-select__indicator-separator {
    display: none
}

.react-select-container .react-select__control .react-select__indicators .react-select__indicator {
    color: #532375
}

.react-select-container .react-select__control .react-select__dropdown-indicator svg {
    display: none !important
}

.react-select-container .react-select__control .react-select__dropdown-indicator:after {
    content: '\e901';
    display: block;
    font-size: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #cdcdcd;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms
}

.react-select-container .react-select__menu {
    border-radius: 0 0 2px 2px;
    background: #fff;
    border: 1px solid #532375;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0px;
    z-index: 3
}

.react-select-container .react-select__menu .react-select__menu-list .react-select__option {
    padding: 15px 19px
}

.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-selected {
    background: #fff;
    color: #532375;
    font-weight: 800
}

.react-select-container .react-select__menu .react-select__menu-list .react-select__option--is-focused {
    background: #f2f2f2;
    color: #532375
}

.calculator-control > span {
    color: #e10000;
    font-size: 12px
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.webinar-row {
    margin: 0 0 30px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.webinar-row > div {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.webinar-row-date {
    width: 100%
}

.webinar-row-name {
    width: 100%;
    font-weight: 700;
    margin: 12px 0
}

.webinar-row-lang {
    display: none;
    width: 30%
}

.webinar-row-person {
    display: none;
    text-align: right;
    width: 70%
}

.webinar-row-cta {
    padding: 2rem 0 0;
    width: 100%;
    text-align: center;
    margin-top: -10px
}

.webinar-row-cta a {
    padding: 1.5rem 2rem;
    font-size: 3.2rem
}

@media (min-width: 480px) {
    .webinar-row-cta a {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .webinar-row-cta a {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .webinar-row-cta a {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .webinar-row-cta a {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .webinar-row-cta a {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .webinar-row-cta a {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .webinar-row-cta a {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .webinar-row-cta a {
        font-size: .91429rem
    }
}

.webinar-row > .webinar-row-cta {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.webinar-row.webinar-header {
    display: none;
    text-transform: uppercase;
    color: #8E8E8E;
    margin: 0 0 60px;
    font-size: 3.2rem
}

@media (min-width: 480px) {
    .webinar-row.webinar-header {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .webinar-row.webinar-header {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .webinar-row.webinar-header {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .webinar-row.webinar-header {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .webinar-row.webinar-header {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .webinar-row.webinar-header {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .webinar-row.webinar-header {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .webinar-row.webinar-header {
        font-size: .91429rem
    }
}

.webinar-row.webinar-header > * {
    font-weight: 400
}

@media (min-width: 545px) {
    .webinar-row-date {
        width: 50%
    }

    .webinar-row-name {
        text-align: right;
        width: 50%;
        margin-top: 0
    }
}

@media (min-width: 768px) {
    .webinar-row-date {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 34%
    }

    .webinar-row-name {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        text-align: left;
        width: 34%
    }

    .webinar-row-person {
        display: block;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 19%;
        text-align: left
    }

    .webinar-row-lang {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 13%
    }

    .webinar-row-cta {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
        text-align: right
    }

    .webinar-row.webinar-header {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex
    }
}

@media (min-width: 992px) {
    .webinar-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .webinar-row > div {
        -moz-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto
    }

    .webinar-row-lang {
        width: 10%
    }

    .webinar-row-date {
        width: 22%
    }

    .webinar-row-name {
        width: 28%;
        margin-bottom: 0
    }

    .webinar-row-person {
        width: 17%
    }

    .webinar-row-cta {
        padding: 0
    }
}

.webinar-collapse .webinar-row {
    padding: 3rem 0;
    border-bottom: 1px solid #8E8E8E
}

.webinar-collapse .webinar-row-lang {
    display: none
}

.webinar-collapse .webinar-row .webinar-item-description {
    width: 100%;
    margin: 0 0 2rem
}

.webinar-collapse .webinar-row .webinar-item-person {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.webinar-collapse .webinar-row .webinar-item-person .person-item-image {
    width: 80px;
    margin: 0 2rem 0 0;
    border-radius: 50%
}

.webinar-collapse .webinar-row .webinar-item-person .person-item-name {
    color: #532375;
    font-weight: 700;
    margin: 0 0 1rem
}

@media (min-width: 320px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-name {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-name {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-name {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-name {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-name {
        font-size: 2rem
    }
}

.webinar-collapse .webinar-row .webinar-item-person .person-item-position {
    color: #8E8E8E
}

@media (min-width: 320px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-position {
        font-size: 2.8rem
    }
}

@media (min-width: 480px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-position {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-position {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-position {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-position {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .webinar-collapse .webinar-row .webinar-item-person .person-item-position {
        font-size: 1.6rem
    }
}

@media (min-width: 768px) {
    .webinar-collapse .webinar-row {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .webinar-collapse .webinar-row .webinar-item-description {
        width: 60%;
        padding: 0 15px 0 0;
        border-right: 1px solid #8E8E8E
    }

    .webinar-collapse .webinar-row .webinar-item-person {
        width: auto;
        padding: 0 0 0 20px;
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto
    }
}

@media (min-width: 992px) {
    .webinar-collapse .webinar-row {
        padding: 3rem 0 7rem
    }

    .webinar-collapse .webinar-row-lang {
        display: block;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .webinar-collapse .webinar-row .webinar-item-description {
        width: 47%;
        padding: 0 4.5rem 0 0
    }

    .webinar-collapse .webinar-row .webinar-item-person {
        padding: 0 0 0 10rem
    }

    .webinar-collapse .webinar-row .webinar-item-person .person-item-image {
        width: 180px;
        margin: 0 4.5rem 0 0
    }
}

.webinar-tile {
    margin-bottom: 8rem
}

@media (min-width: 768px) {
    .webinar-tile {
        margin-bottom: 6rem
    }
}

.webinar-tile-image {
    display: block;
    margin: 0 0 4rem
}

.webinar-tile-title {
    color: #00A78F;
    font-weight: 700
}

@media (min-width: 320px) {
    .webinar-tile-title {
        font-size: 3.4rem
    }
}

@media (min-width: 480px) {
    .webinar-tile-title {
        font-size: 3.09091rem
    }
}

@media (min-width: 545px) {
    .webinar-tile-title {
        font-size: 2.83333rem
    }
}

@media (min-width: 768px) {
    .webinar-tile-title {
        font-size: 2.26667rem
    }
}

@media (min-width: 992px) {
    .webinar-tile-title {
        font-size: 2.125rem
    }
}

@media (min-width: 1200px) {
    .webinar-tile-title {
        font-size: 2.1rem
    }
}

.modal-form {
    padding: 0
}

.modal-form .form-wrapper {
    margin: 0 !important
}

.webinar-modal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.widget-divider-title, .widget-divider-line {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.widget-divider-icon {
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin: 0 15px 0 0
}

.widget-divider-icon img {
    max-width: 71px;
    max-height: 71px
}

.widget-divider h2 {
    margin: 0;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

@media (min-width: 320px) {
    .widget-divider h2 {
        font-size: 4.4rem
    }
}

@media (min-width: 480px) {
    .widget-divider h2 {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    .widget-divider h2 {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    .widget-divider h2 {
        font-size: 3rem
    }
}

@media (min-width: 320px) {
    .widget-divider h2 {
        line-height: 5rem
    }
}

@media (min-width: 480px) {
    .widget-divider h2 {
        line-height: 4.54545rem
    }
}

@media (min-width: 545px) {
    .widget-divider h2 {
        line-height: 4.16667rem
    }
}

@media (min-width: 768px) {
    .widget-divider h2 {
        line-height: 3.5rem
    }
}

.widget-divider span {
    display: block;
    height: 1px;
    background: #8E8E8E;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto
}

.widget-divider a {
    display: block;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    margin: 0 0 0 15px;
    white-space: nowrap;
    color: #00A78F
}

@media (min-width: 768px) {
    .widget-divider {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .widget-divider-title {
        width: auto;
        -moz-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        -webkit-box-flex: 0;
        flex: 0 1 auto
    }

    .widget-divider-line {
        -moz-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        -webkit-box-flex: 1;
        flex: 1 1 auto
    }

    .widget-divider-icon {
        margin: 0 30px 0 0
    }

    .widget-divider h2 {
        white-space: nowrap;
        margin: 0 15px 0 0
    }

    .widget-divider a {
        margin: 0 0 0 30px
    }
}

.styled-editable-text-wrap {
    margin-left: auto;
    margin-right: auto;
    overflow: visible
}

.styled-editable-text-wrap.small-width {
    max-width: 85rem
}

.styled-editable-text-wrap.smaller-width {
    max-width: 70rem
}

.styled-editable-text {
    border-radius: 5px
}

.styled-editable-text.shadow {
    -webkit-box-shadow: 0 0 20px 10px rgba(110, 91, 91, 0.15);
    box-shadow: 0 0 20px 10px rgba(110, 91, 91, 0.15);
    padding: 5rem
}

.styled-editable-text.border-white {
    border: 1px solid #FFFFFF;
    padding: 5rem
}

.styled-editable-text.border-grey {
    border: 1px solid #fafafa;
    padding: 5rem
}

.styled-editable-text.border-purple {
    border: 1px solid #532375;
    padding: 5rem
}

.styled-editable-text.border-green {
    border: 1px solid #00A78F;
    padding: 5rem
}

.styled-editable-text.bg-white {
    background: #FFFFFF;
    padding: 5rem
}

.styled-editable-text.bg-grey {
    background: #fafafa;
    padding: 5rem
}

.styled-editable-text.bg-purple {
    background: #532375;
    padding: 5rem;
    color: #FFFFFF
}

.styled-editable-text.bg-purple h3, .styled-editable-text.bg-purple h4, .styled-editable-text.bg-purple h5, .styled-editable-text.bg-purple .risk-notice {
    color: #FFFFFF
}

.styled-editable-text.bg-green {
    background: #00A78F;
    padding: 5rem;
    color: #FFFFFF
}

.styled-editable-text.bg-green h3, .styled-editable-text.bg-green h4, .styled-editable-text.bg-green h5, .styled-editable-text.bg-green .risk-notice {
    color: #FFFFFF
}

.styled-editable-text h3, .styled-editable-text h4, .styled-editable-text h5 {
    margin: 0
}

.styled-editable-text h4 {
    font-size: 18px
}

@media (min-width: 1400px) {
    .styled-editable-text h4 {
        font-size: 1.8rem
    }
}

.styled-editable-text .btn-wrap {
    margin-bottom: -20px
}

.styled-editable-text ol li {
    padding-left: 55px;
    min-height: 40px
}

.styled-editable-text ol li:before {
    content: counter(my-ol);
    width: 40px;
    height: 40px;
    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;
    color: #29cdb0;
    border: 2px solid #29cdb0;
    border-radius: 50%;
    top: -8px
}

@media screen and (min-width: 1921px) {
    .styled-editable-text ol li:before {
        top: -2px
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.cta-tile-wrapper {
    padding: 15px 15px
}

@media (min-width: 768px) {
    .cta-tile-wrapper:nth-child(2n) {
        padding: 2rem 12rem 2rem 1rem
    }

    .cta-tile-wrapper:nth-child(2n+1) {
        padding: 2rem 1rem 2rem 12rem
    }
}

.cta-tile {
    width: 100%;
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
    padding: 3rem;
    color: #1D1D1D !important
}

.cta-tile:hover, .cta-tile:focus {
    -webkit-box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4);
    box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4)
}

.cta-tile-top-title {
    font-size: 5.6rem;
    font-weight: 700;
    margin-bottom: 2rem
}

@media (min-width: 480px) {
    .cta-tile-top-title {
        font-size: 5.09091rem
    }
}

@media (min-width: 545px) {
    .cta-tile-top-title {
        font-size: 4.66667rem
    }
}

@media (min-width: 768px) {
    .cta-tile-top-title {
        font-size: 3.73333rem
    }
}

@media (min-width: 992px) {
    .cta-tile-top-title {
        font-size: 3.5rem
    }
}

@media (min-width: 1200px) {
    .cta-tile-top-title {
        font-size: 3.11111rem
    }
}

@media (min-width: 1400px) {
    .cta-tile-top-title {
        font-size: 2.8rem
    }
}

@media (min-width: 1921px) {
    .cta-tile-top-title {
        font-size: 2.24rem
    }
}

@media (min-width: 3200px) {
    .cta-tile-top-title {
        font-size: 1.6rem
    }
}

@media (min-width: 480px) {
    .cta-tile-top-title {
        margin-bottom: 1.81818rem
    }
}

@media (min-width: 545px) {
    .cta-tile-top-title {
        margin-bottom: 1.66667rem
    }
}

@media (min-width: 768px) {
    .cta-tile-top-title {
        margin-bottom: 1.33333rem
    }
}

@media (min-width: 992px) {
    .cta-tile-top-title {
        margin-bottom: 1.25rem
    }
}

@media (min-width: 1200px) {
    .cta-tile-top-title {
        margin-bottom: 1.11111rem
    }
}

@media (min-width: 1400px) {
    .cta-tile-top-title {
        margin-bottom: 1rem
    }
}

@media (min-width: 1921px) {
    .cta-tile-top-title {
        margin-bottom: .8rem
    }
}

@media (min-width: 3200px) {
    .cta-tile-top-title {
        margin-bottom: .57143rem
    }
}

.cta-tile-bot {
    margin-top: 3rem
}

@media (min-width: 480px) {
    .cta-tile-bot {
        margin-top: 2.72727rem
    }
}

@media (min-width: 545px) {
    .cta-tile-bot {
        margin-top: 2.5rem
    }
}

@media (min-width: 768px) {
    .cta-tile-bot {
        margin-top: 2rem
    }
}

@media (min-width: 992px) {
    .cta-tile-bot {
        margin-top: 1.875rem
    }
}

@media (min-width: 1200px) {
    .cta-tile-bot {
        margin-top: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .cta-tile-bot {
        margin-top: 1.5rem
    }
}

@media (min-width: 1921px) {
    .cta-tile-bot {
        margin-top: 1.2rem
    }
}

@media (min-width: 3200px) {
    .cta-tile-bot {
        margin-top: .85714rem
    }
}

.cta-tile-bot .btn, .cta-tile-bot .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .cta-tile-bot a {
    padding: 1.5rem 3rem;
    background: #29cdb0 !important;
    border-color: #29cdb0 !important;
    width: 100%;
    white-space: break-spaces
}

@media (min-width: 768px) {
    .cta-tile-bot .btn, .cta-tile-bot .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .cta-tile-bot a {
        width: auto
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.cta-gradient-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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 100%;
    height: 100%;
    padding: 30px 15px;
    border-radius: 6px;
    background: -o-linear-gradient(350.85deg, #A024D9 3.89%, #6D0E99 99.76%);
    background: linear-gradient(99.15deg, #A024D9 3.89%, #6D0E99 99.76%);
    text-decoration: none
}

@media (min-width: 768px) {
    .cta-gradient-tile {
        padding: 30px 20px
    }
}

@media (min-width: 992px) {
    .cta-gradient-tile {
        padding: 30px 40px
    }
}

.cta-gradient-tile._purple {
    background: -o-linear-gradient(350.85deg, #A024D9 3.89%, #6D0E99 99.76%);
    background: linear-gradient(99.15deg, #A024D9 3.89%, #6D0E99 99.76%)
}

.cta-gradient-tile._green {
    background: -o-linear-gradient(169.8deg, #1FD9A3 -3.73%, #17A990 82.25%);
    background: linear-gradient(280.2deg, #1FD9A3 -3.73%, #17A990 82.25%)
}

.cta-gradient-tile._blue {
    background: -o-linear-gradient(350.85deg, #6266d0 3.89%, #43abc8 99.76%);
    background: linear-gradient(99.15deg, #6266d0 3.89%, #43abc8 99.76%)
}

.cta-gradient-tile .tile-texts .tile-texts-title {
    padding: 0 0 1rem 0;
    margin: 0;
    line-height: 1.3;
    font-size: 3.6rem;
    font-weight: bold;
    color: white
}

@media (min-width: 480px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 3.27273rem
    }
}

@media (min-width: 545px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 3rem
    }
}

@media (min-width: 768px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 2.25rem
    }
}

@media (min-width: 1200px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 2rem
    }
}

@media (min-width: 1400px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 1.8rem
    }
}

@media (min-width: 1921px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 1.44rem
    }
}

@media (min-width: 3200px) {
    .cta-gradient-tile .tile-texts .tile-texts-title {
        font-size: 1.02857rem
    }
}

.cta-gradient-tile .tile-texts .tile-texts-text {
    padding: 0 0 2rem 0;
    margin: 0;
    line-height: 1.4;
    font-size: 2.8rem;
    color: white
}

@media (min-width: 480px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .cta-gradient-tile .tile-texts .tile-texts-text {
        font-size: .8rem
    }
}

.cta-gradient-tile .tile-cta .tile-cta-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 25px;
    background: white;
    border-radius: 80px;
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms
}

.cta-gradient-tile .tile-cta .tile-cta-button > span {
    line-height: 1.2;
    font-size: 3rem;
    font-weight: bold;
    color: black
}

@media (min-width: 480px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: 1.5rem
    }
}

@media (min-width: 1921px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: 1.2rem
    }
}

@media (min-width: 3200px) {
    .cta-gradient-tile .tile-cta .tile-cta-button > span {
        font-size: .85714rem
    }
}

.cta-gradient-tile .tile-cta .tile-cta-button:after {
    display: inline-block;
    width: 25px;
    height: 30px;
    margin-left: 15px;
    background: url(/static/home/fonts/cta-gradient-arrow.svg) center no-repeat;
    content: ""
}

.cta-gradient-tile:hover .tile-cta .tile-cta-button {
    margin: -5px;
    padding: 20px 30px
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

@-webkit-keyframes gradient1 {
    0% {
        background-position: 40% 50%
    }
    20% {
        background-position: 100% 100%
    }
    40% {
        background-position: 100% 0%
    }
    60% {
        background-position: 0% 100%
    }
    80% {
        background-position: 0% 0%
    }
    100% {
        background-position: 40% 50%
    }
}

@keyframes gradient1 {
    0% {
        background-position: 40% 50%
    }
    20% {
        background-position: 100% 100%
    }
    40% {
        background-position: 100% 0%
    }
    60% {
        background-position: 0% 100%
    }
    80% {
        background-position: 0% 0%
    }
    100% {
        background-position: 40% 50%
    }
}

@-webkit-keyframes gradient2 {
    0% {
        background-position: 100% 40%
    }
    20% {
        background-position: 0% 100%
    }
    40% {
        background-position: 50% 100%
    }
    60% {
        background-position: 100% 0%
    }
    80% {
        background-position: 100% 100%
    }
    100% {
        background-position: 100% 40%
    }
}

@keyframes gradient2 {
    0% {
        background-position: 100% 40%
    }
    20% {
        background-position: 0% 100%
    }
    40% {
        background-position: 50% 100%
    }
    60% {
        background-position: 100% 0%
    }
    80% {
        background-position: 100% 100%
    }
    100% {
        background-position: 100% 40%
    }
}

@-webkit-keyframes logo1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(5%, 20%, 0);
        transform: translate3d(5%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo1 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(5%, 20%, 0);
        transform: translate3d(5%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-5%, 40%, 0);
        transform: translate3d(-5%, 40%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-5%, 40%, 0);
        transform: translate3d(-5%, 40%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-10%, 20%, 0);
        transform: translate3d(-10%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo3 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-10%, 20%, 0);
        transform: translate3d(-10%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(50%, -20%, 0);
        transform: translate3d(50%, -20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo4 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(50%, -20%, 0);
        transform: translate3d(50%, -20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo1mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(2.5%, 10%, 0);
        transform: translate3d(2.5%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo1mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(2.5%, 10%, 0);
        transform: translate3d(2.5%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo2mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-2.5%, 20%, 0);
        transform: translate3d(-2.5%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo2mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-2.5%, 20%, 0);
        transform: translate3d(-2.5%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo3mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-5%, 10%, 0);
        transform: translate3d(-5%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo3mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-5%, 10%, 0);
        transform: translate3d(-5%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo4mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(25%, -10%, 0);
        transform: translate3d(25%, -10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo4mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(25%, -10%, 0);
        transform: translate3d(25%, -10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(30%, -15%, 0);
        transform: translate3d(30%, -15%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo5 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(30%, -15%, 0);
        transform: translate3d(30%, -15%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo6 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-90%, -10%, 0);
        transform: translate3d(-90%, -10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo6 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-90%, -10%, 0);
        transform: translate3d(-90%, -10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo7 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-10%, 20%, 0);
        transform: translate3d(-10%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo7 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-10%, 20%, 0);
        transform: translate3d(-10%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo8 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-50%, 20%, 0);
        transform: translate3d(-50%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo8 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-50%, 20%, 0);
        transform: translate3d(-50%, 20%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo5mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(15%, -7.5%, 0);
        transform: translate3d(15%, -7.5%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo5mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(15%, -7.5%, 0);
        transform: translate3d(15%, -7.5%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo6mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-45%, -5%, 0);
        transform: translate3d(-45%, -5%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo6mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-45%, -5%, 0);
        transform: translate3d(-45%, -5%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo7mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-5%, 10%, 0);
        transform: translate3d(-5%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo7mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-5%, 10%, 0);
        transform: translate3d(-5%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes logo8mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-25%, 10%, 0);
        transform: translate3d(-25%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes logo8mob {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    50% {
        -webkit-transform: translate3d(-25%, 10%, 0);
        transform: translate3d(-25%, 10%, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animated-tile {
    width: 100%;
    height: 100%;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    padding: 3rem;
    -webkit-box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4);
    box-shadow: 1px 4px 12px rgba(103, 83, 83, 0.4)
}

.animated-tile-top-perex {
    line-height: 2
}

.animated-tile-bot {
    margin-top: 6rem
}

@media (min-width: 480px) {
    .animated-tile-bot {
        margin-top: 5.45455rem
    }
}

@media (min-width: 545px) {
    .animated-tile-bot {
        margin-top: 5rem
    }
}

@media (min-width: 768px) {
    .animated-tile-bot {
        margin-top: 4rem
    }
}

@media (min-width: 992px) {
    .animated-tile-bot {
        margin-top: 3.75rem
    }
}

@media (min-width: 1200px) {
    .animated-tile-bot {
        margin-top: 3.33333rem
    }
}

@media (min-width: 1400px) {
    .animated-tile-bot {
        margin-top: 3rem
    }
}

@media (min-width: 1921px) {
    .animated-tile-bot {
        margin-top: 2.4rem
    }
}

@media (min-width: 3200px) {
    .animated-tile-bot {
        margin-top: 1.71429rem
    }
}

.animated-tile-bot .btn, .animated-tile-bot .switch-tables .switch-content table tr td:last-of-type a, .switch-tables .switch-content table tr td:last-of-type .animated-tile-bot a {
    padding: 1.5rem 3rem;
    white-space: inherit
}

.animated-tile-bot-btn {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.animated-tile-bot-btn .risk-notice {
    font-size: 2.2rem;
    font-weight: 400;
    display: inline-block;
    margin-top: 7px;
    font-family: "Montserrat", sans-serif;
    color: #1D1D1D
}

@media (min-width: 480px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: 2rem
    }
}

@media (min-width: 545px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: 1.83333rem
    }
}

@media (min-width: 768px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: 1.46667rem
    }
}

@media (min-width: 992px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: 1.375rem
    }
}

@media (min-width: 1200px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: 1.22222rem
    }
}

@media (min-width: 1400px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: 1.1rem
    }
}

@media (min-width: 1921px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: .88rem
    }
}

@media (min-width: 3200px) {
    .animated-tile-bot-btn .risk-notice {
        font-size: .62857rem
    }
}

.animated-tile-bot-canvas {
    position: relative;
    height: 33rem;
    background: #532375;
    margin: 4rem -3rem -3rem;
    border-radius: 0 0 10px 10px;
    background-color: #8a29d5;
    background-image: -o-linear-gradient(287deg, #8a29d5 30%, #0aedc5 100%);
    background-image: linear-gradient(163deg, #8a29d5 30%, #0aedc5 100%);
    -webkit-animation: gradient1 20s linear infinite;
    animation: gradient1 20s linear infinite;
    background-size: 150% 300%
}

@media (min-width: 480px) {
    .animated-tile-bot-canvas {
        height: 30rem
    }
}

@media (min-width: 545px) {
    .animated-tile-bot-canvas {
        height: 27.5rem
    }
}

@media (min-width: 768px) {
    .animated-tile-bot-canvas {
        height: 22rem
    }
}

@media (min-width: 992px) {
    .animated-tile-bot-canvas {
        height: 20.625rem
    }
}

@media (min-width: 1200px) {
    .animated-tile-bot-canvas {
        height: 18.33333rem
    }
}

@media (min-width: 1400px) {
    .animated-tile-bot-canvas {
        height: 16.5rem
    }
}

@media (min-width: 1921px) {
    .animated-tile-bot-canvas {
        height: 13.2rem
    }
}

@media (min-width: 3200px) {
    .animated-tile-bot-canvas {
        height: 9.42857rem
    }
}

.animated-tile-bot-canvas img {
    position: absolute;
    max-width: 20rem
}

@media (min-width: 480px) {
    .animated-tile-bot-canvas img {
        max-width: 18.18182rem
    }
}

@media (min-width: 545px) {
    .animated-tile-bot-canvas img {
        max-width: 16.66667rem
    }
}

@media (min-width: 768px) {
    .animated-tile-bot-canvas img {
        max-width: 13.33333rem
    }
}

@media (min-width: 992px) {
    .animated-tile-bot-canvas img {
        max-width: 12.5rem
    }
}

@media (min-width: 1200px) {
    .animated-tile-bot-canvas img {
        max-width: 11.11111rem
    }
}

@media (min-width: 1400px) {
    .animated-tile-bot-canvas img {
        max-width: 10rem
    }
}

@media (min-width: 1921px) {
    .animated-tile-bot-canvas img {
        max-width: 8rem
    }
}

@media (min-width: 3200px) {
    .animated-tile-bot-canvas img {
        max-width: 5.71429rem
    }
}

@media (min-width: 1200px) {
    .animated-tile-bot-canvas img {
        max-width: 32rem
    }
}

@media (min-width: 1200px) and (min-width: 480px) {
    .animated-tile-bot-canvas img {
        max-width: 29.09091rem
    }
}

@media (min-width: 1200px) and (min-width: 545px) {
    .animated-tile-bot-canvas img {
        max-width: 26.66667rem
    }
}

@media (min-width: 1200px) and (min-width: 768px) {
    .animated-tile-bot-canvas img {
        max-width: 21.33333rem
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .animated-tile-bot-canvas img {
        max-width: 20rem
    }
}

@media (min-width: 1200px) and (min-width: 1200px) {
    .animated-tile-bot-canvas img {
        max-width: 17.77778rem
    }
}

@media (min-width: 1200px) and (min-width: 1400px) {
    .animated-tile-bot-canvas img {
        max-width: 16rem
    }
}

@media (min-width: 1200px) and (min-width: 1921px) {
    .animated-tile-bot-canvas img {
        max-width: 12.8rem
    }
}

@media (min-width: 1200px) and (min-width: 3200px) {
    .animated-tile-bot-canvas img {
        max-width: 9.14286rem
    }
}

.animated-tile-wrapper {
    padding: 15px 15px
}

@media (min-width: 768px) {
    .animated-tile-wrapper:nth-child(2n) {
        padding: 2rem 12rem 2rem 1rem
    }

    .animated-tile-wrapper:nth-child(2n+1) {
        padding: 2rem 1rem 2rem 12rem
    }
}

.animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(1) {
    top: 8%;
    left: 5%;
    -webkit-animation: logo1mob 4s ease-in-out infinite;
    animation: logo1mob 4s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(1) {
        -webkit-animation-name: logo1;
        animation-name: logo1
    }
}

.animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(2) {
    top: 25%;
    left: 40%;
    -webkit-animation: logo2mob 5s ease-in-out infinite;
    animation: logo2mob 5s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(2) {
        -webkit-animation-name: logo2;
        animation-name: logo2
    }
}

.animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(3) {
    top: -50%;
    left: 60%;
    -webkit-animation: logo3mob 6s ease-in-out infinite;
    animation: logo3mob 6s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(3) {
        -webkit-animation-name: logo3;
        animation-name: logo3
    }
}

.animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(4) {
    top: 50%;
    left: 72.5%;
    -webkit-animation: logo4mob 4s ease-in-out infinite;
    animation: logo4mob 4s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(1) .animated-tile-bot-canvas img:nth-of-type(4) {
        -webkit-animation-name: logo4;
        animation-name: logo4
    }
}

.animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas {
    -webkit-animation-name: gradient2;
    animation-name: gradient2
}

.animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(1) {
    top: -20%;
    left: 10%;
    -webkit-animation: logo5mob 4s ease-in-out infinite;
    animation: logo5mob 4s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(1) {
        -webkit-animation-name: logo5;
        animation-name: logo5
    }
}

.animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(2) {
    top: 42%;
    left: 30%;
    -webkit-animation: logo6mob 5s ease-in-out infinite;
    animation: logo6mob 5s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(2) {
        -webkit-animation-name: logo6;
        animation-name: logo6
    }
}

.animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(3) {
    top: -50%;
    left: 60%;
    -webkit-animation: logo7mob 6s ease-in-out infinite;
    animation: logo7mob 6s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(3) {
        -webkit-animation-name: logo7;
        animation-name: logo7
    }
}

.animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(4) {
    top: 35%;
    left: 75%;
    -webkit-animation: logo8mob 4s ease-in-out infinite;
    animation: logo8mob 4s ease-in-out infinite
}

@media (min-width: 1200px) {
    .animated-tile-wrapper:nth-child(2) .animated-tile-bot-canvas img:nth-of-type(4) {
        -webkit-animation-name: logo8;
        animation-name: logo8
    }
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.popup-countdown {
    text-align: center;
    font-weight: 900
}

@media (min-width: 320px) {
    .popup-countdown {
        font-size: 4.8rem
    }
}

@media (min-width: 480px) {
    .popup-countdown {
        font-size: 4.36364rem
    }
}

@media (min-width: 545px) {
    .popup-countdown {
        font-size: 4rem
    }
}

@media (min-width: 768px) {
    .popup-countdown {
        font-size: 3.2rem
    }
}

.popup-countdown.light {
    color: #fff
}

.popup-openner {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999
}

.popup-openner a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 225px;
    padding: 10px 25px;
    margin: 15px;
    background: #00A78F;
    border-radius: 0.6rem;
    text-align: center;
    color: #fff
}

@media (min-width: 320px) {
    .popup-openner a {
        font-size: 3rem
    }
}

@media (min-width: 480px) {
    .popup-openner a {
        font-size: 2.72727rem
    }
}

@media (min-width: 545px) {
    .popup-openner a {
        font-size: 2.5rem
    }
}

@media (min-width: 768px) {
    .popup-openner a {
        font-size: 2rem
    }
}

@media (min-width: 992px) {
    .popup-openner a {
        font-size: 1.875rem
    }
}

@media (min-width: 1200px) {
    .popup-openner a {
        font-size: 1.66667rem
    }
}

@media (min-width: 1400px) {
    .popup-openner a {
        font-size: 1.5rem
    }
}

@media screen and (min-width: 375px) {
    .popup-openner a {
        max-width: 275px
    }
}

@media screen and (min-width: 390px) {
    .popup-openner a {
        max-width: 300px
    }
}

@media screen and (min-width: 450px) {
    .popup-openner a {
        max-width: none
    }
}

.popup-openner a:after {
    margin-left: 15px;
    content: '\e929'
}

.popup-openner.show {
    display: block
}

#leavepopup .modal-dialog {
    pointer-events: none;
    width: 800px;
    max-width: 95%;
    min-height: calc(100% - 3.5rem);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto !important
}

#leavepopup .modal-dialog .modal-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    background: #fff;
    border-radius: 50%;
    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;
    z-index: 4
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .modal-close {
        top: -3rem;
        right: -3rem;
        width: 3rem;
        height: 3rem
    }
}

#leavepopup .modal-dialog .modal-close:before {
    display: inline-block;
    color: #1D1D1D;
    font-weight: 700;
    font-size: 2rem;
    content: '\e902'
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .modal-close:before {
        font-size: 1rem
    }
}

#leavepopup .modal-dialog .modal-content {
    pointer-events: initial;
    max-width: 100%;
    border-radius: 4px;
    margin: 2rem 0
}

#leavepopup .modal-dialog .popup {
    padding: 5rem 2rem 5rem;
    width: 800px;
    max-width: 100%;
    min-height: 500px;
    color: #532375;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 320px) {
    #leavepopup .modal-dialog .popup {
        font-size: 3.2rem
    }
}

@media (min-width: 480px) {
    #leavepopup .modal-dialog .popup {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    #leavepopup .modal-dialog .popup {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup {
        font-size: 2.4rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup {
        padding: 5rem 7rem 5rem
    }
}

#leavepopup .modal-dialog .popup-background {
    background-size: cover !important;
    background-position: center top;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup-background.mobile {
        display: none
    }
}

#leavepopup .modal-dialog .popup-background.desktop {
    display: none
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup-background.desktop {
        display: block
    }
}

#leavepopup .modal-dialog .popup-content {
    width: 100%;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup-content-mobile {
        display: none !important
    }
}

#leavepopup .modal-dialog .popup-content-desktop {
    display: none
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup-content-desktop {
        display: block
    }
}

#leavepopup .modal-dialog .popup img {
    max-width: 150px;
    margin: 0 0 4rem
}

@media (min-width: 320px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        font-size: 4.4rem
    }
}

@media (min-width: 480px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        font-size: 3.5rem
    }
}

@media (min-width: 320px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        line-height: 6rem
    }
}

@media (min-width: 480px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        line-height: 5.45455rem
    }
}

@media (min-width: 545px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        line-height: 5rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup .big, #leavepopup .modal-dialog .popup big {
        line-height: 4.5rem
    }
}

#leavepopup .modal-dialog .popup small, #leavepopup .modal-dialog .popup .small {
    color: #8E8E8E
}

#leavepopup .modal-dialog .popup h2 {
    margin: 0 0 15px;
    font-weight: 900;
    color: #1D1D1D
}

@media (min-width: 320px) {
    #leavepopup .modal-dialog .popup h2 {
        font-size: 6rem
    }
}

@media (min-width: 480px) {
    #leavepopup .modal-dialog .popup h2 {
        font-size: 5.45455rem
    }
}

@media (min-width: 545px) {
    #leavepopup .modal-dialog .popup h2 {
        font-size: 5rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup h2 {
        font-size: 4.5rem
    }
}

@media (min-width: 320px) {
    #leavepopup .modal-dialog .popup h2 {
        line-height: 6.4rem
    }
}

@media (min-width: 480px) {
    #leavepopup .modal-dialog .popup h2 {
        line-height: 5.81818rem
    }
}

@media (min-width: 545px) {
    #leavepopup .modal-dialog .popup h2 {
        line-height: 5.33333rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup h2 {
        line-height: 4.7rem
    }
}

#leavepopup .modal-dialog .popup .marker {
    color: #00A78F
}

@media (min-width: 320px) {
    #leavepopup .modal-dialog .popup .marker {
        font-size: 4.4rem
    }
}

@media (min-width: 480px) {
    #leavepopup .modal-dialog .popup .marker {
        font-size: 4rem
    }
}

@media (min-width: 545px) {
    #leavepopup .modal-dialog .popup .marker {
        font-size: 3.66667rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup .marker {
        font-size: 3.5rem
    }
}

@media (min-width: 320px) {
    #leavepopup .modal-dialog .popup .marker {
        line-height: 6rem
    }
}

@media (min-width: 480px) {
    #leavepopup .modal-dialog .popup .marker {
        line-height: 5.45455rem
    }
}

@media (min-width: 545px) {
    #leavepopup .modal-dialog .popup .marker {
        line-height: 5rem
    }
}

@media (min-width: 768px) {
    #leavepopup .modal-dialog .popup .marker {
        line-height: 4.5rem
    }
}

#leavepopup.bg-purple {
    color: #fff
}

#leavepopup.bg-purple h1, #leavepopup.bg-purple h2, #leavepopup.bg-purple h3 {
    color: inherit
}

#leavepopup.bg-purple .modal-dialog .modal-close:before {
    color: inherit
}

.widget-reviews .widget-reviews-slider .slick-arrow {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 50px;
    height: 50px;
    background: url(/static/home/fonts/reviews_slick_arrow.svg) center no-repeat;
    background-size: contain
}

.widget-reviews .widget-reviews-slider .slick-arrow.slick-prev {
    left: -15px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 1300px) {
    .widget-reviews .widget-reviews-slider .slick-arrow.slick-prev {
        left: -50px
    }
}

.widget-reviews .widget-reviews-slider .slick-arrow.slick-next {
    right: -15px
}

@media (min-width: 1300px) {
    .widget-reviews .widget-reviews-slider .slick-arrow.slick-next {
        right: -50px
    }
}

.widget-reviews .widget-reviews-slider .slick-arrow:before {
    width: 100%;
    height: 100%;
    content: ""
}

.widget-reviews .widget-reviews-slider .slick-list {
    margin: 0 35px;
    overflow: hidden
}

@media (min-width: 1300px) {
    .widget-reviews .widget-reviews-slider .slick-list {
        margin: 0
    }
}

.widget-reviews .review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin: 0 10px;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #8a29d5), to(#0aedc5));
    background: -o-linear-gradient(left, #8a29d5 1%, #0aedc5 100%);
    background: linear-gradient(90deg, #8a29d5 1%, #0aedc5 100%);
    border-radius: 10px
}

.widget-reviews .review-item .item-inside {
    width: calc(100% - 8px);
    margin: 4px;
    padding: 20px;
    background: white;
    border-radius: 5px
}

.widget-reviews .review-item .item-inside .item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    overflow: hidden
}

.widget-reviews .review-item .item-inside .item-head .item-gender {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px
}

.widget-reviews .review-item .item-inside .item-head .item-gender.male {
    background: url(/static/home/fonts/review_icon_male.svg) center no-repeat;
    background-size: cover
}

.widget-reviews .review-item .item-inside .item-head .item-gender.female {
    background: url(/static/home/fonts/review_icon_female.svg) center no-repeat;
    background-size: cover
}

.widget-reviews .review-item .item-inside .item-head .item-info {
    width: calc(100% - 40px);
    padding-left: 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold
}

.widget-reviews .review-item .item-inside .item-comment {
    padding-top: 10px;
    font-size: 16px
}

@keyframes rotating {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

.top-image-2022 > .pux-container {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 15px
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts {
        width: 60%;
        padding: 80px 0;
        text-align: left
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
    display: inline-block;
    padding: 7px 15px;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 3.2rem;
    font-weight: bold;
    color: white
}

@media (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: .91429rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 3.6rem
    }
}

@media (min-width: 992px) and (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 3.27273rem
    }
}

@media (min-width: 992px) and (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 3rem
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 2.25rem
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 2rem
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 1.8rem
    }
}

@media (min-width: 992px) and (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 1.44rem
    }
}

@media (min-width: 992px) and (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-label {
        font-size: 1.02857rem
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-label._color-red {
    background: #ED1818
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-label._color-green {
    background: #00EDC4
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-label._color-blue {
    background: #3ea0cc
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-label._color-black {
    background: black
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-label._color-purple {
    background: #A024D9
}

.top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
    padding: 10px 0 20px 0;
    margin: 0;
    line-height: 1.05;
    font-size: 5rem
}

@media (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 4.54545rem
    }
}

@media (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 4.16667rem
    }
}

@media (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 3.33333rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 3.125rem
    }
}

@media (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 2.77778rem
    }
}

@media (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 2.5rem
    }
}

@media (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 2rem
    }
}

@media (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 1.42857rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        max-width: 80%;
        font-size: 9.6rem
    }
}

@media (min-width: 992px) and (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 8.72727rem
    }
}

@media (min-width: 992px) and (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 8rem
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 6.4rem
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 6rem
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 5.33333rem
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 4.8rem
    }
}

@media (min-width: 992px) and (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 3.84rem
    }
}

@media (min-width: 992px) and (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts h2.texts-title {
        font-size: 2.74286rem
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
    padding: 10px 15px 30px 15px;
    margin: 0;
    line-height: 1.7;
    font-size: 2.8rem
}

@media (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 2.54545rem
    }
}

@media (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 2.33333rem
    }
}

@media (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.86667rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.75rem
    }
}

@media (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.55556rem
    }
}

@media (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.4rem
    }
}

@media (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.12rem
    }
}

@media (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: .8rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        max-width: 80%;
        padding: 10px 0 30px 0;
        font-size: 3.2rem
    }
}

@media (min-width: 992px) and (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 2.90909rem
    }
}

@media (min-width: 992px) and (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 2.66667rem
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 2rem
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.77778rem
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.6rem
    }
}

@media (min-width: 992px) and (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: 1.28rem
    }
}

@media (min-width: 992px) and (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts p.texts-text {
        font-size: .91429rem
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary {
    position: relative
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
    display: inline-block;
    padding: 15px 40px;
    border-radius: 14px;
    font-size: 3.2rem;
    font-weight: bold;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

@media (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 2.90909rem
    }
}

@media (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 2.66667rem
    }
}

@media (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 2.13333rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 2rem
    }
}

@media (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 1.77778rem
    }
}

@media (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 1.6rem
    }
}

@media (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 1.28rem
    }
}

@media (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: .91429rem
    }
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        padding: 20px 50px;
        font-size: 3.6rem
    }
}

@media (min-width: 992px) and (min-width: 480px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 3.27273rem
    }
}

@media (min-width: 992px) and (min-width: 545px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 3rem
    }
}

@media (min-width: 992px) and (min-width: 768px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 2.4rem
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 2.25rem
    }
}

@media (min-width: 992px) and (min-width: 1200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 2rem
    }
}

@media (min-width: 992px) and (min-width: 1400px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 1.8rem
    }
}

@media (min-width: 992px) and (min-width: 1921px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 1.44rem
    }
}

@media (min-width: 992px) and (min-width: 3200px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button {
        font-size: 1.02857rem
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button:hover {
    opacity: 0.8
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._bg-red {
    background: #ED1818
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._bg-green {
    background: #ff4521
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._bg-blue {
    background: #3ea0cc
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._bg-black {
    background: black
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._bg-purple {
    background: #A024D9
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._color-white {
    color: white
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._color-black {
    color: black
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._color-red {
    color: #ED1818
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._color-green {
    color: #00EDC4
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._color-blue {
    color: #3ea0cc
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > a.primary-button._color-purple {
    color: #A024D9
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > span {
    display: block;
    padding: 7px 0;
    text-align: center;
    font-size: 14px
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-primary > span {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0
    }
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-apple-store a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-apple-store a:hover {
    opacity: 0.8
}

.top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-apple-store a img {
    width: 180px;
    max-height: 58px
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-texts .texts-ctas > .ctas-apple-store a img {
        max-width: 200px
    }
}

.top-image-2022 > .pux-container > .top-image-2022-media {
    width: 100%
}

@media (min-width: 992px) {
    .top-image-2022 > .pux-container > .top-image-2022-media {
        width: 40%
    }
}

.top-image-2022 > .pux-container > .top-image-2022-media > video {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 100%;
    margin: 0 auto;
    pointer-events: none;
    -o-object-fit: contain;
    object-fit: contain
}

.top-image-2022 > .pux-container > .top-image-2022-media img {
    display: block;
    max-width: 500px;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: 450px !important;
}

body.RTL .top-image-2022 > .pux-container > .top-image-2022-texts {
    text-align: right
}

.selectric-wrapper {
    position: relative;
    cursor: pointer;
    margin-bottom: 0
}

.selectric-responsive {
    width: 100%
}

.selectric {
    background: #fff;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    font-weight: 900;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between
}

.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #1D1D1D;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 2rem 0 2rem
}

@media (min-width: 320px) {
    .selectric .label {
        line-height: 8rem
    }
}

@media (min-width: 480px) {
    .selectric .label {
        line-height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .selectric .label {
        line-height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .selectric .label {
        line-height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .selectric .label {
        line-height: 5rem
    }
}

@media (min-width: 320px) {
    .selectric .label {
        height: 8rem
    }
}

@media (min-width: 480px) {
    .selectric .label {
        height: 7.27273rem
    }
}

@media (min-width: 545px) {
    .selectric .label {
        height: 6.66667rem
    }
}

@media (min-width: 768px) {
    .selectric .label {
        height: 5.33333rem
    }
}

@media (min-width: 992px) {
    .selectric .label {
        height: 5rem
    }
}

.selectric .button {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    width: 6rem;
    height: 100%;
    text-align: center;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms;
    font-size: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    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 (min-width: 480px) {
    .selectric .button {
        width: 5.45455rem
    }
}

@media (min-width: 545px) {
    .selectric .button {
        width: 5rem
    }
}

@media (min-width: 768px) {
    .selectric .button {
        width: 4rem
    }
}

@media (min-width: 992px) {
    .selectric .button {
        width: 3.75rem
    }
}

@media (min-width: 1200px) {
    .selectric .button {
        width: 3.33333rem
    }
}

@media (min-width: 1400px) {
    .selectric .button {
        width: 3rem
    }
}

@media (min-width: 1921px) {
    .selectric .button {
        width: 2.4rem
    }
}

@media (min-width: 3200px) {
    .selectric .button {
        width: 1.71429rem
    }
}

.selectric .button:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-top: 1.5rem solid #532375
}

@media (min-width: 768px) {
    .selectric .button:before {
        width: 0;
        height: 0;
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-top: 1rem solid #532375
    }
}

.selectric-focus .selectric {
    border-color: #532375
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #532375;
    border-bottom: 1px solid #532375
}

.selectric-open .selectric .button {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.selectric-open .selectric-items {
    display: block;
    border-color: #532375;
    border-top: 1px solid #532375
}

.selectric-disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0
}

.selectric-hide-select select {
    position: absolute;
    left: -100%
}

.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important
}

.selectric-items {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #e6e6e6;
    border: 2px solid #fff;
    border-top: 1px;
    z-index: -1
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-above .selectric-items {
    top: auto;
    bottom: 100%
}

.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 2rem;
    min-height: 2rem
}

.selectric-items li {
    display: block;
    padding: 1rem 2rem;
    color: #1D1D1D;
    background: #f2f2f2;
    cursor: pointer;
    -webkit-transition: all ease 200ms;
    -o-transition: all ease 200ms;
    transition: all ease 200ms
}

.selectric-items li:before {
    display: none
}

.selectric-items li.selected {
    color: #1D1D1D
}

.selectric-items li.highlighted {
    color: #1D1D1D
}

.selectric-items li:hover {
    background: #ededed
}

.selectric-items li:nth-child(odd) {
    background: #e6e6e6
}

.selectric-items li:nth-child(odd):hover {
    background: #e0e0e0
}

.selectric-items .disabled {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    cursor: default !important;
    background: none !important;
    color: #1D1D1D !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 1rem;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #1D1D1D
}

.selectric-items .selectric-group.disabled li {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100)
}

.selectric-items .selectric-group li {
    padding-left: 2.5rem
}

.list-box .selectric-scroll ul li {
    padding: 1rem 2rem 1rem 1rem
}

.list-box .selectric-scroll ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 0;
    display: inline-block;
    margin: 0 1rem 0 0;
    background: #ccc;
    vertical-align: middle;
    position: static;
    border: 2px solid #ccc
}

.list-box .selectric-scroll ul li.selected:before {
    background: #532375
}

.list-box .selectric-scroll ul li:first-child:before {
    display: none
}

@media print {
    header, footer {
        display: none
    }
}


.col-lg-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
}
