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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

a {
  text-decoration: underline;
}

.body {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.core-navbar {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 20px;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: .25px;
  border-radius: 1px;
  width: 40px;
  height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #9e9e9e;
  -webkit-text-stroke-color: #1a1b1f00;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.button-primary-lc {
  color: #fff;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
  min-width: 40px;
  max-width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 100%;
  padding: 9px 24px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-lc:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-lc:active {
  background-color: #43464d;
}

.button-primary-lc.process {
  cursor: auto;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 160px;
  min-width: 160px;
  height: 160px;
  font-family: Agdasima, sans-serif;
  font-size: 28px;
  display: flex;
}

.button-primary-lc.process.rectangle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-top: 37px;
  padding-bottom: 37px;
}

.icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.icon.smaller {
  width: 35px;
  height: 35px;
}

.icon.social {
  border-radius: 100px;
  width: 46px;
  height: 46px;
}

.header {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/');
  background-position: 450% 190%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-attachment: fixed;
  background-clip: border-box;
  margin-bottom: 44px;
}

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

.gallery-image {
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 0;
  width: 18%;
  height: 350px;
}

.text-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-transform: uppercase;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  direction: ltr;
  background-color: #000;
  border: 2px #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 37px;
  margin: -195px -195px -195px -194px;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 825px 0% 0% 3%;
  transform: rotate(-90deg);
}

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

.container-2 {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.image-3 {
  margin-top: 44px;
}

.section-heading {
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Agdasima, sans-serif;
  font-size: 30px;
  line-height: 72px;
}

.grid-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #fff;
  border-width: 1px 0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 200vw;
  max-height: 100px;
  margin-top: 44px;
  margin-bottom: 0;
  padding: 26px 20px;
  display: flex;
}

.section-3 {
  margin-top: 0;
  margin-bottom: 44px;
}

.image-6 {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: inline-block;
}

.section-5 {
  height: 100%;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: #000;
  text-transform: none;
  cursor: pointer;
  border: 0 solid #fff;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  -webkit-text-stroke-color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item.padding {
  padding-bottom: 10px;
}

.bold-text {
  color: #fff;
  text-transform: uppercase;
  border: 1px #fff;
  font-size: 16px;
}

.container-3 {
  max-width: 1270px;
}

.dropdown {
  text-transform: none;
}

.div-block-4 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  height: 600px;
  overflow: hidden;
}

.bold-text-2 {
  line-height: 33px;
}

.container-4 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.main-heading {
  margin-top: 34px;
  padding-bottom: 15px;
  font-family: Agdasima, sans-serif;
  font-size: 82px;
  line-height: 72px;
}

.paragraph-3 {
  text-align: center;
  margin-bottom: 0;
  padding-top: 34px;
  padding-bottom: 34px;
}

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

.image-7 {
  object-fit: cover;
  align-self: center;
  width: 100%;
  height: 500px;
}

.quick-stack {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  height: 500px;
  margin-top: 34px;
  padding: 0;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.bigger {
  font-size: 24px;
}

.field {
  color: #fff;
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.field.message {
  height: 140px;
}

.text-field-2 {
  background-color: #000;
  border-radius: 20px;
  margin-bottom: 20px;
}

.text-field-2.message {
  margin-bottom: 20px;
  padding-top: 24px;
  padding-bottom: 104px;
}

.footer-dark {
  background-color: #000;
  border: 0 solid #fff;
  border-top-width: 1px;
  justify-content: center;
  align-items: center;
  padding: 50px 30px 47px;
  display: flex;
  position: relative;
}

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

.footer-wrapper {
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #9e9e9e;
  -webkit-text-stroke-color: #acacac00;
}

.section-6 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.paragraph-4, .paragraph-5 {
  padding-right: 30px;
}

.success-message {
  -webkit-text-stroke-width: 1px;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 100px;
}

.logo-img {
  object-fit: contain;
  width: 150px;
  height: 100px;
}

.rotator-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 400vw;
  display: flex;
}

.logo-marguee-section {
  overflow: hidden;
}

.caro-flex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: stretch;
  display: flex;
}

.carosel-box {
  border-right: 1px solid #5c5c5c;
  width: 20%;
  height: 400px;
  transition: all .5s;
  position: relative;
  overflow: hidden;
}

.carosel-box:hover {
  width: 30%;
}

.image-cro {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.caro-text-sample {
  z-index: 1;
  text-align: right;
  background-color: #000;
  border-radius: 1px;
  width: 100%;
  padding: 14px;
  position: absolute;
  inset: 0% 0% auto;
}

.core-logo {
  width: 500px;
}

.core-logo.small {
  width: 120px;
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #000;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-link-6 {
    width: 100%;
    padding: 10px 5px;
    display: block;
  }

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

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

  .container-6 {
    max-width: 728px;
  }

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

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

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .button-primary-lc.process.rectangle {
    height: 100%;
  }

  .social-warpper {
    justify-content: center;
    align-items: center;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .container-4 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

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

  .footer-link:hover {
    color: #1a1b1fbf;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .button-primary-lc.process {
    text-align: center;
    flex-flow: column;
  }

  .button-primary-lc.process.rectangle {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .container-4 {
    flex-flow: column;
  }

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

  .container-6 {
    max-width: none;
  }

  .caro-flex {
    flex-flow: column;
  }

  .carosel-box {
    width: 100%;
    height: 200px;
  }

  .carosel-box:hover {
    width: 100%;
    height: 220px;
  }

  .link-block {
    display: none;
  }
}

#w-node-a3f44ce0-36a1-8429-5522-61f44a2e69c6-82e97499 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_39eb36f6-91bf-08fa-3ba8-43a382776cca-82e97499, #w-node-_39eb36f6-91bf-08fa-3ba8-43a382776cd3-82e97499, #w-node-_39eb36f6-91bf-08fa-3ba8-43a382776cca-25462bbb, #w-node-_39eb36f6-91bf-08fa-3ba8-43a382776cd3-25462bbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fa5fba3b-a126-36aa-7976-d0575af4a21c-82e97499 {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_549d9355-8d76-fa5a-3cae-08e884c4b9db-82e97499 {
    place-self: center;
  }

  #w-node-_0f5aafd3-7cb4-ddd0-8b9a-ef2ba8085a2d-82e97499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0f5aafd3-7cb4-ddd0-8b9a-ef2ba8085a2d-82e97499 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


