body {
  font-size: 8px;
  font-family: Metropolis, sans-serif;
}

.btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  line-height: 52px;
  font-size: 187%;
  padding: 0 35px;
  border-radius: 27px;
  text-transform: uppercase;
  text-decoration: none;
}

.btn img {
  width: 18px;
  height: 18px;
}

@media all and (max-width: 576px) {
  .btn {
    height: 64px;
    line-height: 62px;
    border-radius: 32px;
    font-size: 360%;
  }
}

.btn * + * {
  margin-left: 12px;
}

.btn-sm {
  height: 37px;
  line-height: 35px;
  padding: 0 26px;
  font-size: 145%;
}

.btn-sm img {
  width: 12px;
  height: 12px;
}

.btn-sm * + * {
  margin-left: 11px;
}

.btn-blue {
  background-color: #3e91f7;
  color: #ffffff;
}

.btn-blue-outlined {
  border: solid 1.3px #cde3ec;
  background-color: transparent;
  color: #2f87ac;
}

.container {
  max-width: 1320px;
  margin: 0 auto;
}

.fixedDiscount {
  z-index: 1000;
  top: 0;
  width: 100%;
  position: fixed;
  height: 60px;
  background-color: #3e91f7;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 260%;
  font-weight: bold;
}

.fixedDiscount span.red {
  color: #dd7877;
}

.fixedDiscount span.orange {
  color: #f4bb41;
  font-size: 120%;
}

.fixedDiscount .timerContainer {
  margin-left: 20px;
  padding: 6px 12px;
  border-radius: 20px;
  background-color: white;
}

.fixedDiscount .saveContainer {
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 100%;
  border: 1px solid white;
  padding: 6px 12px;
  border-radius: 20px;
  margin-right: 20px;
}

.fixedDiscount .saveContainer:hover {
  border: 2px solid white;
  margin-right: 18px;
}

.top {
  background-image: url("/img/topBG.svg");
  background-size: 3421px 1193px;
  background-position: center -595px;
  background-repeat: no-repeat;
}

.top .nav {
  padding: 44px 109px;
  display: flex;
  align-items: center;
  height: 58px;
}

.top .nav .logo {
  width: 130px;
  height: 40px;
  background-size: contain;
  background-image: url("/img/logoTop.png");
  background-repeat: no-repeat;
}

.top .nav .rate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 35px;
  height: 33px;
  font-size: 150%;
  color: #525458;
}

.top .nav .rate b {
  font-weight: bold;
}

.top .nav .rate .stars {
  width: 81px;
  height: 11px;
  background-size: cover;
  background-image: url("/img/starsTop.png");
}

.top .nav .analyze {
  margin-left: auto;
}

.top .nav .analyze a + a {
  margin-left: 20px;
}

.top .studentGrid {
  padding: 20px 63px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 68px;
       column-gap: 68px;
}

.top .studentGrid .student {
  width: 526px;
  height: 399px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/img/student.png");
  background-position: center;
}

.top .studentGrid .slogan .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  font-size: 712%;
  text-align: left;
}

@media all and (max-width: 576px) {
  .top .studentGrid .slogan .title {
    font-size: 600%;
  }
}

.top .studentGrid .slogan .subTitle {
  margin-top: 24px;
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
}

@media all and (max-width: 576px) {
  .top .studentGrid .slogan .subTitle {
    font-size: 520%;
  }
}

.top .studentGrid .slogan .description {
  margin-top: 27px;
  font-size: 200%;
  color: #525458;
}

@media all and (max-width: 576px) {
  .top .studentGrid .slogan .description {
    font-size: 360%;
  }
}

.top .studentGrid .slogan .actions {
  margin-top: 18px;
  display: flex;
}

.top .studentGrid .slogan .actions a + a {
  margin-left: 26px;
}

.top .readyTo {
  margin-top: 29px;
  text-align: center;
}

.top .readyTo .subTitle {
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
}

@media all and (max-width: 576px) {
  .top .readyTo .subTitle {
    font-size: 520%;
  }
}

.top .readyTo .title {
  margin: 27px auto 0;
  max-width: 700px;
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
}

@media all and (max-width: 576px) {
  .top .readyTo .title {
    font-size: 600%;
  }
}

.top .readyTo .description {
  margin: 23px auto 0;
  max-width: 480px;
  font-size: 200%;
  color: #525458;
}

@media all and (max-width: 576px) {
  .top .readyTo .description {
    font-size: 360%;
  }
}

.howItWorks .watchWrapper {
  height: 704px;
  background-image: url("/img/howItWorksBg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin: 67px 33px;
  box-shadow: 0 0 118px 0 rgba(78, 109, 177, 0.24);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.howItWorks .watchWrapper .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  margin-bottom: 37px;
}

@media all and (max-width: 576px) {
  .howItWorks .watchWrapper .title {
    font-size: 600%;
  }
}

.howItWorks .watchWrapper .videoWrapper {
  position: relative;
}

.howItWorks .watchWrapper .videoWrapper #videoAction {
  display: none;
  position: absolute;
  top: calc(50% + 40px);
  left: calc(50% - 110px);
}

.howItWorks .watchWrapper .videoWrapper #videoAction.active {
  display: flex;
}

.worksSteps {
  padding-bottom: 77px;
}

.worksSteps .stepsGrid {
  display: flex;
  justify-content: space-evenly;
}

.worksSteps .stepItem {
  width: 300px;
}

.worksSteps .stepItem .stepCircle {
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #f4bb41;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.worksSteps .stepItem .stepTitle {
  text-transform: uppercase;
  margin-top: 37px;
  font-size: 240%;
  letter-spacing: 1px;
  text-align: center;
  color: #2f87ac;
}

.worksSteps .stepItem .stepDescription {
  margin-top: 27px;
  text-align: center;
  font-size: 170%;
  line-height: 1.56;
  color: #525458;
}

.worksSteps .actions {
  margin-top: 43px;
  text-align: center;
}

.worksSteps .actions .rate {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  color: #525458;
}

.worksSteps .actions .rate b {
  font-weight: bold;
}

.worksSteps .actions .rate img {
  margin-right: 18px;
}

.whyChoose {
  padding: 28px 110px 38px;
  background-color: #eaf0fb;
}

.whyChoose .subTitle {
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
  text-align: center;
}

@media all and (max-width: 576px) {
  .whyChoose .subTitle {
    font-size: 520%;
  }
}

.whyChoose .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  text-align: center;
  margin-top: 27px;
}

@media all and (max-width: 576px) {
  .whyChoose .title {
    font-size: 600%;
  }
}

.whyChoose .benefitsGrid {
  margin-top: 69px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 57px;
}

.whyChoose .benefitsGrid .benefit {
  padding-left: 60px;
  display: flex;
  height: 110px;
}

.whyChoose .benefitsGrid .benefitCircle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: white;
  margin-right: 31px;
}

.whyChoose .benefitsGrid .benefitTitle {
  margin-top: 20px;
  font-size: 240%;
  text-transform: uppercase;
  color: #2f87ac;
}

.whyChoose .benefitsGrid .benefitDescription {
  margin-top: 10px;
  max-width: 316px;
  font-size: 170%;
  line-height: 1.56;
  color: #525458;
}

.whyChoose .question {
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
  max-width: 610px;
  font-size: 350%;
  line-height: 1.24;
  text-align: center;
  color: #1d3758;
}

.whyChoose .actions {
  margin-top: 22px;
  text-align: center;
}

.whyChoose .actions .rate {
  margin-top: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150%;
  color: #525458;
}

.whyChoose .actions .rate b {
  font-weight: bold;
}

.whyChoose .actions .rate img {
  margin-right: 17px;
}

.samplePlan {
  background-color: #5aa5cd;
}

.samplePlan .planGridContainer {
  height: 540px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 60px;
       column-gap: 60px;
  justify-content: center;
  align-items: center;
}

.samplePlan .planGridContainer .planGridTextContainer {
  display: flex;
  justify-content: flex-end;
}

.samplePlan .planGridContainer .planGridTextContainer .planGridText {
  max-width: 452px;
}

.samplePlan .planGridContainer .planGridTextContainer .planGridText .subTitle {
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
}

@media all and (max-width: 576px) {
  .samplePlan .planGridContainer .planGridTextContainer .planGridText .subTitle {
    font-size: 520%;
  }
}

.samplePlan .planGridContainer .planGridTextContainer .planGridText .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  margin-top: 27px;
  color: white;
}

@media all and (max-width: 576px) {
  .samplePlan .planGridContainer .planGridTextContainer .planGridText .title {
    font-size: 600%;
  }
}

.samplePlan .planGridContainer .planGridTextContainer .planGridText .description {
  font-size: 200%;
  color: #525458;
  margin-top: 29px;
  color: white;
  line-height: 1.57;
}

@media all and (max-width: 576px) {
  .samplePlan .planGridContainer .planGridTextContainer .planGridText .description {
    font-size: 360%;
  }
}

.samplePlan .planGridContainer .swiper-navigation {
  margin-top: 26px;
  font-size: 23px;
  line-height: 1.91;
  letter-spacing: 1.15px;
  text-align: left;
  color: #ffffff;
}

.samplePlan .planGridContainer .swiper-navigation span {
  cursor: pointer;
}

.samplePlan .planGridContainer .swiper-navigation span.swiper-button-disabled {
  opacity: 0.23;
}

.samplePlan .planGridContainer .swiper-navigation span:hover {
  border: none;
}

.butHowWorks .butHowWorksGrid {
  height: 487px;
  display: grid;
  grid-template-columns: 3fr 5fr;
  -moz-column-gap: 92px;
       column-gap: 92px;
  align-items: center;
}

.butHowWorks .butHowWorksGrid .butHowWorksImage {
  text-align: right;
}

.butHowWorks .butHowWorksGrid .butHowWorksDescription .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  max-width: 584px;
}

@media all and (max-width: 576px) {
  .butHowWorks .butHowWorksGrid .butHowWorksDescription .title {
    font-size: 600%;
  }
}

.butHowWorks .butHowWorksGrid .butHowWorksDescription .subTitle {
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
  max-width: 584px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #2f87ac;
  margin-top: 29px;
}

@media all and (max-width: 576px) {
  .butHowWorks .butHowWorksGrid .butHowWorksDescription .subTitle {
    font-size: 520%;
  }
}

.butHowWorks .butHowWorksGrid .butHowWorksDescription .description {
  font-size: 200%;
  color: #525458;
  line-height: 1.56;
  max-width: 479px;
  margin-top: 30px;
}

@media all and (max-width: 576px) {
  .butHowWorks .butHowWorksGrid .butHowWorksDescription .description {
    font-size: 360%;
  }
}

.letsGetStarted {
  background-image: linear-gradient(to bottom, #eaf0fb, #ffffff);
  min-height: 900px;
}

.letsGetStarted .letsGetStartedFlex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.letsGetStarted .letsGetStartedFlex .subTitle {
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
  margin-top: 85px;
}

@media all and (max-width: 576px) {
  .letsGetStarted .letsGetStartedFlex .subTitle {
    font-size: 520%;
  }
}

.letsGetStarted .letsGetStartedFlex .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  text-align: center;
  max-width: 730px;
  margin-top: 27px;
  margin-bottom: 73px;
}

@media all and (max-width: 576px) {
  .letsGetStarted .letsGetStartedFlex .title {
    font-size: 600%;
  }
}

.faq a {
  color: #3e91f7;
}

.faq .subTitle {
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
  text-align: center;
}

@media all and (max-width: 576px) {
  .faq .subTitle {
    font-size: 520%;
  }
}

.faq .faqGrid {
  margin-top: 63px;
  margin-bottom: 23px;
  padding: 0 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 96px;
       column-gap: 96px;
}

.faq .faqGrid .faqItem {
  position: relative;
}

.faq .faqGrid .faqItem .faqQuestion {
  padding-left: 24px;
  cursor: pointer;
  font-size: 191%;
  font-weight: 600;
  line-height: 1.39;
  color: #1d3758;
  margin-bottom: 17px;
}

.faq .faqGrid .faqItem .faqQuestion::before {
  display: block;
  content: "+";
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 125%;
  font-weight: 500;
  color: #1d3758;
}

.faq .faqGrid .faqItem .faqAnswer {
  padding-left: 24px;
  display: none;
  font-size: 170%;
  line-height: 1.56;
  color: #525458;
  margin-bottom: 37px;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.faq .faqGrid .faqItem .faqAnswer p + p {
  margin-top: 10px;
}

.faq .faqGrid .faqItem .faqQuestion.active + .faqAnswer {
  display: block;
  opacity: 1;
}

.articles {
  font-size: 18px;
  line-height: 150%;
  max-width: 1000px;
  margin: 60px auto;
}

.articles h2.title {
  font-size: 36px;
  font-weight: bold;
  line-height: 150%;
}

.articles ol,
.articles ul {
  padding-left: 40px;
}

.articles ol {
  list-style-type: decimal;
}

.articles ul {
  list-style-type: circle;
}

.articles p,
.articles ul,
.articles ol {
  margin-top: 30px;
}

.confused {
  background-color: #5aa5cd;
}

.confused .confusedGrid {
  height: 425px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 100px;
  background-image: url("/img/confusedImage.png");
  background-repeat: no-repeat;
  background-size: 614px 425px;
  background-position: 80px bottom;
}

.confused .confusedGrid .confusedDescription {
  padding-left: 40px;
}

.confused .confusedGrid .confusedDescription .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  max-width: 500px;
  margin-top: 21px;
  color: white;
}

@media all and (max-width: 576px) {
  .confused .confusedGrid .confusedDescription .title {
    font-size: 600%;
  }
}

.confused .confusedGrid .confusedDescription .subTitle {
  font-size: 300%;
  color: #f4bb41;
  text-transform: uppercase;
  margin-top: 24px;
}

@media all and (max-width: 576px) {
  .confused .confusedGrid .confusedDescription .subTitle {
    font-size: 520%;
  }
}

.confused .confusedGrid .confusedDescription .description {
  font-size: 200%;
  color: #525458;
  max-width: 402px;
  margin-top: 19px;
  color: white;
  line-height: 1.33;
}

@media all and (max-width: 576px) {
  .confused .confusedGrid .confusedDescription .description {
    font-size: 360%;
  }
}

.confused .confusedGrid .confusedDescription .btnAnalyze {
  color: white;
  margin-top: 23px;
}

.contactForm {
  max-width: 600px;
  margin: 0 auto;
  color: #5a5c5e;
}

.contactForm .title {
  text-transform: uppercase;
  font-size: 530%;
  font-weight: bold;
  color: #1d3758;
  font-size: 300%;
  margin-top: 21px;
  margin-bottom: 21px;
}

@media all and (max-width: 576px) {
  .contactForm .title {
    font-size: 600%;
  }
}

.contactForm .formGroup {
  margin-bottom: 1rem;
}

.contactForm .formGroup .error {
  color: red;
  font-size: 180%;
}

.contactForm .formGroup label {
  font-size: 13px !important;
  font-weight: 700 !important;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.contactForm .formGroup .formControl {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.footer {
  height: 130px;
}

.footer .footerWrapper {
  display: flex;
  align-items: center;
  padding: 54px 160px;
}

.footer .footerWrapper .copy {
  font-size: 130%;
  line-height: 1.94;
  color: #525458;
  margin-left: 44px;
}

.footer .footerWrapper .footerMenu {
  margin-left: auto;
  display: flex;
  font-size: 150%;
  line-height: 1.78;
  color: #3e91f7;
}

.footer .footerWrapper .footerMenu li + li {
  margin-left: 20px;
}

.footer .footerWrapper .footerMenu a {
  color: #3e91f7;
  text-decoration: none;
}

.modal {
  padding: 100px;
  max-width: 96%;
  height: auto;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 1px;
}

.modal h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.modal p + p {
  margin-top: 20px;
}

#docs-slider.swiper-container {
  width: 100%;
  height: 100%;
}

#docs-slider.swiper-container .swiper-slide {
  height: 438px;
  max-width: 338px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s ease-in-out;
}

#docs-slider.swiper-container .swiper-slide-next {
  transform: scale(0.92) translateX(-250px);
  z-index: -1;
}

#docs-slider.swiper-container .swiper-slide-next + .swiper-slide {
  transform: scale(0.84) translateX(-580px);
  z-index: -2;
}

#docs-slider.swiper-container .swiper-slide-prev {
  opacity: 0;
}

#docs-slider.swiper-container .swiper-slide:last-child {
  opacity: 0;
}

@media all and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }

  .top .studentGrid {
    padding-left: 0;
    padding-right: 0;
  }

  .whyChoose {
    padding-left: 0;
    padding-right: 0;
  }

  .confused .confusedGrid {
    background-size: 552px auto;
  }
}

@media all and (max-width: 1200px) {
  body {
    font-size: 7px;
  }

  .container {
    max-width: 1200px;
  }

  .top {
    background-position: center -645px;
  }

  .top .nav {
    padding: 40px;
  }

  .top .studentGrid {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 2fr 3fr;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }

  .top .studentGrid .student {
    width: auto;
    height: auto;
  }

  .top .readyTo {
    margin-top: 59px;
  }

  .whyChoose {
    padding-left: 0;
    padding-right: 0;
  }

  .confused .confusedGrid {
    background-size: 552px auto;
  }

  .howItWorks .watchWrapper {
    height: 504px;
    margin: 67px 0px;
  }

  .worksSteps {
    padding-bottom: 27px;
  }

  .whyChoose .benefitsGrid {
    margin-top: 49px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 27px;
  }

  .whyChoose .benefitsGrid .benefit {
    padding-left: 30px;
  }

  .whyChoose .benefitsGrid .benefitCircle {
    margin-right: 20px;
  }
}

.eFeiscalWidget {
  min-height: 547px;
}

.worksSteps .swiper-wrapper,
.whyChoose .swiper-wrapper {
  height: auto;
}

.worksSteps .swiper-slide,
.whyChoose .swiper-slide {
  height: auto;
}

@media all and (max-width: 576px) {
  .fixedDiscount {
    font-size: 250%;
  }

  .fixedDiscount .timerContainer {
    margin-left: 10px;
  }

  .fixedDiscount .saveContainer {
    margin-right: 10px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  body {
    font-size: 5px;
  }

  .top .studentGrid,
  .whyChoose .benefitsGrid,
  .butHowWorks .butHowWorksGrid,
  .samplePlan .planGridContainer,
  .confused .confusedGrid,
  .faq .faqGrid {
    grid-template-columns: 1fr;
  }

  .top {
    background-position: center -790px;
  }

  .top .nav {
    padding: 33px 0 0;
  }

  .top .nav .logo {
    height: 52px;
    width: 169px;
  }

  .top .nav .rate {
    font-size: 250%;
    height: 42px;
  }

  .top .nav .analyze {
    display: none;
  }

  .top .studentGrid {
    padding-top: 0;
  }

  .top .studentGrid .student {
    height: 280px;
  }

  .top .studentGrid .slogan {
    padding: 39px 0;
    text-align: center !important;
  }

  .top .studentGrid .slogan .title {
    font-size: 740%;
    text-align: center;
  }

  .top .studentGrid .actions {
    display: flex;
    flex-direction: column;
  }

  .top .studentGrid .actions a + a {
    margin-top: 22px;
    margin-left: 0 !important;
  }

  .top .readyTo {
    margin-top: 29px;
  }

  .howItWorks .watchWrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .howItWorks .watchWrapper .videoWrapper #videoAction {
    top: calc(50% - 40px);
    left: calc(50% - 120px);
  }

  .worksSteps .stepsGrid {
    justify-content: start;
  }

  .worksSteps .stepsGrid .stepItem {
    width: auto;
    padding-bottom: 40px;
  }

  .worksSteps .stepsGrid .stepItem .stepCircle {
    width: 142px;
    height: 142px;
  }

  .worksSteps .stepsGrid .stepItem .stepCircle img {
    height: 72px;
    width: auto;
  }

  .worksSteps .stepsGrid .stepItem .stepTitle {
    font-size: 28px;
  }

  .worksSteps .stepsGrid .stepItem .stepDescription {
    font-size: 18px;
  }

  .worksSteps .actions .rate {
    font-size: 12px;
  }

  .whyChoose .benefitsGrid {
    display: flex;
    padding: 0;
    grid-column-gap: unset;
  }

  .whyChoose .benefitsGrid .benefit {
    padding-left: 0;
    padding-bottom: 50px;
    flex-direction: column;
    align-items: center;
    height: auto;
    text-align: center;
  }

  .whyChoose .benefitsGrid .benefitCircle {
    margin-right: 0;
  }

  .whyChoose .benefitsGrid .benefitText {
    margin-top: 34px;
  }

  .whyChoose .benefitsGrid .benefitTitle {
    font-size: 22px;
  }

  .whyChoose .benefitsGrid .benefitDescription {
    margin-top: 18px;
    font-size: 16px;
  }

  .whyChoose .question {
    margin-top: 25px;
    font-size: 22px;
  }

  .whyChoose .actions .rate {
    font-size: 12px;
  }

  .samplePlan .planGridContainer {
    height: auto;
  }

  .samplePlan .planGridContainer .planGridTextContainer .planGridText {
    text-align: center;
  }

  .samplePlan .planGridContainer .planGridTextContainer .planGridText .title {
    font-size: 42px;
  }

  .samplePlan .planGridContainer .planGridTextContainer .planGridText .description {
    font-size: 16px;
  }

  .samplePlan .planGridContainer .planGridDocs {
    padding-left: 15px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .butHowWorks {
    padding: 55px 0 35px;
    text-align: center;
  }

  .butHowWorks .butHowWorksGrid {
    height: auto;
  }

  .butHowWorks .butHowWorksGrid .butHowWorksImage {
    text-align: center;
  }

  .butHowWorks .butHowWorksGrid .butHowWorksDescription {
    margin-top: 55px;
  }

  .butHowWorks .butHowWorksGrid .butHowWorksDescription .title {
    font-size: 42px;
    max-width: 350px;
  }

  .butHowWorks .butHowWorksGrid .butHowWorksDescription .subTitle {
    font-size: 20px;
  }

  .butHowWorks .butHowWorksGrid .butHowWorksDescription .description {
    margin-top: 18px;
    font-size: 17px;
  }

  .letsGetStarted .letsGetStartedFlex .subTitle {
    margin-top: 65px;
  }

  .letsGetStarted .letsGetStartedFlex .title {
    margin-bottom: 25px;
  }

  .letsGetStarted .eFeiscalWidget {
    margin-right: -15px;
    margin-left: -15px;
  }

  .faq .faqGrid {
    padding: 0;
  }

  .faq .faqGrid .faqItem:before {
    font-size: 18px;
  }

  .faq .faqGrid .faqItem .faqQuestion {
    font-size: 18px;
  }

  .faq .faqGrid .faqItem .faqAnswer {
    font-size: 16px;
  }

  .confusedWave {
    display: none;
  }

  .confused .confusedGrid {
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
    background-color: white;
    background-position: center top;
    background-size: 110%;
  }

  .confused .confusedGrid .confusedImage {
    height: 300px;
  }

  .confused .confusedGrid .confusedDescription {
    padding: 0 15px 40px;
    text-align: center;
    background-color: #5aa5cd;
  }

  .confused .confusedGrid .confusedDescription .title {
    font-size: 38px;
  }

  .confused .confusedGrid .confusedDescription .subTitle {
    font-size: 26px;
  }

  .confused .confusedGrid .confusedDescription .description {
    font-size: 16px;
  }

  .swiper-pagination {
    bottom: 0;
  }

  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: solid 1.1px #0291ff;
    background-color: transparent;
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background-color: #0291ff;
  }

  .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 18px;
  }

  .footer .footerWrapper {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
  }

  .footer .footerWrapper .footerLogo {
    width: 170px;
    height: auto;
  }

  .footer .footerWrapper .copy {
    margin-top: 20px;
    width: 100%;
    margin-left: 0;
  }

  .footer .footerWrapper .copySla {
    font-size: 16px;
  }

  .footer .footerWrapper .copyRights {
    font-size: 14px;
  }

  .footer .footerWrapper .footerMenu {
    margin-top: 20px;
    font-size: 18px;
    width: 100%;
    justify-content: center;
  }
}

@media all and (max-width: 375px) {
  .top .nav .logo {
    height: 41px;
    width: 122px;
  }

  .top .nav .rate {
    height: 33px;
  }

  .top .studentGrid .student {
    margin: 0 20px;
  }
}

@media all and (max-width: 360px) {
  .fixedDiscount {
    font-size: 220%;
  }

  .fixedDiscount .timerContainer {
    margin-left: 10px;
  }

  .fixedDiscount .saveContainer {
    margin-right: 10px;
  }
}

@media all and (max-width: 320px) {
  .fixedDiscount {
    font-size: 210%;
  }

  .fixedDiscount .timerContainer {
    margin-left: 5px;
  }

  .fixedDiscount .saveContainer {
    margin-right: 5px;
  }
}

