@charset "UTF-8";
* {
  box-sizing: border-box;
  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%;
  max-width: 1440px;
  margin: 0 auto;
}

.splide__pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
}

.splide__pagination__page.is-active {
  background: #f00;
}

.imgContain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.imgCover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#header {
  display: flex;
  max-width: 1440px;
  padding: 0 117.37px;
  margin: 36px auto 0;
  align-items: center;
  position: relative;
}

#header .logo {
  background-image: url("../../assets/img/mbank-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 155px;
  height: 58px;
  flex-shrink: 0;
}

#header .separator {
  max-width: 1440px;
  width: 100%;
  height: 8px;
  background-image: url("../../assets/img/kv-small.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -41.59px;
}

#header .navigation {
  font-family: "mBank";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.002em;
  color: #26221e;
  transition: 0.3s all ease-in-out;
}
#header .navigation .jazgot {
  color: #ae0000;
  transition: 0.3s all ease-in-out;
  font-style: normal;
}
#header .navigation.click {
  cursor: pointer;
}
#header .navigation:not(.active):hover {
  color: #0000ff;
}
#header .navigation:not(.active):hover .jazgot {
  color: #0000ff;
}

#header .navigation {
  font-family: "mBank";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.002em;
  color: #26221e;
}

#header .navigationActive {
  font-family: "mBank";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.002em;
  color: #26221e;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: auto;
}

#header .nav1 {
  height: 24px;
  margin-left: 100px;
}

#header .nav5 {
  height: 24px;
  margin-left: 30px;
  max-width: 285px;
}

#header .btn {
  width: 37px;
  cursor: pointer;
  margin-left: auto;
}

#header span {
  display: block;
  width: 100%;
  height: 4px;
  background: #000000;
  transition: all 0.3s;
  position: relative;
}

#header span + span {
  margin-top: 8px;
  animation: ease 0.5s top forwards;
}

#header .active span:nth-child(1) {
  animation: ease 0.5s top forwards;
}

#header .not-active span:nth-child(1) {
  animation: ease 0.5s top-2 forwards;
}

#header .active span:nth-child(2) {
  animation: ease 0.5s scaled forwards;
}

#header .not-active span:nth-child(2) {
  animation: ease 0.5s scaled-2 forwards;
}

#header .active span:nth-child(3) {
  animation: ease 0.5s bottom forwards;
}

#header .not-active span:nth-child(3) {
  animation: ease 0.5s bottom-2 forwards;
}

@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 12px;
    transform: rotate(0);
  }
  100% {
    top: 12px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 12px;
    transform: rotate(45deg);
  }
  50% {
    top: 12px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 12px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 12px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#header .desktop {
  display: flex;
}

#header .mobile {
  display: none;
}

#header .menuMobile {
  width: 100%;
  display: none;
  flex-flow: column;
  align-items: flex-end;
  background-color: #ffffff;
  padding: 30px 90px 20px 30px;
  position: absolute;
  top: 60px;
  right: 0;
  z-index: 1000;
  transition: all 0.5s;
}

#header .menuMobileHide {
  display: none;
  right: -100%;
  transition: all 0.5s;
}

@media screen and (max-width: 1300px) {
  #header {
    padding: 0 90px;
  }
}
@media screen and (max-width: 1200px) {
  #header .menuMobileHide {
    display: none;
  }
  #header .desktop {
    display: none;
  }
  #header .mobile {
    display: block;
  }
  #header .nav1 {
    margin-left: unset;
    text-align: left;
  }
  #header .nav2 {
    margin-left: unset;
    text-align: left;
  }
  #header .nav3 {
    margin-left: unset;
    text-align: left;
  }
  #header .nav4 {
    margin-left: unset;
    text-align: left;
  }
  #header .nav5 {
    margin-left: unset;
    text-align: left;
    max-width: none;
    height: auto;
  }
  #header .navigationActive {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #header .navigation {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  #header {
    padding: 0 40px;
  }
  #header .menuMobile {
    padding: 30px 40px 20px 30px;
    top: 47px;
  }
  #header .separator {
    height: 7px;
  }
  #header .navigationActive {
    font-size: 18px;
    margin-bottom: 8px;
  }
  #header .navigation {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 900px) {
  #header {
    margin-top: 28.8px;
  }
  #header .logo {
    width: 124px;
    height: 46.4px;
  }
  #header .separator {
    bottom: -34.8px;
  }
}
@media screen and (max-width: 800px) {
  #header .separator {
    height: 6px;
  }
}
@media screen and (max-width: 600px) {
  #header {
    padding: 0 20px;
    margin-top: 21px;
  }
  #header .menuMobile {
    padding: 20px;
    top: 40px;
  }
  #header .navigationActive {
    font-size: 16px;
    margin-bottom: 6px;
  }
  #header .navigation {
    font-size: 16px;
    margin-bottom: 6px;
  }
  #header .logo {
    width: 97px;
    height: 37.12px;
  }
  #header .separator {
    height: 5px;
    bottom: -26px;
  }
  #header .btn {
    width: 32px;
    cursor: pointer;
    margin-left: auto;
  }
  #header span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000000;
    transition: all 0.3s;
    position: relative;
  }
  #header span + span {
    margin-top: 6px;
    animation: ease 0.5s top forwards;
  }
  #header .active span:nth-child(1) {
    animation: ease 0.5s top forwards;
  }
  #header .not-active span:nth-child(1) {
    animation: ease 0.5s top-2 forwards;
  }
  #header .active span:nth-child(2) {
    animation: ease 0.5s scaled forwards;
  }
  #header .not-active span:nth-child(2) {
    animation: ease 0.5s scaled-2 forwards;
  }
  #header .active span:nth-child(3) {
    animation: ease 0.5s bottom forwards;
  }
  #header .not-active span:nth-child(3) {
    animation: ease 0.5s bottom-2 forwards;
  }
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 9px;
      transform: rotate(0);
    }
    100% {
      top: 9px;
      transform: rotate(45deg);
    }
  }
  @keyframes top-2 {
    0% {
      top: 9px;
      transform: rotate(45deg);
    }
    50% {
      top: 9px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 9px;
      transform: rotate(0);
    }
    100% {
      bottom: 9px;
      transform: rotate(135deg);
    }
  }
  @keyframes bottom-2 {
    0% {
      bottom: 9px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 9px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media screen and (max-width: 400px) {
  #header .separator {
    height: 4px;
  }
}
.wrapperMain {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

#section1 {
  display: flex;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin: 41.59px auto 0;
  position: relative;
}

#section1 .containerBackground {
  max-width: 1440px;
  width: 100%;
  height: 30vw;
  display: flex;
  background-image: url("../../assets/img/section1-1.jpg");
  position: relative;
}

#section1 .containerBackground .containerText {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 20%;
  left: 0%;
  padding: 40px 40px 40px 160px;
  border-radius: 0 24px 24px 0;
  background: var(--Zeus-Black-UI, #26221E);
}
#section1 .containerBackground .containerText .title {
  color: #fff;
  text-shadow: 0px 0px 30px #000;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.4px;
  margin: 0 0 15px 0;
}
#section1 .containerBackground .containerText .text {
  color: #fff;
  text-shadow: 0px 0px 30px #000;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: -0.12px;
  margin: 0;
}

#section1 .separator {
  width: 100%;
  max-width: 1100px;
  height: 9px;
  background-image: url("../../assets/img/section1-0.jpg");
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1350px) {
  #section1 .containerBackground .containerText .title {
    font-size: 43px;
    line-height: 50px;
  }
  #section1 .containerBackground .containerText .text {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 1350px) {
  #section1 .containerBackground .containerText {
    left: 0%;
  }
  #section1 .containerBackground .containerText .title {
    font-size: 32px;
    line-height: 40px;
  }
  #section1 .containerBackground .containerText .text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 1350px) {
  #section1 .containerBackground .containerText {
    padding: 35px 50px;
  }
}
@media (max-width: 1000px) {
  #section1 .containerBackground {
    height: 53vw;
    background-image: url("../../assets/img/section1-2.jpg");
  }
}
@media (max-width: 900px) {
  #section1 .containerBackground .containerText {
    top: 30%;
  }
}
@media (max-width: 700px) {
  #section1 .containerBackground {
    background-position: 100% -80%;
  }
  #section1 .containerBackground .containerText {
    top: 30%;
    left: 0%;
    padding: 15px 30px;
    max-width: 64%;
  }
  #section1 .containerBackground .containerText .title {
    font-size: 28px;
    line-height: 40px;
  }
  #section1 .containerBackground .containerText .text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  #section1 .containerBackground {
    background-position: 30% 0%;
    background-size: 120% 120%;
  }
  #section1 .containerBackground .containerText {
    top: 15%;
    padding: 10px 20px;
  }
  #section1 .containerBackground .containerText .title {
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 10px 0;
  }
  #section1 .containerBackground .containerText .text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  #section1 .containerBackground .containerText {
    top: 25%;
  }
  #section1 .containerBackground .containerText .title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 5px 0;
  }
  #section1 .containerBackground .containerText .text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 425px) {
  #section1 .containerBackground {
    background-position: 0% 0%;
  }
  #section1 .containerBackground .containerText {
    top: 5%;
    padding: 10px 5px 10px 20px;
  }
  #section1 .containerBackground .containerText .title {
    font-size: 18px;
    line-height: 24px;
  }
  #section1 .containerBackground .containerText .text {
    font-size: 13px;
    line-height: 22px;
  }
}
@media (max-width: 350px) {
  #section1 .containerBackground .containerText {
    top: 0%;
  }
  #section1 .containerBackground .containerText .title {
    font-size: 18px;
    line-height: 20px;
  }
  #section1 .containerBackground .containerText .text {
    font-size: 13px;
    line-height: 20px;
  }
}
#section2 {
  width: 100%;
  display: flex;
  background: #e7e4e4;
  padding: 100px 0;
}
#section2 .btn {
  max-width: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 60px;
  background-color: #ae0000;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: auto auto 44px auto;
  cursor: pointer;
  border: 1px solid #ae0000;
}
#section2 .btn:hover {
  background: #fff;
  color: #ae0000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#section2 .slider {
  width: 100%;
}
#section2 .slider .containerPagination {
  display: flex;
  justify-content: center;
  padding: 12px 70px;
  border-radius: 0px 0px 40px 40px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (max-width: 1200px) {
  #section2 .slider .containerPagination {
    padding: 12px 66px;
  }
}
@media (max-width: 1000px) {
  #section2 .slider .containerPagination {
    padding: 12px 72px;
    overflow: hidden;
  }
}
#section2 .slider .containerPagination.bottom {
  margin-top: 40px;
  background-color: #fff;
  border-radius: 40px 40px 0px 0px;
}
#section2 .slider .containerPagination.bottom .paginationButton {
  color: black;
  background-color: #fff;
  border-color: #fff;
}
#section2 .slider .containerPagination .pagination {
  display: flex;
  align-items: center;
  padding: unset;
  z-index: 10;
  padding: 0 0 10px;
  gap: 50px;
  border-bottom: #E2E8F0 1px solid;
}
@media (max-width: 1000px) {
  #section2 .slider .containerPagination .pagination {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
    padding: 0 8px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  #section2 .slider .containerPagination .pagination::-webkit-scrollbar {
    display: none;
  }
}
#section2 .slider .containerPagination .pagination li {
  display: flex;
  align-items: center;
  padding: unset;
  flex-wrap: unset;
  z-index: 10;
  padding: 0;
  flex: 0 0 auto;
}
#section2 .slider .containerPagination .paginationButton {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  cursor: pointer;
  z-index: 12;
  margin: 0 7px;
  flex-shrink: 0;
  font-family: mBank;
  transition: 0.3s all ease-in-out;
  color: var(--Mid-Gray-UI, #565A69);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 1000px) {
  #section2 .slider .containerPagination .paginationButton {
    scroll-snap-align: center;
    flex: 0 0 auto;
    padding: 12px 16px;
    text-align: center;
  }
}
#section2 .slider .containerPagination .paginationButton.is-active {
  color: #26221E;
  border-bottom: 3px solid #E90A0A;
  z-index: 12;
}
#section2 .slider .containerPagination.big {
  padding: 12px 100px;
}
#section2 .slider .containerArrow {
  width: calc(100% - 120px);
  position: absolute;
  top: 462px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#section2 .slider .containerArrow .arrow {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  top: 7px;
  transition: 0.3s opacity, visibility 0.301s, 0.3s transform;
  z-index: 115;
  transition: 0.3s all ease-in-out;
  transform-origin: center center;
}
@media (max-width: 1000px) {
  #section2 .slider .containerArrow .arrow {
    top: -35px;
  }
}
#section2 .slider .containerArrow .arrow.arrowLeft {
  background-image: url("../img/section2-4.svg");
  left: 0px;
  transform: translateY(-50%);
}
#section2 .slider .containerArrow .arrow.arrowRight {
  background-image: url("../img/section2-5.svg");
  right: 0px;
  transform: translateY(-50%);
}
#section2 .slider .containerArrow .arrow:hover {
  scale: 1.1;
}
#section2 .slider .containerArrow .arrow:disabled {
  opacity: 0;
  visibility: hidden;
}
#section2 .slider .containerElement {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#section2 .slider .containerElement .rowSb {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#section2 .slider .containerElement .rowSb.row2 {
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  #section2 .slider .containerElement .rowSb.row2 {
    margin-bottom: 40px;
  }
}
#section2 .slider .containerElement .rowSb.social {
  max-width: 1055px;
  margin: 40px 0 0 0;
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  #section2 .slider .containerElement .rowSb.social {
    gap: 5px;
  }
}
#section2 .slider .containerElement .rowSb.small {
  max-width: 1100px;
}
#section2 .slider .containerElement .column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#section2 .slider .containerElement .column1 {
  display: flex;
  justify-content: center;
}
#section2 .slider .containerElement .title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #26221e;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0;
  position: relative;
  z-index: 10;
  padding: 0 35px;
}
#section2 .slider .containerElement .title .br1 {
  display: none;
}
#section2 .slider .containerElement .title .br2 {
  display: none;
}
#section2 .slider .containerElement .title.background {
  background-color: #fff;
}
#section2 .slider .containerElement .title.marginTop {
  margin: 40px 0 10px 0;
}
#section2 .slider .containerElement .title.marginBig {
  margin: 95px 0;
}
#section2 .slider .containerElement .element {
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-color: #fff;
  padding: 0 65px 0 65px;
  border-radius: 60px;
}
#section2 .slider .containerElement .element .textPodcast {
  margin: 0 auto 30px auto;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section2 .slider .containerElement .element .containerTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#section2 .slider .containerElement .element .containerTitle .line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 3px solid #ae0000;
  z-index: 1;
}
#section2 .slider .containerElement .element .containerTitle.margin {
  margin: 40px 0 50px 0;
}
#section2 .slider .containerElement .element .subtitle {
  color: #26221e;
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 0;
}
#section2 .slider .containerElement .element .subtitle.leftText {
  text-align: left;
  padding: 0;
}
#section2 .slider .containerElement .element .text {
  color: #26221e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
#section2 .slider .containerElement .element .text.margin {
  margin: 0 0 20px 0;
}
#section2 .slider .containerElement .element .text.margin2 {
  margin: auto 0;
}
#section2 .slider .containerElement .element .textMedium {
  color: #000;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
}
#section2 .slider .containerElement .element .textSmall {
  color: #26221e;
  text-align: center;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 0 15px;
  border-bottom: 3px solid #E90A0A;
}
#section2 .slider .containerElement .element .textRed {
  color: #ae0000;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 0 0 15px 0;
}
#section2 .slider .containerElement .element .listBlue {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: item;
}
#section2 .slider .containerElement .element .listBlue li {
  position: relative;
  padding-left: 3em;
  margin-bottom: 1em;
  margin: auto 0;
}
#section2 .slider .containerElement .element .listBlue li::before {
  content: counters(item, ".");
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  background-color: #0065b1;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.2px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
}
#section2 .slider .containerElement .element .listBlue li {
  counter-increment: item;
}
#section2 .slider .containerElement .element .listBlue.small {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#section2 .slider .containerElement .element .listBlue.small li {
  margin: 15px 0;
}
#section2 .slider .containerElement .element .listRed {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
#section2 .slider .containerElement .element .listRed li {
  position: relative;
  padding-left: 1.2em;
}
#section2 .slider .containerElement .element .listRed li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #ae0000;
}
#section2 .slider .containerElement .element .listBlack {
  list-style: none;
  padding: 0 0 0 15px;
  margin: 20px 0;
}
#section2 .slider .containerElement .element .listBlack li {
  position: relative;
  padding-left: 1.2em;
}
#section2 .slider .containerElement .element .listBlack li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #26221e;
}
#section2 .slider .containerElement .element .imgMovie {
  max-width: 980px;
  width: 100%;
  height: 45vw;
  max-height: 404px;
  margin: 50px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-size: 100%;
  transition: 0.3s all ease-in-out;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: 100%;
}
#section2 .slider .containerElement .element .imgMovie video {
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s all ease-in-out;
}
#section2 .slider .containerElement .element .imgMovie .imgPlay {
  width: 218px;
  height: 218px;
  background-image: url("../img/section2-15.svg");
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: 0.3s all ease-in-out;
}
#section2 .slider .containerElement .element .imgMovie:hover {
  filter: brightness(1.2);
}
#section2 .slider .containerElement .element .imgMovie1 {
  background-image: url("../img/section2-23.png");
}
#section2 .slider .containerElement .element .imgMovie2 {
  background-image: url("../img/section2-2.jpg");
}
#section2 .slider .containerElement .element .imgMovie3 {
  background-image: url("../img/section2-3.jpg");
}
#section2 .slider .containerElement .element .imgMovie4 {
  background-image: url("../img/section2-22.png");
}
#section2 .slider .containerElement .element .containerBox {
  max-width: 1030px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 50px;
}
#section2 .slider .containerElement .element .containerBox .box {
  width: calc(50% - 17.5px);
  display: flex;
  height: 160px;
  flex-direction: column;
  justify-content: center;
  background-color: #ae0000;
  border-radius: 13px;
  padding: 0 15px;
}
#section2 .slider .containerElement .element .containerBox .box .textWhite {
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#section2 .slider .containerElement .element .containerBox .box .textWhite.small {
  font-size: 16px;
}
#section2 .slider .containerElement .element .containerBox.small {
  padding: 0;
}
#section2 .slider .containerElement .element .containerBox.small .box {
  width: calc(33.3333333333% - 30px);
}
#section2 .slider .containerElement .element .containerBox:not(.small) .box:nth-child(1) {
  margin: 0 0 40px 0;
}
#section2 .slider .containerElement .element .containerBox:not(.small) .box:nth-child(2) {
  margin: 0 0 40px 0;
}
#section2 .slider .containerElement .element .img1 {
  width: 439px;
  height: 439px;
  background-image: url("../img/section2-6.png");
  flex-shrink: 0;
  margin: auto 0;
}
#section2 .slider .containerElement .element .img2 {
  border-radius: 24px;
  width: 100%;
  max-width: 508px;
  height: 295px;
  flex-shrink: 0;
  aspect-ratio: 508/295;
  background-image: url("../img/section2-7.png");
  margin: auto 0 auto 15px;
}
@media (max-width: 550px) {
  #section2 .slider .containerElement .element .img2 {
    max-width: 90%;
    height: auto;
  }
}
#section2 .slider .containerElement .element .img3 {
  width: 475px;
  height: 487px;
  background-image: url("../img/section2-8.jpg");
  flex-shrink: 0;
  border-radius: 39px;
  margin: 0 0 0 15px;
}
#section2 .slider .containerElement .element .img4 {
  width: 516px;
  height: 275px;
  background-image: url("../img/section2-13.jpg");
}
#section2 .slider .containerElement .element .img5 {
  width: 516px;
  height: 275px;
  background-image: url("../img/section2-14.jpg");
}
#section2 .slider .containerElement .element .img6 {
  width: 314px;
  height: 403px;
  background-image: url("../img/section2-16.png");
  flex-shrink: 0;
  margin: 0 0 0 135px;
  flex-shrink: 0;
}
#section2 .slider .containerElement .element .img7 {
  background-image: url("../img/section2-17.jpg");
}
#section2 .slider .containerElement .element .img8 {
  width: 294px;
  height: 386px;
  background-image: url("../img/section2-19.png");
  margin: 0 0 0 120px;
  flex-shrink: 0;
}
#section2 .slider .containerElement .element .img9 {
  width: 516px;
  height: 275px;
  background-image: url("../img/section2-20.png");
}
#section2 .slider .containerElement .element .img10 {
  width: 516px;
  height: 275px;
  background-image: url("../img/section2-23.png");
}
#section2 .slider .containerElement .element .containerSocial {
  width: 100%;
  max-width: 220px;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#section2 .slider .containerElement .element .imgSocial {
  display: flex;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
}
#section2 .slider .containerElement .element .imgSocial:hover {
  scale: 1.1;
}
#section2 .slider .containerElement .element .imgSocial1 {
  width: 168px;
  height: 54px;
  background-image: url("../img/section2-9.png");
}
#section2 .slider .containerElement .element .imgSocial2 {
  width: 155px;
  height: 60px;
  background-image: url("../img/section2-10.png");
}
#section2 .slider .containerElement .element .imgSocial3 {
  width: 168px;
  height: 54px;
  background-image: url("../img/section2-11.png");
}
#section2 .slider .containerElement .element .imgSocial4 {
  width: 173px;
  height: 62px;
  background-image: url("../img/section2-12.png");
}
#section2 .slider .containerElement .element.small {
  max-width: 350px;
  padding: 0;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#section2 .slider .containerElement .element.small .containerImg {
  max-width: 350px;
  width: 100%;
  height: 275px;
  display: flex;
  margin: auto 0 0 0;
  overflow: hidden;
}
#section2 .slider .containerElement .element.small .containerImg .imgCover {
  width: 100%;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
#section2 .slider .containerElement .element.small:hover .containerImg .imgCover {
  scale: 1.05;
  filter: brightness(1.1);
}

@media (max-width: 1350px) {
  #section2 .slider .containerArrow {
    width: calc(100% - 40px);
  }
  #section2 .slider .containerElement .element .img2 {
    margin: 20px auto;
  }
}
@media (max-width: 1250px) {
  #section2 .slider .containerArrow {
    width: calc(100% - 20px);
  }
}
@media (max-width: 1050px) {
  #section2 .slider .containerElement .rowSb.small {
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
  }
  #section2 .slider .containerElement .rowSb.small .element:nth-child(1) {
    margin: 0 30px 50px 30px;
  }
  #section2 .slider .containerElement .rowSb.small .element:nth-child(2) {
    margin: 0 30px 50px 30px;
  }
}
@media (max-width: 1000px) {
  #section2 .slider .containerArrow {
    max-width: 950px;
    top: 95px;
  }
  #section2 .slider .containerElement .rowSb.social {
    margin: 30px 0 0 0;
  }
  #section2 .slider .containerElement .title {
    font-size: 32px;
  }
  #section2 .slider .containerElement .element {
    padding: 0 30px 0 30px;
  }
  #section2 .slider .containerElement .element .textPodcast {
    margin: 50px auto 0 auto;
  }
  #section2 .slider .containerElement .element .subtitle {
    font-size: 20px;
  }
  #section2 .slider .containerElement .element .containerBox .box .textWhite {
    font-size: 18px;
  }
  #section2 .slider .containerElement .element .imgMovie {
    height: 39vw;
  }
  #section2 .slider .containerElement .element .imgMovie .imgPlay {
    width: 174.4px;
    height: 174.4px;
  }
  #section2 .slider .containerElement .element .img1 {
    width: 351px;
    height: 351px;
  }
  #section2 .slider .containerElement .element .img3 {
    width: 380px;
    height: 389.6px;
  }
  #section2 .slider .containerElement .element .img6 {
    margin: 0 0 0 15px;
  }
  #section2 .slider .containerElement .element .img8 {
    margin: 0 0 0 15px;
  }
}
@media (max-width: 900px) {
  #section2 {
    padding: 80px 0 60px 0;
  }
  #section2 .slider .containerElement .rowSb.row1 {
    flex-direction: column;
  }
  #section2 .slider .containerElement .rowSb.row2 {
    flex-direction: column-reverse;
  }
  #section2 .slider .containerElement .title .br2 {
    display: block;
  }
  #section2 .slider .containerElement .title.marginBig {
    margin: 50px 0;
  }
  #section2 .slider .containerElement .element .text.margin2 {
    margin: 30px 0 0 0;
    padding: 0 15px;
  }
  #section2 .slider .containerElement .element .text.text2 {
    padding: 0 15px;
  }
  #section2 .slider .containerElement .element .containerBox {
    padding: 0;
  }
  #section2 .slider .containerElement .element .containerBox .box {
    height: 180px;
  }
  #section2 .slider .containerElement .element .containerBox .box .textWhite {
    font-size: 17px;
  }
  #section2 .slider .containerElement .element .imgMovie {
    margin: 50px 0 0 0;
  }
  #section2 .slider .containerElement .element .img1 {
    margin: 0 auto 30px;
  }
  #section2 .slider .containerElement .element .img3 {
    margin: 0 auto 30px;
  }
  #section2 .slider .containerElement .element .img6 {
    margin: 0 auto 30px;
  }
  #section2 .slider .containerElement .element .img8 {
    margin: 0 auto 30px;
  }
}
@media (max-width: 700px) {
  #section2 .slider .containerElement .rowSb.social {
    flex-wrap: wrap;
    margin: 0;
    padding: 0 15px;
  }
  #section2 .slider .containerElement .title {
    font-size: 28px;
    line-height: 34px;
  }
  #section2 .slider .containerElement .element .containerBox .box {
    height: 200px;
  }
  #section2 .slider .containerElement .element .containerBox .box .textWhite {
    font-size: 16px;
  }
  #section2 .slider .containerElement .element .containerBox.small .box {
    width: calc(33.3333333333% - 10px);
  }
  #section2 .slider .containerElement .element .containerSocial {
    width: 100%;
    margin: 30px auto 15px auto;
  }
  #section2 .slider .containerElement .element .containerSocial:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  }
  #section2 .slider .containerElement .element .containerSocial:nth-child(4) {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 600px) {
  #section2 {
    padding: 70px 0 40px 0;
  }
  #section2 .slider .containerElement .column1 {
    padding: 0 15px 0 15px;
  }
  #section2 .slider .containerElement .title .br1 {
    display: block;
  }
  #section2 .slider .containerElement .element {
    padding: 0 0 0 0;
  }
  #section2 .slider .containerElement .element .textPodcast {
    margin: 50px auto 0 auto;
  }
  #section2 .slider .containerElement .element .containerTitle.margin {
    margin: 30px 0;
  }
  #section2 .slider .containerElement .element .subtitle {
    padding: 0 15px;
  }
  #section2 .slider .containerElement .element .text {
    font-size: 14px;
  }
  #section2 .slider .containerElement .element .listBlue li::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  #section2 .slider .containerElement .element .imgMovie {
    height: 42vw;
  }
  #section2 .slider .containerElement .element .containerBox .box {
    width: 100%;
    height: 160px;
    margin: 0 15px 40px;
  }
  #section2 .slider .containerElement .element .containerBox .box .textWhite {
    font-size: 16px;
  }
  #section2 .slider .containerElement .element .containerBox.small .box {
    width: 100%;
  }
  #section2 .slider .containerElement .element .containerBox:not(.small) .box:nth-child(1) {
    margin: 0 15px 40px;
  }
  #section2 .slider .containerElement .element .containerBox:not(.small) .box:nth-child(2) {
    margin: 0 15px 40px;
  }
}
@media (max-width: 500px) {
  #section2 {
    padding: 70px 0 20px 0;
  }
  #section2 .slider .containerPagination {
    padding: 10px 58px;
  }
  #section2 .slider .containerElement .title {
    font-size: 26px;
    line-height: 32px;
  }
  #section2 .slider .containerElement .element .textPodcast {
    margin: 30px auto 0 auto;
  }
  #section2 .slider .containerElement .element.small .containerImg {
    height: 35vw;
  }
  #section2 .slider .containerElement .element .rowSb.row3 {
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 380px) {
  #section2 {
    padding: 60px 0 10px 0;
  }
  #section2 .slider .containerArrow .arrow {
    width: 40px;
    height: 40px;
  }
  #section2 .slider .containerPagination {
    padding: 10px 50px;
  }
  #section2 .slider .containerElement .title.marginBig {
    margin: 35px 0;
  }
  #section2 .slider .containerElement .element .textPodcast {
    margin: 20px auto 0 auto;
  }
  #section2 .slider .containerElement .element .rowSb.social {
    align-items: center;
    flex-direction: column;
  }
  #section2 .slider .containerElement .element .containerBox .box {
    height: 180px;
  }
  #section2 .slider .containerElement .element .containerBox .box .textWhite {
    font-size: 15px;
  }
  #section2 .slider .containerElement .element .containerSocial {
    width: -moz-fit-content;
    width: fit-content;
  }
  #section2 .slider .containerElement .element .containerSocial:nth-child(2) {
    justify-content: flex-start;
  }
  #section2 .slider .containerElement .element .containerSocial:nth-child(4) {
    justify-content: flex-start;
  }
  #section2 .slider .containerElement .element .img1 {
    width: 263.4px;
    height: 263.4px;
  }
  #section2 .slider .containerElement .element .img3 {
    width: calc(100% - 30px);
    height: 95vw;
  }
}
#section3 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 1000px) {
  #section3 {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  #section3 {
    padding: 0;
  }
}
#section3 .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 80px;
}
#section3 .row .imageSection3 {
  width: 100%;
  max-width: 315px;
}
@media (max-width: 1000px) {
  #section3 .row {
    flex-direction: column;
  }
  #section3 .row .imageSection3 {
    max-width: 180px;
    margin: 0 auto 0;
  }
}
@media (max-width: 700px) {
  #section3 .row .imageSection3 {
    max-width: 140px;
  }
}
#section3 .title {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  color: #26221e;
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  margin: 0;
  position: relative;
  z-index: 10;
  padding: 0 40px;
}
#section3 .title .br1 {
  display: none;
}
#section3 .title .br2 {
  display: none;
}
#section3 .title.background {
  background-color: #fff;
}
#section3 .title.marginTop {
  margin: 40px 0 10px 0;
}
#section3 .title.marginBig {
  margin: 95px 0;
}
@media (max-width: 1000px) {
  #section3 .title {
    font-size: 32px;
  }
}
@media (max-width: 700px) {
  #section3 .title {
    font-size: 28px;
    line-height: 34px;
    padding: 0 10px;
  }
}
@media (max-width: 500px) {
  #section3 .title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 450px) {
  #section3 .title {
    width: 300px;
  }
}
#section3 .text {
  color: var(--Zeus-Black-UI, #26221E);
  text-align: center;
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 35px auto 50px auto;
  width: 100%;
  max-width: 730px;
  padding: 0 20px;
}
@media (max-width: 700px) {
  #section3 .text {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 500px) {
  #section3 .text {
    font-size: 18px;
    line-height: 26px;
  }
}
#section3 .containerTitle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#section3 .containerTitle .line {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-bottom: 3px solid #ae0000;
  z-index: 1;
}
#section3 .containerTitle.margin {
  margin: 80px 0 50px 0;
}
#section3 .accordion-container {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 0 20px;
}
#section3 .accordion-item {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--Dove-Gray-UI, #6E6E6E);
  background: var(--Neutral-White, #FFF);
}
#section3 .accordion-header {
  background-color: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
}
#section3 .accordion-header .accordion-title {
  margin-right: auto;
  color: var(--Neutral-900, #0F172A);
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#section3 .accordion-header svg path {
  fill: #6e6e6e;
  transition: fill 0.3s ease;
}
#section3 .accordion-header .arrow {
  margin-left: 16px;
  display: flex;
}
#section3 .accordion-header .arrow svg path {
  fill: #64748B;
  stroke: var(--Zeus-Black-UI, #64748B);
  transition: stroke 0.3s ease;
}
#section3 .accordion-header.active {
  transition: all 0.3s ease;
}
#section3 .accordion-header.active .arrow {
  transform: rotate(-90deg);
}
#section3 .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 24px;
  background-color: #fff;
}
@media (max-width: 700px) {
  #section3 .accordion-content {
    padding: 0 10px;
  }
}
#section3 .accordion-content ul li::marker {
  content: "■  ";
  color: #ae0000;
  font-size: 20px;
  margin-right: 5px;
}
#section3 .accordion-content .titleTabs {
  color: var(--Zeus-Black-UI, #26221e);
  font-family: mBank;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin: 20px 0 10px 20px;
}
#section3 .accordion-content .listTop {
  color: var(--Zeus-Black-UI, #26221e);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
#section3 .accordion-content .listBottom {
  color: var(--Zeus-Black-UI, #26221e);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
#section3 .accordion-content .buttonTabs {
  display: flex;
  width: 258px;
  padding: 12px 60px;
  background-color: #ae0000;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-family: mBank;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 20px auto;
  cursor: pointer;
  border: 1px solid #ae0000;
  transition: all 0.3s ease;
}
#section3 .accordion-content .buttonTabs:hover {
  background: #fff;
  color: #ae0000;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
#section3 .topContainerSection3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 20px;
  background-color: #008520;
  margin-bottom: 90px;
  justify-content: center;
  align-items: center;
}
#section3 .topContainerSection3 .boxSection3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 100%;
  max-width: 700px;
}
#section3 .topContainerSection3 .boxSection3 .titleSection3 {
  color: var(--white, #fff);
  font-family: mBank;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -0.4px;
  max-width: 730px;
  flex-shrink: 0;
  margin: 40px 0 40px 0;
}
#section3 .topContainerSection3 .boxSection3 .subtitleSection3 {
  color: var(--white, #fff);
  font-family: mBank;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.12px;
  max-width: 730px;
  flex-shrink: 0;
  margin: 0;
}
#section3 .topContainerSection3 .imageSection3 {
  display: flex;
  width: 332px;
  height: 332px;
  padding: 10.372px 10.37px 10.375px 10.375px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  #section3 .topContainerSection3 {
    flex-direction: column;
    margin-bottom: 40px;
  }
  #section3 .topContainerSection3 .boxSection3 .subtitleSection3 {
    margin: 0;
  }
  #section3 .topContainerSection3 .imageSection3 {
    position: relative;
    margin-bottom: 20px;
  }
  #section3 .accordion-container {
    max-width: 100%;
    padding: 0 16px;
  }
  #section3 .accordion-header {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 800px) {
  #section3 .topContainerSection3 .boxSection3 .titleSection3 {
    font-size: 30px;
    margin: 10px 0;
  }
  #section3 .topContainerSection3 .boxSection3 .subtitleSection3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #section3 .accordion-header .accordion-title {
    font-size: 16px;
    margin-left: 5px;
  }
  #section3 .accordion-header .arrow {
    margin-right: 5px;
    margin-left: 5px;
  }
  #section3 .topContainerSection3 {
    padding: 0;
  }
  #section3 .topContainerSection3 .boxSection3 .titleSection3 {
    font-size: 22px;
    line-height: 1.8;
  }
  #section3 .topContainerSection3 .boxSection3 .subtitleSection3 {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
  }
}
@media screen and (max-width: 450px) {
  #section3 .topContainerSection3 .imageSection3 {
    width: 280px;
    height: 280px;
  }
  #section3 .topContainerSection3 .boxSection3 .titleSection3 {
    font-size: 18px;
  }
  #section3 .topContainerSection3 .boxSection3 .subtitleSection3 {
    font-size: 16px;
  }
}
#section7 {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 20px 155px 150px;
  background-color: #e5e5e5;
  justify-content: center;
  margin-top: 80px;
}
#section7 .strip {
  width: 615px;
  height: 10px;
  background-image: url("../img/section3-1.svg");
}
#section7 .title {
  color: var(--Zeus-Black-UI, #26221e);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin: 32px 0 0 0;
}
#section7 .element {
  display: flex;
  color: var(--Zeus-Black-UI, #26221e);
  align-items: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 32px 0;
  transition: 0.3s all ease-in-out;
}
#section7 .element .icon {
  color: var(--Zeus-Black-UI, #26221e);
  width: 30px;
  height: 40px;
  flex-shrink: 0;
  margin: 0 32px 0 0;
  transition: 0.3s all ease-in-out;
}
#section7 .element.noIcon {
  margin: 0 0 0 62px;
}
#section7 .element:hover {
  color: #0000ff;
}
#section7 .element:hover .icon {
  color: #0000ff;
}
#section7 .row {
  max-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
#section7 .column {
  width: 48%;
  display: flex;
  flex-direction: column;
}
#section7 .text {
  max-width: 1140px;
  color: var(--Zeus-Black-UI, #26221e);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  word-break: break-word;
}
#section7 .text span {
  font-weight: 700;
  margin: 0;
}
#section7 .text a {
  text-decoration-line: underline;
  transition: 0.3s all ease-in-out;
  word-wrap: break-word;
  margin: 0;
}
#section7 .text a:hover {
  color: #0000ff;
}

@media (max-width: 1400px) {
  #section7 {
    padding: 20px 20px 155px 120px;
  }
}
@media (max-width: 1300px) {
  #section7 {
    padding: 20px 20px 155px 8.33%;
  }
}
@media (max-width: 1000px) {
  #section7 .strip {
    width: 460px;
    height: 8px;
    position: relative;
    left: -20px;
  }
}
@media (max-width: 800px) {
  #section7 {
    padding: 20px 20px 155px 20px;
  }
  #section7 .element {
    align-items: flex-start;
  }
}
@media (max-width: 900px) {
  #section7 .element {
    align-items: flex-start;
  }
}
@media (max-width: 700px) {
  #section7 .row {
    flex-direction: column;
  }
  #section7 .column {
    width: 100%;
  }
  #section7 .element {
    align-items: center;
  }
}
@media (max-width: 500px) {
  #section7 {
    position: relative;
  }
  #section7 .strip {
    width: 100vw;
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #section7 .title {
    margin: 0;
  }
}
@media (max-width: 450px) {
  #section7 .element {
    align-items: flex-start;
  }
}/*# sourceMappingURL=main.css.map */