:root {
  --black: #231f20;
  --gainsboro: #dedede;
  --crimson: #e01f2f;
  --white-smoke: #f1f1f1;
}
body {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: 21px;
  line-height: 140%;
}
.navbar {
  z-index: 100;
  background-color: #fff;
  border-bottom: 20px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: fixed;
}
.nav-div {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  width: 960px;
  max-width: 100%;
  height: 60px;
  display: flex;
}
.brand {
  background-color: var(--crimson);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  box-shadow: 0 1px #e01f2f;
}
.page-wrapper {
  flex-direction: column;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}
.side-bar {
  display: none;
}
.side-link {
  color: #231f20e6;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  text-decoration: none;
  display: flex;
}
.nav-link.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
  overflow: hidden;
}
.side-link-icon {
  width: 14px;
  margin-right: 8px;
  display: none;
}
.side-link-div {
  align-items: center;
  display: flex;
}
.contact-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 860px;
  margin-top: 40px;
  display: flex;
}
.contact-name {
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 700;
}
.contact-block {
  color: #231f20cc;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}
.contact-icon {
  width: 30px;
  height: auto;
  margin-left: -5px;
  margin-right: 10px;
}
.nav-menu-btn {
  z-index: 20;
  cursor: pointer;
  border: 1px solid #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  transition: all .2s;
  display: flex;
  position: relative;
}
.nav-menu-line {
  background-color: var(--black);
  flex: none;
  width: 30px;
  height: 2px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.top-menu-wrp {
  z-index: 90;
  background-color: #fff;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  inset: 60px 0% auto;
  overflow: hidden;
}
.top-menu-div {
  flex-direction: row;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  display: flex;
  overflow: scroll;
}
.top-menu-block {
  flex-direction: column;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}
.top-menu-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}
.top-link-new {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
}
.logo {
  width: 80px;
  height: auto;
}
.top-link {
  color: #231f20e6;
  background-image: url('../images/arrow-right-black.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 0;
  border-bottom: 1px solid #231f201a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 45px;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}
.top-link:hover {
  background-size: 14px;
  padding-left: 22px;
}
.top-link.w--current {
  color: var(--crimson);
  background-image: url('../images/arrow-right-red.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 22px;
}
.content-wrapper {
  width: 1000px;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.top-product-name-div {
  flex: 1;
  align-items: center;
  padding-left: 20px;
  display: flex;
}
.top-product-name-note {
  color: #231f2099;
  margin-top: 3px;
  font-size: 18px;
  line-height: 22px;
}
.top-product-name {
  flex: none;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.trn-spec-div {
  border-bottom: 1px solid #b9b9b980;
  width: 100%;
  display: flex;
}
.trn-spec-name-div {
  text-align: left;
  flex-direction: row;
  align-items: center;
  width: 40%;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}
.trn-spec-value-div {
  opacity: .8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.begin-trigger {
  width: 10px;
  height: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}
.trn-section-wrp {
  z-index: 3;
  width: 100%;
  padding-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.trn-section-wrp.is-top-pd-0px {
  padding-top: 0;
}
.trn-contact {
  z-index: 3;
  width: 100%;
  padding: 80px 60px;
  position: relative;
}
.trn-section-title {
  z-index: 3;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}
.bottom-icon-to-top {
  width: 32px;
  height: auto;
}
.bottom-link-to-top {
  border: 1px solid var(--black);
  opacity: .3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: auto 0% 30px auto;
}
.bottom-link-to-top:hover {
  opacity: .6;
}
.product-btn {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #343434;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 100%;
  margin-left: 20px;
  padding: 0 20px;
  font-size: 15px;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  box-shadow: 0 1px #343434;
}
.product-btn:hover {
  background-color: var(--crimson);
  box-shadow: 0 1px 0 0 var(--crimson);
  color: #fff;
}
.top-menu-column {
  width: 45%;
}
.offer {
  z-index: 50;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}
.cookie-notification {
  z-index: 900;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  line-height: 140%;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}
.cookie-notification.cookie-hide {
  display: none;
}
.trn-sale-wrp {
  grid-column-gap: 20px;
  color: #fff;
  background-color: #719dd9;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 13px 20px;
  text-decoration: none;
  display: flex;
}
.trn-sale-title-div {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}
.trn-sale-title {
  letter-spacing: .4px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}
.trn-sale-divider {
  background-color: #fff;
  width: 1px;
}
.trn-sale-txt-div {
  grid-column-gap: 5px;
  color: #fff;
  letter-spacing: .4px;
  flex-wrap: wrap;
  padding-top: 1px;
  font-size: 19px;
  line-height: 1.2em;
  text-decoration: none;
  display: flex;
}
.cookie-div {
  z-index: 80;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 420px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-right: 30px;
  padding: 20px 30px 20px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 20px #3c485840;
}
.cookie-close {
  z-index: 10;
  background-color: #e6e6e6;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  inset: -10px -10px auto auto;
}
.icon-close {
  width: 14px;
  height: auto;
}
.cookie-accept {
  background-color: var(--black);
  color: #fff;
  border-radius: 40px;
  margin-top: 10px;
  padding: 8px 25px;
  text-decoration: none;
}
.cookies-link-pp {
  color: var(--black);
}
.footer {
  background-color: #231f20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}
.footer-wrp {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-link-pp {
  color: #231f20cc;
  text-decoration: none;
}
.trn-caravel-s1-img {
  width: 100%;
  height: auto;
  margin-top: -160px;
}
.caravel-s1 {
  color: #fff;
  background-color: #070d19;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.caravel-s1-wrp {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}
.trn-caravel-s1-img-mob {
  display: none;
}
.caravel-heading {
  z-index: 3;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}
.caravel-s1-decor {
  width: 265px;
  height: auto;
  position: absolute;
  inset: 30px auto auto 40px;
}
.caravel-heading-subtitle {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1em;
}
.caravel-heading-subtitle.is-2nd {
  margin-bottom: 30px;
}
.caravel-s1-lined-div {
  color: #ffffffe6;
  letter-spacing: .2px;
  border: 1px solid #bebebe;
  border-radius: 40px;
  margin-bottom: 20px;
  padding: 10px 20px;
  line-height: 1.2em;
}
.caravel-s1-txt-row {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.2em;
  display: flex;
}
.caravel-s1-decor-div {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 90px 60px 140px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}
.caravel-s1-decor-txt {
  width: 250px;
  height: auto;
  position: absolute;
  inset: 0% auto auto;
}
.caravel-s1-txt {
  color: #ffffffe6;
  letter-spacing: .2px;
}
.caravel-image {
  width: 100%;
  height: auto;
}
.caravel-image.is-s7-img {
  margin-top: -100px;
}
.caravel-image.is-s10-img {
  margin-top: -100px;
}
.caravel-image.is-s11-img {
  margin-top: -100px;
}
.caravel-s2-decor {
  width: 300px;
  height: auto;
  margin-bottom: 20px;
}
.caravel-s2 {
  color: #fff;
  background-color: #282828;
}
.caravel-txt {
  color: #fffc;
  font-weight: 300;
}
.caravel-txt.is-black {
  color: #303030cc;
  font-weight: 400;
}
.caravel-s3 {
  text-align: center;
  background-color: #0f0f0f;
}
.caravel-section-title {
  z-index: 3;
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2em;
}
.caravel-section-title.is-black {
  color: #1d1d1d;
  letter-spacing: 0;
  font-weight: 700;
}
.caravel-s3-icon-wrp {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}
.caravel-s3-icon-div {
  text-align: center;
  background-color: #000;
  border: 1px solid #2e2e2e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 32%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  box-shadow: 0 0 16px #ffb4521a;
}
.caravel-s4 {
  background-image: linear-gradient(#0f0f0f, #030303);
}
.caravel-s4-card-wrp {
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}
.caravel-s3-icon {
  flex: none;
  width: 150px;
  height: auto;
}
.caravel-s4-card {
  border: 1px solid #2e2e2e;
  border-radius: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #ffb4522e;
}
.caravel-s4-card-txt {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 28px;
  line-height: 130%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.caravel-s4-card-txt.is-2nd-txt {
  inset: 0% auto 0% 0%;
}
.caravel-s4-card-img {
  width: 100%;
  height: auto;
}
.caravel-s5 {
  background-color: #030303;
}
.caravel-section-subtle {
  color: #fff;
  letter-spacing: .5px;
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}
.caravel-section-subtle.is-black {
  color: #1d1d1d;
  letter-spacing: 0;
}
.caravel-note {
  opacity: .6;
  color: #fff;
  font-size: 17px;
  line-height: 140%;
}
.caravel-note.is-s5-note {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 60px;
  padding-right: 60px;
}
.caravel-note.is-black {
  color: #000;
}
.caravel-s6 {
  background-color: #030303;
}
.caravel-s7 {
  background-color: #000;
}
.caravel-s8 {
  background-color: #141318;
}
.caravel-s9 {
  background-color: #e3e3e3;
}
.caravel-s10 {
  background-color: #f2f2f2;
}
.caravel-s11 {
  background-color: #141414;
}
.caravel-s11-card-wrp {
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}
.caravel-s11-card {
  text-align: center;
  border-radius: 20px;
  width: 100%;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
.caravel-s11-card-txt-div {
  z-index: 3;
  justify-content: space-between;
  display: flex;
  position: relative;
}
.caravel-s11-card-txt-block {
  grid-row-gap: 5px;
  flex-flow: column;
  width: 50%;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 120%;
  display: flex;
}
.caravel-s11-card-txt-grey {
  color: #8d8d8d;
}
.caravel-s11-card-bg1 {
  z-index: 2;
  outline-offset: 0px;
  background-color: #f6f6f6;
  outline: 1px solid #f6f6f6;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}
.caravel-s11-card-img {
  z-index: 3;
  width: 100%;
  height: auto;
  position: relative;
}
.caravel-s11-card-bg2 {
  z-index: 1;
  background-color: #fff;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}
.caravel-s11-card-txt-bottom {
  z-index: 3;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 120%;
  position: relative;
}
.caravel-s12 {
  background-color: #f5f5f5;
}
.caravel-s12-card-wrp {
  justify-content: space-between;
  width: 100%;
  padding-top: 40px;
  display: flex;
}
.caravel-s12-card-img {
  border: 1px solid #d8d8d8;
  border-radius: 20px;
  width: 48.5%;
  height: auto;
}
.caravel-s13 {
  background-color: #f5f5f5;
}
.caravel-s13-wrp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}
.caravel-s13-card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}
.caravel-s13-card-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 13px;
  font-size: 19px;
  display: grid;
}
.caravel-s13-card-table-item {
  text-align: center;
  border: 1px solid #bdbdbd;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: -1px;
  margin-left: -1px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}
.caravel-s13-card-table-div {
  z-index: 2;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}
.caravel-s13-card-table-div.is-last {
  margin-bottom: 20px;
}
.caravel-s13-card-div1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}
.caravel-s13-card-img1 {
  width: 230px;
  height: auto;
}
.caravel-s13-card-img2 {
  width: 480px;
  height: auto;
}
.caravel-s13-card {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 40px 10px;
  display: flex;
}
.caravel-s14 {
  background-color: #fff;
}
.caravel-s15 {
  background-color: #f5f5f5;
  padding-bottom: 60px;
}
.caravel-s1-wrp1 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
.caravel-s16 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.caravel-s16-img {
  width: 960px;
  max-width: 80%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .nav-div {
    width: 1260px;
  }
  .page-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 1300px;
    display: flex;
    position: relative;
  }
  .side-bar {
    flex-direction: column;
    flex: 1;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: 20px;
    padding-right: 0;
    display: flex;
    position: relative;
  }
  .side-link {
    background-image: url('../images/arrow-right-black.svg');
    background-position: 10px;
    background-repeat: no-repeat;
    background-size: 0;
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 8px 20px;
    font-size: 19px;
    line-height: 100%;
    transition: all .2s;
    display: flex;
  }
  .side-link:hover {
    background-size: 14px;
    padding-left: 32px;
  }
  .side-link.w--current {
    color: var(--crimson);
    background-image: url('../images/arrow-right-red.svg');
    background-size: 14px;
    padding-left: 32px;
  }
  .side-link-up {
    color: var(--black);
    text-transform: uppercase;
    align-items: flex-start;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }
  .side-links-wrp {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    width: 100%;
  }
  .side-title {
    color: var(--black);
    letter-spacing: .5px;
    align-items: flex-start;
    height: 50px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
  }
  .side-link-icon {
    perspective-origin: 0%;
    transform-origin: 0%;
    width: 14px;
    height: auto;
    margin-right: 8px;
    display: block;
  }
  .side-link-div {
    align-items: center;
    display: flex;
  }
  .side-link-new {
    letter-spacing: .5px;
    text-transform: uppercase;
    margin-top: 2px;
    font-size: 17px;
    font-weight: 700;
  }
  .side-sticky {
    padding-top: 0;
    padding-bottom: 100px;
    position: sticky;
    top: -4100px;
  }
  .side-link-up-icon {
    width: 14px;
    height: auto;
    margin-top: 6px;
    margin-right: 10px;
  }
  .side-link-up-underline {
    background-color: var(--black);
    height: 1px;
    margin-top: 4px;
    padding: 0;
  }
  .side-link-up-div {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .nav-menu-btn {
    display: none;
  }
  .top-menu-wrp {
    display: none;
  }
  .top-link-new {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
  }
  .top-link {
    color: var(--black);
    border-bottom: 1px solid #dedede;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 8px 20px 8px 10px;
    text-decoration: none;
    display: flex;
  }
  .top-product-name-div {
    flex: 0 auto;
    width: 790px;
    max-width: 100%;
    padding-left: 0;
  }
  .footer-wrp {
    max-width: 1300px;
  }
}
@media screen and (min-width: 1440px) {
  .nav-div {
    width: 1320px;
  }
  .page-wrapper {
    width: 1360px;
  }
  .side-link.w--current {
    color: var(--crimson);
  }
  .side-links-wrp {
    top: -560px;
  }
  .footer-wrp {
    max-width: 1360px;
  }
}
@media screen and (max-width: 991px) {
  .top-link:hover {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 0;
  }
  .content-wrapper {
    width: 100%;
  }
  .top-product-name-div {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-product-name-note {
    margin-top: 0;
  }
  .trn-section-wrp {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .trn-contact {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .trn-section-title {
    font-size: 36px;
  }
  .product-btn {
    min-width: 120px;
  }
  .trn-sale-wrp {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .trn-caravel-s1-img {
    margin-top: 40px;
  }
  .caravel-s1-wrp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .caravel-heading {
    font-size: 50px;
  }
  .caravel-s1-decor {
    width: 240px;
    left: 20px;
  }
  .caravel-heading-subtitle {
    font-size: 36px;
  }
  .caravel-s1-txt-divider {
    display: none;
  }
  .caravel-s1-txt-row {
    flex-flow: column;
    margin-bottom: 5px;
  }
  .caravel-s1-decor-div {
    padding: 80px 40px;
  }
  .caravel-s1-decor-txt {
    width: 220px;
  }
  .caravel-image.is-s7-img {
    margin-top: -60px;
  }
  .caravel-image.is-s10-img {
    margin-top: -60px;
  }
  .caravel-image.is-s11-img {
    margin-top: -60px;
  }
  .caravel-s2-decor {
    width: 260px;
  }
  .caravel-section-title {
    font-size: 32px;
  }
  .caravel-s3-icon-div {
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 130%;
  }
  .caravel-s3-icon {
    width: 120px;
  }
  .caravel-s4-card-txt {
    font-size: 24px;
  }
  .caravel-section-subtle {
    font-size: 28px;
  }
  .caravel-note.is-s5-note {
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
  }
  .caravel-s11-card-wrp {
    padding-left: 40px;
    padding-right: 40px;
  }
  .caravel-s11-card-txt-block {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .caravel-s13-card-title {
    font-size: 21px;
  }
  .caravel-s13-card-table-item {
    height: 40px;
  }
  .caravel-s13-card-table-div {
    order: -9999;
    width: 100%;
    max-width: 100%;
  }
  .caravel-s13-card {
    padding-left: 20px;
    padding-right: 20px;
  }
  .caravel-s16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 19px;
  }
  .navbar {
    border-bottom-width: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .brand {
    box-shadow: none;
    width: 80px;
    height: 46px;
    margin-left: 10px;
  }
  .page-wrapper {
    padding-top: 60px;
  }
  .contact-div {
    margin-top: 40px;
  }
  .contact-name {
    font-size: 20px;
  }
  .contact-icon {
    margin-top: -3px;
    margin-bottom: 3px;
    margin-right: 8px;
  }
  .top-menu-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .top-link-new {
    font-size: 16px;
  }
  .logo {
    width: 50px;
  }
  .top-link {
    max-width: 100%;
  }
  .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .top-product-name-div {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
  }
  .top-product-name-note {
    margin-top: 0;
    display: none;
  }
  .top-product-name {
    font-size: 22px;
  }
  .trn-spec-div {
    text-align: left;
    width: 100%;
  }
  .trn-spec-name-div {
    width: 50%;
  }
  .trn-spec-value-div {
    width: 50%;
    line-height: 120%;
  }
  .trn-section-wrp {
    padding-top: 40px;
  }
  .trn-contact {
    padding-top: 40px;
  }
  .trn-section-title {
    font-size: 30px;
  }
  .bottom-link-to-top {
    right: 20px;
  }
  .product-btn {
    box-shadow: none;
    height: 46px;
  }
  .top-menu-column {
    width: 100%;
  }
  .trn-sale-title-div {
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .trn-sale-title {
    font-size: 18px;
  }
  .trn-sale-txt-div {
    align-items: center;
    font-size: 17px;
  }
  .cookie-div {
    margin-bottom: 20px;
    margin-right: 20px;
  }
  .trn-caravel-s1-img {
    margin-top: -400px;
  }
  .caravel-s1-wrp {
    padding-top: 120px;
    position: relative;
  }
  .caravel-heading {
    font-size: 42px;
  }
  .caravel-s1-decor {
    width: 160px;
  }
  .caravel-heading-subtitle {
    margin-bottom: 5px;
    font-size: 30px;
  }
  .caravel-heading-subtitle.is-2nd {
    margin-bottom: 20px;
  }
  .caravel-s1-lined-div {
    max-width: 30ch;
    padding-left: 10px;
    padding-right: 10px;
  }
  .caravel-s1-txt-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    font-size: 20px;
  }
  .caravel-s1-decor-div {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .caravel-s1-decor-txt {
    width: 160px;
  }
  .caravel-s2-decor {
    width: 200px;
    margin-bottom: 10px;
  }
  .caravel-section-title {
    font-size: 28px;
  }
  .caravel-s3-icon-wrp {
    padding-top: 20px;
  }
  .caravel-s3-icon-div {
    width: 48%;
  }
  .caravel-s3-icon-div.is-last {
    margin-left: auto;
    margin-right: auto;
  }
  .caravel-s4-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }
  .caravel-s4-card.is-2nd-card {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .caravel-s4-card-txt {
    background-color: #000;
    width: 100%;
    padding: 20px;
    font-size: 21px;
    position: relative;
  }
  .caravel-s4-card-img {
    flex: none;
    width: 130%;
    max-width: none;
  }
  .caravel-section-subtle {
    font-size: 24px;
  }
  .caravel-s11-card-txt-block {
    padding-left: 5px;
    padding-right: 5px;
  }
  .caravel-s13-card-table {
    max-width: 60%;
  }
  .caravel-s13-card-img1 {
    max-width: 40%;
  }
  .caravel-s13-card-img2 {
    max-width: 90%;
  }
}
@media screen and (max-width: 479px) {
  .nav-menu-btn {
    margin-left: 0;
  }
  .top-product-name {
    display: none;
  }
  .trn-section-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trn-contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trn-section-title {
    font-size: 26px;
  }
  .product-btn {
    margin-left: 10px;
    font-size: 14px;
  }
  .cookie-notification {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
  .trn-sale-wrp {
    flex-direction: column;
  }
  .trn-sale-title-div {
    margin-bottom: 5px;
  }
  .trn-sale-divider {
    display: none;
  }
  .cookie-div {
    width: 100%;
    margin-right: 0;
  }
  .cookies-link-pp {
    display: inline-block;
  }
  .trn-caravel-s1-img {
    display: none;
  }
  .caravel-s1-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .trn-caravel-s1-img-mob {
    width: 100%;
    height: auto;
    margin-top: -140px;
    display: block;
  }
  .caravel-heading {
    font-size: 38px;
  }
  .caravel-heading-subtitle {
    font-size: 24px;
  }
  .caravel-s1-txt-row {
    font-size: 18px;
  }
  .caravel-s1-decor-div {
    margin-top: -90px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .caravel-s1-decor-txt {
    width: 120px;
  }
  .caravel-image.is-s7-img {
    margin-top: 0;
  }
  .caravel-image.is-s10-img {
    margin-top: 0;
  }
  .caravel-image.is-s11-img {
    margin-top: 0;
  }
  .caravel-image.is-s9-img {
    margin-top: 20px;
  }
  .caravel-image.is-s14-img {
    margin-top: 20px;
  }
  .caravel-s2-decor {
    width: 160px;
  }
  .caravel-s3 {
    padding-top: 40px;
  }
  .caravel-section-title {
    font-size: 26px;
  }
  .caravel-s3-icon-wrp {
    grid-row-gap: 10px;
  }
  .caravel-s3-icon-div {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .caravel-s4-card-wrp {
    grid-row-gap: 10px;
  }
  .caravel-s3-icon {
    width: 100px;
  }
  .caravel-s4-card-img {
    width: 170%;
  }
  .caravel-section-subtle {
    margin-top: -10px;
    font-size: 22px;
  }
  .caravel-note.is-s5-note {
    padding-left: 20px;
    padding-right: 20px;
  }
  .caravel-s11-card-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }
  .caravel-s11-card-txt-block {
    padding-left: 5px;
  }
  .caravel-s12-card-wrp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }
  .caravel-s12-card-img {
    width: 100%;
  }
  .caravel-s13-card-table {
    max-width: 100%;
    font-size: 17px;
  }
  .caravel-s13-card-div1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }
  .caravel-s13-card-img1 {
    max-width: 100%;
  }
  .caravel-s13-card-img2 {
    max-width: 100%;
  }
  .caravel-s15 {
    padding-bottom: 40px;
  }
  .caravel-s16-img {
    max-width: 100%;
  }
  #w-node-_1162ec83-a385-c848-21d4-cf04749c1129-fa68a91f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
#w-node-_6a139d0c-387e-d563-04a2-1e96a7e84747-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b14a38a6-f9d5-1656-6326-4d9ef41b32e6-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_834be9c3-cfd7-7e05-7987-108545b8d326-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-db0b0857-85c7-a4a1-219c-5484a006c955-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_26a1d0c0-526c-436b-2002-c510887ce493-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f15983c4-cf39-fb56-1f6c-200ba267c9f1-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_56b70ad7-16da-0ceb-e9c0-c462b231565d-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_0fcb5ce7-efe8-8e3c-c68c-91099b9e4db1-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2435c35f-335f-cb30-448f-ff36490d2bf8-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_146911dc-5d3a-5a65-cd44-c1fdb3fa228d-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_802814ed-97e4-3dfe-a236-3f0e68779255-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_14fe8c6a-db82-8f64-f6fe-234275aa5037-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_5d72f570-c3e0-2709-0a67-b7ce7a9d76c3-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_53459a97-1798-c596-c3c8-7f42908a7516-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2e6262b5-c631-4941-ff63-1eb2d38b7e36-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_213da917-1ff5-7ae3-2516-a5fa165d126c-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_9bd3d386-7301-6c09-1500-7bcf00b6a870-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_02e93a23-4ed1-f793-96ea-5eb7fd2f4cdf-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-be60e902-b95d-6cec-81d3-1cdc9e83f8a1-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-e4b2b6e7-12f0-cc2a-3887-cee2097dfef7-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_59840533-58e8-453b-1643-3ff92830eed7-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8b12ac63-d58f-3837-7002-6a580075d849-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8185fe90-3b4d-0c0e-2c16-ebefdf365b0c-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_990837a9-906b-9aa5-1184-d18f671be9dd-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_8a2f2ee5-b375-af48-7816-dc73bc2b787f-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-ea54c8ad-6b83-7f4d-94cf-68f3342a151d-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_225724ab-1be2-9d24-7789-ab1693868931-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_96eddc70-7b0f-ca80-452b-ae6603676a32-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-b60de51b-87d9-63a1-57ed-ce0a6ea4ee41-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_59b8f602-853e-b33f-8d19-e5df9c960fd7-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-f2a6ee7a-6b66-151c-df47-0c7b40f89737-280882fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
#w-node-_2cd60e71-385f-b8c5-6250-b0248eb39003-ab379a89 {
  grid-area: Area;
}
#w-node-b92ba578-33b9-d2bd-9c4d-494c4ddab48b-ab379a89 {
  grid-area: Area-2;
}
#w-node-a8cbc7af-32ae-5184-d7cd-675b296ecbca-ab379a89 {
  grid-area: Area-3;
}
#w-node-_706934a3-7013-3d9f-a9fa-c21f4ddbcf80-ab379a89 {
  grid-area: Area-4;
}
#w-node-_18bd2418-ba38-7923-73bf-6bfbc961d731-ab379a89 {
  grid-area: Area-5;
}
#w-node-_8b5d6ded-2121-31f8-f5be-94cfdea7e958-ab379a89 {
  grid-area: Area-6;
}
