.rl_class_divider_top {
  border-top: 1px solid #f1f1f1;
  position: relative;
  color: #727272;
  font-size: 17px;
  line-height: 35px;
}
.rl_class_divider_top h4 {
  font-size: 30px;
  text-transform: uppercase;
  color: black;
  margin-top: 20px;
  margin-bottom: 0;
}
.rl_class_divider_top:before {
  background-image: url(../img/divider-top-logo.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 84px;
  height: 84px;
  z-index: 25;
}
.rl_template_image_list .image_list_item_title {
  display: none;
}
.rl_template_image_list.rl_class_show_img_desc .image_list_item_title {
  display: block;
}

.rl_class_green_info {
  color: #3c763d;
  background-color: #dff0d8;
  border-left: 5px solid #cae6be;
  padding: 15px;
  box-sizing: border-box;
}
.rl_class_orange_warning {
  color: #856404;
  background-color: #fff3cd;
  border-left: 5px solid #ffeeba;
  padding: 15px;
  box-sizing: border-box;
}
.rl_template_banner .rl_template_span:after {
  border: 1px solid white;
  background-color: black;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 5%;
  left: 5%;
  right: 5%;
  top: 5%;
  transition: opacity 400ms;
}
.rl_template_banner .rl_banner_content {
  position: absolute;
  top: 10%;
  left: 10%;
  right: 10%;
  bottom: 10%;
  z-index: 10;
}
.rl_template_banner .rl_banner_content .rl_banner_desc {
  display: none;
}
.rl_template_banner .rl_banner_content > div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.rl_template_banner .rl_banner_content [data-name="title"] {
  display: block;
  text-align: center;
  margin: 0;
}
.rl_template_banner .rl_banner_content * {
  color: white;
}
.rl_template_banner .rl_template_span:hover:after {
  opacity: 0.5;
}

.banner-list-wrapper {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: calc((100% - 95%) / 2);
  padding-right: calc((100% - 95%) / 2);
}

.banner-list-text {
  color: white;
}

.rl_template_product_banner_list {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
  box-sizing: border-box;
}

.site .rl_template.rl_class_main_padding {
  padding-left: calc((100% - 95%) / 2);
  padding-right: calc((100% - 95%) / 2);
}

@media (max-width: 1200px) {
  .rl_template.rl_level_0 > .rl_template_span {
  }
}

.rl_class_testimonial {
  margin-bottom: 35px;
  margin-top: 50px;
  box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 15px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  min-height: 345px;
  margin-left: 1em;
  margin-right: 1em;
  font-family: "Velour";
  font-size: 21px;
}

div.rl_template_column2 > .rl_template_span > div,
.site div.rl_template_column2 > .rl_template_span > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: start;
}

div.rl_template_column2 > .rl_template_span > div > .rl_column,
.site div.rl_template_column2 > .rl_template_span > div > .rl_column {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

div.rl_template_column2 > .rl_template_span > div > .rl_column > .rl_content,
div.rl_template_column2 .rl_template_image_slider,
div.rl_template_column2 .rl_template_image_slider > .rl_template_span,
div.rl_template_column2 .content-carousel-wrapper,
div.rl_template_column2 .content-carousel-track-wrapper,
.site div.rl_template_column2 > .rl_template_span > div > .rl_column > .rl_content,
.site div.rl_template_column2 .rl_template_image_slider,
.site div.rl_template_column2 .rl_template_image_slider > .rl_template_span,
.site div.rl_template_column2 .content-carousel-wrapper,
.site div.rl_template_column2 .content-carousel-track-wrapper {
  min-width: 0;
  max-width: 100%;
}

div.rl_template_column2 .content-carousel-wrapper,
.site div.rl_template_column2 .content-carousel-wrapper {
  width: 100%;
  overflow: hidden;
}

div.rl_template_column2 .content-carousel-track-wrapper,
.site div.rl_template_column2 .content-carousel-track-wrapper {
  flex: 1 1 auto;
}

div.rl_template_column2 .rl_template_text.rl_framed,
.site div.rl_template_column2 .rl_template_text.rl_framed {
  min-height: 0;
}

div.rl_template_column2 .rl_template_text.rl_framed > .rl_template_span,
.site div.rl_template_column2 .rl_template_text.rl_framed > .rl_template_span {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  display: flow-root;
}

div.rl_template_column2.rl_collapsed > .rl_template_span > div,
.site div.rl_template_column2.rl_collapsed > .rl_template_span > div {
  display: block !important;
}

div.rl_template_column2.rl_collapsed > .rl_template_span > div > .rl_left,
.site div.rl_template_column2.rl_collapsed > .rl_template_span > div > .rl_left {
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  div.rl_template_column2 > .rl_template_span > div,
  .site div.rl_template_column2 > .rl_template_span > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }

  div.rl_template_column2 > .rl_template_span > div > .rl_column,
  div.rl_template_column2 > .rl_template_span > div > .rl_left,
  div.rl_template_column2 > .rl_template_span > div > .rl_right,
  .site div.rl_template_column2 > .rl_template_span > div > .rl_column,
  .site div.rl_template_column2 > .rl_template_span > div > .rl_left,
  .site div.rl_template_column2 > .rl_template_span > div > .rl_right {
    display: block !important;
    float: none !important;
    clear: both !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  div.rl_template_column2 > .rl_template_span > div > .rl_left,
  .site div.rl_template_column2 > .rl_template_span > div > .rl_left {
    order: 1;
  }

  div.rl_template_column2 > .rl_template_span > div > .rl_right,
  .site div.rl_template_column2 > .rl_template_span > div > .rl_right {
    order: 2;
  }

  div.rl_template_column2 > .rl_template_span > div > .rl_column > .rl_content,
  .site div.rl_template_column2 > .rl_template_span > div > .rl_column > .rl_content {
    max-width: 100%;
    min-width: 0;
  }

  div.rl_template_column2 > .rl_template_span > div > .rl_left,
  .site div.rl_template_column2 > .rl_template_span > div > .rl_left {
    margin-bottom: 0;
  }

  div.rl_template_column2 .content-carousel-wrapper,
  .site div.rl_template_column2 .content-carousel-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  div.rl_template_column2 .content-carousel-track-wrapper,
  .site div.rl_template_column2 .content-carousel-track-wrapper {
    min-width: 0;
    max-width: 100%;
  }
}

.site .rl_template_column2.rl_class_reference_row {
  max-width: 1180px;
  margin: 0 auto 56px !important;
  padding: 0 24px;
  box-sizing: border-box;
}

.site .rl_template_column2.rl_class_reference_row > .rl_template_span > div {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.site .rl_template_column2.rl_class_reference_row > .rl_template_span > div > .rl_column {
  float: none !important;
  width: auto !important;
  min-width: 0;
}

.site .rl_template_column2.rl_class_reference_row .rl_left {
  overflow: hidden;
}

.site .rl_template_column2.rl_class_reference_row .rl_left > .rl_content,
.site .rl_template_column2.rl_class_reference_row .rl_template_image_slider,
.site .rl_template_column2.rl_class_reference_row .rl_template_image_slider > .rl_template_span {
  min-width: 0;
}

.site .rl_template_column2.rl_class_reference_row .rl_template_image_slider {
  margin: 0 !important;
}

.site .rl_template_column2.rl_class_reference_row .rl_template_image_slider > .rl_template_span {
  display: block;
}

.site .rl_template_column2.rl_class_reference_row .content-carousel-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.site .rl_template_column2.rl_class_reference_row .content-carousel-track-wrapper {
  width: 100%;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.site .rl_template_column2.rl_class_reference_row .content-carousel-track {
  margin: 0;
}

.site .rl_template_column2.rl_class_reference_row .content-carousel-image {
  vertical-align: top;
}

.site .rl_template_column2.rl_class_reference_row .content-carousel-image img {
  display: block;
  width: 100%;
  height: clamp(320px, 38vw, 520px);
  object-fit: cover;
  border-radius: 8px;
}

.site .rl_template_column2.rl_class_reference_row .content-carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 44px;
  height: 64px;
  padding: 0;
  transform: translateY(-50%);
  border-radius: 999px;
  background-color: rgba(243, 244, 245, 0.9);
}

.site .rl_template_column2.rl_class_reference_row #contentCarouselLeft.content-carousel-control {
  left: 10px;
}

.site .rl_template_column2.rl_class_reference_row #contentCarouselRight.content-carousel-control {
  right: 10px;
}

.site .rl_template_column2.rl_class_reference_row .rl_right > .rl_content {
  max-width: 560px;
}

.site .rl_template_column2.rl_class_reference_row h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.18;
  letter-spacing: 0;
}

.site .rl_template_column2.rl_class_reference_row p {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.65;
}

.site .rl_template_column2.rl_class_reference_row p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1400px) {
  .site .rl_template_column2.rl_class_reference_row {
    margin-bottom: 40px !important;
    padding: 0 16px;
  }

  .site .rl_template_column2.rl_class_reference_row > .rl_template_span > div {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px;
  }

  .site .rl_template_column2.rl_class_reference_row > .rl_template_span > div > .rl_column,
  .site .rl_template_column2.rl_class_reference_row > .rl_template_span > div > .rl_left,
  .site .rl_template_column2.rl_class_reference_row > .rl_template_span > div > .rl_right {
    display: block !important;
    float: none !important;
    clear: both !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100%;
    min-width: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
  }

  .site .rl_template_column2.rl_class_reference_row > .rl_template_span > div > .rl_left {
    order: 1;
  }

  .site .rl_template_column2.rl_class_reference_row > .rl_template_span > div > .rl_right {
    order: 2;
  }

  .site .rl_template_column2.rl_class_reference_row .content-carousel-image img {
    height: clamp(280px, 58vw, 440px);
  }

  .site .rl_template_column2.rl_class_reference_row .rl_right > .rl_content {
    max-width: none;
  }
}

@media screen and (min-width: 1024px) {
  .site .rl_template.rl_class_main_padding {
    padding-left: calc((100% - 85%) / 2);
    padding-right: calc((100% - 85%) / 2);
  }

  .banner-list-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
    padding-left: calc((100% - 85%) / 2);
    padding-right: calc((100% - 85%) / 2);
  }

  .banner-list-wrapper .banner-list-text {
    width: 40%;
  }

  .banner-list-wrapper .content-carousel-wrapper {
    width: 50%;
  }

  .banner-list-text {
    font-size: 30px;
  }
}
