@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Black.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraBold.woff2') format("woff2"), url('../fonts/Inter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --zc-base-color-brand--zc-grey: #333737;
  --zc-base-color-brand--zc-turkis: #7dfae9;
  --zc-border-color--zc-border-alternate: #182034;
  --zc-background-color--zc-background-primary: var(--zc-base-color-brand--zc-grey);
  --zc-text-color--zc-text-alternate: var(--zc-base-color-brand--zc-grey);
  --zc-text-color--zc-text-primary: var(--zc-base-color-brand--zc-grey);
  --zc-text-color--zc-text-secondary: var(--zc-base-color-brand--zc-turkis);
  --zc-background-color--zc-background-success: var(--zc-base-color-brand--zc-turkis);
  --zc-text-color--zc-text-success: var(--zc-base-color-system--zc-success-green-dark);
  --zc-base-color-neutral--zc-white: lightgrey;
  --zc-border-color--zc-border-primary: #171d2f;
  --zc-background-color--zc-background-alternate: var(--zc-base-color-neutral--zc-white);
  --zc-background-color--zc-background-secondary: var(--zc-base-color-brand--zc-light-gray);
  --systemflow-lite--neutral--20: #f9fafb;
  --zc-link-color--zc-link-primary: var(--zc-base-color-brand--zc-grey);
  --zc-background-color--zc-background-tertiary: var(--zc-base-color-brand--zc-turkis);
  --zc-background-color--zc-background-error: var(--zc-base-color-system--zc-error-red);
  --zc-text-color--zc-text-error: var(--zc-base-color-system--zc-error-red-dark);
  --zc-background-color--zc-background-warning: var(--zc-base-color-system--zc-warning-yellow);
  --zc-text-color--zc-text-warning: var(--zc-base-color-system--zc-warning-yellow-dark);
  --zc-base-color-brand--zc-light-gray: #949494a3;
  --systemflow-lite--neutral--100: #0e0f11;
  --systemflow-lite--neutral--80: #636b75;
  --systemflow-lite--primary--10: #f2f6ff;
  --systemflow-lite--primary--60: #2f54eb;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --zc-link-color--zc-link-alternate: var(--zc-base-color-neutral--zc-white);
  --systemflow-lite--neutral--30: #edf0f3;
  --zc-border-color--zc-border-secondary: var(--zc-base-color-brand--zc-turkis);
  --zc-link-color--zc-link-secondary: black;
  --zc-base-color-system--zc-success-green: #cef5ca;
  --zc-base-color-system--zc-success-green-dark: #114e0b;
  --zc-base-color-system--zc-warning-yellow: #fcf8d8;
  --zc-base-color-system--zc-warning-yellow-dark: #5e5515;
  --zc-base-color-system--zc-error-red: #f8e4e4;
  --zc-base-color-system--zc-error-red-dark: #3b0b0b;
  --zc-base-color-system--zc-focus-state: #2d62ff;
  --zc-text-color--zc-text-grey: #333737;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  color: var(--zc-base-color-brand--zc-grey);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}

h1 {
  color: var(--zc-base-color-brand--zc-grey);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

h3 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.125rem;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--zc-base-color-brand--zc-grey);
  transition: color .3s;
}

a:hover {
  color: var(--zc-base-color-brand--zc-turkis);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_component.is-password-protect_wr {
  background-image: url('../images/Hero-1.svg');
  background-position: 0 0;
  background-size: cover;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_wrapper.is-404 {
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  height: 60%;
}

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

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.utility-page_image.lock-icon {
  color: var(--zc-base-color-brand--zc-turkis);
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: 1.25rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .5rem .5rem .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3.75rem;
}

.margin-tiny {
  width: .25rem;
  margin: .125rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2.5rem 2rem;
}

.padding-xsmall {
  padding: 1.25rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2.5rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: var(--zc-base-color-brand--zc-turkis);
  color: var(--zc-base-color-brand--zc-grey);
  background-image: none;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

.zl-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.zl-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.zl-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.zl-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.zl-styleguide_item.is-stretch {
  justify-items: stretch;
}

.zl-styleguide_item.bg-border-alternate {
  background-color: var(--zc-border-color--zc-border-alternate);
}

.zl-styleguide_item.bg-black {
  background-color: var(--zc-base-color-brand--zc-grey);
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.zl-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--zc-background-color--zc-background-primary);
  color: var(--zc-text-color--zc-text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-primary {
  color: var(--zc-text-color--zc-text-primary);
}

.text-color-secondary {
  color: var(--zc-text-color--zc-text-secondary);
}

.zl-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.zl-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--zc-background-color--zc-background-success);
  color: var(--zc-text-color--zc-text-success);
  padding: 1.25rem;
}

.zl-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  flex-flow: column;
  flex: none;
  align-self: auto;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.875rem;
  display: block;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  border-left-width: .5rem;
  border-left-color: var(--zc-base-color-brand--zc-turkis);
  background-color: var(--zc-base-color-brand--zc-grey);
  color: var(--zc-base-color-neutral--zc-white);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.zl-styleguide_margins {
  padding-top: 3rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.padding-global {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.padding-global.padding-horizontal-m-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-global.padding-section-large-xx {
  background-color: #d3d3d3;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-alternate {
  color: var(--zc-text-color--zc-text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.zl-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--zc-border-color--zc-border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.zl-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.zl-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.zl-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.zl-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.text-weight-xbold {
  font-weight: 900;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.zl-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.zl-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--zc-background-color--zc-background-alternate);
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  color: #1f232e;
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.heading-style-h4.blog-title {
  margin-bottom: 1.25rem;
}

.form_label {
  font-weight: 600;
  line-height: 1.25rem;
}

.form_label.text-color-primary {
  margin-bottom: 6px;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

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

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
  display: inline-flex;
}

.text-align-left.card-button-wrapper {
  margin-top: 1.875rem;
}

.background-color-secondary {
  background-color: var(--zc-background-color--zc-background-secondary);
}

.form_input {
  background-color: var(--zc-base-color-neutral--zc-white);
  color: var(--zc-base-color-brand--zc-grey);
  border: 1px solid #171d2f33;
  min-height: 2.5rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.form_input::placeholder {
  color: #171d2f66;
  line-height: 1.25rem;
}

.form_input.is-select-input {
  color: #171d2f4d;
}

.form_input.is-subscribe {
  background-color: #fff;
  margin-bottom: 0;
}

.heading-style-h6 {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.125rem;
}

.padding-section-large-xx {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.padding-section-large-xx.padding-global {
  background-color: var(--systemflow-lite--neutral--20);
  padding-top: 2.7rem;
  padding-bottom: 0;
}

.zl-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.zl-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--zc-link-color--zc-link-primary);
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.zl-styleguide_header {
  background-color: var(--zc-background-color--zc-background-primary);
  color: var(--zc-text-color--zc-text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #5499ff4d, #0000 40%), radial-gradient(circle at 0 100%, #5499ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
}

.zl-styleguide_label {
  background-color: var(--zc-background-color--zc-background-primary);
  color: var(--zc-text-color--zc-text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.zl-styleguide_label.is-tag {
  background-color: var(--zc-background-color--zc-background-tertiary);
}

.heading-style-h5 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.container-large {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 67.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-large.is-larger {
  max-width: 69.75rem;
}

.container-large.underfooter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--zc-background-color--zc-background-error);
  color: var(--zc-text-color--zc-text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--zc-background-color--zc-background-tertiary);
  color: var(--zc-base-color-brand--zc-grey);
  text-align: center;
  border: 2px solid #0000;
  padding: .875rem 2.90625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.375rem;
  transition: border-color .4s, color .4s, background-color .4s;
}

.button:hover {
  border-color: var(--zc-base-color-brand--zc-turkis);
  color: var(--zc-base-color-brand--zc-turkis);
  background-color: #0000;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .75rem 1.5rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 2px solid var(--zc-background-color--zc-background-tertiary);
  color: var(--zc-base-color-brand--zc-turkis);
  background-color: #0000;
  padding-left: 4.15625rem;
  padding-right: 4.15625rem;
}

.button.is-secondary:hover {
  background-color: var(--zc-base-color-brand--zc-turkis);
  color: var(--zc-base-color-brand--zc-grey);
  border-color: #0000;
}

.button.is-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  border-width: 1px;
  border-color: #18203433;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button.is-icon:hover {
  background-color: var(--zc-background-color--zc-background-tertiary);
  color: var(--zc-text-color--zc-text-primary);
  border-color: #0000;
}

.button.is-nav {
  background-color: var(--zc-base-color-brand--zc-grey);
  color: var(--zc-base-color-neutral--zc-white);
  border-color: #fff;
  border-radius: 0;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.button.is-nav:hover {
  border-color: var(--zc-base-color-brand--zc-turkis);
  background-color: var(--zc-base-color-brand--zc-turkis);
  color: var(--zc-base-color-brand--zc-grey);
}

.button.is-subscribe {
  border-width: 1px;
  border-radius: 0;
  padding: .625rem 1rem;
  font-size: 1rem;
  line-height: 1rem;
}

.button.is-medium {
  background-color: var(--zc-base-color-neutral--zc-white);
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.button.is-loadmore {
  background-color: var(--zc-base-color-neutral--zc-white);
  border-radius: 0;
}

.button.is-loadmore:hover {
  background-color: var(--zc-base-color-brand--zc-turkis);
  color: var(--zc-base-color-brand--zc-grey);
  border-color: #0000;
}

.button.is-submit {
  padding-left: 1.88rem;
  padding-right: 1.88rem;
}

.button.is-submit:hover {
  background-color: var(--zc-base-color-brand--zc-grey);
  border-color: #0000;
}

.button.is-alternate {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.button.is-alternate:hover {
  border-color: var(--zc-base-color-brand--zc-grey);
  background-color: var(--zc-base-color-brand--zc-grey);
  color: var(--zc-base-color-neutral--zc-white);
}

.button.is-grid-button {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: #0000;
  border-color: #171d2f33;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  transition-property: none;
  display: inline-flex;
}

.button.is-grid-button:hover {
  color: var(--zc-base-color-brand--zc-grey);
}

.zl-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.zl-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border-radius: 3px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.zl-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

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

.zl-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.zl-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.zl-styleguide_message {
  background-color: var(--zc-background-color--zc-background-warning);
  color: var(--zc-text-color--zc-text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  z-index: 999;
  background-color: #0000;
  width: 100%;
  padding-bottom: 0;
  padding-right: 1rem;
  position: relative;
  inset: 0 0% auto;
}

.nav_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 229px 693px;
  grid-auto-columns: 1fr;
  place-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 67.25rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav_brand {
  width: 14.3125rem;
}

.nav_brand.w--current {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 5rem;
  padding: 9px 29px;
  display: block;
}

.nav_logo {
  width: 10.7rem;
}

.nav_menu {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  padding-right: 0;
  display: flex;
}

.nav_menu_link {
  color: var(--zc-base-color-brand--zc-grey);
  border-bottom: 2px solid #0000;
  padding: .5rem 1rem;
  font-weight: 500;
  transition: border .4s;
}

.nav_menu_link:hover {
  border-bottom-color: var(--zc-base-color-brand--zc-turkis);
}

.nav_menu_link.w--current {
  border-bottom-color: var(--zc-base-color-brand--zc-turkis);
  color: #3a3c3b;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--zc-background-color--zc-background-tertiary);
}

.zl-styleguide_hero-label {
  color: var(--zc-text-color--zc-text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start start;
  max-width: 40rem;
  display: flex;
  position: relative;
}

.hero_content.is-services {
  max-width: 29.625rem;
}

.hero_image {
  border-radius: 0;
  max-width: 30.75rem;
  margin-top: 0;
}

.hero_image.object-position-left {
  object-fit: cover;
}

.section_hero {
  background-color: var(--zc-text-color--zc-text-secondary);
  color: var(--zc-base-color-brand--zc-grey);
  flex-direction: column;
  justify-content: center;
  padding-top: 6.25rem;
  padding-bottom: 3.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_grid {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: block;
}

.hero_grid.is-blog-list {
  justify-content: space-between;
  place-items: center stretch;
}

.hero_grid.is-home-hero-grid {
  align-content: center;
}

.nav_fixed {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.zl-styleguide_heading-header {
  font-family: Inter, sans-serif;
  font-size: 6rem;
}

.nav-btn-wrapper {
  margin-left: 0;
  display: none;
}

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

.footer_component {
  background-color: var(--zc-base-color-brand--zc-grey);
  padding-top: 3.75rem;
  padding-bottom: 1.25rem;
  position: relative;
  overflow: hidden;
}

.footer_comp-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr .7fr .4fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_col {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_col.is-last {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 24.625rem;
  display: block;
}

.footer_col.is-one {
  max-width: 15rem;
}

.footer_col.is_two {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.footer-brand {
  max-width: 14.3125rem;
}

.body_one {
  opacity: .8;
  color: var(--zc-base-color-brand--zc-grey);
  font-weight: 400;
  line-height: 1.25rem;
}

.body_one.text-light {
  opacity: .6;
}

.body_one.ligher {
  opacity: .5;
}

.text-color-grey {
  color: var(--zc-base-color-brand--zc-light-gray);
}

.text-color-grey.footer-title {
  margin-bottom: 1.5rem;
}

.social_share-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.social_share-icon {
  background-color: var(--zc-base-color-brand--zc-light-gray);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color .3s;
  display: flex;
}

.social_share-icon:hover {
  background-color: var(--zc-base-color-brand--zc-turkis);
}

.is-facebook {
  width: 6px;
}

.social_icon {
  max-width: 10px;
}

.social_icon.is-facebook {
  height: 12px;
}

.footer_col_inner {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_link {
  opacity: .6;
  color: var(--zc-base-color-neutral--zc-white);
  line-height: 1.25;
  text-decoration: none;
  transition: opacity .3s, color .3s;
  display: inline-block;
}

.footer_link:hover, .footer_link.w--current {
  opacity: 1;
  color: var(--zc-base-color-brand--zc-turkis);
}

.form_group {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.form_group.is-subscribe {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.two_columns {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.link-light-grey {
  opacity: .6;
  color: var(--zc-base-color-neutral--zc-white);
}

.padding-regular {
  padding: 1rem;
}

.margin-regular {
  margin: 1rem;
}

.quick-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.footer_links_wr.is-two {
  width: 100px;
}

.hr {
  opacity: .1;
  background-color: #fff;
  height: 1px;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.copyrights {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.thankyou-state {
  background-color: var(--zc-base-color-brand--zc-turkis);
  color: var(--zc-base-color-brand--zc-grey);
  font-weight: 600;
}

.gradient-patch {
  opacity: .3;
  filter: blur(200px);
  background-color: #5499ff;
  border-radius: 50%;
  width: 48.75rem;
  height: 29.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.padding-section-large-x {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.u-nav-spacer {
  padding-top: 5rem;
}

.u-nav-spacer.is-hero {
  padding-top: 3.75rem;
}

.title-small {
  opacity: .6;
  color: var(--zc-base-color-brand--zc-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 32px;
  font-weight: 500;
  line-height: 1.25rem;
}

.title-small.is-neon {
  opacity: 1;
  color: var(--zc-background-color--zc-background-primary);
  font-size: 1rem;
}

.title-small.text-align-center {
  font-weight: 500;
}

.title-small.breadcrumb_default {
  color: var(--zc-base-color-neutral--zc-white);
  font-size: 1rem;
}

.title-small.left-aligned {
  color: var(--zc-base-color-brand--zc-grey);
  text-align: left;
  text-transform: none;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-color-white {
  color: var(--zc-base-color-neutral--zc-white);
}

.text-color-white.heading-style-h2 {
  color: var(--zc-base-color-brand--zc-grey);
}

.text-color-white.footer-paragraph-link:hover {
  opacity: 1;
  color: var(--zc-base-color-brand--zc-turkis);
}

.text-color-white.footer-quick-links {
  opacity: .5;
  line-height: 1.25;
  text-decoration: underline;
  transition: color .3s;
}

.text-color-white.footer-quick-links:hover {
  color: var(--zc-base-color-brand--zc-turkis);
}

.text-color-white.text1 {
  font-size: 2rem;
}

.services {
  background-color: var(--systemflow-lite--neutral--20);
  color: var(--zc-base-color-brand--zc-grey);
}

.title-row {
  grid-column-gap: 6.25rem;
  grid-row-gap: 6.25rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.title_block-right {
  max-width: 28rem;
}

.body_one-dark {
  opacity: .6;
  line-height: 1.25rem;
}

.text-link-dark {
  color: var(--zc-base-color-brand--zc-grey);
  font-weight: 600;
}

.cards_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--zc-base-color-neutral--zc-white);
  color: var(--zc-base-color-brand--zc-grey);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding: 2.5rem 3rem;
  text-decoration: none;
  display: block;
  box-shadow: 3px 4px 16px #0003;
}

.card-regular:hover {
  color: var(--zc-base-color-brand--zc-grey);
}

.card-inner {
  flex-flow: column-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch center;
  align-items: stretch;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.card_icon_wr {
  color: var(--zc-base-color-brand--zc-grey);
  width: 3.75rem;
  max-width: 3.75rem;
  height: 3.75rem;
  position: relative;
}

.text-lighter {
  opacity: .6;
}

.counters {
  background-color: var(--zc-base-color-neutral--zc-white);
}

.counter-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.counter-title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 3.75rem;
}

.paragraph-medium-lighter {
  opacity: .5;
  letter-spacing: -1px;
  font-size: 1.25rem;
  font-weight: 600;
}

.counter-grid-col {
  text-align: center;
  max-width: 13.125rem;
}

.two_column_comp {
  background-color: var(--zc-base-color-brand--zc-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.two_column-thumb_wr {
  width: 100%;
  max-width: 42.5rem;
  position: relative;
}

.aspect-ratio-large {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.two_column_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--zc-base-color-brand--zc-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  max-width: 33.1875rem;
  padding: 2.75rem 5% 2.75rem 10%;
  display: grid;
}

.custom-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon_28 {
  width: 1.75rem;
  height: 1.75rem;
}

.custom-list-item {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  display: flex;
}

.four_column_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sector_thumbnail {
  width: 100%;
  max-width: 100%;
  max-height: 15.6875rem;
  padding-top: 15.6875rem;
  position: relative;
}

.sector_thumbnail-overlay {
  opacity: .6;
  background-image: linear-gradient(0deg, #000, #0000);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sector_thumbnail-title {
  color: var(--zc-base-color-neutral--zc-white);
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.partners_comp {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.partners_comp.splide {
  pointer-events: none;
}

.logos_grid {
  justify-content: space-between;
  display: flex;
}

.logos_grid.splide__list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.logo_grid-logo {
  max-width: 9.625rem;
}

.fifty_fifty_comp {
  background-color: var(--zc-base-color-brand--zc-grey);
}

.fifty_fifty_comp.padding-section-large-xx {
  position: relative;
  overflow: hidden;
}

.fifty_fifty-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.fifty_fifty-grid.reverse {
  flex-flow: row-reverse;
}

.fifty_fifty-grid-left {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 33.1875rem;
  display: grid;
  position: relative;
}

.fifty_fifty-grid-left.is_business_level {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.btn_wr {
  display: block;
}

.fifty_fifty-grid-right {
  width: 100%;
  max-width: 26rem;
}

.fifty_fifty_img_wr {
  width: 100%;
  max-width: 26rem;
  padding-top: 26rem;
  position: relative;
}

.image_fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-glow-vector {
  z-index: 0;
  opacity: .3;
  filter: blur(140px);
  transform-style: preserve-3d;
  background-color: #5499ff;
  border-radius: 50%;
  width: 15.6875rem;
  height: 45.6875rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(-18deg)rotateY(-22deg)rotateZ(-28deg);
}

.testimonial_slide {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.testimonial-slider {
  background-color: var(--zc-base-color-neutral--zc-white);
  width: 100%;
  height: 100%;
  margin-bottom: 2.5rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.testimonial_slider_mask {
  width: 100%;
}

.testimonial_slider-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -45px;
}

.testimonial_slide-inner {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonial_thumbnail_wr {
  width: 100%;
  max-width: 25rem;
  padding-top: 25rem;
  position: relative;
}

.testimonial_content_wr {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  max-width: 30.125rem;
  display: flex;
}

.paragraph {
  line-height: 1.25;
}

.testimonial_author-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.paragraph-small {
  color: var(--zc-base-color-brand--zc-grey);
  font-size: .875rem;
  line-height: 1.25;
}

.latest_news {
  position: relative;
  overflow: hidden;
}

.latest_news.background-color-grey {
  padding: 0;
}

.background-color-grey {
  background-color: var(--zc-base-color-brand--zc-light-gray);
  padding: 1rem;
}

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

.posts_list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.posts_list.is-blog-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.posts_list.recent_blogs_list {
  width: 100%;
}

.posts_list.office_list {
  width: 100%;
  max-width: 20.75rem;
}

.posts_lists-item {
  width: 100%;
}

.posts_lists-item.splide__slide {
  max-width: 20.75rem;
  display: flex;
}

.posts_list-thumb-wr {
  width: 100%;
  max-width: 20.75rem;
  padding-top: 20rem;
  position: relative;
  overflow: hidden;
}

.posts_list-anchor {
  flex-flow: column;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.posts_list-anchor.blogs_link {
  width: 100%;
}

.posts_list-content-wr {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--zc-base-color-brand--zc-grey);
  background-color: #fff;
  flex-flow: column;
  height: 100%;
  padding: 1rem;
  display: flex;
}

.posts_list-content-wr.is-blog-wr {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.posts_list-content-wr.is-office {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 1.25rem;
  display: flex;
}

.cta_readmore-icon {
  width: .875rem;
  height: .875rem;
}

.cta_readmore {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
}

.card_icon-default {
  position: relative;
}

.card_icon-hover {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.card-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.card-header {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
}

.title_center_component {
  position: relative;
}

.title_center_component.background-color-primary {
  text-align: center;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  overflow: hidden;
}

.all_center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title_center_comp-container {
  max-width: 49rem;
}

.gradient_vector-small {
  opacity: .3;
  filter: blur(200px);
  background-color: #5499ff;
  border-radius: 50%;
  width: 17.81rem;
  height: 10.69rem;
  position: absolute;
  top: 70%;
  left: 85%;
  transform: rotate(30deg);
}

.fifty_fifty_alternate {
  background-color: var(--zc-base-color-brand--zc-light-gray);
}

.video_comp {
  background-color: var(--zc-base-color-brand--zc-grey);
  position: relative;
  overflow: hidden;
}

.title-center {
  text-align: center;
}

.video_wrapper {
  margin-bottom: 2.5rem;
  padding-top: 26rem;
  position: relative;
  overflow: hidden;
}

.video_wrapper.is-license-video {
  border-radius: 16px;
  width: 100%;
  padding-top: 0;
}

.video_block {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-light {
  opacity: .8;
}

.posts.is-office {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: space-between;
}

.breadcrumb_default {
  text-decoration: none;
}

.breadcrumb_default.title-small {
  opacity: 1;
}

.breadcrumb_link {
  color: var(--zc-base-color-brand--zc-turkis);
  margin-left: 4px;
  text-decoration: none;
}

.flex-block {
  flex-flow: row;
}

.content_grid {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.thumbnail_large {
  width: 100%;
  max-width: 30.31rem;
  max-height: 30.13rem;
}

.what_we_offer_thumbnail {
  max-width: 30.3125rem;
}

.content_richtext h4, .content_richtext h3, .content_richtext h2 {
  margin-bottom: 1.25rem;
}

.content_richtext h1 {
  color: var(--zc-base-color-brand--zc-grey);
  margin-bottom: 1.25rem;
}

.content_richtext h5, .content_richtext h6 {
  margin-bottom: 1.25rem;
}

.content_richtext p {
  opacity: .6;
  margin-bottom: 1rem;
  line-height: 1.25rem;
}

.content_richtext.text-right {
  text-align: right;
  display: block;
}

.content_richtext.alternate {
  color: var(--zc-base-color-neutral--zc-white);
}

.content_richtext li {
  opacity: .6;
}

.why_it_matters {
  background-color: var(--zc-base-color-brand--zc-light-gray);
}

.content_grid_left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 32.88rem;
  display: flex;
}

.content_thumbnail_wr {
  width: 26rem;
  height: 26rem;
}

.content_thumbnail_wr.reverse {
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.thumbnail_416 {
  max-width: 26rem;
}

.blog_listing_thumbnail_wr {
  width: 100%;
  max-width: 30.75rem;
  margin-left: auto;
  padding-top: 24.38rem;
  position: relative;
}

.text-decoration_none {
  text-decoration: none;
}

.recent_blogs_wr {
  width: 100%;
}

.blog_content {
  background-color: var(--zc-base-color-brand--zc-light-gray);
}

.blog_richtext_wr {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  display: flex;
}

.share_block_wr {
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: sticky;
  top: 6.25rem;
}

.share_block_inner {
  direction: ltr;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-91deg);
}

.share_icons_wr {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

.helping_business_block {
  background-color: var(--systemflow-lite--neutral--20);
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
  overflow: hidden;
}

.center_title_block {
  text-align: center;
}

.details_card_wr {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  display: flex;
}

.details_card_wr.is_four_columns {
  justify-content: space-between;
}

.detail_card {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.detail_card.is-small {
  max-width: 13rem;
}

.icon_60 {
  width: 100%;
  max-width: 3.75rem;
  max-height: 3.75rem;
}

.teams_block {
  background-color: var(--zc-base-color-brand--zc-light-gray);
}

.team_member_col {
  flex-flow: column;
  display: flex;
}

.team_thumbnail_wr {
  background-color: var(--zc-base-color-brand--zc-turkis);
  padding-top: 17.5rem;
  position: relative;
}

.team_member_info {
  background-color: var(--zc-base-color-neutral--zc-white);
  text-align: center;
  height: 100%;
  padding: 1.5rem 1.13rem;
}

.team_member_pos {
  opacity: .6;
  text-transform: capitalize;
  line-height: 1.25rem;
}

.team_member_title {
  margin-bottom: 1.25rem;
}

.feature_wr {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.progress_bar_wr {
  background-color: var(--zc-base-color-neutral--zc-white);
  width: 100%;
  max-width: 28.13rem;
  height: .63rem;
  position: relative;
}

.progress_bar_fill {
  background-color: var(--zc-base-color-brand--zc-turkis);
  width: 0%;
  height: .63rem;
  transition: width .6s;
}

.progress_number {
  font-size: .5625rem;
  font-weight: 600;
  line-height: .56rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.progress_bar_code {
  display: none;
}

.faq_section {
  background-image: url('../images/Frame-462.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.faq_container {
  background-color: var(--zc-base-color-neutral--zc-white);
  padding: 5rem;
}

.position-relative {
  position: relative;
}

.faq_item {
  width: 100%;
  margin-top: 1.25rem;
  margin-bottom: 0;
  position: relative;
}

.faq_title_block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  border-bottom: 1px solid #d1d2d5;
  justify-content: space-between;
  padding: 0 0 .25rem;
  display: flex;
  position: relative;
}

.faq_content_block {
  background-color: #0000;
  height: auto;
  padding-top: 1.75rem;
  transition: height .6s;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq_icon {
  justify-content: space-between;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.faq_plus_vertical {
  background-color: var(--zc-base-color-brand--zc-grey);
  width: 2px;
  height: .88rem;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .4s;
  position: absolute;
  left: 0;
  right: 0;
}

.faq_plus_horizontal {
  background-color: var(--zc-base-color-brand--zc-grey);
  width: .88rem;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.code-embed, .partners_custom_code {
  display: none;
}

.icon_24 {
  width: 1.5rem;
  height: 1.5rem;
}

.quick-text-link {
  opacity: .6;
  color: var(--zc-base-color-brand--zc-grey);
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .4s, opacity .4s;
}

.quick-text-link:hover {
  opacity: 1;
  color: var(--zc-base-color-brand--zc-grey);
}

.quick-text-link.is-office-link {
  text-decoration: underline;
  display: inline-block;
}

.quick-text-link.underline {
  text-decoration: underline;
}

.contact_comp {
  background-color: var(--zc-base-color-brand--zc-light-gray);
  padding-top: 3.75rem;
}

.contact_comp.padding-section-medium {
  background-color: var(--systemflow-lite--neutral--20);
}

.contact-form-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.contact_thumbnail_wr {
  position: relative;
}

.contact_form_comp {
  background-color: var(--zc-base-color-neutral--zc-white);
  width: 100%;
  padding: 2.5rem;
}

.contact_form_comp.max-width-custom1 {
  max-width: 40rem;
}

.form_wr {
  margin-bottom: 0;
}

.form_inner-container {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.form-group {
  width: 100%;
}

.form-label {
  text-transform: capitalize;
}

.form-field {
  -webkit-text-stroke-color: #171d2f33;
  resize: none;
  border: 1px solid #171d2f33;
  outline: 0;
  height: 2.5rem;
  margin-bottom: 0;
  padding: .56rem 1rem;
}

.form-field:focus {
  border-color: var(--zc-base-color-brand--zc-grey);
}

.form-field::placeholder {
  color: #171d2f66;
  -webkit-text-stroke-color: var(--zc-base-color-brand--zc-grey);
}

.form-field.is-text-area {
  max-height: 2.5rem;
}

.thumbnail_fit {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.quote_icon {
  position: absolute;
  inset: auto 0% 1rem auto;
}

.title-large {
  font-size: 16rem;
  font-weight: 900;
  line-height: 16rem;
}

.hours_wr {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
}

.heading-style-h2-2 {
  color: #fcfdfe;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.heading-style-h2-2.heading-style-h2-assets {
  margin-bottom: 16px;
}

.licensing-heading {
  margin-top: 75px;
  margin-bottom: 75px;
}

.licensing-assets-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  margin-bottom: 40px;
  display: flex;
}

.licensing-assets-inner.is-icons-wrapper {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.licensing-assets-inner.is-images {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: max-content;
  display: grid;
}

.licensing-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: center start;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.heading-style-h4-2 {
  color: #fcfdfe;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.heading-style-h4-2.heading-style-h4-custom {
  margin-bottom: 0;
}

.licensing-assets-inner-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-content: space-between;
  place-items: center stretch;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
}

.licensing-assets-inner-grid.d-block {
  display: block;
}

.license-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.assets-logo-images {
  object-fit: contain;
  width: 100%;
}

.assets-logo-images.icon-small {
  max-width: 5rem;
}

.paragraph-small-block {
  color: #adb1bc;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: block;
}

.assets-images {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.sub-title-paragraph {
  color: #adb1bc;
  font-size: 18px;
  line-height: 26px;
}

.heading-style-h1-2 {
  color: #fcfdfe;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.fit_video {
  width: 100%;
  position: relative;
  inset: 0%;
}

.guide-richtext-white {
  color: #fff;
  margin-top: 3.125rem;
  font-size: 1.375rem;
  line-height: 1.625rem;
}

.guide-richtext-white p {
  opacity: .5;
  font-size: 1rem;
  line-height: 1.5rem;
}

.guide-richtext-white ol {
  font-size: 1rem;
  line-height: 1.5rem;
}

.guide-richtext-white li {
  opacity: .6;
}

.guide-richtext-white h2 {
  opacity: .8;
}

.tab-link {
  color: #f0f3f5;
  border-bottom: .0625rem solid #545e6e;
  width: 100%;
  margin-bottom: 1.5625rem;
  padding-bottom: .625rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
  text-decoration: none;
  transition: border .3s, color .3s;
}

.tab-link:hover {
  color: var(--zc-base-color-brand--zc-turkis);
  border-bottom-color: #00d563;
}

.tab-link.w--current {
  color: var(--zc-base-color-brand--zc-turkis);
  border-bottom-color: #00d563;
  width: 100%;
}

.tab-link.text-lighter {
  border-bottom-color: #fff9;
}

.instruction-main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  width: 100%;
  margin-top: 2.5rem;
  display: flex;
}

.width-full {
  width: 100%;
}

.cell {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cell.detail-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex: 1 0 65%;
}

.cell.tab-links-container {
  flex: 1 0 20%;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: .625rem;
  position: sticky;
  top: 11.25rem;
}

.text-link-light {
  color: var(--zc-base-color-neutral--zc-white);
}

.overlay_60 {
  background-color: var(--zc-base-color-brand--zc-grey);
  opacity: .6;
  position: absolute;
  inset: 0%;
}

.home-hero-thumbnail {
  object-fit: cover;
  max-width: 32.75rem;
}

.cta_comp {
  background-image: url('../images/Banner.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.cetner_paragraph_white {
  opacity: .8;
  color: #fff;
  max-width: 39.13rem;
}

.center_content_block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 56.63rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overflow-hidden {
  position: relative;
}

.custom-list-paragraph-imp {
  opacity: .6;
  color: #fff !important;
}

.changelog-date {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 0;
}

.changelog-change-title {
  margin-bottom: 1rem;
}

.footer-paragraph-link {
  display: inline-block;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: 70px;
  margin-right: 70px;
  display: block;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: var(--systemflow-lite--neutral--20);
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
}

.centered-heading {
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: left;
  max-width: 530px;
  margin-left: 0;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: var(--zc-base-color-brand--zc-turkis);
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 24px;
}

.sysf-heading {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.95rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-body-text {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-section-title {
  width: 70%;
  margin-bottom: 48px;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 0;
}

.sysf-l-g-2-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sysf-tagline {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-faq-item-wrapper {
  margin-bottom: 24px;
}

.sysf-faq-question {
  margin-bottom: 8px;
  font-weight: 600;
}

.udesly-overline-large {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

.udesly-text-medium {
  font-weight: 500;
}

.udesly-paragraph-large {
  color: #404040;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.udesly-title-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.udesly-span-black {
  color: #171717;
}

.udesly-list-info {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 32px;
  font-weight: 500;
}

.list-item-privacy {
  color: #404040;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-info-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.udesly-information {
  grid-column-gap: 32px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text {
  color: var(--zc-background-color--zc-background-primary);
  font-weight: 400;
}

.bold-text-2 {
  font-weight: 400;
}

.udesly-menu-links.udesly-margin-right {
  margin-right: 16px;
}

.udesly-button-navigation-secondary {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons.udesly-align-right {
  border-left: 1px solid var(--zc-base-color-brand--zc-grey);
  padding-left: 20px;
}

.udesly-container-navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.udesly-navigation {
  background-color: var(--zc-background-color--zc-background-tertiary);
  mix-blend-mode: normal;
  width: 100%;
  padding: 16px 5%;
  box-shadow: 0 2px 14px 3px #0003;
}

.udesly-menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-button-navigation {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation:hover {
  background-color: #171717d9;
}

.udesly-nav-link {
  color: #404040;
  text-align: center;
  border: 1px #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-content-container {
  display: flex;
}

.rt-tag {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-tag.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 91px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-three-x-card-section-two {
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-overflow-none {
  overflow: hidden;
}

.rt-home-two-awards-wrap {
  align-items: stretch;
}

.rt-home-two-award-card {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px 12px;
  position: relative;
}

.rt-margin-top-twenty-seven {
  margin-top: 27px;
}

.rt-margin-top-twenty-seven.rt-component-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-margin-top-twenty-five {
  margin-top: 25px;
}

.rt-home-two-award-image-block {
  position: absolute;
  right: 14%;
}

.rt-home-two-award-button {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--heading-dark);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  display: flex;
}

.rt-home-two-award-left-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 0 50%;
  justify-content: flex-start;
  align-items: center;
}

.rt-home-two-award-card-wrap {
  border-top: 1px solid #ffffff1a;
  align-items: stretch;
  margin-top: 40px;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-component-heading-five {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-category-cards-text.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-no-margin-bottom {
  margin-bottom: 0;
}

.rt-no-margin-bottom.rt-home-three-service-description {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 554px;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-service-card-shape {
  width: 100%;
  position: absolute;
  inset: auto 0% -2px;
}

.rt-service-card-shape.rt-white-shape {
  opacity: 0;
}

.rt-home-three-service-heading {
  flex: 1;
  max-width: 450px;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-service-card-text-wrapper {
  padding: 35px 40px 40px;
}

.rt-home-three-service-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rt-button-two-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-button-two-text {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-service-card-image-wrapper {
  position: relative;
}

.rt-home-three-service-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 60px;
}

.rt-tag-text {
  color: #ff5e14;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.rt-tag-text.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-home-three-service-card {
  background-color: #f5f5fb;
  border-radius: 10px;
  transition: box-shadow .3s;
  display: block;
  overflow: hidden;
}

.rt-home-three-service-card:hover {
  box-shadow: 0 8px 80px #dbdfffcc;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  transition: color .35s;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-gallery-v-seven {
  background-color: var(--systemflow-lite--neutral--20);
  padding-top: 0;
  padding-bottom: 20px;
}

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-autofit {
  object-fit: cover;
}

.rt-text-center {
  text-align: center;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-portfolio-two-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 41%, #1c1372);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-portfolio-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card {
  position: relative;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card.rt-overflow-hidden.rt-border-radius-six {
  border-radius: 6px;
}

.rt-our-portfolio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.rt-portfolio-card {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  position: relative;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-component-section-3 {
  background-color: var(--systemflow-lite--neutral--20);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit-3 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-3.rt-responsive-full-width-2 {
  width: 100%;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-about-one-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.section {
  z-index: 1;
  background-color: var(--systemflow-lite--neutral--20);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

.container-2 {
  background-color: #fff0;
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em 5em;
}

.grid-2-col {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-2 {
  padding-top: 64px;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.heading-small {
  font-size: 24px;
  font-weight: 400;
}

.heading-small.normal-font-weight {
  text-align: left;
  font-weight: 400;
}

.text-block-15 {
  width: 30%;
  margin-top: 60px;
  font-size: 30px;
}

.feature-item-with-icon {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.feature-icon-medium {
  width: 38px;
}

.feature-icon-holder {
  background-color: var(--zc-base-color-brand--zc-turkis);
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
}

.rt-tag-2 {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-three {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.rt-heading-three.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-heading-three.rt-text-white-2.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.rt-home-three-cta-contain-wrap {
  perspective: 1000px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-full-width {
  border-radius: 10px;
  width: 100%;
}

.rt-full-width.rt-container-small.rt-home-one-cta-contain {
  z-index: 5;
  max-width: 1290px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.rt-button-main-two {
  height: 26px;
  position: relative;
}

.rt-button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.rt-button.rt-margin-top-twenty {
  margin-top: 20px;
}

.rt-home-three-cta-main-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  max-width: 1602px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 80px 125px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-home-three-cta-contain-text-wrap {
  flex-direction: column;
  align-items: flex-start;
  max-width: 434px;
  display: flex;
}

.rt-home-one-cta-overlay {
  background-image: linear-gradient(89deg, #14151a80, #fff0);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rt-home-three-cta-background {
  background-image: url('../images/CTA-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.rt-container-small {
  max-width: 1290px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-margin-bottom-fifteen-2 {
  margin-bottom: 15px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.flex-text-cta {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.flex-text-cta.mg-bottom-100 {
  margin-bottom: 100px;
}

.link-block-4 {
  text-decoration: none;
}

.text-block-10 {
  color: #1a1919;
}

.main-container {
  background-color: #8a7f7f00;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 77%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px;
  display: block;
}

.list-industries-wide {
  flex-direction: column;
  display: flex;
}

.single-industry-wide {
  border-top: 1px solid var(--zc-base-color-brand--zc-turkis);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.single-industry-wide.last-industry-wide {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
}

.text-block-11 {
  color: #1a1919;
}

.right-industry-wide {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-9 {
  color: #1a1919;
  font-style: normal;
  text-decoration: none;
}

.left-text-cta {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.content-industry-wide {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 574px;
  margin-top: 0;
  display: flex;
}

.no-margins-2 {
  color: #2f4858;
  text-align: left;
  border-bottom: 1px #a71815;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 30px;
  font-weight: 200;
  line-height: 120%;
  display: flex;
}

.no-margins-2.services-title {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 30px;
  text-decoration: none;
}

.no-margins-2.services {
  margin: 0;
  padding: 0;
  font-weight: 200;
}

.image-industry-wide {
  border-radius: 4px;
  width: 30%;
  max-width: 435px;
}

.paragraph-big {
  color: #1a1919;
  text-align: left;
  -webkit-text-stroke-color: #fffffddb;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 200;
  line-height: 125%;
  transition: opacity .2s;
}

.hero-text {
  width: auto;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.3;
  overflow: hidden;
}

.hero-text._1 {
  font-size: 50px;
}

.section-background {
  z-index: -1;
  background-color: #fff0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container-5 {
  background-color: #fff0;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.hero-description-centered {
  max-width: 100%;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.hero-content.hero-content-with-bottom-space {
  padding-bottom: 9em;
}

.hero-content.center-hero-content {
  text-align: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-text-content {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  perspective: 1000px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-text-content.centered-hero-text-content {
  text-align: left;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-image {
  opacity: .24;
  object-fit: contain;
  width: 100%;
  max-width: 1100px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.section-image.insights-section-image {
  max-width: 800px;
}

.hero-text-letter {
  perspective: 2000px;
  perspective-origin: 50%;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  margin-top: -70px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-text-word {
  flex-direction: row;
  display: flex;
  overflow: hidden;
}

.padding-top-1em {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  display: flex;
}

.sysf-container-2 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-heading-2 {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-heading-2.sysf-xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-body-text-2 {
  color: var(--systemflow-lite--neutral--80);
  margin-top: 0;
}

.sysf-body-text-2.sysf-m {
  letter-spacing: -.011em;
}

.sysf-tagline-2 {
  background-color: var(--systemflow-lite--primary--10);
  color: var(--systemflow-lite--primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-c-b-neutral-30 {
  background-color: var(--systemflow-lite--neutral--30);
}

.sysf-c-t-neutral-100 {
  color: var(--systemflow-lite--neutral--100);
}

.sysf-c-t-primary-60 {
  color: var(--systemflow-lite--primary--60);
}

.sysf-feature-grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
}

.sysf-hero-section {
  position: relative;
  overflow: hidden;
}

.sysf-wrapper-box {
  background-color: var(--systemflow-lite--neutral--20);
  padding: 64px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 30%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  max-width: 70%;
  margin-bottom: 0;
  display: flex;
}

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

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

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

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-3 {
  max-width: 30%;
}

.udesly-menu-links-2.udesly-margin-right {
  margin-right: 16px;
}

.udesly-button-navigation-secondary-2 {
  color: #171717;
  background-color: #0000;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-secondary-2:hover {
  background-color: #f5f5f5;
}

.udesly-navigation-buttons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.udesly-navigation-buttons-2.udesly-align-right {
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
}

.udesly-container-navigation-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.udesly-navigation-2 {
  background-color: #fff;
  width: 100%;
  padding: 16px 5%;
}

.udesly-menu-buttons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: none;
}

.udesly-button-navigation-2 {
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  min-height: 40px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background-color .25s ease-out;
}

.udesly-button-navigation-2:hover {
  background-color: #171717d9;
}

.udesly-nav-link-2 {
  color: #404040;
  text-align: center;
  border: 1px solid #0000;
  border-radius: 6px;
  min-height: 40px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .25s ease-out;
}

.udesly-nav-link-2:hover {
  color: #000;
  border: 1px solid #e6e6e6;
}

.udesly-nav-link-2.w--current {
  color: #171717;
  transition-property: all;
}

.udesly-nav-link-2.udesly-dropdown {
  border-style: none;
  padding-right: 32px;
  font-size: 1rem;
}

.udesly-nav-content-container-2 {
  display: flex;
}

.udesly-icon-circle-wrapper {
  background-color: #f2f2f2;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  margin-bottom: 0;
  margin-right: 10px;
  display: flex;
}

.udesly-dropdown-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.udesly-dropdown-link-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.udesly-dropdown-link {
  opacity: 1;
  background-color: #fff;
  border-radius: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding: 20px 0;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.udesly-dropdown-link:hover {
  background-color: #f9f9f9;
  border-radius: 0;
}

.udesly-dropdown-arrow {
  margin-right: 15px;
  font-size: 12px;
}

.udesly-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.udesly-dropdown-icon {
  width: 20px;
}

.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 75px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-portfolio-details-link {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rt-portfolio-one-card-overlay {
  pointer-events: none;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.rt-portfolio-two-name-block {
  background-color: #14151a;
  border-top-right-radius: 6px;
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.rt-portfolio-one-card {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rt-portolio-images {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.rt-portfolio-two-category-block {
  background-color: var(--zc-base-color-brand--zc-turkis);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom-right-radius: 6px;
  padding: .2rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.rt-portfolio-card-content-block {
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-hover-circle {
  z-index: 10;
  position: absolute;
}

.rt-service-two-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-portfolio-name-category-block {
  z-index: 10;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 60px 0%;
}

.rt-component-heading-five-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-heading-five-2.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: Inter, sans-serif;
}

.rt-lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.text-block-16, .text-block-17, .text-block-18, .text-block-19, .text-block-20 {
  color: var(--zc-base-color-brand--zc-grey);
  font-family: Inter, sans-serif;
}

.feature-icon-m32 {
  width: 32px;
  min-width: 32px;
}

.shape-background {
  background-color: #e2e2e2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.shape-background.service-item-shape {
  background-color: #fff;
  border: 1px #e2e2e2;
}

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

.shape-background.white-shape-bg.dark-grey-bg {
  background-color: #d4d4d4;
}

.service-item-absolute-hidden {
  z-index: -1;
  position: absolute;
  inset: -1px;
  overflow: hidden;
}

.service-item-absolute-hidden.display-on-mobile {
  display: none;
}

.service-item {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  border: 1px #e2e2e2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 4em;
  display: flex;
  position: relative;
  box-shadow: 3px 5px 16px -5px #0003;
}

.rotated-shape {
  z-index: 3;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(60%, -70%)rotate(45deg);
}

.rotated-shape.footer-email-small-shape {
  width: 40px;
  height: 40px;
}

.heading-medium {
  color: #3b5266;
  margin-bottom: 17px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.feature-icon-holder-2 {
  background-color: var(--zc-base-color-brand--zc-turkis);
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
}

.services-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3em;
  display: grid;
}

.container-7 {
  background-color: #fff0;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container-7.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-8 {
  background-color: #fff0;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.container-8.hero-container {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading {
  font-size: 2.5rem;
}

.text-block-21 {
  font-weight: 600;
  text-decoration: none;
}

.link-block-5 {
  text-decoration: none;
}

.link {
  display: block;
  position: static;
}

.paragraph-2 {
  color: var(--zc-base-color-neutral--zc-white);
  text-align: center;
  padding-right: 0;
  text-decoration: none;
}

.text-block {
  color: var(--zc-base-color-neutral--zc-white);
  font-size: 20px;
}

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 5px;
  position: relative;
}

.link-background {
  z-index: -1;
  background-color: #0000000d;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.footer-heading {
  color: var(--zc-base-color-neutral--zc-white);
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.container-9 {
  background-color: #fff0;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 2em;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 3em;
  display: grid;
}

.footer-email-box {
  background-color: #ed3e54;
  background-image: url('../images/Right-Angle.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
}

.footer-link {
  z-index: 1;
  color: #071a2d;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.footer-email-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 30px;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-grid-content {
  display: block;
}

.social-media-icon {
  width: 20px;
  height: 20px;
}

.social-media-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-image {
  width: 100%;
  max-width: 250px;
}

.footer-logo-link {
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-logo-link:hover {
  opacity: .8;
}

.footer {
  background-color: var(--zc-base-color-brand--zc-grey);
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.text-block-22 {
  color: var(--zc-base-color-neutral--zc-white);
}

.text-block-23 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.text-block-24, .text-block-25, .text-block-26, .text-block-27 {
  color: var(--zc-base-color-neutral--zc-white);
}

@media screen and (min-width: 1280px) {
  .footer_comp-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1.1fr .7fr .4fr 1.25fr;
    justify-content: space-between;
    width: 100%;
  }

  .footer_col.is-last {
    max-width: 24.625rem;
  }

  .footer_col.is-one {
    max-width: 18.1rem;
  }

  .footer_col.is_two {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 100%;
    max-width: 20rem;
  }

  .two_column_content {
    max-width: 33.1875rem;
    margin-left: 5.5rem;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .custom-list-item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .posts_list-content-wr.is-office {
    grid-template-columns: 1fr;
    display: grid;
  }

  .faq_container {
    padding: 6.88rem;
  }

  .rt-home-two-award-left-block {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .footer-email-link {
    font-size: 20px;
  }

  .footer-image {
    max-width: 250px;
  }
}

@media screen and (min-width: 1440px) {
  .padding-global.padding-horizontal-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero_grid {
    width: 100%;
    max-width: 100%;
  }

  .two_column-thumb_wr {
    max-width: 100%;
  }

  .two_column_content {
    max-width: 33.1875rem;
  }

  .container {
    max-width: 61%;
  }

  .container-2 {
    max-width: 1350px;
  }

  .rt-home-three-cta-contain-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-5, .container-7, .container-8, .container-9 {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1920px) {
  .padding-global.padding-horizontal-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .main-wrapper {
    background-color: var(--zc-text-color--zc-text-secondary);
  }

  .hero_grid {
    max-width: none;
  }

  .two_column_comp {
    margin-left: 422px;
    margin-right: 422px;
  }

  .udesly-container-navigation {
    justify-content: space-between;
    align-items: center;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .rt-tag.rt-text-black {
    color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  }

  .rt-overflow-off {
    align-self: center;
  }

  .hero-heading-left-2 {
    background-color: var(--zc-base-color-brand--zc-turkis);
    opacity: 1;
    margin-top: 102px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
    padding-left: 315px;
    padding-right: 400px;
  }

  .hero-wrapper-2 {
    width: 100%;
    max-width: none;
  }

  .hero-split-2 {
    width: auto;
    max-width: 70%;
    padding-right: 60px;
  }

  .button-primary-2 {
    border: 1px none var(--zc-base-color-brand--zc-turkis);
    background-color: var(--zc-base-color-brand--zc-turkis);
    color: var(--zc-base-color-brand--zc-grey);
  }

  .shadow-two-2 {
    max-width: 100%;
  }

  .main-container {
    position: static;
  }

  .no-margins-2 {
    border-bottom-style: none;
    font-size: 30px;
    font-weight: 200;
    line-height: 125%;
  }

  .no-margins-2.services {
    font-size: 30px;
  }

  .paragraph-big {
    color: #1a1919;
  }

  .rt-portfolio-details-link {
    border-radius: 6px;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .zl-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-horizontal-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .zl-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .zl-styleguide_heading-medium {
    font-size: 3rem;
  }

  .zl-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4.faq_title {
    white-space: normal;
  }

  .padding-section-large-xx {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .zl-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .zl-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
    padding-bottom: 3rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_component {
    background-color: #0000;
    padding-right: 0;
    position: relative;
  }

  .nav_container {
    z-index: 9999;
    grid-template-columns: 229px 1px;
    display: flex;
    position: relative;
  }

  .nav_menu {
    background-color: var(--zc-base-color-brand--zc-grey);
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-right: 0;
    position: fixed;
    inset: 80px 0% 0%;
    overflow: auto;
  }

  .nav_menu_link {
    color: var(--zc-base-color-neutral--zc-white);
    text-align: center;
    width: 100%;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    transition: font-size .4s, border .4s;
  }

  .nav_menu_link:hover {
    font-size: 1.25rem;
  }

  .nav_button {
    color: #fff;
    border: 2px solid #fff3;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    padding: 0;
    display: flex;
  }

  .nav_button.w--open {
    background-color: var(--zc-base-color-brand--zc-grey);
  }

  .hero_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero_image {
    max-width: 100%;
  }

  .hero_image.object-position-left {
    object-fit: cover;
    object-position: 100% 50%;
  }

  .section_hero {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .hero_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row dense;
  }

  .hero_grid.is-blog-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .nav_fixed {
    position: fixed;
  }

  .zl-styleguide_heading-header {
    font-size: 4rem;
  }

  .nav-btn-wrapper {
    margin-left: 0;
  }

  .nav-menu-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0%;
    padding-bottom: 16px;
    display: flex;
  }

  .nav_lines_icon {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    left: auto;
    right: auto;
  }

  .nav_lines-one {
    background-color: var(--zc-base-color-neutral--zc-white);
    width: 11px;
    height: 2px;
    margin-left: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_lines-two {
    background-color: var(--zc-base-color-neutral--zc-white);
    width: 18px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_lines-three {
    background-color: var(--zc-base-color-neutral--zc-white);
    width: 11px;
    height: 2px;
    margin-left: -2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_menu-lines {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 16px;
    display: flex;
  }

  .nav_menu_container {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 10vh;
    padding-bottom: 15vh;
  }

  .footer_comp-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.1fr .7fr .4fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .footer_col.is-last {
    max-width: 100%;
  }

  .footer_col.is_two {
    grid-column-gap: 2.25rem;
    grid-row-gap: 2.25rem;
  }

  .form-block {
    width: 100%;
  }

  .two_columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: space-between;
  }

  .quick-contact {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    display: flex;
  }

  .copyrights {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .u-nav-spacer.is-hero {
    padding-top: 5rem;
  }

  .title-row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .title_block-right {
    max-width: 100%;
  }

  .cards_grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .card-regular {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .card-inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .text-lighter.max-width-custom300 {
    max-width: 18.75rem;
  }

  .counter-title {
    margin-bottom: .625rem;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .paragraph-medium-lighter.is-counter {
    font-size: .88rem;
    line-height: 1.13rem;
  }

  .custom-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .custom-list-item {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .four_column_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .sector_thumbnail {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 12.5rem;
    padding-top: 12.5rem;
    display: block;
  }

  .sector_thumbnail-title {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.25rem;
  }

  .fifty_fifty-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .fifty_fifty-grid-left, .fifty_fifty-grid-right {
    flex: 1;
  }

  .testimonial_slide {
    padding-left: 0;
  }

  .testimonial-slider {
    padding: 2.5rem;
  }

  .testimonial_slide-inner {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial_content_wr {
    flex: 1;
  }

  .posts_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .posts_list.is-blog-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    place-items: stretch stretch;
    width: 100%;
  }

  .posts_list-thumb-wr {
    padding-top: 17rem;
  }

  .posts_list-thumb-wr.is_blog_thumbnail, .posts_list-thumb-wr.is-location-thumbnail {
    max-width: 100%;
  }

  .posts_list-anchor {
    flex-flow: column;
  }

  .posts.is-office {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .content_grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .blog_listing_thumbnail_wr {
    max-width: 100%;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .blog_listing_content_wr {
    padding-top: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .details_card_wr {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .team_thumbnail_wr {
    padding-top: 21rem;
  }

  .team_member_pos {
    font-size: .88rem;
    line-height: 1.13rem;
  }

  .faq_container, .faq_title_block {
    width: 100%;
  }

  .quote_icon {
    max-width: 2rem;
  }

  .title-large {
    font-size: 12rem;
    line-height: 12rem;
  }

  .heading-style-h2-2 {
    font-size: 28px;
    line-height: 38px;
  }

  .licensing-assets-inner {
    grid-template-columns: auto auto auto;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .heading-style-h1-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 54px;
  }

  .tab-link {
    font-size: 1rem;
  }

  .cell.tab-links-container {
    padding-left: 0;
    padding-right: 0;
  }

  .home-hero-thumbnail {
    max-width: 100%;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .sysf-l-g-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sysf-faq-question {
    line-height: 1.5;
  }

  .udesly-information {
    grid-template-columns: 1fr;
  }

  .udesly-nav-menu {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons {
    display: none;
  }

  .udesly-container-navigation {
    justify-content: space-between;
  }

  .udesly-menu-buttons {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-lottie-animation {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-home-two-award-card {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-two-award-image-block {
    display: none;
  }

  .rt-home-two-award-left-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex-basis: 70%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rt-component-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-category-cards-text.rt-text-white, .rt-no-margin-bottom.rt-home-three-service-description {
    max-width: none;
  }

  .rt-service-card-shape {
    height: auto;
  }

  .rt-home-three-service-heading {
    max-width: none;
  }

  .rt-service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .rt-autofit-2.rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-our-portfolio {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .rt-portfolio-card {
    width: 100%;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .text-block-15 {
    width: 50%;
  }

  .rt-heading-three {
    font-size: 27px;
    line-height: 37px;
  }

  .rt-home-three-cta-contain-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-home-three-cta-main-box {
    padding: 60px 30px 70px;
  }

  .rt-home-three-cta-contain-text-wrap {
    max-width: none;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .flex-text-cta {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .main-container {
    width: 100%;
  }

  .single-industry-wide {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .right-industry-wide {
    padding-left: 32px;
    padding-right: 0;
  }

  .no-margins-2.services {
    font-size: 40px;
  }

  .hero-text {
    font-size: 60px;
  }

  .hero-text-content {
    grid-column-gap: 10px;
  }

  .sysf-container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .sysf-feature-grid-3 {
    grid-row-gap: 48px;
    grid-template-columns: 1.5fr;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .udesly-nav-menu-2 {
    background-color: #fff;
    padding: 24px;
  }

  .udesly-button-navigation-secondary-2.udesly-full {
    border: 1px solid #d4d4d4;
  }

  .udesly-navigation-buttons-2 {
    display: none;
  }

  .udesly-container-navigation-2 {
    justify-content: space-between;
  }

  .udesly-menu-buttons-2 {
    justify-content: center;
    margin-top: 32px;
    display: flex;
  }

  .udesly-lottie-animation-2 {
    width: 32px;
    height: 32px;
  }

  .udesly-menu-button-2 {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    padding: 7px;
    display: flex;
  }

  .udesly-menu-button-2.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .udesly-dropdown-text-wrapper {
    align-items: center;
    width: auto;
  }

  .udesly-dropdown-link {
    min-width: 150px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-portfolio-details-link, .rt-portfolio-card-content-block {
    width: 100%;
  }

  .rt-service-two-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-portfolio-name-category-block {
    bottom: 30px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  h4 {
    font-size: 1.125rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  p {
    line-height: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full.text-align-center-mobile-p {
    text-align: center;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }

  .heading-style-h1 {
    font-size: 2rem;
    line-height: 2.625rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .zl-styleguide_section-header {
    font-size: .875rem;
  }

  .zl-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large-xx {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-style-h5 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
  }

  .button {
    padding: .625rem 1.25rem;
  }

  .button.is-medium {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav_brand.w--current {
    padding-left: 0;
  }

  .hero_content {
    margin-top: 82px;
  }

  .hero_image.object-position-left {
    object-position: 50% 50%;
  }

  .nav_menu_container {
    padding-top: 10vh;
  }

  .footer_component {
    padding-top: 3rem;
  }

  .footer_comp-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1.1fr .7fr;
    justify-content: space-between;
    align-items: center;
  }

  .footer_col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer_col.is-last {
    width: 100%;
  }

  .footer_col.is-one {
    max-width: 40%;
  }

  .footer_col.is_two {
    justify-content: flex-end;
    align-items: flex-start;
    max-width: 50%;
  }

  .body_one {
    font-size: .875rem;
  }

  .text-color-grey.footer-title {
    margin-bottom: .875rem;
  }

  .footer_col_inner {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_col_inner.is_two_inner {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer_link {
    font-size: .875rem;
  }

  .form_group.is-subscribe {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .form-block {
    width: 100%;
  }

  .link-light-grey {
    font-size: .875rem;
    line-height: 1.25;
  }

  .quick-contact {
    flex-flow: row;
  }

  .footer_links_wr.is-two {
    flex-flow: column;
    flex: auto;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
  }

  .is-addres {
    max-width: 10rem;
  }

  .copyrights {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .padding-section-large-x {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-color-white.footer-quick-links {
    font-size: .9375rem;
    line-height: 1.25;
  }

  .cards_grid {
    grid-column-gap: 0rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .counter-grid {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .paragraph-medium-lighter {
    font-size: 1rem;
  }

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

  .two_column-thumb_wr {
    padding-top: 26.5625rem;
  }

  .two_column_content {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5%;
  }

  .custom-list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

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

  .sector_thumbnail {
    max-width: 100%;
  }

  .partners_comp.splide {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
  }

  .logos_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .logos_grid.splide__list {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .fifty_fifty_comp.padding-section-large-xx {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .fifty_fifty-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
  }

  .fifty_fifty-grid.reverse {
    flex-flow: row-reverse wrap-reverse;
  }

  .fifty_fifty-grid.is-feature {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fifty_fifty-grid-left {
    flex: 0 auto;
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fifty_fifty-grid-right {
    order: -1;
    max-width: 100%;
  }

  .fifty_fifty_img_wr {
    max-width: 100%;
    padding-top: 100%;
  }

  .padding-m-0 {
    padding: 0;
  }

  .gradient-glow-vector {
    filter: blur(180px);
    width: 11.6875rem;
    height: 34.0625rem;
    top: 50%;
    left: auto;
    right: -90px;
  }

  .testimonial-slider {
    padding-right: 0;
  }

  .testimonial_slide-inner {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .testimonial_thumbnail_wr {
    max-width: 100%;
  }

  .posts_list.is-blog-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 3rem;
    display: flex;
  }

  .posts_lists-item.splide__slide {
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
  }

  .posts_lists-item.is_blog_item {
    width: 100%;
  }

  .posts_list-thumb-wr {
    width: auto;
    max-width: 100%;
    padding-top: 16.25rem;
  }

  .posts_list-thumb-wr.is_blog_thumbnail {
    width: 100%;
    max-width: 100%;
  }

  .posts_list-anchor {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .posts_list-anchor.blog_anchor {
    width: 100%;
  }

  .posts_list-content-wr.is-blog-wr {
    max-width: 100%;
  }

  .title_center_component.background-color-primary {
    padding-top: 3.81rem;
    padding-bottom: 3.81rem;
  }

  .video_wrapper {
    margin-bottom: 1.25rem;
    padding-top: 14.375rem;
  }

  .content_grid.is-services {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content_thumbnail_wr.reverse {
    width: auto;
    height: auto;
  }

  .thumbnail_416 {
    max-width: 100%;
  }

  .blog_richtext_wr {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .share_block_wr {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    top: 0;
  }

  .share_block_inner {
    margin-left: 0;
    margin-right: 1.5rem;
    transform: none;
  }

  .share_icons_wr {
    flex-flow: row;
    margin-top: 0;
  }

  .helping_business_block {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .details_card_wr {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: wrap;
  }

  .details_card_wr.is_four_columns {
    justify-content: space-between;
  }

  .faq_container {
    padding: 2.5rem;
  }

  .contact-form-row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
  }

  .contact_thumbnail_wr {
    width: 100%;
  }

  .form-row {
    flex-flow: wrap;
  }

  .quote_icon {
    max-width: 4.13rem;
    margin-left: auto;
    position: absolute;
    top: 91%;
    bottom: auto;
    right: 1rem;
  }

  .title-large {
    font-size: 10rem;
    line-height: 10rem;
  }

  .heading-style-h2-2 {
    text-align: left;
    font-size: 28px;
  }

  .licensing-assets-inner, .licensing-assets-inner.is-images {
    grid-template-columns: auto auto;
  }

  .heading-style-h4-2 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h4-2.heading-style-h4-custom {
    margin-bottom: 0;
  }

  .heading-style-h1-2 {
    font-size: 34px;
    line-height: 44px;
  }

  .tab-link, .tab-link.w--current {
    width: 100%;
  }

  .instruction-main {
    flex-direction: column;
    margin-top: 0;
  }

  .cell.tab-links-container {
    z-index: 99;
    background-color: var(--zc-background-color--zc-background-primary);
    flex-direction: column;
    top: 5rem;
    overflow: auto;
  }

  .overlay_60 {
    z-index: 0;
  }

  .custom-list-paragraph-imp {
    font-size: .875rem;
  }

  .card_grid_inner {
    width: 100%;
  }

  .hero-heading-left, .team-slider {
    padding: 60px 15px;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-section-title {
    width: 100%;
  }

  .sysf-l-g-2-col {
    grid-template-columns: 1fr;
  }

  .sysf-l-g-2-col.sysf-faq {
    grid-row-gap: 0px;
  }

  .sysf-faq-item-wrapper {
    margin-bottom: 16px;
  }

  .udesly-lottie-animation {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button {
    width: 36px;
    height: 36px;
  }

  .rt-component-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-service-card-shape {
    width: 110%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .rt-autofit, .rt-autofit-3.rt-responsive-full-width-2 {
    height: auto;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .container-2 {
    padding-left: 1em;
    padding-right: 1em;
  }

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

  .rt-heading-three {
    font-size: 24px;
    line-height: 34px;
  }

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .main-container {
    height: auto;
  }

  .single-industry-wide {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .right-industry-wide {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
  }

  .content-industry-wide {
    align-items: center;
    width: 90%;
    max-width: 490px;
  }

  .image-industry-wide {
    width: 70%;
  }

  .hero-text {
    margin-top: 0;
    font-size: 40px;
  }

  .container-5 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-content {
    height: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .hero-section-secondary {
    height: auto;
  }

  .sysf-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sysf-heading-2.sysf-xl {
    margin-bottom: 12px;
  }

  .sysf-hero-section.sysf-box {
    background-color: var(--systemflow-lite--neutral--20);
  }

  .sysf-wrapper-box {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .udesly-lottie-animation-2 {
    width: 20px;
    height: 20px;
  }

  .udesly-menu-button-2 {
    width: 36px;
    height: 36px;
  }

  .rt-portfolio-two-name-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-portfolio-two-category-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-item-absolute-hidden.display-on-mobile {
    display: block;
  }

  .service-item {
    max-width: 100%;
    padding: 1em;
  }

  .rotated-shape {
    width: 200px;
    height: 200px;
  }

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

  .container-7, .container-8, .container-9 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-image {
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .padding-bottom.padding-xsmall {
    padding-bottom: .75rem;
  }

  .zl-styleguide_row {
    flex-wrap: wrap;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-m-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h4.blog-title {
    margin-bottom: 1rem;
  }

  .padding-section-large-xx {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button {
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .nav_brand {
    padding-left: 0;
  }

  .nav_brand.w--current {
    flex: 0 auto;
    margin-left: 18px;
    padding-right: 0;
  }

  .hero_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 66px;
    padding-left: 1.7rem;
    padding-right: 0;
  }

  .hero_image {
    aspect-ratio: auto;
    object-fit: cover;
    min-height: 23.75rem;
  }

  .hero_image.object-position-left {
    object-position: 50% 50%;
    min-height: 18.0625rem;
  }

  .section_hero {
    padding-bottom: 2.25rem;
  }

  .hero_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero_grid.is-blog-list {
    padding-top: 0;
  }

  .nav_lines_icon {
    color: #646464;
    -webkit-text-stroke-color: var(--zc-base-color-brand--zc-grey);
  }

  .nav_lines-one, .nav_lines-two, .nav_lines-three {
    background-color: var(--zc-base-color-brand--zc-grey);
  }

  .footer_comp-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr 1fr;
  }

  .footer_col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .footer_col.is-last {
    margin-top: 1.25rem;
  }

  .footer_col.is-one {
    max-width: 100%;
  }

  .footer_col.is_two {
    max-width: none;
  }

  .text-color-grey.footer-title {
    font-size: .875rem;
  }

  .footer_col_inner {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .footer_col_inner.is_two_inner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .two_columns, .quick-contact {
    flex-flow: wrap;
  }

  .footer_links_wr.is-two {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .is-addres {
    width: 100%;
    max-width: 100%;
  }

  .copyrights {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-flow: column;
  }

  .gradient-patch {
    z-index: 0;
  }

  .title-small {
    font-size: .875rem;
  }

  .services {
    display: block;
  }

  .title-row {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .text-link-dark {
    font-size: .875rem;
  }

  .counters.padding-section-medium {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .counter-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    max-width: 17.625rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .counter-title {
    font-size: 1.5rem;
  }

  .paragraph-medium-lighter {
    font-size: .875rem;
    line-height: 1.125rem;
  }

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

  .two_column-thumb_wr {
    padding-top: 20.625rem;
  }

  .two_column_content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 1.875rem 1rem;
  }

  .four_column_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .sector_thumbnail {
    max-width: 100%;
    padding-top: 10.25rem;
  }

  .sector_thumbnail-title {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partners_comp.splide {
    overflow: hidden;
  }

  .logos_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .logo_grid-logo {
    max-width: 8rem;
  }

  .fifty_fifty-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .testimonial_slide {
    padding-top: .625rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .testimonial-slider {
    margin-bottom: 3.38rem;
    padding: 0 0 1rem;
  }

  .testimonial_slider-pagination {
    bottom: -36px;
  }

  .testimonial_slide-inner {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .testimonial_thumbnail_wr {
    padding-top: 100%;
  }

  .testimonial_content_wr {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial_author-content {
    margin-top: 3rem;
    margin-bottom: 3.375rem;
  }

  .latest_news {
    padding-bottom: 0;
  }

  .posts_list.is-blog-list {
    margin-bottom: 2.5rem;
  }

  .posts_lists-item.splide__slide, .posts_list-thumb-wr.is_blog_thumbnail {
    max-width: 100%;
  }

  .posts_list-anchor.blog_anchor {
    flex-flow: column;
  }

  .posts_list-content-wr.is-blog-wr {
    max-width: 100%;
  }

  .title_center_comp-container {
    max-width: 16rem;
  }

  .flex-block.text-size-small {
    flex-flow: wrap;
  }

  .content_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .content_richtext.text-right {
    text-align: left;
  }

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

  .blog_listing_thumbnail_wr {
    padding-top: 19rem;
  }

  .blog_listing_content_wr {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .details_card_wr {
    max-width: 17.13rem;
    margin-left: auto;
    margin-right: auto;
  }

  .details_card_wr.is_four_columns {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    align-items: center;
  }

  .detail_card.is-small {
    grid-column-gap: .63rem;
    grid-row-gap: .63rem;
  }

  .teams_block.padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .team_member_col {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .team_thumbnail_wr {
    width: 100%;
    padding-top: 100%;
  }

  .team_member_info {
    height: 100%;
    padding: 1rem .59rem;
  }

  .team_member_pos {
    font-size: .75rem;
    line-height: 1rem;
  }

  .team_member_title {
    margin-bottom: 0;
    font-size: .88rem;
    line-height: 1.25rem;
  }

  .faq_container {
    padding: 1.88rem 1.5rem;
  }

  .quote_icon {
    top: 93%;
  }

  .title-large {
    font-size: 6rem;
    line-height: 6rem;
  }

  .heading-style-h2-2 {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }

  .licensing-assets-inner {
    grid-template-columns: auto;
    justify-items: center;
  }

  .licensing-assets-inner.is-images {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-style-h4-2 {
    text-align: left;
  }

  .licensing-assets-inner-grid {
    grid-template-rows: 1fr;
    align-content: space-between;
    place-items: baseline end;
  }

  .heading-style-h1-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .tab-link {
    flex: 1 0 auto;
    width: 100%;
    min-height: 3.125rem;
    margin-bottom: .625rem;
    margin-right: .5rem;
  }

  .tab-link.w--current {
    margin-right: .5rem;
  }

  .instruction-main {
    flex-direction: column;
    margin-top: 0;
  }

  .cell.detail-container {
    position: sticky;
    top: 0;
  }

  .cell.tab-links-container {
    grid-column-gap: .625rem;
    flex-direction: row;
    width: 100%;
  }

  .center_content_block {
    max-width: 18.75rem;
  }

  .container {
    max-width: none;
  }

  .team-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    display: block;
  }

  .team-slide-wrapper {
    vertical-align: baseline;
    width: 100%;
    margin-right: 0%;
  }

  .sysf-container {
    padding-left: 0;
    padding-right: 0;
  }

  .sysf-heading.sysf-l {
    font-size: 1.2rem;
  }

  .sysf-l-g-2-col {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .udesly-button-navigation-secondary.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-container-navigation {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .udesly-menu-buttons {
    flex-direction: column;
  }

  .udesly-lottie-animation {
    flex: 0 auto;
    align-self: auto;
    width: 1.5rem;
    height: auto;
    position: static;
  }

  .udesly-button-navigation {
    width: 100%;
  }

  .udesly-menu-button {
    border-style: none;
  }

  .rt-home-two-award-card {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-home-two-award-button {
    display: none;
  }

  .rt-home-two-award-left-block {
    flex-basis: 100%;
  }

  .rt-service-card-shape {
    width: 100.2%;
    max-width: none;
    left: auto;
    right: auto;
  }

  .rt-service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .section {
    width: 380px;
  }

  .container-2 {
    padding: 3em 1em;
  }

  .grid-2-col {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .text-block-14 {
    width: 320px;
  }

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

  .heading-small {
    font-size: 20px;
  }

  .feature-item-with-icon {
    border-bottom: 1px solid var(--zc-link-color--zc-link-alternate);
  }

  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .rt-home-three-cta-contain-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .flex-text-cta.mg-bottom-100 {
    align-items: flex-start;
  }

  .text-block-10 {
    text-align: left;
    font-size: 18px;
    font-weight: 200;
  }

  .main-container {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .single-industry-wide {
    margin-bottom: 0;
  }

  .text-block-11, .text-block-9 {
    text-align: left;
    font-size: 18px;
    font-weight: 200;
  }

  .content-industry-wide {
    align-items: flex-start;
  }

  .no-margins-2, .no-margins-2.services-title {
    font-size: 24px;
  }

  .no-margins-2.services {
    font-size: 30px;
  }

  .image-industry-wide {
    width: 90%;
  }

  .paragraph-big {
    font-size: 18px;
  }

  .hero-text {
    font-size: 35px;
  }

  .container-5 {
    padding: 3em 1em;
  }

  .hero-content.hero-content-with-bottom-space {
    padding-bottom: 5em;
  }

  .hero-content.center-hero-content {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    position: static;
  }

  .hero-text-content {
    grid-column-gap: 7px;
  }

  .hero-section-secondary {
    min-height: 40vh;
  }

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

  .nav-menu-two {
    flex-direction: column;
  }

  .udesly-button-navigation-secondary-2.udesly-full {
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .udesly-menu-buttons-2 {
    flex-direction: column;
  }

  .udesly-button-navigation-2 {
    width: 100%;
  }

  .rt-service-two-portfolio-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rotated-shape {
    width: 100px;
    height: 100px;
  }

  .heading-medium {
    font-size: 24px;
  }

  .container-7, .container-8 {
    padding: 3em 1em;
  }

  .heading {
    padding-left: 12px;
    font-size: 1.7rem;
  }

  .container-9 {
    padding: 3em 1em;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-email-link {
    font-size: 20px;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .footer {
    text-align: left;
  }
}

#w-node-f833f4af-cf12-52f4-fad2-151c72e28a65-a93788b8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f833f4af-cf12-52f4-fad2-151c72e28a6b-a93788b8 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_4fc6ae57-34e1-cc31-2eed-33e56af58ed2-a93788b8, #w-node-c74b8374-c762-7389-9ff6-d95004db405d-a93788b8, #w-node-c74b8374-c762-7389-9ff6-d95004db4068-a93788b8, #w-node-c74b8374-c762-7389-9ff6-d95004db4089-a93788b8, #w-node-c74b8374-c762-7389-9ff6-d95004db4094-a93788b8, #w-node-c74b8374-c762-7389-9ff6-d95004db409f-a93788b8, #w-node-c74b8374-c762-7389-9ff6-d95004db40aa-a93788b8, #w-node-_611cafa0-7168-661a-24de-e1c1ffc1229f-a93788b8, #w-node-_15e007de-b0e6-82d9-ca23-721dc2f3ea9b-a93788b8, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-a9378915, #w-node-_9eee21c8-5c5d-8236-c2ff-ed331ca72142-a9378915 {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-a9378915, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-a9378915 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-a9378915 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-a9378915, #w-node-_30689533-c208-7eeb-3e9e-bc2deb76bef6-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-a9378915 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4f9de-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4f9e3-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4f9e8-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4f9ed-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4f9f2-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4f9f7-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa01-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa06-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa0b-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa10-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa15-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa1a-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa1f-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa24-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa29-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa2e-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa33-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa38-a9378915 {
  justify-self: start;
}

#w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa3c-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa3f-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa42-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa47-a9378915, #w-node-_3070e45f-704f-7b5d-5370-d94a27a4fa4c-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-a9378915, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-a9378915 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-a9378915 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-a9378915, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-a9378915 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-a9378915 {
  justify-self: start;
}

#w-node-_396176c6-906a-9f74-c6d0-8a4663dfdeac-63dfdea9 {
  place-self: auto;
}

#w-node-b59e2331-7a1a-5281-33c1-96326d931d21-a9378917 {
  justify-self: end;
}

#w-node-dea3e357-6afb-ba38-66ea-e00e0728b28a-a9378917 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59f6-a937891a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59fa-a937891a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32dc97ce-7b73-90aa-735c-729c262a1595-a937891a, #w-node-d33f111c-15ad-56f4-2d22-dc7f42050db1-a937891a, #w-node-d33f111c-15ad-56f4-2d22-dc7f42050dc6-a937891a, #w-node-_6928dfff-482c-d549-8266-d16305f0ef90-a937891a, #w-node-_330cc851-6a14-19f0-32aa-ccd9bdc04161-bdc04155, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855ecd-a937891c, #w-node-_5fe00b8e-37d1-fc15-b90b-7d968c913791-a937891c, #w-node-_85f3c84f-d7e9-da5b-54c9-dc97a89120e0-a937891c, #w-node-_632fa78a-333f-9c8f-5ed4-6ce46f6d4222-a937891c, #w-node-d59e233f-501d-bd01-d071-cb3a7947a1ef-a937891c, #w-node-_8e4d71b6-49f7-ac5d-29ad-9f6e9cc75e1f-a937891c, #w-node-e4e4c1d6-3888-c900-82c3-ca3c97b731b8-a937891c, #w-node-b666f660-8212-eb8b-0d71-12eaf6320555-a937891c, #w-node-_4cf0fd45-9fb2-39fa-abff-bb409cba07fb-a937891c, #w-node-e90982bb-86e9-4082-479e-4e3dbe9a694a-a937891c, #w-node-_4effd57a-243b-0bb0-a3e1-9c29026299f7-a937891c, #w-node-bb11031c-9504-a3d6-dc3c-e7b215251031-a937891c, #w-node-bb11031c-9504-a3d6-dc3c-e7b215251033-a937891c, #w-node-bb11031c-9504-a3d6-dc3c-e7b215251035-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855ef3-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855efb-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855efd-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855f01-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855eff-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855f11-a937891c, #w-node-a3f6c47f-30da-fb5a-bd71-6e64f23ef8d7-a937891c, #w-node-_43f557fe-ad71-2620-4cd5-7442b71aacbc-a937891c, #w-node-e1563269-6673-368e-d31f-cde705a1ef40-a937891c, #w-node-_5793b677-e44c-40c0-0d10-e3b3d55144ba-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855f13-a937891c, #w-node-_7db40113-c2ea-5ac7-aa00-6c35e83b63f4-a937891c, #w-node-_185d4987-0ea1-c29b-0348-0302742a6c4c-a937891c, #w-node-_02517ab6-d246-fca0-76e0-dc1d5f8456c9-a937891c, #w-node-_4f7b895f-5daf-b276-affb-f5ad22ee5e5b-a937891c, #w-node-b8b71a3a-0d17-55c0-936e-035ee0fde535-a937891c, #w-node-d5140b31-8e1a-854d-fdc9-15871d184c13-a937891c, #w-node-b18384cb-e41c-0576-de8d-8588fb71efee-a937891c, #w-node-_76d22191-6fde-aecc-e410-66420aef00ea-a937891c, #w-node-a94a99e4-adfe-7f8f-8561-ed58f0b17ea0-a937891c, #w-node-_2c18d9d4-583d-8791-31f0-2903fa282c09-a937891c, #w-node-cc4bcfb5-b77d-7956-217c-5b80c0ccbfeb-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855f18-a937891c, #w-node-_6e23e55a-07f8-8368-a4a9-94b201855f16-a937891c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83070c8f-d73b-ec2e-fcdf-45f863a4f201-7ecdef01 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_83070c8f-d73b-ec2e-fcdf-45f863a4f205-7ecdef01 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_79339686-138d-e3c4-7656-d8a2e38d50ee-7ecdef01, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50f6-7ecdef01, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50fe-7ecdef01, #w-node-_79339686-138d-e3c4-7656-d8a2e38d5106-7ecdef01, #w-node-_79339686-138d-e3c4-7656-d8a2e38d510e-7ecdef01, #w-node-_8f82a261-7950-7826-cd2e-3ea610952730-7ecdef01, #w-node-_8f82a261-7950-7826-cd2e-3ea610952742-7ecdef01, #w-node-_282ee472-42f6-c5ad-ded1-2bfce2238d8f-7ecdef01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63904b76-bb8d-39a8-98f1-b4cd648a5b05-3a26ca5d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_63904b76-bb8d-39a8-98f1-b4cd648a5b09-3a26ca5d {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_79339686-138d-e3c4-7656-d8a2e38d50ee-3a26ca5d, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50f6-3a26ca5d, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50fe-3a26ca5d, #w-node-_79339686-138d-e3c4-7656-d8a2e38d5106-3a26ca5d, #w-node-_79339686-138d-e3c4-7656-d8a2e38d510e-3a26ca5d, #w-node-_8f82a261-7950-7826-cd2e-3ea610952730-3a26ca5d, #w-node-_8f82a261-7950-7826-cd2e-3ea610952742-3a26ca5d, #w-node-_228418e6-3a12-43d3-32dd-a6bcbb3c7ad6-3a26ca5d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59b84ab4-f61e-c611-7a70-2b110ad9a5a4-5118a269 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_59b84ab4-f61e-c611-7a70-2b110ad9a5a8-5118a269 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_79339686-138d-e3c4-7656-d8a2e38d50ee-5118a269, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50f6-5118a269, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50fe-5118a269, #w-node-_79339686-138d-e3c4-7656-d8a2e38d5106-5118a269, #w-node-_79339686-138d-e3c4-7656-d8a2e38d510e-5118a269, #w-node-_79339686-138d-e3c4-7656-d8a2e38d5116-5118a269, #w-node-_8f82a261-7950-7826-cd2e-3ea610952730-5118a269, #w-node-_8f82a261-7950-7826-cd2e-3ea610952742-5118a269, #w-node-_78b33b28-4d51-e29b-18c2-f7c4b1634d27-5118a269 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfb7c2b4-ee5d-2cd4-07df-4d2c881dd5c1-a71a8467 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bfb7c2b4-ee5d-2cd4-07df-4d2c881dd5c5-a71a8467 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_79339686-138d-e3c4-7656-d8a2e38d50ee-a71a8467, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50f6-a71a8467, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50fe-a71a8467, #w-node-_79339686-138d-e3c4-7656-d8a2e38d5106-a71a8467, #w-node-_79339686-138d-e3c4-7656-d8a2e38d510e-a71a8467, #w-node-_8f82a261-7950-7826-cd2e-3ea610952730-a71a8467, #w-node-_8f82a261-7950-7826-cd2e-3ea610952742-a71a8467, #w-node-_99741f40-1223-8a6a-67dd-4f00d0034366-a71a8467 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0b2921f-0e94-06e3-20b1-73e0062d3fa0-e97d1c74 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e0b2921f-0e94-06e3-20b1-73e0062d3fa4-e97d1c74 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_79339686-138d-e3c4-7656-d8a2e38d50ee-e97d1c74, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50f6-e97d1c74, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50fe-e97d1c74, #w-node-_79339686-138d-e3c4-7656-d8a2e38d5106-e97d1c74, #w-node-_79339686-138d-e3c4-7656-d8a2e38d510e-e97d1c74, #w-node-_8f82a261-7950-7826-cd2e-3ea610952730-e97d1c74, #w-node-_8f82a261-7950-7826-cd2e-3ea610952742-e97d1c74, #w-node-_0e4db40e-90c9-dcde-cb22-1e86c1a78094-e97d1c74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e693bc39-7e5d-19cf-5b51-df5b5b575c42-f174f843 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e693bc39-7e5d-19cf-5b51-df5b5b575c46-f174f843 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_79339686-138d-e3c4-7656-d8a2e38d50ee-f174f843, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50f6-f174f843, #w-node-_79339686-138d-e3c4-7656-d8a2e38d50fe-f174f843, #w-node-_79339686-138d-e3c4-7656-d8a2e38d5106-f174f843, #w-node-_79339686-138d-e3c4-7656-d8a2e38d510e-f174f843, #w-node-_8f82a261-7950-7826-cd2e-3ea610952730-f174f843, #w-node-_8f82a261-7950-7826-cd2e-3ea610952742-f174f843, #w-node-_97bc8778-a3b3-58e7-4a0c-c687fec8d46c-f174f843 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59f6-cea1256c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59fa-cea1256c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32dc97ce-7b73-90aa-735c-729c262a1595-cea1256c, #w-node-d33f111c-15ad-56f4-2d22-dc7f42050db1-cea1256c, #w-node-d33f111c-15ad-56f4-2d22-dc7f42050dc6-cea1256c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac8017ba-d97c-023c-0c0c-b076aa6b4d07-cea1256c, #w-node-_4df53da2-3792-ddbe-72bb-480de3444cda-cea1256c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_00aa6121-5528-845b-f226-74257f5abc8b-cea1256c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59f6-cea26990 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59fa-cea26990 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_32dc97ce-7b73-90aa-735c-729c262a1595-cea26990, #w-node-f2ef18df-de71-c792-6e73-f510fc613832-cea26990 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59f6-105e3f4a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59fa-105e3f4a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d33f111c-15ad-56f4-2d22-dc7f42050db1-105e3f4a, #w-node-d33f111c-15ad-56f4-2d22-dc7f42050dc6-105e3f4a, #w-node-e614fcec-769d-2b10-ceb1-64c6156d4519-105e3f4a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59f6-69f77da6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5a6686dd-a342-0dfc-7f07-ef08787f59fa-69f77da6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-d33f111c-15ad-56f4-2d22-dc7f42050db1-69f77da6, #w-node-d33f111c-15ad-56f4-2d22-dc7f42050dc6-69f77da6, #w-node-_2cb61425-8e10-4555-88d5-a4003b998d94-69f77da6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4fc6ae57-34e1-cc31-2eed-33e56af58ec8-a93788b8 {
    order: 9999;
  }

  #w-node-_15e007de-b0e6-82d9-ca23-721dc2f3ea9b-a93788b8 {
    grid-column: span 3 / span 3;
  }

  #w-node-d792a8d0-01a9-e264-11b0-f83e46c27784-a9378916, #w-node-_381b3df6-9038-21cf-f870-b41e58e73920-a9378917, #w-node-_32dc97ce-7b73-90aa-735c-729c262a158b-a937891a {
    order: 9999;
  }

  #w-node-_6928dfff-482c-d549-8266-d16305f0ef90-a937891a {
    grid-column: span 3 / span 3;
  }

  #w-node-c869799b-6932-d519-9c89-71bb5ca2042b-5ca20426, #w-node-_4528ec9f-547e-7e51-362e-699040e75112-7ecdef01 {
    order: 9999;
  }

  #w-node-_282ee472-42f6-c5ad-ded1-2bfce2238d8f-7ecdef01 {
    grid-column: span 3 / span 3;
  }

  #w-node-d9b45811-cd7b-69a2-8fe8-2843741c3a6e-3a26ca5d {
    order: 9999;
  }

  #w-node-_228418e6-3a12-43d3-32dd-a6bcbb3c7ad6-3a26ca5d {
    grid-column: span 3 / span 3;
  }

  #w-node-f3ac0b1c-d93e-02d4-f8b4-32106d7e9293-5118a269 {
    order: 9999;
  }

  #w-node-_78b33b28-4d51-e29b-18c2-f7c4b1634d27-5118a269 {
    grid-column: span 3 / span 3;
  }

  #w-node-_26006cab-1113-81f5-f4f1-b23590af0995-a71a8467 {
    order: 9999;
  }

  #w-node-_99741f40-1223-8a6a-67dd-4f00d0034366-a71a8467, #w-node-_0e4db40e-90c9-dcde-cb22-1e86c1a78094-e97d1c74 {
    grid-column: span 3 / span 3;
  }

  #w-node-_68e095ff-9cb7-cf64-a403-e8d5b2a385ba-f174f843 {
    order: 9999;
  }

  #w-node-_97bc8778-a3b3-58e7-4a0c-c687fec8d46c-f174f843 {
    grid-column: span 3 / span 3;
  }

  #w-node-_32dc97ce-7b73-90aa-735c-729c262a158b-cea1256c {
    order: 9999;
  }

  #w-node-ac8017ba-d97c-023c-0c0c-b076aa6b4d07-cea1256c, #w-node-_4df53da2-3792-ddbe-72bb-480de3444cda-cea1256c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_00aa6121-5528-845b-f226-74257f5abc8b-cea1256c {
    grid-column: span 3 / span 3;
  }

  #w-node-_32dc97ce-7b73-90aa-735c-729c262a158b-cea26990 {
    order: 9999;
  }

  #w-node-f2ef18df-de71-c792-6e73-f510fc613832-cea26990 {
    grid-column: span 3 / span 3;
  }

  #w-node-_32dc97ce-7b73-90aa-735c-729c262a158b-105e3f4a {
    order: 9999;
  }

  #w-node-e614fcec-769d-2b10-ceb1-64c6156d4519-105e3f4a {
    grid-column: span 3 / span 3;
  }

  #w-node-_32dc97ce-7b73-90aa-735c-729c262a158b-69f77da6 {
    order: 9999;
  }

  #w-node-_2cb61425-8e10-4555-88d5-a4003b998d94-69f77da6 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b59e2331-7a1a-5281-33c1-96326d931d21-a9378917 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6d93814a-f5c2-7ffa-47ad-e4de6e63527c-a93788b8, #w-node-d5bf5c6c-5806-a969-9193-6379e4e6289a-a93788b8 {
    order: 0;
  }

  #w-node-_15e007de-b0e6-82d9-ca23-721dc2f3ea9b-a93788b8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_2c84d97c-00bc-8131-9da7-85de9c213214-9c21320c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d792a8d0-01a9-e264-11b0-f83e46c2778b-a9378916 {
    order: -9999;
  }

  #w-node-_94081f84-564b-ace7-2fd8-a3124b811250-a9378917 {
    order: 9999;
  }

  #w-node-_05a7ae1f-df6a-ef05-56d0-8adc0093177b-a937891a, #w-node-_05a7ae1f-df6a-ef05-56d0-8adc0093177d-a937891a {
    order: 0;
  }

  #w-node-_6928dfff-482c-d549-8266-d16305f0ef90-a937891a, #w-node-_282ee472-42f6-c5ad-ded1-2bfce2238d8f-7ecdef01, #w-node-_228418e6-3a12-43d3-32dd-a6bcbb3c7ad6-3a26ca5d, #w-node-_78b33b28-4d51-e29b-18c2-f7c4b1634d27-5118a269, #w-node-_99741f40-1223-8a6a-67dd-4f00d0034366-a71a8467, #w-node-_0e4db40e-90c9-dcde-cb22-1e86c1a78094-e97d1c74, #w-node-_97bc8778-a3b3-58e7-4a0c-c687fec8d46c-f174f843 {
    grid-column: span 1 / span 1;
  }

  #w-node-_05a7ae1f-df6a-ef05-56d0-8adc0093177b-cea1256c, #w-node-_05a7ae1f-df6a-ef05-56d0-8adc0093177d-cea1256c {
    order: 0;
  }

  #w-node-_00aa6121-5528-845b-f226-74257f5abc8b-cea1256c, #w-node-f2ef18df-de71-c792-6e73-f510fc613832-cea26990, #w-node-e614fcec-769d-2b10-ceb1-64c6156d4519-105e3f4a, #w-node-_2cb61425-8e10-4555-88d5-a4003b998d94-69f77da6 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraBold.woff2') format('woff2'), url('../fonts/Inter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}