#top-menu.blue-bg {
  background: #232F3E !important;
}

@media (max-width: 768px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#first-block {
  background: #232F3E;
  color: #fff;
}
#first-block h1 {
  font-size: 52px;
  line-height: 1.3;
  color: #fff;
  text-transform: unset;
  margin-bottom: 30px;
}
#first-block .content {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 50px;
  align-items: center;
}
#first-block .left {
  max-width: 643px;
  padding-right: 15px;
  font-size: 23px;
  line-height: 1.5;
}
#first-block .left p {
  max-width: 590px;
}
#first-block .left .btn-wrapper {
  margin-top: 60px;
}
#first-block .left .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 25px;
}
#first-block .left .already-have {
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
}
#first-block .left .boost-it {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  text-decoration-line: underline;
}
#first-block .left .boost-it:hover {
  text-decoration-line: none;
}
#first-block .left .btn {
  max-width: 420px;
}
#first-block .left .link {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 40px;
  margin-left: 30px;
  margin-top: 15px;
  background: url(../../img/main/play-w.svg) no-repeat left center;
  padding-left: 40px;
}
#first-block .left .link:hover {
  opacity: 0.8;
}
#first-block .right img {
  display: block;
  width: 530px;
}
#first-block .bottom {
  position: relative;
}
#first-block .bottom .rows {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
#first-block .bottom .item {
  padding: 25px 25px 0;
  max-width: 555px;
}
#first-block .bottom .card {
  background: #FFF;
  color: #232F3E;
  box-shadow: 0px 15px 30px rgba(16, 81, 108, 0.2);
  border-radius: 30px;
  padding: 50px;
  font-size: 20px;
  text-align: center;
}
#first-block .bottom .card h3 {
  font-weight: 400;
  font-size: 23px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #232F3E;
  margin: 0 0 20px;
}
#first-block .bottom .card h3 span {
  display: inline-block;
  background: #82D9FF;
  border-radius: 50px;
  padding: 10px 50px;
}
#first-block .bottom .card h4 {
  font-weight: 700;
  font-size: 20px;
  margin: 20px 0;
}
#first-block .bottom .card p {
  margin: 20px 0;
  padding: 0 15px;
}
#first-block .bottom .card ul {
  max-width: 340px;
  margin: 20px auto;
  padding: 0;
  text-align: left;
}
#first-block .bottom .card ul li {
  display: block;
  position: relative;
  padding: 0 0 0 40px;
  margin: 8px 0;
}
#first-block .bottom .card ul li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.60001 7.94225L8.57217 14.091L20.4 1.90918' stroke='%2325C151' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
#first-block .bottom .card .btn {
  min-width: unset;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1150px) {
  #first-block .content {
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #first-block .right {
    margin-top: 50px;
  }
  #first-block .right img {
    max-width: 500px;
  }
  #first-block .left {
    max-width: unset;
    padding-right: 0;
    text-align: center;
  }
  #first-block .left h1 {
    text-align: center;
    max-width: 800px;
    font-size: 26px;
    margin-bottom: 20px;
  }
  #first-block .left .btn-wrapper {
    margin: 20px auto 0;
    display: block;
  }
  #first-block .left .btn-wrapper .btn {
    font-size: 16px;
  }
  #first-block .left .text-wrapper {
    display: inline-block;
    padding-left: 0;
    width: 100%;
  }
  #first-block .bottom {
    padding-bottom: 0;
  }
  #first-block .bottom .rows {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
  }
  #first-block .bottom .item {
    max-width: 360px;
    margin: 0 auto 20px;
    padding: 0 5px;
  }
  #first-block .bottom .card {
    border-radius: 20px;
    padding: 30px 20px;
    font-size: 18px;
  }
  #first-block .bottom .card h3 {
    font-size: 18px;
    margin: 0 0 20px;
  }
  #first-block .bottom .card h3 span {
    padding: 12px 35px;
  }
  #first-block .bottom .card h4 {
    font-size: 18px;
  }
  #first-block .bottom .card ul li {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    margin: 8px 0;
  }
  #first-block .bottom .card ul li::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: url("data:image/svg+xml,%3Csvg width='23' height='17' viewBox='0 0 23 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.60001 7.94225L8.57217 14.091L20.4 1.90918' stroke='%2325C151' stroke-width='3.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
  #first-block .bottom .card .btn {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  #first-block {
    overflow: hidden;
  }
  #first-block .bottom {
    padding-bottom: 40px;
  }
  #first-block .left .link {
    margin-left: 0;
    margin-top: 30px;
  }
}

.featured {
  background: #1A1E25;
  color: #fff;
  padding: 20px 0;
}
.featured .container {
  max-width: 1055px;
}
.featured-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 0;
}
.featured-list + .featured-list {
  border-top: 1px solid #3F4550;
}
.featured-list img {
  display: block;
}
.featured-list-v1 {
  font-size: 23px;
  line-height: 32px;
}
.featured-list-v2 {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 991px) {
  .featured {
    padding: 15px 0;
  }
  .featured-list {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
  }
  .featured-list + .featured-list {
    border-top: 1px solid #3F4550;
  }
  .featured-list-v1 {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .featured {
    padding: 15px 0;
  }
  .featured-list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 305px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .featured-list + .featured-list {
    border-top: 1px solid #3F4550;
  }
  .featured-list-v1 {
    flex-flow: column;
  }
  .featured-list-v2 > * {
    flex: 0 0 auto;
    padding: 0 10px 10px;
  }
  .featured-list-v2 > *:first-child {
    flex: 0 0 100%;
  }
}

.journal {
  background: #223E72;
  color: #C9E2F0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.journal-item {
  width: 50%;
  padding: 100px 0 95px;
  font-size: 23px;
  line-height: 32px;
  text-align: center;
}
.journal-item h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  margin: 0 0 20px;
  color: #FFFFFF;
}
.journal-item picture {
  display: block;
  margin: 60px auto 0;
}
.journal-item-inner {
  max-width: 530px;
  margin: 0 100px 0 auto;
}
.journal-item:nth-child(even) {
  background: #262F3E;
}
.journal-item:nth-child(even) picture {
  margin-top: 50px;
}
.journal-item:nth-child(even) .journal-item-inner {
  margin: 0 auto 0 100px;
}
@media (max-width: 991px) {
  .journal {
    flex-flow: column;
  }
  .journal-item {
    width: 100%;
    padding: 60px 0;
    font-size: 19px;
    line-height: 26px;
  }
  .journal-item h2 {
    font-size: 26px;
    line-height: 38px;
    margin: 0 0 20px;
  }
  .journal-item picture {
    display: block;
    margin: 40px auto 0;
  }
  .journal-item-inner {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .journal-item:nth-child(even) picture {
    margin-top: 40px;
  }
  .journal-item:nth-child(even) .journal-item-inner {
    margin: 0 auto;
  }
}

#save-tons {
  background: #F6F6F9;
  padding: 100px 0;
}
#save-tons h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.5;
  text-align: center;
  color: #1A1E25;
  max-width: 1040px;
  margin: 0 auto 50px;
}
#save-tons h2 span {
  color: #0085FF;
}
#save-tons .rows {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
#save-tons .item {
  max-width: 300px;
  text-align: center;
}
#save-tons .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  max-width: 130px;
  height: 130px;
  margin: 0 auto 30px;
}
#save-tons .item-img img {
  display: block;
}
#save-tons .item, #save-tons .item h3 {
  font-size: 20px;
  line-height: 1.4;
  color: #232F3E;
}
#save-tons .item h3 {
  margin: 0;
}
#save-tons .item p {
  margin: 10px 0 0;
}
#save-tons .owl-carousel {
  display: flex;
  flex-direction: column;
}
#save-tons .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
#save-tons .owl-carousel .owl-dots {
  margin: 30px auto 0;
}
#save-tons .owl-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: rgba(25, 113, 194, 0.2);
  transition: 0.2s;
}
#save-tons .owl-carousel .owl-dots .owl-dot.active {
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background: #1971C2;
}
@media (max-width: 992px) {
  #save-tons {
    padding: 50px 0;
  }
  #save-tons h2 {
    font-size: 26px;
  }
}

.grow {
  background: linear-gradient(to right, #1b222a 0%, #1b222a 50%, #fff 50%, #fff 100%);
  color: #4B5159;
  font-size: 23px;
  line-height: 32px;
  overflow: hidden;
}
.grow.grow-01 {
  position: relative;
}
.grow.grow-01::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background: no-repeat center/cover;
  background-image: url("../../img/pages/home/grow-01.jpg");
}
.grow + .grow {
  background: linear-gradient(to right, #F6F6F9 0%, #F6F6F9 50%, #1A1E25 50%, #1A1E25 100%);
}
.grow + .grow .rows {
  flex-flow: row-reverse;
}
.grow + .grow .col-img {
  position: relative;
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  left: -6%;
}
.grow + .grow .col-img img {
  display: block;
  width: 735px;
}
.grow h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.4;
  color: #1A1E25;
  margin: 0 0 20px;
}
.grow h2 + p {
  max-width: 450px;
  margin: 10px 0;
}
.grow .rows {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-left: -100px;
}
.grow .col {
  width: 50%;
  padding: 100px 0 100px 100px;
}
.grow .col-img {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.grow .col-img img {
  display: block;
  width: 640px;
}
.grow .col-list {
  display: flex;
  flex-flow: row wrap;
  margin-left: -40px;
}
.grow .col-list-item {
  width: 50%;
  margin: 40px 0 0;
  padding-left: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
}
.grow .col-list-item h3 {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.4;
  color: #1A1E25;
  margin: 0 0 10px;
}
.grow .col-list-item p {
  margin: 10px 0 0;
}
.grow .col .actions {
  margin: 40px 0 0;
}
.grow .col .actions .btn {
  min-width: auto;
  min-width: 260px;
  max-width: 420px;
}
.grow + .grow .col-img {
  left: -89px;
}
.grow + .grow .col-img img {
  transform: scale(1.55);
  transform-origin: bottom left;
}
@media (min-width: 1560px) {
  .grow .container {
    width: 1500px;
  }
  .grow .rows {
    margin-left: -220px;
  }
  .grow .col {
    padding: 125px 0 125px 220px;
  }
  .grow .col-list {
    max-width: 670px;
  }
  .grow .col-list-item h3 {
    max-width: 90%;
  }
  .grow + .grow .col-img {
    left: -153px;
  }
}
@media (max-width: 992px) {
  .grow {
    background: transparent;
    font-size: 19px;
    text-align: center;
  }
  .grow.grow-01::after {
    display: none;
  }
  .grow + .grow {
    background: transparent;
  }
  .grow + .grow .rows {
    flex-flow: column;
    margin: 0;
  }
  .grow + .grow .rows .col {
    width: 100%;
    padding: 30px 0;
  }
  .grow + .grow .rows .col-img {
    background: #1a1f25;
    padding: 0;
    left: 0;
    display: none;
  }
  .grow .rows {
    flex-flow: column;
    gap: 30px;
    margin: 0;
  }
  .grow .col {
    width: 100%;
    padding: 0;
  }
  .grow .col-img {
    display: block;
    background: #1A1E25;
    max-width: 450px;
    padding: 0;
    margin: 30px auto 0;
  }
  .grow .col-img img {
    width: 100%;
  }
  .grow .col .actions {
    padding-bottom: 40px;
  }
  .grow h2 {
    font-size: 26px;
  }
  .grow h2 + p {
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .grow .col-list {
    flex-flow: column;
    align-items: center;
  }
  .grow .col-list-item {
    width: 100%;
    max-width: 300px;
  }
}

#awards {
  text-align: center;
}
#awards.v2 .section {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media (max-width: 768px) {
  #awards.v2 .section {
    background: #F6F6F9;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#awards h2 {
  margin-bottom: 20px;
}
#awards .info {
  font-size: 23px;
  line-height: 32px;
  max-width: 900px;
  margin: 0 auto 60px auto;
}
#awards .items {
  margin-bottom: -20px;
}
#awards img {
  margin: 0 20px;
}
@media (max-width: 1290px) {
  #awards img {
    margin: 0;
  }
}
@media (max-width: 600px) {
  #awards .section {
    text-align: center;
  }
  #awards .section .info {
    margin-bottom: 40px;
    font-size: 19px;
    line-height: 26px;
  }
  #awards .section img {
    width: 49%;
  }
}

#success-stories {
  background: url("../../img/pages/home/bb-back.svg") no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 766px;
}
#success-stories .top {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
#success-stories .top h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  color: #ffffff;
  margin-left: 0;
  margin-bottom: 0;
}
#success-stories .top .arrows-and-counter {
  display: flex;
  align-items: center;
}
#success-stories .top .prev {
  margin-right: 15px;
  cursor: pointer;
}
#success-stories .top .prev:hover {
  filter: brightness(0.7);
}
#success-stories .top .next {
  margin-left: 15px;
  cursor: pointer;
}
#success-stories .top .next:hover {
  filter: brightness(0.7);
}
#success-stories .top .current-item-number {
  font-weight: normal;
  font-size: 23px;
  line-height: 26px;
  color: #ffffff;
}
#success-stories .top .slash, #success-stories .top .out-of {
  color: #C9E2F0;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  position: relative;
  top: 3px;
}
#success-stories .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#success-stories .item .quote-img {
  margin-bottom: 29px;
}
#success-stories .item .quote {
  font-weight: bold;
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 30px;
  color: #ffffff;
}
#success-stories .item .author {
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;
  color: #C9E2F0;
}
#success-stories .item .left {
  min-width: 400px;
  max-width: 400px;
  padding-top: 61px;
  padding-bottom: 61px;
  border-top: 1px solid #415060;
  border-bottom: 1px solid #415060;
}
#success-stories .item .right {
  padding-left: 15px;
  position: relative;
  height: 100%;
}
#success-stories .item .right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#success-stories .item .right iframe {
  border-radius: 10px;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: -1;
}
#success-stories .item .right .play-button {
  position: absolute;
  left: calc(50% - 45px);
  top: calc(50% - 45px);
  transition: 0.2s;
}
#success-stories .item .right .play-button img {
  width: 90px;
  height: auto;
}
#success-stories .item .right .play-button div {
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}
#success-stories .item .right:hover {
  cursor: pointer;
}
#success-stories .item .right:hover .play-button {
  transform: scale(1.1, 1.1);
}
#success-stories .bottom a {
  padding-right: 18px;
  background: url("../../img/pages/home/white-arrow-right.svg") no-repeat right center;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}
#success-stories .owl-carousel .owl-dots {
  display: none;
}
@media (max-width: 991px) {
  #success-stories .item {
    margin-bottom: 20px;
    flex-direction: column-reverse;
  }
  #success-stories .item .quote-img {
    display: none;
  }
  #success-stories .item .author, #success-stories .item .quote {
    text-align: center;
  }
  #success-stories .item .left {
    min-width: unset;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border-top: unset;
    border-bottom: unset;
  }
  #success-stories .top .arrows-and-counter {
    display: none;
  }
  #success-stories .top h2 {
    text-align: center;
    margin-left: auto;
  }
  #success-stories .right {
    margin-bottom: 40px;
  }
  #success-stories .right iframe {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #success-stories .bottom {
    text-align: center;
    padding-top: 30px;
  }
  #success-stories .owl-carousel {
    min-height: 885px;
  }
  #success-stories .owl-carousel .owl-dots {
    margin-top: 40px;
    padding-bottom: 50px;
    border-bottom: 1px solid #415060;
  }
  #success-stories .owl-carousel button.owl-dot {
    background: rgba(255, 255, 255, 0.2);
    height: 5px;
    border-radius: 20px;
    margin: 0 5px;
    width: 20px;
    transition: 0.2s;
  }
  #success-stories .owl-carousel button.owl-dot.active {
    background: #ffffff;
    width: 50px;
  }
  #success-stories .owl-carousel {
    display: flex;
    flex-direction: column;
  }
  #success-stories .owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #success-stories {
    background: url("../../img/pages/home/bb-back-mobile.svg") no-repeat;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #success-stories .top h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
  }
  #success-stories .owl-carousel {
    min-height: 553px;
  }
  #success-stories .item .quote {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 15px;
  }
  #success-stories .item .author {
    font-size: 15px;
  }
  #success-stories .item .play-button {
    left: calc(50% - 35px) !important;
    top: calc(50% - 35px) !important;
  }
  #success-stories .item .play-button img {
    width: 70px !important;
    height: 70px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

#choose-your-way {
  background: linear-gradient(270deg, #000F3D 0%, #010412 100%), #000F3D;
  padding: 100px 0;
}
#choose-your-way h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
#choose-your-way .under-h2 {
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.5;
  max-width: 830px;
  margin-bottom: 45px;
  color: #C9E2F0;
  text-align: center;
}
#choose-your-way .two-sections {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 0 auto;
  max-width: 1100px;
}
#choose-your-way .left {
  width: 100%;
  border-right: 1px solid #fff;
}
#choose-your-way .right {
  width: 100%;
}
#choose-your-way .item {
  max-width: 550px;
  text-align: center;
  padding: 0 30px;
}
#choose-your-way .title {
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 5px;
}
#choose-your-way .description {
  color: #C9E2F0;
  font-weight: normal;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 30px;
  color: #C9E2F0;
}
#choose-your-way .btn {
  padding: 5px 15px;
  font-size: 18px;
  min-width: 190px;
}
@media (max-width: 767px) {
  #choose-your-way {
    background: linear-gradient(270deg, #000F3D 0%, #010412 100%), #000F3D;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #choose-your-way h2 {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  #choose-your-way .under-h2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #choose-your-way .left {
    border-right: unset;
    padding: 0;
  }
  #choose-your-way .left::after {
    content: "";
    display: block;
    height: 1px;
    width: 200px;
    background: #FFF;
    margin: 30px auto 0;
  }
  #choose-your-way .right {
    padding: 30px 0 0 0;
    border-bottom: 0;
  }
  #choose-your-way .title, #choose-your-way .description {
    text-align: center;
  }
  #choose-your-way .title {
    font-size: 19px;
    line-height: 26px;
  }
  #choose-your-way .description {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 29px;
  }
  #choose-your-way .two-sections {
    flex-direction: column;
    align-items: center;
  }
  #choose-your-way .btn {
    max-width: 300px;
  }
}

#personal-support {
  background: #F6F6F9;
  text-align: center;
  padding: 100px 0;
}
#personal-support h2 {
  margin-bottom: 70px;
  max-width: 890px;
}
#personal-support .items {
  display: flex;
  justify-content: space-between;
}
#personal-support .item {
  width: 390px;
}
#personal-support .item .inner {
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(26, 70, 112, 0.1);
  border-radius: 0 0 15px 15px;
  padding: 40px;
}
#personal-support .item img {
  display: block;
}
#personal-support .item .title {
  font-weight: bold;
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 10px;
}
#personal-support .item .info {
  color: #1A1E25;
}
#personal-support .item .info a.ma-link {
  color: #008CFF;
  text-decoration-line: underline;
  font-weight: 700;
  display: block;
}
#personal-support .item .info a.ma-link:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><circle cx="10" cy="10" r="9" stroke="%23008CFF" stroke-width="2"/><path d="M8.00981 5.44011L14.8791 9.87915L8.00981 14.3182V5.44011Z" fill="%23008CFF"/></svg>');
  position: relative;
  top: 3px;
  right: 7px;
}
#personal-support .owl-carousel button.owl-dot {
  background: rgba(25, 113, 194, 0.2) !important;
  width: 20px;
  height: 5px;
  transition: all 0.15s ease-in-out;
}
#personal-support .owl-carousel button.owl-dot.active {
  background-color: #1971C2 !important;
  width: 50px;
}
@media (max-width: 1290px) {
  #personal-support .item {
    width: 32%;
  }
}
@media (max-width: 991px) {
  #personal-support {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #personal-support .items {
    flex-direction: column;
    max-width: 390px;
    margin: 0 auto;
  }
  #personal-support .items .item {
    margin-bottom: 20px;
    width: 100%;
  }
  #personal-support .items .item .inner {
    padding: 40px 25px;
  }
}
@media (max-width: 600px) {
  #personal-support h2 {
    margin-bottom: 40px;
  }
  #personal-support .inner .title {
    font-size: 19px;
    line-height: 26px;
  }
  #personal-support .inner .info {
    line-height: 26px;
  }
  #personal-support .items .item {
    margin-bottom: 40px;
  }
  #personal-support .items .item:last-child {
    margin-bottom: 0;
  }
}

#in-press {
  padding: 100px 0;
}
#in-press h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 60px;
  text-align: center;
  color: #1A1E25;
  margin: 0 0 70px;
}
#in-press .items {
  display: flex;
  justify-content: space-between;
}
#in-press .item {
  max-width: 381px;
  width: 23%;
  background: #F6F6F9;
  padding: 28px;
  border: 0;
  text-decoration-line: unset;
}
#in-press .item img {
  height: 180px;
  margin-bottom: 25px;
}
#in-press .item .desc {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 10px;
}
#in-press .item .desc.yahoo-desc {
  padding: 0 25px;
}
#in-press .item .more {
  display: block;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  padding-right: 23px;
  text-decoration-line: underline;
  max-width: 101px;
  background: url("../../img/pages/home/black-arrow-right.svg") no-repeat right 6px;
  background-size: 8px;
}
#in-press .item .img-wrapper {
  min-height: 140px;
  display: flex;
  margin-bottom: 25px;
  justify-content: center;
  align-items: center;
}
#in-press .item .img-wrapper img {
  height: auto;
  margin-bottom: 0;
}
#in-press .item .img-wrapper.street-insider {
  background: #1B5095;
}
#in-press .item .img-wrapper.street-insider img {
  max-width: 145px;
}
#in-press .item .img-wrapper.benzinga {
  background: #093451;
}
#in-press .item .img-wrapper.benzinga img {
  max-width: 133px;
}
#in-press .item .img-wrapper.herald {
  background: #005E9D;
}
#in-press .item .img-wrapper.herald img {
  max-width: 130px;
}
#in-press .item .img-wrapper.yahoo {
  background: #4901A0;
}
#in-press .item .img-wrapper.yahoo img {
  max-width: 125px;
}
#in-press .owl-nav {
  display: none;
}
#in-press .owl-carousel {
  display: flex;
  flex-direction: column;
}
#in-press .owl-carousel .owl-dots {
  margin-top: 30px;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
}
#in-press .owl-carousel button.owl-dot {
  background: rgba(25, 113, 194, 0.2);
  height: 5px;
  border-radius: 20px;
  margin: 0 5px;
  width: 20px;
  transition: 0.2s;
}
#in-press .owl-carousel button.owl-dot.active {
  background: #1971C2;
  width: 50px;
}
#in-press .owl-item {
  display: flex;
  justify-content: center;
}
#in-press .mobile {
  display: none;
}
#in-press .actions {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 991px) {
  #in-press {
    padding: 50px 0;
  }
  #in-press .item {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  #in-press .actions {
    margin-top: 30px;
  }
  #in-press .actions .btn {
    max-width: 300px;
  }
  #in-press h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
  #in-press .items {
    flex-direction: column;
  }
  #in-press .item {
    padding: 27px;
    width: 100%;
    max-width: 380px;
    height: unset;
  }
  #in-press .item .desc.yahoo-desc {
    padding: 0;
  }
}

#how-it-works-main {
  background: #EFEFF4;
}
#how-it-works-main h2 {
  margin-bottom: 20px;
}
#how-it-works-main .how-items {
  display: flex;
  justify-content: space-between;
}
#how-it-works-main .how-items .how-item {
  color: #1A1E25;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
#how-it-works-main .how-items .how-item svg {
  position: relative;
  top: 14px;
  margin-right: 5px;
}
@media (max-width: 1220px) {
  #how-it-works-main h2 {
    margin-bottom: 30px;
  }
  #how-it-works-main .how-items {
    flex-direction: column;
  }
  #how-it-works-main .how-items .how-item {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 26px;
  }
  #how-it-works-main .how-items .how-item svg {
    position: static;
    display: block;
    margin: 0 auto 20px auto;
  }
}

#independence .container .owl-carousel button.owl-dot {
  width: 20px;
  height: 5px;
  border-radius: 5px;
  background: rgba(25, 113, 194, 0.2);
  transition: 0.2s;
}

#independence .container .owl-carousel button.owl-dot.active {
  width: 50px;
  height: 5px;
  border-radius: 5px;
  background: #1971C2;
}