.sizer {
  background: purple;
  color: white;
  position: fixed;
  z-index: 10000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  right: 0;
  bottom: 30px;
}

body {
  background: #1A0F2E;
  font-family: "Prompt", sans-serif;
}

section.fhd {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: #0DB1A0;
  text-decoration: none;
}

.langs a {
  color: #0DB1A0;
  text-decoration: none;
  font-weight: 100;
  font-size: 12px;
  line-height: 16px;
  margin-right: 5px;
}
.langs a.active {
  color: white;
}

.topMenu a {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.3s;
}
.topMenu a:hover {
  color: white;
}

.soc a {
  margin-left: 2px;
}

.title {
  font-weight: 100 !important;
  font-size: 64px;
  text-transform: uppercase;
}

#section-1 #headerContainer {
  position: absolute;
  z-index: 100;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: 0;
}
@media (max-width: 576px) {
  #section-1 #headerContainer {
    position: relative;
  }
  #section-1 #headerContainer img {
    transform: scale(0.8);
  }
}
#section-1 #mainCarousel {
  margin-top: 95px;
}
#section-1 #mainCarousel .carousel-item {
  position: relative;
  transition-duration: 2s;
}
#section-1 #mainCarousel .carousel-item .inner {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 40px;
  width: 100%;
  height: 100%;
  padding-left: 45%;
  display: flex;
  align-items: center;
}
#section-1 #mainCarousel .carousel-item .inner .caption {
  text-transform: uppercase;
  color: white;
  font-weight: 100;
  font-size: 55px;
  line-height: 100%;
  text-decoration: none;
}
#section-1 #mainCarousel .carousel-item .inner a {
  display: inline-block;
  border: 1px solid #0DB1A0;
  color: white;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  padding: 14px 3em;
  font-size: 17px;
  text-decoration: none;
  position: relative;
  z-index: 1000;
  transition: 0.3s;
  font-weight: 100;
  letter-spacing: 1px;
}
#section-1 #mainCarousel .carousel-item .inner a:hover {
  background: #0DB1A0;
}
@media (max-width: 576px) {
  #section-1 #mainCarousel {
    margin-top: 0;
  }
  #section-1 #mainCarousel img {
    transform: scale(1.5);
    transform-origin: left;
  }
}

#section-2 {
  background-color: white;
  background-image: url(../images/pic-1.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  color: #3C3C3C;
  position: relative;
}
@media (max-width: 992px) {
  #section-2 .inner {
    background: rgba(255, 255, 255, 0.7333333333);
  }
}
#section-2 .lead {
  color: #0DB1A0;
  font-weight: bold;
  margin-bottom: 30px;
  z-index: 100;
}
#section-2 .static-content {
  position: relative;
  font-size: 15px;
  line-height: 32px;
}

#section-3 {
  color: white;
  /*
  background-color: $purple;
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: top left;
  */
  min-height: 700px;
  position: relative;
}
@media (max-width: 576px) {
  #section-3 {
    min-height: auto;
  }
}
#section-3 .fake-cover {
  background-image: url(../images/bg-3.png);
  background-repeat: no-repeat;
  background-position: top 80px left;
  background-size: 100%;
}
#section-3 .fake-cover.cover-1 {
  background-image: url(../images/what-bg-1.jpg);
}
#section-3 .fake-cover.cover-2 {
  background-image: url(../images/what-bg-4.jpg);
}
#section-3 .fake-cover.cover-3 {
  background-image: url(../images/what-bg-5.jpg);
}
#section-3 .fake-cover.cover-4 {
  background-image: url(../images/what-bg-3.jpg);
}
#section-3 .fake-cover.cover-5 {
  background-image: url(../images/what-bg-2.jpg);
}
@media (max-width: 992px) {
  #section-3 .fake-cover {
    background-size: 160%;
    background-position: bottom 40px left;
    padding-bottom: 120px;
  }
  #section-3 .fake-cover .inner {
    background: rgba(26, 15, 46, 0.7333333333);
  }
}
#section-3 .tab-pane {
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
}
@media (max-width: 576px) {
  #section-3 .tab-pane {
    font-size: 16px;
    line-height: 160%;
  }
}
#section-3 .tab-pane .tab-title {
  color: #0DB1A0;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 30px;
}
#section-3 .tab-pane .tab-title::before {
  content: attr(data-i);
  font-size: 16px;
  margin-right: 30px;
  vertical-align: text-top;
}
#section-3 .nav-link {
  background: none;
  border: none;
  color: white;
  border-bottom: 1px solid #504860;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  font-size: 300;
  padding-bottom: 10px;
  transition: 0.3s;
  margin-bottom: 20px;
}
#section-3 .nav-link.active {
  border-color: #0DB1A0;
}
#section-3 .nav-link::before {
  content: attr(data-i);
  margin-right: 10px;
  font-size: 10px;
  vertical-align: text-top;
}

#section-4 {
  background-image: url(../images/bg-refs.jpg);
  background-size: cover;
  color: white;
}
#section-4 .inner {
  background: rgba(0, 0, 0, 0.2);
}
#section-4 .abra {
  margin-top: -80px;
  width: 100%;
  text-align: center;
  position: relative;
}
#section-4 .circles {
  position: relative;
}
#section-4 span {
  position: absolute;
  font-size: 16px;
  max-width: 156px;
  text-align: center;
  display: inline-block;
  line-height: 130%;
  font-weight: 100;
  letter-spacing: 1px;
}
#section-4 span strong {
  font-size: 68px;
  line-height: 110%;
  display: block;
  font-weight: 700;
}
#section-4 .data-block {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-4 .data-block .data-1 {
  margin-top: -53%;
  margin-left: -30%;
}
#section-4 .data-block .data-2 {
  margin-right: -95%;
  margin-top: -55%;
}
#section-4 .data-block .data-3 {
  margin-left: -95%;
  margin-top: -27%;
}
#section-4 .data-block .data-4 {
  margin-left: -50%;
  margin-bottom: -75%;
}
#section-4 .data-block .data-5 {
  margin-bottom: -70%;
  margin-right: -50%;
}
#section-4 .data-block .data-6 {
  margin-right: -80%;
  margin-top: -10%;
  max-width: 130px;
}

#section-5 {
  background: white;
}
#section-5 .box-link {
  display: block;
  color: #3C3C3C;
  line-height: 200%;
  font-weight: 500;
  background-image: url(../images/icon-arrow-small.svg);
  background-position: right 30px center;
  background-repeat: no-repeat;
  padding: 30px;
  padding-right: 80px;
  transition: 0.3s;
  font-size: 15px;
}
#section-5 .box-link .box-title {
  color: #0DB1A0;
  font-size: 24px;
  margin-bottom: 20px;
}
#section-5 .box-link:hover {
  background-color: #1A0F2E;
  color: white;
}

#section-6 {
  background-image: url(../images/bg-bottom.jpg);
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  height: 750px;
  font-weight: 100;
}
#section-6 strong {
  font-weight: 100;
  font-size: 35px;
  display: block;
}
#section-6 .inner {
  margin: 170px 0;
  border: none;
  background: none;
  color: white;
}
#section-6 .inner .arrow {
  margin-top: 90px;
}
#section-6 .soc {
  margin-top: 10px;
}
#section-6 .soc img {
  height: 48px;
}
#section-6 .small-links {
  padding: 0;
}
#section-6 .small-links a {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  transition: 0.3s;
}
#section-6 .small-links a:hover {
  color: white;
}
#section-6 .contact-link {
  cursor: pointer;
}
#section-6 .modal-content {
  border-radius: 0;
}

footer {
  background: #1A0F2E;
  font-weight: 100;
  color: white;
  font-size: 14px;
}
footer a {
  font-weight: 100;
  color: white;
  font-size: 14px;
  margin-right: 20px;
  transition: 0.3s;
}
footer a:hover {
  color: #0DB1A0;
}

#contactModal {
  color: #3C3C3C;
}
#contactModal .modal-header {
  padding-left: 25px;
  padding-right: 25px;
  border-bottom: none;
}
#contactModal .modal-header .modal-title {
  font-weight: 100 !important;
  text-transform: uppercase;
  font-size: 64px;
}
#contactModal .modal-header .modal-title span {
  padding-left: 8px;
}
#contactModal .modal-header .btn-close {
  color: #0DB1A0;
  background: none;
  font-size: 40px;
  position: relative;
}
#contactModal .modal-header .btn-close::before, #contactModal .modal-header .btn-close::after {
  content: "";
  display: block;
  width: 2px;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #0DB1A0;
  position: absolute;
  transform-origin: center;
  transform: rotate(-45deg);
}
#contactModal .modal-header .btn-close::before {
  transform: rotate(45deg);
}
#contactModal .form-group {
  color: #3C3C3C;
  margin-bottom: 40px;
  font-weight: 300;
}
#contactModal .form-group label {
  font-size: 12px;
  display: block;
}
#contactModal .form-group .form-control {
  border: none;
  border-bottom: 2px solid #E5E5E5;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
#contactModal .form-group .form-control::-moz-placeholder {
  color: #E5E5E5;
}
#contactModal .form-group .form-control::placeholder {
  color: #E5E5E5;
}
#contactModal .form-group .form-control:focus {
  border-color: #0DB1A0;
  box-shadow: none;
}
#contactModal .form-group textarea {
  resize: none;
  overflow: hidden;
  min-height: 38px;
  max-height: 100px;
}
#contactModal .sendButton {
  color: #3C3C3C;
  background: white;
  border: 1px solid #0DB1A0;
  transition: 0.3s;
  border-radius: 5px;
  padding: 5px 30px;
  height: 54px;
  min-width: 160px;
  text-transform: uppercase;
}
#contactModal .sendButton:hover {
  background: #0DB1A0;
  color: white;
}
#contactModal .was-validated .form-control:invalid {
  border-color: red !important;
  background-image: none;
}
#contactModal .was-validated .form-control:valid {
  background-image: none;
}

.modal.fade .modal-dialog {
  transform: translate(50%, 0);
}

.modal.fade.show .modal-dialog {
  transform: translate(0, 0);
}

#section-10 {
  text-align: center;
  color: white;
}
#section-10 h1 {
  font-weight: 300 !important;
  text-transform: uppercase;
  font-size: 55px;
}

#section-11 {
  background: white;
}

.alert {
  font-size: 18px;
}
.alert.alert-success {
  background: #0DB1A0;
  border-color: #1A0F2E;
  color: white;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 1400px) {
  #section-3 {
    background-size: 120% auto;
  }
}
@media (max-width: 1200px) {
  #section-4 .abra {
    margin-top: 0 !important;
  }
  #section-4 span {
    font-size: 14px;
  }
  #section-4 span strong {
    font-size: 48px !important;
  }
}
@media (max-width: 992px) {
  #contactModal .modal-title {
    font-size: 48px !important;
  }
  #section-6 {
    height: auto;
  }
  #section-6 .inner {
    margin: 60px 0;
  }
  #section-2 {
    background-position: right bottom;
  }
  #mainCarousel {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  #section-4 .abra {
    margin-top: 0 !important;
  }
  #section-4 span {
    font-size: 18px;
  }
  #section-4 span strong {
    font-size: 32px !important;
  }
  #section-4 .data-2 {
    margin-top: -85% !important;
    margin-right: -100% !important;
  }
  #nav-icon {
    z-index: 100;
    position: absolute;
    right: 15px;
    margin-top: 15px;
    width: 35px;
    height: 35px;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
    background: #0DB1A0;
  }
  #nav-icon span:nth-child(1) {
    top: 0px;
  }
  #nav-icon span:nth-child(2),
  #nav-icon span:nth-child(3) {
    top: 10px;
  }
  #nav-icon span:nth-child(4) {
    top: 20px;
  }
  #nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #nav-icon.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  #nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  #nav-icon.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  #coverMenu {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1A0F2E;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  #coverMenu.active {
    transform: translateX(0);
  }
  #coverMenu #navbarContent .menu-container {
    width: 100% !important;
  }
  #coverMenu #navbarContent .menu-container a {
    display: block;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0;
  }
  #coverMenu #navbarContent .menu-container a:hover {
    color: white;
  }
  #mainCarousel .carousel-item .inner {
    padding: 0 !important;
    display: block !important;
    text-align: center;
    position: relative !important;
    min-height: 240px !important;
  }
}
@media (max-width: 576px) {
  .box-link {
    padding-right: 60px !important;
    background-size: 30px;
    background-position: right 10px center !important;
  }
  #contactModal .modal-title {
    font-size: 32px !important;
  }
  #section-6 .inner {
    margin: 30px 0;
  }
  .title {
    font-size: 48px;
  }
  #section-4 {
    text-align: center;
  }
  #section-4 .data-block {
    display: block;
    position: relative;
  }
  #section-4 .data-block span {
    display: inline-block;
    width: 48% !important;
    position: relative !important;
    margin: 0 !important;
    margin-bottom: 30px !important;
    vertical-align: middle;
  }
}/*# sourceMappingURL=basilicon.css.map */