@font-face {
  font-family: 'Myriad Pro Regular';
  font-style: normal;
  font-weight: normal;
  src: local("../webfonts/Myriad Pro Regular"), url("../webfonts/MYRIADPRO-REGULAR.woff") format("woff");
}

@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local("../webfonts/Myriad Pro Bold"), url("../webfonts/MYRIADPRO-BOLD.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat Regular"), url("Montserrat-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Montserrat SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local("Montserrat SemiBold"), url("Montserrat-SemiBold.woff") format("woff");
}

.font3SB {
  font-family: 'Montserrat SemiBold';
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #16498C;
}

/*************************************************/
/* Variables */
/*************************************************/
.section-pt {
  padding-top: 5em;
}

.section-pb {
  padding-bottom: 5em;
}

.section-py {
  padding-block: 5em !important;
}

.ovx-clip {
  overflow-x: clip;
}

.lh-2 {
  line-height: 2;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-1_5 {
  line-height: 1.5;
}

.lh-1_2 {
  line-height: 1.2;
}

.flipx {
  -webkit-transform: scalex(-1);
          transform: scalex(-1);
}

.flipy {
  -webkit-transform: scaley(-1);
          transform: scaley(-1);
}

.font2 {
  font-family: "Myriad Pro Bold" !important;
}

.text-underline {
  text-decoration: underline !important;
}

.rounded10 {
  border-radius: 10px !important;
}

.rounded50 {
  border-radius: 50px !important;
}

.text-white {
  color: #fff !important;
}

.text-light {
  color: #9C9D9B !important;
}

.text-purple {
  color: #4461F2 !important;
}

.text-red {
  color: #FF5656 !important;
}

.text-blue {
  color: #16498C !important;
}

.text-darkblue {
  color: #16498C !important;
}

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

.bg-light {
  background: #9C9D9B !important;
}

.bg-blue {
  background: #16498C !important;
}

.img-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.img-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.fz70 {
  font-size: 70px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz60 {
  font-size: 60px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}

body {
  font-family: "Myriad Pro Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #FEFEFF;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
  font-family: "Myriad Pro Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Myriad Pro Regular";
}

.bg-wrapper {
  position: relative;
  display: inline-block;
}

.bg-wrapper:before {
  content: '';
  background: url("../images/edge.png") 0 0 no-repeat;
  position: absolute;
  right: -14px;
  width: 19px;
  height: 100%;
  top: 0;
  bottom: 0;
}

.bg-wrapper:after {
  content: '';
  background: url("../images/edge.png") 0 0 no-repeat;
  position: absolute;
  left: -14px;
  width: 19px;
  height: 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  top: 0;
  bottom: 0;
}

.bg-wrapper .text {
  font-family: "Myriad Pro Bold";
  background: #16498C;
  color: #fff;
  margin: 0;
  padding: 10px 1em;
  position: relative;
}

.bg-wrapper .text:after {
  content: "";
  left: 0px;
  -webkit-transform: skewY(4deg);
          transform: skewY(4deg);
}

.bg-wrapper .text:before {
  content: '';
  right: 0px;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
}

.bg-wrapper .text:before, .bg-wrapper .text:after {
  background: #16498C;
  position: absolute;
  bottom: -8px;
  content: '';
  width: 51%;
  height: 15px;
}

.bg-wrapper.up {
  display: block;
  width: calc(100% - 40px);
  margin: auto;
}

.bg-wrapper.up:before {
  content: '';
  background: url("../images/edge.png") 0 0 no-repeat;
  position: absolute;
  right: -14px;
  width: 19px;
  height: 100%;
  top: 0;
  bottom: 0;
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.bg-wrapper.up:after {
  content: '';
  background: url("../images/edge.png") 0 0 no-repeat;
  position: absolute;
  left: -14px;
  width: 19px;
  height: 100%;
  -webkit-transform: scaleX(-1) scaleY(-1);
          transform: scaleX(-1) scaleY(-1);
  top: 0;
  bottom: 0;
}

.bg-wrapper.up .text {
  font-family: "Myriad Pro Regular";
  padding: 10px 20px 20px;
}

.bg-wrapper.up .text:before, .bg-wrapper.up .text:after {
  background: #16498C;
  position: absolute;
  top: -8px;
  content: '';
  width: 51%;
  height: 15px;
}

.bg-wrapper.up .text:after {
  content: "";
  left: 0px;
  -webkit-transform: skewY(-4deg);
          transform: skewY(-4deg);
}

.bg-wrapper.up .text:before {
  content: '';
  right: 0px;
  -webkit-transform: skewY(4deg);
          transform: skewY(4deg);
}

.title {
  font-size: 26px;
}

.description {
  color: #9C9D9B;
  font-size: 22px;
}

.single-answer img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.single-answer:hover img {
  scale: 1.05;
}

.login-page {
  font-family: 'Montserrat Regular';
  background: url("../images/bg1.png") 114% 100% no-repeat, url("../images/bg2.png") -2% 100% no-repeat;
  background-size: 40%, 40%;
  padding-bottom: 10em;
}

.login-form {
  width: 50%;
  margin: 5em auto 2em;
}

.login-form .form-control {
  background: #EAF0F7;
  border-radius: 10px;
  height: 70px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  letter-spacing: 0.09em;
  color: #4F555A;
  padding: 1em 2em;
  margin-bottom: 2em;
}

.login-form .form-control::-webkit-input-placeholder {
  color: #4F555A;
}

.login-form .form-control:-ms-input-placeholder {
  color: #4F555A;
}

.login-form .form-control::-ms-input-placeholder {
  color: #4F555A;
}

.login-form .form-control::placeholder {
  color: #4F555A;
}

.btn-blue {
  background: #20407F;
  -webkit-box-shadow: 0px 12px 21px 4px rgba(68, 97, 242, 0.15);
          box-shadow: 0px 12px 21px 4px rgba(68, 97, 242, 0.15);
  border-radius: 10px;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  letter-spacing: 0.09em;
  color: #FFFFFF;
  border: 0;
}

.btn-blue:hover {
  background: #9C9D9B;
  border: 0;
  color: #fff;
}

.thanks-text {
  background: url(../images/confetti-29.gif);
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 768px) {
  .logo,
  .question {
    text-align: center;
  }
  .login-form {
    width: 100%;
  }
  .login-page {
    background: none;
  }
}

@media all and (max-width: 992px) {
  .login-page {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */