/* ==========================================================================
   Typography variables
   ========================================================================== */
/* ==========================================================================
   Devices screen size variables
   ========================================================================== */
@keyframes qode-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ==========================================================================
   Typography mixins
   ========================================================================== */
/* ==========================================================================
   Typography mixins - end
   ========================================================================== */
/* ==========================================================================
   Layout mixins - begin
   ========================================================================== */
/* ==========================================================================
   Layout mixins - end
   ========================================================================== */
/* ==========================================================================
   Common mixins - begin
   ========================================================================== */
/* ==========================================================================
   Common mixins - end
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - begin
   ========================================================================== */
/* ==========================================================================
   Grid size mixins - end
   ========================================================================== */
/* ==========================================================================
   Animation mixins - begin
   ========================================================================== */
/* ==========================================================================
   Animation mixins - end
   ========================================================================== */
/* ==========================================================================
   1.0 Reset default styles
   ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
}

* {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, nav, section, main {
  display: block;
}

del {
  text-decoration: line-through;
}

pre {
  max-width: 100%;
  margin: 15px 0;
  padding: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
  font-family: monospace;
  font-size: 1em;
  color: #000000;
}

code {
  padding: 0;
  font-family: monospace, monospace;
  font-size: 1em;
  color: #000000;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  width: 100%;
  vertical-align: middle;
  border: medium none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

table tr {
  border: 1px solid #eeeeee;
}

table th {
  padding: 5px 7px;
  text-align: left;
  border-right: 1px solid #eeeeee;
}

table td {
  padding: 5px 10px;
  text-align: left;
  border: 0;
  border-right: 1px solid #eeeeee;
}

table td br {
  display: none;
}

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

hr:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

body:not([class*="masterds-core"]) hr {
  clear: both;
}

ul,
ol {
  list-style-position: inside;
  margin-bottom: 1.5em;
  padding: 0;
}

ul.wp-block,
ol.wp-block {
  margin-bottom: 1.5em;
}

ul:not(.wp-block),
ol:not(.wp-block) {
  margin: 0 0 1.5em;
}

li > ul:not(.wp-block),
li > ol:not(.wp-block) {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

a img {
  border: none;
}

img,
.wp-caption {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: middle;
  border-style: none;
}

figure {
  margin: 0;
}

embed,
iframe,
object {
  display: block;
  max-width: 100%;
}

video {
  display: block;
  max-width: 100%;
}

embed,
object {
  height: auto;
}

label {
  display: block;
  margin-bottom: 0.5em;
}

fieldset {
  margin-bottom: 1em;
  padding: 0.35em 0.75em 0.625em;
}

input[type='submit'] {
  -webkit-appearance: none;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

template {
  display: none;
}

figcaption,
.wp-caption,
.gallery-caption {
  display: block;
  max-width: 100%;
  font-size: 13px !important;
  line-height: 1em !important;
  color: #000000;
  text-align: center;
  opacity: 1;
  margin: 0 auto 20px auto;
}

figcaption a,
.wp-caption a,
.gallery-caption a {
  color: inherit;
}

.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
  opacity: 1;
}

blockquote.instagram-media,
iframe.instagram-media {
  margin: auto !important;
}

.sticky,
.bypostauthor {
  opacity: 1;
}

::selection {
  color: #fff;
  background: var(--qodef-main-color);
}

::-moz-selection {
  color: #fff;
  background: var(--qodef-main-color);
}

body {
  --qodef-main-color: #000;
  --qodef-header-height: 108px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 1.45em;
  font-weight: 400;
  color: #000000;
  width: 100vW;
  overflow-x: hidden;
}

@media only screen and (min-width: 1921px) {
  body {
    font-size: 1.04vW;
  }
}

@media only screen and (max-width: 680px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (max-width: 680px) {
  body {
    --qodef-header-height: 88px;
  }
}

html {
  width: 100vW;
  overflow-x: hidden;
}

#qodef-vertical-sections-holder {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

h1 {
  font-size: 7.813vW;
  line-height: 1em;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -.0075em;
}

@media only screen and (max-width: 680px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 7.813vW;
  line-height: 1em;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -.0075em;
}

@media only screen and (max-width: 680px) {
  h2 {
    font-size: 42px;
  }
}

h3 {
  font-size: 4.69vW;
  line-height: 1.08em;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -.006em;
}

@media only screen and (max-width: 680px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 35px;
  line-height: 1.228em;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -.0071em;
}

@media only screen and (min-width: 1921px) {
  h4 {
    font-size: 1.8vW;
  }
}

@media only screen and (max-width: 1280px) {
  h4 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 680px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 25px;
  line-height: 1.28em;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
}

@media only screen and (min-width: 1921px) {
  h5 {
    font-size: 1.35vW;
  }
}

@media only screen and (max-width: 680px) {
  h5 {
    font-size: 17px;
  }
}

h6 {
  font-size: 16px;
  line-height: 1.5em;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

@media only screen and (min-width: 1921px) {
  h6 {
    font-size: .84vW;
  }
}

.qodef-section {
  overflow: hidden;
  background-color: var(--qodef-section-bg-color);
}

.qodef-underline {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0% var(--qodef-underline-height);
}

.qodef-underline:hover {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0% var(--qodef-underline-position-y);
}

.qodef-header {
  position: fixed;
  left: 0;
  height: var(--qodef-header-height);
  width: 100%;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 35px;
  opacity: 0;
  top: -30px;
  transition: opacity 0.3s cubic-bezier(0.51, 0.5, 0.07, 0.99), top 0.5s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}

@media only screen and (max-width: 680px) {
  .qodef-header {
    padding: 0 25px;
  }
}

.qodef-header.qodef--appeared {
  opacity: 1;
  top: 0;
}

.qodef-header.qodef-quote {
  z-index: 0;
}

.qodef-header.qodef-quote .qodef-button {
  background-color: #fff;
}

.qodef-header .qodef-button {
  display: inline-block;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  border: 2px solid #000;
  border-radius: 30px;
  padding: 0 25px;
  transition: color .3s ease-out, background-color .3s ease-out, border .3s ease-out;
}

@media only screen and (max-width: 680px) {
  .qodef-header .qodef-button {
    font-size: 17px;
    line-height: 36px;
    padding: 0 22px;
  }
}

.qodef-header .qodef-button.qodef-light {
  color: #fff;
  border-color: #fff;
}

.qodef-header .qodef-button.qodef-filled {
  color: #fff;
  background-color: #000;
}

.qodef-header .qodef-button .qodef-text {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-clip-path: inset(0.36em 0);
          clip-path: inset(0.36em 0);
}

.qodef-header .qodef-button .qodef-text .qodef-text-initial {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91), opacity 0.35s;
}

.qodef-header .qodef-button .qodef-text .qodef-text-hover {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91);
}

.qodef-header .qodef-button:hover .qodef-text .qodef-text-initial {
  opacity: 0;
  transform: translateY(-100%);
}

.qodef-header .qodef-button:hover .qodef-text .qodef-text-hover {
  transform: translateY(0%);
}

.qodef-get-a-quote {
  padding: 130px 16vW 0;
}

@media only screen and (max-width: 1024px) {
  .qodef-get-a-quote {
    padding: 130px 10vW 0;
  }
}

.qodef-get-a-quote .qodef-quote-title {
  margin-bottom: 6px;
}

.qodef-get-a-quote .qodef-quote-text span {
  display: block;
}

@media only screen and (max-width: 768px) {
  .qodef-get-a-quote .qodef-quote-text span {
    display: inline;
  }
}

.qodef-get-a-quote .qodef-get-a-quote-form {
  width: 60%;
  margin: 75px auto 150px;
}

@media only screen and (max-width: 1024px) {
  .qodef-get-a-quote .qodef-get-a-quote-form {
    width: 80%;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-get-a-quote .qodef-get-a-quote-form {
    width: 100%;
  }
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-form-field {
  position: relative;
  display: inline-block;
  width: 100%;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-form-columns {
  display: flex;
  gap: 30px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-form-columns .qodef-form-column-left,
.qodef-get-a-quote .qodef-get-a-quote-form .qodef-form-columns .qodef-form-column-right {
  flex-basis: 50%;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-form-columns .qodef-form-field {
  margin-bottom: 28px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-form-columns .qodef-form-field .qodef-error {
  bottom: -20px;
}

@media only screen and (max-width: 680px) {
  .qodef-get-a-quote .qodef-get-a-quote-form .qodef-form-columns {
    display: block;
  }
}

.qodef-get-a-quote .qodef-get-a-quote-form h5 {
  margin-top: 40px;
  margin-bottom: 16px;
  font-weight: 700;
}

.qodef-get-a-quote .qodef-get-a-quote-form input[type="text"],
.qodef-get-a-quote .qodef-get-a-quote-form input[type="email"],
.qodef-get-a-quote .qodef-get-a-quote-form textarea {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 6px 0;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
  color: #000;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  box-sizing: border-box;
}

.qodef-get-a-quote .qodef-get-a-quote-form input[type="text"]::-webkit-input-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form input[type="email"]::-webkit-input-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form textarea::-webkit-input-placeholder {
  color: inherit;
}

.qodef-get-a-quote .qodef-get-a-quote-form input[type="text"]:-moz-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form input[type="email"]:-moz-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form textarea:-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-get-a-quote .qodef-get-a-quote-form input[type="text"]::-moz-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form input[type="email"]::-moz-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}

.qodef-get-a-quote .qodef-get-a-quote-form input[type="text"]:-ms-input-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form input[type="email"]:-ms-input-placeholder,
.qodef-get-a-quote .qodef-get-a-quote-form textarea:-ms-input-placeholder {
  color: inherit;
}

.qodef-get-a-quote .qodef-get-a-quote-form input[type="text"]:-webkit-autofill,
.qodef-get-a-quote .qodef-get-a-quote-form input[type="email"]:-webkit-autofill,
.qodef-get-a-quote .qodef-get-a-quote-form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 40rem #ffff inset;
}

.qodef-get-a-quote .qodef-get-a-quote-form textarea {
  margin-top: 25px;
  margin-bottom: 30px;
  vertical-align: top;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-field-description {
  position: relative;
  display: block;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-hide-email {
  display: none;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments {
  position: relative;
  margin-bottom: 20px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments input[type="file"] {
  position: relative;
  opacity: 0;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments .qodef-upload-files {
  position: absolute;
  left: 0;
  top: 95px;
  font-size: 19px;
  font-weight: 700;
  line-height: 40px;
  color: #000;
  cursor: pointer;
  height: 40px;
  padding: 0px 18px 0 40px;
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
}

@media only screen and (max-width: 768px) {
  .qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments .qodef-upload-files {
    top: 90px;
  }
}

@media only screen and (max-width: 480px) {
  .qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments .qodef-upload-files {
    top: 80px;
  }
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments .qodef-upload-files:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='14.938px' height='15.625px' viewBox='0 0 14.938 15.625' enable-background='new 0 0 14.938 15.625' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M14.938 10.031v4.75c0 0.229-0.083 0.427-0.25 0.594c-0.167 0.167-0.375 0.25-0.625 0.25H0.875c-0.25 0-0.458-0.083-0.625-0.25C0.083 15.208 0 15.011 0 14.781v-4.75c0-0.229 0.083-0.432 0.25-0.609c0.167-0.177 0.375-0.266 0.625-0.266c0.229 0 0.427 0.089 0.594 0.266c0.167 0.177 0.25 0.38 0.25 0.609v3.875h11.5v-3.875c0-0.229 0.083-0.432 0.25-0.609c0.167-0.177 0.364-0.266 0.594-0.266c0.25 0 0.458 0.089 0.625 0.266C14.854 9.599 14.938 9.802 14.938 10.031z M4.625 5l1.969-2.031V10.5c0 0.25 0.083 0.458 0.25 0.625c0.167 0.167 0.375 0.25 0.625 0.25s0.458-0.083 0.625-0.25c0.167-0.167 0.25-0.375 0.25-0.625V3l1.969 2c0.188 0.188 0.396 0.281 0.625 0.281c0.208 0 0.417-0.083 0.625-0.25c0.396-0.396 0.396-0.813 0-1.25L8.094 0.25C7.927 0.083 7.719 0 7.469 0S7.01 0.083 6.844 0.25L3.375 3.781C3 4.219 3.01 4.636 3.406 5.031c0.167 0.167 0.37 0.245 0.609 0.234C4.255 5.255 4.458 5.167 4.625 5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 40px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments .qodef-field-description {
  margin-top: 13px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments .qodef-field-description p {
  font-size: 18px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-attachments .qodef-attachments-list {
  list-style: none;
  margin: 0;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select {
  width: 100%;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #000;
  padding-left: 0;
  margin-bottom: 20px;
  font-size: 18px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select:after {
  border-color: #000;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select .nice-select-dropdown {
  width: 100%;
  box-shadow: none;
  border: 1px solid #eee;
  background-color: #fafafa;
  border-radius: 0;
  margin: 2px 0 0;
  padding: 10px 0 6px;
  transform: scale(1) translateY(0px);
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select .nice-select-dropdown .list {
  margin: 0;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select .nice-select-dropdown .list .option:hover,
.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select .nice-select-dropdown .list .option.focus,
.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select .nice-select-dropdown .list .option.selected,
.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select .nice-select-dropdown .list .option.selected.focus {
  background-color: transparent;
  font-weight: 400;
  text-decoration: underline;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-budget-select.nice-select .nice-select-dropdown .list .option:first-child {
  display: none;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-button {
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 19px;
  font-weight: 700;
  line-height: 43px;
  text-decoration: none;
  border-radius: 30px;
  border: 0;
  padding: 0 25px;
  margin-top: 60px;
  cursor: pointer;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-button .qodef-text {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  -webkit-clip-path: inset(0.36em 0);
          clip-path: inset(0.36em 0);
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-button .qodef-text-initial {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91), opacity 0.35s;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-button .qodef-text-hover {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  transition: transform 0.6s cubic-bezier(0.25, 0.7, 0.24, 0.91);
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-button:hover .qodef-text-initial {
  opacity: 0;
  transform: translateY(-100%);
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-button:hover .qodef-text-hover {
  transform: translateY(0%);
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ee2852;
  font-size: 14px;
  line-height: 14px;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-svg-spinner {
  fill: #000;
  stroke: none;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  animation: qode-rotate 2s infinite linear;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-svg-spinner.qodef-hide {
  display: none;
}

.qodef-get-a-quote .qodef-get-a-quote-form .qodef-status-message {
  margin-top: 20px;
}

#qodef-intro-section {
  height: 100vH;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5vW 18vW;
  --qodef-section-bg-color: #fff;
  position: relative;
  z-index: 3;
}

#qodef-intro-section sup {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  vertical-align: super;
  top: -1.7em;
  left: 8px;
  display: inline-block;
}

#qodef-intro-section sup:before {
  content: '';
  position: absolute;
  top: -15px;
  left: -5px;
  width: 25px;
  height: 25px;
  border: 2px solid #000000;
  border-radius: 50%;
}

#qodef-intro-section .qodef-e-subtitle {
  padding-top: 35px;
  align-self: flex-end;
  max-width: 100%;
  opacity: 0;
}

#qodef-intro-section .qodef-e-subtitle h4 {
  max-width: 15em;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line {
  overflow: hidden;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial {
  position: relative;
  --qodef-transition-delay: .9s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:before, #qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.45s cubic-bezier(0.51, 0.5, 0.07, 0.99), left 0.45s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:before {
  transform: scaleX(0);
  transform-origin: left;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:after {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.45s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:before, #qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:after {
  left: 0;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:after {
  width: 0;
  transition: transform 0.45s cubic-bezier(0.51, 0.5, 0.07, 0.99) 0.45s, width 0.45s cubic-bezier(0.51, 0.5, 0.07, 0.99) var(--qodef-transition-delay);
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:hover:before {
  transform: scaleX(1);
  transition-delay: 0.45s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef-underline-initial:hover:after {
  transform: scaleX(0);
  transition-delay: 0s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line .qodef--word {
  transition: transform 0.85s cubic-bezier(0.34, 0.13, 0.13, 1);
  transform: translateY(110%);
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(1) .qodef--word {
  transition-delay: 0s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(2) .qodef--word {
  transition-delay: 0.12s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(3) .qodef--word {
  transition-delay: 0.24s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(4) .qodef--word {
  transition-delay: 0.36s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(5) .qodef--word {
  transition-delay: 0.48s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(6) .qodef--word {
  transition-delay: 0.6s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(7) .qodef--word {
  transition-delay: 0.72s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(8) .qodef--word {
  transition-delay: 0.84s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(9) .qodef--word {
  transition-delay: 0.96s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(10) .qodef--word {
  transition-delay: 1.08s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(11) .qodef--word {
  transition-delay: 1.2s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(12) .qodef--word {
  transition-delay: 1.32s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(13) .qodef--word {
  transition-delay: 1.44s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(14) .qodef--word {
  transition-delay: 1.56s;
}

#qodef-intro-section .qodef-e-subtitle .qodef--line:nth-child(15) .qodef--word {
  transition-delay: 1.68s;
}

#qodef-intro-section .qodef-e-subtitle.qodef--appeared {
  opacity: 1;
}

#qodef-intro-section .qodef-e-subtitle.qodef--appeared .qodef--word {
  transform: translateY(0%);
}

#qodef-intro-section .qodef-e-subtitle.qodef--appeared .qodef-underline-initial:after {
  width: 100%;
}

#qodef-intro-section .qodef-e-subtitle.qodef--appeared .qodef-underline-initial:hover:after {
  transition-delay: 0s, 0s;
}

#qodef-intro-section a {
  font-weight: 300;
}

#qodef-intro-section .qodef-e-title {
  opacity: 0;
}

#qodef-intro-section .qodef-e-title .qodef--word {
  -webkit-clip-path: inset(-0.5em 0);
          clip-path: inset(-0.5em 0);
}

#qodef-intro-section .qodef-e-title .qodef--word .qodef--char:not(:first-of-type) {
  width: 0;
}

#qodef-intro-section .qodef-e-title .qodef--word:first-of-type {
  transform: translateX(0.2em);
}

#qodef-intro-section .qodef-e-title .qodef--word:nth-of-type(2) {
  transform: translateX(-0.1em);
}

#qodef-intro-section .qodef-e-title sup {
  transform: scale(0);
  opacity: 0;
  transition: opacity .35s ease-out, transform .5s ease-out;
}

#qodef-intro-section .qodef-e-title.qodef--appeared sup {
  transform: scale(1);
  opacity: 1;
}

#qodef-intro-section span.qodef--word {
  display: inline-block;
}

#qodef-intro-section .qodef-e-arrow {
  opacity: 0;
  transform: translateY(30px);
  position: absolute;
  bottom: 5vH;
}

#qodef-intro-section .qodef-e-arrow.qodef--appeared {
  transition: opacity .5s ease-out .2s, transform .5s ease-out .2s;
  opacity: 1;
  transform: translateY(0px);
}

@media only screen and (max-width: 1440px) {
  #qodef-intro-section {
    padding: 5vW 13vW;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-intro-section {
    height: 100svh;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-intro-section .qodef-e-title h1 {
    font-size: 9.813vW;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-intro-section {
    padding: 6vW;
  }
  #qodef-intro-section sup {
    top: -0.9em;
    left: -3px;
  }
  #qodef-intro-section .qodef-e-title h1 {
    font-size: 45px;
  }
  #qodef-intro-section .qodef-e-subtitle {
    width: 100%;
    max-width: 17em;
    align-self: center;
  }
  #qodef-intro-section .qodef-e-subtitle h4 {
    font-size: 28px;
  }
  #qodef-intro-section .qodef-e-title.qodef--appeared sup {
    transform: scale(0.7);
  }
}

#qodef-mobile-landscape {
  --qodef-section-bg-color: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10vW;
  visibility: hidden;
  opacity: 0;
  display: none;
}

@media only screen and (pointer: coarse) and (max-height: 450px) and (max-width: 950px) and (orientation: landscape) {
  #qodef-mobile-landscape {
    opacity: 1;
    visibility: visible;
    display: flex;
  }
}

#qodef-mobile-landscape .qodef-e-title-holder {
  max-width: 30em;
}

#qodef-vertical-marquee-section {
  width: 100vw;
  height: 100vh;
  position: relative;
  --qodef-section-bg-color: #f8f8f8;
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  #qodef-vertical-marquee-section {
    height: 100lvh;
  }
}

.qodef-vertical-marquee-holder {
  display: flex;
  justify-content: center;
  padding: 84px 0 2%;
  box-sizing: border-box;
  height: 100%;
}

.qodef-vertical-marquee-holder .qodef-vertical-marquee-left {
  flex-basis: 43%;
  text-align: right;
}

.qodef-vertical-marquee-holder .qodef-vertical-marquee-left h4 {
  padding: 0 18% 0 0;
}

.qodef-vertical-marquee-holder .qodef-vertical-marquee-right {
  flex-basis: 67%;
  position: relative;
  margin-top: -5px 0 0;
}

.qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item {
  padding-bottom: 80px;
}

.qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item:first-of-type {
  display: none;
}

.qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item:last-of-type {
  padding-bottom: 140px;
}

.qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item p {
  margin-top: 18px;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: -.02em;
}

@media only screen and (min-width: 1921px) {
  .qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item p {
    font-size: 1.34vW;
    margin-top: 1em;
  }
}

@media only screen and (max-width: 1024px) {
  .qodef-vertical-marquee-holder .qodef-vertical-marquee-left h4 {
    font-size: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .qodef-vertical-marquee-holder {
    padding: 84px;
  }
  .qodef-vertical-marquee-holder .qodef-vertical-marquee-left {
    display: none;
  }
  .qodef-vertical-marquee-holder .qodef-vertical-marquee-right {
    flex-basis: 100%;
  }
  .qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item {
    padding-bottom: 39px;
  }
  .qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item:first-of-type {
    display: block;
  }
  .qodef-vertical-marquee-holder .qodef-vertical-marquee-text .qodef-vertical-marquee-item p {
    margin-top: 7px;
    font-size: 20px;
  }
}

@keyframes qode-move-vertical-marquee {
  0% {
    transform: translateY(0%) translateZ(0);
  }
  100% {
    transform: translateY(-100%) translateZ(0);
  }
}

@keyframes qode-move-vertical-marquee-copy {
  0% {
    transform: translateY(100%) translateZ(0);
  }
  100% {
    transform: translateY(0%) translateZ(0);
  }
}

#qodef-section-overlap-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vW;
  height: auto;
  transform: translateY(100vH);
  --qodef-clip: 50;
  --qodef-section-bg-color: #fff;
  background-color: var(--qodef-section-bg-color);
}

@media only screen and (max-width: 1024px) {
  #qodef-section-overlap-holder {
    transform: translateY(100lvH);
  }
}

#qodef-expanding-text-section {
  background-color: transparent;
  overflow: visible;
}

#qodef-expanding-text-section .qodef-e-inner {
  padding: 11vH 2% 0;
}

#qodef-expanding-text-section .qodef-e-initial-holder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

#qodef-expanding-text-section .qodef-e-initial-holder .qodef-e-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 42.5vW;
}

#qodef-expanding-text-section .qodef-e-initial-holder .qodef-e-image img {
  width: 100%;
}

#qodef-expanding-text-section .qodef-e-initial-holder .qodef-e-image:nth-of-type(1) {
  transform: rotate(8deg) translateX(-27%) translateY(-18%);
}

#qodef-expanding-text-section .qodef-e-initial-holder .qodef-e-image:nth-of-type(2) {
  transform: rotate(-9deg) translateX(-20%) translateY(-31%);
}

#qodef-expanding-text-section .qodef-e-subtitle-holder {
  flex-basis: 42.5%;
  text-align: right;
  padding: 0 3.9%;
}

#qodef-expanding-text-section .qodef-e-subtitle-holder .qodef-e-subtitle {
  max-width: 18.9em;
  margin-left: auto;
  transition: opacity .37s ease-out, transform .7s ease-out;
  opacity: 0;
  transform: translateY(70px);
}

#qodef-expanding-text-section.qodef--active .qodef-e-subtitle {
  opacity: 1;
  transform: translateY(0px);
}

#qodef-expanding-text-section .qodef-e-title {
  flex-basis: 54%;
  position: relative;
}

#qodef-expanding-text-section .qodef-e-title .qodef-e-title-normal {
  font-size: 15.2vH;
  line-height: 1.07em;
  transform-origin: left top;
  margin-top: -0.1em;
}

#qodef-expanding-text-section .qodef-e-title .qodef-e-title-normal .qodef--line:last-of-type {
  transform-origin: 2% 35%;
}

#qodef-expanding-text-section .qodef-e-title-huge {
  text-align: right;
  flex-basis: 100%;
  font-size: 19vW;
  padding-top: 0.06em;
  --qodef-clip: 100;
  -webkit-clip-path: inset(0 0 calc(var(--qodef-clip) * 1%));
          clip-path: inset(0 0 calc(var(--qodef-clip) * 1%));
}

#qodef-expanding-text-section .qodef--line {
  --qodef-clip: 0;
  -webkit-clip-path: inset(calc(var(--qodef-clip) * 1%) 0 -0.06em);
          clip-path: inset(calc(var(--qodef-clip) * 1%) 0 -0.06em);
}

#qodef-expanding-text-section .qodef-e-additional-holder {
  position: relative;
  width: 100%;
  min-height: 100vH;
  padding-top: 120px;
  transform: translateY(-10%);
  display: flex;
  flex-direction: column;
}

#qodef-expanding-text-section .qodef-e-additional {
  display: flex;
  flex-grow: 1;
}

#qodef-expanding-text-section .qodef-e-additional .qodef-e-text {
  width: 40%;
  padding-bottom: 50px;
  max-width: 21em;
  margin-left: auto;
}

#qodef-expanding-text-section .qodef-e-additional .qodef-e-images {
  position: relative;
  width: 60%;
  align-self: flex-end;
  text-align: center;
  transform: translateY(100px);
}

#qodef-expanding-text-section .qodef-e-additional .qodef-e-images .qodef-e-image {
  display: inline-block;
  position: relative;
  bottom: 0;
  right: 0;
  width: 70%;
}

#qodef-expanding-text-section .qodef-e-additional .qodef-e-images .qodef-e-image:nth-of-type(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 78%;
  height: 100%;
  transform: rotate(-13deg) translate(6%, 21.2%);
}

#qodef-expanding-text-section .qodef-e-additional .qodef-e-images .qodef-e-image:nth-of-type(2) {
  transform: rotate(9deg) translate(-2%, 2%);
  width: 81.5%;
}

#qodef-expanding-text-section .qodef-e-additional .qodef-e-images .qodef-e-image img {
  width: 100%;
  height: auto;
}

#qodef-expanding-text-section .qodef-e-additional-title {
  margin: 26px 0 13px;
}

#qodef-expanding-text-section .qodef-e-additional-subtitle {
  padding-right: 5px;
}

@media only screen and (min-width: 1366px) and (max-width: 1680px) and (max-height: 751px) {
  #qodef-expanding-text-section .qodef-e-initial-holder .qodef-e-image {
    bottom: -12%;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-expanding-text-section .qodef-e-additional .qodef-e-text {
    transform: translateX(6vW);
  }
  #qodef-expanding-text-section .qodef-e-additional-holder {
    transform: translateY(-25%);
  }
}

@media only screen and (max-width: 768px) {
  #qodef-expanding-text-section .qodef-e-additional-holder {
    transform: translateY(-15%);
  }
  #qodef-expanding-text-section .qodef-e-initial-holder .qodef-e-image {
    display: none;
  }
  #qodef-expanding-text-section .qodef-e-title .qodef-e-title-normal {
    font-size: 19vW;
  }
  #qodef-expanding-text-section .qodef-e-additional-holder {
    padding-top: 220px;
  }
  #qodef-expanding-text-section .qodef-e-title-huge {
    text-align: center;
  }
  #qodef-expanding-text-section .qodef-e-additional {
    flex-direction: column;
  }
  #qodef-expanding-text-section .qodef-e-additional .qodef-e-images {
    width: 80%;
    align-self: center;
  }
  #qodef-expanding-text-section .qodef-e-additional .qodef-e-text {
    width: 60%;
    padding-bottom: 50px;
    max-width: 100%;
    margin-left: 0;
    transform: translateX(4vW);
  }
}

@media only screen and (max-width: 680px) {
  #qodef-expanding-text-section .qodef-e-inner {
    padding: 11lvH 6vW 0;
  }
  #qodef-expanding-text-section .qodef-e-title-huge {
    text-align: left;
    --qodef-clip: 100;
    -webkit-clip-path: inset(0 0 calc(var(--qodef-clip) * 1%));
            clip-path: inset(0 0 calc(var(--qodef-clip) * 1%));
  }
  #qodef-expanding-text-section .qodef-e-subtitle-holder {
    text-align: left;
    padding: 18px 0 40px;
  }
  #qodef-expanding-text-section .qodef-e-subtitle-holder .qodef-e-subtitle {
    opacity: 1;
    transform: translateY(0px);
  }
  #qodef-expanding-text-section .qodef-e-initial-holder {
    flex-direction: column;
  }
  #qodef-expanding-text-section .qodef-e-title-huge,
  #qodef-expanding-text-section .qodef-e-title .qodef-e-title-normal {
    font-size: 18vW;
  }
  #qodef-expanding-text-section .qodef-e-additional .qodef-e-images {
    display: none;
  }
  #qodef-expanding-text-section .qodef-e-additional .qodef-e-text {
    width: 100%;
    transform: translateX(0vW);
  }
  #qodef-expanding-text-section .qodef-e-additional-holder {
    padding-top: 15lvh;
    padding-bottom: 25lvh;
    transform: translateY(0);
    min-height: unset;
  }
}

#qodef-title-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vW;
  height: 100vH;
  --qodef-section-bg-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.qodef-e-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transform: scaleX(0);
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title {
  transform: translateY(0);
  visibility: hidden;
  transition: transform .35s ease-out, visibility .35s;
  color: #fff;
  width: 100%;
  padding: 0 17vW;
  --qodef-clip: 50;
  -webkit-clip-path: inset(0 calc(var(--qodef-clip) * 1%));
          clip-path: inset(0 calc(var(--qodef-clip) * 1%));
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--word {
  transition: transform 0.85s cubic-bezier(0.34, 0.13, 0.13, 1);
  transform: translateY(110%);
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line {
  -webkit-clip-path: inset(0 0 -0.08em 0);
          clip-path: inset(0 0 -0.08em 0);
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(1) .qodef--word {
  transition-delay: 0s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(2) .qodef--word {
  transition-delay: 0.12s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(3) .qodef--word {
  transition-delay: 0.24s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(4) .qodef--word {
  transition-delay: 0.36s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(5) .qodef--word {
  transition-delay: 0.48s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(6) .qodef--word {
  transition-delay: 0.6s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(7) .qodef--word {
  transition-delay: 0.72s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(8) .qodef--word {
  transition-delay: 0.84s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(9) .qodef--word {
  transition-delay: 0.96s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(10) .qodef--word {
  transition-delay: 1.08s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(11) .qodef--word {
  transition-delay: 1.2s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(12) .qodef--word {
  transition-delay: 1.32s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(13) .qodef--word {
  transition-delay: 1.44s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(14) .qodef--word {
  transition-delay: 1.56s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title .qodef--line:nth-child(15) .qodef--word {
  transition-delay: 1.68s;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title.qodef--appeared {
  visibility: visible;
}

#qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title.qodef--appeared .qodef--word {
  visibility: visible;
  transform: translateY(0%);
}

#qodef-vertical-sections-holder.qodef--fade-out #qodef-section-overlap-holder #qodef-title-section .qodef-e-title {
  transform: translateY(-50px);
}

@media only screen and (max-width: 680px) {
  #qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section {
    height: 100lvH;
  }
  #qodef-vertical-sections-holder #qodef-section-overlap-holder #qodef-title-section .qodef-e-title {
    padding: 0 10vW;
  }
}

#qodef-fullscreen-slider-section {
  --qodef-section-bg-color: #fff;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-slides-holder {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#qodef-fullscreen-slider-section .qodef-e-title-holder {
  position: relative;
  z-index: 1;
}

#qodef-fullscreen-slider-section .qodef-e-additional-info-holder {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  text-align: right;
  max-width: 23.3em;
}

#qodef-fullscreen-slider-section .qodef-e-additional-info-holder .qodef-e-title {
  margin: 0 0 10px 14%;
}

#qodef-fullscreen-slider-section .qodef-e-slide {
  height: 100vH;
  width: 100vW;
  padding: var(--qodef-header-height) 66px 51px 46px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 1s;
  background-color: var(--qodef-section-bg-color);
}

#qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder .qodef-e-image {
  max-width: 48vW;
}

#qodef-fullscreen-slider-section .qodef-e-slide:nth-of-type(1) {
  --qodef-section-bg-color: #e4dbd1;
}

#qodef-fullscreen-slider-section .qodef-e-slide:nth-of-type(2) {
  --qodef-section-bg-color: #dee7ed;
}

#qodef-fullscreen-slider-section .qodef-e-slide:nth-of-type(3) {
  --qodef-section-bg-color: #f7e2d7;
}

#qodef-fullscreen-slider-section .qodef-e-slide:nth-of-type(4) {
  --qodef-section-bg-color: #e5ecde;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special {
  padding-bottom: 0;
  --qodef-section-bg-color: #000000;
  color: #fff;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-title:nth-of-type(2) {
  margin-top: 0;
  padding-left: 3.445em;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder {
  display: flex;
  position: relative;
  width: 37.3vW;
  align-self: center;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder .qodef-e-image:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder .qodef-e-image:first-of-type {
  position: relative;
  width: 100%;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder .qodef-e-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s cubic-bezier(0.27, 0.86, 0, 0.96);
  transform: translateY(120%) translateZ(0);
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special.qodef--active {
  z-index: 6;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special.qodef--active .qodef-e-image-holder .qodef-e-image:nth-of-type(1) img {
  transform: scale(0.92) translateY(-26%) translateX(75%) rotate(4deg) translateZ(0);
  transition-delay: .1s;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special.qodef--active .qodef-e-image-holder .qodef-e-image:nth-of-type(2) img {
  transform: scale(0.97) translateY(-25%) translateX(-2%) rotate(11deg) translateZ(0);
  transition-delay: .3s;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special.qodef--active .qodef-e-image-holder .qodef-e-image:nth-of-type(3) img {
  transform: translateY(14%) translateX(24%) rotate(-15deg) translateZ(0);
  transition-delay: .6s;
}

#qodef-fullscreen-slider-section .qodef-e-slide:not(:first-of-type) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#qodef-fullscreen-slider-section .qodef-e-slide.qodef--active {
  z-index: 2;
  opacity: 1;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination {
  position: absolute;
  left: 50px;
  bottom: 41px;
  z-index: 5;
  white-space: nowrap;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div {
  display: inline-block;
  margin-right: 13px;
  overflow: hidden;
  --qodef-underline-position-y: calc(100% - 2px);
  --qodef-underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0% var(--qodef-underline-height);
  --qodef-title-width: 1.3em;
  --qodef-title-hover-width:  7.7em;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:nth-of-type(2) {
  --qodef-title-hover-width: 12.5em;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:nth-of-type(3) {
  --qodef-title-hover-width: 8.3em;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:nth-of-type(4) {
  --qodef-title-hover-width: 9.2em;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div .qodef-e-slide-title {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  transition: width .6s ease-out;
  width: var(--qodef-title-width);
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div .qodef-e-slide-title span {
  display: inline-flex;
  margin-left: 5px;
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div.qodef--active, #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:hover {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0% var(--qodef-underline-position-y);
}

#qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div.qodef--active .qodef-e-slide-title, #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:hover .qodef-e-slide-title {
  width: var(--qodef-title-hover-width);
}

#qodef-fullscreen-slider-section .qodef-e-title {
  margin-top: -0.05em;
}

#qodef-section-fullscreen-slider-holder {
  position: relative;
  z-index: 3;
  margin-top: -100vH;
  width: 100vW;
  visibility: hidden;
}

#qodef-section-overlap-holder {
  z-index: 3;
}

@media only screen and (min-width: 1921px) {
  #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div .qodef-e-slide-title {
    font-size: .89vW;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-fullscreen-slider-section .qodef-fullscreen-slider-slides-holder {
    height: 100lvh;
  }
  #qodef-fullscreen-slider-section .qodef-e-slide canvas {
    margin-top: -5vH;
  }
  #qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder {
    width: 42vW;
    transform: translateX(-30%) translateY(-48%) translateZ(0);
  }
  #qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder .qodef-e-image img {
    transform: translateY(160%) translateZ(0);
  }
}

@media only screen and (max-width: 768px) {
  #qodef-fullscreen-slider-section .qodef-e-slide canvas {
    margin-top: -13.5vH;
  }
  #qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder {
    width: 51vW;
    transform: translateX(-30%) translateY(-148%) translateZ(0);
  }
  #qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-image-holder .qodef-e-image img {
    transform: translateY(260%) translateZ(0);
  }
  #qodef-fullscreen-slider-section .qodef-e-additional-info-holder {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-fullscreen-slider-section .qodef-e-slide {
    padding: calc(var(--qodef-header-height) + 20px) 41px 51px;
  }
  #qodef-fullscreen-slider-section .qodef-e-slide canvas {
    margin-top: -7.5vH;
    margin-left: -3vW;
  }
  #qodef-fullscreen-slider-section .qodef-e-slide.qodef-e-special .qodef-e-title:nth-of-type(2) {
    margin-top: 0;
    padding-left: 0;
  }
  #qodef-fullscreen-slider-section .qodef-e-subtitle {
    display: none;
  }
  #qodef-fullscreen-slider-section .qodef-e-additional-info-holder {
    align-self: flex-start;
    text-align: left;
  }
  #qodef-fullscreen-slider-section .qodef-e-additional-info-holder .qodef-e-title {
    margin: 0 0 10px 0;
  }
  #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination {
    left: 41px;
  }
  #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div {
    --qodef-title-hover-width: 1.3em;
  }
  #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:nth-of-type(2), #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:nth-of-type(3), #qodef-fullscreen-slider-section .qodef-fullscreen-slider-pagination div:nth-of-type(4) {
    --qodef-title-hover-width: 1.3em;
  }
}

@keyframes qode-move-distorted-image-in {
  0%, 30% {
    opacity: 0;
    transform: rotate(-8deg) translateX(22%) translateY(3%);
  }
  100% {
    transform: rotate(-8deg) translateX(2.9%) translateY(6.4%);
    opacity: 1;
  }
}

@keyframes qode-move-distorted-image-out {
  0% {
    transform: rotate(-8deg) translateX(2.9%) translateY(6.4%);
    opacity: 1;
  }
  100% {
    transform: rotate(-8deg) translateX(-14%) translateY(9%);
    opacity: 0;
  }
}

#qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder {
  margin-top: -1.5vH;
  margin-left: -3vW;
}

@media only screen and (max-width: 1024px) {
  #qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder {
    margin-top: -3.5vH;
  }
  #qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder .qodef-e-image {
    max-width: 60vW;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder {
    margin-top: -8.5vH;
  }
  #qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder .qodef-e-image {
    max-width: 79vW;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special) .qodef-e-image-holder {
    margin-top: -7.5vH;
  }
}

#qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special).qodef--prev-active .qodef-e-image-holder {
  animation: qode-move-distorted-image-out .4s both;
}

#qodef-fullscreen-slider-section .qodef-e-slide:not(.qodef-e-special).qodef--active .qodef-e-image-holder {
  animation: qode-move-distorted-image-in 1.2s cubic-bezier(0.25, 0.85, 0.24, 0.96) both;
}

#qodef-our-services-section {
  width: 100vW;
}

#qodef-our-services-section .qodef-our-services-inner {
  padding: 8vH 5vH 5vH;
}

@media only screen and (max-width: 768px) {
  #qodef-our-services-section .qodef-our-services-inner {
    padding: 8vH 4vH 4vH;
  }
}

#qodef-our-services-section .qodef-services-holder {
  display: flex;
  gap: 3vW;
  margin-top: 20px;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left {
  flex-basis: 47%;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  #qodef-our-services-section .qodef-services-holder .qodef-services-left {
    flex-basis: 50%;
  }
  #qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(2) {
    display: none;
  }
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(1) .qodef--word {
  transition-delay: 0.45s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(2) .qodef--word {
  transition-delay: 0.75s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(3) .qodef--word {
  transition-delay: 1.05s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(4) .qodef--word {
  transition-delay: 1.35s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(5) .qodef--word {
  transition-delay: 1.65s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(6) .qodef--word {
  transition-delay: 1.95s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(7) .qodef--word {
  transition-delay: 2.25s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-left h4:nth-child(8) .qodef--word {
  transition-delay: 2.55s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right {
  flex-basis: 53%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #qodef-our-services-section .qodef-services-holder .qodef-services-right {
    flex-basis: 50%;
  }
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(1) .qodef--word {
  transition-delay: 0.3s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(2) .qodef--word {
  transition-delay: 0.6s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(3) .qodef--word {
  transition-delay: 0.9s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(4) .qodef--word {
  transition-delay: 1.2s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(5) .qodef--word {
  transition-delay: 1.5s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(6) .qodef--word {
  transition-delay: 1.8s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(7) .qodef--word {
  transition-delay: 2.1s;
}

#qodef-our-services-section .qodef-services-holder .qodef-services-right h4:nth-child(8) .qodef--word {
  transition-delay: 2.4s;
}

#qodef-our-services-section h4 {
  font-size: 3.13vW;
  overflow: hidden;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 768px) {
  #qodef-our-services-section h4 {
    font-size: 5vW;
    margin-bottom: 0.5em;
  }
}

#qodef-our-services-section .qodef--word {
  transition: transform 0.85s cubic-bezier(0.34, 0.13, 0.13, 1);
  transform: translateY(110%);
}

#qodef-our-services-section.qodef--appeared .qodef--word {
  transform: translateY(0%);
}

@media only screen and (max-width: 768px) {
  #qodef-our-services-section .qodef--word {
    transform: translateY(220%);
  }
}

#qodef-horizontal-marquee-section {
  width: 100vw;
  height: 120vh;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#qodef-horizontal-marquee-section.qodef--animate .qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-normal .qodef-horizontal-marquee-normal-original,
#qodef-horizontal-marquee-section.qodef--animate .qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-normal .qodef-horizontal-marquee-normal-copy {
  animation-play-state: running;
}

.qodef-horizontal-marquee-text-holder {
  transform: rotate(-7deg);
  padding-top: 4.9%;
  position: absolute;
  top: 0;
  left: 0;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text {
  display: inline-block;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text h2 {
  font-size: 12vW;
  white-space: nowrap;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-normal {
  position: relative;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-normal .qodef-horizontal-marquee-normal-original {
  animation: qode-move-horizontal-marquee-normal 13s linear infinite;
  animation-play-state: paused;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-normal .qodef-horizontal-marquee-normal-copy {
  position: absolute;
  top: 0px;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(100%) translateZ(0);
  animation: qode-move-horizontal-marquee-normal-copy 13s linear infinite;
  animation-play-state: paused;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-reverse {
  position: relative;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-reverse .qodef-horizontal-marquee-reverse-original {
  animation: qode-move-horizontal-marquee-reverse 13s linear infinite;
}

.qodef-horizontal-marquee-text-holder .qodef-horizontal-marquee-text-reverse .qodef-horizontal-marquee-reverse-copy {
  position: absolute;
  top: 0px;
  left: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-100%) translateZ(0);
  animation: qode-move-horizontal-marquee-reverse-copy 13s linear infinite;
}

.qodef-horizontal-marquee-content-holder {
  width: 50%;
  z-index: 10;
  position: relative;
  top: 13%;
}

.qodef-horizontal-marquee-content-holder .qodef-video {
  border: 1px solid #eeeeee;
}

.qodef-horizontal-marquee-content-holder .qodef-video video {
  width: 100%;
}

.qodef-horizontal-marquee-content-holder .qodef-text {
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.qodef-horizontal-marquee-content-holder .qodef-text .qodef-title {
  flex-basis: 50%;
}

.qodef-horizontal-marquee-content-holder .qodef-text .qodef-awards {
  flex-basis: 25%;
  padding-left: 3%;
  text-align: left;
}

.qodef-horizontal-marquee-content-holder .qodef-text .qodef-awards p {
  padding-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  #qodef-horizontal-marquee-section {
    height: 105lvh;
  }
  #qodef-horizontal-marquee-section .qodef-horizontal-marquee-content-holder {
    width: 60%;
  }
  #qodef-horizontal-marquee-section .qodef-horizontal-marquee-content-holder .qodef-text {
    padding-top: 20px;
    flex-wrap: wrap;
  }
  #qodef-horizontal-marquee-section .qodef-horizontal-marquee-content-holder .qodef-text .qodef-title {
    flex-basis: 100%;
    padding-bottom: 20px;
  }
  #qodef-horizontal-marquee-section .qodef-horizontal-marquee-content-holder .qodef-text .qodef-awards {
    flex-basis: 50%;
    padding-left: 0;
    padding-right: 3%;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-horizontal-marquee-section {
    height: 65lvh;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-horizontal-marquee-section {
    height: 77lvh;
  }
  #qodef-horizontal-marquee-section .qodef-horizontal-marquee-content-holder {
    width: 83%;
    top: 5%;
  }
  #qodef-horizontal-marquee-section .qodef-horizontal-marquee-content-holder .qodef-text .qodef-awards {
    padding-right: 0%;
  }
}

@keyframes qode-move-horizontal-marquee-normal {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(-100%) translateZ(0);
  }
}

@keyframes qode-move-horizontal-marquee-normal-copy {
  0% {
    transform: translateX(100%) translateZ(0);
  }
  100% {
    transform: translateX(0%) translateZ(0);
  }
}

@keyframes qode-move-horizontal-marquee-reverse {
  0% {
    transform: translateX(0%) translateZ(0);
  }
  100% {
    transform: translateX(100%) translateZ(0);
  }
}

@keyframes qode-move-horizontal-marquee-reverse-copy {
  0% {
    transform: translateX(-100%) translateZ(0);
  }
  100% {
    transform: translateX(0%) translateZ(0);
  }
}

#qodef-horizontal-section {
  --qodef-section-bg-color: #fff;
}

#qodef-horizontal-section .qodef-horizontal-panels-holder {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
  overflow: hidden;
  width: 500%;
}

#qodef-horizontal-section .qodef-e-horizontal {
  height: 100vH;
  width: 100vW;
  display: flex;
  justify-content: center;
  align-items: center;
}

#qodef-horizontal-section .qodef-e-horizontal video {
  border: 1px solid #eee;
  width: 100%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-horizontal-inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-images-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100vW;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image {
  flex-basis: 50%;
  height: 50%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image .qodef-e-image-inner {
  display: flex;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(1) .qodef-e-image-inner {
  height: 100%;
  justify-content: center;
  align-items: center;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(1) .qodef-e-image-inner img {
  width: 60%;
  margin-left: -13%;
  border: 1px solid #eeeeee;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(2) .qodef-e-image-inner {
  height: 100%;
  justify-content: flex-end;
  align-items: flex-end;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(2) .qodef-e-image-inner img {
  width: 60%;
  margin-bottom: 2.2%;
  margin-right: -4.8%;
  border: 1px solid #eeeeee;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(3) .qodef-e-image-inner {
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(3) .qodef-e-image-inner img {
  width: 60.2%;
  margin-left: -11.1%;
  margin-top: 1.9%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(4) .qodef-e-image-inner {
  height: 100%;
  justify-content: center;
  align-items: center;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(4) .qodef-e-image-inner img {
  width: 60.5%;
  margin-bottom: 4%;
  margin-right: 3%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-title-holder {
  position: relative;
  margin: 10% 0;
  max-width: 37vW;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-title-holder .qodef--line {
  overflow: hidden;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-title-changed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 110%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-title {
  width: 50%;
  margin-left: 7.1%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-title h2 {
  margin-bottom: 20px;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-image {
  width: 50%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-image .qodef-e-image-inner {
  display: flex;
  margin-left: 4%;
  margin-top: -9%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-image .qodef-e-image-inner img {
  border: 1px solid #eeeeee;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) {
  padding: 0 8.5vW;
  flex-direction: column;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-title-holder {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-title-holder p {
  padding-top: 21px;
  max-width: 25em;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-images-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  height: 100%;
  padding-top: var(--qodef-header-height);
  padding-left: 7vW;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-images-holder .qodef-e-image {
  position: relative;
  width: 74%;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-images-holder .qodef-e-image img {
  width: 100%;
  height: auto;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-images-holder .qodef-e-image:nth-of-type(1) {
  align-self: flex-end;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-images-holder .qodef-e-image:nth-of-type(2) {
  align-self: flex-start;
}

#qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-small-title {
  margin: 20px 0px;
}

@media only screen and (max-width: 1024px) {
  #qodef-horizontal-section .qodef-horizontal-panels-holder {
    height: 100lvh;
  }
}

@media only screen and (max-width: 768px) {
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-title-holder {
    max-width: 60vW;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) h3 {
    font-size: 7.813vW;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(1) .qodef-e-image-inner img, #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(2) .qodef-e-image-inner img, #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(3) .qodef-e-image-inner img, #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(4) .qodef-e-image-inner img {
    width: 80%;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-image:nth-of-type(1) .qodef-e-image-inner {
    margin-left: -21%;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) {
    flex-direction: column;
    padding: 10vW 5vW 10vW 15vW;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-image,
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-title {
    width: 100%;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-title {
    margin-left: 0;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(2) .qodef-e-image .qodef-e-image-inner {
    margin-left: 0;
    margin-top: 50px;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) {
    padding: 15vW 10vW 5vW;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-images-holder {
    position: relative;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-horizontal-inner {
    justify-content: flex-start;
    padding: 13vW;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) .qodef-e-title-holder {
    max-width: 80vW;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(1) h3 {
    font-size: 34px;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-title-holder {
    margin-top: 40px;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-title-holder p {
    padding-top: 21px;
    max-width: 14em;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-small-title {
    margin: 10px 0px;
  }
  #qodef-horizontal-section .qodef-e-horizontal:nth-of-type(3) .qodef-e-images-holder {
    padding-top: 15px;
    column-gap: 40px;
    max-height: 18em;
  }
}

#qodef-horizontal-sections-holder {
  position: relative;
  width: 100vW;
}

#qodef-outro-section {
  --qodef-section-bg-color: #f8f8f8;
  position: absolute;
  height: 100vH;
  width: 100vW;
  bottom: 0;
  right: 0;
  padding: var(--qodef-header-height) 51px 23px 7vW;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translateY(100%);
  z-index: 100;
}

#qodef-outro-section .qodef-e-title-holder {
  padding-top: 5.9vH;
}

#qodef-outro-section .qodef-e-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media only screen and (max-width: 680px) {
  #qodef-outro-section .qodef-e-footer {
    justify-content: flex-start;
  }
}

#qodef-outro-section .qodef-e-footer h6 {
  opacity: 0;
  transition: opacity .5s ease-out;
}

#qodef-outro-section .qodef-e-footer h6 a {
  --qodef-underline-position-y: 100%;
  --qodef-underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0%, currentColor 100%);
  transition: background-size 0.4s cubic-bezier(0.51, 0.5, 0.07, 0.99);
  background-position: 100% var(--qodef-underline-position-y);
  background-size: 0% var(--qodef-underline-height);
}

#qodef-outro-section .qodef-e-footer h6 a:hover {
  background-size: 100% var(--qodef-underline-height);
  background-position: 0% var(--qodef-underline-position-y);
}

#qodef-outro-section .qodef--line {
  -webkit-clip-path: inset(0 0 -0.08em);
          clip-path: inset(0 0 -0.08em);
}

#qodef-outro-section .qodef-underline-initial {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 97% 83%, 97% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 83%, 97% 83%, 97% 100%, 0 100%);
}

#qodef-outro-section .qodef-underline-initial .qodef--word:before, #qodef-outro-section .qodef-underline-initial .qodef--word:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.024em;
  height: 0.033em;
  width: 100%;
  background-color: currentColor;
  transition: transform 0.45s cubic-bezier(0.51, 0.5, 0.07, 0.99), left 0.45s cubic-bezier(0.51, 0.5, 0.07, 0.99);
}

#qodef-outro-section .qodef-underline-initial .qodef--word:before {
  transform: scaleX(0);
  transform-origin: left;
}

#qodef-outro-section .qodef-underline-initial .qodef--word:after {
  transform: scaleX(1);
  transform-origin: right;
  transition-delay: 0.45s;
}

#qodef-outro-section .qodef-underline-initial .qodef--word:hover:before {
  transform: scaleX(1);
  transition-delay: 0.45s;
}

#qodef-outro-section .qodef-underline-initial .qodef--word:hover:after {
  transform: scaleX(0);
  transition-delay: 0s;
}

#qodef-outro-section.qodef--appeared .qodef-e-footer h6 {
  opacity: 1;
}

@media only screen and (max-width: 1600px) {
  #qodef-outro-section .qodef-e-title-holder {
    padding-top: 2.7vH;
  }
}

@media only screen and (max-width: 1024px) {
  #qodef-outro-section {
    height: 100lvh;
  }
}

@media only screen and (max-width: 680px) {
  #qodef-outro-section .qodef-e-title-holder {
    padding-top: 4.7lvH;
  }
  #qodef-outro-section .qodef-underline-initial .qodef--word:before, #qodef-outro-section .qodef-underline-initial .qodef--word:after {
    height: 2px;
  }
}
