* {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  line-height: 120%;
}

html,
body {
  font-size: 16px;
  width: 100%;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-right: 0 !important;
  margin: 0 !important;
}

img {
  width: 100%;
}

button,
a {
  background: transparent;
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
button:hover, button:visited, button:focus,
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}

span {
  font-family: inherit;
  font-weight: inherit;
}

p {
  font-family: inherit;
  font-weight: inherit;
}

.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.wrapperMain #header {
  display: flex;
  align-items: center;
  flex-flow: column;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 1000;
}
.wrapperMain #header .headerWrapper {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  max-width: calc(100% - 330px);
  margin: 0 auto;
  padding-top: 52px;
}
.wrapperMain #header .headerWrapper .logoWrapper {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.wrapperMain #header .headerWrapper .logo {
  background-image: url(../../assets/img/mbank-logo.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 158px;
  height: 59.235px;
  flex-shrink: 0;
  z-index: 2;
}
.wrapperMain #header .headerWrapper .text {
  color: #000;
  font-family: "mBank", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.37931;
  letter-spacing: -0.161px;
  margin-left: 15px;
}
@media screen and (max-width: 1440px) {
  .wrapperMain #header .headerWrapper {
    max-width: 1110px;
    width: 100%;
  }
}
@media screen and (max-width: 1350px) {
  .wrapperMain #header .headerWrapper {
    padding-top: 41px;
  }
  .wrapperMain #header .headerWrapper .logo {
    height: 52px;
    width: 133px;
  }
  .wrapperMain #header .headerWrapper .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1190px) {
  .wrapperMain #header .headerWrapper {
    margin-left: 40px;
    margin-right: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1000px) {
  .wrapperMain #header .headerWrapper {
    padding-top: 32px;
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px);
  }
  .wrapperMain #header .headerWrapper .logo {
    height: 41px;
    width: 106px;
  }
  .wrapperMain #header .headerWrapper .text {
    font-size: 15px;
  }
}
@media screen and (max-width: 740px) {
  .wrapperMain #header .headerWrapper {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (max-width: 700px) {
  .wrapperMain #header .headerWrapper .logo {
    height: 38px;
    width: 102px;
  }
  .wrapperMain #header .headerWrapper .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #header .headerWrapper {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 380px) {
  .wrapperMain #header .headerWrapper {
    padding-top: 20px;
  }
  .wrapperMain #header .headerWrapper .logo {
    height: 35px;
    width: 93px;
  }
  .wrapperMain #header .headerWrapper .text {
    font-size: 11px;
    margin-top: 3px;
  }
}
.wrapperMain #section1 {
  display: flex;
  align-items: flex-end;
  width: 100%;
  margin: 0 auto;
  padding: 41.12% 50px 0 50px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.41) 73.08%), url(../../assets/img/section1.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 80% 0%;
  height: 0;
  position: relative;
  margin-bottom: 45px;
}
.wrapperMain #section1 .contentWrapper {
  position: absolute;
  margin-left: 165px;
  left: 0;
  top: 75%;
  transform: translateY(-50%);
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.wrapperMain #section1 .contentWrapper .content {
  background-color: transparent;
  display: flex;
  flex-flow: column;
  position: relative;
  max-width: 1100px;
  padding: 70px 0;
}
.wrapperMain #section1 .contentWrapper .content .title {
  color: #fff;
  font-family: "mBank", sans-serif;
  font-size: 63px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: -0.423px;
  margin: 23px 0;
}
.wrapperMain #section1 .contentWrapper .content .text {
  color: #26221E;
  font-family: "mBank", sans-serif;
  font-size: 18.907px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.34;
  letter-spacing: -0.189px;
  margin: 0;
}
.wrapperMain #section1 .contentWrapper .content .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 306px;
  height: 49px;
  border-radius: 23.5px;
  background: #3172A8;
  color: #FFF;
  text-align: center;
  font-family: "mBank", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.032px;
  transition: 0.3s all;
  margin-bottom: 18px;
  margin-top: 30px;
}
.wrapperMain #section1 .contentWrapper .content .button:hover {
  background-color: #184868;
}
.wrapperMain #section1 .contentWrapper .content .barTop {
  position: absolute;
  width: 85.68%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  height: 10px;
  background-image: url("../../assets/img/bat-full.svg");
  background-position: center;
  background-size: contain;
}
.wrapperMain #section1 .contentWrapper .content .barBottom {
  position: absolute;
  width: 85.68%;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  height: 10px;
  background-image: url("../../assets/img/bat-half.svg");
  background-position: center;
  background-size: contain;
}
.wrapperMain #section1 .bottomBar {
  position: absolute;
  width: calc(100% - 80px);
  left: 50%;
  bottom: -10px;
  transform: translate(calc(-50% - 40px));
  height: 10px;
  background-image: url("../../assets/img/bat-big.svg");
  background-size: 100%;
  max-width: 1190px;
  margin: 0 40px;
}
.wrapperMain #section1 .mobile {
  display: none;
}
.wrapperMain #section1 .desktop {
  display: flex;
}
@media screen and (max-width: 1440px) {
  .wrapperMain #section1 .contentWrapper {
    margin-left: calc((100% - 1110px) / 2);
  }
}
@media screen and (max-width: 1350px) {
  .wrapperMain #section1 .contentWrapper {
    top: 75%;
  }
  .wrapperMain #section1 .contentWrapper .content {
    max-width: 900px;
  }
  .wrapperMain #section1 .contentWrapper .content .title {
    font-size: 52px;
    margin: 18px 0;
  }
  .wrapperMain #section1 .contentWrapper .content .text {
    font-size: 15.1256px;
  }
  .wrapperMain #section1 .contentWrapper .content .button {
    max-width: 306px;
    height: 49px;
    font-size: 16px;
    margin-bottom: 14px;
    margin-top: 24px;
  }
  .wrapperMain #section1 .contentWrapper .content .barTop {
    height: 8px;
  }
  .wrapperMain #section1 .contentWrapper .content .barBottom {
    height: 8px;
  }
}
@media screen and (max-width: 1190px) {
  .wrapperMain #section1 .contentWrapper {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapperMain #section1 .contentWrapper {
    margin-left: 30px;
  }
  .wrapperMain #section1 .contentWrapper .content {
    max-width: 760px;
  }
  .wrapperMain #section1 .contentWrapper .content .title {
    font-size: 42px;
    margin: 14px 0;
  }
  .wrapperMain #section1 .contentWrapper .content .text {
    font-size: 14px;
  }
  .wrapperMain #section1 .contentWrapper .content .button {
    max-width: 250px;
    height: 41px;
    font-size: 15px;
    margin-bottom: 11px;
    margin-top: 19px;
  }
  .wrapperMain #section1 .bottomBar {
    max-width: calc(100% - 60px);
    margin: 0 30px;
  }
}
@media screen and (max-width: 850px) {
  .wrapperMain #section1 .contentWrapper {
    top: 75%;
  }
  .wrapperMain #section1 .contentWrapper .content {
    max-width: 640px;
    /* padding: 6px 20px; */
  }
  .wrapperMain #section1 .contentWrapper .content .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 700px) {
  .wrapperMain #section1 {
    background-size: cover;
    background-position: 20% top;
  }
  .wrapperMain #section1 .contentWrapper .content {
    max-width: 530px;
  }
  .wrapperMain #section1 .contentWrapper .content .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 650px) {
  .wrapperMain #section1 {
    margin-bottom: unset;
    background-position: 100% top;
  }
  .wrapperMain #section1 .desktop {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #section1 {
    padding: 250px 50px 0 50px;
  }
  .wrapperMain #section1 .contentWrapper .content {
    max-width: 380px;
  }
  .wrapperMain #section1 .bottomBar {
    max-width: unset;
    width: 100%;
    margin: 0;
    transform: translateX(-50%);
    height: 8px;
    bottom: -8px;
  }
}
.wrapperMain #mobile1 {
  display: none;
}
@media screen and (max-width: 650px) {
  .wrapperMain #mobile1 {
    display: flex;
    flex-flow: column;
    width: 100%;
    padding: 0 30px;
  }
  .wrapperMain #mobile1 .title {
    color: #26221E;
    font-family: "mBank", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.423px;
    margin: 40px 0 60px;
  }
  .wrapperMain #mobile1 .text {
    color: #26221E;
    font-family: "mBank", sans-serif;
    font-size: 18.907px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.34;
    letter-spacing: -0.189px;
    margin: 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #mobile1 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .wrapperMain #mobile1 .title {
    font-size: 33.8368px;
  }
  .wrapperMain #mobile1 .text {
    font-size: 15.1256px;
  }
  .wrapperMain #mobile1 .button {
    max-width: 306px;
    height: 49px;
    font-size: 16px;
    margin-bottom: 14px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 400px) {
  .wrapperMain #mobile1 .title {
    font-size: 27px;
  }
  .wrapperMain #mobile1 .text {
    font-size: 15.1256px;
  }
}
.wrapperMain #section2 {
  display: flex;
  flex-flow: column;
  width: 100%;
  padding: 0 40px;
  overflow: hidden;
  max-width: 1190px;
  margin: 0 auto;
}
.wrapperMain #section2 .mainTitle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  color: #000;
  text-align: left;
  font-family: "mBank", sans-serif;
  font-size: 26.449px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.33;
  letter-spacing: -0.132px;
  margin: 0;
}
.wrapperMain #section2 .mainTitle:nth-child(2) {
  margin-top: 20px;
}
.wrapperMain #section2 .title {
  color: #000;
  text-align: center;
  font-family: "mBank", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 70px 0 40px;
  width: 100%;
}
.wrapperMain #section2 .wrapper {
  display: flex;
  margin: 60px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.wrapperMain #section2 .wrapper .item {
  display: flex;
  flex-direction: row;
  width: calc((100% - 80px) / 2);
  align-items: center;
  padding: 0 40px 55px 45px;
  margin-top: 40px;
}
.wrapperMain #section2 .wrapper .item .imageWrapper {
  margin-right: 42px;
}
.wrapperMain #section2 .wrapper .item .imageWrapper .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapperMain #section2 .wrapper .item .imageWrapper .img1 {
  background-image: url("../../assets/img/section2-1.svg");
  width: 95px;
  height: 95px;
}
.wrapperMain #section2 .wrapper .item .imageWrapper .img2 {
  background-image: url("../../assets/img/section2-2.svg");
  width: 95px;
  height: 95px;
}
.wrapperMain #section2 .wrapper .item .imageWrapper .img3 {
  background-image: url("../../assets/img/section2-3.svg");
  width: 95px;
  height: 95px;
}
.wrapperMain #section2 .wrapper .item .imageWrapper .img4 {
  background-image: url("../../assets/img/section2-4.svg");
  width: 95px;
  height: 95px;
}
.wrapperMain #section2 .wrapper .item .itemTitle {
  position: relative;
  color: #000;
  text-align: center;
  font-family: "mBank", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -0.12px;
  margin: 50px 0 4px;
}
.wrapperMain #section2 .wrapper .item .itemText {
  position: relative;
  color: #184868;
  font-family: "mBank", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: -0.12px;
  text-align: center;
  margin: 0 auto;
  max-height: 230px;
  max-width: 365px;
}
.wrapperMain #section2 .wrapper .item .itemText::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 38px;
  height: 30px;
  background-image: url("../../assets/img/section2-5.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapperMain #section2 .wrapper .item .itemText::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: -20px;
  width: 38px;
  height: 30px;
  background-image: url("../../assets/img/section2-6.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrapperMain #section2 .wrapper .item:nth-child(2), .wrapperMain #section2 .wrapper .item:nth-child(4) {
  padding-left: unset;
  padding-right: 65px;
}
.wrapperMain #section2 .buttonWrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.wrapperMain #section2 .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 55px;
  border-radius: 38.5px;
  background: #3172A8;
  color: #FFF;
  text-align: center;
  font-family: "mBank", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.032px;
  transition: 0.3s all;
  margin-top: 10px;
}
.wrapperMain #section2 .button:hover {
  background-color: #184868;
}
.wrapperMain #section2 .bottomText {
  color: #565A69;
  text-align: left;
  font-family: "mBank", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 57px 0 25px;
}
@media screen and (max-width: 1400px) {
  .wrapperMain #section2 .mainTitle {
    max-width: 1110px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .wrapperMain #section2 .mainTitle {
    font-size: 21px;
  }
  .wrapperMain #section2 .title {
    font-size: 32px;
    margin: 56px 0 32px;
  }
  .wrapperMain #section2 .wrapper {
    max-width: 900px;
  }
  .wrapperMain #section2 .wrapper .item {
    padding: 0 20px 30px 0;
    margin-top: 40px;
    width: calc((100% - 60px) / 2);
  }
  .wrapperMain #section2 .wrapper .item .itemText {
    font-size: 14px;
    max-height: 230px;
    max-width: 365px;
    line-height: 1.2;
  }
  .wrapperMain #section2 .wrapper .item .imageWrapper .img1 {
    width: 82px;
    height: 82px;
  }
  .wrapperMain #section2 .wrapper .item .imageWrapper .img2 {
    width: 82px;
    height: 82px;
  }
  .wrapperMain #section2 .wrapper .item .imageWrapper .img3 {
    width: 82px;
    height: 82px;
  }
  .wrapperMain #section2 .wrapper .item .imageWrapper .img4 {
    width: 82px;
    height: 82px;
  }
  .wrapperMain #section2 .wrapper .item .itemTitle {
    font-size: 19px;
    margin: 40px 0 4px;
  }
  .wrapperMain #section2 .wrapper .item .itemText {
    font-size: 15px;
    max-width: 365px;
  }
  .wrapperMain #section2 .wrapper .item:nth-child(2), .wrapperMain #section2 .wrapper .item:nth-child(4) {
    padding-left: unset;
    padding-right: 20px;
  }
  .wrapperMain #section2 .button {
    max-width: 320px;
    height: 50px;
    border-radius: 38.5px;
    font-size: 16px;
    margin-top: 10px;
  }
  .wrapperMain #section2 .bottomText {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapperMain #section2 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .wrapperMain #section2 .wrapper .item {
    padding: 0 5px 44px;
  }
  .wrapperMain #section2 .wrapper .item .itemTitle {
    font-size: 16px;
  }
  .wrapperMain #section2 .wrapper .item .itemText {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .wrapperMain #section2 .wrapper {
    flex-flow: column;
  }
  .wrapperMain #section2 .wrapper .item {
    width: 100%;
    max-width: 500px;
  }
  .wrapperMain #section2 .wrapper .item:nth-child(2), .wrapperMain #section2 .wrapper .item:nth-child(4) {
    margin-left: auto;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #section2 {
    padding: 0 20px;
  }
  .wrapperMain #section2 .mainTitle {
    font-size: 19px;
    max-width: 640px;
  }
  .wrapperMain #section2 .title {
    font-size: 28px;
    margin: 56px 0 32px;
  }
  .wrapperMain #section2 .wrapper {
    flex-flow: column;
    max-width: 500px;
    margin: 0 auto;
  }
  .wrapperMain #section2 .wrapper .item {
    width: 100%;
    flex-direction: column;
  }
  .wrapperMain #section2 .wrapper .item .imageWrapper {
    margin-right: unset;
    margin-bottom: 15px;
  }
  .wrapperMain #section2 .wrapper .item .itemTitle {
    font-size: 16px;
  }
  .wrapperMain #section2 .wrapper .item .itemText {
    font-size: 16px;
  }
  .wrapperMain #section2 .wrapper .item .itemText::before {
    left: 0;
    width: 30px;
    height: 38px;
  }
  .wrapperMain #section2 .wrapper .item .itemText::after {
    right: 0;
    width: 30px;
    height: 28px;
  }
  .wrapperMain #section2 .bottomText {
    font-size: 10px;
  }
}
.wrapperMain #section3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #EEEFEF;
  padding: 50px 40px;
}
.wrapperMain #section3 .wrapper {
  max-width: 1110px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrapperMain #section3 .wrapper .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
.wrapperMain #section3 .wrapper .row .column {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 673px;
  padding-right: 40px;
}
.wrapperMain #section3 .wrapper .row .column .title {
  color: #201C17;
  font-family: "mBank", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.4px;
  margin: 7px 0 0;
}
.wrapperMain #section3 .wrapper .row .column .text {
  max-width: 730px;
  color: #000;
  font-family: "mBank", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.12px;
  z-index: 15;
}
.wrapperMain #section3 .wrapper .row .column .textBold {
  color: #000;
  font-family: "mBank", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.12px;
  z-index: 15;
}
.wrapperMain #section3 .wrapper .row .column .buttonWrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 55px;
  border-radius: 38.5px;
  background: #3172a8;
  color: #fff;
  text-align: center;
  font-family: "mBank", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.032px;
  transition: 0.3s all;
  margin: 30px 0 0 0;
  padding: 10px 50px;
}
.wrapperMain #section3 .wrapper .row .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  flex-shrink: 0;
  z-index: 5;
  width: 419.56px;
  height: 509.8px;
  background-image: url(../../assets/img/section3-1.svg);
}
@media screen and (max-width: 1200px) {
  .wrapperMain #section3 .wrapper .row .img {
    width: 335.64px;
    height: 407.84px;
  }
}
@media screen and (max-width: 1000px) {
  .wrapperMain #section3 {
    padding: 50px 30px;
  }
  .wrapperMain #section3 .wrapper .row .column .title {
    font-size: 25.6px;
  }
  .wrapperMain #section3 .wrapper .row .column .text {
    font-size: 20px;
  }
  .wrapperMain #section3 .wrapper .row .column .textBold {
    font-size: 20px;
  }
  .wrapperMain #section3 .wrapper .row .img {
    width: 335.64px;
    height: 407.84px;
  }
}
@media screen and (max-width: 850px) {
  .wrapperMain #section3 {
    padding: 40px 30px;
  }
  .wrapperMain #section3 .wrapper .row .img {
    width: 268.51px;
    height: 326.27px;
  }
}
@media screen and (max-width: 700px) {
  .wrapperMain #section3 .wrapper .row {
    flex-flow: column;
  }
  .wrapperMain #section3 .wrapper .row .column {
    order: 1;
    padding-right: unset;
  }
  .wrapperMain #section3 .wrapper .row .column .buttonWrapper .button {
    margin: 30px auto 0;
  }
  .wrapperMain #section3 .wrapper .row .img {
    order: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #section3 {
    padding: 40px 20px;
  }
  .wrapperMain #section3 .wrapper .row {
    flex-flow: column;
  }
  .wrapperMain #section3 .wrapper .row .column {
    order: 1;
    padding-right: unset;
  }
  .wrapperMain #section3 .wrapper .row .column .buttonWrapper .button {
    margin: 30px auto 0;
  }
  .wrapperMain #section3 .wrapper .row .img {
    order: 0;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 400px) {
  .wrapperMain #section3 .wrapper .row {
    /*.img {
      width: 335.64px;
      height: 407.84px;
    }*/
  }
  .wrapperMain #section3 .wrapper .row .column .title {
    font-size: 21px;
  }
  .wrapperMain #section3 .wrapper .row .column .text {
    font-size: 16px;
  }
  .wrapperMain #section3 .wrapper .row .column .textBold {
    font-size: 16px;
  }
}
.wrapperMain #section4 {
  display: flex;
  flex-flow: column;
  max-width: 1190px;
  margin: 0 auto;
  width: 100%;
  padding: 52px 40px 0;
}
.wrapperMain #section4 .top {
  display: flex;
}
.wrapperMain #section4 .top .left {
  width: 437px;
  height: 433px;
  margin-right: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../assets/img/section4-1.jpg");
  flex-shrink: 0;
  margin-top: 14px;
}
.wrapperMain #section4 .top .right {
  display: flex;
  flex-flow: column;
}
.wrapperMain #section4 .top .right .title {
  color: #000;
  font-family: "mBank", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.32px;
  margin: 0;
}
.wrapperMain #section4 .top .right .text {
  color: #201C17;
  font-family: "mBank", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 32px 0 0;
}
.wrapperMain #section4 .top .right .buttonWrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  height: 55px;
  border-radius: 38.5px;
  background: #3172a8;
  color: #fff;
  text-align: center;
  font-family: "mBank", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.032px;
  transition: 0.3s all;
  margin: 40px 0 0 auto;
  padding: 10px 50px;
}
@media screen and (max-width: 1000px) {
  .wrapperMain #section4 {
    padding: 52px 30px 0;
  }
  .wrapperMain #section4 .top .left {
    width: 349px;
    height: 346px;
  }
  .wrapperMain #section4 .top .right .title {
    font-size: 25px;
  }
  .wrapperMain #section4 .top .right .text {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  .wrapperMain #section4 .top .left {
    width: 279px;
    height: 276px;
  }
}
@media screen and (max-width: 700px) {
  .wrapperMain #section4 .top {
    flex-flow: column;
    align-items: center;
  }
  .wrapperMain #section4 .top .left {
    margin-bottom: 50px;
    margin-right: unset;
  }
  .wrapperMain #section4 .top .right .buttonWrapper .button {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #section4 {
    padding: 52px 20px 0;
  }
}
.wrapperMain #section6 {
  display: flex;
  width: 100%;
  padding: 0 40px;
  margin-top: 50px;
}
.wrapperMain #section6 .wrapper {
  display: flex;
  max-width: 1110px;
  flex-flow: column;
  width: 100%;
  margin: 0 auto;
}
.wrapperMain #section6 .title {
  font-family: "mBank", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 45px;
  margin-top: 45px;
}
.wrapperMain #section6 .mainWrapper {
  display: flex;
  justify-content: space-between;
}
.wrapperMain #section6 .mainWrapper .docWrapper {
  display: flex;
  flex-flow: column;
  width: calc((100% - 25px) / 2);
}
.wrapperMain #section6 .mainWrapper .docWrapper .element {
  display: flex;
  align-items: center;
  margin-bottom: 17px;
}
.wrapperMain #section6 .mainWrapper .docWrapper .element .img {
  width: 21px;
  height: 29px;
  margin-right: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}
.wrapperMain #section6 .mainWrapper .docWrapper .element .text {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  padding-top: 3px;
}
@media screen and (max-width: 1000px) {
  .wrapperMain #section6 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .wrapperMain #section6 {
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  .wrapperMain #section6 .mainWrapper {
    flex-flow: column;
  }
  .wrapperMain #section6 .mainWrapper .docWrapper {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-right: unset;
  }
  .wrapperMain #section6 .mainWrapper .docWrapper:last-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #section6 {
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
  .wrapperMain #section6 .mainWrapper .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
  }
  .wrapperMain #section6 .mainWrapper .docWrapper .element {
    margin-bottom: 12px;
  }
  .wrapperMain #section6 .mainWrapper .docWrapper .element .img {
    width: 16px;
    height: 21px;
  }
  .wrapperMain #section6 .mainWrapper .docWrapper .element .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .wrapperMain #section6 .title {
    font-size: 21px;
    line-height: 28px;
  }
}
.wrapperMain #section7 {
  width: 100%;
  padding: 20px 40px 94px;
  display: flex;
  flex-flow: column;
  position: relative;
  overflow: hidden;
}
.wrapperMain #section7 .textWrapper {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  text-align: left;
  letter-spacing: -0.01em;
}
.wrapperMain #section7 .textWrapper a {
  color: #000000;
  word-break: break-word;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .wrapperMain #section7 {
    padding: 20px 30px 94px;
  }
}
@media screen and (max-width: 550px) {
  .wrapperMain #section7 {
    padding: 20px 20px 94px;
  }
}

/*# sourceMappingURL=main.css.map */
