@font-face {
  font-family: 'adineuePROCyrBoldWeb';
  src: url(../fonts/adineuePROCyr-BoldWeb.ttf);
}

@font-face {
  font-family: 'Avenir Next Regular';
  src: url(../fonts/avenir_next/Metropolis-Regular.otf);
}

@font-face {
  font-family: 'Avenir Next Bold';
  src: url(../fonts/avenir_next/Metropolis-Bold.otf);
}

@font-face {
  font-family: 'Avenir Next Thin';
  src: url("/assets/fonts/avenir_next/Metropolis-Thin.otf");
  src: url(../fonts/avenir_next/Metropolis-Thin.otf);
}

* {
  font-family: 'Avenir Next Regular', sans-serif;
}

h1, h2, h3, h4, h5, h6, .btn {
  font-family: 'adineuePROCyrBoldWeb', sans-serif;
}

.btn-lg {
  padding: 1rem 1rem;
}

.btn-lg#getInTouch {
  min-width: 25vw;
}

p {
  line-height: 1.5;
}

img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-animation: fadeBlur .5s ease-in-out;
          animation: fadeBlur .5s ease-in-out;
}

img.lazy {
  opacity: 0;
}

.fade-img {
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.fade-blur {
  -webkit-animation: fadeBlur 2s ease-in-out;
          animation: fadeBlur 2s ease-in-out;
}

@-webkit-keyframes fadeBlur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeBlur {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

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

.website-design-loader {
  z-index: 1001;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.website-design-loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.waiting-loader-scaler {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation: scale 0.4s ease forwards 0.5s, fadein 0.4s ease forwards 0.5s;
          animation: scale 0.4s ease forwards 0.5s, fadein 0.4s ease forwards 0.5s;
}

.waiting-loader-spinner, .waiting-loader-spinner:after {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.waiting-loader-spinner {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 6px solid #263183;
  border-left: 6px solid #a2a6aa;
  -webkit-animation: spin 1s infinite linear forwards;
          animation: spin 1s infinite linear forwards;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.waiting-loader-circle {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #263183;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.waiting-loader-spinner {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 6px solid #3441a3;
  border-left: 6px solid #fff;
  -webkit-animation: spin 1s infinite linear forwards;
          animation: spin 1s infinite linear forwards;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.font-weight-bold {
  font-family: 'Avenir Next Bold';
}

.btn {
  border-radius: .5rem;
}

.btn-primary {
  background-color: #c01f59 !important;
  border-color: #c01f59 !important;
  color: #fdb447 !important;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.btn-primary:hover {
  opacity: 0.8;
}

.btn-secondary {
  background-color: #fdb447 !important;
  border-color: #fdb447 !important;
  color: #263183 !important;
  -webkit-transition: all .25s;
  transition: all .25s;
}

.btn-secondary:hover {
  opacity: 0.8;
}

.btn-secondary:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}

.text-secondary {
  color: #fdb447 !important;
}

body {
  background-color: #263183;
}

main {
  position: relative;
}

section {
  position: relative;
}

section h1.tagline {
  line-height: 1;
}

section h3.tagline {
  letter-spacing: 1.4px;
}

section.banner-section {
  background-color: #3441a3;
}

section.learning-section {
  background-color: #263183;
}

section.learning-section .mr- {
  margin-right: -7vw;
}

section.video-section {
  background-color: #263183;
}

section.video-section .list li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

section.video-section .list li:before {
  content: '';
  position: absolute;
  width: .5rem;
  height: .5rem;
  background-color: #BF2F58;
  border-radius: 50%;
  top: .5rem;
}

section.video-section .list li span {
  color: #fff;
  font-size: 1rem;
}

section.video-section .video-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.video-section .video-wrapper .paper-bag {
  position: absolute;
  right: -20%;
  bottom: -35%;
  -webkit-filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
  z-index: 1;
}

section.video-section .video-wrapper .video-js {
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 1.2rem;
  overflow: hidden;
}

section.video-section .video-wrapper .box .box-body {
  border-radius: 1rem;
  position: relative;
}

section.video-section .video-wrapper .box .box-body:before {
  content: '';
  position: absolute;
  width: 104%;
  height: 106%;
  border: 10px solid #E4448B;
  border-radius: 1.5rem;
  top: -2.8%;
  left: -2.1%;
  z-index: 2;
  -webkit-box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.4);
          box-shadow: -2px 0px 10px rgba(0, 0, 0, 0.4);
}

section.video-section .video-wrapper .box .box-body:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 104%;
  border-right: 10px solid #E4448B;
  border-radius: 1.65rem;
  top: -2%;
  left: 3.5%;
  z-index: 1;
}

section.video-section .video-wrapper .box .box-feet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
  margin-bottom: 8px;
}

section.video-section .video-wrapper .box .box-feet .f-wrapper {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

section.video-section .video-wrapper .box .box-feet .f-wrapper div {
  height: 40px;
  width: 25px;
  background-color: #E4448B;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 -2px 0px 0px #E4448B;
          box-shadow: 0 -2px 0px 0px #E4448B;
}

section.speakers-section {
  background-color: #263183;
}

section.speakers-section:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 50%;
  top: 60%;
  z-index: 0;
  background-color: #3441a3;
}

section.speakers-section .card {
  background-color: transparent;
  border: 0;
}

section.speakers-section .card .card-img-top {
  border-radius: 2rem !important;
  overflow: hidden;
  max-width: 200px;
}

section.speakers-section .card .card-body {
  padding: 1rem .25rem;
}

section.speakers-section .card .card-body p:nth-child(2) {
  font-size: 0.8rem;
}

section.clients-section {
  background-color: #3441a3;
}

section.clients-section .clients-list {
  background-color: #BF2F58;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  place-items: center;
  place-content: start;
  grid-gap: .35rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0px 10px -3px #000;
          box-shadow: 0 0px 10px -3px #000;
}

section.clients-section .clients-list .logo-wrapper img {
  max-width: 12vw;
  max-height: 80px;
}

section.contact-section {
  background-color: #263183;
}

section.contact-section .mr- {
  margin-left: -7vw;
}

#contactModal .modal-content {
  background-color: #BF1F58;
  border-radius: 1rem;
}

#contactModal .modal-content .close {
  cursor: pointer;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

#contactModal form .invalid-tooltip {
  font-size: x-small;
  top: -0.65rem;
  left: -1rem;
  opacity: 0.8;
}

#contactModal form input {
  border-radius: 1rem;
  border-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1px #fdb447e7 !important;
          box-shadow: 0 0 0 1px #fdb447e7 !important;
  text-align: center;
}

#contactModal form button[type="submit"] {
  min-width: 150px;
  border-radius: 0.5rem;
}

@media (min-width: 992px) {
  section h1.tagline {
    font-size: 3.7vw;
  }
  section h3.tagline {
    font-size: 2.7vw;
  }
  section.banner-section {
    height: 100vh;
  }
  section.clients-section .clients-list {
    min-height: 425px;
  }
  section.video-section .video-wrapper .box .box-body {
    width: 35vw;
    height: 20vw;
  }
  section.speakers-section .card {
    height: 420px;
  }
  section.contact-section .mr- {
    max-width: 800px;
  }
  #contactModal .modal-lg {
    max-width: 650px;
  }
}

@media (max-width: 991px) {
  main {
    -ms-scroll-snap-type: initial;
        scroll-snap-type: initial;
  }
  section {
    height: auto;
  }
  section.learning-section [class*="col-"]:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.learning-section .mr- {
    margin-right: 0;
  }
  section.contact-section [class*="col-"]:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.contact-section .mr- {
    margin-left: 0;
  }
  section.contact-section .mr-- {
    margin-left: 0;
  }
  section.speakers-section .card-group p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  section .tagline {
    font-size: 2rem;
  }
  section.speakers-section:before {
    content: initial;
  }
  section.speakers-section .card-group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  section.speakers-section .card {
    height: 385px;
  }
  section.speakers-section .card .card-img-top {
    border-radius: 1rem !important;
  }
  section.speakers-section .card .card-body p:nth-child(2) {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

@media (max-width: 575px) {
  section.video-section .video-wrapper video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.video-section .video-wrapper .paper-bag {
    right: -20%;
    bottom: -35%;
  }
  section.video-section .video-wrapper .box .box-body {
    width: 375px;
    height: 220px;
  }
  section.video-section .video-wrapper .box .box-feet {
    margin-bottom: 6px;
  }
  section.video-section .video-wrapper .box .box-feet .f-wrapper div {
    width: 20px;
  }
  section.clients-section .clients-list .logo-wrapper img {
    max-width: 15vw !important;
    max-height: 80px !important;
  }
}

@media (max-width: 425px) {
  section.video-section .video-wrapper .box .box-body {
    width: 300px;
    height: 192px;
  }
}
/*# sourceMappingURL=ss.style.css.map */