:root {
  --morgan-white: #f5f5f5;
  --morgan-black: #222;
  --morgan-red: #c3002f;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Russo One, sans-serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

h2 {
  color: var(--morgan-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Russo One, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Russo One, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

p {
  margin-bottom: 10px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

li {
  font-family: Kanit, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

.section {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section.fixed {
  z-index: 10;
  background-color: var(--morgan-white);
  position: static;
  inset: 0% 0% auto;
}

.section.moved-up {
  z-index: 10;
  margin-top: -160px;
  position: relative;
}

.section.grey {
  background-color: var(--morgan-white);
  padding-top: 40px;
  padding-bottom: 40px;
}

.container-1400 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.container-1400.vert {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
}

.container-1400.vert.white {
  background-color: var(--morgan-white);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 5px 5px 5px #2223;
}

.logo-image {
  max-height: 70px;
}

.navigation {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.navlink {
  color: var(--morgan-black);
  white-space: pre;
  flex: 0 auto;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  transition: all .4s;
}

.navlink:hover {
  color: var(--morgan-red);
}

.button {
  border: 2px solid var(--morgan-red);
  background-color: var(--morgan-red);
  color: var(--morgan-white);
  cursor: pointer;
  border-radius: 5px;
  flex: 0 auto;
  padding: 5px 15px;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.button:hover {
  border: 2px solid var(--morgan-red);
  background-color: var(--morgan-white);
  color: var(--morgan-red);
}

.button.dark {
  border-color: var(--morgan-black);
  background-color: var(--morgan-black);
}

.button.dark:hover {
  background-color: var(--morgan-white);
  color: var(--morgan-black);
}

.button.small {
  border-color: var(--morgan-black);
  background-color: var(--morgan-white);
  color: var(--morgan-black);
  cursor: pointer;
  padding: 3px 10px;
  font-size: 16px;
  line-height: 20px;
}

.button.small:hover {
  border-color: var(--morgan-black);
  background-color: var(--morgan-black);
  color: var(--morgan-white);
}

.button.small.red {
  border-color: var(--morgan-red);
  background-color: var(--morgan-red);
  color: var(--morgan-white);
  white-space: nowrap;
  cursor: pointer;
}

.button.small.red:hover {
  background-color: var(--morgan-white);
  color: var(--morgan-red);
}

.button-holder {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.button-holder.header {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.banner-section {
  z-index: 0;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: hidden;
}

.slider {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  position: static;
  inset: 0%;
}

.hide {
  display: none;
}

.slide {
  object-fit: cover;
  object-position: 50% 50%;
}

.slide-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  display: inline-block;
}

.deal-slider {
  background-color: #ddd0;
  width: auto;
  height: 2000px;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.arrows {
  color: var(--morgan-red);
  justify-content: center;
  align-items: center;
  width: 50px;
  display: flex;
}

.slide-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px 70px;
  display: flex;
}

.slide-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slide-content.stretch {
  flex: 0 auto;
  height: 100%;
}

.offer-image {
  object-fit: contain;
  width: 100%;
  min-width: auto;
  height: 100%;
}

.offer-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--morgan-red);
  border-radius: 10px;
  flex-flow: column;
  padding: 20px 30px;
  display: flex;
}

.offer-heading {
  color: var(--morgan-white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Russo One, sans-serif;
  font-size: 38px;
  font-style: italic;
  font-weight: 400;
  line-height: 38px;
}

.offer-heading.red {
  color: var(--morgan-red);
}

.offer-subheading {
  color: var(--morgan-white);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 31px;
  font-style: normal;
  font-weight: 200;
  line-height: 30px;
}

.subheading-small {
  background-color: var(--morgan-white);
  color: var(--morgan-black);
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 15px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.arrow-icon {
  border: 2px solid var(--morgan-red);
  background-color: var(--morgan-white);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  font-size: 30px;
  line-height: 30px;
  transition: all .4s;
  display: flex;
  box-shadow: 3px 3px 2px #2226;
}

.arrow-icon:hover {
  border-color: var(--morgan-white);
  background-color: var(--morgan-red);
  color: var(--morgan-white);
  -webkit-text-stroke-color: var(--morgan-red);
}

.banner-text {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-main-text {
  color: var(--morgan-red);
  font-size: 54px;
  font-weight: 400;
  line-height: 60px;
}

.banner-text-holder {
  background-color: #f5f5f5d9;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 15px;
  display: flex;
}

.red-span {
  color: var(--morgan-red);
}

.spacing-div {
  height: 60px;
}

.spacing-div.small {
  height: 40px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-div {
  background-color: var(--morgan-white);
  border-radius: 10px;
  flex-flow: column;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.grid-image {
  object-fit: cover;
  height: 35vw;
  max-height: 310px;
}

.grid-offer-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: 1;
  padding: 20px;
  display: flex;
}

.grid-offer-div.white {
  background-color: #fff;
  flex: 1;
}

.grid-offer-head {
  color: var(--morgan-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Russo One, sans-serif;
  font-size: 25px;
  font-style: italic;
  font-weight: 400;
  line-height: 30px;
}

.grid-offer-head.red {
  color: var(--morgan-red);
}

.offer-subheading-grid {
  color: var(--morgan-black);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  line-height: 25px;
}

.offer-subheading-grid.bold {
  color: var(--morgan-black);
  font-weight: 600;
}

.subheading-grid-block {
  background-color: var(--morgan-black);
  color: var(--morgan-white);
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 15px;
  font-family: Kanit, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 17px;
  display: block;
}

.grid-offer-top {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.terms-text {
  color: var(--morgan-black);
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
}

.terms-text.white {
  color: var(--morgan-white);
}

.price {
  background-color: var(--morgan-black);
  color: var(--morgan-white);
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 15px;
  font-family: Kanit, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  display: block;
}

.price.no-margin {
  margin-top: 0;
}

.footer-dark {
  background-color: #242424;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-copyright-center {
  color: #dfdfdf;
  text-align: center;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social_media {
  background-color: var(--morgan-red);
  color: var(--morgan-white);
  border-radius: 10px;
  width: 30px;
}

.social_media.normal {
  filter: none;
  width: 30px;
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo {
  background-color: var(--morgan-white);
  border-radius: 10px;
  width: 250px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: #dfdfdf;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.footer-link {
  color: #acacac;
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-social-link {
  margin-left: 0;
}

.footer-social-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.tag-holder {
  flex: 1;
  width: 100%;
  display: flex;
}

.car-info-vertical {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.paragraph {
  color: #494949;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.bold-text-2 {
  font-family: Varela, sans-serif;
}

.heading-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 85vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  display: flex;
}

.page-container.grey {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px none var(--morgan-red);
  background-color: var(--morgan-white);
  border-radius: 10px;
  align-items: center;
  max-width: none;
  padding-top: 25px;
  padding-bottom: 10px;
  padding-right: 40px;
  box-shadow: 5px 5px 5px #2222222b;
}

.page-container.center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.heading-div-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.heading-div-2.center {
  align-items: center;
}

.heading-2 {
  color: var(--morgan-red);
  text-transform: none;
  border-bottom: 3px solid #bb1c32;
  margin-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Russo One, sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.bank-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: flex;
}

.finance-houses {
  height: 12vw;
  max-height: 150px;
}

.visit-div {
  background-color: #bb1c32;
  background-image: linear-gradient(#c3002fcc, #c3002fcc), url('../images/morgan-outside.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 160px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.location-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.heading-4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-4.white {
  color: #fff;
  margin-top: 10px;
}

.location {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #f5f5f533;
  border: 2px solid #fff;
  border-radius: 3px;
  align-items: center;
  padding: 7px 10px;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.location:hover {
  border: 2px solid var(--morgan-white);
  color: #232628;
  background-color: #fff;
  border-radius: 3px;
}

.image-16 {
  filter: invert();
  height: 25px;
}

.svg-icon {
  width: 2rem;
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.visit {
  background-image: url('../images/morgan-outside.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}

.drop_list {
  border-bottom: 1px solid #1c2d4e05;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 300;
  position: static;
}

.drop_list:hover {
  background-color: #4646460d;
}

.double_drop_down {
  grid-column-gap: 5px;
  display: flex;
}

.drop_down_holder {
  z-index: auto;
  grid-row-gap: 5px;
  cursor: pointer;
  flex-direction: column;
  width: 100%;
  font-family: Kanit, sans-serif;
  display: flex;
  position: relative;
}

.drop_down_holder.auto {
  grid-row-gap: 10px;
  flex-direction: column;
  width: auto;
  min-width: 250px;
  display: flex;
}

.drop_down_holder.auto.full_height {
  z-index: auto;
  cursor: pointer;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
}

.container_drop_down {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f4f4f4;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  display: grid;
}

.icon-2 {
  position: static;
}

.dropdown-list-2 {
  z-index: 9;
  background-color: #fff;
  width: 100%;
  height: 183px;
  display: none;
  position: absolute;
  inset: 69px 0% 0%;
  overflow: auto;
  box-shadow: 0 11px 20px -11px #1c2d4e;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  height: auto;
  max-height: 300px;
  top: 60px;
  bottom: auto;
  overflow: auto;
  box-shadow: 0 11px 20px -11px #1c2d4eb3;
}

.dropdown-list-2.listing {
  z-index: 7;
  max-height: 183px;
  display: none;
  top: 52px;
}

.text-field-2 {
  z-index: 2;
  background-color: #fff;
  border: 1px #d3d3d3;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  font-family: Kanit, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.text-field-2.grey {
  color: #424242;
  text-transform: uppercase;
  cursor: pointer;
  border-style: solid;
  border-color: #d3d3d300;
  border-radius: 10px;
  flex-direction: row;
  flex: 0 auto;
  align-items: stretch;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 15px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.text-field-2.grey:hover {
  color: #bc0000;
  border-style: solid;
  border-color: #bc0000;
}

.text-field-2.grey.drop_down {
  align-items: center;
}

.text-field-2.grey.drop_down:hover {
  border-color: #dd040400;
}

.text-field-2.bigger {
  color: #424242;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.text-field-2.bigger:hover {
  color: #bc0000;
}

.text-field-2.bigger.less_padd {
  border-left-style: none;
  border-left-color: #dfdfdf;
  border-right-style: solid;
  border-right-color: #dfdfdf;
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.body-form {
  background-color: #ededed00;
  margin-bottom: 0;
}

.compare_div {
  grid-column-gap: 10px;
  color: #424242;
  text-transform: uppercase;
  background-color: #fff;
  border-left: 1px solid #dfdfdf;
  border-radius: 0;
  align-items: center;
  min-width: 200px;
  height: 100%;
  padding: 10px 20px 10px 15px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.compare_div:hover {
  color: #bc0000;
  background-color: #fafafa;
}

.tags_holder {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 80px auto auto;
}

.result_tags {
  z-index: 2;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #bc0000;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  order: 0;
  align-items: center;
  padding: 5px 10px;
  font-family: Kanit, sans-serif;
  display: flex;
  position: static;
  inset: auto 20px auto auto;
}

.results_close {
  opacity: .8;
  color: #bc0000;
  background-color: #fff;
  border: 1px solid #bc0000;
  border-radius: 20px;
  height: 21px;
  padding: 5px;
}

.results_close:hover {
  background-color: #dfdfdf;
}

.search_parent {
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.button_text {
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  display: flex;
}

.button_text.bigger {
  font-size: 16px;
}

.button_text.bigger.show_mobile_only {
  display: none;
}

.image-7 {
  height: 29px;
}

.compare_sort {
  grid-row-gap: 0px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.edit_block {
  z-index: 2;
  color: #fff;
  background-color: #ec1c24;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 9px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 20px 20px auto auto;
}

.edit_block.search-copy {
  background-color: #dd0404;
  border-radius: 0;
  order: 0;
  justify-content: center;
  align-self: auto;
  min-width: 0;
  height: auto;
  padding-top: 9px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  transform: skew(0deg);
}

.edit_block.accent {
  color: #242424;
  background-color: #dfdfdf;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px 25px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  transform: skew(0deg);
}

.edit_block.accent:hover {
  color: #f4f4f4;
  background-color: #bc0000;
}

.edit_block.accent.full-width {
  width: 100%;
}

.edit_block.accent.full-width.active {
  color: #fff;
  background-color: #bc0000;
}

.edit_block.accent.middle {
  align-self: auto;
}

.edit_block.red {
  color: #fff;
  background-color: #bc0000;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  padding: 10px 20px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  transform: skew(0deg);
}

.edit_block.red:hover {
  color: #f4f4f4;
  background-color: #bc0000;
}

.edit_block.red.full {
  width: 100%;
}

.edit_block.dark {
  color: #fff;
  background-color: #424242;
  order: 0;
  justify-content: center;
  align-self: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
  transform: skew(0deg);
}

.edit_block.dark:hover {
  color: #f4f4f4;
  background-color: #bc0000;
}

.filter_section {
  z-index: 1;
  grid-column-gap: 10px;
  background-color: #fff0;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.model {
  color: #6e6e6e;
  font-weight: 400;
}

.button_icon {
  order: -1;
  width: auto;
  height: 15px;
  margin-right: 5px;
}

.button_icon.white {
  object-fit: contain;
  flex: none;
  order: 0;
  width: auto;
  height: 25px;
  margin-right: 0;
  padding: 0;
  font-size: 15px;
}

.side_images_slider {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.slide-nav-6 {
  z-index: 1;
}

.nav_inner_holder {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.div_sharing {
  grid-column-gap: 10px;
  justify-content: flex-start;
  height: auto;
  display: none;
  position: static;
  inset: auto 30px 25px auto;
}

.lottie-animation-4 {
  height: 80px;
}

.smaller_input-normal {
  color: #bc0000;
  border: 1px #000;
  border-bottom: 1px solid #e7e7e7;
  height: 100%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.smaller_input-normal:active, .smaller_input-normal:focus {
  border-bottom-color: #e7e7e7;
}

.smaller_input-normal.message {
  border-style: none none solid;
  border-color: #dfdfdf;
  height: auto;
  min-height: auto;
  margin-top: 10px;
  padding: 0;
  font-weight: 300;
}

.smaller_input-normal.message::placeholder {
  color: #bc0000;
}

.div-block-5 {
  clear: left;
  grid-column-gap: 20px;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.nav_top_modal {
  z-index: 10;
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.end-div {
  flex: 0 auto;
  order: 1;
  align-items: center;
  width: auto;
  display: flex;
  position: absolute;
  inset: 0% 10px 0% auto;
}

.grid_overlay {
  z-index: 2;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 20px 60px;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.arrows_main_slider_right-2 {
  z-index: 2;
  cursor: pointer;
  background-color: #24242480;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-right: 20px;
  font-size: 30px;
  display: flex;
}

.images_thumbnail {
  z-index: 2;
  grid-column-gap: 5px;
  opacity: 1;
  filter: contrast(200%);
  background-color: #f4f4f400;
  border-radius: 5px;
  align-items: center;
  padding: 3px 0;
  display: flex;
  position: absolute;
  inset: auto 10px 10px auto;
}

.grid_veh_details_heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slide-mask {
  z-index: 0;
}

.heading_6 {
  color: #ebebeb;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Kanit, sans-serif;
  font-size: .93rem;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
}

.heading_6._1-copy {
  color: #242424;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2em;
}

.heading_6._1 {
  color: #242424;
}

.heading_6._1.no_margin {
  margin-bottom: 0;
}

.heading_6.details {
  color: #bc0000;
  font-size: 16px;
  font-weight: 500;
}

.heading_6.details.link:hover {
  color: #6e6e6e;
}

.heading_6.body_2 {
  color: #242424;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

.image-9-copy {
  width: 100%;
  height: 25px;
}

.comtainer_small_listing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.slide-2 {
  border: 2px #ff4d00;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.nav_items-2 {
  color: #424242;
  letter-spacing: 0;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.nav_items-2:hover {
  opacity: .5;
  color: #424242;
}

.currency {
  border-bottom: 1px solid #e7e7e7;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0 0 4px;
  display: flex;
}

.heading7 {
  color: #242424;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 34px;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.heading7.no-margin {
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 36px;
}

.car_info {
  background-color: #fff;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 10px;
}

.car_container {
  z-index: 3;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  max-width: none;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow_solid {
  height: 25px;
}

.arrow_solid.pervious {
  height: 25px;
  transform: rotate(-180deg);
}

.checkbox_style {
  z-index: 2;
  grid-column-gap: 5px;
  color: #242424;
  text-transform: uppercase;
  flex: 0 auto;
  align-items: center;
  margin-bottom: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.red_span {
  color: #bc0000;
}

.info_car {
  background-color: #242424;
  flex-direction: column;
  padding: 25px 40px 25px 25px;
  display: flex;
  position: relative;
}

.info_car.dealer {
  grid-row-gap: 5px;
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.info_car.dealer.hidden_mobile {
  grid-row-gap: 10px;
}

.info_car.details {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--morgan-white);
  border-radius: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  height: auto;
  padding: 20px 30px;
  display: flex;
}

.info_car.details.stretch {
  height: auto;
  padding-top: 30px;
  display: block;
}

.info_car.details.auto {
  z-index: 1;
  height: auto;
}

.info_car.details.hide_mobile {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
}

.info_car.details.orange {
  background-color: #bc0000;
}

.smaller_input-_text {
  color: #bc0000;
  border: 1px #000;
  border-bottom-color: #e7e7e7;
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 16px;
}

.vehicle-slider {
  z-index: 0;
  background-color: #0000;
  width: auto;
  min-width: auto;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  display: block;
}

._2-column_grid_details {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 65% 35%;
  grid-auto-columns: 1fr;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: visible;
}

.accessories_style {
  color: #6e6e6e;
  background-color: #bc000000;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  width: auto;
  padding: 5px 10px;
  font-family: Kanit, sans-serif;
  display: inline-block;
}

.accessories_div {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 5px;
  display: none;
}

.recaptcha {
  margin-top: 0;
  margin-bottom: 0;
}

.message_div {
  display: none;
}

.absolute_dealer_logo {
  z-index: 1;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.absolute_dealer_logo.small {
  z-index: 1;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  inset: 0% 0% auto auto;
}

.h-button_div {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.vehicle_image {
  opacity: .8;
  cursor: pointer;
  object-fit: cover;
  border: 2px #9d00ff;
  border-radius: 0;
  flex: 0 auto;
  width: 100%;
  height: 9vw;
  min-height: 0;
  max-height: none;
  margin-left: 0%;
  margin-right: 0%;
  transition: all .2s;
}

.vehicle_image:hover {
  opacity: 1;
  border-color: #5e17eb;
}

.vehicle_image.secondary_style {
  min-height: 13vw;
  max-height: 13vw;
}

.dealer_logo-2 {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  width: auto;
  height: auto;
  max-height: 50px;
  padding: 5px;
  box-shadow: 1px 1px 3px #000;
}

.images_holder_slide {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  max-height: none;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  position: relative;
}

.images_holder_slide.hidden {
  display: none;
}

.images_holder_slide.grid_style {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  overflow: auto;
}

.share_div {
  z-index: 1;
  grid-column-gap: 10px;
  order: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 20px 20px auto;
}

.share_div:hover {
  opacity: .8;
}

.vehicle-slide {
  z-index: 0;
  width: 100%;
  min-width: 100%;
  height: auto;
  min-height: 100%;
}

.menu_items_nav {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu_items_nav.menu_items {
  grid-column-gap: 0px;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.arrow_thumb {
  color: #ff4d00;
  cursor: pointer;
  background-color: #bc000000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.arrow_thumb:hover {
  opacity: .9;
}

.button_holder_left {
  align-self: flex-start;
  margin-top: 20px;
}

.button_holder_left.full {
  width: 100%;
}

.h_flex {
  clear: left;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.input_wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.input_wrapper.vertical {
  flex-direction: column;
  position: relative;
}

.icon-4 {
  color: #fff;
  font-size: 20px;
  display: none;
  position: static;
}

.google-map {
  border-radius: 20px;
  max-height: 150px;
}

.slide-nav-2 {
  display: none;
}

.logo_nav {
  width: 180px;
}

.image-9 {
  width: 100%;
  height: auto;
}

.mask_small {
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.listing_section {
  padding: 100px 40px 20px;
  overflow: hidden;
}

.listing_section.grey {
  background-color: #fff;
  padding: 40px;
}

.terms_div {
  margin-top: 20px;
}

.red_links {
  color: #bc0000;
}

.link_options {
  text-align: left;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
}

.drop_options {
  z-index: 2;
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  display: none;
  position: absolute;
  inset: 29px 0% auto;
  overflow: auto;
  box-shadow: 0 3px 9px 1px #dfdfdf;
}

.currency_text {
  color: #242424;
  font-family: Kanit, sans-serif;
  font-size: 16px;
}

.error_message {
  color: #bc0000;
  background-color: #bc000000;
  border: 1px solid #bc0000;
  border-radius: 2px;
  align-self: flex-start;
  width: auto;
  padding: 5px 10px;
  font-family: Kanit, sans-serif;
  display: inline-block;
}

.smaller_input {
  color: #242424;
  border: 1px #000;
  border-bottom: 1px solid #e7e7e7;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4px;
  padding-left: 5px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.smaller_input.drop_down {
  width: 100%;
}

.smaller_input.drop_down.div {
  color: #6e6e6e;
  padding-top: 6px;
  padding-bottom: 6px;
}

.image-6 {
  filter: contrast(200%);
  height: 18px;
}

.image-6:hover {
  opacity: .5;
}

.car_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  overflow: hidden;
}

.no_image_div {
  display: none;
}

.media_icons {
  float: none;
  filter: grayscale();
  flex: 0 auto;
  order: 1;
  width: auto;
  height: 25px;
}

.heading-5 {
  color: #424242;
  min-height: 55px;
  margin-top: 0;
  font-family: Kanit, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1em;
}

.heading-5.whatsapp.auto {
  grid-column-gap: 10px;
  color: #424242;
  background-color: #dfdfdf;
  width: auto;
  min-height: auto;
  font-size: 16px;
  font-weight: 500;
}

.heading-6 {
  color: #afafaf;
  flex: 1;
  min-height: auto;
  margin-top: 0;
  font-family: Kanit, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1em;
}

.heading-6.smaller {
  color: #6e6e6e;
  text-transform: none;
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.heading-6.details-copy {
  color: #6e6e6e;
  min-height: auto;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 22px;
}

.small_heading {
  clear: none;
  color: #424242;
  border-bottom: 1px #dfdfdf;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}

.small_heading.smaller {
  font-size: 12px;
}

.h_flex_div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h_flex_div.one_column {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-top: 20px;
}

.h_flex_div.max_width {
  grid-template-columns: 1fr 1fr;
  max-width: none;
  margin-top: 20px;
}

.arrow_thumb-_down {
  color: #ff4d00;
  cursor: pointer;
  background-color: #bc000000;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 24px;
  display: flex;
  inset: 0% auto 0% 0%;
}

.arrow_thumb-_down:hover {
  opacity: .9;
}

.icons_div {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.input_holder {
  flex-direction: column;
  width: 100%;
  padding: 0;
  display: flex;
}

.input_holder.total {
  background-color: #f4f4f4;
  align-items: flex-start;
  width: 100%;
  margin-top: 10px;
  padding: 10px 10px 20px 20px;
}

.inner_nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.image-8 {
  opacity: .7;
  height: 22px;
}

.heading-7 {
  color: #424242;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.checkbox {
  background-color: #fff;
  border-color: #6e6e6e;
  width: 15px;
  height: 15px;
  margin-top: 0;
}

.checkbox.w--redirected-checked {
  background-color: #bc0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #bc0000;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.account_div {
  grid-column-gap: 10px;
  display: none;
}

.success_message {
  z-index: 3;
  grid-row-gap: 10px;
  background-color: #fffffffc;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Kanit, sans-serif;
  font-size: 18px;
  display: none;
  position: absolute;
  inset: 0%;
}

.heading_div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1300px;
  height: 100%;
  margin-bottom: 10px;
  display: flex;
}

.heading_div.left_aligned {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.side-div-vehicle {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.social_divs {
  justify-content: flex-end;
  height: auto;
  display: none;
  position: static;
  inset: auto 30px 25px auto;
}

.slider_holder {
  height: auto;
  position: relative;
}

.body-text {
  max-width: 500px;
  padding-left: 0;
  font-family: Kanit, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5em;
}

.body-text.smaller {
  font-size: 14px;
}

.body-text.smaller.white-bold {
  opacity: .7;
  color: #dfdfdf;
  font-size: 15px;
  font-weight: 500;
}

.body-text.smaller.full-width {
  max-width: none;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.3em;
}

.body-text.smaller.disclaimer {
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.3em;
}

.heading4 {
  color: #fff;
  min-height: auto;
  margin-top: 0;
  font-size: 1.56rem;
  font-weight: 400;
  line-height: 1em;
}

.heading4._2 {
  grid-column-gap: 20px;
  color: #bc0000;
  order: 0;
  justify-content: space-between;
  margin-bottom: 5px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.heading4.small_price {
  color: #424242;
  text-align: left;
  align-self: flex-end;
  margin-bottom: 5px;
  font-size: 16px;
}

.heading4.number {
  color: #424242;
  background-color: #dfdfdf;
  order: 0;
  align-items: center;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.heading4._1-copy {
  color: #242424;
  text-align: right;
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 32px;
}

.heading4._1 {
  color: #424242;
  margin-bottom: 5px;
  font-size: 24px;
}

.heading4._1.no_margin {
  margin-bottom: 0;
}

.heading4.details {
  color: #424242;
  margin-bottom: 5px;
  font-size: 24px;
}

.icon-5 {
  color: #fff;
  font-size: 20px;
  display: none;
  position: static;
  transform: rotate(0);
}

.whatsapp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #dd0404;
  align-items: center;
  width: 100%;
  padding: 5px 10px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  display: flex;
}

.whatsapp.dark {
  filter: invert();
  background-color: #dd040400;
  width: 20px;
  height: 20px;
  padding: 0;
}

.thumb_slider {
  background-color: #0000;
  border: 2px #ff4d00;
  border-radius: 0;
  flex-direction: column;
  width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: none;
  position: relative;
  top: 0;
  overflow: hidden;
}

.mini_listing_card {
  box-shadow: none;
  border: 1px solid #dfdfdf;
  margin-top: 0;
  display: flex;
}

.read_more {
  font-family: Kanit, sans-serif;
  display: none;
}

.right_corner {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.back_div {
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 0 20px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 1px 1px 5px #424242;
}

.small_car_image {
  object-fit: cover;
  width: auto;
  height: 100px;
}

.arrows_main_slider_left-2 {
  z-index: 2;
  cursor: pointer;
  background-color: #24242480;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  font-size: 30px;
  display: flex;
}

.checkbox-label {
  color: #424242;
  font-size: 15px;
  font-weight: 400;
}

.checkbox-label.no-caps {
  text-transform: capitalize;
}

.media_div {
  text-align: center;
  background-color: #eceff1;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.vehicle-main-image {
  border-radius: 10px;
  height: 41vw;
  max-height: 655px;
}

.text-block-2 {
  color: #424242;
  font-family: Kanit, sans-serif;
}

.additional_info {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  align-content: stretch;
  align-self: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.additional_info.details {
  border-top: 1px #000;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.additional_info.other_info {
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  border-top: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  display: grid;
}

.social_link {
  background-color: #fff;
  width: 30px;
  height: 30px;
}

.social_link:hover {
  opacity: .8;
}

.full-html {
  width: 100%;
  margin-bottom: 0;
}

.map-text {
  text-align: center;
}

.hamburger-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.hamburger-line {
  border: 1px solid var(--morgan-black);
  background-color: var(--morgan-black);
  border-radius: 5px;
  width: 40px;
  height: 4px;
}

.drop {
  align-self: center;
  display: none;
}

.mobile-menu.w--open {
  padding: 0;
}

.form-line {
  background-color: var(--morgan-red);
  border-radius: 5px;
  width: 100%;
  max-width: 20%;
  height: 4px;
}

.ms-checkbox-wrap {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.ms-tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px;
  padding: 16px;
  font-size: 12.5px;
  position: relative;
}

.ms-tooltip-container.is-10 {
  padding: 10px;
}

.ms-input {
  color: var(--morgan-red);
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 40px;
  margin-bottom: 20px;
  padding: 8px 12px;
  font-family: Kanit, sans-serif;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  border-width: 1.5px;
  border-color: var(--morgan-red);
  box-shadow: none;
}

.ms-input:focus {
  border-width: 1.5px;
  border-color: var(--morgan-red);
}

.ms-input::placeholder {
  color: #a1a1a1;
}

.ms-input.ms-text-area {
  min-height: 80px;
}

.ms-input.has-left-icon {
  padding-left: 38px;
}

.ms-link {
  color: var(--morgan-red);
}

.ms-relative {
  position: relative;
}

.ms-tooltip-content {
  padding: 0;
  display: block;
}

.ms-svg {
  z-index: 3;
  color: #12133140;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 10px;
}

.input-holder {
  flex: 1;
  width: 100%;
}

.input-holder.hidden {
  display: none;
}

.form-fixed {
  z-index: 20;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: fixed;
  inset: 0%;
}

.ms-tooltip-anchor {
  z-index: 100;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  height: 10px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  inset: 100% 0% 0;
}

.ms-tooltip-anchor.w--open {
  background-color: #0000;
  display: flex;
}

.ms-tooltip-anchor.is-top {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 12px;
  display: none;
  inset: auto 0% 100%;
}

.ms-tooltip-anchor.is-top.w--open {
  display: flex;
}

.ms-embed {
  background-color: #ededed;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: none;
}

.ms-button {
  border: 1.5px solid var(--morgan-black);
  background-color: var(--morgan-black);
  color: #fff;
  text-align: center;
  letter-spacing: .03em;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.645, .045, .355, 1), border-color .2s cubic-bezier(.645, .045, .355, 1), border-radius .2s cubic-bezier(.645, .045, .355, 1), box-shadow .2s cubic-bezier(.645, .045, .355, 1), background-color .2s cubic-bezier(.645, .045, .355, 1);
  position: relative;
  top: 0;
  box-shadow: 1px 1px 5px #ffffff40, 0 10px 20px -5px #2d3e504d;
}

.ms-button:hover {
  border-color: var(--morgan-red);
  background-color: var(--morgan-red);
  box-shadow: none;
  color: #fff;
  top: 0;
  transform: translate(0, 2px);
}

.ms-button:active {
  background-color: var(--morgan-red);
}

.ms-input-label {
  color: var(--morgan-black);
  margin-bottom: 5px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.form-heading {
  color: var(--morgan-red);
  margin-top: 0;
  margin-bottom: 0;
}

.ms-tooltip-wrapper {
  color: #112953;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px #2d3e501f;
}

.ms-tooltip-wrapper.width-200 {
  width: 210px;
}

.ms-checkbox-bold {
  color: var(--morgan-black);
  margin-top: -2px;
  margin-bottom: -2px;
  font-family: Kanit, sans-serif;
  font-size: 15px;
  line-height: 18px;
  display: block;
}

.form-icon {
  color: var(--morgan-black);
  width: 2.5rem;
  height: 2.5rem;
  transition: all .4s;
}

.form-icon:hover {
  color: var(--morgan-red);
  cursor: pointer;
  transform: rotate(180deg);
}

.ms-tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -7px 0% auto;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px #2d3e500f;
}

.ms-tooltip-diamond.is-bottom {
  top: auto;
  bottom: -7px;
}

.form-close {
  position: absolute;
  inset: 15px 15px auto auto;
}

.form-popup {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
  position: relative;
  inset: 0%;
  box-shadow: 0 4px 10px 6px #dedede;
}

.form-input-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.ms-button-flex {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.ms-checkbox {
  border: 1.5px solid var(--morgan-red);
  border-radius: 33%;
  flex: none;
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  border-color: var(--morgan-red);
  background-image: linear-gradient(to bottom, #ffffffe6, #ffffffe6), linear-gradient(to bottom, var(--morgan-red), var(--morgan-red));
}

.ms-checkbox.w--redirected-checked {
  background-color: var(--morgan-black);
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-color: #12133140;
  border-radius: 33%;
}

.ms-tooltip-dropdown {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  inset: 0%;
}

.ms-tooltip-dropdown.is-inline {
  margin-top: 10px;
  margin-left: 10px;
  display: inline-block;
}

.ms-button-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.ms-tooltip {
  color: #121331;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  top: -.1em;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input-wrap.hidden {
  display: none;
}

.checkbox-label-2 {
  font-family: Kanit, sans-serif;
}

.embed.hidden {
  display: flex;
}

.success-message {
  border: 1.5px solid var(--morgan-black);
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  min-height: 100px;
  padding-left: 30px;
  padding-right: 80px;
  position: relative;
}

.error-message {
  background-color: var(--morgan-red);
  border-radius: 10px 10px 0 0;
  max-width: 600px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.white {
  color: var(--morgan-white);
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }

  h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.moved-up {
    flex-flow: row;
    margin-top: 0;
    display: none;
    position: static;
  }

  .section.grey {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-1400 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .logo-image {
    max-height: 60px;
  }

  .navigation {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    display: none;
  }

  .navlink {
    flex: 0 auto;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .navlink.w--current {
    background-color: var(--morgan-black);
    color: var(--morgan-white);
    border-radius: 10px;
  }

  .button-holder {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .banner-main-text {
    font-size: 40px;
    line-height: 44px;
  }

  .spacing-div {
    height: 40px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .grid-image {
    height: 45vw;
    max-height: 350px;
  }

  .grid-offer-head {
    font-size: 24px;
    line-height: 28px;
  }

  .offer-subheading-grid {
    font-size: 17px;
    line-height: 22px;
  }

  .subheading-grid-block {
    font-size: 15px;
    line-height: 17px;
  }

  .price {
    font-size: 20px;
    line-height: 24px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .container {
    max-width: 728px;
  }

  .footer-link {
    margin-top: 6px;
  }

  .footer-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .page-container {
    padding-left: 0;
  }

  .page-container.grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 33px;
  }

  .bank-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .finance-houses {
    height: 100px;
  }

  .drop_down_holder.auto.full_height {
    width: auto;
    min-width: 0;
  }

  .container_drop_down {
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-field-2.grey {
    align-items: center;
    font-size: 14px;
  }

  .text-field-2.bigger.less_padd {
    border-right-style: none;
  }

  .compare_div {
    border-left-style: none;
    justify-content: center;
    width: auto;
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .result_tags {
    padding: 3px 8px;
    font-size: 14px;
  }

  .results_close {
    height: 19px;
    padding: 3px;
  }

  .compare_sort {
    justify-content: space-between;
  }

  .filter_section {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #fff0;
    flex-direction: column;
  }

  .nav_inner_holder {
    display: none;
  }

  .nav_top_modal.modal-_top {
    border-bottom: 1px #dfdfdf;
  }

  .arrows_main_slider_right-2 {
    width: 40px;
    height: 40px;
  }

  .grid_veh_details_heading {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .slide-mask {
    z-index: 0;
    height: 100%;
    max-height: none;
    overflow: hidden;
  }

  .comtainer_small_listing {
    grid-template-columns: 1fr;
  }

  .heading7.no-margin {
    font-size: 32px;
  }

  .car_container {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .arrow_solid, .arrow_solid.pervious {
    height: 20px;
  }

  .close_icon {
    opacity: .5;
    height: 30px;
  }

  .close_icon:hover {
    opacity: 1;
  }

  .info_car.details.stretch {
    padding-top: 20px;
  }

  .info_car.details.auto {
    width: 100%;
  }

  .vehicle-slider {
    z-index: 0;
    flex: 1;
    height: auto;
    max-height: none;
  }

  ._2-column_grid_details {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .message_div {
    display: none;
  }

  .absolute_dealer_logo, .absolute_dealer_logo.small {
    z-index: 1;
  }

  .vehicle_image {
    width: 100%;
    height: 9vw;
    min-height: 0;
    max-height: none;
  }

  .dealer_logo-2 {
    max-height: 40px;
  }

  .images_holder_slide {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .images_holder_slide.grid_style {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .vehicle-slide {
    z-index: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    max-height: none;
    position: static;
  }

  .arrow_thumb {
    width: 30px;
    height: 30px;
  }

  .text_holder {
    height: auto;
    overflow: hidden;
  }

  .h_flex {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mask_small {
    width: 100%;
    height: 100%;
  }

  .listing_section {
    padding-top: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .listing_section.grey {
    padding: 40px 20px;
  }

  .arrow_icon_main-2 {
    font-size: 22px;
  }

  .drop_options {
    max-width: 100%;
  }

  .media_icons {
    height: 20px;
  }

  .heading-5.whatsapp.auto {
    font-size: 15px;
  }

  .heading-6 {
    font-size: 19px;
  }

  .arrow_thumb-_down {
    width: 30px;
    height: 30px;
  }

  .heading_div.left_aligned {
    align-items: flex-start;
  }

  .slider_holder {
    flex-flow: column;
    flex: 0 auto;
    max-height: none;
    display: flex;
  }

  .body-text.smaller.disclaimer {
    height: auto;
    overflow: visible;
  }

  .heading4 {
    font-size: 23px;
  }

  .heading4.number {
    font-size: 15px;
  }

  .heading4._1-copy {
    align-self: auto;
    font-size: 28px;
  }

  .heading4._1 {
    font-size: 23px;
    font-weight: 400;
  }

  .heading4._1.no_margin {
    font-size: 23px;
  }

  .heading4.details {
    font-size: 24px;
  }

  .whatsapp {
    font-size: 14px;
  }

  .whatsapp.dark {
    width: 15px;
    height: 15px;
  }

  .thumb_slider {
    height: 100%;
    top: 0;
  }

  .mini_listing_card {
    flex-direction: column;
  }

  .read_more {
    cursor: pointer;
    font-weight: 500;
    display: block;
  }

  .right_corner {
    display: none;
  }

  .small_car_image {
    width: 30vw;
    height: 20vw;
  }

  .arrows_main_slider_left-2 {
    background-color: #24242480;
    width: 40px;
    height: 40px;
  }

  .vehicle-main-image {
    height: 35vw;
    min-height: 0;
    max-height: none;
    display: block;
  }

  .hamburger-menu {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    position: static;
  }

  .hamburger-menu.w--open {
    z-index: 100;
    background-color: var(--morgan-white);
    border-radius: 10px;
    position: relative;
  }

  .drop {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
  }

  .mobile-menu.w--open {
    z-index: 0;
    background-color: #fff;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 30px;
    display: flex;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .ms-button {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 19px;
    line-height: 24px;
  }

  h2 {
    font-size: 22px;
    line-height: 26px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.grey {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-1400 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .logo-image {
    max-height: 50px;
  }

  .navigation {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: none;
  }

  .button.small {
    align-self: flex-start;
    padding-bottom: 5px;
  }

  .button.small.red {
    align-self: flex-start;
  }

  .button-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
  }

  .banner-section {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .slider {
    background-color: #ddd0;
    flex-flow: row;
    height: auto;
  }

  .slide {
    height: 100%;
    position: relative;
  }

  .slide-image {
    object-position: 50% 50%;
  }

  .banner-text {
    background-color: var(--morgan-white);
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .banner-main-text {
    font-size: 26px;
    line-height: 32px;
  }

  .banner-text-holder {
    border-style: solid none none;
    border-width: 2px;
    border-color: var(--morgan-red);
    border-radius: 0;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacing-div {
    height: 20px;
  }

  .grid-image {
    height: 45vw;
    max-height: 267.396px;
  }

  .grid-offer-div {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .grid-offer-div.white {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 15px;
  }

  .grid-offer-head {
    font-size: 19px;
    line-height: 24px;
  }

  .offer-subheading-grid {
    font-size: 16px;
    line-height: 20px;
  }

  .subheading-grid-block {
    margin-top: 6px;
    font-size: 13px;
    line-height: 17px;
  }

  .price {
    font-size: 18px;
    line-height: 22px;
  }

  .footer-dark {
    padding: 30px 30px 20px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-block {
    align-items: flex-start;
  }

  .footer-link:hover {
    color: #fff;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
    margin-left: 0;
  }

  .car-info-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .page-container {
    padding-left: 0;
  }

  .heading-2 {
    font-size: 25px;
  }

  .bank-block {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .heading-4 {
    font-size: 22px;
  }

  .location {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .svg-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .drop_down_holder {
    display: block;
  }

  .container_drop_down {
    grid-template-columns: 1fr 1fr;
  }

  .text-field-2.bigger.less_padd {
    font-size: 15px;
  }

  .tags_holder {
    right: 15px;
  }

  .result_tags {
    font-size: 13px;
    line-height: 15px;
  }

  .results_close {
    height: 17px;
  }

  .edit_block.accent.full-width {
    font-size: 15px;
  }

  .text-block {
    font-size: 18px;
    line-height: 22px;
  }

  .side_images_slider {
    width: 100%;
  }

  .lottie-animation-4 {
    height: 60px;
  }

  .smaller_input-normal.message {
    line-height: 20px;
  }

  .nav_top_modal {
    height: 100px;
  }

  .arrows_main_slider_right-2 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .grid_veh_details_heading {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    width: 100%;
    display: grid;
  }

  .heading_6._1-copy {
    font-size: 16px;
  }

  .heading_6.details {
    font-size: 15px;
  }

  .heading_6.body_2 {
    font-size: 16px;
  }

  .comtainer_small_listing {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .heading7.no-margin {
    font-size: 28px;
  }

  .info_car.dealer, .info_car.details, .info_car.details.stretch {
    padding-left: 20px;
    padding-right: 20px;
  }

  .info_car.details.auto {
    width: 100%;
  }

  .vehicle-slider {
    position: relative;
  }

  ._2-column_grid_details {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    place-items: center start;
    padding-left: 0;
    padding-right: 0;
  }

  .vehicle_image {
    height: 15vw;
    min-height: 0;
    max-height: none;
  }

  .vehicle_image.secondary_style {
    min-height: 16vw;
    max-height: 16vw;
  }

  .images_holder_slide.grid_style {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text_holder {
    height: auto;
  }

  .input_wrapper {
    margin-bottom: 10px;
  }

  .icon-4 {
    font-size: 18px;
  }

  .logo_nav {
    width: 120px;
  }

  .listing_section {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .listing_section.grey {
    border-top: 2px solid var(--morgan-white);
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .arrow_icon_main-2 {
    font-size: 20px;
  }

  .drop_options {
    max-width: 100%;
  }

  .smaller_input {
    margin-bottom: 0;
  }

  .heading-6, .heading-6.details-copy {
    font-size: 20px;
  }

  .heading_div.left_aligned {
    margin-bottom: 0;
  }

  .body-text.smaller.disclaimer {
    max-height: none;
    overflow: auto;
  }

  .heading4 {
    font-size: 22px;
  }

  .heading4._1-copy {
    font-size: 24px;
  }

  .icon-5 {
    font-size: 18px;
  }

  .whatsapp {
    width: auto;
    min-width: 150px;
    font-size: 15px;
  }

  .whatsapp.dark {
    min-width: 0;
  }

  .read_more {
    font-family: Kanit, sans-serif;
    display: block;
  }

  .arrows_main_slider_left-2 {
    width: 40px;
    height: 40px;
    margin-left: 10px;
  }

  .vehicle-main-image {
    height: 60.2vw;
    min-height: 0;
    max-height: none;
  }

  .mobile-menu.w--open {
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    inset: 0%;
  }

  .ms-input {
    margin-bottom: 10px;
  }

  .input-holder {
    flex: 0 auto;
  }

  .form-fixed {
    z-index: 1000;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-popup {
    z-index: 1000;
    height: auto;
    max-height: 83vh;
    padding: 20px 30px;
    overflow: auto;
  }

  .error-message {
    z-index: 1001;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 20px;
  }

  .section.fixed {
    position: static;
  }

  .container-1400 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .container-1400.mobile {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .button.small, .button.small.red {
    text-align: center;
    align-self: auto;
  }

  .slide {
    z-index: 0;
  }

  .slide-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .banner-text {
    width: 100%;
  }

  .banner-main-text {
    flex-flow: row;
    font-size: 26px;
    display: block;
  }

  .banner-text-holder {
    z-index: 0;
    flex-flow: wrap;
    flex: 0 auto;
  }

  .grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .grid-div {
    width: 100%;
  }

  .grid-image {
    height: 88vw;
    max-height: 324.292px;
  }

  .grid-offer-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .grid-offer-head, .subheading-grid-block {
    text-align: center;
  }

  .grid-offer-top {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .footer-dark {
    padding-top: 20px;
  }

  .footer-divider {
    margin-top: 20px;
  }

  .footer-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 100%;
    margin-top: 20px;
  }

  .footer-wrapper {
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    max-width: none;
  }

  .footer-logo {
    width: 150px;
  }

  .footer-block {
    justify-content: center;
    align-items: center;
  }

  .footer-social-link {
    margin-left: 0;
  }

  .footer-social-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
    margin-left: 0;
  }

  .car-info-vertical {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    flex-flow: wrap;
  }

  .additional {
    flex: 1;
  }

  .paragraph {
    white-space: nowrap;
  }

  .heading-div {
    justify-content: space-between;
    align-items: center;
  }

  .page-container {
    align-items: flex-start;
    overflow: auto;
  }

  .heading-div-2 {
    text-align: center;
  }

  .heading-2 {
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
  }

  .bank-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .finance-houses {
    object-fit: cover;
    border: 1px #e8e8e8;
    width: 100%;
    max-width: 80%;
    height: auto;
  }

  .visit-div {
    height: auto;
    padding-top: 20px;
    padding-bottom: 25px;
  }

  .location-section {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .heading-4 {
    font-size: 21px;
  }

  .location {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .drop_down_holder.auto {
    width: 100%;
    min-width: auto;
  }

  .drop_down_holder.auto.full_height {
    height: 50px;
  }

  .container_drop_down {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dropdown-list-2, .text-field-2 {
    display: none;
  }

  .text-field-2.grey {
    font-size: 14px;
    line-height: 18px;
  }

  .text-field-2.bigger.less_padd {
    height: auto;
    font-size: 14px;
  }

  .compare_div {
    justify-content: flex-start;
    align-self: stretch;
    height: auto;
    padding-left: 15px;
    font-size: 14px;
  }

  .tags_holder {
    justify-content: flex-start;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
    position: static;
    right: 60px;
  }

  .result_tags {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    line-height: 13px;
  }

  .search_parent {
    grid-row-gap: 10px;
    background-color: #fff0;
    flex-direction: column;
    padding-bottom: 0;
  }

  .button_text {
    display: none;
  }

  .button_text.bigger.show_mobile_only {
    display: block;
  }

  .compare_sort {
    grid-column-gap: 5px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .edit_block {
    align-self: flex-end;
    margin-bottom: 10px;
    padding: 7px;
  }

  .edit_block.search-copy {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    min-width: 50px;
    min-height: 50px;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .edit_block.accent {
    width: 100%;
    min-width: 60px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .edit_block.accent.full-width {
    min-width: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .edit_block.accent.full-width.active {
    justify-content: center;
    align-items: center;
  }

  .edit_block.accent.middle {
    width: auto;
  }

  .edit_block.red, .edit_block.dark {
    width: 100%;
    min-width: 60px;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }

  .filter_section {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .model {
    font-weight: 400;
  }

  .button_icon {
    width: auto;
    height: 15px;
    margin-right: 0;
  }

  .button_icon.white {
    height: 17px;
    margin-right: 0;
  }

  .text-block {
    text-align: center;
  }

  .side_images_slider {
    margin-top: 0;
  }

  .nav_top_modal {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .nav_top_modal.modal-_top {
    position: fixed;
  }

  .arrows_main_slider_right-2 {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .grid_veh_details_heading {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .heading_6._1-copy {
    font-size: 15px;
  }

  .heading_6.details.link {
    font-size: 14px;
  }

  .heading_6.body_2 {
    font-size: 15px;
  }

  .comtainer_small_listing {
    grid-column-gap: 5px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .slide-2 {
    overflow: hidden;
  }

  .heading7.no-margin {
    border-bottom: 1px #dfdfdf;
    padding-bottom: 0;
    font-size: 24px;
  }

  .car_info {
    padding-bottom: 10px;
    padding-right: 15px;
  }

  .arrow_solid, .arrow_solid.pervious {
    height: 17px;
  }

  .checkbox_style {
    padding-top: 12px;
    padding-bottom: 15px;
  }

  .close_icon {
    height: 20px;
  }

  .red_span {
    font-size: 24px;
  }

  .info_car.dealer.hidden_mobile {
    grid-row-gap: 5px;
    display: flex;
  }

  .info_car.details, .info_car.details.stretch {
    padding: 20px 15px;
  }

  .info_car.details.auto {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .info_car.details.hide_mobile {
    display: block;
  }

  .info_car.details.message_fixed {
    height: auto;
    margin-top: 0;
    display: flex;
  }

  ._2-column_grid_details {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .accessories_style {
    font-size: 12px;
    line-height: 16px;
  }

  .message_div {
    z-index: 12;
    background-color: #f4f4f4;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .see_more_link {
    color: #424242;
    font-weight: 400;
  }

  .vehicle_image {
    width: 100%;
    min-height: 0;
    max-height: none;
  }

  .vehicle_image.secondary_style {
    min-height: 26vw;
    max-height: 26vw;
  }

  .dealer_logo-2 {
    max-height: 30px;
  }

  .images_holder_slide.grid_style {
    grid-template-columns: 1fr 1fr;
  }

  .arrow_thumb {
    z-index: 1;
    justify-content: center;
    width: 25px;
    height: 25px;
    display: flex;
  }

  .button_holder_left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 10px;
    display: flex;
  }

  .text_holder {
    height: auto;
  }

  .h_flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .input_wrapper {
    margin-top: 3px;
  }

  .icon-4 {
    margin-right: 5px;
  }

  .google-map {
    width: auto;
  }

  .logo_nav {
    width: 125px;
  }

  .listing_section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .listing_section.grey {
    padding: 20px;
  }

  .terms_div {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .arrow_icon_main-2 {
    font-size: 16px;
  }

  .drop_options {
    z-index: 5;
    display: none;
  }

  .error_message {
    font-size: 12px;
    line-height: 16px;
  }

  .smaller_input {
    margin-bottom: 0;
  }

  .heading-5.whatsapp.auto {
    min-width: 0;
  }

  .heading-6 {
    font-size: 19px;
  }

  .heading-6.smaller {
    font-size: 16px;
  }

  .heading-6.details-copy {
    font-size: 18px;
  }

  .h_flex_div, .h_flex_div.one_column, .h_flex_div.max_width {
    grid-template-columns: 1fr;
  }

  .arrow_thumb-_down {
    z-index: 1;
    width: 25px;
    height: 25px;
  }

  .inner_nav.center {
    justify-content: space-between;
  }

  .success_message {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .heading_div.left_aligned {
    margin-bottom: 10px;
  }

  .body-text.smaller.full-width {
    margin-top: 0;
    font-size: 15px;
  }

  .body-text.smaller.disclaimer {
    max-height: none;
    margin-top: 0;
    font-size: 15px;
    overflow: visible;
  }

  .heading4 {
    font-size: 22px;
  }

  .heading4.small_price {
    font-size: 14px;
  }

  .heading4._1-copy, .heading4._1, .heading4._1.no_margin, .heading4.details {
    font-size: 22px;
  }

  .whatsapp.dark {
    display: none;
  }

  .thumb_slider {
    width: 100%;
  }

  .mini_listing_card {
    flex-direction: column;
  }

  .small_car_image {
    flex: 1;
    width: 100%;
    height: 140px;
  }

  .arrows_main_slider_left-2 {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }

  .vehicle-main-image {
    height: 58.5vw;
    min-height: 0;
    max-height: none;
  }

  .hamburger-menu {
    z-index: 0;
    position: static;
  }

  .drop {
    z-index: 3;
    position: relative;
  }

  .mobile-menu.w--open {
    z-index: 0;
    inset: 0%;
  }

  .ms-checkbox-wrap {
    display: flex;
  }

  .ms-input {
    margin-bottom: 10px;
  }

  .form-fixed {
    z-index: 100;
    justify-content: center;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .ms-button {
    width: 100%;
    min-height: auto;
    padding: .6em 1.3em;
    font-size: 14px;
    font-style: normal;
  }

  .form-popup {
    z-index: 1001;
    height: auto;
    max-height: 83vh;
    padding: 20px;
  }

  .form-input-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .error-message {
    z-index: 1001;
  }
}

#w-node-_1e4e219c-77f0-9105-c39b-218cf803617a-b0430ffc, #w-node-_0145deca-93f9-49bb-1114-3a914f9d4c85-b0430ffc, #w-node-_7c088841-bce8-7233-dd85-a15c6827bb15-b0430ffc, #w-node-_87064426-ee4c-a20e-75e9-8422ec7ad937-b0430ffc, #w-node-adbe5098-6130-ac25-130e-9387fc077ff1-b0430ffc, #w-node-adbe5098-6130-ac25-130e-9387fc078002-b0430ffc, #w-node-adbe5098-6130-ac25-130e-9387fc078013-b0430ffc, #w-node-adbe5098-6130-ac25-130e-9387fc078024-b0430ffc, #w-node-f11fe352-879b-6d53-313b-61031d42642e-1d426428, #w-node-f11fe352-879b-6d53-313b-61031d42643b-1d426428 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-4973d9ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-4973d9ca {
  align-self: auto;
}

#w-node-adbe5098-6130-ac25-130e-9387fc077ff1-c5d7b6aa, #w-node-_547ed8ea-01a0-9669-f668-6fd8b4f8c8d7-c5d7b6aa, #w-node-e218e02e-97c4-befc-3510-6d69f534733d-c5d7b6aa, #w-node-_395db500-c369-dd60-7e74-3ebef63ab10c-c5d7b6aa, #w-node-d628b23b-2589-1ce8-199f-ef3db96d1f0d-c5d7b6aa, #w-node-c596897b-7a4b-6025-04c5-3f5eca8697d1-c5d7b6aa, #w-node-_8912a2e4-7397-dc40-de97-5c537763d96b-c5d7b6aa, #w-node-ebae8768-53ab-bcb5-54f9-d0d361608ca9-c5d7b6aa, #w-node-_67f86e6b-24e0-c048-3260-6b431ef602ad-c5d7b6aa, #w-node-_766f134f-0c33-5d0a-24e0-f3bbf9ae985a-c5d7b6aa, #w-node-d18a20e3-fb17-6099-c7b2-1060fad5eb00-c5d7b6aa, #w-node-_11e4d397-3b61-e5b7-faa1-462ddcd7d80f-c5d7b6aa, #w-node-_7222bf02-f1ec-03ed-fd4a-5ef1caac1bc2-c5d7b6aa, #w-node-e54b98ed-6e6a-75c8-00f2-eedbd520cc41-c5d7b6aa, #w-node-_2ebeacc2-0e15-56cf-87e2-7bad676eefaf-00bbcdc1, #w-node-a5000158-3310-e373-12a3-0fdd4a40c0b3-00bbcdc1, #w-node-a2294d94-ccd9-933e-5968-43f9d22c1cde-00bbcdc1, #w-node-ad9cc39d-af0c-f59f-a32a-6eb4b04803e3-00bbcdc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-85c59653 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-85c59653 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-493365ca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-493365ca {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d24a-493365ca, #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d256-493365ca {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-6433e751 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-6433e751 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-1b99d2d3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-1b99d2d3 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-5a753ff6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-5a753ff6 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-6561d893 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-6561d893 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-8e0b21c2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-8e0b21c2 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-da601150 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-da601150 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-e59184d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-e59184d4 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-115364cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-115364cb {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-a3c44aae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-a3c44aae {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-72228741 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-72228741 {
  align-self: auto;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-0538d2c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-0538d2c9 {
  align-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-4973d9ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-4973d9ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-85c59653 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-85c59653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-493365ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-493365ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-6433e751 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-6433e751 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-1b99d2d3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-1b99d2d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-5a753ff6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-5a753ff6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-6561d893 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-6561d893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-8e0b21c2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-8e0b21c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-da601150 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-da601150 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-e59184d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-e59184d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-115364cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-115364cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-a3c44aae {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-a3c44aae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-72228741 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-72228741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-0538d2c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d12a-0538d2c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-4973d9ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-4973d9ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-4973d9ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-85c59653 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-85c59653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-85c59653 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-493365ca {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-493365ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-493365ca {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-6433e751 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-6433e751 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-6433e751 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-1b99d2d3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-1b99d2d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-1b99d2d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-5a753ff6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-5a753ff6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-5a753ff6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-6561d893 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-6561d893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-6561d893 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-8e0b21c2 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-8e0b21c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-8e0b21c2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-da601150 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-da601150 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-da601150 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-e59184d4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-e59184d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-e59184d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-115364cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-115364cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-115364cb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-a3c44aae {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-a3c44aae {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-a3c44aae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-72228741 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-72228741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-72228741 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d129-0538d2c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d137-0538d2c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_9f9cad00-966e-cb1d-3e5a-20821c85d216-0538d2c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-b0430ffc, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-b0430ffc, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-b0430ffc, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-b0430ffc, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-b0430ffc, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-4973d9ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-4973d9ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-4973d9ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-4973d9ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-4973d9ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-c5d7b6aa, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-c5d7b6aa, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-c5d7b6aa, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-c5d7b6aa, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-c5d7b6aa, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-85c59653, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-85c59653, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-85c59653, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-85c59653, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-85c59653, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-493365ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-493365ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-493365ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-493365ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-493365ca, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-6433e751, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-6433e751, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-6433e751, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-6433e751, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-6433e751, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-1b99d2d3, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-1b99d2d3, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-1b99d2d3, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-1b99d2d3, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-1b99d2d3, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-5a753ff6, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-5a753ff6, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-5a753ff6, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-5a753ff6, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-5a753ff6, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-6561d893, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-6561d893, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-6561d893, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-6561d893, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-6561d893, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-8e0b21c2, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-8e0b21c2, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-8e0b21c2, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-8e0b21c2, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-8e0b21c2, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-da601150, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-da601150, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-da601150, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-da601150, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-da601150, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-e59184d4, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-e59184d4, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-e59184d4, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-e59184d4, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-e59184d4, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-115364cb, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-115364cb, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-115364cb, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-115364cb, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-115364cb, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-a3c44aae, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-a3c44aae, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-a3c44aae, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-a3c44aae, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-a3c44aae, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-72228741, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-72228741, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-72228741, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-72228741, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-72228741, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47e9-0538d2c9, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ea-0538d2c9, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47eb-0538d2c9, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ec-0538d2c9, #w-node-_50574f9a-a4bf-3fed-a29a-3898d05a47ed-0538d2c9 {
    justify-self: center;
  }
}


