@font-face {
  font-family: NexaBold;

  src: url("/fonts/nexa/Nexa Bold.otf");
}

@font-face {
  font-family: NexaLight;

  src: url("/fonts/nexa/Nexa Light.otf");
}

@font-face {
  font-family: "Averta-Bold";

  src: url("/fonts/averta/averta-bold.woff") format("woff");
}

@font-face {
  font-family: "Poppins";

  src: url("/fonts/Poppins/Poppins-Regular.ttf") format("woff");
}

@font-face {
  font-family: "Poppins-ExtraBold";

  src: url("/fonts/Poppins/Poppins-ExtraBold.ttf") format("woff");
}

@font-face {
  font-family: "Poppins-Bold";

  src: url("/fonts/Poppins/Poppins-Bold.ttf") format("woff");
}

@font-face {
  font-family: "Gilroy";

  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("/fonts/Gilory/Gilroy-Bold.woff2") format("woff2"), url("/fonts/Gilory/Gilroy-Bold.woff") format("woff"), url("/fonts/Gilory/Gilroy-Bold.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;
}

.homepage-navbar {
  height: 100px;
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 15px -3px rgba(0, 72, 254, 0.05);
}

@media screen and (max-width: 1600px) {
  .homepage-navbar {
    height: 80px;
  }

  .homepage-navbar .logo {
    margin-left: 25px;
  }
}

.homepage-navbar .logo {
  width: 163px;
  height: 69px;
}

@media screen and (min-width: 1600px) {
  .homepage-navbar .logo {
    margin-left: 78px;
  }
}

@media screen and (max-width: 599px) {
  .homepage-navbar .logo {
    width: 126px;
    height: 53px;
  }
}

.homepage-navbar.transparent-bar {
  background: none;
  box-shadow: none;
}

@media screen and (max-width: 1440px) {
  .homepage-navbar.transparent-bar {
    display: none;
  }
}

#ah-homepage {
  margin-top: 160px;
}

@media screen and (max-width: 1600px) {
  #ah-homepage {
    margin-top: 110px;
  }
}

#ah-homepage .ah-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  background: white;
  display: flex;
  justify-content: center;
  height: 110px;
  padding-top: 50px;
  transition: all 0.5s;
}

@media screen and (max-width: 1600px) {
  #ah-homepage .ah-navbar {
    padding-top: 15px !important;
  }
}

#ah-homepage .ah-navbar .navbar-elements-wrapper {
  width: 100%;
  max-width: 1599px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-logo {
    padding-left: 13px;
  }

  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-logo img {
    width: 130px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-logo {
    padding-left: 35px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-logo {
    padding-left: 43px;
  }
}

#ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns {
  display: flex;
  align-items: center;
  font-family: NexaBold, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns {
    padding-right: 13px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns {
    padding-right: 35px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns {
    padding-right: 43px;
  }
}

#ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns .login-btn {
  color: #0046FE;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns .login-btn {
    font-size: 14px;
  }
}

#ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns .register-btn {
  width: 220px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0046FE;
  box-shadow: 0px 4px 40px rgba(0, 70, 254, 0.2);
  border-radius: 10px;
  text-decoration: none;
  margin-left: 50px;
  color: #FFFFFF;
}

@media screen and (max-width: 325px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns .register-btn {
    width: 99px;
    height: 35px;
    font-size: 12px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 599px) and (min-width: 326px) {
  #ah-homepage .ah-navbar .navbar-elements-wrapper .ah-btns .register-btn {
    width: 130px;
    height: 40px;
    font-size: 14px;
    margin-left: 18px;
  }
}

#ah-homepage .ah-main-container {
  display: flex;
  justify-content: center;
}

#ah-homepage .ah-main-container .sections-wrapper {
  width: 100%;
  max-width: 1599px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-one-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 96px;
  margin-top: 80px;
  position: relative;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main {
    padding-left: 43px;
    padding-right: 43px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container {
  font-family: Averta-Bold, sans-serif;
  max-width: 945px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container {
    font-size: 64px;
    line-height: 70px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container {
    font-size: 86px;
    line-height: 93px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container .civ-text {
  font-size: inherit;
  letter-spacing: -0.05em;
  color: #0046FE;
}

#ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container .banner-text {
  font-family: Gilroy, sans-serif !important;
  font-weight: 700;
  font-size: inherit;
  letter-spacing: -0.05em;
  color: #0A1E56;
  max-width: 885px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container .banner-sub-text {
  font-family: Poppins, sans-serif;
  font-size: 41px;
  line-height: 55px;
  color: #001CE2;
  margin-top: 30px;
  position: relative;
  background-image: url("/images/homepage/line-background.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-position-y: bottom;
  padding-bottom: 7px;
  padding-right: 6px;
  margin-left: -21px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container .banner-sub-text .text-wrapper {
  padding-left: 21px;
  font-size: inherit;
  margin: 0;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container .banner-sub-text {
    background-image: none;
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container .banner-sub-text {
    font-size: 33px;
    line-height: 42px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-one-main .main-text-container .banner-sub-text {
    font-size: 36px;
    line-height: 42px;
    margin-top: 40px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .bobby-image {
  position: absolute;
  right: -100px;
}

@media screen and (max-width: 1439px) {
  #ah-homepage .ah-main-container .sections-wrapper .bobby-image {
    position: inherit;
    right: 0;
    display: flex;
    justify-content: center;
  }

  #ah-homepage .ah-main-container .sections-wrapper .bobby-image.desktop {
    display: none !important;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .bobby-image {
    position: absolute;
    right: 20px;
    z-index: -1;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .bobby-image.mobile {
  display: none !important;
}

@media screen and (max-width: 1439px) {
  #ah-homepage .ah-main-container .sections-wrapper .bobby-image.mobile {
    display: flex !important;
    margin-top: 15px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .bobby-image img {
  width: 100%;
}

@media screen and (max-width: 1439px) {
  #ah-homepage .ah-main-container .sections-wrapper .bobby-image img {
    width: 68%;
    max-width: 500px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .bobby-image img {
    max-width: 500px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-two-input {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-two-input {
    margin-top: 35px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-two-input {
    padding: 0 35px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-two-input #homepage_username_input {
  width: 100%;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image {
  margin-top: 115px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs {
  display: flex;
  align-items: center;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

@media screen and (max-width: 768px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container {
    height: 150px;
    overflow-x: auto;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -60px;
  position: absolute;
  left: 0;
  bottom: 80px;
  transition: all 0.2s;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper {
    margin-left: -20px;
    bottom: 55px;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper {
    margin-left: -30px !important;
    justify-content: flex-start;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper .single-tab {
  font-family: Poppins, sans-serif;
  margin-left: 60px;
  font-size: 24px;
  color: #ADB1C9;
  padding: 12px 21px;
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper .single-tab {
    margin-left: 20px;
    font-size: 18px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper .single-tab {
    margin-left: 30px !important;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper .single-tab.active {
  background: #F7F7F7;
  border-radius: 40px;
  color: #1029E4;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .tabs-outer-container .tabs-wrapper .single-tab:hover {
  cursor: pointer;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .next-arrow {
  margin-left: 10px;
  margin-bottom: 17px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .next-arrow:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .next-arrow {
    display: none;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .prev-arrow {
  display: none;
  margin-right: 10px;
  margin-bottom: 17px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .prev-arrow:hover {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-tabs .prev-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image {
    padding-left: 43px;
    padding-right: 43px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner {
  margin-top: 10px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper {
  max-width: 950px;
  position: relative;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .video-inside-wrapper {
  max-width: 950px;
  overflow-x: hidden;
  width: auto;
  height: 750px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .video-inside-wrapper video {
  max-width: 952px;
  width: 101%;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text {
  display: none;
  opacity: 0;
  font-family: Poppins, "sans-serif";
  position: absolute;
  border-radius: 12px;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 400px;
  width: auto;
  padding: 15px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 46px;
  letter-spacing: -0.025em;
  color: #FFFFFF;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text.active {
  display: flex;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text span {
  font-family: Poppins-Bold, "sans-serif";
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text img {
  width: 36px;
  margin-left: 14px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text {
    font-size: 13px;
    line-height: 34px;
    max-width: 225px;
    padding: 10px 15px;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text span {
    font-size: 18px;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text img {
    width: 24px;
    margin-left: 10px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text.blue {
  background: #267DF5;
  top: 100px;
  right: -40px;
  -webkit-animation-name: slight-movement;
          animation-name: slight-movement;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@media screen and (max-width: 1439px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text.blue {
    top: 15px;
    right: 30px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text.purple {
  background: #F37E7F;
  top: 70px;
  left: -90px;
  -webkit-animation-name: slight-movement;
          animation-name: slight-movement;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@media screen and (max-width: 1439px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text.purple {
    top: 0;
    left: 0;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text.orange {
  background: #FFBA35;
  bottom: 70px;
  right: -120px;
  -webkit-animation-name: slight-movement;
          animation-name: slight-movement;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 9.6s;
          animation-delay: 9.6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

@media screen and (max-width: 1439px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text.orange {
    bottom: 0;
    right: 30px;
  }
}

@-webkit-keyframes slight-movement {
  0% {
    opacity: 0;
    transform: translateX(0%) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: translateX(10%) rotate(0.05deg);
  }

  100% {
    opacity: 0;
    transform: translateX(0%) rotate(0deg);
  }
}

@keyframes slight-movement {
  0% {
    opacity: 0;
    transform: translateX(0%) rotate(0deg);
  }

  50% {
    opacity: 1;
    transform: translateX(10%) rotate(0.05deg);
  }

  100% {
    opacity: 0;
    transform: translateX(0%) rotate(0deg);
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text .highlighted-text {
  font-weight: bold;
  display: flex;
  align-items: center;
}

#ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .flying-text .highlighted-text img {
  width: 26px;
  margin-left: 12px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner {
    margin-top: -25px;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .video-inside-wrapper {
    height: 320px;
  }
}

@media screen and (max-width: 400px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner {
    margin-top: -20px;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .video-inside-wrapper {
    height: 300px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner {
    margin-top: -50px;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-three-image .ah-homepage-banner .video-banner .video-wrapper .video-inside-wrapper {
    height: 600px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 100px;
  margin-bottom: 170px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text {
    padding-left: 13px;
    padding-right: 13px;
    margin-top: 40px;
    margin-bottom: 130px;
    position: relative;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 70px;
    margin-bottom: 140px;
    position: relative;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text {
    padding-left: 43px;
    padding-right: 43px;
    margin-top: 60px;
    margin-bottom: 140px;
    position: relative;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container {
  font-family: Poppins-Bold, sans-serif;
  font-weight: bold;
  font-size: 48px;
  line-height: 70px;
  letter-spacing: -0.03em;
  color: #0A1E56;
  z-index: 10;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container {
    font-size: 22px;
    line-height: 32px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container {
    font-size: 36px;
    line-height: 42px;
    max-width: 660px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .text-one span {
  color: #0046FE;
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .text-one {
    max-width: 1000px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .text-two {
  margin-top: 50px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .text-two {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .text-two {
    max-width: 650px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .text-two {
    max-width: 850px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn {
  margin-top: 60px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn {
    margin-top: 40px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn a {
  width: 250px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0046FE;
  box-shadow: 0px 4px 40px rgba(0, 70, 254, 0.2);
  border-radius: 10px;
  font-family: NexaBold, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 0em;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn a {
    width: 135px;
    height: 42px;
    font-size: 14px;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn a img {
    margin-left: 6px !important;
    width: 18px !important;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn a {
    width: 285px;
    height: 84px;
    font-size: 24px;
    box-shadow: 0px 4px 15px rgba(20, 214, 39, 0.2);
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn a img {
    margin-left: 12px;
    width: 30px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .second-text-container .action-btn a img {
  margin-left: 10px;
  width: 25px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image {
  z-index: -1;
  margin-left: auto;
  margin-right: 50px;
  margin-bottom: auto;
}

#ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image img {
  width: 430px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image {
    position: absolute;
    width: 40%;
    bottom: -70px;
    right: 20px;
    margin-right: 0;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image img {
    width: 100%;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image {
    position: absolute;
    width: 34%;
    max-width: 375px;
    bottom: -69px;
    right: 32px;
    margin-right: 0;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image img {
    width: 100%;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image {
    width: 75%;
    max-width: 475px;
    position: absolute;
    right: 18px;
    bottom: -75px;
    margin-right: 0;
  }

  #ah-homepage .ah-main-container .sections-wrapper .section-four-second-text .standing-bobby-image img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-five-video {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-five-video {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-five-video {
    padding-left: 43px;
    padding-right: 43px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-six-companies {
  margin-top: 165px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies {
    margin-top: 40px;
    padding-left: 13px;
    padding-right: 13px;
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies {
    margin-top: 70px;
    padding-left: 35px;
    padding-right: 35px;
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies {
    padding-left: 43px;
    padding-right: 43px;
    width: auto;
    max-width: 100%;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-six-companies .promo-text {
  font-family: NexaBold, sans-serif;
  font-weight: bold;
  font-size: 70px;
  max-width: 1200px;
  text-align: center;
  line-height: 3.75rem;
  letter-spacing: -0.03em;
  color: #0A1E56;
  margin-bottom: 75px;
}

#ah-homepage .ah-main-container .sections-wrapper .section-six-companies .promo-text span {
  color: #0F4CEE;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies .promo-text {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 41px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies .promo-text {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies .promo-text {
    font-size: 42px;
    line-height: 60px;
    text-align: center;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-six-companies .companies-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: auto;
  width: 100%;
}

#ah-homepage .ah-main-container .sections-wrapper .section-six-companies .companies-logos img {
  width: auto;
  height: 100%;
  opacity: 0.5;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies .companies-logos img {
    width: 95px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-six-companies .companies-logos img {
    width: 130px;
    margin-right: 40px;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews {
    padding-left: 13px;
    padding-right: 13px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews {
    padding-left: 43px;
    padding-right: 43px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper {
  margin-top: 150px;
  margin-bottom: 150px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
  align-items: baseline;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper {
    margin-top: 41px;
    margin-bottom: 41px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review {
    margin-right: 40px;
    min-width: 130px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review {
    margin-right: 40px;
    min-width: 200px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review .stars {
  margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review .stars {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review .stars img {
    height: 13px;
  }
}

#ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review .review-text {
  font-family: NexaBold, sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  color: #575757;
}

@media screen and (max-width: 599px) {
  #ah-homepage .ah-main-container .sections-wrapper .section-seven-reviews .reviews-wrapper .single-review .review-text {
    font-size: 14px;
  }
}

#ah-homepage .get-started-bar {
  background: #FFFFFF;
  box-shadow: 0px 4px 40px rgba(0, 70, 254, 0.2);
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 599px) {
  #ah-homepage .get-started-bar {
    height: 70px;
  }
}

#ah-homepage .get-started-bar .get-started-text {
  display: flex;
  align-items: center;
  font-family: NexaBold, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  letter-spacing: 0.2em;
  text-transform: capitalize;
  color: #0046FE;
  text-decoration: none;
}

@media screen and (max-width: 599px) {
  #ah-homepage .get-started-bar .get-started-text {
    font-size: 14px;
  }
}

#ah-homepage .get-started-bar .get-started-text span {
  font-size: 0.875rem;
  margin-left: 9px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .get-started-bar .get-started-text span {
    font-size: 12px;
  }
}

#ah-homepage .get-started-bar .get-started-text img {
  margin-left: 5px;
  margin-top: 7px;
}

@media screen and (max-width: 599px) {
  #ah-homepage .get-started-bar .get-started-text img {
    margin-left: 4px;
    margin-top: 4px;
  }
}

#ah-homepage .custom-footer {
  height: 90px;
  background-color: #0f4cee;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 599px) {
  #ah-homepage .custom-footer {
    padding: 20px 20px;
    height: 70px;
  }
}

@media screen and (max-width: 1700px) and (min-width: 1440px) {
  #ah-homepage .custom-footer {
    padding: 0 35px;
  }
}

#ah-homepage .custom-footer .footer-wrapper {
  width: 100%;
  max-width: 1599px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
  #ah-homepage .custom-footer .footer-wrapper {
    flex-wrap: nowrap;
    justify-content: center;
  }
}

@media screen and (max-width: 1439px) {
  #ah-homepage .custom-footer .footer-wrapper {
    justify-content: center;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .custom-footer .footer-wrapper .footer-logo-wrapper {
    background-image: url("/images/homepage/civie_logo_white.png");
    background-size: 135px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    margin-top: 15px;
  }

  #ah-homepage .custom-footer .footer-wrapper .footer-logo-wrapper img {
    display: none;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .custom-footer .footer-wrapper .footer-logo-wrapper {
    background-image: url("/images/homepage/civie_logo_white.png");
    background-size: 190px;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    margin-top: 8px;
    left: 40px;
    position: absolute;
  }

  #ah-homepage .custom-footer .footer-wrapper .footer-logo-wrapper img {
    display: none;
  }
}

#ah-homepage .custom-footer .footer-wrapper .follow-us-text {
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  font-size: 2rem;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  white-space: pre;
}

#ah-homepage .custom-footer .footer-wrapper .follow-us-text label {
  margin-right: 40px;
}

#ah-homepage .custom-footer .footer-wrapper .follow-us-text span {
  margin-left: 5px;
  margin-right: 20px;
}

#ah-homepage .custom-footer .footer-wrapper .follow-us-text span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 599px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text label, #ah-homepage .custom-footer .footer-wrapper .follow-us-text span {
    display: none;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text label, #ah-homepage .custom-footer .footer-wrapper .follow-us-text span {
    display: none;
  }
}

#ah-homepage .custom-footer .footer-wrapper .follow-us-text span {
  font-family: NexaBold, sans-serif !important;
  font-size: 1.125rem;
}

@media screen and (max-width: 1903px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text {
    font-size: 1.5rem;
  }

  #ah-homepage .custom-footer .footer-wrapper .follow-us-text span {
    font-size: 12px;
  }
}

@media screen and (max-width: 959px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 960px) and (max-width: 1263px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text label {
    font-size: 12px;
  }

  #ah-homepage .custom-footer .footer-wrapper .follow-us-text span {
    font-size: 12px;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 380px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 329px) {
  #ah-homepage .custom-footer .footer-wrapper .follow-us-text {
    font-size: 10px;
  }
}

#ah-homepage .custom-footer .footer-wrapper .logo-footer {
  width: 175px;
  height: auto;
}

@media screen and (max-width: 959px) {
  #ah-homepage .custom-footer .footer-wrapper .logo-footer {
    width: 223px;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .custom-footer .footer-wrapper .logo-footer {
    width: 123px;
    margin-top: -18px;
  }
}

#ah-homepage .custom-footer .footer-wrapper a.footer-social-icon {
  background: white;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 5px;
}

#ah-homepage .custom-footer .footer-wrapper a.footer-social-icon img {
  width: 20px;
}

@media screen and (max-width: 325px) {
  #ah-homepage .custom-footer .footer-wrapper a.footer-social-icon {
    width: 30px !important;
    height: 30px !important;
  }

  #ah-homepage .custom-footer .footer-wrapper a.footer-social-icon img {
    width: 16px;
  }
}

@media screen and (max-width: 599px) {
  #ah-homepage .custom-footer .footer-wrapper a.footer-social-icon {
    width: 38px;
    height: 38px;
  }

  #ah-homepage .custom-footer .footer-wrapper a.footer-social-icon img {
    width: 18px;
  }
}

@media screen and (max-width: 1439px) and (min-width: 600px) {
  #ah-homepage .custom-footer .footer-wrapper a.footer-social-icon {
    width: 50px;
    height: 50px;
  }

  #ah-homepage .custom-footer .footer-wrapper a.footer-social-icon img {
    width: 24px;
  }
}