body,
html {
  margin: 0px;
  padding: 0px;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif;
}
.container {
  max-width: 1240px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
header {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 35px;
  z-index: 5;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .outer__header > p {
  margin: 0px;
  padding: 8px 15px;
  background-color: #1d062f;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  border-radius: 16px;
  border-top-right-radius: 4px;
}
header .outer__header > .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .outer__header > .logo a img {
  width: 150px;
  height: 65px;
}
header .outer__header > .logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero__section {
  padding-top: 235px;
  padding-bottom: 145px;
  background: url("../images/heroimage.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero__section > .bubble__one {
  position: absolute;
  right: 46%;
  top: 20%;
  width: 126px;
}
.hero__section > .bubble__two {
  width: 190px;
  position: absolute;
  top: 12%;
  right: 24%;
}
.hero__section > .bubble__three {
  width: 102px;
  position: absolute;
  bottom: 26%;
  right: 26%;
}
.hero__section > .bubble__four {
  width: 129px;
  position: absolute;
  bottom: 32%;
  right: 8%;
}
.hero__section .outer__hero .desc {
  max-width: 500px;
}
.hero__section .outer__hero .desc .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero__section .outer__hero .desc .bottom .reviews > span {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #723fc5;
}
.hero__section .outer__hero .desc .bottom .reviews .reviews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero__section .outer__hero .desc .bottom .reviews .reviews__inner ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.hero__section .outer__hero .desc .bottom .reviews .reviews__inner ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3px;
}
.hero__section
  .outer__hero
  .desc
  .bottom
  .reviews
  .reviews__inner
  ul
  > li:last-child {
  margin-right: 0px;
}
.hero__section .outer__hero .desc .bottom .reviews .reviews__inner > p {
  margin: 0px;
  margin-left: 10px;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  font-weight: 400;
}
.hero__section .outer__hero .desc .bottom .reviews .reviews__inner > p span {
  font-weight: bold;
}
.hero__section .outer__hero .desc .bottom > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  padding-left: 24px;
  padding-right: 24px;
  white-space: nowrap;
  min-height: 60px;
  border-radius: 4px;
  background-color: #32bf2f;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.03em;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-right: 20px;
}
.hero__section .outer__hero .desc .bottom > a:hover {
  opacity: 0.7;
}
.hero__section .outer__hero .desc > h1 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 44px;
  line-height: 110%;
  font-weight: bold;
  color: #2c1650;
}
.small__desc {
  padding: 20px 0px;
  background-color: #723fc5;
}
.small__desc p {
  margin: 0px;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
}
.small__desc p span {
  color: #ffdb5d;
}
footer {
  padding-top: 85px;
  padding-bottom: 95px;
  background-color: #241c30;
}
footer .outer__footer {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
footer .outer__footer ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .outer__footer ul > li {
  margin-right: 30px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #ffffff;
}
footer .outer__footer ul > li a {
  font-size: 16px;
  text-decoration: none;
  line-height: 150%;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
footer .outer__footer ul > li a:hover {
  opacity: 0.7;
}
footer .outer__footer ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer > p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  color: #fff;
}
footer .outer__footer > p span {
  font-weight: bold;
}
footer .outer__footer > .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}
footer .outer__footer > .logo > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
footer .outer__footer > .logo > a img {
  width: 150px;
  height: 65px;
}
.images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.images .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.images .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
}
.bold {
  font-weight: bold !important;
}
.colored {
  color: #5ab92d !important;
}
.action__wrapper {
  padding-top: 64px;
  padding-bottom: 96px;
}
.action__wrapper .container {
  max-width: 1008px;
}
.action__wrapper .outer__action .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action__wrapper .outer__action .btn > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 78px;
  border-radius: 4px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #32bf2f;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.action__wrapper .outer__action .btn > a:hover {
  opacity: 0.7;
}
.action__wrapper .outer__action .update {
  border-radius: 16px;
  border: 1px solid #723fc5;
  background-color: #f7f6fa;
  padding: 32px 48px;
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.action__wrapper .outer__action .update .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action__wrapper .outer__action .update .media img {
  min-width: 202px;
  max-width: 202px;
}
.action__wrapper .outer__action .update .desc {
  max-width: 645px;
  width: 100%;
  margin-right: 64px;
}
.action__wrapper .outer__action .update .desc > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #332e37;
}
.action__wrapper .outer__action .update .desc > p:last-child {
  margin-bottom: 0px;
}
.action__wrapper .outer__action .update .desc > h6 {
  margin: 0px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 32px;
  color: #562d97;
  font-weight: bold;
}
.action__wrapper .outer__action .update .desc > h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
}
.action__wrapper .outer__action .update .desc > h6 {
  margin: 0px;
  margin-bottom: 24px;
}
.action__wrapper .outer__action .article {
  margin-bottom: 64px;
}
.action__wrapper .outer__action .article .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.action__wrapper .outer__action .article .media > img {
  max-width: 100%;
}
.action__wrapper .outer__action .article > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
}
.action__wrapper .outer__action .article > p {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #332e37;
}
.action__wrapper .outer__action .video__box {
  position: relative;
  height: 0px;
  padding-bottom: 55%;
  margin-bottom: 64px;
}
.action__wrapper .outer__action .video__box.video > a {
  display: none;
}
.action__wrapper .outer__action .video__box.video > img {
  display: none;
}
.action__wrapper .outer__action .video__box video {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
}
.action__wrapper .outer__action .video__box > a {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 250px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.action__wrapper .outer__action .video__box > a:hover {
  opacity: 0.7;
}
.action__wrapper .outer__action .video__box > a img {
  width: auto;
  height: auto;
  position: relative;
  left: 3px;
  max-width: 30px;
}
.action__wrapper .outer__action .video__box img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.action__wrapper .outer__action > h6 {
  text-align: left;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
  margin-top: 0px;
  margin-bottom: 40px;
}
.semibold {
  font-weight: 600 !important;
}
.more__things {
  padding: 72px 0px;
  background-color: #f7f6fa;
}
.more__things .outer__more {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
.more__things .outer__more > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
}
.more__things .outer__more .list > .elem__list {
  margin-bottom: 32px;
}
.more__things .outer__more .list > .elem__list:last-child {
  margin-bottom: 0px;
}
.more__things .outer__more .list > .elem__list > p {
  margin: 0px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #332e37;
}
.more__things .outer__more .list > .elem__list > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.more__things .outer__more .list > .elem__list > .top > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.more__things .outer__more .list > .elem__list > .top > span img {
  min-width: 24px;
  max-width: 24px;
}
.more__things .outer__more .list > .elem__list > .top > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: #562d97;
  margin-left: 10px;
}
.help__wrapper {
  padding-top: 64px;
  padding-bottom: 80px;
}
.help__wrapper .outer__help {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
.help__wrapper .outer__help .help__list > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 32px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.help__wrapper .outer__help .help__list > .elem:last-child {
  margin-bottom: 0px;
}
.help__wrapper .outer__help .help__list > .elem > p {
  margin: 0px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #332e37;
}
.help__wrapper .outer__help .help__list > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 32px;
}
.help__wrapper .outer__help .help__list > .elem > span img {
  min-width: 72px;
}
.help__wrapper .outer__help > .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
}
.help__wrapper .outer__help > .top > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
}
.help__wrapper .outer__help > .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 150%;
  color: #332e37;
  font-weight: 400;
}
.languages__wrapper {
  padding-top: 25px;
  padding-bottom: 64px;
}
.languages__wrapper .outer__languages {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
}
.languages__wrapper .outer__languages .grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  grid-column-gap: 24px;
  grid-row-gap: 32px;
}
.languages__wrapper .outer__languages .grid .elem {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.languages__wrapper .outer__languages .grid .elem .flag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 96px;
  max-width: 96px;
  min-height: 96px;
  max-height: 96px;
  background-color: #f7f6fa;
  border-radius: 250px;
  margin-bottom: 12px;
}
.languages__wrapper .outer__languages .grid .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: #000000;
}
.languages__wrapper .outer__languages > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
}
.languages__wrapper .outer__languages > p {
  margin: 0px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #332e37;
}
.how__works {
  padding-top: 64px;
  padding-bottom: 25px;
}
.how__works .container {
  max-width: 1038px;
}
.how__works .outer__how > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #332e37;
}
.how__works .recap {
  margin-bottom: 25px;
}
.how__works .recap > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
}
.how__works .recap .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 36px;
  border: 2px solid #723fc5;
  border-radius: 16px;
  background-color: #f7f6fa;
  padding: 40px;
}
.how__works .recap .grid > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.how__works .recap .grid > .elem:nth-child(2) > span {
  background-color: #723fc5;
}
.how__works .recap .grid > .elem:nth-child(3) > span {
  background-color: #8d57e5;
}
.how__works .recap .grid > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 72px;
  max-width: 72px;
  min-height: 72px;
  max-height: 72px;
  border-radius: 250px;
  background-color: #572e99;
  font-size: 38px;
  line-height: 150%;
  font-weight: bold;
  color: #ffffff;
  margin-right: 15px;
}
.how__works .recap .grid > .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  color: #332e37;
}
.how__works .medium .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.how__works .medium .media > img {
  max-width: 100%;
}
.how__works .medium > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
  letter-spacing: 0.01em;
}
.how__works .medium > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
  color: #332e37;
}
.how__works .top {
  margin-bottom: 56px;
}
.how__works .top > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 150%;
  color: #332e37;
  letter-spacing: 0.01em;
}
.how__works .top > p:last-child {
  margin-bottom: 0px;
}
.how__works .top > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 130%;
  font-weight: bold;
  color: #562d97;
}
.how__works .top .media {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.how__works .top .media > img {
  max-width: 100%;
}
.hero__section > .design {
  position: absolute;
  bottom: 0px;
  max-width: 135px;
  right: 23%;
}
.hero__section > .bubble__three {
  right: 35%;
}
@media (min-width: 2140px) {
  .hero__section > .bubble__three {
    width: 160px;
  }
  .hero__section > .bubble__four {
    width: 180px;
  }
  .hero__section > .bubble__two {
    width: 240px;
  }
  .hero__section > .bubble__one {
    width: 190px;
  }
  .hero__section {
    padding-top: 320px;
    padding-bottom: 240px;
  }
}
@media (max-width: 1400px) {
  .hero__section > .design {
    max-width: 120px;
    right: 22%;
  }
}
@media (max-width: 1340px) {
  .hero__section > .design {
    max-width: 120px;
    right: 20%;
  }
}
@media (max-width: 1200px) {
  .hero__section > .design {
    max-width: 100px;
    right: 20%;
  }
  .hero__section .outer__hero .desc > h1 {
    font-size: 40px;
  }
  .hero__section {
    padding-top: 190px;
    padding-bottom: 120px;
  }
  .hero__section > .bubble__four {
    width: 80px;
    right: 6%;
  }
  .hero__section > .bubble__three {
    width: 85px;
  }
  .hero__section > .bubble__two {
    width: 140px;
    right: 16%;
  }
  .hero__section > .bubble__one {
    width: 100px;
  }
}
.bottom__image {
  display: none;
}
@media (max-width: 1080px) {
  .hero__section > .design {
    max-width: 100px;
    right: 18%;
  }
}
@media (max-width: 1040px) {
  .hero__section > .design {
    max-width: 100px;
    right: 16%;
  }
}
@media (max-width: 991px) {
  footer .outer__footer ul > li {
    text-align: center;
  }
  .bottom__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .bottom__image > img {
    width: 100%;
    max-width: 100%;
  }
  .hero__section {
    background: none;
    background-color: #e6e7eb;
  }
  header .outer__header > .logo a img {
    width: 150px;
    height: 65px;
  }
  header {
    top: 24px;
  }
  header .outer__header > p {
    font-size: 10px;
  }
  .hero__section > img {
    display: none;
  }
  .how__works {
    padding-top: 40px;
    padding-bottom: 15px;
  }
  .how__works .top > h6 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .how__works .top .media {
    margin-bottom: 24px;
  }
  .how__works .top > p {
    font-size: 16px;
  }
  .how__works .recap > h6 {
    font-size: 22px;
  }
  .how__works .recap .grid {
    padding: 24px;
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
  .how__works .recap .grid > .elem > p {
    font-size: 14px;
  }
  .how__works .top {
    margin-bottom: 40px;
  }
  .how__works .medium > h6 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .how__works .medium > p {
    font-size: 16px;
  }
  .how__works .medium .media {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .how__works .top > p,
  .how__works .medium > p {
    margin-bottom: 20px;
  }
  .languages__wrapper {
    padding-bottom: 40px;
  }
  .languages__wrapper .outer__languages > h6 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .languages__wrapper .outer__languages > p {
    font-size: 16px;
  }
  .languages__wrapper .outer__languages .grid {
    margin-top: 32px;
  }
  .languages__wrapper .outer__languages .grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .languages__wrapper .outer__languages .grid .elem > p {
    font-size: 14px;
  }
  .help__wrapper .outer__help .help__list > .elem > p {
    font-size: 14px;
  }
  .help__wrapper .outer__help .help__list > .elem > span img {
    min-width: 56px;
    max-width: 56px;
  }
  .help__wrapper {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .help__wrapper .outer__help > .top > h6 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .help__wrapper .outer__help > .top > p {
    font-size: 16px;
  }
  .help__wrapper .outer__help .help__list > .elem > span {
    margin-right: 16px;
  }
  .more__things .outer__more .list > .elem__list > .top > h6 {
    font-size: 20px;
    line-height: 24px;
  }
  .more__things .outer__more .list > .elem__list > p {
    font-size: 16px;
  }
  .more__things {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .more__things .outer__more > h6 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .action__wrapper {
    padding-top: 40px;
    padding-bottom: 64px;
  }
  .action__wrapper .outer__action > h6 {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 24px;
  }
  .action__wrapper .outer__action .video__box {
    margin-bottom: 40px;
  }
  .action__wrapper .outer__action .article > h6 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .action__wrapper .outer__action .article > p {
    font-size: 16px;
  }
  .action__wrapper .outer__action .article > p {
    margin-bottom: 32px;
  }
  .action__wrapper .outer__action .article {
    margin-bottom: 40px;
  }
  .action__wrapper .outer__action .update {
    margin-bottom: 40px;
    padding: 32px 16px;
  }
  .action__wrapper .outer__action .update .desc > h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .action__wrapper .outer__action .update .desc > h6 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .action__wrapper .outer__action .update .desc > p {
    font-size: 16px;
  }
  .action__wrapper .outer__action .btn > a {
    font-size: 20px;
    line-height: 26px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
  .action__wrapper + .small__desc {
    display: none;
  }
  footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  footer .outer__footer > .logo > a img {
    max-width: 200px;
  }
  footer .outer__footer > p {
    font-size: 14px;
  }
  footer .outer__footer ul > li a {
    font-size: 14px;
  }
  footer .outer__footer ul > li {
    font-size: 14px;
  }
  .small__desc p {
    font-size: 16px;
    line-height: 24px;
  }
  .hero__section {
    padding-top: 85px;
    padding-bottom: 0px;
  }
  .hero__section .outer__hero .desc .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero__section .outer__hero .desc .bottom .reviews {
    text-align: center;
  }
  .hero__section .outer__hero .desc .bottom > a {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .hero__section .outer__hero .desc {
    margin-left: auto;
    margin-right: auto;
  }
  .hero__section .outer__hero .desc > h1 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .languages__wrapper .outer__languages .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .languages__wrapper .outer__languages .grid .elem > p {
    grid-column-gap: 8px;
  }
  .languages__wrapper .outer__languages .grid .elem .flag {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }
  .languages__wrapper .outer__languages .grid .elem .flag img {
    max-width: 35px;
    min-width: 35px;
  }
  .languages__wrapper .outer__languages .grid .elem > p {
    font-size: 12px;
  }
  .action__wrapper .outer__action .video__box > a {
    width: 64px;
    height: 64px;
  }
  .action__wrapper .outer__action .video__box > a img {
    width: 20px;
  }
  .action__wrapper .outer__action .update {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .action__wrapper .outer__action .update .desc {
    margin-right: 0px;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .action__wrapper .outer__action .update .media img {
    min-width: 160px;
    max-width: 160px;
  }
  .small__desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .small__desc {
    padding: 15px 0px;
  }
  .images {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .outer__footer ul {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .outer__footer ul > li {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  footer .outer__footer ul > li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  header .outer__header > .logo a img {
    max-width: 130px;
  }
  .hero__section .outer__hero .desc > h1 {
    font-size: 27px;
  }
  .languages__wrapper .outer__languages .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 375px) {
  .action__wrapper .outer__action .video__box > a {
    width: 54px;
    height: 54px;
  }
  .action__wrapper .outer__action .video__box > a img {
    width: 16px;
  }
}
