* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

body {
  background: #075c8b url('../../assets/img/bg.jpg') 50% 0% no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100%;
}

/* animations */
@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* form */
#formbox {
  max-width: 340px;
  width: 100%;
}
.formTitleContainer {
  padding-top: 21px;
  padding-bottom: 11px;
}
.formTitle {
  text-align: center;
  font-family: Roboto;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.2px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#db136c),
    to(#fc3d03)
  );
  background: -o-linear-gradient(left, #db136c 0%, #fc3d03 100%);
  background: linear-gradient(90deg, #db136c 0%, #fc3d03 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.formTitle span {
  display: inline-block;
  font-size: 26.4px;
  font-style: normal;
  font-weight: 700;
  line-height: 29.04px;
}
.formTitle1 {
  color: #333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  text-align: center;
  margin-top: 9px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
.fname,
.lname,
.email,
.phone {
  color: #778191;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.08) inset;
  width: 100%;
  padding: 16.5px 18px;
  margin-bottom: 10px;
}
.phone {
  padding-left: 60px;
}
.checklabel,
.check {
  display: none;
}
.formSub {
  color: #fd870f;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.571px;
  margin-top: 20px;
}
.submit {
  display: block;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px; /* 85.714% */
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 25px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#db136c),
    to(#fc3d03)
  );
  background: -o-linear-gradient(left, #db136c 0%, #fc3d03 100%);
  background: linear-gradient(90deg, #db136c 0%, #fc3d03 100%);
  -webkit-box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.5);
  border: 0;
  cursor: pointer;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.formText p {
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 11.2px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.68px;
  margin-top: 14px;
}
.formText p a {
  color: #f92c5a;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.formImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1140px;
  margin: 0 auto;
}

/* intro */
.intro {
  padding-top: 5px;
}
.logo img {
  display: block;
}
.introTitle {
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 26.4px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.04px;
  margin-top: 4.5px;
}
.introSub {
  color: #fff60a;
  text-align: center;
  font-family: Open Sans;
  font-size: 28.8px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.143px;
  padding: 0 40px;
  margin-top: 6px;
}
.introContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 10px;
  border-radius: 6px;
  background: #fff;
  padding: 8px 15px;
}
.introVideo {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 408px;
  position: relative;
}
.introVideo video {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

/* introBottom */
.introBottom {
  background: url('../../assets/img/overlay.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  padding-top: 40px;
  padding-bottom: 51px;
}
.introBottomInner {
  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;
}
.introBottomInner img {
  display: block;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  margin-top: -10px;
}

/* items */
.items {
  background: #fff;
  padding-top: 10px;
  padding-bottom: 30px;
}
.itemsTitle {
  color: #3b3b3b;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 110% */
  text-transform: uppercase;
}
.itemsDivider {
  width: 80px;
  height: 3px;
  background: #3b3b3b;
  margin: 0 auto;
  margin-top: 30px;
}
.itemsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
.itemsBlock {
  width: 24%;
}
.itemsBlockImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.itemsBlockTitle {
  color: #ea263d;
  text-align: center;
  font-family: Roboto;
  font-size: 21.6px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.857px;
  margin-top: 9px;
}
.itemsBlockSub {
  color: #3b3b3b;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.714px;
  margin-top: 1px;
}
.live {
  background: #f5f4f2;
  padding: 22px 15px;
  margin-top: 47px;
}
.live1 {
  padding: 22px 15px;
  margin-top: 36px;
}
.scroll {
  overflow-y: hidden;
  overflow-x: scroll;
  height: 200px;
  padding-bottom: 30px;
  width: 100%;
}
.scroll1 {
  width: 100%;
  height: 175px;
  overflow-y: hidden;
  overflow-x: scroll;
}
.requestsBlocks {
  overflow: initial;
  position: relative;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
}
.requests1Blocks {
  overflow: initial;
  position: relative;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr;
  margin-top: 24px;
}
.requestsBlocksTitle {
  color: #3b3b3b;
  text-align: center;
  font-family: Roboto;
  font-size: 28.8px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.68px; /* 110% */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.requestsBlocksInner {
  position: relative;
  top: 0;
  left: 0px;
  width: 2151px;
  min-width: 100%;
  overflow-x: inherit;
}
.requests1BlocksInner {
  position: relative;
  top: 0;
  left: 0px;
  width: 2451px;
  min-width: 100%;
  overflow-x: inherit;
}
.requestsBlock {
  width: 195px;
  border-radius: 8px;
  border: 1px solid #023a72;
  background: #fff;
  float: left;
  margin: 0 10px;
}
.requestsBlockTop {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #023a72;
  padding: 12px 23px 13px 13px;
  border-radius: 8px 8px 0 0;
}
.requestsBlockTopCircle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 0.9994;
  background: #11aa04;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-duration: 2s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 2s;
}
.requestsBlockTopSub {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.714px;
}
.requestsBlockBottom {
  padding: 0 5px;
}
.requestsBlockBottomSub {
  color: #444;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.714px;
  padding-top: 15px;
}
.requestsBlockBottomSub1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: #d83d44;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.714px;
}
.requestsBlockBottomSub2 {
  color: #444;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.714px;
  border-top: 1px solid #e4e3e1;
  padding: 5px 0;
  margin-top: 3px;
}
.requests1BlocksTitle {
  color: #f52f00;
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 26.4px; /* 110% */
  text-transform: uppercase;
}
.requestsBlock1 {
  border-radius: 8px;
  border: 1px solid #023a72;
  background: #11aa04;
  width: 195px;
  float: left;
  margin: 0 10px;
}
.requestsBlock1Top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #023a72;
  border-radius: 8px 8px 0 0;
  padding: 10px 20px 5px 20px;
}
.requestsBlock1TopCircle {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 0.9994;
  background: #11aa04;
  animation-name: blinker;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-duration: 2s;
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-animation-duration: 2s;
}
.requestsBlock1TopSub {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.714px;
}
.requestsBlock1BottomSub {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.714px;
  padding-top: 12px;
}
.requestsBlock1BottomSub1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.714px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.scroll::-webkit-scrollbar {
  height: 5px;
  background-color: #eee;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #3e6892;
  border-radius: 9em;
  cursor: pointer;
}
.scroll1::-webkit-scrollbar {
  height: 5px;
  background-color: #eee;
}
.scroll1::-webkit-scrollbar-thumb {
  background-color: #4dbf43;
  border-radius: 9em;
}

/* faq */
.faq {
  padding-top: 20px;
  padding-bottom: 12px;
}
.faqTitle {
  color: #fff;
  text-align: center;
  font-family: Roboto;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px; /* 110% */
  text-transform: uppercase;
}
.faqDivider {
  background: #fff;
  width: 80px;
  height: 3px;
  margin: 0 auto;
  margin-top: 30px;
}
.faqBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  max-width: 760px;
  margin: 0 auto;
  margin-top: 60px;
}
.faqBoxTitle {
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.857px;
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}
.faqBoxTitle::before {
  display: block;
  content: '';
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0px;
}
.faqBoxSub {
  height: 0;
  display: none;
  color: #fff;
  font-family: Roboto;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-left: 20px;
  border-left: 1px solid #fff60a;
  margin-top: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.faqBoxSub.active {
  height: auto;
  display: block;
}

/* faqBottom */
.faqBottom {
  background: url('../../assets/img/overlay.png') 50% 100% no-repeat;
  background-size: 1920px 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 80px;
}

/* income */
.income {
  background: #fff url('../../assets/img/incomeBg.jpeg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -20% 100%;
  padding-bottom: 32px;
}
#formbox2 {
  max-width: 585px;
  width: 100%;
  margin: 0 auto;
}
#formbox2 .submit {
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
  padding: 20px 86px;
}

/* footer */
.footer {
  padding-top: 40px;
}
.footerLogo img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.footerBottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #9cbacd;
  padding: 10px 20px;
  margin-top: 45px;
}
.footerBottomSub {
  color: #fff;
  font-family: Roboto;
  font-size: 12.96px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.514px;
}
.footerLink {
  color: #fff;
  font-family: Roboto;
  font-size: 12.96px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.514px;
}
