.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 {
  height: 55px;
  background-color: #222224;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.grid {
  width: 100vw;
  max-width: 1200px;
  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;
}

.section-3 {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

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

.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-block-3 {
  padding: 40px;
}

.button {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
}

.button.button_style {
  width: 120px;
  color: #000;
  border: 1px solid #000;
  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 {
  height: 200px;
  background-color: #222224;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-4 {
  max-width: none;
  border-top: 1px solid #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
  justify-content: flex-start;
  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: 1200px;
  margin-left: 20px;
  margin-right: 20px;
}

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

.div-block-6 {
  width: 100%;
  height: 200px;
  max-width: 1200px;
  background-color: #fdd803;
  background-image: url('../images/bg.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  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: 46px;
  line-height: 46px;
}

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

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

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

.div-block-9 {
  width: 100%;
  max-width: 1200px;
  border-top: 1px solid #fff;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 20px 20px;
  display: flex;
}

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

.body {
  display: block;
}

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

  .header {
    justify-content: center;
    align-items: center;
  }

  .grid {
    justify-items: center;
  }

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

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

  .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: 0;
    padding-right: 0;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .div-block-6 {
    width: 100%;
    height: 200px;
    max-width: 1200px;
    background-color: #fdd803;
    background-image: url('../images/bg.png');
    background-position: 0 0;
    background-size: auto;
    justify-content: center;
    align-items: center;
    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: 46px;
    font-weight: 600;
  }

  .slogan.second {
    font-family: Poppins, sans-serif;
    font-size: 90px;
    font-weight: 100;
  }

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

  .div-block-8, .div-block-9 {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  .grid {
    max-width: none;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-3 {
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .footer {
    margin-top: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

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

  .div-block-6 {
    width: 100%;
    height: 160px;
    background-position: 94% 94%;
    background-size: auto 140px;
    justify-content: flex-start;
    padding-left: 25px;
    padding-right: 0;
  }

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

  .slogan {
    font-size: 32px;
    line-height: 34px;
  }

  .slogan.second {
    font-size: 62px;
    line-height: 70px;
  }

  .div-block-7 {
    background-color: rgba(255, 255, 255, .45);
    margin-bottom: 26px;
    margin-left: 0;
    padding: 4px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 30% 30% 30%;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div_style {
    padding: 10px 4px;
  }

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

  .div_style.text-decoration-none.transparent_fill {
    width: auto;
    max-width: none;
    min-width: 100px;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .div_style.transparent_fill {
    width: auto;
    max-width: none;
    min-width: 100px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .button_text {
    font-size: 15px;
  }

  .discription {
    align-items: center;
  }

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

  .image_style {
    max-width: 38px;
  }

  .footer {
    margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

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

  .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-size: auto 116px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .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: rgba(255, 255, 255, .8);
    margin-bottom: 0;
    margin-left: 0;
  }

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

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

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

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

@media screen and (max-width: 479px) {
  .grid {
    width: 96vw;
    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;
    align-items: center;
    justify-items: center;
    margin-left: 0;
  }

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

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

  .div_style:active {
    background-color: rgba(0, 0, 0, 0);
    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 {
    width: auto;
  }

  .image_style {
    max-width: 38px;
  }

  .footer {
    height: 200px;
    flex-direction: column;
    padding-left: 6px;
    padding-right: 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% 100%;
    background-size: contain;
    justify-content: center;
    align-items: center;
  }

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

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

  .div-block-9 {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 6px;
    margin-right: 6px;
    padding-top: 2px;
  }

  .footer_text {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb926e23-880a-5b65-0e9f-5faf980be507-a4a3a270, #w-node-b8e2fd06-9e7f-ba03-4f98-e0663fa1827f-a4a3a270 {
    align-self: auto;
    justify-self: auto;
  }
}


