html {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* max-width: 1920px; */
  /* min-height: 100vh; */
  width: 100%;
  overflow-x: hidden;
  font-size: 10px;
  font-family: Montserrat, sans-serif;
}
html * {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  width: 100%;
  height: 100%;
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.absolute {
  position: absolute;
  color: white;
}
.normal:hover .absolute {
  display: none;
}
.relative {
  position: relative;
}
.h2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
  font-weight: 800;
  text-shadow: 0px 0px 30px #053643;
  -webkit-text-stroke: 2px white;
  /* font-size: 5rem; */
  /* line-height: 4rem; */
  font-size: 4rem;
  line-height: 2.7rem;
}
.h2-center-sub {
  font-weight: 400;
  -webkit-text-stroke: unset;
  /* font-size: 4rem; */
  font-size: 3rem;
}
.h2-corner {
  top: 7%;
  left: 5%;
  width: 50%;
  text-align: left;
  font-weight: 800;
  text-shadow: 0px 0px 20px black;
  /* font-size: 3.5rem;
  line-height: 3.5rem; */
  font-size: 2.2rem;
  line-height: 2.2rem;
}
.h2-corner-sub {
  font-weight: 400;
  /* font-size: 2.2rem; */
  /* line-height: 2rem; */
  font-size: 1.5rem;
  line-height: 1.8rem;
}
.h2-banner {
  top: 10%;
  left: 10%;
  width: 45%;
  text-align: left;
  font-weight: 400;
  text-shadow: 0px 0px 30px #053643;
  /* font-size: 4rem; */
  /* line-height: 4rem; */
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.h2-banner-big {
  font-weight: 1000;
  -webkit-text-stroke: 5px white;
  /* font-size: 10rem; */
  /* line-height: 9rem; */
  font-size: 6rem;
  line-height: 5rem;
}

#pcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.container {
  width: 100%;
  max-width: 976px;
  background-color: #f6f9f9;
  height: 100%;
  padding-bottom: 20rem;
  margin: auto;
}

/* @media (min-width: 1681px) {
  .h2-center {
    font-size: 7rem;
    line-height: 5rem;
  }
  .h2-center-sub {
    font-size: 5rem;
  }
  .h2-corner {
    font-size: 4.2rem;
    line-height: 4.2rem;
  }
  .h2-corner-sub {
    font-size: 3rem;
    line-height: 2.8rem;
  }
  .h2-banner {
    top: 12%;
    font-size: 5rem;
    line-height: 5rem;
  }
  .h2-banner-big {
    font-size: 12rem;
    line-height: 10rem;
  }
}

@media (max-width: 1199px) {
  .h2-corner {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .h2-corner-sub {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  .h2-banner {
    font-size: 3rem;
    line-height: 3rem;
  }
  .h2-banner-big {
    font-size: 8rem;
    line-height: 7rem;
  }
} */

@media screen and (max-width: 1024px) {
  .container {
    max-width: 110vw;
    -webkit-transform: scale(90%) translateY(-5.6%);
    -ms-transform: scale(90%) translateY(-5.6%);
    transform: scale(90%) translateY(-5.6%);
    width: 110vw;
  }
}
@media screen and (max-width: 991px) {
  .h2-center {
    font-size: 4rem;
    line-height: 2.7rem;
  }
  .h2-center-sub {
    font-size: 3rem;
  }
  .h2-corner {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .h2-corner-sub {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .h2-banner {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .h2-banner-big {
    font-size: 6rem;
    line-height: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .h2-center {
    font-size: 2.5rem;
    line-height: 2rem;
  }
  .h2-center-sub {
    font-size: 2rem;
  }
  .h2-corner {
    width: 60%;
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
  .h2-corner-sub {
    font-size: 1.2rem;
    line-height: 1rem;
  }
  .h2-banner {
    font-size: 2rem;
    line-height: 2rem;
  }
  .h2-banner-big {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media screen and (max-width: 500px) {
  .container {
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    width: 100%;
    overflow-x: hidden;
  }
  .h2-center {
    font-size: 4rem;
    line-height: 2.2rem;
    top: 75%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .h2-center-sub {
    font-size: 2.2rem;
  }
  .h2-banner {
    top: 58%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .h2-banner-big {
    font-size: 2.5rem;
    line-height: 3rem;
    -webkit-text-stroke: 1px white;
  }
}
@media screen and (max-width: 500px) {
  .img_wrapper.desktop {
    display: none;
  }
}
.img_wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 500px) {
  .img_wrapper_1 .banner_top {
    display: none;
  }
}
.img_wrapper_1 .banner_top_mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .img_wrapper_1 .banner_top_mobile {
    display: block;
  }
}
.img_wrapper.img_hover_wrapper .wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.img_wrapper.img_hover_wrapper .wrapper img {
  width: 100%;
  height: auto;
}
.img_wrapper.img_hover_wrapper .wrapper .normal {
  position: relative;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.img_wrapper.img_hover_wrapper .wrapper .normal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 5rem;
  min-width: 5rem;
  height: 5rem;
  width: 5rem;
  max-height: 5rem;
  max-width: 5rem;
  background-image: url(../img/eye_icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.img_wrapper.img_hover_wrapper .wrapper .normal.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 5rem;
  min-width: 5rem;
  height: 5rem;
  width: 5rem;
  max-height: 5rem;
  max-width: 5rem;
  background-image: url(../img/next_icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.img_column {
  display: none;
}
@media screen and (max-width: 500px) {
  .img_column {
    display: block;
    padding: 0 2rem;
  }
}
.img_column .item {
  margin-bottom: 2.5rem;
}
.img_column .item.item_hover .wrapper {
  position: relative;
}
.img_column .item.item_hover .wrapper .version_toggle_bar {
  position: absolute;
  top: 0;
  height: 100%;
  width: 51px;
  background-image: url(../img/img_col/version_toggle_bar.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  z-index: 1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.img_column .item.item_hover .wrapper:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 3.6rem;
  min-width: 3.6rem;
  height: 3.6rem;
  width: 3.6rem;
  max-height: 3.6rem;
  max-width: 3.6rem;
  background-image: url(../img/eye_icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.img_column .item.item_hover .wrapper:first-of-type .version_toggle_bar {
  right: 0;
  background-position: right top;
  opacity: 1;
}
.img_column .item.item_hover .wrapper:last-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 4rem;
  min-width: 4rem;
  height: 4rem;
  width: 4rem;
  max-height: 4rem;
  max-width: 4rem;
  background-image: url(../img/next_icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.img_column .item.item_hover .wrapper:last-of-type .version_toggle_bar {
  left: 0;
  background-position: left top;
  opacity: 0;
}
.img_column
  .item.item_hover
  .img_hover_wrapper.active
  .wrapper:first-of-type
  .version_toggle_bar {
  opacity: 0;
}
.img_column
  .item.item_hover
  .img_hover_wrapper.active
  .wrapper:last-of-type
  .version_toggle_bar {
  opacity: 1;
}
.img_column .item .item_head {
  display: none;
}
.img_column .item .item_head .version_toggle {
  width: 50%;
  height: 5.8rem;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.img_column .item .item_head .version_toggle.old_version {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-top-right-radius: 4px;
  color: #000;
}
.img_column .item .item_head .version_toggle.old_version.slick-disabled {
  background-color: #7f28c4;
  border: 1px solid #7f28c4;
  border-top-left-radius: 4px;
  color: #fff;
}
.img_column .item .item_head .version_toggle.new_version {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-top-right-radius: 4px;
  color: #000;
}
.img_column .item .item_head .version_toggle.new_version.slick-disabled {
  background-color: #7f28c4;
  border: 1px solid #7f28c4;
  border-top-left-radius: 4px;
  color: #fff;
}
.img_column .item img {
  width: 100%;
  height: auto;
}
.text_wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 500px) {
  .text_wrapper {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .text_wrapper_2,
  .text_wrapper_3,
  .text_wrapper_4,
  .text_wrapper_5,
  .text_wrapper_6 {
    padding-top: 0 !important;
  }
}
.text {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #546264;
}
@media screen and (max-width: 500px) {
  .text {
    font-size: 1.4rem;
  }
}
.scroll_to_section_wrapper {
  padding: 0 6rem 6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .scroll_to_section_wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 3rem 6rem;
  }
}
@media screen and (max-width: 500px) {
  .scroll_to_section_wrapper {
    padding: 0 2rem 5rem;
  }
}
.scroll_to_section_wrapper .scroll_to_section {
  min-height: 6rem;
  height: 6rem;
  max-height: 6rem;
  width: -webkit-calc(100% - 1.3rem);
  width: calc(100% - 1.3rem);
  margin-right: 1.3rem;
  padding: 0 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0 0;
  -ms-flex: 1 0 0 0;
  flex: 1 0 0 0;
}
@media screen and (max-width: 768px) {
  .scroll_to_section_wrapper .scroll_to_section {
    width: 49%;
    margin-right: 0;
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .scroll_to_section_wrapper .scroll_to_section {
    width: 100%;
    font-size: 1.6rem;
  }
}
.scroll_to_section_wrapper .scroll_to_section:hover {
  background-color: #7f28c4;
}
.scroll_to_section_wrapper .scroll_to_section:last-of-type {
  margin-right: 0;
}
.title_wrapper {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 500px) {
  .title_wrapper {
    margin-bottom: 1rem;
  }
}
.title {
  font-size: 3.2rem;
  color: #546264;
  font-weight: 300;
  line-height: 1.1;
}
@media screen and (max-width: 500px) {
  .title {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.img_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.img_grid .wrapper {
  margin: 1rem;
  width: -webkit-calc(50% - 2rem);
  width: calc(50% - 2rem);
  position: relative;
  overflow: hidden;
}
.img_grid .wrapper img {
  width: 100%;
  height: auto;
}
.img_grid .wrapper .normal {
  position: relative;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.img_grid .wrapper .normal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 5rem;
  min-width: 5rem;
  height: 5rem;
  width: 5rem;
  max-height: 5rem;
  max-width: 5rem;
  background-image: url(../img/eye_icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.img_grid .wrapper .normal.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 5rem;
  min-width: 5rem;
  height: 5rem;
  width: 5rem;
  max-height: 5rem;
  max-width: 5rem;
  background-image: url(../img/next_icon.svg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 500px) {
  .img_grid.desktop {
    display: none;
  }
}
.slider_wrapper {
  position: relative;
}
.slider_wrapper .slide {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  margin-right: 2rem;
  margin-left: 2rem;
  padding-bottom: 4rem;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .slider_wrapper .slide {
    margin-right: 3.5rem;
    margin-left: 3.5rem;
  }
}
.slider_wrapper .slide img {
  margin-bottom: 4rem;
}
.slider_wrapper .slide p {
  font-size: 1.4rem;
  text-align: center;
  color: #181818;
}
.slider_wrapper .slide p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 500px) {
  .slider_wrapper .slide p + p {
    margin-top: 0.5rem;
  }
}
.slider_wrapper .slide p.price {
  margin-top: 2rem;
}
.slider_wrapper .slide .badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 4.1rem;
  height: 4.1rem;
  min-width: 4.1rem;
  min-height: 4.1rem;
  max-width: 4.1rem;
  max-height: 4.1rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.slider_wrapper .slide .badge.green_leave {
  background-image: url(../img/green_leave.png);
}
.slider_wrapper .slide .badge.peach_waterdrop {
  background-image: url(../img/peach_waterdrop.png);
}
.slider_wrapper .slider_buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .slider_wrapper .slider_buttons {
    padding: 0 1.2rem;
  }
}
.slider_wrapper .slider_buttons .arrow_prev {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  min-height: 4.8rem;
  max-width: 4.8rem;
  max-height: 4.8rem;
  background-image: url(../img/arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
}
.slider_wrapper .slider_buttons .arrow_prev.slick-disabled {
  background-image: url(../img/arrow_prev_disabled.svg);
}
.slider_wrapper .slider_buttons .arrow_next {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  min-height: 4.8rem;
  max-width: 4.8rem;
  max-height: 4.8rem;
  background-image: url(../img/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
}
.slider_wrapper .slider_buttons .arrow_next.slick-disabled {
  background-image: url(../img/arrow_next_disabled.svg);
}
.slider_wrapper .slider_progress_bar {
  position: relative;
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
  height: 2px;
  background-color: #e4eded;
  margin-top: 3rem;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 500px) {
  .slider_wrapper .slider_progress_bar {
    display: none;
  }
}
.slider_wrapper .slider_progress_bar .active {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #7f28c4;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
@media screen and (max-width: 500px) {
  .slider-title {
    font-size: 1.2rem !important;
  }
}
.slider-subtitle {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .slider-subtitle {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.slider-subtitle br.mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .slider-subtitle br.mobile {
    display: block;
  }
}
.banner_slider {
  position: relative;
  margin-bottom: 9.5rem;
}
@media screen and (max-width: 500px) {
  .banner_slider_desktop {
    display: none;
  }
}
.banner_slider_mobile {
  display: none;
}
@media screen and (max-width: 500px) {
  .banner_slider_mobile {
    display: block;
    margin-bottom: 2.5rem;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner_slider .img_wrapper {
  position: relative;
}
@media screen and (max-width: 500px) {
  .banner_slider .img_wrapper {
    padding: 0 3.5rem;
  }
}
.banner_slider .btn_more {
  position: absolute;
  bottom: 5rem;
  left: 11rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #000;
  height: 5.8rem;
  min-height: 5.8rem;
  max-height: 5.8rem;
  width: 18rem;
  min-width: 18rem;
  max-width: 18rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 500px) {
  .banner_slider .btn_more {
    bottom: 2rem;
    left: 5rem;
    min-width: 0;
    max-width: 100%;
    width: -webkit-calc(100% - 10rem);
    width: calc(100% - 10rem);
  }
}
.banner_slider .btn_more:visited {
  color: #fff;
}
.banner_slider .btn_more:hover {
  background-color: #7f28c4;
}
.banner_slider .slider_buttons {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .banner_slider .slider_buttons {
    padding: 0 1.2rem;
  }
}
.banner_slider .slider_buttons .arrow_prev {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  min-height: 4.8rem;
  max-width: 4.8rem;
  max-height: 4.8rem;
  background-image: url(../img/arrow_prev.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
}
.banner_slider .slider_buttons .arrow_prev.slick-disabled {
  background-image: url(../img/arrow_prev_disabled.svg);
}
.banner_slider .slider_buttons .arrow_next {
  width: 4.8rem;
  height: 4.8rem;
  min-width: 4.8rem;
  min-height: 4.8rem;
  max-width: 4.8rem;
  max-height: 4.8rem;
  background-image: url(../img/arrow_next.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  cursor: pointer;
}
.banner_slider .slider_buttons .arrow_next.slick-disabled {
  background-image: url(../img/arrow_next_disabled.svg);
}
.old_new_collection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.5rem 10rem;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .old_new_collection {
    padding: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  .old_new_collection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4.5rem 0;
  }
}
.old_new_collection .collection {
  padding: 3rem 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .old_new_collection .collection {
    width: 45%;
  }
}
@media screen and (max-width: 500px) {
  .old_new_collection .collection {
    width: 100%;
    margin-bottom: 7rem;
    padding: 4rem 2rem;
  }
}
.old_new_collection .collection > .block_title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 1.2rem;
  color: #707677;
  background-color: #fff;
  border-radius: 10rem;
  width: 24.5rem;
  height: 3.6rem;
  padding: 0.3rem;
}
.old_new_collection .collection > .block_title > .border-inside {
  border: 1px solid #e4eded;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.old_new_collection .collection .img_wrapper {
  min-height: 8.8rem;
  min-width: 8.8rem;
  height: 8.8rem;
  width: 8.8rem;
  max-height: 8.8rem;
  max-width: 8.8rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  margin-right: 2rem;
  background-repeat: no-repeat;
  background-size: auto;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .old_new_collection .collection .img_wrapper {
    min-height: 5.6rem;
    min-width: 5.6rem;
    height: 5.6rem;
    width: 5.6rem;
    max-height: 5.6rem;
    max-width: 5.6rem;
    background-size: contain;
  }
}
.old_new_collection .collection .select_wrapper {
  width: 100%;
}
@media screen and (max-width: 500px) {
  .old_new_collection .collection .select_wrapper > p {
    padding-left: 0.5rem;
  }
}
.old_new_collection .collection .select {
  border-bottom: 1px solid #181818;
  color: #181818;
  padding: 0.5rem;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}
.old_new_collection .collection .select::after {
  content: "";
  display: block;
  border: 2px solid #181818;
  border-left: none;
  border-top: none;
  position: absolute;
  height: 5px;
  width: 5px;
  right: 1rem;
  top: 50%;
  -webkit-transform: scale(-1, -1) translateY(40%) rotate(45deg);
  -ms-transform: scale(-1, -1) translateY(40%) rotate(45deg);
  transform: scale(-1, -1) translateY(40%) rotate(45deg);
  pointer-events: none;
}
.old_new_collection .collection .select.active::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.old_new_collection .collection .select .hidden_content {
  position: absolute;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 0.5rem;
  font-size: 1.4rem;
  color: #181818;
  -webkit-box-shadow: 0 12px 14px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 12px 14px -5px rgba(0, 0, 0, 0.4);
  max-height: 20rem;
  overflow-y: auto;
  border-top: 1px solid #181818;
  z-index: 20;
}
.old_new_collection .collection .select .hidden_content::-webkit-scrollbar {
  width: 7px;
}
.old_new_collection
  .collection
  .select
  .hidden_content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.old_new_collection
  .collection
  .select
  .hidden_content::-webkit-scrollbar-thumb {
  background: #888;
}
.old_new_collection .collection .select .hidden_content.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.old_new_collection
  .collection
  .select
  .hidden_content
  .select_item
  + .select_item {
  margin-top: 0.5rem;
}
.old_new_collection .collection .collection_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.old_new_collection .collection .collection_content .collection_title {
  font-size: 2.4rem;
  color: #181818;
}
.old_new_collection .collection .collection_content .collection_text {
  font-size: 1.6rem;
  color: #181818;
  margin-top: 0.5rem;
}
.old_new_collection .arrow_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 3.2rem;
  min-width: 3.2rem;
  height: 3.2rem;
  width: 3.2rem;
  max-height: 3.2rem;
  max-width: 3.2rem;
  background-image: url(../img/purple_arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .old_new_collection .arrow_wrapper {
    top: 42%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.text-main-green {
  color: #546264;
}
.text-purple {
  color: #7f28c4;
}
.bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row.m-between-columns-0 > .col-1 {
  width: 8.33%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-2 {
  width: 16.66%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-3 {
  width: 25%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-4 {
  width: 33.33%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-5 {
  width: 41.66%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-6 {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-7 {
  width: 58.33%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-8 {
  width: 66.66%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-9 {
  width: 75%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-10 {
  width: 83.33%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-11 {
  width: 91.66%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-0 > .col-12 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.row.m-between-columns-1 > .col-1 {
  width: -webkit-calc(8.33% - 2rem);
  width: calc(8.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-2 {
  width: -webkit-calc(16.66% - 2rem);
  width: calc(16.66% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-3 {
  width: -webkit-calc(25% - 2rem);
  width: calc(25% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-4 {
  width: -webkit-calc(33.33% - 2rem);
  width: calc(33.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-5 {
  width: -webkit-calc(41.66% - 2rem);
  width: calc(41.66% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-6 {
  width: -webkit-calc(50% - 2rem);
  width: calc(50% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-7 {
  width: -webkit-calc(58.33% - 2rem);
  width: calc(58.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-8 {
  width: -webkit-calc(66.66% - 2rem);
  width: calc(66.66% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-9 {
  width: -webkit-calc(75% - 2rem);
  width: calc(75% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-10 {
  width: -webkit-calc(83.33% - 2rem);
  width: calc(83.33% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-11 {
  width: -webkit-calc(91.66% - 2rem);
  width: calc(91.66% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1 > .col-12 {
  width: -webkit-calc(100% - 2rem);
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.row.m-between-columns-1-5 > .col-1 {
  width: -webkit-calc(8.33% - 3rem);
  width: calc(8.33% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-2 {
  width: -webkit-calc(16.66% - 3rem);
  width: calc(16.66% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-3 {
  width: -webkit-calc(25% - 3rem);
  width: calc(25% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-4 {
  width: -webkit-calc(33.33% - 3rem);
  width: calc(33.33% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-5 {
  width: -webkit-calc(41.66% - 3rem);
  width: calc(41.66% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-6 {
  width: -webkit-calc(50% - 3rem);
  width: calc(50% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-7 {
  width: -webkit-calc(58.33% - 3rem);
  width: calc(58.33% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-8 {
  width: -webkit-calc(66.66% - 3rem);
  width: calc(66.66% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-9 {
  width: -webkit-calc(75% - 3rem);
  width: calc(75% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-10 {
  width: -webkit-calc(83.33% - 3rem);
  width: calc(83.33% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-11 {
  width: -webkit-calc(91.66% - 3rem);
  width: calc(91.66% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-1-5 > .col-12 {
  width: -webkit-calc(100% - 3rem);
  width: calc(100% - 3rem);
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.row.m-between-columns-2 > .col-1 {
  width: -webkit-calc(8.33% - 4rem);
  width: calc(8.33% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-2 {
  width: -webkit-calc(16.66% - 4rem);
  width: calc(16.66% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-3 {
  width: -webkit-calc(25% - 4rem);
  width: calc(25% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-4 {
  width: -webkit-calc(33.33% - 4rem);
  width: calc(33.33% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-5 {
  width: -webkit-calc(41.66% - 4rem);
  width: calc(41.66% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-6 {
  width: -webkit-calc(50% - 4rem);
  width: calc(50% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-7 {
  width: -webkit-calc(58.33% - 4rem);
  width: calc(58.33% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-8 {
  width: -webkit-calc(66.66% - 4rem);
  width: calc(66.66% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-9 {
  width: -webkit-calc(75% - 4rem);
  width: calc(75% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-10 {
  width: -webkit-calc(83.33% - 4rem);
  width: calc(83.33% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-11 {
  width: -webkit-calc(91.66% - 4rem);
  width: calc(91.66% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-2 > .col-12 {
  width: -webkit-calc(100% - 4rem);
  width: calc(100% - 4rem);
  margin-left: 2rem;
  margin-right: 2rem;
}
.row.m-between-columns-3 > .col-1 {
  width: -webkit-calc(8.33% - 6rem);
  width: calc(8.33% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-2 {
  width: -webkit-calc(16.66% - 6rem);
  width: calc(16.66% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-3 {
  width: -webkit-calc(25% - 6rem);
  width: calc(25% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-4 {
  width: -webkit-calc(33.33% - 6rem);
  width: calc(33.33% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-5 {
  width: -webkit-calc(41.66% - 6rem);
  width: calc(41.66% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-6 {
  width: -webkit-calc(50% - 6rem);
  width: calc(50% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-7 {
  width: -webkit-calc(58.33% - 6rem);
  width: calc(58.33% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-8 {
  width: -webkit-calc(66.66% - 6rem);
  width: calc(66.66% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-9 {
  width: -webkit-calc(75% - 6rem);
  width: calc(75% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-10 {
  width: -webkit-calc(83.33% - 6rem);
  width: calc(83.33% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-11 {
  width: -webkit-calc(91.66% - 6rem);
  width: calc(91.66% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-3 > .col-12 {
  width: -webkit-calc(100% - 6rem);
  width: calc(100% - 6rem);
  margin-left: 3rem;
  margin-right: 3rem;
}
.row.m-between-columns-4 > .col-1 {
  width: -webkit-calc(8.33% - 8rem);
  width: calc(8.33% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-2 {
  width: -webkit-calc(16.66% - 8rem);
  width: calc(16.66% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-3 {
  width: -webkit-calc(25% - 8rem);
  width: calc(25% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-4 {
  width: -webkit-calc(33.33% - 8rem);
  width: calc(33.33% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-5 {
  width: -webkit-calc(41.66% - 8rem);
  width: calc(41.66% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-6 {
  width: -webkit-calc(50% - 8rem);
  width: calc(50% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-7 {
  width: -webkit-calc(58.33% - 8rem);
  width: calc(58.33% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-8 {
  width: -webkit-calc(66.66% - 8rem);
  width: calc(66.66% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-9 {
  width: -webkit-calc(75% - 8rem);
  width: calc(75% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-10 {
  width: -webkit-calc(83.33% - 8rem);
  width: calc(83.33% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-11 {
  width: -webkit-calc(91.66% - 8rem);
  width: calc(91.66% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-4 > .col-12 {
  width: -webkit-calc(100% - 8rem);
  width: calc(100% - 8rem);
  margin-left: 4rem;
  margin-right: 4rem;
}
.row.m-between-columns-5 > .col-1 {
  width: -webkit-calc(8.33% - 10rem);
  width: calc(8.33% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-2 {
  width: -webkit-calc(16.66% - 10rem);
  width: calc(16.66% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-3 {
  width: -webkit-calc(25% - 10rem);
  width: calc(25% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-4 {
  width: -webkit-calc(33.33% - 10rem);
  width: calc(33.33% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-5 {
  width: -webkit-calc(41.66% - 10rem);
  width: calc(41.66% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-6 {
  width: -webkit-calc(50% - 10rem);
  width: calc(50% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-7 {
  width: -webkit-calc(58.33% - 10rem);
  width: calc(58.33% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-8 {
  width: -webkit-calc(66.66% - 10rem);
  width: calc(66.66% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-9 {
  width: -webkit-calc(75% - 10rem);
  width: calc(75% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-10 {
  width: -webkit-calc(83.33% - 10rem);
  width: calc(83.33% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-11 {
  width: -webkit-calc(91.66% - 10rem);
  width: calc(91.66% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.row.m-between-columns-5 > .col-12 {
  width: -webkit-calc(100% - 10rem);
  width: calc(100% - 10rem);
  margin-left: 5rem;
  margin-right: 5rem;
}
.col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.col-1 {
  width: 8.33%;
}
.col-1-5 {
  width: 12.5%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}
.d-none {
  display: none;
}
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.d-i-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-i-block {
  display: inline-block;
}
.f-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-content-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-content-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-content-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.justify-content-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-items-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-items-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.align-self-start {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-self-end {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-self-stretch {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 1rem;
}
.m-2 {
  margin: 2rem;
}
.m-3 {
  margin: 3rem;
}
.m-4 {
  margin: 4rem;
}
.m-5 {
  margin: 5rem;
}
.m-6 {
  margin: 6rem;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-1-5 {
  margin-top: 1.5rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-2-5 {
  margin-top: 2.5rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-3-5 {
  margin-top: 3.5rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-4-5 {
  margin-top: 4.5rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-5-5 {
  margin-top: 5.5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-1-5 {
  margin-bottom: 1.5rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-2-5 {
  margin-bottom: 2.5rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-3-5 {
  margin-bottom: 3.5rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-4-5 {
  margin-bottom: 4.5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-5-5 {
  margin-bottom: 5.5rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 4rem;
}
.ml-5 {
  margin-left: 5rem;
}
.ml-6 {
  margin-left: 6rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 4rem;
}
.mr-5 {
  margin-right: 5rem;
}
.mr-6 {
  margin-right: 6rem;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 1rem;
}
.p-2 {
  padding: 2rem;
}
.p-3 {
  padding: 3rem;
}
.p-4 {
  padding: 4rem;
}
.p-5 {
  padding: 5rem;
}
.p-6 {
  padding: 6rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pt-5 {
  padding-top: 5rem;
}
.pt-6 {
  padding-top: 6rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.pb-6 {
  padding-bottom: 6rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-1 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pl-3 {
  padding-left: 3rem;
}
.pl-4 {
  padding-left: 4rem;
}
.pl-5 {
  padding-left: 5rem;
}
.pl-6 {
  padding-left: 6rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-1 {
  padding-right: 1rem;
}
.pr-2 {
  padding-right: 2rem;
}
.pr-3 {
  padding-right: 3rem;
}
.pr-4 {
  padding-right: 4rem;
}
.pr-5 {
  padding-right: 5rem;
}
.pr-6 {
  padding-right: 6rem;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-decor-none {
  text-decoration: none;
}
.text-decor-underline {
  text-decoration: underline;
}
.fs-1 {
  font-size: 1rem;
}
.fs-1-2 {
  font-size: 1.2rem;
}
.fs-1-4 {
  font-size: 1.4rem;
}
.fs-1-6 {
  font-size: 1.6rem;
}
.fs-1-8 {
  font-size: 1.8rem;
}
.fs-2 {
  font-size: 2rem;
}
.fs-2-2 {
  font-size: 2.2rem;
}
.fs-2-4 {
  font-size: 2.4rem;
}
.fs-2-6 {
  font-size: 2.6rem;
}
.fs-2-8 {
  font-size: 2.8rem;
}
.fs-3 {
  font-size: 3rem;
}
.fs-3-2 {
  font-size: 3.2rem;
}
.fs-3-4 {
  font-size: 3.4rem;
}
.fs-3-6 {
  font-size: 3.6rem;
}
.fs-3-8 {
  font-size: 3.8rem;
}
.fs-4 {
  font-size: 4rem;
}
.fs-4-2 {
  font-size: 4.2rem;
}
.fs-4-4 {
  font-size: 4.4rem;
}
.fs-4-6 {
  font-size: 4.6rem;
}
.fs-4-8 {
  font-size: 4.8rem;
}
.fs-5 {
  font-size: 5rem;
}
.lh-0-2 {
  line-height: 0.2;
}
.lh-0-4 {
  line-height: 0.4;
}
.lh-0-6 {
  line-height: 0.6;
}
.lh-0-8 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-6 {
  line-height: 1.6;
}
.lh-1-8 {
  line-height: 1.8;
}
