@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito:wght@200;300;400;500;600&display=swap");
@font-face {
  font-family: "SF Pro Display";
  src: url(../fonts/SF-Pro-Display-Black.otf);
}
.toast_logo {
  color: #282A30;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "SF Pro Display";
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
}

.toast {
  border: none;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

small {
  font-family: "Nunito";
}

.toast-body {
  font-family: "Nunito";
}

.navbar {
  padding-top: 3%;
  padding-bottom: 4%;
}
.navbar_logo {
  color: #282A30;
  -webkit-font-feature-settings: "clig" off, "liga" off;
          font-feature-settings: "clig" off, "liga" off;
  font-family: "SF Pro Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
}

.nav-link_link {
  color: #282A30;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Nunito";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  -moz-font-feature-settings: "clig" off, "liga" off;
  margin-right: 30%;
}
.nav-link_link:last-child {
  margin-right: 0px;
}
.nav-link_link:first-child {
  margin-left: 70%;
}
.nav-link_link:hover {
  color: #F7515C;
}

.header-icons_media {
  display: none !important;
}
.header-icons_icon {
  margin-right: 60%;
}
.header-icons_icon:last-child {
  margin-right: 0px;
}

.section1 {
  height: 692px;
  background: url(../img/section1_background.png);
  background-repeat: no-repeat;
  background-position: center;
}
.section1_h6 {
  padding-top: 11%;
  margin-bottom: 12%;
  color: #F7515C;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}
.section1_h1 {
  margin-bottom: 10%;
  color: #282A30;
  font-family: "Montserrat";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  max-width: 90%;
}
.section1_block1 {
  padding-left: 4%;
}
.section1_btn1 {
  height: 78px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  background: #F7515C;
  padding-left: 10%;
  padding-right: 10%;
  margin-right: 5%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.section1_btn1:hover {
  color: #FFF;
  background-color: #F7515C !important;
}
.section1_btn2 {
  white-space: nowrap;
  height: 78px;
  color: #282A30;
  font-family: "Montserrat";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  padding-left: 10%;
  padding-right: 10%;
  background: white;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.section1_btn2:hover {
  background-color: white !important;
}
.section1_block1 {
  text-align: left !important;
}

.modal-title {
  color: #000;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
}

.modal-body {
  color: rgba(40, 42, 48, 0.5);
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
}

.modal-content {
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.accordion {
  height: 1000px;
  background: url(../img/section3_img.png);
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  --bs-accordion-border-color: none;
  --bs-accordion-active-bg: white;
  --bs-accordion-btn-focus-border-color: #F7515C0D!important;
}

.accordion-sm {
  display: none;
}

.accordion-block_3 {
  margin-top: 10%;
}

.accordion-collapse {
  padding-bottom: 5%;
}

.accordion-item {
  background: #FFF;
  -webkit-box-shadow: 20px 4px 100px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 20px 4px 100px 0px rgba(0, 0, 0, 0.1);
}

.accordion-header {
  white-space: nowrap;
}

.accordion-button {
  color: #282A30 !important;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}
.accordion-button ::after {
  background: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.accordion-button.collapsed::after {
  background: none;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
}

.section3 {
  margin-top: 10%;
}
.section3_text {
  color: rgba(40, 42, 48, 0.4);
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.section3_h2 {
  color: #000;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.section3_h1 {
  font-family: "Montserrat";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}

.section4 {
  margin-top: 10%;
}
.section4_block {
  text-align: center;
}
.section4_text {
  color: rgba(40, 42, 48, 0.4);
  font-family: "Nunito";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}
.section4_h2 {
  text-align: center;
  color: #000;
  font-family: "Montserrat";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
}
.section4_h1 {
  text-align: center;
  font-family: "Montserrat";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}

.d-flex_text {
  margin-top: -15%;
}

.section5 {
  white-space: nowrap;
  margin-top: 12%;
}
.section5_h2 {
  color: #000;
  font-family: "Montserrat";
  font-size: 100px;
  font-style: normal;
  font-weight: 600;
}
.section5_h1 {
  font-family: "Montserrat";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #FFF;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.section5_btn {
  margin-top: 10%;
  width: 70%;
  height: 84px;
  color: #FFF;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  background: #F7515C;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.section5_btn:hover {
  color: #FFF;
  background-color: #F7515C !important;
}

.modal-header {
  color: #282A30;
  font-family: "Montserrat";
}

.modal-body {
  color: rgba(40, 42, 48, 0.5);
  font-family: "Nunito";
}

.form-label {
  color: #282A30;
  font-family: "Montserrat";
}

.modal-footer_btn {
  color: #282A30;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  background: white;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.modal-footer_btn:hover {
  background-color: white !important;
}

.form-btn {
  color: #FFF;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  background: #F7515C;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}
.form-btn:hover {
  color: #FFF;
  background-color: #F7515C !important;
}

.footer {
  margin-top: 10%;
}
.footer_flex {
  margin-top: 5%;
  margin-bottom: 5%;
}
.footer_flex2 {
  display: none !important;
}
.footer_h1 {
  cursor: pointer;
  color: #282A30;
  font-family: "Montserrat";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}
.footer_p {
  color: rgba(40, 42, 48, 0.8);
  font-family: "Nunito";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
.footer_p:hover {
  color: #F7515C;
}

.hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #282A30;
  margin: 0;
  padding: 0;
  opacity: 100%;
}

@media (max-width: 1400px) {
  .nav-link_link:last-child {
    margin-right: 0px;
  }
  .nav-link_link:first-child {
    margin-left: 40%;
  }
  .section1_block1 {
    max-width: 50%;
  }
  .accordion {
    height: 860px;
  }
}
@media (max-width: 1200px) {
  .nav-link_link {
    margin-right: 20%;
  }
  .nav-link_link:last-child {
    margin-right: 0px;
  }
  .nav-link_link:first-child {
    margin-left: 30%;
  }
  .section1 {
    background: url(../img/section1_background.png);
    background-repeat: no-repeat;
  }
  .section1_h6 {
    padding-top: 13%;
    margin-bottom: 10%;
    font-size: 16px;
  }
  .section1_h1 {
    font-size: 42px;
    margin-bottom: 15%;
  }
  .section1_block1 {
    padding-left: 4%;
  }
  .section1_btn1 {
    height: 78px;
    font-size: 18px;
    padding-left: 8%;
    padding-right: 8%;
    margin-right: 5%;
  }
  .section1_btn2 {
    height: 78px;
    font-size: 18px;
    padding-left: 8%;
    padding-right: 8%;
  }
  .section3 {
    margin-top: 10%;
  }
  .section3_text {
    font-size: 14px;
  }
  .section3_h2 {
    font-size: 26px;
  }
  .section3_h1 {
    font-size: 80px;
  }
  .accordion {
    height: 760px;
    background-size: 96%;
  }
  .accordion_svg {
    height: 46px;
    width: 46px;
  }
  .accordion-button {
    font-size: 18px;
  }
  .section4 {
    margin-top: 10%;
  }
  .section4_text {
    font-size: 14px;
  }
  .section4_h2 {
    font-size: 26px;
  }
  .section4_h1 {
    font-size: 80px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: auto;
  }
  .section5_h2 {
    font-size: 80px;
  }
  .section5_h1 {
    font-size: 80px;
  }
  .section5_btn {
    font-size: 22px;
  }
  .section5_img {
    max-width: 50%;
    max-height: 50%;
  }
  .footer {
    margin-top: 12%;
  }
  .footer_flex {
    margin-top: 7%;
    margin-bottom: 7%;
  }
  .footer_h1 {
    font-size: 22px;
  }
}
@media (max-width: 992px) {
  .nav-link_link {
    padding-top: 3%;
    margin-right: 10%;
  }
  .nav-link_link:last-child {
    margin-right: 0px;
  }
  .nav-link_link:first-child {
    margin-left: 0px;
  }
  .header-icons {
    display: none !important;
  }
  .header-icons_media {
    display: block !important;
  }
  .header-icons_icon {
    margin-top: 3%;
    margin-right: 8%;
  }
  .header-icons_icon:last-child {
    margin-right: 0px;
  }
  .section1 {
    height: 500px;
    background: url(../img/section1_background.png);
    background-repeat: no-repeat;
  }
  .section1_img {
    max-width: 100%;
  }
  .section1_h1 {
    font-size: 32px;
  }
  .section1_block1 {
    margin-right: 5%;
    padding-left: 0px;
    max-width: 45%;
  }
  .section1_btn1 {
    font-size: 16px;
  }
  .section1_btn2 {
    font-size: 16px;
  }
  .section3 {
    margin-top: 15%;
  }
  .section3_text {
    font-size: 14px;
  }
  .section3_h2 {
    font-size: 26px;
  }
  .section3_h1 {
    font-size: 64px;
  }
  .accordion {
    height: 650px;
    background-size: 98%;
  }
  .accordion-button {
    font-size: 18px;
  }
  .section4 {
    margin-top: 10%;
  }
  .section4_text {
    font-size: 14px;
  }
  .section4_h2 {
    font-size: 26px;
  }
  .section4_h1 {
    font-size: 64px;
  }
  .section5_h2 {
    font-size: 64px;
  }
  .section5_h1 {
    font-size: 64px;
  }
  .section5_btn {
    font-size: 20px;
    height: 78px;
  }
  .section5_img {
    max-width: 50%;
    max-height: 50%;
  }
  .footer_flex {
    display: none !important;
  }
  .footer_flex2 {
    margin-top: 7%;
    margin-bottom: 7%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .footer_card {
    margin-bottom: 6%;
  }
  .footer_card:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .section1 {
    height: 400px;
  }
  .section1_img {
    display: none;
  }
  .section1_block1 {
    margin-right: 0px;
    padding-left: 0px;
    max-width: 80%;
  }
  .accordion-xxl {
    display: none;
  }
  .accordion {
    height: auto;
    background: none;
  }
  .accordion-sm {
    display: block;
  }
  .section4 {
    margin-top: 17%;
  }
  .section5_container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
  }
  .section5_h2 {
    font-size: 64px;
  }
  .section5_h1 {
    font-size: 64px;
  }
  .section5_btn {
    font-size: 20px;
    height: 78px;
    width: 100%;
  }
  .section5_img {
    display: none;
  }
  .footer {
    margin-top: 25%;
  }
  .footer_flex2 {
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
@media (max-width: 576px) {
  .section1 {
    background: none;
  }
  .section3 {
    margin-top: 15%;
  }
  .section3_text {
    font-size: 14px;
  }
  .section3_h2 {
    font-size: 22px;
  }
  .section3_h1 {
    font-size: 54px;
  }
  .section4 {
    margin-top: 10%;
  }
  .section4_text {
    font-size: 14px;
  }
  .section4_h2 {
    font-size: 22px;
  }
  .section4_h1 {
    font-size: 54px;
  }
  .section5_container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center;
  }
  .section5_h2 {
    font-size: 54px;
  }
  .section5_h1 {
    font-size: 54px;
  }
  .section5_btn {
    font-size: 18px;
    height: 76px;
    width: 100%;
  }
  .section5_img {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 425px) {
  .section1_block1 {
    max-width: 100%;
  }
  .section3 {
    margin-top: 30%;
  }
  .section4 {
    margin-top: 30%;
  }
  .section5 {
    margin-top: 30%;
  }
  .footer {
    margin-top: 40%;
  }
  .footer_flex2 {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  .footer_h1 {
    font-size: 20px;
  }
  .footer_p {
    font-size: 16px;
  }
}