.color-default {
  color: #003595 !important;
}

.color-default:hover {
  color: #003595;
  text-decoration: none;
}

.color-black {
  color: #000 !important;
}

.color-black:hover {
  color: #000;
  text-decoration: none;
}

.color-white {
  color: #FFF !important;
}

.color-white:hover {
  color: #FFF;
  text-decoration: none;
}

.color-blue {
  color: #006AD0 !important;
}

.color-blue:hover {
  color: #006AD0;
  text-decoration: none;
}

.bg-default {
  background-color: #003595 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #FFF !important;
}

.bg-blue {
  background-color: #006AD0 !important;
}

@font-face {
  font-family: Boston;
  src: url(../fonts/Boston-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: Boston;
  src: url(../fonts/Boston-Regular.otf);
  font-weight: 400;
}

@font-face {
  font-family: Boston;
  src: url(../fonts/Boston-SemiBold.otf);
  font-weight: 600;
}

@font-face {
  font-family: Boston;
  src: url(../fonts/Boston-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: Boston;
  src: url(../fonts/Boston-Black.otf);
  font-weight: 800;
}

@font-face {
  font-family: Boston;
  src: url(../fonts/Boston-Heavy.otf);
  font-weight: 900;
}

html {
  font-family: Boston;
  max-width: 100vw;
  font-size: 10px;
}

@media (max-width: 1368px) {
  html {
    font-size: calc((10 / 1368) * 100vw);
  }
}

@media (max-width: 991px) {
  html {
    font-size: calc((15 / 991) * 100vw);
  }
}

@media (max-width: 575px) {
  html {
    font-size: calc((15 / 576) * 100vw);
  }
}

body {
  font-family: Boston;
  overflow-x: hidden;
  max-width: 100vw;
  color: #003595;
  padding-top: 15rem;
  background-image: url(../img/bg.png);
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 67.5rem;
  }
}

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 86rem;
  }
}

@media (min-width: 992px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 120.7rem;
  }
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 117.8rem;
  }
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.flex-grow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.size-9 {
  font-size: 0.9rem;
}

.size-12 {
  font-size: 1.2rem;
}

.size-14 {
  font-size: 1.4rem;
}

.size-15 {
  font-size: 1.5rem;
}

.size-16 {
  font-size: 1.6rem;
}

.size-18 {
  font-size: 1.8rem;
}

.size-19 {
  font-size: 1.9rem;
}

.size-20 {
  font-size: 2rem;
}

.size-21 {
  font-size: 2.1rem;
}

.size-22 {
  font-size: 2.2rem;
}

.size-24 {
  font-size: 2.4rem;
}

.size-25 {
  font-size: 2.5rem;
}

.size-26 {
  font-size: 2.6rem;
}

.size-27 {
  font-size: 2.7rem;
}

.size-29 {
  font-size: 2.9rem;
}

.size-30 {
  font-size: 3rem;
}

.size-32 {
  font-size: 3.2rem;
}

.size-34 {
  font-size: 3.4rem;
}

.size-35 {
  font-size: 3.5rem;
}

.size-38 {
  font-size: 3.8rem;
}

.size-39 {
  font-size: 3.9rem;
}

.size-40 {
  font-size: 4rem;
}

.size-42 {
  font-size: 4.2rem;
}

.size-45 {
  font-size: 4.5rem;
}

.size-48 {
  font-size: 4.8rem;
}

.size-50 {
  font-size: 5rem;
}

.size-55 {
  font-size: 5.5rem;
}

.size-60 {
  font-size: 6rem;
}

.size-65 {
  font-size: 6.5rem;
}

.size-75 {
  font-size: 7.5rem;
}

.size-80 {
  font-size: 8rem;
}

.size-85 {
  font-size: 8.5rem;
}

.size-90 {
  font-size: 9rem;
}

.size-110 {
  font-size: 11rem;
}

@media (min-width: 576px) {
  .size-sm-9 {
    font-size: 0.9rem;
  }
  .size-sm-12 {
    font-size: 1.2rem;
  }
  .size-sm-14 {
    font-size: 1.4rem;
  }
  .size-sm-15 {
    font-size: 1.5rem;
  }
  .size-sm-16 {
    font-size: 1.6rem;
  }
  .size-sm-18 {
    font-size: 1.8rem;
  }
  .size-sm-19 {
    font-size: 1.9rem;
  }
  .size-sm-20 {
    font-size: 2rem;
  }
  .size-sm-21 {
    font-size: 2.1rem;
  }
  .size-sm-22 {
    font-size: 2.2rem;
  }
  .size-sm-24 {
    font-size: 2.4rem;
  }
  .size-sm-25 {
    font-size: 2.5rem;
  }
  .size-sm-26 {
    font-size: 2.6rem;
  }
  .size-sm-27 {
    font-size: 2.7rem;
  }
  .size-sm-29 {
    font-size: 2.9rem;
  }
  .size-sm-30 {
    font-size: 3rem;
  }
  .size-sm-32 {
    font-size: 3.2rem;
  }
  .size-sm-34 {
    font-size: 3.4rem;
  }
  .size-sm-35 {
    font-size: 3.5rem;
  }
  .size-sm-38 {
    font-size: 3.8rem;
  }
  .size-sm-39 {
    font-size: 3.9rem;
  }
  .size-sm-40 {
    font-size: 4rem;
  }
  .size-sm-42 {
    font-size: 4.2rem;
  }
  .size-sm-45 {
    font-size: 4.5rem;
  }
  .size-sm-48 {
    font-size: 4.8rem;
  }
  .size-sm-50 {
    font-size: 5rem;
  }
  .size-sm-55 {
    font-size: 5.5rem;
  }
  .size-sm-60 {
    font-size: 6rem;
  }
  .size-sm-65 {
    font-size: 6.5rem;
  }
  .size-sm-75 {
    font-size: 7.5rem;
  }
  .size-sm-80 {
    font-size: 8rem;
  }
  .size-sm-85 {
    font-size: 8.5rem;
  }
  .size-sm-90 {
    font-size: 9rem;
  }
  .size-sm-110 {
    font-size: 11rem;
  }
}

@media (min-width: 768px) {
  .size-md-9 {
    font-size: 0.9rem;
  }
  .size-md-12 {
    font-size: 1.2rem;
  }
  .size-md-14 {
    font-size: 1.4rem;
  }
  .size-md-15 {
    font-size: 1.5rem;
  }
  .size-md-16 {
    font-size: 1.6rem;
  }
  .size-md-18 {
    font-size: 1.8rem;
  }
  .size-md-19 {
    font-size: 1.9rem;
  }
  .size-md-20 {
    font-size: 2rem;
  }
  .size-md-21 {
    font-size: 2.1rem;
  }
  .size-md-22 {
    font-size: 2.2rem;
  }
  .size-md-24 {
    font-size: 2.4rem;
  }
  .size-md-25 {
    font-size: 2.5rem;
  }
  .size-md-26 {
    font-size: 2.6rem;
  }
  .size-md-27 {
    font-size: 2.7rem;
  }
  .size-md-29 {
    font-size: 2.9rem;
  }
  .size-md-30 {
    font-size: 3rem;
  }
  .size-md-32 {
    font-size: 3.2rem;
  }
  .size-md-34 {
    font-size: 3.4rem;
  }
  .size-md-35 {
    font-size: 3.5rem;
  }
  .size-md-38 {
    font-size: 3.8rem;
  }
  .size-md-39 {
    font-size: 3.9rem;
  }
  .size-md-40 {
    font-size: 4rem;
  }
  .size-md-42 {
    font-size: 4.2rem;
  }
  .size-md-45 {
    font-size: 4.5rem;
  }
  .size-md-48 {
    font-size: 4.8rem;
  }
  .size-md-50 {
    font-size: 5rem;
  }
  .size-md-55 {
    font-size: 5.5rem;
  }
  .size-md-60 {
    font-size: 6rem;
  }
  .size-md-65 {
    font-size: 6.5rem;
  }
  .size-md-75 {
    font-size: 7.5rem;
  }
  .size-md-80 {
    font-size: 8rem;
  }
  .size-md-85 {
    font-size: 8.5rem;
  }
  .size-md-90 {
    font-size: 9rem;
  }
  .size-md-110 {
    font-size: 11rem;
  }
}

@media (min-width: 992px) {
  .size-lg-9 {
    font-size: 0.9rem;
  }
  .size-lg-12 {
    font-size: 1.2rem;
  }
  .size-lg-14 {
    font-size: 1.4rem;
  }
  .size-lg-15 {
    font-size: 1.5rem;
  }
  .size-lg-16 {
    font-size: 1.6rem;
  }
  .size-lg-18 {
    font-size: 1.8rem;
  }
  .size-lg-19 {
    font-size: 1.9rem;
  }
  .size-lg-20 {
    font-size: 2rem;
  }
  .size-lg-21 {
    font-size: 2.1rem;
  }
  .size-lg-22 {
    font-size: 2.2rem;
  }
  .size-lg-24 {
    font-size: 2.4rem;
  }
  .size-lg-25 {
    font-size: 2.5rem;
  }
  .size-lg-26 {
    font-size: 2.6rem;
  }
  .size-lg-27 {
    font-size: 2.7rem;
  }
  .size-lg-29 {
    font-size: 2.9rem;
  }
  .size-lg-30 {
    font-size: 3rem;
  }
  .size-lg-32 {
    font-size: 3.2rem;
  }
  .size-lg-34 {
    font-size: 3.4rem;
  }
  .size-lg-35 {
    font-size: 3.5rem;
  }
  .size-lg-38 {
    font-size: 3.8rem;
  }
  .size-lg-39 {
    font-size: 3.9rem;
  }
  .size-lg-40 {
    font-size: 4rem;
  }
  .size-lg-42 {
    font-size: 4.2rem;
  }
  .size-lg-45 {
    font-size: 4.5rem;
  }
  .size-lg-48 {
    font-size: 4.8rem;
  }
  .size-lg-50 {
    font-size: 5rem;
  }
  .size-lg-55 {
    font-size: 5.5rem;
  }
  .size-lg-60 {
    font-size: 6rem;
  }
  .size-lg-65 {
    font-size: 6.5rem;
  }
  .size-lg-75 {
    font-size: 7.5rem;
  }
  .size-lg-80 {
    font-size: 8rem;
  }
  .size-lg-85 {
    font-size: 8.5rem;
  }
  .size-lg-90 {
    font-size: 9rem;
  }
  .size-lg-110 {
    font-size: 11rem;
  }
}

@media (min-width: 1200px) {
  .size-xl-9 {
    font-size: 0.9rem;
  }
  .size-xl-12 {
    font-size: 1.2rem;
  }
  .size-xl-14 {
    font-size: 1.4rem;
  }
  .size-xl-15 {
    font-size: 1.5rem;
  }
  .size-xl-16 {
    font-size: 1.6rem;
  }
  .size-xl-18 {
    font-size: 1.8rem;
  }
  .size-xl-19 {
    font-size: 1.9rem;
  }
  .size-xl-20 {
    font-size: 2rem;
  }
  .size-xl-21 {
    font-size: 2.1rem;
  }
  .size-xl-22 {
    font-size: 2.2rem;
  }
  .size-xl-24 {
    font-size: 2.4rem;
  }
  .size-xl-25 {
    font-size: 2.5rem;
  }
  .size-xl-26 {
    font-size: 2.6rem;
  }
  .size-xl-27 {
    font-size: 2.7rem;
  }
  .size-xl-29 {
    font-size: 2.9rem;
  }
  .size-xl-30 {
    font-size: 3rem;
  }
  .size-xl-32 {
    font-size: 3.2rem;
  }
  .size-xl-34 {
    font-size: 3.4rem;
  }
  .size-xl-35 {
    font-size: 3.5rem;
  }
  .size-xl-38 {
    font-size: 3.8rem;
  }
  .size-xl-39 {
    font-size: 3.9rem;
  }
  .size-xl-40 {
    font-size: 4rem;
  }
  .size-xl-42 {
    font-size: 4.2rem;
  }
  .size-xl-45 {
    font-size: 4.5rem;
  }
  .size-xl-48 {
    font-size: 4.8rem;
  }
  .size-xl-50 {
    font-size: 5rem;
  }
  .size-xl-55 {
    font-size: 5.5rem;
  }
  .size-xl-60 {
    font-size: 6rem;
  }
  .size-xl-65 {
    font-size: 6.5rem;
  }
  .size-xl-75 {
    font-size: 7.5rem;
  }
  .size-xl-80 {
    font-size: 8rem;
  }
  .size-xl-85 {
    font-size: 8.5rem;
  }
  .size-xl-90 {
    font-size: 9rem;
  }
  .size-xl-110 {
    font-size: 11rem;
  }
}

.font-ng {
  font-family: niveau-grotesk, sans-serif;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semi-bold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 800;
}

.font-heavy {
  font-weight: 900;
}

.font-italic {
  font-style: italic;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.mb-5rem {
  margin-bottom: 5rem;
}

.mb-6rem {
  margin-bottom: 6rem;
}

.mb-7rem {
  margin-bottom: 7rem;
}

.mb-8rem {
  margin-bottom: 8rem;
}

.mb-9rem {
  margin-bottom: 9rem;
}

.mb-10rem {
  margin-bottom: 10rem;
}

.mb-11rem {
  margin-bottom: 11rem;
}

.mb-12rem {
  margin-bottom: 12rem;
}

.mb-13rem {
  margin-bottom: 13rem;
}

.mb-14rem {
  margin-bottom: 14rem;
}

.mb-15rem {
  margin-bottom: 15rem;
}

.mb-16rem {
  margin-bottom: 16rem;
}

.mb-17rem {
  margin-bottom: 17rem;
}

.mb-18rem {
  margin-bottom: 18rem;
}

.mb-19rem {
  margin-bottom: 19rem;
}

.mb-20rem {
  margin-bottom: 20rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.mt-6rem {
  margin-top: 6rem;
}

.mt-7rem {
  margin-top: 7rem;
}

.mt-8rem {
  margin-top: 8rem;
}

.mt-9rem {
  margin-top: 9rem;
}

.mt-10rem {
  margin-top: 10rem;
}

.mt-11rem {
  margin-top: 11rem;
}

.mt-12rem {
  margin-top: 12rem;
}

.mt-13rem {
  margin-top: 13rem;
}

.mt-14rem {
  margin-top: 14rem;
}

.mt-15rem {
  margin-top: 15rem;
}

.mt-16rem {
  margin-top: 16rem;
}

.mt-17rem {
  margin-top: 17rem;
}

.mt-18rem {
  margin-top: 18rem;
}

.mt-19rem {
  margin-top: 19rem;
}

.mt-20rem {
  margin-top: 20rem;
}

.ml-1rem {
  margin-left: 1rem;
}

.ml-2rem {
  margin-left: 2rem;
}

.ml-3rem {
  margin-left: 3rem;
}

.ml-4rem {
  margin-left: 4rem;
}

.ml-5rem {
  margin-left: 5rem;
}

.ml-6rem {
  margin-left: 6rem;
}

.ml-7rem {
  margin-left: 7rem;
}

.ml-8rem {
  margin-left: 8rem;
}

.ml-9rem {
  margin-left: 9rem;
}

.ml-10rem {
  margin-left: 10rem;
}

.ml-11rem {
  margin-left: 11rem;
}

.ml-12rem {
  margin-left: 12rem;
}

.ml-13rem {
  margin-left: 13rem;
}

.ml-14rem {
  margin-left: 14rem;
}

.ml-15rem {
  margin-left: 15rem;
}

.ml-16rem {
  margin-left: 16rem;
}

.ml-17rem {
  margin-left: 17rem;
}

.ml-18rem {
  margin-left: 18rem;
}

.ml-19rem {
  margin-left: 19rem;
}

.ml-20rem {
  margin-left: 20rem;
}

.mr-1rem {
  margin-right: 1rem;
}

.mr-2rem {
  margin-right: 2rem;
}

.mr-3rem {
  margin-right: 3rem;
}

.mr-4rem {
  margin-right: 4rem;
}

.mr-5rem {
  margin-right: 5rem;
}

.mr-6rem {
  margin-right: 6rem;
}

.mr-7rem {
  margin-right: 7rem;
}

.mr-8rem {
  margin-right: 8rem;
}

.mr-9rem {
  margin-right: 9rem;
}

.mr-10rem {
  margin-right: 10rem;
}

.mr-11rem {
  margin-right: 11rem;
}

.mr-12rem {
  margin-right: 12rem;
}

.mr-13rem {
  margin-right: 13rem;
}

.mr-14rem {
  margin-right: 14rem;
}

.mr-15rem {
  margin-right: 15rem;
}

.mr-16rem {
  margin-right: 16rem;
}

.mr-17rem {
  margin-right: 17rem;
}

.mr-18rem {
  margin-right: 18rem;
}

.mr-19rem {
  margin-right: 19rem;
}

.mr-20rem {
  margin-right: 20rem;
}

@media screen and (max-width: 991px) {
  .mb-mobile-0rem {
    margin-bottom: 0rem;
  }
  .mb-mobile-1rem {
    margin-bottom: 1rem;
  }
  .mb-mobile-2rem {
    margin-bottom: 2rem;
  }
  .mb-mobile-3rem {
    margin-bottom: 3rem;
  }
  .mb-mobile-4rem {
    margin-bottom: 4rem;
  }
  .mb-mobile-5rem {
    margin-bottom: 5rem;
  }
  .mb-mobile-6rem {
    margin-bottom: 6rem;
  }
  .mb-mobile-7rem {
    margin-bottom: 7rem;
  }
  .mb-mobile-8rem {
    margin-bottom: 8rem;
  }
  .mb-mobile-9rem {
    margin-bottom: 9rem;
  }
  .mb-mobile-10rem {
    margin-bottom: 10rem;
  }
  .mb-mobile-11rem {
    margin-bottom: 11rem;
  }
  .mb-mobile-12rem {
    margin-bottom: 12rem;
  }
  .mb-mobile-13rem {
    margin-bottom: 13rem;
  }
  .mb-mobile-14rem {
    margin-bottom: 14rem;
  }
  .mb-mobile-15rem {
    margin-bottom: 15rem;
  }
  .mb-mobile-16rem {
    margin-bottom: 16rem;
  }
  .mb-mobile-17rem {
    margin-bottom: 17rem;
  }
  .mb-mobile-18rem {
    margin-bottom: 18rem;
  }
  .mb-mobile-19rem {
    margin-bottom: 19rem;
  }
  .mb-mobile-20rem {
    margin-bottom: 20rem;
  }
  .mt-mobile-0rem {
    margin-top: 0rem;
  }
  .mt-mobile-1rem {
    margin-top: 1rem;
  }
  .mt-mobile-2rem {
    margin-top: 2rem;
  }
  .mt-mobile-3rem {
    margin-top: 3rem;
  }
  .mt-mobile-4rem {
    margin-top: 4rem;
  }
  .mt-mobile-5rem {
    margin-top: 5rem;
  }
  .mt-mobile-6rem {
    margin-top: 6rem;
  }
  .mt-mobile-7rem {
    margin-top: 7rem;
  }
  .mt-mobile-8rem {
    margin-top: 8rem;
  }
  .mt-mobile-9rem {
    margin-top: 9rem;
  }
  .mt-mobile-10rem {
    margin-top: 10rem;
  }
  .mt-mobile-11rem {
    margin-top: 11rem;
  }
  .mt-mobile-12rem {
    margin-top: 12rem;
  }
  .mt-mobile-13rem {
    margin-top: 13rem;
  }
  .mt-mobile-14rem {
    margin-top: 14rem;
  }
  .mt-mobile-15rem {
    margin-top: 15rem;
  }
  .mt-mobile-16rem {
    margin-top: 16rem;
  }
  .mt-mobile-17rem {
    margin-top: 17rem;
  }
  .mt-mobile-18rem {
    margin-top: 18rem;
  }
  .mt-mobile-19rem {
    margin-top: 19rem;
  }
  .mt-mobile-20rem {
    margin-top: 20rem;
  }
  .ml-mobile-0rem {
    margin-left: 0rem;
  }
  .ml-mobile-1rem {
    margin-left: 1rem;
  }
  .ml-mobile-2rem {
    margin-left: 2rem;
  }
  .ml-mobile-3rem {
    margin-left: 3rem;
  }
  .ml-mobile-4rem {
    margin-left: 4rem;
  }
  .ml-mobile-5rem {
    margin-left: 5rem;
  }
  .ml-mobile-6rem {
    margin-left: 6rem;
  }
  .ml-mobile-7rem {
    margin-left: 7rem;
  }
  .ml-mobile-8rem {
    margin-left: 8rem;
  }
  .ml-mobile-9rem {
    margin-left: 9rem;
  }
  .ml-mobile-10rem {
    margin-left: 10rem;
  }
  .ml-mobile-11rem {
    margin-left: 11rem;
  }
  .ml-mobile-12rem {
    margin-left: 12rem;
  }
  .ml-mobile-13rem {
    margin-left: 13rem;
  }
  .ml-mobile-14rem {
    margin-left: 14rem;
  }
  .ml-mobile-15rem {
    margin-left: 15rem;
  }
  .ml-mobile-16rem {
    margin-left: 16rem;
  }
  .ml-mobile-17rem {
    margin-left: 17rem;
  }
  .ml-mobile-18rem {
    margin-left: 18rem;
  }
  .ml-mobile-19rem {
    margin-left: 19rem;
  }
  .ml-mobile-20rem {
    margin-left: 20rem;
  }
  .mr-mobile-0rem {
    margin-right: 0rem;
  }
  .mr-mobile-1rem {
    margin-right: 1rem;
  }
  .mr-mobile-2rem {
    margin-right: 2rem;
  }
  .mr-mobile-3rem {
    margin-right: 3rem;
  }
  .mr-mobile-4rem {
    margin-right: 4rem;
  }
  .mr-mobile-5rem {
    margin-right: 5rem;
  }
  .mr-mobile-6rem {
    margin-right: 6rem;
  }
  .mr-mobile-7rem {
    margin-right: 7rem;
  }
  .mr-mobile-8rem {
    margin-right: 8rem;
  }
  .mr-mobile-9rem {
    margin-right: 9rem;
  }
  .mr-mobile-10rem {
    margin-right: 10rem;
  }
  .mr-mobile-11rem {
    margin-right: 11rem;
  }
  .mr-mobile-12rem {
    margin-right: 12rem;
  }
  .mr-mobile-13rem {
    margin-right: 13rem;
  }
  .mr-mobile-14rem {
    margin-right: 14rem;
  }
  .mr-mobile-15rem {
    margin-right: 15rem;
  }
  .mr-mobile-16rem {
    margin-right: 16rem;
  }
  .mr-mobile-17rem {
    margin-right: 17rem;
  }
  .mr-mobile-18rem {
    margin-right: 18rem;
  }
  .mr-mobile-19rem {
    margin-right: 19rem;
  }
  .mr-mobile-20rem {
    margin-right: 20rem;
  }
}

.lh-12 {
  line-height: 1.2em;
}

.em2021-btn {
  font-size: 1.8rem;
  color: #003595;
  border: 2px solid #006AD0;
  background-color: #FFF;
  padding: .7rem 2rem;
  border-radius: 70px;
  display: inline-block;
  font-weight: 300;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.em2021-btn:hover {
  background-color: #006AD0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #FFF;
  text-decoration: none;
}

.em2021-btn:focus {
  outline: none;
}

.em2021-btn--w-17 {
  width: 17rem;
}

.em2021-btn--gradient {
  border: 0;
  background: #5b2e7f;
  background: -webkit-gradient(linear, left top, right top, from(#5b2e7f), to(#3ea0ff));
  background: linear-gradient(90deg, #5b2e7f 0%, #3ea0ff 100%);
  color: #FFF;
  background-size: 30rem 1rem;
}

.em2021-btn--gradient:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background-position: -10rem center;
}

.em2021-btn--no-border {
  border: 0;
}

.em2021-input {
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  outline: none;
  border: none;
  font-size: 1.6rem;
  color: #003595;
  padding: 1rem 2rem;
}

.em2021-input + label {
  font-size: 1.6rem;
  color: white;
  margin-bottom: 1rem;
}

.dtone-form-steps .form-control {
  width: 100%;
  border-radius: 10px;
  background-color: #FFF;
  outline: none;
  border: none;
  font-size: 1.6rem;
  color: #003595;
  padding: 1rem 2rem;
  border: 2px solid #DCDCDC;
  height: auto;
  margin-bottom: 2rem;
}

.dtone-form-steps .form-control + label {
  color: #000;
  font-size: 1.6rem;
}

.em2021-checkbox.has-error + label {
  color: red;
}

.em2021-checkbox.has-error + label:before {
  outline-style: solid;
  outline-color: red;
  outline-width: 1px;
}

.em2021-checkbox + label {
  display: block;
  margin: 0.2rem;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1.2rem;
  color: #FFF;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.em2021-checkbox {
  display: none;
}

.em2021-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 4px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 3rem;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #FFF;
}

.em2021-checkbox:checked + label:before {
  color: #fff;
  background-image: url(../img/checkmark.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.em2021-checkbox:disabled + label:before {
  border-color: #aaa;
}

.em2021-checkbox:checked:disabled + label:before {
  background-color: #bfb;
  border-color: #bfb;
}

.em2021-checkbox-grey.has-error + label {
  color: red;
}

.em2021-checkbox-grey.has-error + label:before {
  outline-style: solid;
  outline-color: red;
  outline-width: 1px;
}

.em2021-checkbox-grey + label {
  display: block;
  margin: 0.2rem;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1.2rem;
  color: #000;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.em2021-checkbox-grey {
  display: none;
}

.em2021-checkbox-grey + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  border-radius: 4px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 3rem;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #FFF;
  border: 2px solid #003595;
}

.em2021-checkbox-grey:checked + label:before {
  color: #fff;
  background-image: url(../img/checkmark.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

.em2021-checkbox-grey:disabled + label:before {
  border-color: #aaa;
}

.em2021-checkbox-grey:checked:disabled + label:before {
  background-color: #bfb;
  border-color: #bfb;
}

.dtone-choose-option {
  position: relative;
  display: block;
  margin: 0.1rem;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1.6rem;
  color: #000;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2rem;
}

.dtone-choose-option:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  border-radius: 4px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 3rem;
  color: transparent;
  -webkit-transition: .2s;
  transition: .2s;
  background-color: #FFF;
  border: 2px solid #003595;
}

.dtone-choose-option.selected:before {
  color: #fff;
  background-image: url(../img/checkmark.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
}

footer.footer-aem2019 {
  font-size: 14px;
  text-align: center;
  color: #9b9b9b;
  background: #122338;
}

footer.footer-aem2019 .link-logout {
  display: inline-block;
  padding-right: 25px !important;
  background: url(/bundles/app/images/conferences/icon-logout-white.svg) no-repeat !important;
  background-position: right 0px bottom 10px !important;
  background-size: 15.4px 15.39px !important;
  min-height: 16px;
}

footer.footer-aem2019 .link-login {
  display: inline-block;
  padding-right: 25px !important;
  background: url(/bundles/app/images/conferences/icon-login-white.svg) no-repeat !important;
  background-position: right 0px bottom 10px !important;
  background-size: 14.31px 15.31px;
  min-height: 16px;
}

footer.footer-aem2019 .icon-fb {
  display: inline-block;
  vertical-align: middle;
  max-width: 24px;
}

footer.footer-aem2019 .copyright {
  padding: 30px 0 40px;
  text-align: center;
}

@media (min-width: 992px) {
  footer.footer-aem2019 .copyright {
    text-align: right;
  }
}

footer.footer-aem2019 .delimiter {
  margin: 0 10px;
}

footer.footer-aem2019 img.footer-shapes {
  width: 100%;
}

footer.footer-aem2019 .nr-nr {
  text-align: center;
  opacity: 0.7;
  font-size: 11px;
  padding-bottom: 10px;
}

footer.footer-aem2019 .row img {
  padding-top: 36px;
}

@media (min-width: 992px) {
  footer.footer-aem2019 .row img {
    float: left;
  }
}

@media (min-width: 992px) {
  footer.footer-aem2019 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer.footer-aem2019 .navbar-bot.nav li {
  padding: 0 27px;
}

footer.footer-aem2019 .navbar-bot.nav li:first-child {
  padding-left: 0;
}

footer.footer-aem2019 .navbar-bot.nav li:last-child {
  padding-right: 0;
}

@media (max-width: 991px) {
  footer.footer-aem2019 .navbar-bot.nav li {
    padding-left: 0;
    padding-right: 0;
  }
}

footer.footer-aem2019 .navbar-bot.nav a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 37px 0 7px 0;
}

footer.footer-aem2019 .navbar-bot.nav a:focus,
footer.footer-aem2019 .navbar-bot.nav a:active,
footer.footer-aem2019 .navbar-bot.nav a:hover {
  background: none;
}

footer.footer-aem2019 .navbar-bot.nav a.menu-home {
  display: block;
  background: url(/bundles/app/images/aem2019/icon-home-white.png) no-repeat center center;
  width: 24px;
  min-height: 24px;
  padding: 0;
  margin-top: 0px;
}

footer.footer-aem2019 .navbar-bot.nav a.menu-home:focus,
footer.footer-aem2019 .navbar-bot.nav a.menu-home:active,
footer.footer-aem2019 .navbar-bot.nav a.menu-home:hover,
footer.footer-aem2019 .navbar-bot.nav a.menu-home.current {
  background: url(/bundles/app/images/aem2019/icon-home-white.png) no-repeat center center;
}

@media (max-width: 991px) {
  footer.footer-aem2019 .navbar-bot.nav a.menu-home {
    margin: 33px auto 0 auto;
  }
}

footer.footer-aem2019 .navbar-bot.nav a.dropdown-toggle {
  background: none !important;
}

@media (min-width: 992px) {
  footer.footer-aem2019 .navbar-bot {
    float: right;
  }
}

@media (max-width: 479px) {
  footer.footer-aem2019 .delimiter {
    display: none;
  }
  footer.footer-aem2019 .copyright {
    padding: 40px 0;
  }
  footer.footer-aem2019 .copyright a {
    display: block;
  }
  footer.footer-aem2019 .icon-fb {
    display: block;
    margin: 10px auto;
  }
}

footer {
  width: 100%;
  padding-top: 130px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  padding-bottom: 35px;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}

footer:before,
footer:after {
  content: "";
  position: absolute;
  bottom: 10px;
  z-index: 2;
}

footer:before {
  left: 9px;
  width: 273px;
  height: 47px;
  background: url("/bundles/app/images/footer/footer-shape-left.png") no-repeat;
}

footer:after {
  right: 9px;
  width: 273px;
  height: 123px;
  background: url("/bundles/app/images/footer/footer-shape-right.png") no-repeat;
}

footer .footer-bg {
  position: absolute;
  width: 110%;
  height: 100%;
  background: #002F74;
  left: -5%;
  top: 0;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  pointer-events: none;
}

footer > .container {
  position: relative;
  z-index: 3;
}

footer .delimiter {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 29px;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 40px;
  border-radius: 10px;
}

footer a {
  color: rgba(255, 255, 255, 0.5) !important;
}

footer .footer-logo {
  display: inline-block;
  vertical-align: middle;
  width: 65.081px;
  height: 17.786px;
  margin-right: 50px;
}

footer .copyright {
  display: inline-block;
  vertical-align: middle;
}

footer .nr-nr {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 1500px) {
  footer:before {
    left: -90px;
  }
  footer:after {
    right: -90px;
  }
}

@media (max-width: 1300px) {
  footer:before,
  footer:after {
    content: none;
  }
}

@media (max-width: 991px) {
  footer {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 15px;
  }
  footer .container > * {
    display: block;
    margin: 0 auto 10px auto;
  }
  footer .delimiter {
    display: none;
  }
}

@media (max-width: 359px) {
  footer {
    font-size: 13px;
  }
}

#hoverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #002F74;
  opacity: 0.9;
  z-index: 998;
}

#hmonit {
  display: none;
  background: #FFF;
  padding: 35px 10% 4% 10%;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 103, 255, 0.28);
          box-shadow: 0 0 25px 0 rgba(0, 103, 255, 0.28);
  font-size: 17px;
  line-height: 1.5em;
  color: #002F74;
  border-radius: 20px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

#hmonit .heading {
  font-size: 28px;
  color: #009CDD;
  margin-bottom: 45px;
  font-weight: bold;
  text-transform: uppercase;
}

#hmonit .button-container {
  margin-top: 40px;
}

#hmonit .button-container .button {
  min-width: 150px;
}

#hmonit .btn-close-monit {
  cursor: pointer;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #009cdd;
  background: linear-gradient(135deg, #009cdd 0%, #57cdff 100%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#hmonit .btn-close-monit:hover {
  opacity: 0.9;
}

#hmonit .btn-close-monit i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/bundles/app/images/main/white-x.png) no-repeat center center;
}

.button.btn-blue {
  color: #FFF;
  background: #009cdd;
  background: -webkit-gradient(linear, left top, right top, from(#009cdd), color-stop(50%, #57cdff), to(#009cdd));
  background: linear-gradient(to right, #009cdd 0%, #57cdff 50%, #009cdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cdd', endColorstr='#009cdd', GradientType=1) !important;
  background-size: 200%;
}

#hmonit .button-container .button {
  min-width: 150px;
}

#hmonit .button-container .button {
  min-width: 150px;
}

.button.btn-blue {
  color: #FFF;
  background: #009cdd;
  background: -webkit-gradient(linear, left top, right top, from(#009cdd), color-stop(50%, #57cdff), to(#009cdd));
  background: linear-gradient(to right, #009cdd 0%, #57cdff 50%, #009cdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009cdd', endColorstr='#009cdd', GradientType=1) !important;
  background-size: 200%;
}

.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: #FFF;
  color: #002F74;
  position: relative;
  padding: 14px 27px 15px 27px;
  border-radius: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.modal-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.5);
}

.modal-popup-overlay .modal-center {
  background: #fff;
  border: 1px solid #002F74;
  border-radius: 20px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.modal-popup-overlay .modal-center .modal-info {
  color: #002F74;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 4.1rem;
}

.nav {
  padding: 3rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.nav.affix {
  background-color: #FFF;
  -webkit-box-shadow: 0px 3px 25px rgba(0, 106, 208, 0.15);
          box-shadow: 0px 3px 25px rgba(0, 106, 208, 0.15);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 1.5rem 0;
}

.nav__logo {
  width: 10rem;
  height: 2.75rem;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.nav__login {
  font-size: 1.2rem;
  color: #003595;
  position: relative;
  padding-right: 2rem;
  font-weight: 600;
}

.nav__login:hover {
  text-decoration: none;
}

.nav__login:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  content: '';
  width: 1.4rem;
  height: 1.5rem;
  background-image: url(../img/login_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav__link {
  font-size: 1.2rem;
  color: #003595;
  padding-right: 2rem;
  margin-right: 3rem;
}

@media screen and (max-width: 991px) {
  .nav__link {
    margin-right: -1rem;
  }
}

.nav__link:hover {
  text-decoration: none;
}

.header {
  padding-bottom: 11rem;
}

.header__date {
  background-image: url(../img/date.svg);
  width: 21.2rem;
  height: 3rem;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .header__date {
    width: 15rem;
    height: 2rem;
  }
}

.header__logo {
  background-image: url(../img/em2021_logo.png);
  width: 58.5rem;
  height: 30.9rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -2rem;
}

@media screen and (max-width: 991px) {
  .header__logo {
    width: 100%;
  }
}

.header__line {
  width: 4.3rem;
  height: 1px;
  margin: 0 2rem;
  background-color: #003595;
}

@media screen and (max-width: 991px) {
  .header__line:nth-child(4) {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__line {
    width: 2.3rem;
  }
}

.take-part__img {
  width: 50rem;
  height: 27rem;
  background-image: url(../img/take-part.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.take-part__img:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #764d9f;
  background: linear-gradient(45deg, #764d9f 0%, #46aad6 49%, #4dc1cd 100%);
  opacity: .7;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

.take-part__img:hover:after {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
}

@media screen and (max-width: 575px) {
  .take-part__img {
    width: 34rem;
    height: 19rem;
  }
}

.register {
  padding: 10rem 0;
  overflow: hidden;
  position: relative;
}

.register:before {
  content: '';
  display: block;
  width: 500rem;
  height: 286rem;
  background: #65bfb1;
  background: linear-gradient(45deg, #65bfb1 0%, #39c4e5 30%, #764d9f 60%);
  border-radius: 100% 100% 0 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.control-label {
  font-size: 1.6rem;
  color: white;
  margin-bottom: 1rem;
}

.dtone-form-steps .control-label {
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 1rem;
}

.dtone-step {
  position: relative;
}

.dtone-step.active .dtone-step-number {
  background: #764d9f;
  color: #FFF;
  border: 0;
  background: linear-gradient(45deg, #764d9f 0%, #005eaa 27%, #3ea0ff 100%);
}

.dtone-step .dtone-step-number {
  border-radius: 100%;
  width: 4.5rem;
  height: 4.5rem;
  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;
  font-size: 1.8rem;
  border: 2px solid #003595;
}

.dtone-step:first-child:after, .dtone-step:nth-child(2):after {
  display: block;
  content: '';
  width: 15rem;
  height: 1px;
  background-color: #003595;
  position: absolute;
  top: 50%;
  left: 170%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 575px) {
  .dtone-step:first-child:after, .dtone-step:nth-child(2):after {
    width: 5rem;
  }
}

.dtone-login-register {
  min-height: 70vh;
}

.dtone-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.agenda {
  padding: 3rem 0;
}

.agenda table {
  width: 100%;
}

.agenda table th {
  font-size: 1.8rem;
  color: #AAAAAA;
  padding: 2rem 2rem;
  font-weight: 400;
}

@media screen and (max-width: 575px) {
  .agenda table th {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.agenda table tr:nth-child(even) {
  background-color: #F6F6F6;
}

.agenda table tr:nth-child(odd) {
  background-color: transparent;
}

.agenda table td {
  font-size: 1.8rem;
  padding: 2rem 2rem;
}

.agenda table td:first-child {
  color: #000000;
}

.agenda table td:last-child {
  color: #000000;
}

@media screen and (max-width: 575px) {
  .agenda table td {
    padding: 1rem;
    font-size: 1.4rem;
  }
}

.prelegents {
  padding: 10rem 0;
  -webkit-box-shadow: 0 7px 25px rgba(0, 0, 0, 0.07);
          box-shadow: 0 7px 25px rgba(0, 0, 0, 0.07);
}

.prelegents__item {
  padding: 5rem;
}

@media screen and (max-width: 991px) {
  .prelegents__item {
    padding: 2rem;
  }
}

.prelegents__image {
  width: 22.4rem;
  height: 22.4rem;
  background: #5b2e7f;
  background: -webkit-gradient(linear, left bottom, left top, from(#5b2e7f), color-stop(56%, #005eaa), to(#34b5e0));
  background: linear-gradient(0deg, #5b2e7f 0%, #005eaa 56%, #34b5e0 100%);
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 4rem;
}

.prelegents__image:after {
  content: '';
  display: block;
  width: 18.4rem;
  height: 18.4rem;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #FFF;
}

.prelegents__image--tomasz:after {
  background-image: url(../img/tomasz.png);
}

.prelegents__image--wojciech:after {
  background-image: url(../img/wojciech.png);
}

.prelegents__image--tomasz-sulinski:after {
  background-image: url(../img/tomasz-sulinski.png);
}

.prelegents__image--aleksandra:after {
  background-image: url(../img/aleksandra.png);
}

.prelegents__image--pawel:after {
  background-image: url(../img/pawel.png);
}

.prelegents__image--lukasz:after {
  background-image: url(../img/lukasz.png);
}

.prelegents__image--izabela:after {
  background-image: url(../img/izabela.png);
}

.prelegents__image--anna:after {
  background-image: url(../img/anna.png);
}

.slick-prev {
  background-image: url(../img/arrow-left.png);
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: 50%;
  left: -3rem;
  outline: none;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-prev:focus {
  outline: 0;
}

.slick-next {
  background-image: url(../img/arrow-left.png);
  width: 4.4rem;
  height: 4.4rem;
  position: absolute;
  top: 50%;
  right: -3rem;
  outline: none;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-color: transparent;
}

.slick-next:focus {
  outline: 0;
}
/*# sourceMappingURL=style.css.map */