.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;
}

body {
  color: #333;
  flex-direction: column;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

img {
  max-width: 100%;
  display: inline-block;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 102px;
  padding: 10px 41.887px;
  display: flex;
}

.logo {
  z-index: 2;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 6px;
  outline-offset: 0px;
  object-fit: fill;
  outline: 3px #333;
  flex: 0 auto;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  justify-content: space-around;
  justify-items: stretch;
  width: 100vw;
  max-width: 1032.25px;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  z-index: 4;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-bottom: 0;
  padding: 32px 41.887px;
  display: flex;
  position: static;
}

.div-block {
  background-color: #c5c5c5;
  width: 120px;
  height: 120px;
}

.div_style {
  cursor: pointer;
  border: 1px #000;
  padding: 20px 30px;
  text-decoration: none;
}

.div_style:hover {
  outline-offset: 0px;
  border: 1.5px #e6e6e6;
  outline: 1.5px solid #f2f2f2;
}

.div_style:active {
  border: 2px #1c1c1c;
  outline-width: 2px;
  outline-color: #121212;
}

.div_style.text-decoration-none {
  color: #000;
  text-decoration: none;
}

.div_style.transparent_fill.disabled {
  opacity: .22;
}

.div-block-3 {
  padding: 40px;
}

.button {
  background-color: #0000;
  border-radius: 0;
}

.button.button_style {
  color: #000;
  border: 1px solid #000;
  width: 120px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.button_text {
  color: #222224;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.country_button {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image {
  padding-left: 4px;
}

.discription {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 4px;
  display: flex;
}

.discription_text {
  color: #b4b4b4;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 12px;
}

.open_text {
  color: #222224;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.open_button {
  align-items: center;
  margin-top: 14px;
  display: none;
  overflow: visible;
}

.image-2 {
  margin-left: 4px;
}

.image_style {
  max-width: 50px;
}

.footer {
  background-color: #222224;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 160px;
  margin-top: auto;
  padding-left: 41.887px;
  padding-right: 41.887px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-4 {
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  justify-content: flex-start;
  max-width: none;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block {
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.image-3 {
  max-width: none;
}

.div-block-5 {
  width: 100%;
  max-width: 1064px;
  margin-left: 0;
  margin-right: 0;
}

.banner {
  z-index: 3;
  justify-content: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: static;
}

.div-block-6 {
  background-color: #f5f5f5;
  background-image: url('../images/revine.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 150px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 200px;
  display: flex;
}

.image-6 {
  height: 170px;
  margin-bottom: 4px;
  margin-left: 40px;
}

.slogan {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 36px;
}

.slogan.second {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 54px;
  font-weight: 100;
  line-height: 54px;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 20px;
  display: flex;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1063.97px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-9 {
  border-top: 1px #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1063.97px;
  margin: 30px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer_text {
  color: #fff;
  text-align: right;
  margin-top: 6px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.image-8 {
  width: 140px;
  max-width: none;
  min-height: 50px;
}

.body {
  display: block;
}

.div-block-10 {
  width: 100%;
  max-width: 1063.97px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.image-9 {
  width: 140px;
  min-width: auto;
  max-width: none;
  min-height: 50px;
  max-height: none;
}

.div-block-11 {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.div-block-12 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (min-width: 1280px) {
  body {
    flex-direction: column;
    display: flex;
  }

  .header {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    justify-content: center;
    align-items: center;
    padding: 10px 41.887px;
  }

  .grid {
    justify-items: center;
    max-width: 1063.97px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-3 {
    align-items: center;
    padding-top: 30px;
    padding-left: 41.887px;
    padding-right: 41.887px;
  }

  .div_style.text-decoration-none {
    color: #000;
    text-decoration: none;
  }

  .div_style.transparent_fill.disabled {
    opacity: .22;
  }

  .button_text, .discription_text, .open_text {
    font-family: Poppins, sans-serif;
  }

  .image_style {
    max-width: 60px;
    margin-bottom: 4px;
  }

  .footer {
    height: 200px;
    margin-top: auto;
    padding-left: 41.887px;
    padding-right: 41.887px;
    position: static;
    inset: auto 0% 0%;
  }

  .banner {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    background-color: #f5f5f5;
    background-image: url('../images/revine.png');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: auto 140px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 200px;
    display: flex;
  }

  .image-4 {
    height: 200px;
  }

  .image-5 {
    height: 320px;
  }

  .image-6 {
    height: 170px;
    margin-left: 40px;
    padding-left: 0;
  }

  .image-7 {
    height: 200px;
  }

  .slogan {
    text-transform: uppercase;
    font-family: Playfair Display, sans-serif;
    font-size: 29px;
    font-weight: 600;
  }

  .slogan.second {
    font-family: Poppins, sans-serif;
    font-size: 54px;
    font-weight: 100;
    line-height: 60px;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    margin-left: 60px;
    display: flex;
  }

  .div-block-8, .div-block-9 {
    max-width: 1063.97px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 170px;
    max-width: none;
    min-height: 50px;
    max-height: 32px;
  }

  .div-block-10 {
    width: 100%;
    max-width: 1063.97px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-9 {
    width: 170px;
    max-width: none;
    max-height: 32px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    justify-content: center;
    align-items: center;
    height: 52px;
    margin-left: 0;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    width: 100%;
    max-width: 906.25px;
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    align-items: center;
    max-width: none;
    padding-left: 41.887px;
    padding-right: 41.887px;
  }

  .div_style {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div_style.text-decoration-none {
    padding-left: 10px;
  }

  .footer {
    justify-content: flex-end;
    align-items: center;
    margin-top: auto;
    padding-left: 41.887px;
    padding-right: 41.887px;
    position: static;
    inset: auto 0% 0%;
  }

  .banner {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    background-image: url('../images/revine.png');
    background-position: 100%;
    background-size: auto 140px;
    justify-content: flex-start;
    width: 100%;
    height: 160px;
    padding-left: 25px;
    padding-right: 0;
  }

  .image-6 {
    height: 140px;
    margin-left: 0;
  }

  .slogan {
    font-size: 25px;
    font-weight: 600;
    line-height: 26px;
  }

  .slogan.second {
    font-size: 48px;
    font-weight: 100;
    line-height: 50px;
  }

  .div-block-7 {
    background-color: #ffffff73;
    margin-bottom: 0;
    margin-left: 0;
    padding: 4px;
  }

  .div-block-8 {
    max-width: 906.25px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    max-width: 906.25px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    width: 130px;
    max-width: 140px;
    min-height: 40px;
  }

  .div-block-10 {
    align-items: center;
    max-width: 906.25px;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-9 {
    width: 130px;
    max-width: 140px;
    min-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    width: 100%;
    height: 50px;
    padding: 0 9.6px;
  }

  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr .8fr .8fr;
    justify-content: space-around;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .section-3 {
    align-items: center;
    padding-top: 30px;
    padding-left: 9.6px;
    padding-right: 9.6px;
  }

  .div_style {
    padding: 10px 4px;
  }

  .div_style.text-decoration-none {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div_style.text-decoration-none.transparent_fill, .div_style.transparent_fill {
    padding-left: 0;
  }

  .div_style.transparent_fill.left_space, .div_style.transparent_fill.left_space-copy {
    margin-left: 10px;
  }

  .button_text {
    font-size: 15px;
  }

  .discription_text {
    margin-top: 6px;
    font-size: 11px;
  }

  .image_style {
    max-width: 38px;
  }

  .footer {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    padding-left: 9.6px;
    padding-right: 9.6px;
    position: static;
  }

  .image-3 {
    max-width: 90px;
  }

  .div-block-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    background-position: 100%;
    background-size: auto 130px;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
  }

  .slogan {
    outline-offset: 0px;
    outline: 3px #333;
    font-size: 24px;
    line-height: 24px;
  }

  .slogan.second {
    font-size: 42px;
    font-weight: 200;
    line-height: 44px;
  }

  .div-block-7 {
    background-color: #fffc;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-block-8 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-9 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 4px;
  }

  .image-8 {
    width: 120px;
    max-width: 140px;
  }

  .image-9 {
    width: 120px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding: 0 9.6px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 18px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-around;
    place-items: start baseline;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .section-3 {
    align-items: center;
    width: auto;
    padding-top: 20px;
  }

  .div_style {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div_style:active {
    background-color: #0000;
    border-top-style: none;
    outline-color: #1e1e1e;
  }

  .div_style.text-decoration-none {
    padding-left: 4px;
    padding-right: 4px;
  }

  .div_style.text-decoration-none.transparent_fill, .div_style.transparent_fill {
    padding-left: 0;
  }

  .div_style.transparent_fill.left_space {
    margin-left: 10px;
  }

  .div_style.transparent_fill.small_left_space {
    padding-left: 6px;
  }

  .image_style {
    max-width: 38px;
  }

  .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 190px;
    padding-left: 9.6px;
    padding-right: 9.6px;
  }

  .div-block-5 {
    margin-left: 6px;
    margin-right: 6px;
  }

  .banner {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-6 {
    background-position: 50% 90%;
    background-size: contain;
    justify-content: center;
    align-items: flex-start;
    height: 220px;
    padding-left: 0;
  }

  .slogan {
    text-align: center;
    font-size: 21px;
    line-height: 29px;
  }

  .slogan.second {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-7 {
    background-color: #fff0;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .div-block-8 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer_text {
    margin-top: 4px;
  }

  .image-8 {
    width: 120px;
    max-width: 120px;
  }

  .div-block-10 {
    align-items: center;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .image-9 {
    width: 120px;
    max-width: 120px;
  }

  .div-block-12 {
    flex-direction: column;
    align-items: flex-start;
  }
}

#w-node-_13ceb653-dfe8-abdd-e8e5-efa20e02f6e9-c5efc206 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-fb926e23-880a-5b65-0e9f-5faf980be507-c5efc206 {
    justify-self: auto;
  }

  #w-node-f49eccb8-7516-20d4-3f21-9d0615b2f420-c5efc206 {
    justify-self: stretch;
  }
}


