@-webkit-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-moz-keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@keyframes passing-through {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30%,
    70% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px)
    }
}

@-webkit-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-moz-keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -moz-transform: translateY(40px);
        -ms-transform: translateY(40px);
        -o-transform: translateY(40px);
        transform: translateY(40px)
    }

    30% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    10% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    20% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.dropzone,
.dropzone * {
    box-sizing: border-box
}

.dropzone {
    min-height: 150px;
    border: 2px solid rgba(0, 0, 0, 0.3);
    background: white;
    padding: 20px 20px
}

.dropzone.dz-clickable {
    cursor: pointer
}

.dropzone.dz-clickable * {
    cursor: default
}

.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
    cursor: pointer
}

.dropzone.dz-started .dz-message {
    display: none
}

.dropzone.dz-drag-hover {
    border-style: solid
}

.dropzone.dz-drag-hover .dz-message {
    opacity: 0.5
}

.dropzone .dz-message {
    text-align: center;
    margin: 2em 0
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px
}

.dropzone .dz-preview:hover {
    z-index: 1000
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 20px;
    background: #999;
    background: linear-gradient(to bottom, #eee, #ddd)
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    opacity: 1
}

.dropzone .dz-preview.dz-image-preview {
    background: white
}

.dropzone .dz-preview.dz-image-preview .dz-details {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear
}

.dropzone .dz-preview .dz-remove {
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    border: none
}

.dropzone .dz-preview .dz-remove:hover {
    text-decoration: underline
}

.dropzone .dz-preview:hover .dz-details {
    opacity: 1
}

.dropzone .dz-preview .dz-details {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 13px;
    min-width: 100%;
    max-width: 100%;
    padding: 2em 1em;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
    line-height: 150%
}

.dropzone .dz-preview .dz-details .dz-size {
    margin-bottom: 1em;
    font-size: 16px
}

.dropzone .dz-preview .dz-details .dz-filename {
    white-space: nowrap
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
    border: 1px solid rgba(200, 200, 200, 0.8);
    background-color: rgba(255, 255, 255, 0.8)
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: hidden;
    text-overflow: ellipsis
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: 1px solid transparent
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 0 0.4em;
    border-radius: 3px
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(8px);
    filter: blur(8px)
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    position: relative;
    display: block;
    z-index: 10
}

.dropzone .dz-preview .dz-image img {
    display: block
}

.dropzone .dz-preview.dz-success .dz-success-mark {}

.dropzone .dz-preview.dz-error .dz-error-mark {
    opacity: 1;
    -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
    animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)
}

.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -27px
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    display: block;
    width: 54px;
    height: 54px
}

.dropzone .dz-preview.dz-processing .dz-progress {
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear
}

.dropzone .dz-preview.dz-complete .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in
}

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
    -webkit-animation: pulse 6s ease infinite;
    -moz-animation: pulse 6s ease infinite;
    -ms-animation: pulse 6s ease infinite;
    -o-animation: pulse 6s ease infinite;
    animation: pulse 6s ease infinite
}

.dropzone .dz-preview .dz-progress {
    opacity: 1;
    z-index: 1000;
    pointer-events: none;
    position: absolute;
    height: 16px;
    left: 50%;
    top: 50%;
    margin-top: -8px;
    width: 80px;
    margin-left: -40px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(1);
    border-radius: 8px;
    overflow: hidden
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #333;
    background: linear-gradient(to bottom, #666, #444);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: width 300ms ease-in-out;
    -moz-transition: width 300ms ease-in-out;
    -ms-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: block
}

.dropzone .dz-preview.dz-error:hover .dz-error-message {
    opacity: 1;
    pointer-events: auto
}

.dropzone .dz-preview .dz-error-message {
    pointer-events: none;
    z-index: 1000;
    position: absolute;
    display: block;
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    border-radius: 8px;
    font-size: 13px;
    top: 130px;
    left: -10px;
    width: 140px;
    background: #be2626;
    background: linear-gradient(to bottom, #be2626, #a92222);
    padding: 0.5em 1.2em;
    color: white
}

.dropzone .dz-preview .dz-error-message:after {
    content: '';
    position: absolute;
    top: -6px;
    left: 64px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #be2626
}


* {
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
}


.row {
    max-width: none;
}




.preloader {
    height: 100%;
    margin: 0;
    padding: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

.spinner {
    display: none;
    width: 66px;
    height: 66px;
    -webkit-animation: contanim 2s linear infinite;
    animation: contanim 2s linear infinite;
}

.spinner svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.spinner svg:nth-child(1) circle {
    stroke: #5ca9ff;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(.2s * (1)) ease infinite;
    animation: strokeanim 3s calc(.2s * (1)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.spinner svg:nth-child(2) circle {
    stroke: #5ca9ff;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(.2s * (2)) ease infinite;
    animation: strokeanim 3s calc(.2s * (2)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.spinner svg:nth-child(3) circle {
    stroke: #9bc9fc;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(.2s * (3)) ease infinite;
    animation: strokeanim 3s calc(.2s * (3)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.spinner svg:nth-child(4) circle {
    stroke: #9bc9fc;
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
    -webkit-animation: strokeanim 3s calc(.2s * (4)) ease infinite;
    animation: strokeanim 3s calc(.2s * (4)) ease infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@-webkit-keyframes strokeanim {
    0% {
        stroke-dasharray: 1, 300;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -58.54832;
    }

    100% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -175.64497;
    }
}

@keyframes strokeanim {
    0% {
        stroke-dasharray: 1, 300;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -58.54832;
    }

    100% {
        stroke-dasharray: 120, 300;
        stroke-dashoffset: -175.64497;
    }
}

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

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



.prefooter {
    max-width: 1200px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 240px;
    background-image: url(../png/bg_learn.png);
    margin: auto;
    padding: 3rem 0 2rem;
    font-size: 1.7rem;
    line-height: 1.7rem;
    /*min-height: 220px;*/
}

.prefooter strong {
    color: #203030;
}

.prefooter ul.a {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.4rem;
    display: inline-block;
    margin: auto;
    padding: 0;
    vertical-align: top;
}

@media screen and (max-width: 39.9375em) {
    .prefooter ul.a {
        margin-top: 50px;
    }
}

.prefooter ul.a li {
    background: url(../png/bullet.png) no-repeat left center;
    padding-left: 20px;
    margin: 3px 0;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .prefooter ul.a li {
        background: none;
        padding-left: 0px;
        margin-bottom: 15px;
    }
}

.prefooter ul.a a {
    display: table-row;
    color: #3461c9;
    /*                    text-decoration: underline;*/
    font-size: 0.8rem;
    line-height: 1.4rem;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .prefooter ul.a a {
        line-height: 1.2rem;
        font-size: 0.75rem;
    }
}

.prefooter .row {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 875px) {
    .prefooter .row .learn-topic {
        font-size: 1.4rem;
        padding: 0px;
        margin-top: 0px;
    }
}

.prefooter svg {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 5px;
}

.prefooter .prefooter-menu a {
    display: block;
    color: #3461c9;
}

.prefooter .prefooter-menu strong {
    line-height: 32px;
}

footer.footer {
    background-color: #273e5d;
    background-position: right top;
    background-size: cover;
    color: #fff;
    font-size: 20px !important;
    font-weight: 400;
    letter-spacing: 0;
    padding: 0;
    text-align: left;
    padding-bottom: 0px;
    border-top: 1px solid #eaeaea75;
    word-spacing: 0px;
}


footer.footer .row {
    box-sizing: border-box;
    margin: 0px auto;
    max-width: 1250px;
    padding: 0px 0px 10px 0px;
    width: 100%;
}

footer.footer .row .columns {
    margin: 0;
    padding: 7px 0;
}

footer.footer .request {
    background: #4da6ff;
    padding: 42px 20px 10px;
}

footer.footer .footer-bottom{
  background-color: #253650;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
    width: 100%;
    margin: 0px;
    max-width: 100%;
    /* height: 60px; */
    line-height: 22px;
}

@media print,
screen and (min-width: 40em) {
    footer.footer .request {
        padding: 10px 20px 0px;
    }
}

footer.footer .request h4 {
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
}

@media print,
screen and (min-width: 40em) {
    footer.footer .request h4 {
        font-size: 30px;
    }
}

footer.footer .request a {
    border-radius: 27px;
    color: #3461c9;
    clear: both;
    display: block;
    font-weight: 400;
    margin-top: 17px;
    width: auto;
}

@media print,
screen and (min-width: 40em) {
    footer.footer .request a {
        display: inline-block;
        font-size: 20px;
        margin-left: 34px;
        padding: 15px 40px 12px;
    }
}

footer.footer .request a:hover {
    background-color: #2f84da;
    color: #ffffff;
}

footer.footer .footer-menu {
    font-size: 14px;
    padding-bottom: 15px;
}

@media print,
screen and (min-width: 40em) {
    footer.footer .footer-menu {
        padding-top: 5px;
        text-align: left;
    }
}

@media print,
screen and (min-width: 64em) {
    footer.footer .footer-menu .legal {
        padding-left: 43px;
        padding-right: 0;
    }
}

footer.footer .footer-menu strong {
    display: block;
    padding-top: 40px;
    text-transform: uppercase;
}

footer.footer .footer-menu a {
    display: block;
    margin-top: 10px;
    position: relative;
}

@media screen and (max-width: 875px) {
    footer.footer .footer-menu a {
        margin-top: 10px;
    }

    footer.footer .footer-bottom__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    footer.footer .footer-bottom__wrapper span {
      text-align: center;
      margin: 2.5px 0;
    }
}

footer.footer .footer-menu a:hover {
    opacity: 0.68;
}

footer.footer .footer-menu a.app {
    padding-left: 35px;
}

footer.footer .footer-menu .svg {
    margin-left: -35px;
    position: absolute;
    top: -4px;
    width: 23px;
}

footer.footer .copyright {
    text-transform: uppercase;
    font-size: 0.65rem;
}

footer.footer .copyright strong {
    font-size: 900;
}

footer.footer .copyright a:hover {
    text-decoration: underline;
}

footer.footer .logo {
    display: block;
    margin-bottom: 0px;
    position: relative;
    top: -18px;
}

@media print,
screen and (min-width: 64em) {
    footer.footer .logo {
        display: inline-block;
        right: 20px;
        top: 18px;
    }
}

footer.footer .logo .svg {
    width: 156px;
}

footer.footer .large-text-right {
    line-height: 1.6;
}

footer.footer a,
footer.footer .phone a,
footer.footer .phone a:link,
footer.footer .phone a:visited,
footer.footer .phone a:hover,
footer.footer .phone a:active,
footer.footer .phone a:focus {
    text-decoration: none;
    color: white;
    
    text-transform: capitalize;
}

.cookies-regulation {
    border-radius: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    /* background: #5ca9ff; */
    bottom: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    left: 10px;
    overflow: hidden;
    position: fixed;
    /* text-align: center; */
    max-width: 80%;
    width: 100%;
    /* z-index: 99999; */
    margin: 5px;
    background: #e7f3ff;
    z-index: 9999999999;
    animation: splash .65s normal forwards ease-in-out;
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
}

@keyframes splash {
  0% {
    transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
  }
  70% {
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
  }
}

.cookies-regulation__content {
  padding: 15px;
  border-radius: 10px;
}

.cookies-regulation__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.cookies-regulation__title {
  color: #273e5d;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .5px;
}

.cookies-regulation__close {
  width: 25px;
  height: 25px;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(197, 214, 255, 0.8);
  cursor: pointer;
  border-radius: 50%;
  transition: .1s background ease-in-out;
}

.cookies-regulation__close:hover {
  background-color: rgba(197, 214, 255, 1);
}

.cookies-regulation__close img {
  width: 10px;
  height: 10px;
}

.cookies-regulation__text {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #000;
  margin-bottom: 20px;
}

.cookies-regulation__text a {
  color: #273e5d !important;
}

.cookies-regulation__btn {
  max-width: 200px;
  width: 100%;
  text-align: center;
  background-color: #c5e1f0;
  color: #273e5d;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .5px;
  border-radius: 6px;
  padding: 7px;
  margin-left: 0;
  transition: .1s background ease-in-out;
}

.cookies-regulation__btn:hover {
  background-color: #9dc9df;
}

@media screen and (max-width: 875px) {
    .cookies-regulation {
        width: 100%;
        /* margin: 2%; */
    }
}

@media screen and (max-width: 768px) {
  .cookies-regulation {
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 480px) {
  .cookies-regulation {
    max-width: 100%;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    border-radius: 0;
  }
}

.cookies-regulation a {
    color: #fff;
    background: transparent;
    font-weight: 600;
    text-decoration: underline;
}

.cookies-regulation a:hover {
    opacity: 0.76;
}

.cookies-regulation .button {
    /* color: #5ca9ff; */
    display: block;
    font-size: 10px;
    /* margin: 10px auto; */
    max-width: 20px;
    max-height: 20px;
    width: 20px;
    height: 20px;
    margin: 0px;
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
    background: white;
    padding: 3px;
}

.cookies-regulation .button:hover {
    background: transparent;
    color: #ffffff;
    border-color: transparent;
}

.cookies-regulation .button:hover .svg path {
    fill: #fff;
}

/* NEW COOKIES */
.cookies__content {
    width: 100%;
    /* height: 100dvh; */
    position: fixed;
    left: 0;
    /* top: 0; */
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #e7f3ff;
    box-shadow: 0 0 18px rgba(8, 8, 8, .20);
}

.cookies__line {
    width: 100%;
    background-color: #e7f3ff;
    box-shadow: 0 0 18px rgba(8, 8, 8, .20);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: .05s transform ease-in-out, .05s opacity ease-in-out, .05s visibility ease-in-out;
}
  
.cookies__line.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
  
.cookies__wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
}
  
.cookies__text {
    max-width: 830px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #4f4f4f;
    margin-bottom: 0;
}
  
.cookies__text a {
    color: #4f4f4f;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.cookies__controls {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.cookies__btn {
    border: 2px solid #080808;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    transition: .15s background-color ease-in-out, .15s color ease-in-out, .15s border-color ease-in-out;
    width: fit-content;
    font-family: 'Roboto', 'Lato', sans-serif;
    padding: 10px 20px;
    background-color: #080808;
    color: #fff;
    border-color: #080808;
}

.cookies__btn.btn--outlined {
    background-color: transparent;
    color: #080808;
}
  
.cookies__btn:not(:disabled):hover {
    background-color: transparent;
    color: #080808;
}


.cookies__btn.cookies__btn.btn--outlined:not(:disabled):hover {
    background-color: var(--primary-color);
    color: #fff;
  }
  
  .cookies__modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: .2s opacity ease-in-out, .2s visibility ease-in-out, .2s z-index ease-in-out;
  }
  
  .cookies__modal__overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(8, 8, 8, .7);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 30px;
  }
  
  .cookies__modal__container {
    padding: 30px 40px;
    gap: 20px;
    max-width: 850px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;
    border-radius: 10px;
    transform: scale(.85);
    transform-origin: 50% 100%;
    transition: .1s transform ease-in-out;
  }
  
  .cookies__modal.active {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  
  .cookies__modal.active .cookies__modal__container {
    transform: scale(1);
  }
  
  .cookies__modal__items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  
  .cookies__modal__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
  }
  
  .cookies__modal__item:not(:last-of-type) {
    position: relative;
  }
  
  .cookies__modal__item:not(:last-of-type)::before {
    content: '';
    position: absolute;
    bottom: -19px;
    width: 100%;
    height: 1px;
    background-color: #C0C0C0;
  }
  
  .cookies__modal__item__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 440px;
  }
  
  h3.cookies__modal__item__title {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 1.4;
    color: var(--primary-color);
    letter-spacing: 0;
  }
  
  h4.cookies__modal__item__title {
    font-weight: 700;
    font-size: 16px !important;
    line-height: 1.4;
    color: var(--primary-color);
    letter-spacing: 0;
  }
  
  .cookies__modal__item__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    color: var(--primary-color);
    letter-spacing: 0;
  }
  
  .cookies__modal__item__controls {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-shrink: 0;
  }
  
  .cookies__modal__item__controls .cookies__btn {
    width: 100%;
  }

  @media (max-height: 768px) {
    .cookies__modal__overlay {
      align-items: flex-start;
      overflow: auto;
    }
  }
  

@media (max-width: 768px) { 
    .cookies__modal__overlay {
        padding: 15px;
      }
    
      .cookies__modal__container {
        padding: 20px 30px;
      }
    
      .cookies__wrapper {
        flex-direction: column;
        gap: 20px;
      }
    
      .cookies__modal__item {
        align-items: flex-start;
      }
    
      .cookies__modal__item:first-of-type {
        flex-direction: column;
        align-items: center;
      }
      
      .cookies__modal__item:first-of-type .cookies__modal__item__content {
        max-width: 100%;
      }
    
      .cookies__modal__item:first-of-type .cookies__modal__item__controls {
        flex-direction: row;
        width: 100%;
        margin-top: 15px;
      }
}

@media (max-width: 480px) { 
    .cookies__modal .form__switch__text {
        display: none;
      }
    
      .cookies__modal__item:first-of-type .cookies__modal__item__controls {
        flex-direction: column;
        width: 100%;
        margin-top: 15px;
        gap: 15px;
      }
}
  
.form__switch__label {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .form__switch__label input {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: absolute;
  }
  
  .form__switch__text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #080808;
    user-select: none;
  }
  
  .form__switch__toggle {
    background: #080808;
    width: 42px;
    height: 20px;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 30px;
    padding: 4px;
    transition: .15s background ease-in-out;
    position: relative;
  }
  
  .form__switch__toggle__inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .form__switch__toggle__inner div {
    position: absolute;
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: .1s left ease-in-out;
    left: 0;
  }
  
  .form__switch__label input:checked + .form__switch__toggle {
    background-color: #146EF5;
  }
  
  .form__switch__label input:checked + .form__switch__toggle .form__switch__toggle__inner div {
    left: calc(100% - 12px);
  }
  
  .form__switch__label:has(input:disabled) {
    cursor: not-allowed;
    opacity: .5;
  }
  
  .form__switch__label:has(input:disabled) .form__switch__toggle {
    pointer-events: none;
  }

/* NEW COOKIES END */

.header {
    background: #3461c9;
    margin: 0 auto 50px;
    padding: 6px 0px 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.header .row {
    width: 95%;
    max-width: 1400px !important;
    height: 75px;
    margin: auto;
}

.header .logo {
    margin-bottom: 0;
    margin-top: 8px;
    position: absolute;
    z-index: 1;
}

.header .logo .svg {
    height: auto;
    width: 156px;
}

.menu-main {
    font-size: 18px;
    margin: 12px auto 0;
    text-transform: capitalize;
    max-width: 68.66667rem;
    line-height: 2rem;
}

.menu-main li {
    display: inline-block;
    padding: 0px 0.45vw;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/*.menu-main .sub-menu a{
font-weight: 400;
}*/

.menu-main li:hover {
    overflow: visible;
}

.menu-main li.current-menu-item > a {
    color: #fff;
    /* font-weight: 900; */
}

.menu-main li:first-of-type {
    padding: 0;
}

.menu-main li.menu-item-has-children:hover .sub-menu {
    display: block;
    margin-top: -2px;
    opacity: 1;
}

.menu-main li.try-free-menu {
    margin-left: 25px;
    margin-right: 0;
    margin-top: 0;
}

.menu-main li.try-free-menu a {
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 7px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    background: #36b143;
    border: 2px solid #36b143;
    color: #fff;
}

.menu-main li.try-free-menu a:hover {
    background: #33cc11;
    border-color: #33cc11;
    color: #fff;
}

@media only screen and (max-width: 1023px) {
    .menu-main li.try-free-menu a {
        font-size: 16px;
    }
}

.menu-main li.last {
    margin-left: 10px;
    margin-right: 0;
}

.menu-main li.last a {
    background: transparent;
    border: 2px solid #fff;
    border-radius: 25px;
    font-size: 16px;
/*    font-family: 'Lato';*/
    font-weight: 600;
    padding-bottom: 7px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    margin-top: 5px;
}

.menu-main li.last a:hover {
    background: #fff;
    border-color: #fff;
    color: #3461c9;
}

nav.menu-main ul {
    line-height: 45px;
    padding-left: 0px;
}



@media only screen and (min-width: 1024px) {
    nav.menu-main ul#menu-primary {
        display: flex;
        justify-content: flex-end;
    }
}


@media only screen and (max-width: 1023px) {
    .menu-main li.last a {
        font-size: 16px;
    }
}

.menu-main a {
    color: rgba(255,255,255,0.90);;
    font-size: 17px;
    font-weight: 600;
    padding: 12px 5px 20px;
    position: relative;
    z-index: 1;
}

/*
.menu-main a:after {
    display: none;
}
*/

.menu-main a:hover {
    color: rgba(255,255,255,1.00);
    font-weight: 700;
}

.menu-main li:hover {
/*    transform: scale(1.1);*/
    /* font-weight: 900; */
    /*background-color: #7999ff;*/
}

.sub-menu li {
   
    cursor: pointer;
}

.sub-menu li:hover {
    /* font-weight: 900; */
    background-color: #7999ff;
}

.sub-menu {
    background: #3461c9;
    border-radius: 10px;
    border: solid 1px rgba(255, 255, 255, 0.6);
    left: 0%;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50px;
/*    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);*/
    transition: all ease-in-out .25s;
    white-space: nowrap;
    z-index: 2;
    text-align: left;
}

.desktop-menu .sub-menu a {
    background: transparent;
    color: #fff !important;
    padding: 10px 29px;
    width: 100%;
    line-height: 50px;
}



.desktop-menu .sub-menu li {
    display: block;
    margin: 0;
    padding: 0;
    
}

.desktop-menu .sub-menu li.lang-item {
      width: 75px;
    padding: 0px;
}

.desktop-menu .sub-menu li:not(:first-of-type) {
    border-top: 1px solid rgba(255,255,255,0.5);
}

.desktop-menu .sub-menu li.current-menu-item {
    /*background: #5279f8;*/
}

.desktop-menu.sub-menu a {
    background: transparent;
    color: #fff !important;
    padding: 17px 29px;
    width: 100%;
    -webkit-transform: translate3d(0);
}

.desktop-menu.sub-menu a:hover,
.desktop-menu.sub-menu a:active {
    background: #5279f8;
    color: #fff;
}

.logo {
    height: auto;
    margin-bottom: 30px;
    opacity: 1 !important;
}

.logo img {
    height: auto;
    width: 80px;
}

.menu-button,
.close {
    display: none;
    position: fixed;
    right: 5px;
    top: 14px;
    z-index: 10;
}

@media only screen and (max-height: 495px) {

    .menu-button,
    .close {
        top: 13px;
    }
}

.menu-button.menu-button,
.close.menu-button {
    right: 20px;
    top: 18px;
}

.menu-button span,
.close span {
    display: none;
    margin-right: 10px;
    position: relative;
    top: -5px;
}

.menu {
    display: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    width: 100%;
    overflow: auto;
    z-index: 100;
    background-color: #3461c9;
}

.menu .logo {
    display: block;
    left: 50%;
    margin-left: -140px;
    position: absolute;
    top: 0px;
    width: 280px;
    z-index: 2;
}

.menu .logo .svg {
    height: auto;
    width: 120px;
}

.menu nav {
    font-size: 34px;
    font-weight: 900;
    left: 50%;
    padding-top: 30px;
    position: absolute;
    top: 35%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-height: 440px) {
    .menu nav {
        left: 0;
        margin-top: 25px;
        position: relative;
        top: 0;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.menu ul {
    line-height: 1.1;
}

.menu li {
    display: block;
    margin: 0 !important;
    padding: 2px 0;
}

@media only screen and (max-height: 495px) {
    .menu li {
        padding: 0 0;
    }
}

.menu li.current-menu-item > a {
    color: #ffffff;
    font-weight: 900;
}

.menu li.menu-item-has-children > a {
    /*display: none;*/
}

.menu li.menu-item-85 {
    margin: auto !important;
    margin-top: 40px !important;
    width: 160px !important;
}

@media only screen and (orientation: landscape) and (max-width: 1023px) {
    .menu li.menu-item-85 {
        margin-top: 30px !important;
    }
}

.menu li.last {
    margin-top: 10px !important;
}

.menu li.last a {
    width: 160px !important;
    padding: 15px 40px;
}

.menu li.menu-item-32 {
    display: none;
}

.menu li .sub-menu {
    margin-top: 0 !important;
}

.menu li .sub-menu li:first-of-type {
    margin-top: 0;
}

.menu li a {
    display: inline-block;
    padding: 4px 5px;
}

.menu li a:hover {
    color: #fff;
}

.menu li a:after {
    background: #3461c9;
    height: 5px;
}


.menu-main li.menu-item-has-children .sub-menu {
      
    }
    

@media (max-width: 1200px) {
    .menu-button {
        display: inline-block;
      }
      .header .logo .svg {
        margin-top: 7px;
        max-width: 124px;
      }
      .header .menu-main {
        display: none;
      }

      .header .menu-button {
        right: 24px;
      }
      .header .close {
        right: 10px;
      }
      .header .menu {
        text-align: left;
      }
      .header nav {
        text-align: center;
      }
      .header .logo {
          left: 50%;
          transform: translateX(-50%);
      }

      .menu{
          top: 0px;
      }
      
      .menu li.menu-item-has-children > a {
          pointer-events: none;
      }

      .sub-menu {
          min-width: 250px;
      }
      
      .menu-main li.menu-item-has-children .sub-menu li{
          font-weight: 400;
          text-align: center;
          
            text-align: left;
            padding-left: 30px;
      }
      .menu-main li.menu-item-has-children .sub-menu li a{
          font-weight: 400;
          text-align: center;
      }
    .menu-main li.menu-item-has-children .sub-menu {
        display: none; 
    }
    .menu-main li.menu-item-has-children:hover .sub-menu {
        display: none; 
    }
    
    .menu-main li.menu-item-has-children.active .sub-menu {
        display: contents;
        margin-top: -2px;
        opacity: 1;
        font-weight: 400 !important;
    }
    
    
    li.menu-item-has-children > a::after{
          content: url('../png/down4.png');
          padding-left: 10px;
    }
    li.menu-item-has-children.active > a::after{
          content: url('../png/up4.png');
          padding-left: 10px;
    }
      
    
    .menu nav {
        font-size: 34px;
        font-weight: 900;
        left: 0;
        padding-top: 30px;
        position: relative;
        top: 70px;
        transform: none;
        width: 180px;
        
    }
    
    .menu nav ul{
        text-align: left;
    }
    
    .menu li.menu-item-85 {
        margin: auto !important;
        margin-top: 40px !important;
        width: auto !important;
        text-align: center;
    }
     .menu li.menu-item-25 {
        text-align: center;
    }
    
    .menu-main li.try-free-menu a{
            width: 180px !important;
            padding: 15px 10px;
            text-align: center;
            margin-top: 30px;
    }
    
    .menu li.last a {
      text-align: center;
    }

    .sub-menu li:hover {
        font-weight: 400;
        background-color: transparent;
    }


    .menu .logo {
      display: block;
        left: 22px;
        position: absolute;
        top: 10px;
        width: 280px;
        z-index: 2;
        margin: 0px;
        text-align: left;
        padding: 0px;
    }
    .menu .logo .svg {
      height: auto;
      width: 156px;
        margin-top: 12px;
    }
}

@media (max-width: 468px) {
    .main .header {
      text-align: left;
    }
    .main .header .logo {
      left: 22px;
      margin-left: 0px;
      margin-bottom: 30px;
      transform: translateX(0%);
    }
    .main .header .logo .svg {
      max-width: 180px;
    }
    .main .menu-button {
      right: 20px;
      position: fixed;
    }
    .main .header_bg {
      margin-bottom: 17px;
    }

    .menu {
        background-color: #3461c9;
    }
    
    .menu-main-block {
        padding: 0;
    }
    
    
    
 
}





@media (max-height: 440px) {
  .menu nav {
    left: 0;
    margin-top: 25px;
    position: relative;
    top: 0;
    transform: translate(0);
  }
}
.menu ul {
  line-height: 1.1;
}
.menu li {
  display: block;
  margin: 0 !important;
  padding: 2px 0;
}
@media only screen and (max-height: 495px) {
  .menu li {
    padding: 0 0;
  }
}
.menu li.current-menu-item > a {
  color: #ffffff;
  font-weight: 900;
}
.menu li.menu-item-has-children > a {
  /*display: none;*/
}

@media only screen and (orientation: landscape) and (max-width: 1023px) {
  .menu li.menu-item-85 {
    margin-top: 30px !important;
  }
}
.menu li.last {
  margin-top: 10px !important;
}
.menu li.last a {
  width: 180px !important;
  padding: 15px 40px;
}
.menu li.menu-item-32 {
  display: none;
}
.menu li .sub-menu {
  margin-top: 0 !important;
}
.menu li .sub-menu li:first-of-type {
  margin-top: 0;
}
.menu li a {
  display: inline-block;
  padding: 4px 5px;
}
/*.menu li a:hover {
  color: #82edff;
}*/
.menu li a:after {
  background: get-color(primary);
  height: 5px;
}




section.bg_gray{
    background-color: #f8faff!important;

section.bg_white{
    background-color: #ffffff!important;
}

.w100{
    width: 100% !important;
}
