:root {
  --black: #000;
  --light-sand: #bfb9b2;
  --gold: #bf986d;
  --9gold: rgba(191, 152, 109, .09);
  --white: white;
  --round: 20px;
  --black-2: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--light-sand);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.navbar {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  margin-top: 1.5%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4%;
  padding-right: 4%;
  display: block;
}

.navbar-2 {
  background-color: rgba(221, 221, 221, 0);
  background-image: linear-gradient(180deg, var(--black) 20%, rgba(0, 0, 0, .7) 65%, rgba(0, 0, 0, 0));
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 18%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image {
  width: 250px;
  max-width: none;
  height: auto;
  margin-left: 20px;
}

.navtextmenu {
  color: var(--gold);
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.navtextmenu.w--current {
  color: var(--gold);
  font-size: 26px;
}

.hedader {
  align-items: center;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-header {
  flex: 1;
  margin-top: 93px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-2 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 51px;
}

.main-hero_heading {
  color: var(--gold);
  text-transform: uppercase;
  margin-left: 20px;
  padding-right: 20px;
  font-family: Monoton, sans-serif;
  font-size: 63px;
  font-weight: 400;
  line-height: 79px;
}

.rows {
  flex: 1;
  order: 0;
  align-self: center;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: var(--gold);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
}

.paragraf.centr {
  text-align: center;
}

.phone {
  border-radius: 20px;
  flex: 0 auto;
  width: 336px;
  height: auto;
  position: relative;
  top: -167px;
  bottom: auto;
}

.phone.work {
  width: auto;
  height: auto;
  position: static;
}

.heading-2 {
  color: var(--gold);
  text-transform: uppercase;
  font-weight: 800;
}

.heading-2.centr {
  text-align: center;
  margin-top: 100px;
}

.image-3 {
  flex: 0 auto;
  align-self: center;
  width: 81px;
  max-width: none;
  height: auto;
  margin-right: 18px;
}

.arrows {
  z-index: 99;
  justify-content: flex-start;
  display: flex;
  position: relative;
  top: 133px;
  left: 311px;
}

.text-arrows {
  color: var(--gold);
  -webkit-text-stroke-color: var(--gold);
  margin-top: 30px;
  font-family: Architects Daughter, sans-serif;
  font-size: 24px;
  line-height: 26px;
  position: relative;
  left: 153px;
}

.text-arrows.info1 {
  position: static;
}

.div {
  border-radius: 20px;
}

.icon {
  flex: 0 auto;
  align-self: flex-end;
}

.icon-image {
  width: auto;
  height: 25px;
  margin: 8px 8px 10px;
  transition: transform .2s;
}

.icon-image:hover {
  transform: scale(1.2);
}

.content-example {
  margin-left: auto;
  margin-right: auto;
}

.image-example {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 153px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-5 {
  width: 700px;
  max-width: none;
  height: auto;
}

.grid-2 {
  grid-template-rows: auto;
}

.creation-process {
  background-color: var(--9gold);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.creation-rows {
  background-color: var(--black);
  border-radius: 10px;
  padding: 6px;
  transition: transform .55s, box-shadow .35s;
  display: flex;
}

.creation-rows:hover {
  box-shadow: 0 0 14px 1px var(--gold);
  transform: scale(1.02);
}

.creation-number {
  color: var(--gold);
  flex: 0 auto;
  margin: 22px;
  font-size: 64px;
  font-weight: 200;
  line-height: 67px;
}

.text-number {
  align-self: center;
  align-items: center;
  display: block;
}

.paragraph-nuber {
  flex: 1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-rows {
  color: var(--white);
}

.grid3 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.our-work {
  margin-left: auto;
  margin-right: auto;
}

.container-1140 {
  max-width: 1140px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-video-work {
  grid-column-gap: 8px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1920px;
  margin: 100px auto 52px;
  display: block;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 35px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-2 {
  border-radius: 20px;
}

.platform {
  margin-left: auto;
  margin-right: auto;
}

.platform-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 80%;
  margin: 61px auto 168px;
  display: grid;
}

.image-6 {
  max-width: none;
  height: 45px;
  max-height: none;
}

.contact {
  background-color: var(--gold);
  margin-left: auto;
  margin-right: auto;
}

.image-7 {
  width: auto;
  height: auto;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.text-block {
  color: var(--black);
  text-align: center;
  margin-top: 80px;
  font-size: 34px;
  font-weight: 800;
  line-height: 36px;
}

.link-mail {
  color: var(--black);
  text-align: center;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: block;
}

.link-mail.white-link {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 12px 12px 12px 0;
  font-size: 28px;
  text-decoration: none;
}

.platform-icons-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 250px;
  margin: 30px auto 61px;
  display: grid;
}

.platform-icons-contact.white {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  max-width: 150px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-contact {
  max-width: none;
  height: 30px;
  max-height: none;
}

.text-block-2 {
  color: var(--black);
  text-align: center;
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 300;
}

.content-video2 {
  background-color: var(--9gold);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 85vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dark-gold {
  background-color: var(--black);
  height: 40%;
  margin-top: 40px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: visible;
}

.holder-video-and-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.div-content-video {
  margin: 32% auto auto;
}

.menu-round {
  border: 1px solid var(--gold);
  border-radius: 173px;
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  transition: background-color .425s;
  display: flex;
}

.menu-round:hover {
  background-color: var(--9gold);
}

.column {
  height: 215px;
}

.column.height {
  border-radius: 20px;
  transition: background-color .5s;
}

.column.height:hover {
  background-color: var(--9gold);
}

.info {
  height: auto;
}

.div-contact {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  height: 100svh;
  display: flex;
}

.paragraph-2 {
  max-width: none;
}

.image-8 {
  width: 106px;
  max-width: none;
  height: auto;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 2%;
}

.owl {
  background-image: url('../images/frame1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 250px;
  background-attachment: scroll;
}

.frame {
  z-index: -1;
  width: auto;
  max-width: none;
  height: auto;
  display: inline-block;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-3, .div-4, .div-5, .div-6 {
  border-radius: var(--round);
}

.efi-form-button {
  background-color: var(--gold);
  color: #000;
  letter-spacing: 0;
  border-radius: 0;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #392b28;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.input {
  color: #727272;
  letter-spacing: -.8px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .04);
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-frm-01-form-wrapper {
  padding: 60px 30px;
}

.efi-frm-01-form-block {
  border: 1px solid #bebebe;
}

.efi-frm-01-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.efi-frm-01-grid.two {
  grid-template-columns: 1.25fr 1.25fr;
}

.efi-frm-01-container {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.efi-frm-01 {
  padding: 100px 0%;
}

.success-message {
  background-color: var(--gold);
}

.text-block-3 {
  color: var(--black);
}

.text-block-4 {
  color: var(--black);
  text-align: center;
}

@media screen and (min-width: 1920px) {
  .efi-frm-01-form-block {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 991px) {
  .image {
    width: 240px;
  }

  .navtextmenu, .navtextmenu.w--current {
    font-size: 25px;
  }

  .main-hero_heading {
    font-size: 45px;
    line-height: 50px;
  }

  .rows {
    margin-top: 35px;
  }

  .paragraf {
    font-size: 16px;
  }

  .phone {
    width: 320px;
    height: auto;
  }

  .heading-2 {
    font-size: 28px;
    line-height: 30px;
  }

  .image-3 {
    width: 65px;
  }

  .arrows {
    top: 139px;
    left: 261px;
  }

  .text-arrows {
    font-size: 18px;
    line-height: 22px;
    position: static;
    left: 25px;
  }

  .div {
    max-width: none;
  }

  .icon-image {
    height: 25px;
  }

  .image-example {
    margin-top: 100px;
  }

  .image-5 {
    width: 500px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-template-columns: 2.25fr 1fr;
  }

  .creation-rows {
    height: 180px;
  }

  .creation-number {
    margin: 10px;
  }

  .paragraph-nuber {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .heading-rows {
    font-size: 20px;
    line-height: 22px;
  }

  .container-1140 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: block;
  }

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

  .platform-icons {
    width: auto;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    height: 45px;
  }

  .image-7 {
    margin-top: 100px;
  }

  .text-block {
    margin-top: 100px;
    font-size: 28px;
    line-height: 32px;
  }

  .link-mail {
    font-size: 26px;
    line-height: 28px;
  }

  .link-mail.white-link {
    font-size: 22px;
  }

  .platform-icons-contact {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    max-width: 150px;
  }

  .paragraph {
    font-size: 16px;
  }

  .div-content-video {
    margin-top: 245px;
  }

  .image-8 {
    right: 2%;
  }

  .owl {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .efi-frm-01-grid {
    grid-template-columns: 1.5fr;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 180px;
  }

  .navtextmenu {
    padding: 18px 12px;
    font-size: 20px;
    line-height: 22px;
  }

  .navtextmenu.w--current {
    font-size: 20px;
    line-height: 22px;
  }

  .content-header {
    margin-top: 87px;
  }

  .image-2 {
    width: 84%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .main-hero_heading {
    font-size: 38px;
    line-height: 42px;
  }

  .paragraf {
    font-size: 14px;
    line-height: 18px;
  }

  .phone {
    width: 240px;
    margin-top: 20px;
    top: -94px;
  }

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

  .heading-2.centr {
    margin-top: 70px;
  }

  .image-3 {
    width: 55px;
    margin-right: 10px;
  }

  .arrows {
    top: 107px;
    left: 187px;
  }

  .text-arrows {
    font-size: 16px;
    line-height: 18px;
  }

  .text-arrows.info1 {
    font-size: 18px;
    line-height: 20px;
  }

  .icon-image {
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-example {
    margin-top: 50px;
  }

  .image-5 {
    width: 350px;
  }

  .creation-rows {
    height: 250px;
  }

  .creation-number {
    font-size: 30px;
    line-height: 35px;
  }

  .grid3, .div-video-work {
    margin-top: 50px;
  }

  .grid-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .platform-icons {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    width: auto;
    max-width: none;
    margin-bottom: 100px;
  }

  .image-6 {
    height: 35px;
  }

  .image-6.small {
    vertical-align: baseline;
    width: 40px;
    height: auto;
  }

  .image-6.small.face {
    width: 24px;
  }

  .link-mail.white-link {
    font-size: 16px;
  }

  .div-content-video {
    margin-top: 230px;
  }

  .column.height {
    height: 140px;
  }

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

  .owl {
    background-image: url('../images/frame1.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-attachment: scroll;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-icon {
    width: 40px;
    max-width: none;
    height: auto;
    max-height: none;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 2%;
  }

  .navbar-2 {
    height: 85px;
  }

  .image {
    width: 120px;
    margin-left: 10px;
  }

  .navtextmenu {
    padding: 15px;
  }

  .content-header {
    margin-top: 84px;
  }

  .grid {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1.5fr 1fr;
  }

  .image-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .main-hero_heading {
    margin-left: 0;
    padding-right: 0;
    font-size: 23px;
    font-weight: 400;
    line-height: 120%;
  }

  .rows {
    margin-top: 15px;
  }

  .heading {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .paragraf {
    text-align: center;
    text-wrap: balance;
    margin-left: auto;
    margin-right: auto;
    line-height: 18px;
  }

  .phone {
    flex: 0 auto;
    order: 0;
    align-self: center;
    width: 250px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .heading-2 {
    text-align: center;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 24px;
  }

  .heading-2.centr {
    margin-top: 50px;
  }

  .image-3 {
    align-self: flex-end;
    width: 35px;
    margin-right: 5px;
    position: static;
    top: 68px;
    transform: rotate(-93deg);
  }

  .arrows {
    flex-direction: row;
    justify-content: center;
    top: auto;
    left: auto;
  }

  .text-arrows {
    font-size: 16px;
    line-height: 18px;
  }

  .text-arrows.info1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .icon-image {
    height: 16px;
  }

  .div-description {
    flex: 0 auto;
  }

  .image-5 {
    width: 320px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 2.25fr;
    align-items: stretch;
    justify-items: center;
  }

  .creation-rows {
    box-shadow: 0 1px 10px -4px var(--gold);
    height: auto;
  }

  .paragraph-nuber {
    margin-top: auto;
    margin-bottom: auto;
  }

  .heading-rows {
    margin-top: 10px;
    font-size: 18px;
  }

  .grid3 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .platform-icons {
    width: auto;
    margin-bottom: 61px;
  }

  .image-6 {
    width: auto;
    height: 25px;
  }

  .image-6.small {
    width: 30px;
  }

  .image-6.small.face {
    width: 17px;
  }

  .image-7 {
    max-width: 60%;
  }

  .text-block {
    margin-top: 50px;
  }

  .link-mail {
    font-size: 20px;
  }

  .link-mail.white-link {
    text-align: center;
    margin-bottom: 0;
  }

  .platform-icons-contact {
    max-width: 150px;
  }

  .platform-icons-contact.white {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .image-contact {
    height: 25px;
  }

  .paragraph {
    line-height: 18px;
  }

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

  .content-video2 {
    height: auto;
  }

  .dark-gold {
    height: 150%;
    margin-top: 20px;
  }

  .holder-video-and-info {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: stretch;
    margin-top: 20px;
  }

  .div-content-video {
    margin-top: 10px;
  }

  .menu-button {
    padding: 11px;
  }

  .menu-button.w--open {
    background-color: rgba(200, 200, 200, 0);
  }

  .div-contact {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    margin-top: 41%;
  }

  .paragraph-2 {
    text-align: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 100%;
  }

  .icon-2 {
    color: var(--gold);
  }

  .nav-menu {
    border: 1px solid var(--gold);
    background-color: #000;
    border-radius: 20px;
    margin: 0% 4% 6%;
  }

  .div-email {
    text-align: left;
  }

  .owl {
    background-size: 100%;
  }

  .efi-frm-01-grid {
    grid-template-columns: 1.5fr;
  }

  .efi-frm-01-grid.two {
    grid-template-rows: auto auto;
    grid-template-columns: 1.25fr;
  }

  .div-icon {
    width: auto;
  }
}

#w-node-_513a4d82-1ab3-d5b2-605c-265daca86bef-f290e0f8, #w-node-_8284e6fc-3fb5-1488-4dad-1936984155e4-f290e0f8 {
  grid-area: Area;
  align-self: center;
  justify-self: center;
}

#w-node-a969a974-b78f-6ae1-917e-530e571c141c-f290e0f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3e1dd49b-1f41-5622-9831-0c7f695f816f-f290e0f8 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: auto;
  justify-self: center;
}

#w-node-_0cf53491-93fb-138c-b216-ca1323d2f713-f290e0f8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_04240d17-58a7-9da9-fd2e-cc0d0d29cf39-f290e0f8, #w-node-_085a3adc-db43-dab6-ace1-fa66b725abdd-f290e0f8, #w-node-_47f02168-81f6-e440-cf11-6df66ac1c641-f290e0f8, #w-node-_112fd4e1-1478-8f19-d1e8-589bdfc704ab-f290e0f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b919ec4a-9544-59a6-77d4-204d8fbfcb39-f290e0f8, #w-node-_6ee58875-35be-9b95-6c24-e8bb0c4af7c4-f290e0f8, #w-node-_38006af7-b6bc-6f56-dd3c-6c14811b0fde-f290e0f8, #w-node-c9c96edf-35a8-e004-9345-e63081dfd752-f290e0f8, #w-node-c9766f7e-9ef4-5f0f-0914-971f9e26c3cc-f290e0f8, #w-node-_0f087f83-c54a-d7ee-9c38-9b460178ad33-f290e0f8, #w-node-_21944196-1158-0eb8-afb5-09e9fddb4857-f290e0f8, #w-node-e5d48762-2383-ccb1-578a-3c1fc015e145-f290e0f8, #w-node-b44f011b-6604-dc7f-07e1-fe2749b608e0-f290e0f8, #w-node-ea74d9ab-de3a-bdb5-07b9-83c3f70e316b-f290e0f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07af2b8f-008a-81a4-c879-f827a2f0ad92-f290e0f8, #w-node-f3260139-3c96-709b-965d-9b0eb7b60cda-f290e0f8, #w-node-_8810c03b-310b-661a-f0c7-77cb8788012f-f290e0f8, #w-node-a6855a89-a68b-3a5b-8a26-706dcf787068-f290e0f8, #w-node-_735a73da-54e2-7557-3ac2-ad7c0c24a27a-f290e0f8, #w-node-_296c6d01-81b5-4e77-9d3c-5f3502cebdef-f290e0f8, #w-node-_3503651c-003d-ec8d-e62f-9fd59c87809a-f290e0f8, #w-node-_6889f229-6d7b-1895-ac2e-e8adfd06254d-f290e0f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_03511dfc-23c1-66d6-cf62-cf3c15c06a54-07053513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: center;
}

#w-node-_3c48acc5-5523-4640-f748-c4a920e5b219-07053513 {
  align-self: center;
}

#w-node-_03511dfc-23c1-66d6-cf62-cf3c15c06a56-07053513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1c45fd82-cfd5-fbfe-2b78-85da53d7ecd6-07053513 {
  align-self: center;
  justify-self: start;
}

#w-node-_6925c07f-f3f1-1c4b-3bb8-0aeb82b19a59-07053513, #w-node-_6925c07f-f3f1-1c4b-3bb8-0aeb82b19a5b-07053513, #w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654c2-07053513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654c3-07053513 {
  align-self: center;
}

#w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654c5-07053513 {
  align-self: center;
  justify-self: start;
}

#w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654cb-07053513, #w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654cd-07053513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654cf-07053513 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_03511dfc-23c1-66d6-cf62-cf3c15c06a54-07053513 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_03511dfc-23c1-66d6-cf62-cf3c15c06a56-07053513 {
    align-self: center;
    justify-self: auto;
  }

  #w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654c2-07053513 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654cf-07053513 {
    align-self: center;
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_75a481a6-b7c6-d0be-8969-ae77d5946162-f290e0f8 {
    justify-self: end;
  }

  #w-node-d79aab04-8a4b-6f6e-9b5e-3ece9f7dd2cf-f290e0f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3e1dd49b-1f41-5622-9831-0c7f695f816f-f290e0f8 {
    align-self: start;
  }

  #w-node-_0cf53491-93fb-138c-b216-ca1323d2f713-f290e0f8 {
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a969a974-b78f-6ae1-917e-530e571c141c-f290e0f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_75a481a6-b7c6-d0be-8969-ae77d5946162-f290e0f8, #w-node-_1c45fd82-cfd5-fbfe-2b78-85da53d7ecd6-07053513, #w-node-_7bc5ff5c-52e3-87d2-d5fd-8661f92654c5-07053513 {
    justify-self: center;
  }
}


