:root {
  --backgrounf: #050a1a;
  --mango-red: #ff3600;
  --mango-blue: #0062f9;
  --mango-green: #b9fe01;
  --mango-qua: #0fd;
  --main-green: #cbff00;
  --blue-main: #1760f1;
  --red-main: #ff4f00;
  --cyan-main: #00fde1;
  --white: white;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.navbar-final {
  z-index: 300;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container02 {
  width: auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: auto;
}

.brand {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: static;
}

.logo-image {
  padding-top: 10px;
}

.nav-menu-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-item {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-item:hover {
  color: #e3920f;
}

.nav-item:visited {
  color: #ff6500;
  font-style: normal;
  font-weight: 400;
}

.nav-item.w--current {
  color: #ff6500;
  font-style: italic;
}

.section-01 {
  height: 80vh;
  background-color: var(--backgrounf);
  display: block;
  position: relative;
  overflow: visible;
}

.section-ultra-gradients.is-first {
  z-index: auto;
  height: 90vh;
  min-height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ultra-gradient-wrapper {
  width: 55%;
  height: 55%;
  background-color: var(--backgrounf);
  filter: blur(90px);
  margin-top: 2%;
  margin-left: 100px;
  display: block;
  position: absolute;
  top: 25%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-shapes-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.shape-01 {
  z-index: 0;
  width: 70%;
  height: 70%;
  background-color: var(--mango-red);
  filter: blur(50px);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.shape-02 {
  width: 45%;
  height: 60%;
  background-color: var(--mango-blue);
  filter: blur(50px);
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 12%;
}

.shape-03 {
  width: 50%;
  height: 55%;
  background-color: var(--mango-green);
  filter: blur(50px);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 8%;
  right: auto;
}

.shape-04 {
  width: 50%;
  height: 50%;
  background-color: var(--mango-qua);
  filter: blur(50px);
  border-radius: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 8%;
}

.hero-content {
  width: 75%;
  margin-left: 100px;
  position: static;
}

.a {
  background-color: var(--backgrounf);
}

.typo-arrangements {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h1-white {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.h1-green {
  color: var(--mango-green);
  font-family: Syne, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.h1-grey {
  color: var(--backgrounf);
  font-family: Syne, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.h2-white {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
}

.h2-green {
  color: var(--mango-green);
  font-family: Syne, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 56px;
}

.list-item--bullets {
  margin-bottom: .5em;
  list-style-type: disc;
}

.grid--3-3-3-3 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.is-margin-tb-40 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.is-pad-t-96 {
  padding-top: 6em;
}

.is-h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.is-h6.is-txt-black-150 {
  align-self: stretch;
  padding-right: 10px;
  font-size: 1.2rem;
  font-style: normal;
  text-decoration: none;
}

.is-h6.is-txt-green-100.no-pl {
  margin-top: 0;
}

.is-h6.green {
  color: var(--main-green);
}

.is-h6.bronze {
  color: #cd7f32;
}

.is-h6.winner {
  color: #ffd51c;
}

.is-h6.silver {
  color: #919191;
}

.is-pad-tb-64 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.is-margin-t-8 {
  margin-top: .5em;
}

.is-pad-t-192 {
  padding-top: 12em;
}

.is-txt-black-75 {
  color: #1d1d1d;
  font-family: Syne, sans-serif;
}

.is-margin-b-72 {
  margin-bottom: 4.5em;
}

.is-pad-tb-184 {
  padding-top: 11.5em;
  padding-bottom: 11.5em;
}

.is-bg-green-100 {
  background-color: #dbf40c;
}

.form-checkbox-icon {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  width: 1rem;
  height: 1rem;
  color: #181818;
  background-color: #dbf40c;
  background-image: url('../images/check.svg');
  background-position: 50%;
  background-size: 99% 99%;
  border-color: #4a4a4a;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.is-margin-b-80 {
  margin-bottom: 5em;
}

.is-pad-b-120 {
  padding-bottom: 7.5em;
}

.is-txt-black-125 {
  color: #101010;
  font-family: Syne, sans-serif;
}

.is-margin-tb-216 {
  margin-top: 13.5em;
  margin-bottom: 13.5em;
}

.is-pad-tb-112 {
  padding-top: 7em;
  padding-bottom: 7em;
}

.is-margin-b-200 {
  margin-bottom: 12.5em;
}

.list--bullets {
  padding-left: 1em;
  font-size: 1rem;
}

.is-pad-b-104 {
  padding-bottom: 6.5em;
}

.dsg-color-field {
  width: 100%;
  height: 5.3em;
  border-radius: .5em;
  margin-bottom: 8px;
  display: block;
  overflow: hidden;
}

.is-margin-t-4 {
  margin-top: .25em;
}

.is-margin-tb-256 {
  margin-top: 16em;
  margin-bottom: 16em;
}

.is-bg-green-150 {
  background-color: #839207;
}

.is-pad-t-160 {
  padding-top: 10em;
}

.is-margin-b-136 {
  margin-bottom: 8.5em;
}

.list-item--links {
  margin-bottom: .5em;
  list-style-type: disc;
}

.is-pad-tb-224 {
  padding-top: 14em;
  padding-bottom: 14em;
}

.is-margin-b-32 {
  margin-bottom: 2em;
}

.is-pad-t-224 {
  padding-top: 14em;
}

.is-margin-b-216 {
  margin-bottom: 13.5em;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.is-pad-tb-40 {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}

.is-margin-b-104 {
  margin-bottom: 6.5em;
}

.is-pad-b-248 {
  padding-bottom: 15.5em;
}

.is-margin-b-112 {
  margin-bottom: 7em;
}

.grid--4-4-4 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.is-h5 {
  color: #fff;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.5625em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.is-txt-large {
  font-family: Syne, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
}

.is-margin-t-120 {
  margin-top: 7.5em;
}

.is-margin-t-88 {
  margin-top: 5.5em;
}

.is-margin-t-256 {
  margin-top: 16em;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.is-pad-t-32 {
  padding-top: 2em;
}

.dsg-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.dsg-table_row.is-button {
  grid-template-columns: .25fr 1fr;
}

.dsg-table_row.is-dsg-helper {
  grid-template-columns: .3fr 1fr;
}

.dsg-table_row.is-colors {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.is-margin-tb-120 {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

.is-margin-tb-16 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.is-pad-t-248 {
  padding-top: 15.5em;
}

.is-pad-tb-216 {
  padding-top: 13.5em;
  padding-bottom: 13.5em;
}

.is-margin-tb-232 {
  margin-top: 14.5em;
  margin-bottom: 14.5em;
}

.is-margin-tb-224 {
  margin-top: 14em;
  margin-bottom: 14em;
}

.is-txt-allcaps {
  text-transform: uppercase;
}

.is-margin-tb-4 {
  margin-top: .25em;
  margin-bottom: .25em;
}

.is-margin-t-152 {
  margin-top: 9.5em;
}

.is-pad-b-64 {
  padding-bottom: 4em;
}

.dsg-main-grid {
  width: 100%;
  max-width: 2440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.is-margin-b-128 {
  margin-bottom: 8em;
}

.is-margin-t-176 {
  margin-top: 11em;
}

.is-txt-small {
  font-family: Syne, sans-serif;
  font-size: .9rem;
  line-height: 1.6;
}

.is-pad-tb-8 {
  padding-top: .5em;
  padding-bottom: .5em;
}

.is-bg-white-75 {
  background-color: #f1f1f1;
}

.form-input {
  min-height: 3rem;
  color: #e7e7e7;
  background-color: #1d1d1d;
  border: .05rem solid rgba(122, 122, 122, .2);
  border-radius: .5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: all .2s;
}

.form-input:focus {
  color: #fff;
  border-color: rgba(180, 180, 180, .35);
}

.form-input:focus-visible {
  border-color: rgba(180, 180, 180, .35);
}

.form-input[data-wf-focus-visible] {
  border-color: rgba(180, 180, 180, .35);
}

.form-input::-ms-input-placeholder {
  color: #b0b0b0;
}

.form-input::placeholder {
  color: #b0b0b0;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.form-input.is-select-input {
  justify-content: space-between;
}

.is-margin-tb-112 {
  margin-top: 7em;
  margin-bottom: 7em;
}

.is-pad-b-136 {
  padding-bottom: 8.5em;
}

.is-d-visible {
  display: block;
}

.is-margin-t-160 {
  margin-top: 10em;
}

.dsg-popup_logo {
  width: 2em;
  margin-right: .5em;
}

.is-pad-b-232 {
  padding-bottom: 14.5em;
}

.is-txt-green-100 {
  color: #dbf40c;
  flex: 0 auto;
  font-family: Syne, sans-serif;
}

.is-pad-b-256 {
  padding-bottom: 16em;
}

.is-pad-t-48 {
  padding-top: 3em;
}

.is-margin-b-8 {
  margin-bottom: .5em;
}

.is-btn-d-fw {
  width: 100%;
}

.spacing-sample {
  height: 1.75em;
  background-color: #919191;
}

.spacing-sample._192px {
  width: 12em;
}

.spacing-sample._88px {
  width: 5.5em;
}

.spacing-sample._80px {
  width: 5em;
}

.spacing-sample._240px {
  width: 15em;
}

.spacing-sample._104px {
  width: 6.5em;
}

.spacing-sample._64px {
  width: 4em;
}

.spacing-sample._40px {
  width: 2.5em;
}

.spacing-sample._224px {
  width: 14em;
}

.spacing-sample._120px {
  width: 7.5em;
}

.spacing-sample._248px {
  width: 15.5em;
}

.spacing-sample._168px {
  width: 10.5em;
}

.spacing-sample._24px {
  width: 1.5em;
}

.spacing-sample._136px {
  width: 8.5em;
}

.spacing-sample._232px {
  width: 14.5em;
}

.spacing-sample._216px {
  width: 13.5em;
}

.spacing-sample._176px {
  width: 11em;
}

.spacing-sample._144px {
  width: 9em;
}

.spacing-sample._256px {
  width: 16em;
}

.spacing-sample._4px {
  width: .25em;
}

.spacing-sample._128px {
  width: 8em;
}

.spacing-sample._32px {
  width: 2em;
}

.spacing-sample._56px {
  width: 3.5em;
}

.spacing-sample._8px {
  width: .5em;
}

.spacing-sample._112px {
  width: 7em;
}

.spacing-sample._152px {
  width: 9.5em;
}

.spacing-sample._208px {
  width: 13em;
}

.spacing-sample._200px {
  width: 12.5em;
}

.spacing-sample._72px {
  width: 4.5em;
}

.spacing-sample._16px {
  width: 1em;
}

.spacing-sample._184px {
  width: 11.5em;
}

.spacing-sample._96px {
  width: 6em;
}

.spacing-sample._160px {
  width: 10em;
}

.spacing-sample._48px {
  width: 3em;
}

.is-pad-tb-80 {
  padding-top: 5em;
  padding-bottom: 5em;
}

.is-margin-t-224 {
  margin-top: 14em;
}

.is-margin-t-40 {
  margin-top: 2.5em;
}

.is-text-link {
  color: #dbf40c;
  text-decoration: underline;
}

.is-pad-t-128 {
  padding-top: 8em;
}

.is-h1 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 3.75em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.is-h1.regular {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  font-family: Work Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 400;
  line-height: 1.1;
}

.is-h1.no-p {
  color: var(--main-green);
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-right: 0;
  font-size: 5em;
  line-height: 1;
  display: flex;
}

.is-pad-t-8 {
  padding-top: .5em;
}

.is-margin-t-136 {
  margin-top: 8.5em;
}

.is-pad-b-88 {
  padding-bottom: 5.5em;
}

.is-margin-b-64 {
  margin-bottom: 4em;
}

.is-pad-tb-232 {
  padding-top: 14.5em;
  padding-bottom: 14.5em;
}

.is-pad-t-208 {
  padding-top: 13em;
}

.is-txt-black-100 {
  color: #181818;
  font-family: Syne, sans-serif;
}

.is-pad-tb-248 {
  padding-top: 15.5em;
  padding-bottom: 15.5em;
}

.is-pad-tb-96 {
  padding-top: 6em;
  padding-bottom: 6em;
}

.is-margin-t-128 {
  margin-top: 8em;
}

.is-margin-tb-144 {
  margin-top: 9em;
  margin-bottom: 9em;
}

.is-margin-b-232 {
  margin-bottom: 14.5em;
}

.is-pad-tb-144 {
  padding-top: 9em;
  padding-bottom: 9em;
}

.is-margin-t-24 {
  margin-top: 1.5em;
}

.is-margin-b-192 {
  margin-bottom: 12em;
}

.is-txt-align-left {
  text-align: left;
}

.is-margin-b-144 {
  margin-bottom: 9em;
}

.is-pad-b-240 {
  padding-bottom: 15em;
}

.is-margin-tb-48 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.is-pad-t-144 {
  padding-top: 9em;
}

.is-pad-tb-24 {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.is-margin-tb-160 {
  margin-top: 10em;
  margin-bottom: 10em;
}

.is-pad-tb-4 {
  padding-top: .25em;
  padding-bottom: .25em;
}

.is-margin-b-48 {
  margin-bottom: 3em;
}

.is-txt-green-50 {
  color: #f1fb9d;
  font-family: Syne, sans-serif;
}

.is-pad-b-224 {
  padding-bottom: 14em;
}

.is-pad-b-56 {
  padding-bottom: 3.5em;
}

.is-txt-green-75 {
  color: #92b22f;
  font-family: Syne, sans-serif;
}

.is-pad-b-112 {
  padding-bottom: 7em;
}

.container-fullwidth {
  width: 100%;
  max-width: 100%;
}

.dsg-table-cell {
  padding: 1em;
  font-size: .9rem;
}

.dsg-table-cell.is-dsg-aspect {
  width: 5.9em;
}

.is-txt-align-center {
  text-align: center;
}

.dsg-popup {
  max-width: 18em;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: #181818;
  border: 1px solid #474747;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 1.2em;
  display: grid;
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.is-pad-tb-176 {
  padding-top: 11em;
  padding-bottom: 11em;
}

.grid--6-6 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
}

.is-h3 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 2.4375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h3.awards {
  color: var(--main-green);
  font-family: Work Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.is-pad-b-144 {
  padding-bottom: 9em;
}

.is-pad-tb-72 {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.is-margin-b-4 {
  margin-bottom: .25em;
}

.is-bg-black-125 {
  background-color: #101010;
}

.form-radio-label {
  font-size: 1rem;
}

.container-col-8 {
  max-width: 1000px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-pad-b-184 {
  padding-bottom: 11.5em;
}

.is-pad-t-120 {
  padding-top: 7.5em;
}

.is-margin-b-40 {
  margin-bottom: 2.5em;
}

.is-bg-white-100 {
  background-color: #e7e7e7;
}

.is-margin-t-72 {
  margin-top: 4.5em;
}

.is-pad-b-152 {
  padding-bottom: 9.5em;
}

.is-margin-t-232 {
  margin-top: 14.5em;
}

.is-txt-green-150 {
  color: #839207;
  font-family: Syne, sans-serif;
}

.is-margin-b-240 {
  margin-bottom: 15em;
}

.is-pad-tb-128 {
  padding-top: 8em;
  padding-bottom: 8em;
}

.is-bg-white-150 {
  color: #818181;
}

.is-pad-tb-136 {
  padding-top: 8.5em;
  padding-bottom: 8.5em;
}

.dsg-table_header-headlines-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.is-pad-t-112 {
  padding-top: 7em;
}

.icon--check-circle {
  width: 1rem;
  flex: none;
  margin-top: -.01rem;
  margin-right: .5rem;
}

.is-bg-black-75 {
  background-color: #1d1d1d;
}

.form-radio-icon {
  width: 1rem;
  height: 1rem;
  background-color: #dbf40c;
  border-color: #4a4a4a;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-color: #000;
  border-width: .25rem;
  border-color: #dbf40c;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.dsg-brand-link {
  height: 100%;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.is-d-hidden {
  display: none;
}

.dsg-table_header-headlines {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 4.5fr;
  grid-auto-flow: column;
}

.dsg-table_row-spacing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .25fr 260px;
  grid-auto-flow: column;
}

.is-margin-b-152 {
  margin-bottom: 9.5em;
}

.grid--dsg-lists {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.is-margin-t-112 {
  margin-top: 7em;
}

.is-pad-t-232 {
  padding-top: 14.5em;
}

.is-pad-tb-240 {
  padding-top: 15em;
  padding-bottom: 15em;
}

.is-margin-tb-248 {
  margin-top: 15.5em;
  margin-bottom: 15.5em;
}

.form-wrapper {
  margin-bottom: 0;
}

.form-field-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.is-margin-tb-24 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.is-pad-t-200 {
  padding-top: 12.5em;
}

.is-pad-tb-104 {
  padding-top: 6.5em;
  padding-bottom: 6.5em;
}

.dsg-subnav-link {
  color: #e7e7e7;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 700;
}

.dsg-subnav-link.w--current {
  color: #dbf40c;
}

.dsg-subnav-link.is-dsg-sub-chapter {
  color: #b0b0b0;
  padding-left: 1em;
  font-weight: 400;
}

.dsg-subnav-link.is-dsg-sub-chapter.w--current {
  color: #dbf40c;
}

.is-margin-tb-136 {
  margin-top: 8.5em;
  margin-bottom: 8.5em;
}

.is-txt-black-150 {
  color: #000;
  font-family: Syne, sans-serif;
}

.is-margin-t-56 {
  margin-top: 3.5em;
}

.is-margin-tb-56 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

.dsg-spacing-label {
  color: #b0b0b0;
  font-size: .9rem;
  line-height: 1.6;
}

.dsg-spacing-label.is-txt-green-100 {
  color: #dbf40c;
}

.is-pad-b-128 {
  padding-bottom: 8em;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.is-bg-green-125 {
  background-color: #afc309;
}

.is-margin-t-48 {
  margin-top: 3em;
}

.is-margin-t-80 {
  margin-top: 5em;
}

.grid--4-8 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.richt-text {
  font-size: 1rem;
}

.is-h2 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 3em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.is-margin-tb-152 {
  margin-top: 9.5em;
  margin-bottom: 9.5em;
}

.wrap-flex-vert-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-margin-tb-184 {
  margin-top: 11.5em;
  margin-bottom: 11.5em;
}

.is-pad-b-168 {
  padding-bottom: 10.5em;
}

.is-h5 {
  color: #fff;
  font-family: Syne, sans-serif;
  font-size: 1.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h5.is-txt-black-150 {
  color: var(--backgrounf);
}

.is-pad-tb-200 {
  padding-top: 12.5em;
  padding-bottom: 12.5em;
}

.is-pad-t-56 {
  padding-top: 3.5em;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.is-margin-b-96 {
  margin-bottom: 6em;
}

.is-pad-b-176 {
  padding-bottom: 11em;
}

.is-margin-tb-8 {
  margin-top: .5em;
  margin-bottom: .5em;
}

.is-bg-white-125 {
  background-color: #b0b0b0;
}

.container-col-12 {
  width: 100%;
  max-width: 1416px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-tb-192 {
  margin-top: 12em;
  margin-bottom: 12em;
}

.is-margin-b-176 {
  margin-bottom: 11em;
}

.is-pad-b-24 {
  padding-bottom: 1.5em;
}

.is-pad-b-96 {
  padding-bottom: 6em;
}

.is-pad-t-40 {
  padding-top: 2.5em;
}

.is-margin-tb-96 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.is-txt-white-75 {
  color: #b0b0b0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-75.w--current {
  color: #dbf40c;
}

.is-margin-t-168 {
  margin-top: 10.5em;
}

.is-pad-t-72 {
  padding-top: 4.5em;
}

.form-label {
  margin-bottom: .5em;
  padding-left: 1em;
  font-size: 1rem;
  font-weight: 400;
}

.is-pad-t-152 {
  padding-top: 9.5em;
}

.is-margin-b-56 {
  margin-bottom: 3.5em;
}

.is-margin-tb-88 {
  margin-top: 5.5em;
  margin-bottom: 5.5em;
}

.is-pad-tb-120 {
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}

.is-pad-b-200 {
  padding-bottom: 12.5em;
}

.is-margin-b-224 {
  margin-bottom: 14em;
}

.is-pad-tb-32 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.is-pad-t-88 {
  padding-top: 5.5em;
}

.is-margin-t-184 {
  margin-top: 11.5em;
}

.is-pad-b-48 {
  padding-bottom: 3em;
}

.list--links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.is-txt-white-150 {
  color: #818181;
}

.is-txt-align-right {
  text-align: right;
}

.is-txt-green-125 {
  color: #afc309;
  font-family: Syne, sans-serif;
}

.is-bg-green-50 {
  background-color: #f1fb9d;
}

.is-bg-bluegreen {
  background-color: #fff;
  background-image: linear-gradient(to right, var(--blue-main), var(--main-green));
}

.is-txt-black-50 {
  color: #fff;
  font-family: Syne, sans-serif;
}

.is-pad-b-8 {
  padding-bottom: .5em;
}

.btn-sec-med {
  color: #e7e7e7;
  text-align: center;
  background-color: #181818;
  border-radius: 12em;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s linear;
  box-shadow: 0 0 0 0 rgba(219, 244, 12, 0);
}

.btn-sec-med:hover {
  background-color: #111;
  box-shadow: 0 0 0 2px #dbf40c;
}

.btn-sec-med:active {
  color: #181818;
  background-color: #dbf40c;
}

.btn-sec-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.is-pad-b-40 {
  padding-bottom: 2.5em;
}

.container-col-10 {
  max-width: 1208px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-tb-176 {
  margin-top: 11em;
  margin-bottom: 11em;
}

.dsg-nav_wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.is-pad-t-168 {
  padding-top: 10.5em;
}

.is-margin-t-240 {
  margin-top: 15em;
}

.is-margin-tb-104 {
  margin-top: 6.5em;
  margin-bottom: 6.5em;
}

.is-txt-white-125 {
  color: #b0b0b0;
}

.is-dsg-hidden {
  display: none;
}

.dsg-navbar {
  z-index: 999;
  width: 100%;
  background-color: #181818;
  padding-top: 1em;
  padding-bottom: 1em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-pad-b-216 {
  padding-bottom: 13.5em;
}

.is-black-150 {
  background-color: #000;
}

.dsg-subnav-menu {
  width: 100%;
  background-color: #1d1d1d;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 11.2em;
  padding: 1.6em 3em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 1em;
}

.is-pad-t-24 {
  padding-top: 1.5em;
}

.is-txt-medium {
  font-family: Syne, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.is-txt-medium.is-dsg-description {
  max-width: 40em;
  font-weight: 300;
}

.is-margin-t-248 {
  margin-top: 15.5em;
}

.dsg-main {
  background-color: #181818;
}

.is-margin-tb-208 {
  margin-top: 13em;
  margin-bottom: 13em;
}

.is-pad-t-64 {
  padding-top: 4em;
}

.is-margin-b-208 {
  margin-bottom: 13em;
}

.is-pad-tb-88 {
  padding-top: 5.5em;
  padding-bottom: 5.5em;
}

.is-margin-t-216 {
  margin-top: 13.5em;
}

.is-margin-b-248 {
  margin-bottom: 15.5em;
}

.is-pad-b-80 {
  padding-bottom: 5em;
}

.is-margin-t-208 {
  margin-top: 13em;
}

.dsg-table-spacing {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
}

.dsg-table-spacing.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.logo-bar {
  width: 0;
  height: 2px;
  background-color: #dbf40c;
  margin-bottom: 6px;
  margin-left: 3px;
}

.is-pad-tb-16 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.is-pad-t-184 {
  padding-top: 11.5em;
}

.is-margin-tb-72 {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.dsg-logo {
  width: 8em;
}

.is-pad-tb-160 {
  padding-top: 10em;
  padding-bottom: 10em;
}

.is-txt-white-50 {
  color: #fff;
  font-family: Syne, sans-serif;
}

.dsg_containers {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.is-txt-bold {
  font-weight: 700;
}

.is-txt-xlarge {
  color: #e7e7e7;
  font-family: Syne, sans-serif;
  font-size: 2em;
  line-height: 1.4;
}

.is-pad-t-216 {
  padding-top: 13.5em;
}

.dsg-aspect-area {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #d2d5c1;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-pad-t-80 {
  padding-top: 5em;
}

.is-pad-tb-168 {
  padding-top: 10.5em;
  padding-bottom: 10.5em;
}

.is-margin-tb-200 {
  margin-top: 12.5em;
  margin-bottom: 12.5em;
}

.dsg_container-area {
  width: 100%;
  height: 8rem;
  outline-offset: 0px;
  text-align: center;
  background-color: #181818;
  border-radius: 1rem;
  outline: .05rem dashed gray;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1rem;
  display: flex;
}

.is-bg-black-100 {
  background-color: #181818;
}

.is-margin-t-192 {
  margin-top: 12em;
}

.dsg-table {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d1d1d;
  border-radius: 1em;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.dsg-table.is-dsg-helpers {
  grid-template-rows: .25fr;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}

.dsg-table.is-dsg-helpers.is-dsg-aspect {
  grid-template-rows: 3.25em;
  grid-auto-rows: 8em;
}

.dsg-table.is-headlines {
  grid-template-rows: .25fr;
  grid-auto-rows: 1fr;
}

.form-message-success {
  padding: 1.25rem;
}

.is-margin-b-168 {
  margin-bottom: 10.5em;
}

.is-margin-t-32 {
  margin-top: 2em;
}

.is-margin-tb-32 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.is-pad-tb-48 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.is-pad-t-136 {
  padding-top: 8.5em;
}

.is-pad-b-208 {
  padding-bottom: 13em;
}

.container-col-4 {
  max-width: 584px;
  padding-left: 6em;
  padding-right: 6em;
}

.list-item_icon-wrap.is-txt-green-100 {
  padding-top: .2em;
}

.is-margin-b-24 {
  margin-bottom: 1.5em;
}

.is-pad-tb-256 {
  padding-top: 16em;
  padding-bottom: 16em;
}

.is-margin-tb-64 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.grid--8-4 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.is-margin-tb-80 {
  margin-top: 5em;
  margin-bottom: 5em;
}

.is-margin-b-184 {
  margin-bottom: 11.5em;
}

.is-txt-xsmall {
  font-family: Syne, sans-serif;
  font-size: .7rem;
  line-height: 1.6;
}

.is-pad-t-240 {
  padding-top: 15em;
}

.is-pad-t-176 {
  padding-top: 11em;
}

.is-txt-white-100 {
  color: #e7e7e7;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-100.w--current {
  color: #dbf40c;
}

.list-item--check {
  margin-bottom: .5rem;
  display: flex;
}

.wrap-flex-hor-c {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.is-display {
  color: #fff;
  text-align: left;
  font-family: Work Sans, sans-serif;
  font-size: 5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: block;
}

.is-display._2x {
  font-size: 8em;
}

.is-display.no-p {
  color: var(--main-green);
  margin-top: 0;
  margin-bottom: 0;
}

.is-display.no-p.ml-100 {
  margin-left: 100px;
  padding-left: 0;
}

.is-display.f {
  font-size: 7em;
}

.is-display.contact {
  font-size: 10em;
  line-height: .8;
}

.is-pad-b-32 {
  padding-bottom: 2em;
}

.is-margin-b-160 {
  margin-bottom: 10em;
}

.is-pad-tb-208 {
  padding-top: 13em;
  padding-bottom: 13em;
}

.is-pad-b-16 {
  padding-bottom: 1em;
}

.is-bg-black-50 {
  background-color: #4a4a4a;
}

.is-margin-t-144 {
  margin-top: 9em;
}

.form-checkbox-label {
  font-size: 1rem;
}

.is-pad-b-160 {
  padding-bottom: 10em;
}

.is-margin-b-120 {
  margin-bottom: 7.5em;
}

.is-pad-b-192 {
  padding-bottom: 12em;
}

.dsg-table_header-colors {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #4a4a4a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.dsg-table_header-colors.is-buttons {
  grid-template-columns: 1fr 3.25fr;
}

.is-pad-tb-152 {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.dsg-popup_link {
  align-items: center;
  display: flex;
}

.is-margin-tb-168 {
  margin-top: 10.5em;
  margin-bottom: 10.5em;
}

.is-pad-t-4 {
  padding-top: .25em;
}

.is-margin-b-88 {
  margin-bottom: 5.5em;
}

.dsg-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.is-pad-t-16 {
  padding-top: 1em;
}

.is-bg-green-75 {
  background-color: #e2f63c;
}

.grid--2-2-2-2-2-2 {
  width: 100%;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.is-margin-t-104 {
  margin-top: 6.5em;
}

.is-txt-italic {
  font-style: italic;
}

.is-pad-tb-192 {
  padding-top: 12em;
  padding-bottom: 12em;
}

.is-pad-b-72 {
  padding-bottom: 4.5em;
}

.is-margin-t-96 {
  margin-top: 6em;
}

.is-pad-t-256 {
  padding-top: 16em;
}

.is-pad-b-4 {
  padding-bottom: .25em;
}

.is-margin-tb-240 {
  margin-top: 15em;
  margin-bottom: 15em;
}

.container-col-6 {
  max-width: 792px;
  padding-left: 6em;
  padding-right: 6em;
}

.is-margin-b-256 {
  margin-bottom: 16em;
}

.is-pad-t-104 {
  padding-top: 6.5em;
}

.is-margin-t-200 {
  margin-top: 12.5em;
}

.is-margin-t-64 {
  margin-top: 4em;
}

.is-margin-tb-128 {
  margin-top: 8em;
  margin-bottom: 8em;
}

.is-margin-t-16 {
  margin-top: 1em;
}

.dsg-sidebar {
  background-color: #181818;
  padding-left: 3em;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.is-margin-b-16 {
  margin-bottom: 1em;
}

.btn-prm--med {
  color: #181818;
  text-align: center;
  background-color: #ff00a1;
  border-radius: 12em;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.35rem 2.55rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  box-shadow: 0 0 0 0 #92b22f;
}

.btn-prm--med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn-prm--med:focus-visible {
  border-radius: 12rem;
}

.btn-prm--med[data-wf-focus-visible] {
  border-radius: 12rem;
}

.dsg-nav-link {
  color: #fff;
  margin-left: 3em;
  padding: 1.25em 0 1.25em 3em;
  font-size: 1rem;
}

.dsg-nav-link.w--current {
  color: #dbf40c;
}

.dsg-nav_menu {
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.is-pad-tb-56 {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}

.btn--prm-med {
  width: 265px;
  height: 56px;
  background-color: #f40cbe;
  background-image: linear-gradient(135deg, var(--mango-green), var(--main-green));
  color: #151907;
  text-align: center;
  cursor: pointer;
  border-radius: 16rem;
  justify-content: center;
  align-items: center;
  margin-left: 11px;
  margin-right: 16px;
  padding: 1.35rem 2rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .6s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  box-shadow: 0 0 0 0 #92b22f;
}

.btn--prm-med:hover {
  background-color: #dbf40c;
  box-shadow: 0 0 0 .4rem #92b22f;
}

.btn--prm-med:active {
  box-shadow: none;
  background-color: #afc309;
}

.btn--prm-med:focus {
  box-shadow: 0 0 8px 4px #92b22f;
}

.btn--prm-med.foot {
  margin-left: auto;
  margin-right: auto;
}

.dsg-pop_cta {
  color: #e7e7e7;
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.is-txt-bluegreen {
  color: #fff;
}

.is-txt-red-cyan {
  color: #b0b0b0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-red-cyan.w--current {
  color: #dbf40c;
}

.is-txt-white-100-copy {
  color: #e7e7e7;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.is-txt-white-100-copy.w--current {
  color: #dbf40c;
}

.is-txt-redblue {
  color: #b0b0b0;
}

.is-txt-greencyan {
  color: #818181;
}

.is-bg-white-50 {
  background-color: #fff;
}

.is-bg-redcyan {
  background-color: #f1f1f1;
  background-image: linear-gradient(to right, var(--red-main), var(--cyan-main));
}

.is-bg-redgreen {
  background-color: #e7e7e7;
  background-image: linear-gradient(to right, var(--red-main), var(--main-green));
}

.is-bg-redblue {
  background-color: #b0b0b0;
  background-image: linear-gradient(to right, var(--red-main), var(--blue-main));
}

.is-bg-greencyan {
  background-image: linear-gradient(to right, var(--main-green), var(--cyan-main));
  color: #818181;
}

.hero-content-wrapper {
  width: 90%;
  height: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5%;
  margin-left: 0;
  display: flex;
  position: relative;
}

.hero-subtitle-text {
  width: 40%;
  position: absolute;
  top: auto;
  bottom: 21%;
  left: 60%;
  right: 0%;
}

.bottom-scroll {
  justify-content: center;
  align-items: center;
  margin-left: 100px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.mango-logo {
  position: absolute;
}

.navbar-wrapper {
  z-index: 300;
  width: 100%;
  background-color: var(--backgrounf);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu {
  width: 50%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu-item {
  color: #fff;
  text-transform: none;
  border: 1px #000;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Syne, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.menu-item:hover {
  color: var(--main-green);
}

.menu-item:visited {
  margin-top: 10px;
  padding-top: 0;
}

.menu-item.w--current {
  color: var(--main-green);
  margin-top: 0;
  padding-top: 10px;
  text-decoration: overline;
}

.menu-item.is-h6:active {
  color: var(--cyan-main);
}

.section-02 {
  z-index: 1;
  height: 80vh;
  background-color: var(--backgrounf);
  position: relative;
}

.global-styles {
  display: none;
}

.showreel-container {
  width: 90%;
  height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video-container {
  width: 90%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1%;
  position: relative;
}

.video {
  border-radius: 50px;
}

.background-video {
  z-index: 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.thumbnail-image {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/showreel-thumbnails.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.thumbnail-image:active {
  background-image: url('../images/showreel-thumbnails.png');
  background-size: cover;
}

.showreel-thumbnail-image {
  overflow: hidden;
}

.mouse-over {
  z-index: 2;
  width: 100px;
  height: 100px;
  background-image: linear-gradient(to bottom, var(--main-green), var(--cyan-main));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.thumbnail {
  background-image: url('../images/showreel-thumbnails.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed {
  width: auto;
  height: auto;
  border-radius: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.container {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em 4em;
  position: relative;
}

.video_list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.video_item {
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}

.video-thumbnail-file {
  display: none;
}

.video_cover {
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  transition: transform .3s, opacity .3s;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_cover-media {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: transform .8s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_thumbnail-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_thumbnail-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_button {
  z-index: 3;
  width: 8em;
  height: 8em;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.video_button-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: linear-gradient(to right, var(--main-green), var(--cyan-main));
  border-radius: 50%;
  transition: transform .5s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_button-icon {
  z-index: 2;
  width: 32%;
  height: 32%;
  position: relative;
  transform: translate(5%);
}

.video_vimeo {
  z-index: 1;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.showreel-header {
  display: none;
  position: relative;
  top: 55px;
}

.section-03 {
  z-index: -2;
  height: 70vh;
  background-color: var(--backgrounf);
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.gradient-design {
  width: 50%;
  height: 50%;
  opacity: .5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.body {
  overflow: visible;
}

.shape-05 {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, var(--red-main), var(--main-green));
  opacity: 1;
  filter: blur(50px);
  border-radius: 50px;
}

.content-wrapper {
  width: 100%;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.content-wrapper-inner {
  width: 85%;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.text-wrapper {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  display: block;
  position: relative;
}

.text-wrapper.reglular {
  font-weight: 400;
}

.btn-wrapper-vfx {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.btn-wrapper-vfx.works {
  width: auto;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.btn-wrapper-vfx.ani {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.text-btn-icon {
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.text-gradient-effect {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, var(--cyan-main) 8%, var(--main-green));
  mix-blend-mode: darken;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-04 {
  height: 100vh;
  background-color: var(--backgrounf);
  overflow: hidden;
}

.header-wrapper {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.header-wrapper._100 {
  width: 100%;
  margin-left: 0;
  padding-bottom: 0;
}

.section-header {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  display: flex;
}

.background-wrapper {
  z-index: 0;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
}

.section-5 {
  height: 190vh;
  background-color: var(--backgrounf);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 20px;
  display: flex;
}

.works-contents {
  height: 200vh;
  background-color: #ecb5b5;
}

.works-container {
  height: 100%;
  position: relative;
}

.gradient-block {
  width: 50%;
  height: 50%;
  opacity: 1;
  filter: blur(150px);
  background-image: url('../images/bg.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-block.fot {
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.works {
  z-index: 1;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-link {
  width: 50%;
  height: 30%;
}

.project-image {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.works-wrapper {
  width: 100%;
  height: 80%;
  position: relative;
}

.slider__arrow-1 {
  z-index: 1;
  width: 18vw;
}

.hide {
  display: none;
}

.slide__link-1 {
  width: 64vw;
  height: 36vw;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor__dot {
  width: 80px;
  height: 80px;
  background-color: #fd3846;
  background-image: linear-gradient(135deg, var(--cyan-main), var(--main-green));
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor__arrow {
  width: 28px;
}

.slide__subtitle {
  color: var(--mango-green);
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 100%;
}

.slide__parallax-2 {
  font-size: 9007200000000000px;
  position: absolute;
  bottom: 0;
  left: auto;
}

.slider__arrow {
  z-index: 1;
  width: 18vw;
}

.slider {
  width: 80%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.slide__title {
  text-align: center;
  font-family: Work Sans, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}

.slide__parallax-1 {
  width: 100%;
  height: 100%;
}

.slide__parallax-3 {
  font-size: 1vw;
  font-weight: 400;
  position: absolute;
  top: 83%;
  bottom: auto;
  left: auto;
  right: auto;
}

.slide__link {
  width: 64vw;
  height: 36vw;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider__mask {
  overflow: visible;
}

.slide__image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.slide__image {
  width: 100%;
  height: 100%;
  filter: saturate(0%);
  object-fit: cover;
}

.slide__wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.gradeient-layer {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, var(--mango-red) 6%, var(--blue-main) 31%, var(--cyan-main) 66%, #b9fe01 99%);
}

.services-wrapper {
  height: 100%;
  margin-bottom: 50px;
  padding-bottom: 0;
  position: static;
}

.services-header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-background {
  height: 100%;
  background-image: url('../images/Comp-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-wrapper {
  height: 35%;
  margin-bottom: 70px;
  position: relative;
  overflow: hidden;
}

.services-block-1 {
  width: 80%;
  height: 8%;
  border-bottom: 1px solid var(--main-green);
  justify-content: space-between;
  align-items: center;
  margin: 60px auto;
  transition: padding .3s;
  display: flex;
  position: relative;
}

.services-block-1:hover {
  padding-left: 50px;
  padding-right: 0;
}

.service-name {
  width: auto;
  height: 100%;
  border: 1px none var(--main-green);
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.is-display-service {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  position: absolute;
}

.is-display-service._2x {
  font-size: 8em;
}

.is-display-service.no-p {
  margin-top: 0;
  margin-bottom: 0;
}

.is-display-service.no-p.ml-100 {
  margin-left: 100px;
  padding-left: 0;
}

.service-css {
  display: none;
}

.is-display-service-color {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 8em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1;
  position: absolute;
}

.is-display-service-color._2x {
  font-size: 8em;
}

.is-display-service-color.no-p {
  margin-top: 0;
  margin-bottom: 0;
}

.is-display-service-color.no-p.ml-100 {
  margin-left: 100px;
  padding-left: 0;
}

.service-image {
  width: 40%;
  height: 200%;
  border-radius: 20px;
  position: relative;
  left: 218px;
}

.service-video-gif {
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  overflow: visible;
}

.background-video-2 {
  width: 100%;
}

.footer {
  height: 100vh;
  background-color: var(--backgrounf);
}

.footer-bg-wrapper {
  height: 100%;
  position: relative;
}

.green-background {
  height: 60%;
  background-image: linear-gradient(135deg, var(--main-green), var(--cyan-main));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mask-div {
  width: 65%;
  height: 65%;
  background-color: var(--backgrounf);
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 34%;
  left: 18%;
}

.footer-header {
  z-index: 5;
  width: 90%;
  height: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.footer-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 0;
  text-decoration: none;
  display: block;
  position: static;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 6%;
}

.footer-notes {
  width: 80%;
  height: 33%;
  border-bottom: 1px solid var(--backgrounf);
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 7%;
  left: 10%;
  right: auto;
}

.logo-block {
  width: 30%;
  display: block;
}

.quick-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.social-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.foot-links {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.foot-link-txt {
  color: var(--backgrounf);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s;
}

.foot-link-txt:hover {
  border-bottom: 1px none var(--mango-blue);
  color: var(--mango-blue);
  padding-left: 0;
  font-size: 20px;
}

.social-links-txt {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  text-decoration: none;
}

.social-links-txt-black {
  color: var(--backgrounf);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.social-links-txt-black:hover {
  color: var(--mango-blue);
}

.cpywrite {
  width: 80%;
  height: 5%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1%;
  left: 0%;
  right: 0%;
}

.copy-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.privacy-txt {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.design-by {
  text-decoration: none;
}

.design-by-txt {
  color: var(--backgrounf);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.ini-gradient {
  z-index: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--backgrounf);
  background-image: url('../images/correct.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ini-animations {
  z-index: 50;
  height: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ini-black {
  width: 100vw;
  height: 100%;
  background-color: var(--backgrounf);
  mix-blend-mode: multiply;
  display: flex;
  position: absolute;
}

.ini-container {
  width: auto;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: static;
}

.ini-logo {
  display: block;
}

.mobile-menu, .moblie-menu {
  display: none;
}

.contact-mail {
  text-decoration: none;
}

.mobile-menu-icon, .prev-arrow {
  display: none;
}

.cursor__dot--1 {
  width: 80px;
  height: 80px;
  background-color: #fd3846;
  background-image: linear-gradient(135deg, var(--cyan-main), var(--main-green));
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cursor__arrow--left, .cursor__arrow--right {
  width: 28px;
}

.next-arrow {
  display: none;
}

.cursor__dot--2 {
  width: 80px;
  height: 80px;
  background-color: #fd3846;
  background-image: linear-gradient(135deg, var(--cyan-main), var(--main-green));
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-section-header {
  height: 100vh;
  background-color: var(--backgrounf);
  overflow: hidden;
}

.about-wrapper {
  width: 90%;
  height: 90%;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.about-header {
  color: #fff;
  letter-spacing: -3px;
  font-family: Work Sans, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

.about-image {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 37%;
  bottom: 0%;
  left: auto;
  right: -20%;
}

.white-logo-about {
  transform: rotate(-90deg);
}

.gradient-two-color {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(135deg, var(--mango-green), var(--mango-red));
  opacity: .6;
  filter: blur(150px);
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.gradient-two-color.header {
  z-index: 0;
  height: 50vh;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.gradient-two-color.header.vfx {
  background-image: linear-gradient(135deg, var(--mango-green), var(--mango-qua));
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gradient-two-color.header.ani {
  width: 50%;
  height: 50vh;
  background-image: linear-gradient(135deg, var(--blue-main), var(--mango-red));
  filter: blur(150px);
  object-fit: fill;
  margin-top: 0%;
  margin-left: 0;
  margin-right: auto;
  position: static;
  top: 24%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.gradient-two-color.header.di {
  background-image: linear-gradient(135deg, var(--mango-green), var(--mango-blue));
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section-abt-02 {
  height: 50vh;
  background-color: var(--backgrounf);
  overflow: hidden;
}

.image-background-about {
  height: 100%;
  position: relative;
}

.image-div-about {
  height: 100%;
  background-image: url('../images/NK008718-1.png');
  background-position: 50%;
  background-size: cover;
}

.section-abt-03 {
  height: 100vh;
  background-color: var(--backgrounf);
}

.abt-content-wrapper {
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-headline {
  z-index: 100;
  position: absolute;
}

.big-heading {
  color: #686868;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1.1;
  display: block;
}

.big-heading.white {
  color: #fff;
}

.big-heading.about {
  font-size: 4em;
}

.about-brief {
  width: 50%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-txt-brief {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.3;
}

.about-brief-image {
  width: 45%;
  position: absolute;
  top: 55%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.section-abt-04 {
  height: auto;
  background-color: var(--backgrounf);
  overflow: hidden;
}

.abt-header-wrapper {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.abt-header-wrapper._100 {
  width: 100%;
}

.abt-clients-header {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.abt-is-h1 {
  color: #fff;
  font-family: Work Sans, sans-serif;
  font-size: 5em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.abt-is-h1.regular {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-family: Work Sans, sans-serif;
  font-size: 3.4em;
  font-weight: 400;
  line-height: 1.1;
}

.abt-is-h1.no-p {
  color: var(--main-green);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6em;
  line-height: 1;
}

.client-list--01 {
  width: 100vw;
  height: 12em;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.list-01 {
  border-radius: 0;
  margin-left: 40px;
  margin-right: 40px;
}

.list-image {
  border-radius: 40px;
}

.grading-header {
  width: 90%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.section-abt-05 {
  height: auto;
  background-color: var(--backgrounf);
  position: relative;
}

.awards-wrapper {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto 60px;
  display: flex;
}

.award-full-wrapper {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.award-image {
  border-radius: 20px;
  padding-bottom: 40px;
}

.awards-txt-wrapper {
  width: 55%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.awards-txt-heading {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.is-h5--awards {
  color: var(--main-green);
  font-family: Work Sans, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.awards {
  color: #fff;
  letter-spacing: -1px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Work Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.awards-alt-year-wrapper {
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
}

.awards-alt-year-txt {
  width: 90%;
  color: var(--main-green);
  letter-spacing: -1px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Work Sans, sans-serif;
  font-size: 3.5em;
  font-weight: 500;
}

.awards-alt-list {
  width: 30%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding-right: 40px;
  display: flex;
}

.section-6 {
  height: 130vh;
  background-color: var(--backgrounf);
  padding-top: 100px;
  position: relative;
}

.gradient-two-color--01 {
  width: 50%;
  height: 30%;
  background-image: linear-gradient(135deg, var(--mango-green), var(--mango-qua));
  opacity: .3;
  filter: blur(120px);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.abt-last-warpper {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  position: relative;
}

.abt-last-header {
  z-index: 5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.last-header-txt {
  color: #fff;
  text-align: center;
  letter-spacing: -5px;
  margin-top: 0;
  font-family: Work Sans, sans-serif;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1;
}

.abt-last-image {
  z-index: 2;
  width: 80%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-2 {
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 5px;
}

.header-wrapper-about {
  width: 75%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.header-wrapper-about._100 {
  width: 100%;
  margin-left: 0;
}

.about-headline-mob {
  z-index: 100;
  position: absolute;
}

.servides-header {
  color: #fff;
  letter-spacing: -3px;
  font-family: Work Sans, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 80px;
}

.service-sectio-01 {
  height: 50vh;
  background-color: var(--backgrounf);
}

.service-01-wrapper {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Group-11.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-brief {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.serive-header {
  color: var(--mango-green);
  text-align: center;
  letter-spacing: -2px;
  font-family: Work Sans, sans-serif;
  font-size: 4em;
  font-weight: 300;
  line-height: 1;
}

.ser-image-brief {
  width: 45%;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: 0%;
}

.image-div-about-1 {
  height: 100%;
  background-image: url('../images/NK009106-1.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ser-brief-image {
  width: 600px;
}

.services-section-02 {
  height: auto;
  background-color: var(--backgrounf);
}

.service-02-wrapper {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.serivces-header-wrapper {
  z-index: 10;
  height: 25vh;
  background-color: var(--backgrounf);
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.service-01 {
  width: 33%;
  height: 100%;
  border-right: .8px #4d4d4d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-01.no-border {
  border: 1px #000;
}

.services-header-name {
  color: var(--white);
  letter-spacing: -1px;
  font-family: Work Sans, sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  text-decoration: none;
}

.service-inner {
  width: 100%;
  height: 40%;
  border-right: .8px solid #363636;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.service-inner.noborder {
  border-right-style: none;
}

.visual-effects {
  z-index: 1;
  width: 90%;
  height: 165vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.vfx-header-txt {
  color: var(--main-green);
  letter-spacing: -3px;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.3;
}

.vfx-des {
  width: 75%;
}

.vfx-des-txt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2;
}

.vfx-des-txt.ani {
  text-align: right;
}

.vifx-image {
  width: auto;
  height: auto;
  position: static;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 0%;
}

.vifx-image.ani {
  z-index: 1;
  width: 100%;
  margin-top: 100px;
  position: relative;
  bottom: auto;
  right: auto;
}

.vifx-image.color {
  z-index: 2;
  height: 35vh;
  background-image: url('../images/NK008897-1.png');
  background-position: 50%;
  background-size: auto;
  border-radius: 9px;
  margin-top: 40px;
  position: relative;
  bottom: auto;
  right: auto;
}

.vifx-image.color._01 {
  width: 50%;
  height: 50vh;
  background-image: url('../images/NK008956-1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  top: -149px;
}

.vfx-image-1 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.vfx-image-1.ani {
  width: 100%;
  object-fit: fill;
  overflow: hidden;
}

.vfx-des-txt--1 {
  width: 100%;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.2;
}

.vfx-des-txt--1.ani {
  text-align: left;
  padding-top: 5%;
  padding-bottom: 5%;
}

.vfx-des-1 {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.vfx-des-1.ani {
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  overflow: hidden;
}

.animation {
  width: 90%;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.vfx-image-2 {
  z-index: 2;
  width: auto;
  height: auto;
  position: relative;
  bottom: 0%;
  left: auto;
}

.vfx-image-inner {
  max-width: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.animation-services {
  z-index: 1;
  width: 90%;
  height: 150vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.ani-header-txt {
  color: var(--main-green);
  text-align: left;
  letter-spacing: -3px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Work Sans, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.3;
}

.ani-header-txt.ani {
  text-align: right;
  margin-top: 10px;
}

.ani-des {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}

.ani-des.color {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.all-anim {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.all-anim.color {
  z-index: 3;
  width: 100%;
  flex-direction: column;
  margin-left: auto;
  position: relative;
}

.di-service {
  z-index: 1;
  width: 90%;
  height: 120vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.padding-div {
  height: 26vh;
}

.navbar-final-2 {
  z-index: 300;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.nav-container02-2 {
  width: 100%;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brand-2 {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.logo-image-2 {
  padding-top: 10px;
}

.nav-item-2 {
  color: #fff;
  margin-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}

.nav-item-2:hover {
  color: #ff6500;
}

.nav-item-2:visited {
  color: #fff;
  font-style: normal;
  font-weight: 400;
}

.nav-item-2.w--current {
  color: #ff6500;
  font-style: italic;
}

.section-8 {
  height: 100vh;
  background-color: var(--backgrounf);
}

.contact-wrapper {
  width: 90%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-inner-wrapper {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: flex;
}

.get-in-div {
  width: 50%;
}

.contact-div {
  width: 40%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-details {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.icon {
  margin-right: 20px;
}

.contact-txt {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.3;
  text-decoration: none;
}

.contact-txt:hover {
  color: #cbff01;
}

.image-3 {
  border: 1px rgba(0, 0, 0, 0);
}

.mango-icon {
  z-index: 2;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.social-link-contat {
  color: var(--mango-green);
  text-decoration: none;
}

.mango-3d-logo {
  max-width: 50%;
}

.btn-wrapper-abt {
  z-index: 0;
  width: auto;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.btn-wrapper-abt.works {
  width: auto;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.btn-wrapper-abt.ani {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.btn-wrapper-works {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.btn-wrapper-works.works {
  width: auto;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.btn-wrapper-works.ani {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.header-wrapper-services {
  width: 75%;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0;
}

.header-wrapper-services._100 {
  width: 100%;
  margin-left: 0;
}

.pad-div {
  height: 20vh;
  background-color: var(--backgrounf);
}

.projects-container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.proejcts-section {
  height: 140vh;
  background-color: var(--backgrounf);
  position: relative;
}

.projects-wrapper {
  width: 80vw;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 20vh;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.projects-header-wrapper {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.projects-header {
  color: #fff;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
}

.projects-video-wrapper {
  width: 68vw;
  height: 52vh;
  margin-bottom: 140px;
  position: relative;
}

.close-btn {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.horizontal-line-close {
  width: 5px;
  height: 100%;
  background-color: var(--main-green);
  transform: rotate(45deg);
}

.horizontal-line-close.reverse {
  transform: rotate(-45deg);
}

.projects-type {
  margin-bottom: 20px;
}

.project-subtitel {
  color: var(--main-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.project-description-txt {
  color: #cacaca;
  font-family: Work Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.project-video {
  z-index: 100;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-2 {
  width: 100%;
}

.projects-section, .tab-link-tab-4 {
  background-color: var(--backgrounf);
}

.tab-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5em;
  line-height: 1.1;
}

.tab-link:hover {
  color: var(--mango-green);
}

.tab-link.w--current {
  opacity: 1;
  color: var(--main-green);
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Work Sans, sans-serif;
  font-size: 1.5em;
  text-decoration: underline;
  display: flex;
}

.tab-text {
  color: rgba(255, 255, 255, .66);
  font-family: Work Sans, sans-serif;
  font-size: 1.5em;
  text-decoration: none;
}

.project-single-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
}

.project-subtext {
  margin-bottom: 40px;
}

.project-name-txt {
  color: var(--main-green);
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
}

.project-sub-txt {
  color: var(--white);
  margin-top: 5px;
  font-family: Work Sans, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.tab-menu {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-block {
  color: var(--white);
  font-family: Work Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6;
}

.projects-header-01 {
  letter-spacing: -2px;
  font-size: 3rem;
  font-weight: 500;
}

.bold-text {
  font-size: 3.5rem;
  font-weight: 500;
}

.cursor-projects {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(135deg, var(--mango-green), var(--mango-qua));
  border-radius: 100px;
  display: none;
  position: relative;
}

.text-cursor {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.view-txt {
  color: var(--backgrounf);
  text-align: center;
  font-size: 16px;
}

.contact-ph {
  text-decoration: none;
}

.contact-ph:hover {
  color: #cbff01;
}

.big-heading--mob {
  color: #686868;
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Work Sans, sans-serif;
  font-size: 5.5em;
  font-weight: 300;
  line-height: 1.1;
  display: none;
}

.big-heading--mob.white {
  color: #fff;
}

.columns-mobile, .mobile-feature-works {
  display: none;
}

.section-vfx {
  height: 100vh;
}

.vfx-images {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: stretch;
  justify-content: stretch;
  align-items: start;
  justify-items: start;
  margin-top: 40px;
  display: grid;
  overflow: hidden;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 2.25fr 1fr;
  grid-template-areas: "Area Area";
  grid-auto-columns: 1fr;
  align-content: stretch;
  overflow: visible;
}

.di-service-new {
  display: block;
}

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

.image-5 {
  max-width: 100%;
}

.body-2 {
  overflow: visible;
}

.btn-wrapper {
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.btn-wrapper.works {
  width: auto;
  justify-content: center;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.btn-wrapper.ani {
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.active-icon {
  opacity: 1;
  padding-right: 10px;
  display: block;
}

.contact-details-copy {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-01 {
    height: 70vh;
  }

  .section-ultra-gradients.is-first {
    z-index: 1;
    height: 100%;
    background-color: rgba(0, 0, 0, .01);
    border: 0 rgba(0, 0, 0, .01);
    margin-top: 0%;
    padding-top: 0%;
  }

  .hero-content {
    width: 75%;
    margin-left: 100px;
  }

  .is-display {
    text-align: left;
  }

  .hero-content-wrapper {
    height: 70%;
    align-items: flex-start;
    margin-top: 0%;
    margin-left: 0;
  }

  .bottom-scroll {
    margin-bottom: 0;
    margin-left: 100px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .navbar-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .section-02 {
    height: auto;
  }

  .showreel-header {
    top: 100px;
  }

  .section-03 {
    height: 70vw;
  }

  .header-wrapper {
    width: 85%;
    justify-content: space-between;
    position: relative;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .section-5 {
    height: 120vw;
  }

  .css-slider {
    color: var(--mango-green);
  }

  .cursor__dot {
    width: 120px;
    height: 120px;
    background-image: linear-gradient(135deg, var(--cyan-main), var(--main-green));
    border-radius: 100px;
  }

  .slide__subtitle {
    color: var(--main-green);
    font-family: Syne, sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
  }

  .slide__parallax-2 {
    bottom: 110px;
    left: auto;
  }

  .slider {
    height: 60vh;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slide__title {
    font-family: Syne, sans-serif;
    font-size: 8vw;
    font-weight: 700;
  }

  .slide__parallax-3 {
    top: 86%;
    bottom: auto;
    right: auto;
  }

  .services-block-1 {
    height: 8%;
  }

  .cursor__dot--1, .cursor__dot--2 {
    width: 120px;
    height: 120px;
    background-image: linear-gradient(135deg, var(--cyan-main), var(--main-green));
    border-radius: 100px;
  }

  .gradient-two-color.header.vfx {
    background-image: linear-gradient(135deg, var(--mango-green), var(--mango-qua));
  }

  .gradient-two-color.header.ani {
    width: 50%;
    height: 50vh;
    filter: blur(150px);
  }

  .about-brief-image {
    top: 52%;
  }

  .abt-header-wrapper, .header-wrapper-about {
    width: 85%;
    justify-content: space-between;
    position: relative;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
  }

  .vifx-image.ani {
    width: 100%;
  }

  .vifx-image.color._01 {
    width: 50%;
  }

  .vfx-image-2 {
    z-index: 2;
    position: relative;
    bottom: 0%;
  }

  .ani-header-txt.ani {
    position: static;
  }

  .section-8 {
    height: 80vh;
    border: 1px rgba(197, 140, 140, .02);
  }

  .mango-icon {
    z-index: 2;
    top: 50%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .mango-3d-logo {
    max-width: 100%;
  }

  .header-wrapper-services {
    width: 85%;
    justify-content: space-between;
    position: relative;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0%;
  }
}

@media screen and (min-width: 1440px) {
  .logo-image {
    width: 220px;
  }

  .section-01 {
    height: 100vh;
  }

  .section-ultra-gradients.is-first {
    position: static;
  }

  .is-h5 {
    font-size: 2em;
  }

  .is-h3 {
    font-family: Work Sans, sans-serif;
    font-weight: 400;
  }

  .is-display {
    font-size: 5.5em;
  }

  .is-display.f {
    margin-left: auto;
    margin-right: auto;
    font-size: 6.5em;
  }

  .hero-content-wrapper {
    width: 80%;
  }

  .hero-subtitle-text {
    bottom: 15%;
  }

  .bottom-scroll {
    display: none;
  }

  .scroll-text-img {
    width: 90px;
  }

  .navbar-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .menu-item {
    font-size: 20px;
  }

  .image {
    width: 45px;
  }

  .showreel-header {
    top: 90px;
  }

  .section-03 {
    height: 82vh;
  }

  .header-wrapper {
    width: 85%;
    bottom: 0;
  }

  .section-5 {
    height: 150vh;
  }

  .slide__subtitle {
    font-size: 2vw;
  }

  .slide__parallax-2 {
    bottom: 9px;
    left: auto;
  }

  .slide__title {
    font-size: 6vw;
  }

  .slide__parallax-3 {
    top: 86%;
    right: auto;
  }

  .services-wrapper {
    height: 100%;
  }

  .services-header {
    padding-top: 0;
  }

  .services-block-1 {
    height: 8%;
  }

  .is-display-service {
    font-size: 4.5em;
  }

  .is-display-service-color {
    font-size: 5em;
  }

  .footer-bg-wrapper {
    position: relative;
  }

  .mask-div {
    width: 60%;
    border-radius: 100%;
    left: 20%;
  }

  .footer-header {
    position: relative;
    top: auto;
    left: auto;
  }

  .footer-btn {
    right: 24%;
  }

  .gradient-two-color.header.ani {
    width: 50%;
    height: 50vh;
    filter: blur(150px);
  }

  .section-abt-03 {
    height: 100vh;
  }

  .abt-content-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 5%;
  }

  .about-headline {
    display: block;
  }

  .big-heading, .big-heading.about {
    font-size: 5.5em;
    display: block;
  }

  .about-brief-image {
    top: 44%;
  }

  .section-abt-04 {
    height: auto;
  }

  .abt-header-wrapper {
    width: 90%;
    bottom: 0;
  }

  .abt-clients-header {
    width: 90%;
    padding-top: 0;
  }

  .grading-header {
    width: 80%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .is-h5--awards {
    font-size: 2em;
  }

  .abt-last-image {
    top: 24%;
  }

  .header-wrapper-about {
    width: 65%;
    bottom: 0;
  }

  .ser-image-brief {
    bottom: 4%;
  }

  .vifx-image.color._01 {
    width: 50%;
  }

  .vfx-image-2 {
    bottom: -5%;
  }

  .mango-icon {
    max-width: none;
    top: 50%;
  }

  .header-wrapper-services {
    width: 65%;
    bottom: 0;
  }

  .projects-header {
    font-size: 3.5rem;
  }

  .projects-video-wrapper {
    height: 58vh;
    margin-bottom: 140px;
  }

  .big-heading--mob {
    display: none;
  }

  .di-service-new {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .logo-image {
    width: 250px;
  }

  .section-01 {
    height: 80vh;
    background-color: var(--backgrounf);
  }

  .section-ultra-gradients.is-first {
    height: 100%;
    margin-bottom: 0%;
    padding-bottom: 0%;
    display: block;
  }

  .ultra-gradient-wrapper {
    width: 55%;
    height: 55%;
    margin-top: 15%;
    margin-left: 140px;
    margin-right: auto;
    position: absolute;
    top: 0%;
  }

  .ultra-gradient-wrapper.section-shoowreel {
    width: 50%;
    height: 50%;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -17%;
    transform: rotate(11deg);
  }

  .shape-01 {
    width: 60%;
    height: 80%;
    filter: blur(100px);
  }

  .shape-02 {
    width: 60%;
  }

  .shape-03 {
    width: 65%;
    height: 40%;
  }

  .shape-04 {
    height: 70%;
  }

  .hero-content {
    margin-top: 0%;
  }

  .is-h6.is-txt-black-150 {
    font-size: 1.2rem;
  }

  .is-h6.green {
    font-size: 2.5em;
  }

  .is-h5 {
    font-size: 2em;
  }

  .is-h1.regular {
    text-align: center;
    font-size: 3.2em;
  }

  .is-h1.no-p {
    font-size: 5em;
  }

  .is-display {
    margin-top: 0;
    font-size: 7em;
  }

  .is-display._1920 {
    font-size: 6.5em;
  }

  .is-display._2x {
    font-size: 10em;
  }

  .is-display._2x.line {
    border: 1px none var(--mango-red);
    color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .is-display.f {
    line-height: 1;
  }

  .is-display.contact {
    font-size: 18em;
  }

  .hero-content-wrapper {
    width: 80%;
    height: 100%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .bottom-scroll {
    display: none;
    bottom: 17%;
  }

  .scroll-text-img {
    width: 120px;
  }

  .navbar-wrapper {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    display: flex;
  }

  .menu-item {
    font-size: 24px;
  }

  .section-02 {
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .image {
    width: 60px;
  }

  .container {
    padding-bottom: 2em;
  }

  .showreel-header {
    top: 94px;
  }

  .showreel-2023 {
    margin-top: 2em;
    position: static;
  }

  .section-03 {
    height: 100vh;
    background-color: var(--backgrounf);
    position: static;
  }

  .gradient-design {
    width: 35%;
    height: 35%;
    mix-blend-mode: hard-light;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 8%;
    bottom: auto;
    left: auto;
    right: -11%;
  }

  .body {
    background-color: #050a1a;
    overflow: visible;
  }

  .shape-05 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(135deg, var(--red-main), var(--main-green) 53%);
    opacity: .75;
    filter: blur(120px);
    border-radius: 50%;
  }

  .content-wrapper {
    justify-content: center;
    position: static;
  }

  .content-wrapper-inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .text-wrapper {
    width: 80%;
    cursor: auto;
  }

  .btn-wrapper-vfx.ani {
    z-index: 1;
    width: 100%;
    justify-content: flex-start;
    position: relative;
  }

  .text-gradient-effect {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-04 {
    height: 100vh;
  }

  .header-wrapper {
    width: 85%;
    bottom: 0;
  }

  .section-5 {
    height: 150vh;
  }

  .slide__parallax-2 {
    bottom: -112px;
  }

  .slide__parallax-3 {
    top: 104%;
  }

  .gradeient-layer {
    width: 100%;
    height: 80%;
    margin-left: 0;
  }

  .services-wrapper {
    height: 100%;
  }

  .image-background {
    background-size: cover;
  }

  .image-wrapper {
    height: 40%;
  }

  .is-display-service {
    font-size: 4em;
  }

  .is-display-service._1920 {
    font-size: 6.5em;
  }

  .is-display-service._2x {
    font-size: 10em;
  }

  .is-display-service._2x.line {
    border: 1px none var(--mango-red);
    color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .is-display-service-color {
    font-size: 5em;
  }

  .is-display-service-color._1920 {
    font-size: 6.5em;
  }

  .is-display-service-color._2x {
    font-size: 10em;
  }

  .is-display-service-color._2x.line {
    border: 1px none var(--mango-red);
    color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .footer {
    height: 100vh;
    background-color: #050a1a;
    overflow: visible;
  }

  .mask-div {
    width: 50%;
    height: 65%;
    bottom: 37%;
    left: 25%;
  }

  .footer-header {
    width: 40%;
    top: auto;
    left: auto;
  }

  .footer-btn {
    right: 35%;
  }

  .ini-animations {
    height: 100%;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .about-section-header {
    height: 100vh;
    display: block;
  }

  .about-wrapper {
    width: 90%;
    height: 100%;
    display: none;
  }

  .about-header {
    font-size: 5.5rem;
    line-height: 1.3;
  }

  .gradient-two-color.header.ani {
    width: 50%;
    height: 50vh;
    filter: blur(150px);
    margin-top: 0%;
    margin-left: 0;
    margin-right: auto;
    position: static;
    top: 0%;
    left: auto;
    right: auto;
    overflow: hidden;
  }

  .section-abt-02 {
    height: 50vh;
    margin-top: 0%;
    padding-top: 0%;
  }

  .image-background-about {
    margin-top: 0%;
    display: block;
    position: static;
  }

  .section-abt-03 {
    font-size: 24em;
  }

  .abt-content-wrapper {
    height: 100vh;
    padding-bottom: 60px;
  }

  .about-headline {
    display: block;
  }

  .big-heading, .big-heading.white {
    font-size: 5.5rem;
  }

  .big-heading.about {
    width: auto;
    font-size: .3em;
    display: block;
  }

  .about-brief {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .about-txt-brief {
    font-size: 2rem;
    line-height: 1.3;
  }

  .about-brief-image {
    width: auto;
    top: 41%;
    bottom: auto;
    left: auto;
    right: 1%;
  }

  .section-abt-04 {
    height: auto;
  }

  .abt-header-wrapper {
    width: 100%;
    bottom: 0;
  }

  .abt-clients-header {
    width: 90%;
  }

  .abt-is-h1 {
    margin-top: 10px;
    font-size: 8em;
  }

  .abt-is-h1.regular {
    text-align: center;
    font-size: 5em;
  }

  .abt-is-h1.no-p {
    font-size: 8em;
  }

  .client-list--01 {
    width: 90%;
    justify-content: flex-start;
    margin-left: 100px;
  }

  .grading-header {
    justify-content: flex-start;
    margin-left: 100px;
    padding-left: 40px;
  }

  .section-abt-05 {
    height: auto;
    border: 1px solid rgba(0, 0, 0, .03);
    position: static;
  }

  .award-full-wrapper {
    height: auto;
  }

  .is-h5--awards {
    font-size: 2em;
  }

  .awards-alt-year-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, .02);
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  .awards-alt-year-txt {
    width: 100%;
  }

  .section-6 {
    z-index: 0;
    height: 110vh;
    padding-top: 0;
    position: relative;
  }

  .gradient-two-color--01 {
    display: block;
    top: 40%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .abt-last-header {
    top: 10%;
  }

  .last-header-txt {
    font-size: 8em;
  }

  .abt-last-image {
    top: 43%;
  }

  .section-7 {
    height: 100vh;
    background-color: var(--backgrounf);
  }

  .header-wrapper-about {
    width: 60%;
    margin-left: 0;
    margin-right: 0;
    bottom: 0;
  }

  .servides-header {
    font-size: 5.5rem;
    line-height: 1.3;
  }

  .serive-header {
    font-size: 7em;
  }

  .image-div-about-1 {
    position: static;
  }

  .ser-brief-image {
    width: auto;
  }

  .services-header-name {
    font-size: 4em;
  }

  .vfx-header-txt {
    font-size: 6em;
  }

  .vfx-des-txt {
    font-size: 3.4em;
  }

  .vifx-image.color._01 {
    width: 50%;
    margin-bottom: 0;
    top: 0;
  }

  .vfx-des-txt--1 {
    font-size: 1.8em;
  }

  .vfx-des-1 {
    width: 100%;
  }

  .vfx-des-1.ani {
    z-index: 1;
    position: relative;
  }

  .vfx-image-2 {
    bottom: -18%;
  }

  .ani-header-txt {
    font-size: 6em;
  }

  .di-service {
    display: none;
  }

  .padding-div {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .nav-container02-2 {
    justify-content: flex-start;
  }

  .icon {
    margin-right: 40px;
  }

  .contact-txt {
    font-size: 2.4em;
  }

  .mango-icon {
    top: 50%;
    bottom: 0%;
    left: 15%;
  }

  .mango-3d-logo {
    max-width: 100%;
  }

  .image-4 {
    max-width: 160%;
  }

  .btn-wrapper-abt {
    z-index: 0;
    cursor: pointer;
    display: flex;
    position: relative;
  }

  .header-wrapper-services {
    width: 60%;
    bottom: 0;
  }

  .proejcts-section {
    height: 140vh;
  }

  .projects-header-wrapper {
    margin-top: 0;
    padding-top: 40px;
  }

  .projects-header {
    font-size: 5rem;
  }

  .projects-video-wrapper {
    height: 60vh;
    margin-bottom: 140px;
  }

  .project-subtitel {
    font-size: 2.5rem;
  }

  .project-description-txt {
    font-size: 1.8rem;
  }

  .big-heading--mob {
    font-size: 5.5rem;
    display: none;
  }

  .big-heading--mob.white {
    font-size: 5.5rem;
  }

  .grid {
    grid-row-gap: 57px;
  }

  .grid-2 {
    margin-bottom: 0%;
  }

  .body-2 {
    background-color: rgba(255, 255, 255, .03);
  }

  .button {
    width: 15vw;
    height: 10vh;
  }

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

  .text-block-2 {
    width: 15vw;
    height: 10vh;
  }
}

@media screen and (max-width: 991px) {
  .navbar-final {
    padding-bottom: 20px;
  }

  .nav-menu-3 {
    background-color: #000;
  }

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

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

  .icon-2 {
    color: #fff;
    background-color: rgba(255, 254, 254, 0);
    font-size: 36px;
  }

  .section-01 {
    height: 70vh;
  }

  .section-ultra-gradients.is-first {
    height: 100vh;
  }

  .hero-content {
    width: 90%;
    margin-left: 20px;
  }

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

  .is-h6.is-txt-black-150 {
    font-size: .8em;
  }

  .grid--4-4-4 {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .is-btn-t-fw {
    width: 100%;
  }

  .is-t-visible {
    display: block;
  }

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

  .is-h1.regular {
    font-size: 2.4em;
  }

  .is-h1.no-p {
    font-size: 4.5em;
  }

  .dsg-popup {
    bottom: 1.5em;
    right: 1.5em;
  }

  .is-t-hidden {
    display: none;
  }

  .container-col-8 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .dsg-subnav-link {
    font-size: .8rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dsg-menu-button.w--open {
    background-color: #181818;
  }

  .container-col-12, .container-col-10 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-subnav-menu {
    border-radius: 0;
    flex-direction: row;
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .container-col-4 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .is-display {
    font-size: 4.6em;
    line-height: 1.1;
  }

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

  .container-col-6 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .dsg-sidebar {
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .dsg-nav-link {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    padding: 2em 5vw;
    display: flex;
  }

  .dsg-nav_menu {
    background-color: #181818;
    flex-direction: column;
    justify-content: center;
  }

  .btn--prm-med {
    cursor: pointer;
  }

  .bottom-scroll {
    margin-left: 20px;
  }

  .nav-menu {
    display: none;
  }

  .section-02 {
    z-index: -1;
    height: 60vw;
  }

  .showreel-container {
    height: 60vh;
  }

  .container {
    padding-bottom: 2em;
  }

  .section-03 {
    z-index: -2;
  }

  .text-wrapper {
    padding-bottom: 0;
  }

  .btn-wrapper-vfx {
    margin-bottom: 60px;
  }

  .btn-wrapper-vfx.ani {
    width: auto;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .section-04 {
    height: 100vw;
  }

  .header-wrapper {
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-5 {
    height: 150vw;
  }

  .cursor {
    display: none;
  }

  .slider__arrow.is--previous, .slider__arrow.is--next {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .slider {
    width: 100%;
  }

  .is-display-service {
    font-size: 3.2em;
  }

  .service-image {
    width: 35%;
    height: 125%;
  }

  .footer {
    height: 120vw;
  }

  .mask-div {
    width: 90%;
    height: 60%;
    left: 6%;
  }

  .footer-header {
    top: auto;
    left: auto;
  }

  .footer-btn {
    bottom: 0%;
    right: -27%;
  }

  .footer-notes {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
    bottom: 8%;
    left: 0%;
    right: 0%;
  }

  .logo-block {
    width: 300px;
  }

  .foot-links {
    margin-bottom: 5px;
  }

  .foot-link-txt {
    font-size: 16px;
    line-height: 18px;
  }

  .social-links-txt-black {
    font-size: 24px;
    line-height: 28px;
  }

  .cpywrite {
    width: 90%;
  }

  .copy-txt, .privacy-txt, .design-by-txt {
    font-size: 12px;
  }

  .ini-animations {
    display: none;
  }

  .mobile-menu {
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .vetical-line {
    width: 4px;
    height: 32px;
    max-height: none;
    background-color: var(--main-green);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .horizontal-line {
    width: 32px;
    height: 4px;
    max-height: none;
    background-color: var(--main-green);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .moblie-menu {
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background-color: var(--backgrounf);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
  }

  .mobile-menu-wrapper {
    width: 80%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 140px auto 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-item-mob {
    width: 100%;
    border-bottom: .5px solid rgba(203, 255, 0, .06);
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
    display: flex;
  }

  .menu-item-mob:hover {
    padding-left: 0;
  }

  .menu-item-mob.w--current {
    text-decoration: none;
  }

  .mob-menu {
    color: var(--main-green);
    margin-top: 0;
    margin-bottom: 0;
    font-family: Work Sans, sans-serif;
    font-size: 48px;
    font-weight: 300;
    line-height: 72px;
  }

  .contact-mob-menu {
    width: 80%;
    height: auto;
  }

  .contact-mail {
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .info {
    color: #fff;
    font-family: Work Sans, sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    text-decoration: underline;
  }

  .mob-arrow {
    padding-right: 20px;
  }

  .social-links-mob {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .social-link-txt-mob {
    padding-right: 40px;
    text-decoration: none;
  }

  .mob-social {
    color: var(--main-green);
    font-family: Work Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
  }

  .mobile-menu-icon {
    width: 54px;
    height: 54px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .prev-arrow {
    display: block;
  }

  .cursor__dot--1 {
    width: 60px;
    height: 60px;
  }

  .cursor__arrow--left {
    transform: rotate(180deg);
  }

  .next-arrow {
    display: block;
  }

  .cursor__dot--2 {
    width: 60px;
    height: 60px;
  }

  .about-header {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .section-abt-03 {
    height: 100vh;
  }

  .big-heading, .big-heading.white {
    font-size: 3.5em;
  }

  .about-txt-brief {
    font-size: 1.2rem;
  }

  .about-brief-image {
    top: 60%;
  }

  .abt-is-h1.regular {
    font-size: 2.4em;
  }

  .abt-is-h1.no-p {
    font-size: 4.5em;
  }

  .last-header-txt {
    font-size: 5em;
  }

  .abt-last-image {
    top: 34%;
  }

  .servides-header {
    font-size: 3.5rem;
    line-height: 1.2;
  }

  .services-section-02 {
    padding-bottom: 4%;
  }

  .services-header-name {
    font-size: 2em;
  }

  .vfx-header-txt {
    font-size: 4em;
  }

  .vfx-des {
    width: 90%;
  }

  .vfx-des-txt {
    font-size: 2em;
  }

  .vifx-image {
    width: 100%;
    margin-bottom: 40px;
  }

  .vifx-image.color {
    width: 90%;
  }

  .vifx-image.color._01 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: auto;
  }

  .vfx-des-txt--1 {
    margin-bottom: 40px;
  }

  .vfx-des-txt--1.ani {
    margin-bottom: 0;
  }

  .vfx-des-1.ani {
    width: 100%;
  }

  .di-service {
    height: 12vh;
    display: none;
  }

  .navbar-final-2 {
    padding-bottom: 20px;
  }

  .nav-menu-4 {
    background-color: #000;
  }

  .contact-inner-wrapper {
    flex-direction: column;
    justify-content: flex-start;
  }

  .get-in-div {
    width: 100%;
  }

  .contact-div {
    width: 100%;
    margin-top: 60px;
  }

  .mango-icon {
    top: 30%;
    bottom: auto;
    left: 50%;
    right: auto;
  }

  .mango-3d-logo {
    max-width: 100%;
  }

  .btn-wrapper-abt.ani, .btn-wrapper-works.ani {
    width: auto;
  }

  .proejcts-section {
    height: 120vh;
  }

  .projects-video-wrapper {
    width: 70vw;
    height: 40vh;
  }

  .close-btn {
    width: 40px;
    height: 40px;
    align-items: center;
  }

  .html-embed-2 {
    width: 100%;
  }

  .tab-link, .tab-link.w--current {
    font-size: 1em;
  }

  .big-heading--mob, .big-heading--mob.white {
    font-size: 3.5em;
  }

  .vfx-images {
    grid-auto-flow: row;
    align-content: stretch;
    display: block;
    overflow: visible;
  }

  .grid {
    flex-direction: column;
    display: block;
  }

  .di-service-new {
    height: auto;
  }

  .grid-2 {
    display: block;
  }

  .btn-wrapper.ani {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .section-01, .section-ultra-gradients.is-first {
    height: 60vh;
  }

  .ultra-gradient-wrapper {
    margin-top: 10%;
  }

  .is-h6 {
    font-size: .9rem;
  }

  .is-h6.is-txt-black-150 {
    font-size: 1em;
  }

  .is-l-hidden {
    display: none;
  }

  .grid--4-4-4 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .is-h5 {
    font-size: 1.1rem;
  }

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

  .dsg-table_row.is-button {
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-helper {
    grid-template-rows: auto;
    grid-template-columns: .6fr;
  }

  .dsg-table_row.is-colors {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .is-txt-small.is-txt-green-100.is-dsg-sample-label {
    display: none;
  }

  .is-h1 {
    font-size: 3rem;
  }

  .is-h1.regular {
    text-align: left;
    font-size: 1.8em;
    line-height: 1.2;
  }

  .is-h1.no-p {
    margin-bottom: 20px;
    font-size: 4em;
  }

  .dsg-table-cell.is-dsg-aspect {
    width: 5em;
  }

  .dsg-popup {
    max-width: 19em;
  }

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

  .is-h3 {
    font-size: 2rem;
  }

  .container-col-8 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dsg-table_header-headlines-spacing, .dsg-table_header-headlines, .dsg-table_row-spacing {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid--dsg-lists {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr 2.25fr;
  }

  .dsg-subnav-link {
    flex: none;
    padding-left: .5em;
    padding-right: .5em;
  }

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

  .is-h2 {
    font-size: 2.5rem;
  }

  .is-h5 {
    font-size: 1.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .container-col-12 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .btn-sec-med {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .container-col-10 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .is-txt-medium.is-dsg-description {
    max-width: none;
  }

  .is-btn-l-fw {
    width: 100%;
  }

  .is-l-visible {
    display: block;
  }

  .container-col-4 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

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

  .is-display {
    font-size: 3rem;
  }

  .is-display._2x {
    font-size: 5em;
  }

  .is-display.contact {
    font-size: 10em;
  }

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

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

  .container-col-6 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dsg-sidebar {
    width: 100%;
    overflow: hidden;
  }

  .btn--prm-med {
    cursor: pointer;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
    font-size: 1.1em;
  }

  .btn--prm-med.foot {
    width: 198px;
    height: 48px;
  }

  .dsg-pop_cta {
    font-size: .85rem;
  }

  .hero-content-wrapper {
    height: 100%;
    margin-top: 20%;
    padding-top: 10%;
  }

  .section-02, .showreel-container {
    height: auto;
  }

  .container {
    margin-bottom: 20px;
    padding: 0;
  }

  .showreel-header {
    position: static;
  }

  .section-03 {
    height: auto;
  }

  .gradient-design {
    margin-left: auto;
    top: 30%;
    left: auto;
    right: 0;
  }

  .shape-05 {
    margin-top: 50%;
  }

  .content-wrapper {
    margin-top: 20px;
  }

  .content-wrapper-inner {
    margin-bottom: 30px;
  }

  .text-wrapper {
    padding-bottom: 20px;
  }

  .btn-wrapper-vfx.ani {
    margin-top: 0;
    padding-top: 20px;
  }

  .text-gradient-effect {
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .section-04 {
    height: auto;
  }

  .header-wrapper {
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-wrapper._100 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 0;
  }

  .section-header {
    margin-bottom: 10px;
  }

  .section-5, .works-container {
    height: auto;
  }

  .works-wrapper {
    display: none;
  }

  .services-wrapper {
    margin-bottom: 50px;
  }

  .services-header {
    margin-top: 10px;
  }

  .image-background {
    height: 400px;
  }

  .image-wrapper {
    height: 300px;
    margin-bottom: 20px;
  }

  .services-block-1 {
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .is-display-service {
    font-size: 2.5rem;
  }

  .is-display-service-color {
    font-size: 3rem;
  }

  .green-arrow {
    max-width: 90%;
  }

  .footer {
    height: 150vw;
    overflow: hidden;
  }

  .footer-bg-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .mask-div {
    width: 100%;
    height: 55%;
    bottom: 45%;
    left: auto;
  }

  .footer-header {
    width: 65%;
    height: 40%;
    justify-content: flex-start;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .footer-btn {
    margin-top: 40px;
    position: static;
    right: -3%;
  }

  .footer-notes {
    width: 95%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 11%;
  }

  .logo-block {
    width: 300px;
  }

  .quick-links {
    width: 90%;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 20px;
  }

  .social-links {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
  }

  .cpywrite {
    height: auto;
    flex-direction: column;
    justify-content: center;
  }

  .copr-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .copy-txt {
    line-height: 12px;
  }

  .privacy-block {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .privacy-txt {
    line-height: 12px;
  }

  .design-by {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .design-by-txt {
    line-height: 12px;
  }

  .moblie-menu {
    display: none;
  }

  .mob-menu {
    font-size: 32px;
    line-height: 36px;
  }

  .info {
    font-size: 24px;
  }

  .mob-social {
    font-size: 16px;
  }

  .about-section-header {
    height: 80vh;
  }

  .white-logo-about {
    display: none;
  }

  .section-abt-02 {
    height: 25vh;
  }

  .section-abt-03 {
    height: auto;
  }

  .about-headline, .big-heading {
    display: none;
  }

  .about-brief {
    width: 100%;
    position: static;
  }

  .about-brief-image {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    position: static;
    top: 40%;
  }

  .abt-header-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .abt-is-h1 {
    font-size: 3rem;
  }

  .abt-is-h1.regular {
    font-size: 1.8em;
    line-height: 1.2;
  }

  .client-list--01 {
    height: auto;
    flex-direction: column;
    margin-bottom: 20px;
  }

  .list-01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .award-image {
    padding-bottom: 10px;
  }

  .is-h5--awards {
    font-size: 1.1rem;
  }

  .awards-alt-year-wrapper {
    flex-direction: column;
  }

  .awards-alt-list {
    width: 100%;
  }

  .section-6 {
    height: auto;
    padding-top: 40px;
  }

  .abt-last-warpper {
    height: auto;
    padding-top: 0;
    position: static;
  }

  .abt-last-header {
    position: static;
  }

  .last-header-txt {
    letter-spacing: -3px;
    font-size: 3.5em;
  }

  .abt-last-image {
    position: static;
    top: 19%;
  }

  .header-wrapper-about {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .header-wrapper-about._100 {
    margin-left: auto;
    margin-right: auto;
  }

  .about-headline-mob {
    position: static;
  }

  .services-section-02 {
    height: 500vh;
  }

  .serivces-header-wrapper {
    display: none;
  }

  .visual-effects {
    height: 135vh;
  }

  .vfx-header-txt {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 60px;
  }

  .vfx-des {
    width: 100%;
  }

  .vfx-des-txt.ani {
    text-align: left;
  }

  .vifx-image {
    width: 100%;
    position: static;
  }

  .vifx-image.ani {
    width: 100%;
    margin-top: 40px;
  }

  .vifx-image.color, .vifx-image.color._01 {
    width: 100%;
  }

  .vfx-des-1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .vfx-des-1.ani {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .vfx-image-2 {
    display: none;
  }

  .animation-services {
    height: 115vh;
  }

  .ani-header-txt.ani {
    text-align: left;
  }

  .ani-des {
    width: 100%;
  }

  .all-anim {
    flex-direction: column;
  }

  .all-anim.color {
    width: 100%;
    margin-left: 0;
  }

  .padding-div {
    display: none;
  }

  .mango-icon {
    top: 30%;
    left: 45%;
  }

  .btn-wrapper-abt {
    margin-top: 0;
  }

  .btn-wrapper-abt.ani {
    margin-top: 0;
    padding-top: 20px;
  }

  .btn-wrapper-works {
    margin-top: 0;
  }

  .btn-wrapper-works.ani {
    margin-top: 0;
    padding-top: 20px;
  }

  .header-wrapper-services {
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .header-wrapper-services._100 {
    margin-left: auto;
    margin-right: auto;
  }

  .proejcts-section {
    height: 120vh;
  }

  .list-home {
    width: 90%;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .project-image-home {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
  }

  .feature-txt {
    color: var(--main-green);
    margin-bottom: 0;
    font-family: Work Sans, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
  }

  .feature-subtext {
    color: var(--main-green);
    text-align: center;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: Work Sans, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
  }

  .tab-link, .tab-link.w--current {
    font-size: 1.1em;
  }

  .tab-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .big-heading--mob {
    color: #fff;
    letter-spacing: -1px;
    font-size: 2.5em;
  }

  .columns-mobile {
    display: block;
  }

  .mobile-feature-works {
    width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .call-us-wrapper {
    padding-top: 40px;
  }

  .image-5 {
    max-width: 90%;
  }

  .btn-wrapper {
    margin-top: 0;
  }

  .btn-wrapper.ani {
    margin-top: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .logo-image {
    max-width: 60%;
  }

  .section-01 {
    height: 50vh;
  }

  .section-ultra-gradients.is-first {
    height: 100%;
    margin-top: 0%;
    padding-top: 0%;
  }

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

  .is-h6 {
    margin-bottom: 10px;
    font-size: .9em;
  }

  .is-h6.is-txt-black-150 {
    margin-bottom: 0;
  }

  .is-p-visible {
    display: block;
  }

  .is-p-hidden {
    display: none;
  }

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

  .is-h5 {
    font-size: 1.1em;
  }

  .dsg-table_row.is-colors {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .dsg-table_row.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dsg-popup_logo {
    width: 1.8em;
  }

  .is-h1 {
    font-size: 3em;
  }

  .is-h1.regular {
    text-align: left;
    letter-spacing: 0;
    font-size: 1.6em;
    line-height: 1.3;
  }

  .is-h1.no-p {
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 2.5em;
  }

  .is-h1.no-p.mob-vertica {
    font-size: 2em;
    overflow: visible;
  }

  .is-btn-p-fw {
    width: 100%;
  }

  .dsg-hor-p-scroll-wrap {
    width: 100%;
    max-width: 90vw;
    overflow: scroll;
  }

  .dsg-table-cell {
    background-color: #1d1d1d;
  }

  .dsg-popup {
    z-index: 99999;
    width: 100%;
    max-width: none;
    border-radius: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    bottom: -2px;
    right: auto;
  }

  .is-h3 {
    font-size: 2em;
  }

  .dsg-table_header-headlines.is-dsg-typo {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dsg-table_row-spacing {
    background-color: #1d1d1d;
  }

  .grid--dsg-lists {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .richt-text {
    font-size: 1rem;
  }

  .is-h2 {
    font-size: 2.5em;
  }

  .is-h5 {
    font-size: 1.5em;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .dsg-table.is-dsg-helpers.is-dsg-aspect {
    grid-template-rows: .25fr;
    grid-auto-rows: 1fr;
  }

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

  .is-display {
    font-size: 2.5em;
    line-height: 1.1;
  }

  .is-display._2x {
    font-size: 2.5em;
  }

  .is-display.contact {
    font-size: 5em;
    line-height: 1;
  }

  .form-checkbox-label {
    font-size: 1rem;
  }

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

  .btn--prm-med {
    width: 265px;
    cursor: pointer;
    padding-left: 3rem;
  }

  .btn--prm-med.is-form-submit {
    font-size: 1.4em;
  }

  .btn--prm-med.foot {
    width: 256px;
    height: 56px;
  }

  .dsg-pop_cta {
    font-size: .7rem;
  }

  .hero-content-wrapper {
    height: auto;
    margin-top: 0%;
  }

  .section-02 {
    z-index: -1;
    height: auto;
  }

  .showreel-container {
    width: auto;
    height: auto;
  }

  .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .video_button {
    width: 4em;
    height: 4em;
  }

  .showreel-header {
    top: 77px;
  }

  .section-03 {
    height: 70vh;
    margin-top: 0;
    padding-top: 30px;
  }

  .content-wrapper {
    height: auto;
  }

  .content-wrapper-inner {
    height: 100%;
    padding-top: 30px;
  }

  .text-wrapper {
    padding-left: 10px;
  }

  .btn-wrapper-vfx {
    width: 100%;
  }

  .text-btn-icon {
    justify-content: space-between;
    align-items: center;
  }

  .text-gradient-effect {
    text-align: left;
  }

  .section-04 {
    height: auto;
  }

  .header-wrapper {
    justify-content: space-around;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .header-wrapper._100 {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .section-header {
    margin-top: auto;
    margin-bottom: 0;
  }

  .section-5 {
    height: 85vh;
    overflow: hidden;
  }

  .works-container {
    height: 50%;
  }

  .slider {
    height: 100%;
  }

  .services-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .services-header {
    height: auto;
    text-align: left;
    flex: 0 auto;
  }

  .services-block-1 {
    height: 7%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .is-display-service {
    font-size: 1.5em;
  }

  .is-display-service-color {
    font-size: 3em;
  }

  .service-th-image {
    width: 20px;
  }

  .footer {
    height: 100vh;
    overflow: hidden;
  }

  .green-background {
    height: 70%;
  }

  .mask-div {
    display: none;
  }

  .footer-header {
    width: auto;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    display: flex;
    position: static;
    top: 79px;
  }

  .footer-btn {
    margin-top: 20px;
    position: static;
    bottom: -40%;
    right: 6%;
  }

  .footer-notes {
    height: 57%;
  }

  .quick-links, .social-links {
    flex-direction: column;
  }

  .vetical-line {
    width: 4px;
    height: 25px;
  }

  .horizontal-line {
    width: 25px;
    height: 4px;
  }

  .moblie-menu {
    height: auto;
    justify-content: space-between;
    margin-bottom: 0;
    display: none;
  }

  .mobile-menu-wrapper {
    margin-top: 100px;
  }

  .menu-item-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mob-menu {
    font-size: 24px;
    line-height: 40px;
  }

  .contact-mob-menu {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-mail {
    margin-top: 10px;
  }

  .info {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .mob-arrow {
    width: 24px;
    height: 24px;
    margin-right: 20px;
    padding-right: 0;
  }

  .social-links-mob {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .mob-social {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }

  .mobile-menu-icon {
    width: 32px;
    height: 32px;
  }

  .cursor__dot--1 {
    width: 30px;
    height: 30px;
  }

  .cursor__arrow--left, .cursor__arrow--right {
    width: 8px;
  }

  .about-section-header {
    height: 70vh;
  }

  .about-header {
    font-size: 2.8rem;
  }

  .about-image {
    display: none;
  }

  .section-abt-02 {
    height: 20vh;
    object-fit: fill;
    overflow: hidden;
  }

  .image-div-about {
    height: 100%;
  }

  .section-abt-03 {
    height: 70vh;
  }

  .about-headline {
    display: none;
    position: absolute;
  }

  .big-heading {
    letter-spacing: -1px;
    font-size: 1.5em;
  }

  .big-heading.white {
    font-size: 1.5em;
  }

  .about-brief {
    width: auto;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .about-txt-brief {
    font-size: .8rem;
  }

  .about-brief-image {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    position: static;
    top: 27%;
  }

  .abt-header-wrapper {
    padding-top: 50px;
  }

  .abt-is-h1, .abt-is-h1.no-p {
    font-size: 2.5em;
  }

  .client-list--01 {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-01 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .award-image {
    padding-bottom: 20px;
  }

  .is-h5--awards {
    font-size: 1.1em;
  }

  .awards-alt-year-wrapper {
    flex-direction: column;
  }

  .awards-alt-list {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .abt-last-header {
    padding-bottom: 10px;
  }

  .last-header-txt {
    letter-spacing: -1px;
    font-size: 2.5em;
  }

  .abt-last-image {
    width: 100%;
    height: 40%;
  }

  .image-2 {
    object-fit: cover;
  }

  .header-wrapper-about {
    margin-left: auto;
    margin-right: auto;
  }

  .about-headline-mob {
    position: static;
  }

  .servides-header {
    font-size: 2.5rem;
  }

  .serive-header {
    font-size: 2em;
    line-height: 1.2;
  }

  .services-section-02, .service-02-wrapper, .visual-effects {
    height: auto;
  }

  .vfx-header-txt {
    padding-top: 40px;
    font-size: 3.5em;
  }

  .vfx-des-txt {
    font-size: 1.5em;
  }

  .vifx-image.color._01 {
    height: 50vh;
    display: none;
    position: static;
  }

  .vfx-image-1 {
    width: 70%;
    overflow: visible;
  }

  .animation-services {
    height: auto;
  }

  .ani-header-txt, .ani-header-txt.ani {
    font-size: 3.5em;
  }

  .di-service {
    height: auto;
  }

  .contact-inner-wrapper {
    justify-content: flex-start;
    margin-top: -20%;
  }

  .contact-div {
    margin-top: 20px;
  }

  .mango-icon {
    top: 75%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .btn-wrapper-abt {
    width: 100%;
  }

  .btn-wrapper-works {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-wrapper-services {
    margin-left: auto;
    margin-right: auto;
  }

  .proejcts-section {
    height: 130vh;
  }

  .projects-wrapper {
    width: 90vw;
  }

  .projects-header {
    font-size: 3rem;
  }

  .projects-video-wrapper {
    width: 90vw;
    height: 30vh;
  }

  .close-btn {
    top: -50px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .project-subtitel {
    font-size: 1rem;
  }

  .project-description-txt {
    font-size: .9rem;
  }

  .feature-txt {
    text-align: center;
  }

  .tab-menu {
    flex-direction: column;
    align-items: flex-start;
  }

  .big-heading--mob {
    letter-spacing: -1px;
    font-size: 1.5em;
  }

  .big-heading--mob.white {
    font-size: 1.5em;
  }

  .mobile-feature-works {
    margin-bottom: 0;
  }

  .call-us-wrapper {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .image-5 {
    max-width: 70%;
  }

  .btn-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eac62-92e88298 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eac8d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaca1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaca2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaca5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaca8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacab-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacae-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacaf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacb2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacb5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacb8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacbb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacbc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacbf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacc2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacc5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacc8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacc9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaccc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaccf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacd2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacd5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacd6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacd9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacdc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacdf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eace2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eace3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eace6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eace9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacec-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacef-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacf0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacf3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacf6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacf9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacfc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacfd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead00-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead03-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead06-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead1c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead1d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead20-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead23-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead26-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead29-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead2a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead2d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead30-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead33-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead36-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead37-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead3a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead3d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead40-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead43-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead44-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead47-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead4a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead4d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead50-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead51-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead54-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead57-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead5a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead5d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead5e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead61-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead64-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead67-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead71-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead72-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead75-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead78-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead79-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead7c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead7f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead80-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead83-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead86-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead87-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead8a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead8d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead8e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead91-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead94-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead95-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead98-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead9b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead9c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead9f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eada2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eada3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eada6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eada9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadaa-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadad-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadb0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadb1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadb4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadb7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadb8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadbb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadbe-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadbf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadc2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadc5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadc6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadc9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadcc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadcd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadd0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaddc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaddd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaddf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eade0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eade2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eade3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eade5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaded-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadee-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadf8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadf9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae30-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae31-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae32-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae35-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae38-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae3b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae3e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae41-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae42-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae4a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae53-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae5c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae65-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae6e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae77-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae78-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae80-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae89-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae92-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eae9b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaea4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaead-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaeae-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaeb6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaebf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaec8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaed1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaeda-92e88298, #w-node-a8a1768c-4076-3f14-8b24-85dc7414ae99-92e88298, #w-node-a8a1768c-4076-3f14-8b24-85dc7414ae9a-92e88298, #w-node-a8a1768c-4076-3f14-8b24-85dc7414aea2-92e88298, #w-node-a8a1768c-4076-3f14-8b24-85dc7414aeab-92e88298, #w-node-a8a1768c-4076-3f14-8b24-85dc7414aeb4-92e88298, #w-node-a8a1768c-4076-3f14-8b24-85dc7414aebd-92e88298, #w-node-a8a1768c-4076-3f14-8b24-85dc7414aec6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaeea-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaeeb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaeee-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaef1-92e88298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaef2-92e88298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaef5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaef8-92e88298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaef9-92e88298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaefc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf06-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf07-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf0a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf0d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf0e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf11-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf16-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf17-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf1a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf1f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf20-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf23-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf28-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf29-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaf2c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafad-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafae-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafb5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafb6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafbd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafbe-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafc5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafc6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafc7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafce-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafcf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafd0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafd1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafd8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafd9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafda-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafdb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafdc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafdd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafe9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafea-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eafed-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaff0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaff3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaff6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaff9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaffc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaffd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb000-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb003-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb006-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb009-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb00c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb00e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb00f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb012-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb015-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb018-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb01b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb01e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb020-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb021-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb024-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb027-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb02a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb02d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb030-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb032-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb033-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb036-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb039-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb03c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb03f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb042-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb044-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb045-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb048-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb04b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb04e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb051-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb054-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb056-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb057-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb05a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb05d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb060-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb063-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb066-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb068-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb069-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb06c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb06f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb072-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb075-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb078-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb07a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb07b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb07e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb081-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb084-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb087-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb08a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb08c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb08d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb090-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb093-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb096-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb099-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb09c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb09e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb09f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0a2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0a5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0a8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0ab-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0ae-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0b0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0b1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0b4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0b7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0ba-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0bd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0c0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0c2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0c3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0c6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0c9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0cc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0cf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0d2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0d4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0d5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0d8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0db-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0de-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0e1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0e4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0e6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0e7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0ea-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0ed-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0f0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0f3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0f6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0f8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0f9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0fc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb0ff-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb102-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb105-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb108-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb10a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb10b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb10e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb111-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb114-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb117-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb11a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb11c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb11d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb120-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb123-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb126-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb129-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb12c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb12e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb12f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb132-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb135-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb138-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb13b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb13e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb140-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb141-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb144-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb147-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb14a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb14d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb150-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb152-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb153-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb156-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb159-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb15c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb15f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb162-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb164-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb165-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb168-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb16b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb16e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb171-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb174-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb176-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb177-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb17a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb17d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb180-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb183-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb186-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb188-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb189-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb18c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb18f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb192-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb195-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb198-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb19a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb19b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb19e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1a1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1a4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1a7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1aa-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1ac-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1ad-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1b0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1b3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1b6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1b9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1bc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1be-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1bf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1c2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1c5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1c8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1cb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1ce-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1d0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1d1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1d4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1d7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1da-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1dd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1e0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1e2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1e3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1e6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1e9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1ec-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1ef-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1f2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1f4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1f5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1f8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1fb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb1fe-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb201-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb204-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb206-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb207-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb20a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb20d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb210-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb213-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb216-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb218-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb219-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb21c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb21f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb222-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb225-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb228-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb22a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb22b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb22e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb231-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb234-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb237-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb23a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb23c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb23d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb240-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb243-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb246-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb249-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb24c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb256-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb257-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb25a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb25d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb260-92e88298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb263-92e88298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb266-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb269-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb26a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb26d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb270-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb273-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb276-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb279-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb27b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb27c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb27f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb282-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb285-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb288-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb28b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb28d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb28e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb291-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb294-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb297-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb29a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb29d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb29f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2a0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2a3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2a6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2a9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2ac-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2af-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2b1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2b2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2b5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2b8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2bb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2be-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2c1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2c3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2c4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2c7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2ca-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2cd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2d0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2d3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2d5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2d6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2d9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2dc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2df-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2e2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2e5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2e7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2e8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2eb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2ee-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2f1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2f4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2f7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2f9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2fa-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb2fd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb300-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb303-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb306-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb309-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb30b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb30c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb30f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb312-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb315-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb318-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb31b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb31d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb31e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb321-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb324-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb327-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb32a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb32d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb32f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb330-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb333-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb336-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb339-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb33c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb33f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb341-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb342-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb345-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb348-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb34b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb34e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb351-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb353-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb354-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb357-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb35a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb35d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb360-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb363-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb365-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb366-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb369-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb36c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb36f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb372-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb375-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb377-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb378-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb37b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb37e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb381-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb384-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb387-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb389-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb38a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb38d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb390-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb393-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb396-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb399-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb39b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb39c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb39f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3a2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3a5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3a8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3ab-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3ad-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3ae-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3b1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3b4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3b7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3ba-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3bd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3bf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3c0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3c3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3c6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3c9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3cc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3cf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3d1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3d2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3d5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3d8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3db-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3de-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3e1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3e3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3e4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3e7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3ea-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3ed-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3f0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3f3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3f5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3f6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3f9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3fc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb3ff-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb402-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb405-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb407-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb408-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb40b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb40e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb411-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb414-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb417-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb419-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb41a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb41d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb420-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb423-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb426-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb429-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb42b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb42c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb42f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb432-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb435-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb438-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb43b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb43d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb43e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb441-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb444-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb447-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb44a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb44d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb44f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb450-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb453-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb456-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb459-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb45c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb45f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb461-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb462-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb465-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb468-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb46b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb46e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb471-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb473-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb474-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb477-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb47a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb47d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb480-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb483-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb485-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb486-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb489-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb48c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb48f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb492-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb495-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb497-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb498-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb49b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb49e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4a1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4a4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4a7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4a9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4aa-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4ad-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4b0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4b3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4b6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4b9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4c5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4c6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4c9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4cc-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4cf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4d0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4d3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4d6-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4d9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4da-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4dd-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4e0-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4e3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4e4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4e7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4ea-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4ed-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4ee-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4f1-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4f4-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4f7-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4f8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4fb-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb4fe-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb508-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb509-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb50c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb50f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb510-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb513-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb516-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb517-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb51a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb51d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb51e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb521-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb524-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb525-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb528-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb532-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb533-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb536-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb539-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb53a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb53d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb540-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb541-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb544-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb547-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb548-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb54b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb54e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb54f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb552-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb555-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb556-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb559-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb55c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb55d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb560-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb563-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb564-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb567-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb56a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb56b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb56e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb571-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb572-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb575-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb578-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb579-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb57c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb57f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb580-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb583-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb586-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb587-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb58a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb58d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb58e-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb591-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb594-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb595-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb598-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb59b-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb59c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb59f-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb5a2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb5a3-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb5a6-92e88298 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7ce7144-3aab-fe4a-3b33-1a8b7f820bd2-ae2a85f3 {
  grid-area: 1 / 2 / 3 / 3;
  justify-self: end;
}

#w-node-_51aa15ef-5d90-2f47-ff3d-c19eb29c2a4e-ae2a85f3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4b1148fb-6d9c-c717-6f43-15b761c66d21-ae2a85f3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_42631861-87eb-212a-3f06-07d99e312613-ae2a85f3 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_885dca4d-5b3a-8514-694d-005a01e69a2d-ae2a85f3 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_080bf708-3748-35e2-16e7-d2cf62f8dc4a-ae2a85f3 {
  grid-area: 2 / 2 / 2 / 2;
}

#w-node-_2d9b4d44-ae69-fa11-fced-c5f1ff10beab-ae2a85f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

#w-node-bec3360d-f9e9-b615-99be-407deeaddd48-ae2a85f3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_60e89862-fb63-66b0-2819-1535258756c7-ae2a85f3 {
  grid-area: 3 / 2 / 4 / 2;
}

#w-node-_5ec2fa02-3883-7536-5ac0-eb187df6bb4d-ae2a85f3 {
  grid-area: 4 / 1 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eac62-92e88298 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eac88-92e88298 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb55c-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb56a-92e88298 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacb8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacc5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacd2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacdf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacec-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacf9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead06-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead33-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead40-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead4d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead5a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead67-92e88298 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaddf-92e88298 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eade2-92e88298 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb578-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb586-92e88298 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacb8-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacc5-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacd2-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacdf-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacec-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eacf9-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead06-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead33-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead40-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead4d-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead5a-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23ead67-92e88298 {
    grid-column-end: 4;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaddf-92e88298 {
    grid-row: 3 / 4;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eade2-92e88298 {
    grid-row: 5 / 6;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eaded-92e88298 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eadf8-92e88298 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb594-92e88298, #w-node-_0a23727d-66c5-4c95-3cb6-26b8a23eb5a2-92e88298 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


