/* Theme base styles */
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  overflow-x: clip;
  color: #282846;
}

body.fixed {
  position: fixed;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

@media (min-width: 1025px) {
  main {
    padding-top: 75px;
  }
}

@media (min-width: 1600px) {
  main {
    padding-top: 97px;
  }
}
/**
* Revamp main padding removal
*/
@media (min-width: 1025px) {
  .revamp main {
    padding-top: 0;
  }
}

@media (min-width: 1600px) {
  .revamp main {
    padding-top: 0;
  }
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

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

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

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

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}
/* Container classes */
.container{
  padding: 0 20px; 
  margin: 0 auto; 
}
.container.is-900 {
  max-width: 940px;
}
.container.is-1160 {
  max-width: 1200px;
}

.container.is-1200 {
  max-width: 1240px;
}
.container.is-1400 {
  max-width: 1440px;
}
.container.is-1390 {
  max-width: 1430px;
}

/* Letter spacing classes */
.ls-1 {
  letter-spacing: -0.01em;
}

.ls-2 {
  letter-spacing: -0.02em;
}

.ls-3 {
  letter-spacing: -0.03em;
}

.ls-4 {
  letter-spacing: -0.04em;
}

.ls-5 {
  letter-spacing: -0.05em;
}

.ls-6 {
  letter-spacing: -0.06em;
}

/* Font weight classes */
.fw-100 {
  font-weight: 100;
}
.fw-200 {
  font-weight: 200;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/



/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 0px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 0px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

.footer .dnd-section {
  padding: 0;
}

.il_spacer {
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 60px;
}

@media (min-width: 768px) {
  .il_spacer {
    height: 80px;
  }
}

@media (min-width: 1600px) {
  .il_spacer {
    height: 150px;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

@font-face {
  font-family: 'Inter';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Light.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Light.woff') format('woff'),
      url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
        font-display: swap;
        }

@font-face {
  font-family: 'Inter';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Regular.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Regular.woff') format('woff'),
      url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
        font-display: swap;
        }
@font-face {
  font-family: 'Inter';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Medium.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Medium.woff') format('woff'),
      url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        }
@font-face {
  font-family: 'Inter';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-SemiBold.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-SemiBold.woff') format('woff'),
      url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Inter-SemiBold.ttf') format('truetype');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
        } 


@font-face {
  font-family: 'Silka_bold';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Silka-Bold.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Silka-Bold.woff') format('woff'),
      url('') format('truetype');
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        }

@font-face {
  font-family: 'Silka_semi_medium';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Silka-SemiBold.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Silka-SemiBold.woff') format('woff'),
      url('') format('truetype');
        font-weight: 600;
        font-style: normal; 
        font-display: swap;
        }


@font-face {
  font-family: 'Silka_regular';
  src: 
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/silka-regular.ttf') format('truetype');
      font-weight: 400;
      font-style: normal;
      font-display: swap;
      }

@font-face {
  font-family: 'Silka_medium';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Silka-Medium.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/Silka-Medium.woff') format('woff'),
      url('') format('truetype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        } 

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/HelveticaNeue/HelveticaNeue.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'),
      url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/HelveticaNeue/HelveticaNeue.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
        font-display: swap;
        }

@font-face {
  font-family: 'Helvetica Neue';
  src: url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/HelveticaNeue/HelveticaNeue-Medium.woff2') format('woff2'),
    url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/HelveticaNeue/HelveticaNeue-Medium.woff') format('woff'),
      url('//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/css/fonts/HelveticaNeue/HelveticaNeue-Medium.ttf') format('truetype');
        font-weight: 500;
        font-style: normal;
        font-display: swap;
        }

body {
  font-size: 14px;
  font-weight: 100;
  line-height: 1.6;
  word-break: break-word;
  font-family: 'Helvetica Neue';
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-family: 'Helvetica Neue';
  font-weight: 100;
  font-size: 100%;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Inter', sans-serif;
  line-height: 1.2;
  margin: 0 0 1.4rem;
  font-weight: 700;
  color: #0A0F39;
}


.oz-site-wrapper h1.all-h1, .all-h1, .heading-68 {
  font-size: 68px;
  line-height: 74px;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 0;
}

.oz-site-wrapper h2.all-h2, .all-h2, .heading-56 {
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 0;
}

.oz-site-wrapper h3.all-h3, .all-h3, .heading-48 {
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 0;
}

.oz-site-wrapper h4.all-h4, .all-h4, .heading-32 {
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.04em;
  font-weight: 600;
  margin: 0;
}

.oz-site-wrapper h5.all-h5, .all-h5, .heading-24 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.03em;
  font-weight: 600;
  margin: 0;
}

.oz-site-wrapper h6.all-h6, .all-h6, .heading-18 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 991px) {
  .oz-site-wrapper h1.all-h1, .all-h1, .heading-68 {
    font-size: 56px;
    line-height: 62px;
  }

  .oz-site-wrapper h2.all-h2, .all-h2, .heading-56 {
    font-size: 48px;
    line-height: 56px;
  }

  .oz-site-wrapper h3.all-h3, .all-h3, .heading-48 {
    font-size: 40px;
    line-height: 48px;
  }

  .oz-site-wrapper h4.all-h4, .all-h4, .heading-32 {
    font-size: 28px;
    line-height: 34px;
  }

  .oz-site-wrapper h5.all-h5, .all-h5, .heading-24 {
    font-size: 20px;
    line-height: 24px;
  }

  .oz-site-wrapper h6.all-h6, .all-h6, .heading-18 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .oz-site-wrapper h1.all-h1, .all-h1, .heading-68 {
    font-size: 48px;
    line-height: 54px;
  }

  .oz-site-wrapper h2.all-h2, .all-h2, .heading-56 {
    font-size: 40px;
    line-height: 48px;
  }

  .oz-site-wrapper h3.all-h3, .all-h3, .heading-48 {
    font-size: 34px;
    line-height: 42px.
  }

  .oz-site-wrapper h4.all-h4, .all-h4, .heading-32 {
    font-size: 26px;
    line-height: 32px;
  }

  .oz-site-wrapper h5.all-h5, .all-h5, .heading-24 {
    font-size: 18px;
    line-height: 22px.
  }

  .oz-site-wrapper h6.all-h6, .all-h6, .heading-18 {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 575px) {
  .oz-site-wrapper h1.all-h1, .all-h1, .heading-68 {
    font-size: 40px;
    line-height: 46px;
  }

  .oz-site-wrapper h2.all-h2, .all-h2, .heading-56 {
    font-size: 34px;
    line-height: 40px;
  }

  .oz-site-wrapper h3.all-h3, .all-h3, .heading-48 {
    font-size: 28px;
    line-height: 34px;
  }

  .oz-site-wrapper h4.all-h4, .all-h4, .heading-32 {
    font-size: 22px;
    line-height: 28px;
  }

  .oz-site-wrapper h5.all-h5, .all-h5, .heading-24 {
    font-size: 16px;
    line-height: 20px;
  }

  .oz-site-wrapper h6.all-h6, .all-h6, .heading-18 {
    font-size: 12px;
    line-height: 18px;
  }
}

/* OLD VALUES */
h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


@media (min-width: 1024px) {
  h1 {
    font-size: 47px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 16px;
  }
}


@media (min-width: 1600px) {
  h1 {
    font-size: 61px;
  }

  h2 {
    font-size: 49px;
  }

  h3 {
    font-size: 39px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 25px;
  }

  h6 {
    font-size: 20px;
  }
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.oz-site-wrapper .text-center {
  text-align: center;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* New Form Styles  */

.form-wrapper.revamped {
  border-radius: 20px;
  background: white;
  box-shadow: -4px 5px 13.7837px 0px rgba(0, 0, 0, 0.15), 0px 1.14864px 0px 0px rgba(249, 249, 251, 0.10) inset;
  backdrop-filter: blur(60px);
  max-width: 595px;
  margin: auto;
  padding: 30px;
  position: relative;
}
.form-wrapper.revamped label {
  color: #34385F;
  font-size: 14px;
  font-weight: 500;
  line-height: 126%;
  margin: 0 0 7px;
  letter-spacing: -0.01em;
}
.form-wrapper.revamped textarea, .form-wrapper.revamped select {
  background: white;
  border: 1px solid var(--new-greyscale-dark-15,#e7e8ee);
  border-radius: 8px;
  padding: 14px 16px;
}
.form-wrapper.revamped form input {
  color: #34385F;
}
.form-wrapper.revamped form input[type=email], .form-wrapper.revamped form input[type=text] {
  background: white;
  border: 1px solid var(--new-greyscale-dark-15,#e7e8ee);
  border-radius: 8px;
  padding: 13px 15px;
}  
.form-wrapper.revamped select {
  appearance: none;
  color: #878bab;
}
.form-wrapper.revamped .hs-fieldtype-select .input{
  position: relative;

}
.form-wrapper.revamped .hs-fieldtype-select .input:after {
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/chevron-down.svg);
  bottom: 50%;
  content: "";
  display: block;
  height: 22px;
  position: absolute;
  right: 10px;
  transform: translateY(50%);
  width: 22px;
}
.form-wrapper.revamped form input[type=checkbox] {
  width: auto!important;
  margin-top: 2px;
}
.form-wrapper.revamped form .hs-form-booleancheckbox p {
  color: #34385f;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.01em;
  line-height: 126%;
  display: block;
  padding-left: 10px;
  margin-left: 0 !important;
}
.form-wrapper.revamped form .hs-form-booleancheckbox p a {
  color: #34385f;
}
.form-wrapper.revamped .hs_companysize .input {
  margin-right: 0!important;
}
.form-wrapper.revamped .hs-form-field {
  margin-bottom: 22px;
}
.form-wrapper.revamped .hs-button {
  background: #4e5ee4;
  border-radius: 80px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.01em;
  line-height: 120%;
  padding: 14px 24px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  text-decoration: none;
  transition: all .15s ease-in-out;
  border: none;
  margin-top: 15px;
  width: auto;
}
.form-wrapper.revamped .hs-button:hover {
  background: #4349D4 !important;
  color: white;
}

.form-wrapper.revamped form .hs_work_for_network_ .inputs-list {
  display: flex;
  gap: 20px;
}
.form-wrapper.revamped form .inputs-list  ul li {
  margin: 0;
}
.form-wrapper.revamped form .hs-form-radio {
  margin-bottom: 0!important;
}
.form-wrapper.revamped form .hs_email input,
.form-wrapper.revamped form .hs_company_website_url input,
.form-wrapper.revamped form .hs_link_to_documentation input,
.form-wrapper.revamped form .hs_any_other_notes textarea,{
  width: 100% !important;
}
.form-wrapper.revamped form .hs-input.invalid.error {
  border-color: #EF6B51!important;
}
.form-wrapper.revamped form .hs_link_to_documentation .input{
  margin-right: 0;
}
.form-wrapper.revamped form .hs-form-booleancheckbox {
  margin-top: 0 !important;
}
.form-wrapper.revamped form .inputs-list label {
  font-weight: 400;
  margin: 0;
}
.form-wrapper.revamped form .hs_json_rpc_endpoint .no-list.hs-error-msgs.inputs-list li,
.form-wrapper.revamped form .hs_link_to_documentation .no-list.hs-error-msgs.inputs-list li {
  margin: 0 !important;
}
.form-wrapper.revamped form .hs_error_rollup .no-list.hs-error-msgs.inputs-list li {
  margin-bottom: 25px;
}

.form-wrapper.revamped h2.form-title {
  color: #0A0F39;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 115%; 
  max-width: 447px;
  margin: 0;
  padding-right: 35px;
  margin-bottom: 16px;
}
.form-wrapper.revamped p.form-description {
  color: #34385F;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -.01em !important;
  line-height: 160%;
  margin-bottom: 10px;
  margin-top: 0;
  margin-bottom: 14px;
}
.form-wrapper.revamped p.form-description a {
  color: #34385F;
}
.form-wrapper.revamped p.form-description.last {
  margin-bottom: 32px;
}
.form-wrapper.revamped .close-wrapper {
  position: absolute;
  top: 32px;
  right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-wrapper.revamped .close-wrapper:hover {
  cursor: pointer;
}

.form-wrapper.revamped fieldset.form-columns-1 .input {
  margin-right: 0!important;
}
.form-wrapper.revamped .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field .input {
  margin-right: 0!important;
}

.form-wrapper.revamped textarea:focus-visible, .form-wrapper.revamped select:focus-visible {
  outline: 0!important;
  border: 1px solid #4E5EE4 !important;
}
.form-wrapper.revamped form input[type=email]:focus-visible, .form-wrapper.revamped form input[type=text]:focus-visible {
  outline: 0!important;
  border: 1px solid #4E5EE4 !important;
}  
.form-wrapper.revamped form input::placeholder {
  color: #878BAB;
}  
.form-wrapper.revamped .hs_recaptcha {
  display: none;
}  


.form-wrapper.revamped .hs-form-field label.hs-error-msg {
  display:none;
}
.form-wrapper.revamped .hs-form-required {
  color: #0a0f39;
  padding-left: 3px;
}
.form-wrapper.revamped textarea::placeholder {
  color: #878BAB;
}
.form-wrapper.revamped .submitted-message {
  margin-top: 28px;
}
.form-wrapper.revamped .submitted-message p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 0px;
  margin-bottom: 10px;
  letter-spacing: -.01em!important;
  color: #34385F;
}
.form-wrapper.revamped .submitted-message a {
  color: black;
}

@media (max-width: 399px) {
  .form-wrapper.revamped .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field .input {
    margin-right: 0!important;
  }
}
@media (max-width: 500px) {

  .form-wrapper.revamped {
    padding: 26px 20px;
  }
  p.form-description.last {
    margin-bottom: 24px;
  }
  .form-wrapper.revamped .hs-form-field {
    margin-bottom: 24px;
  }
  .form-wrapper.revamped h2.form-title {
    max-width: 85%;
    font-size: 18px;
    margin: 0 0 8px;
  }
  .form-wrapper.revamped p.form-description {
    font-size: 13px;
  }
  .form-wrapper.revamped label {
    font-size: 12px;
    margin-bottom: 9px;
    line-height: 15px;
  }
}

@media (max-width: 575px){
  .form-wrapper.revamped form input[type=email], .form-wrapper.revamped form input[type=text], .form-wrapper.revamped form textarea {
    font-size: 13px;
  }
}
@media (max-width: 500px){
  .form-wrapper.revamped h2.form-title {
    font-size: 18px;
    margin: 0 0 20px;
    max-width: 85%;
  }
  .form-wrapper.revamped .hs-form-field {
    margin-bottom: 16px;
  }
  .form-wrapper.revamped form .hs-form-booleancheckbox p {
    font-size: 12px;
  }

}
.btn, .button, button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.25s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.btn, .button, button {
  background-color: #4e5ee4;
  box-shadow: 0 4px 5px 0 rgb(203 203 203 / 81%);
  border-radius: 6px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: .9375rem;
  transition: background-color .4s ease,color .4s ease,transform .4s ease;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
  font-family: 'silka_bold';
  padding: 11px 35px;
}

.btn--bordered {
  border: solid 1px #4351c5;
  background-color: transparent;
  color: #4351c5;
  box-shadow: none;
}

.btn--bordered.btn--active, .btn--bordered:focus, .btn--bordered:hover {
  border: solid 1px #4351c5;
  background-color: #4351c5;
  color: #fff;
}

.btn--secondary {
  background-color: #282846;
  color: #fff;
  min-width: auto;
}

.btn--secondary:hover {
  background-color: #38386d;
  color: #fff;
}

.btn--bordered-secondary {
  border: solid 1px #282846;
  background-color: transparent;
  color: #282846;
  box-shadow: none;
}

.btn:hover {
  cursor: pointer;
  background-color: #4351c5;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
  -webkit-box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
  box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}


/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

a.header__skip {
  display: none;
}

.header {
  display: block;
  position: relative;
  z-index: 999999999;
  left: 0;
  right: 0;
  background: #fff;
}

.header__container.content-wrapper {
  padding: 15px 35px;
}

.header__logo.header__logo--main {
  width: 130px;
}

.header__logo.header__logo--main img {
  width: 100%;
  max-width: 100%;
}


/* Header with no nav */

.header.header--no-navigation.fixed {
  box-shadow: 0px 1px 14px rgb(0 0 0 / 15%);
  background: #fff;
  /* padding: 9px; */
}

.header--no-navigation .header__buttons {
  display: none;
}

.header--no-navigation .header__logo {
  align-items: center;
  max-width: 100px;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}

.header--no-navigation .header__logo img {
  max-width: 100%;
}

.header--no-navigation .header__container {
  display: flex;
  justify-content: space-between;
}

.header--no-navigation .content-wrapper {
  max-width: 1240px;
}

.header__buttons>div {
  display: inline-block;
}

.header__buttons>div:first-child {
  padding-right: 10px;
}

@media (min-width: 767px) {
  .header--no-navigation .header__logo {
    max-width: 147px;
    display: flex;
    height: auto;
    margin: 0;
  }
  .header--no-navigation.fixed .header__buttons {
    display: block;
  }
  .header--no-navigation .header__buttons a.button {
    padding-left: 2em;
    padding-right: 2em;
    font-size: 12px;
    font-weight: 100;
    letter-spacing:initial;
    text-transform: none;
  }
  .header__container.content-wrapper {
    padding: 15px 96px;
  }
  .header--no-navigation .header__container.content-wrapper {
    padding: 8px 97px;
  }
  .header__logo.header__logo--main {
    width: 150px;
  }

}
@media (min-width: 991px) { 
  .header {
    position: fixed;
  }
}
@media (min-width: 1025px) {

  .header__container.content-wrapper {
    padding: 15px 69px;
  }
  .header--no-navigation .header__container.content-wrapper {
    padding: 20px 54px;
  }
  .header--no-navigation .header__logo {
    max-width: 197px;
  }
  .header__logo.header__logo--main {
    width: 180px;
  }
}

@media (min-width: 1600px) {
  .header__logo.header__logo--main {
    width: 210px;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.body-wrapper .footer {
  background-color: #282846; 
  color: white;
  padding: 75px 0 35px;
  margin-bottom: 0;
}

.footer .footer-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1340px;
  padding: 0 35px;
}

.footer .company {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer .link-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  margin-bottom: 35px;
}

.footer .logo {
  display: flex;
  margin-bottom: 45px;
}

.footer .link-box div {
  margin-bottom: 20px;
  width: 50%;
  padding-right: 2em;
}

.body-wrapper .footer h3 {
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-transform: none;
  margin-bottom: 10px;
  text-align: left;
}

.footer a {
  display: block;
  font-size: 12px;
  opacity: 0.6;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.footer a:hover {
  opacity: 1;
}

.footer .link-box a {
  line-height: 1.4rem;
  padding-bottom: 0.7rem;
}

.footer .rights a, .footer .rights span {
  flex-direction: row;
  bottom: 0;
  font-size: 0.8rem;
  color: #9a9cac;
}

.footer .rights a {
  display: inline;
  color: #c7c8d1;
  margin-left: 7px;
  border-left: 1px solid #8d8d9d;
  padding-left: 7px;
  height: 0.9rem;
  line-height: 0.9rem;
}

.body-wrapper .footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .link-box div:last-child {
  margin-right: 0;
}

@media (min-width: 768px) {
  .footer .link-box div {
    width: 25%;
  }
  .oz-site-wrapper .footer .link-box div {
    width: 33%;
  } 
}

@media (min-width: 1024px) {
  .footer .footer-box {
    display: flex;
    flex-direction: row;
  }
  .footer .link-box {
    flex-direction: row;
    gap: 30px;
  }
  .footer .rights {
    position: absolute;
    bottom: 0;
    left: 16px;
  }
  .footer .link-box div {
    width: 30%!important;
    padding: 0 2em;
  }
}

@media (min-width: 1600px) {
  .body-wrapper .footer {
    padding: 150px 0 35px;
  }
  .revamp .body-wrapper .footer {
    padding: 75px 0 35px;
  }
  .footer .logo img {
    width: 207px;
  }
  .body-wrapper .footer h3 {
    font-size: 15px;
  }
  .footer a {
    font-size: 14px;
  }
}

/* Global Styles */

.oz-site-wrapper{
  --dark: #030511;
  --dark-blue: #0A0F39;
  --dark-grey: #878BAB;
  --blue: #4E5DE4;
  --white: #f6f6f9;

  background: var(--white);
  font-family: 'Inter', sans-serif !important;
}
.revamp .oz-site-wrapper {
  background: #E6F4FD!important;
}
body.revamp {
  font-weight: 400;
}
.oz-site-wrapper h1,
.oz-site-wrapper .h1{
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 56px;
  line-height: 126%;
  color: var(--dark-blue);
}  

.oz-site-wrapper h3,
.oz-site-wrapper .h3{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 126%;
  color: var(--white);
}  

.oz-site-wrapper p{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 126%;
  color: var(--dark-blue);
}

.oz-site-wrapper p.featured{
  font-size: 20px;
  line-height: 126%;
  color: var(--dark-blue);
}
.oz-site-wrapper p.featured.grey{
  color: var(--dark-grey);
}

.revamp strong,
.oz-site-wrapper strong{
  font-weight: 600;
}

.revamp .button,
.oz-site-wrapper .button{
  padding: 12px 40px;
  display: inline-block;
  border-radius: 80px;
  text-align: center;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
  text-shadow: 0px 1px 0px #2B3379;
  letter-spacing: 0;
  box-shadow: none;
  transition: all 0.2s ease;
  background: 
    linear-gradient(180deg, #4F5EE5, #4553D2) padding-box,
    linear-gradient(180deg, #7985F2, #313C9E) border-box;
  border: 1px solid transparent;
  text-transform: none; 
  text-decoration: none;
}
.button, .btn {
  display: inline-block;
  text-decoration: none;
}

.oz-site-wrapper .button.button-secondary{
  color: #34385F;
  border-radius: 84px;
  background: 
    linear-gradient(180deg, #F6F6F9, #DCE1E8) padding-box,
    linear-gradient(180deg, #CDCDF3, #BDC1CB) border-box!important;
  border: 1px solid transparent;
  padding: 12px 25px;
  text-shadow: none!important;
  font-weight: 600!important;
  box-shadow: none;
  transition: all 0.2s ease;
}

.button.button-secondary:hover{
  box-shadow: #4E5EE4 0px 0px 10px -3px;
  background: 
    linear-gradient(180deg, #F6F6F9, #DCE1E8) padding-box,
    linear-gradient(180deg, #CDCDF3, #BDC1CB) border-box!important;
  border: 1px solid transparent;

}
.button.button-secondary:active{
  background: 
    linear-gradient(0deg, #F6F6F9, #DCE1E8) padding-box,
    linear-gradient(0deg, #CDCDF3, #BDC1CB) border-box!important;
}

.revamp .button:hover,
.oz-site-wrapper .button:hover{
  box-shadow: #4E5EE4 0px 0px 10px -3px;
  border-color: transparent!important;
  background: 
    linear-gradient(180deg, #4F5EE5, #4553D2) padding-box,
    linear-gradient(180deg, #7985F2, #313C9E) border-box;
}

.revamp .button:active,
.oz-site-wrapper .button:active{
  background: linear-gradient(0deg, #4F5EE5, #4553D2) padding-box, linear-gradient(180deg, #7985F2, #313C9E) border-box;
}

.revamp .button-new,
.oz-site-wrapper .button-new{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 120%;
  color: white;
  letter-spacing: -0.02em;
  transition: all 0.2s ease;
  background: #4F56FA;
  text-decoration: none;
  text-transform: none;
  border: 1px solid transparent;
  white-space: nowrap; 
  text-wrap: nowrap;
  text-align: center;
  box-sizing: border-box!important;
}

.revamp .button-new:hover,
.oz-site-wrapper .button-new:hover{
  background: #4349D4!important;
  color: white;
}


.revamp .button-new.secondary,
.oz-site-wrapper .button-new.secondary{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 120%;
  color: #0A0F39;
  letter-spacing: -0.02em;
  transition: all 0.2s ease;
  background: #FAFAFA;
  text-decoration: none;
  text-transform: none;
  border: 1px solid #EFEFEF;
  text-align: center;
  white-space: nowrap; 
  text-wrap: nowrap;
}
.revamp .button-new.secondary:hover, .oz-site-wrapper .button-new.secondary:hover {
  color: #0A0F39;
  background: #ededed!important;
}

.revamp .button.no-shadow {
  box-shadow: none;
}

.revamp .button-new.black,
.oz-site-wrapper .button-new.black{
  display: inline-block;
  padding: 14px 24px;
  border-radius: 100px;
  font-family: 'Inter', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 120%;
  color: white;
  letter-spacing: -0.02em;
  transition: all 0.2s ease;
  background: #000;
  text-decoration: none;
  text-transform: none;
  border: 1px solid transparent;
  white-space: nowrap; 
  text-wrap: nowrap;
  text-align: center;
  box-sizing: border-box!important;
}

.revamp .button-new.black:hover,
.oz-site-wrapper .button-new.black:hover{
  background: #4349D4!important;
  color: white;
}

.revamp .button-new.dark-blue,
.oz-site-wrapper .button-new.dark-blue{
  color: white;
  background: #0A0F39;
}

.revamp .button-new.dark-blue:hover,
.oz-site-wrapper .button-new.dark-blue:hover{
  background: #4F56FA!important;
}

.revamp .button-new.white,
.oz-site-wrapper .button-new.white{
  color: #0A0F39;
  background: #FFF;
  border: 1px solid #ECECEC;
}

.revamp .button-new.white:hover,
.oz-site-wrapper .button-new.white:hover{
  background: #ECECEC!important;
}



.revamp .header .nav-buttons .button:hover {
  color: white;
  box-shadow: #4E5EE4 0px 0px 10px -3px;}

.revamp .inline-button,
.oz-site-wrapper .inline-button{
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: var(--dark-grey);
  text-decoration: none;
  transition: all .15s ease-in-out;
  border-bottom: 1px solid #FFFFFF00
}

.revamp .arrowed-link,
.oz-site-wrapper .arrowed-link{
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #4F56FA;
  text-decoration: none;
  transition: all .15s ease-in-out;
  letter-spacing: -0.01em;
}
.revamp .arrowed-link::after,
.oz-site-wrapper .arrowed-link::after{
  content: "";
  background-image: url(https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/arrow-blue-link.svg);
  width: 18px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
  background-repeat: no-repeat;
  transition: all .35s ease;

}
.revamp .arrowed-link:hover::after,
.oz-site-wrapper .arrowed-link:hover::after{
  margin-left: 8px;
}
.revamp .inline-button,
.oz-site-wrapper .inline-button.flex-button{
  display: inline-block;
}
.oz-site-wrapper .inline-button.white::after, .oz-site-wrapper .inline-button::after {
  content: "";
  background-image: url(https://www.openzeppelin.com/hubfs/raw_assets/public/oz_2022/images/homepage/arrow_btn_light.svg);
  width: 18px;
  height: 12px;
  margin-left: 5px;
  display: inline-block;
  background-repeat: no-repeat; 
}

.revamp .inline-button.white,
.oz-site-wrapper .inline-button.white{
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--white);
}

.revamp .inline-button.white:hover,
.oz-site-wrapper .inline-button.white:hover{
  border-color: var(--white);
}

.oz-site-wrapper .inline-button:hover{
  border-color: rgb(97, 77, 206) !important;
}


.oz-site-wrapper ul li{
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 126%;
  color: #2C374B;
}

.oz-site-wrapper .container-lg{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.oz-site-wrapper .blue-gradient-text{
  background: linear-gradient(91.08deg, #0A74F2 35.42%, #4E5DE4 64.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.oz-site-wrapper .bluelight-gradient-text{
  background: linear-gradient(91.08deg, #717DE8 35.42%, #C5CAF7 64.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600px!important;
}

.oz-site-wrapper .number-section{
  width: 40px;
  height: 40px;
  border: 1px solid #292B3D;
  border-radius: 44px;
  margin: 0 auto 8px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 18px;
  line-height: 40px;
  background: linear-gradient(174.73deg, #717DE8 19.9%, #C5CAF7 83.98%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/*End Global Styles*/

/* Hero Light */
.oz-site-wrapper #hero-light{
  padding: 220px 0 80px;
  background-image: url("https://7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/hero-bg1.webp");
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat!important;
}

.oz-site-wrapper #hero-light .hero-entry{
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.oz-site-wrapper #hero-light .hero-entry h1{
  opacity: 1;
}

.oz-site-wrapper #hero-light .hero-entry h1 strong{
  background: linear-gradient(91.08deg, #0A74F2 35.42%, #4E5DE4 64.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 600;
}

.oz-site-wrapper #hero-light .hero-entry p{
  font-size: 18px;
  line-height: 126%;
  color: var(--dark-blue);
  max-width: 570px;
  margin: 40px auto 60px;
  opacity: 1;
}

.oz-site-wrapper #hero-light .hero-entry .hero-buttons{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 1;
}

.oz-site-wrapper #hero-light .title-companies{
  margin-top: 120px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
  color: #42466C;
  opacity: 1;
  position:relative;
}

.oz-site-wrapper #hero-light .companies-row{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  opacity: 1;
}

.oz-site-wrapper #hero-light .companies-row img{
  opacity: 0.7;
  transition: all 0.2s ease;
}
.oz-site-wrapper #hero-light .companies-row img:hover{
  opacity: 1;
}

.oz-site-wrapper #hero-light .companies-row .company-container img{
  max-width: 140px;
  width: 100%;
}

/*Mobile opacity, when animation don't trigger*/
.oz-site-wrapper #hero-light.mobile .hero-entry h1,
.oz-site-wrapper #hero-light.mobile .hero-entry p,
.oz-site-wrapper #hero-light.mobile .hero-entry .hero-buttons,
.oz-site-wrapper #hero-light.mobile .title-companies,
.oz-site-wrapper #hero-light.mobile .companies-row{
  opacity: 1;
}


/* Secure Code Section */
.oz-site-wrapper #secure-code{
  padding: 100px 0 192px;
  background: var(--dark);
  border-radius: 64px 64px 0 0;
  position: relative;
  z-index: 1;
}

.oz-site-wrapper #secure-code .top-area{
  text-align: center;
  margin-bottom: 70px;
}

.oz-site-wrapper .box-border{
  padding: 45px 30px;
  background: var(--dark);
  box-shadow: 0px 0px 20px #000000;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
}
.oz-site-wrapper .box-border.pl-64{
  padding: 45px 30px 45px 64px;

}
.oz-site-wrapper .box-border::before{
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  top: -100%;
  left: -100%;
  right: 0;
  bottom: 0;
  background: conic-gradient(transparent, transparent, transparent, #4E5DE4CC );
  /*animation: borderLight 15s linear infinite;*/
  z-index: 1;
  background-size: 200%;
}

@keyframes borderLight{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.oz-site-wrapper .box-border::after{
  content: "";
  position: absolute;
  border: 1px solid rgba(249,249,251,.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
}

.oz-site-wrapper .box-border .border-animation{
  position: absolute;
  inset: 1px;
  border-radius: 32px;
  background: var(--dark);
  z-index: 1;
}

.oz-site-wrapper #secure-code .box-entry-content .content-area p {
  min-height: 65px;
}



.oz-site-wrapper #secure-code .box-border .blur-color-bg{
  max-width: 524px;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
.oz-site-wrapper a.inline-button.white img {
  padding-left: 5px;
}
.oz-site-wrapper #secure-code .row-flex{
  display: flex;
  gap: 2%;
  margin-top: 2%;
}

.oz-site-wrapper #secure-code .box-border.medium{
  width: 49%;
  padding: 70px 0 0 65px;
}

.oz-site-wrapper #secure-code .box-border.medium .box-entry-content{
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  height: 100%;
  line-height: 0;
}

.oz-site-wrapper #secure-code .box-border.medium .box-entry-content .content-area,
.oz-site-wrapper #secure-code .box-border.medium .box-entry-content .graphic-area{
  width: 100%;
}

.oz-site-wrapper #secure-code .box-border.medium .box-entry-content .content-area{
  max-width: 420px;
  margin-right: auto; 
}

.oz-site-wrapper #secure-code .box-border.medium .box-entry-content .graphic-area img{
  max-width: 502px;
  border-bottom-right-radius: 32px;
  padding-bottom: 1px;
  padding-right: 0.7px;
}

.oz-site-wrapper #secure-code .box-border.medium .blur-color-bg{
  max-width: 497px;
  right: initial;
  top: initial;
  left: 0;
  bottom: 0;
}

.oz-site-wrapper .box-border .box-entry-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}

.oz-site-wrapper .box-border .box-entry-content .graphic-area{
  width: 50%;
  line-height: 0;
  text-align: right;
}

.oz-site-wrapper #secure-code .box-border .box-entry-content .graphic-area img{
  max-width: 519px;
  height: auto;
}

.oz-site-wrapper .box-border .box-entry-content .content-area{
  width: 41%;
}

.oz-site-wrapper .box-border .box-entry-content .content-area.pl-64{

}

.oz-site-wrapper .box-border .box-entry-content .content-area h3{
  font-weight: 600;
  padding-bottom: 24px;
  margin: 0;
}

.oz-site-wrapper .box-border .box-entry-content .content-area p{
  color: #C3C6D5;
  font-size: 16px;
  line-height: 126%;
}

.oz-site-wrapper #secure-code .box-border .box-entry-content .content-area .button{
  background: var(--dark);
  color: var(--white);
}

.oz-site-wrapper #secure-code .box-border .box-entry-content .content-area .button:hover{
  background-color: var(--blue);
}

/* Secure Deploy Section */
.oz-site-wrapper #secure-deploy{
  padding-top: 1px;
  margin-top: -1px;
  background: var(--dark);
  scroll-margin-top: 120px;
}

.oz-site-wrapper #secure-deploy .top-area{
  text-align: center;
  margin-bottom: 70px;
}

.oz-site-wrapper #secure-deploy .top-area p{
  max-width: 680px;
  margin: 0 auto;
}

.oz-site-wrapper #secure-deploy .row-flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.oz-site-wrapper #secure-deploy .tab-area{
  position: relative;
  text-align: center;
}

.oz-site-wrapper #secure-deploy .content-area{
  width: 40%;
  max-width: 385px;
  margin-right: auto;
}

.oz-site-wrapper #secure-deploy .content-area ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.oz-site-wrapper #secure-deploy .content-area ul li{
  position: relative;
  margin-bottom: 10px;
}

.oz-site-wrapper #secure-deploy .content-area ul li strong{
  background: linear-gradient(91.08deg, #0A74F2 35.42%, #4E5DE4 64.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.oz-site-wrapper #secure-deploy .content-area ul li::before{
  content:"";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(//7795250.fs1.hubspotusercontent-na1.net/hubfs/7795250/raw_assets/public/oz_2022/images/homepage/check-list.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: -25px;
}

.oz-site-wrapper #secure-deploy .code-area{
  margin: 0 auto;
  max-width: 720px;
  position: relative;
  top: -180px;
}


.oz-site-wrapper #secure-deploy .graphic-image{
  max-width: 947px;
  position: relative;
  z-index: 1;
  height: auto;
}


.oz-site-wrapper #secure-deploy .blur-color-bg{
  max-width: 1000px;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events:none;
}

.oz-site-wrapper #secure-deploy .code-area .window-code{
  position: relative;
  z-index: 1;
  background: rgba(3, 5, 17, 0.8);
  box-shadow: 0px 0px 12.0366px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(249, 249, 251, 0.1);
  backdrop-filter: blur(39.0169px);
  -webkit-backdrop-filter: blur(39.0169px);
  border-radius: 16px;
  padding: 50px 30px 22px;
  overflow: hidden;
  min-height: 340px;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .top-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .top-window{
  border-bottom: 1px solid #34385F;
  display: flex;
  margin-bottom: 20px;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .top-window span{
  font-size: 14px;
  line-height: 18px;
  color: #797D9E;
  border-bottom: 2px solid #FFFFFF00;
  padding: 5px 10px;
  cursor: pointer;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .top-window span.active{
  color: #FFFFFF;
  border-bottom: 2px solid var(--blue);
  font-weight: 500;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code{
  font-family: 'DM Mono', monospace;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #797D9E;
  text-align: left;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code .pink{
  color: #CF4EE4;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code .lightblue{
  color: #36F7F3;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code .mustard{
  color: #CEDA19;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code .blue{
  color: var(--blue);
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code .white{
  color: var(--white);
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code .code-copy{
  display: block;
  overflow: hidden;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code #typewriter{
  margin: 0;
  min-height: 210px;
}

.oz-site-wrapper #secure-deploy .code-area .window-code .input-code #typewriter-two{
  margin: 0;
  min-height: 210px;

}

/*.oz-site-wrapper #secure-deploy .code-area .window-code .input-code #typewriter::after{
content: "|";
animation: blink 400ms linear infinite alternate;
}*/

@-webkit-keyframes blink{
  0%{opacity: 0;}
  100%{opacity: 1;}
}

@-moz-keyframes blink{
  0%{opacity: 0;}
  100%{opacity: 1;}
}

@keyframes blink{
  0%{opacity: 0;}
  100%{opacity: 1;}
}

/* Our platform Section */
.oz-site-wrapper #our-platform {
  padding: 120px 0 192px;  
  position: relative;
  z-index: 3;
  background: #f6f6f9;
  border-radius: 64px 64px 0px 0px;

}

.oz-site-wrapper #our-platform .big-text-animation div,
.oz-site-wrapper #our-platform .big-text-animation div p{

  font-size: 27px;
  line-height: 126%;
  font-weight: 500;
  color: var(--dark-blue);
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}
#our-platform p.section-desc{
  text-align: left;
}
#our-platform p.section-desc.title-platform{
  font-weight: 700!important;
}

.oz-site-wrapper #our-platform .big-text-animation div strong,
.oz-site-wrapper #our-platform .big-text-animation div p strong{
  color: #0A74F2;
  font-weight: 500!important;
}

.oz-site-wrapper #our-platform .big-text-animation div span {
  position: absolute;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
  opacity: .90;
  background: var(--white);
  transform-origin: 100% 50%;
  will-change: "transform";
}

.oz-site-wrapper #our-platform .big-text-animation span strong{
  font-weight: 400!important;
}

.oz-site-wrapper #our-platform .companies-row{
  display: flex;
  align-items: center;
  gap: 50px;

  margin-bottom: 24px;
}

/* Secure Operations Section */
.oz-site-wrapper #secure-operations{
  padding: 0 0 160px;
  background: var(--dark);
  position: relative;
  z-index:1;
  scroll-margin-top: 120px;
}
#monitor {
  height: 0;
  scroll-margin-top: 120px;
}
.oz-site-wrapper #secure-operations .top-area{
  text-align: center;
  margin-bottom: 70px;
}

.oz-site-wrapper #secure-operations .row-flex{
  display: flex;
  gap: 20px;
}

.oz-site-wrapper #secure-operations .box-border.vertical{
  padding: 64px 0 1px 54px;
  flex: 1;
}

.oz-site-wrapper .box-border.grey-border::before{
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: conic-gradient(transparent, transparent, transparent, #1D868CCC );
  background-size: 200%;
}

.oz-site-wrapper .box-border.bluelight-border::before{
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: conic-gradient(transparent, transparent, transparent, #3853BDCC );
  /* animation-duration: 12s; */
  background-size: 200%;
}

.oz-site-wrapper .box-border.blue-border::before{
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  /* animation-duration: 12s; */
  background-size: 200%;
}

.oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content{
  flex-direction: column;
  height: 100%;
}

.oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area{
  width: 100%;
  margin-bottom: 40px;
}

.oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area h3{
  padding-bottom: 24px;
  margin: 0;
}

.oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area p{
  max-width: none;
  padding-right: 45px;
}

.oz-site-wrapper #secure-operations .box-border .blur-color-bg{
  max-width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}

.oz-site-wrapper #secure-operations .box-border .box-entry-content .graphic-area{
  line-height: 0;
  width: 100%;
  margin-right: 1.5px;
}

{
  max-width: 316px;
}

.oz-site-wrapper #secure-operations .box-border .box-entry-content .graphic-area.radius-corner img{
  border-bottom-right-radius: 32px;
  height: auto;
}

.oz-site-wrapper #secure-operations .box-border.large{
  padding: 64px 1px 1px 32px;
  margin-top: 25px;
}

.oz-site-wrapper #secure-operations .box-border.large::before{
  width: 350%;
  height: 350%;
  left: -125%;
  top: -125%;
}

.oz-site-wrapper #secure-operations .box-border.large .box-entry-content{
  align-items: flex-start;
  justify-content: space-between;
  max-width: 98%;
  margin-left: auto;
}

.oz-site-wrapper #secure-operations .box-border.large .box-entry-content .content-area{
  padding-top: 20px;
}

.oz-site-wrapper #secure-operations .box-border.large .box-entry-content .content-area p{
  color: #C3C6D5;
}

.oz-site-wrapper #secure-operations .box-border.large .box-entry-content .graphic-area{
  width: 52%;
  margin-right: 0;
}

.oz-site-wrapper #secure-operations .box-border.large .box-entry-content .graphic-area img{
  max-width: 461px;
  border-bottom-right-radius: 32px;
  padding-bottom: 1px;
  height: auto;
}

.oz-site-wrapper #secure-operations .box-border.large .blur-color-bg{
  max-width: 788px;
  top: -10px;
  right:-10px;
}

/* Quotes Slide Section */
.oz-site-wrapper #quotes-slide{
  padding: 1px 0 130px;
  background: #f6f6f9;
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.oz-site-wrapper #quotes-slide.light-quotes {
  background:#f6f6f9;
}
.oz-site-wrapper #quotes-slide .slide-container{
  position:relative;
}

.oz-site-wrapper #quotes-slide .slide-container .blur-img{
  max-width: 539px;
  position: absolute;
  top: -55%;
  left: -25%;
  pointer-events:none;
}

.oz-site-wrapper #quotes-slide .slide-container .blur-img.bottom{
  max-width: 482px;
  top: initial;
  left: initial;
  bottom: -55%;
  right: -20%;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card{
  padding: 45px;
  background: var(--dark);
  border-radius: 24px;
  margin: 1.5%;
  position: relative;
  overflow: hidden;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card::before{
  content: "";
  position: absolute;
  width: 300%;
  height: 300%;
  top: -100%;
  left: -100%;
  right: 0;
  bottom: 0;
  background: conic-gradient(transparent, transparent, transparent, #0019ff54 );
  /*animation: borderLight 15s linear infinite;*/
  z-index: 1;
  background-size: 200%;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card::after{
  content: "";
  position: absolute;
  border: 1px solid rgba(249,249,251,.1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 24px;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .border-animation{
  position: absolute;
  inset: 1px;
  border-radius: 23px;
  background: var(--dark);
  z-index: 1;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .quote-description,
.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .author-data{
  position: relative;
  z-index: 1;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .quote-description p{
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.2px;
  color: #FCFCFD;
  margin: auto auto 40px auto;
  display: flex;
  flex-direction: column;
  min-height: 125px;
  justify-content: center;
  max-width: 422px;

}


.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .author-data .profile-image-box{
  border-radius: 50%;
  overflow: hidden;
  display:flex;
  align-items: center;
  justify-content:center;
  width: 40px;
  height: 40px;

  margin-bottom: 5px;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .author-data img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.oz-site-wrapper #quotes-slide .author-data.flex-h {
  display: flex; 
  gap: 20px;
  justify-content: center;
}
.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .author-data .author-name{
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 5px;
}

.oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .author-data .author-role{
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #4F5478; 
  margin-bottom: 0;
  font-weight: 400;
}

.oz-site-wrapper #quotes-slide .slide-container .slick-arrow{
  position: absolute;
  width: auto !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: -30px;
}

.oz-site-wrapper #quotes-slide .slide-container .slick-arrow.next-arrow{
  left: initial;
  right: -30px;
}

.oz-site-wrapper #quotes-slide .slide-container .slick-arrow.slick-disabled{
  opacity: .4;
}

.oz-site-wrapper #get-started{
  padding: 0px 0 192px;
  background: #f6f6f9;
}
.oz-site-wrapper #get-started h2 {
  color: var(--new-greyscale-dark-blue, #0A0F39);
  text-align: center;
  /* Desktop/H1 - Light BG */
  font-size: 56px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 128%;
}
.oz-site-wrapper #get-started .row-flex{
  display: flex;
  align-items: center;
}

.oz-site-wrapper #get-started .content-area{
  width: 70%;
}

.oz-site-wrapper #get-started .content-area h2{
  margin-bottom: 15px;
}

.oz-site-wrapper #get-started .content-area p{
  font-size: 24px;
  line-height: 126%;
  letter-spacing: -0.03em;
  color: #6B6F92;
  margin-bottom: 0;
}
.oz-site-wrapper #get-started .button-col {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.oz-site-wrapper #get-started .cta-area{
  width: 30%;
}

.oz-site-wrapper #our-platform .mobile-only {
  display: none;
}




/* MEDIA QUERYS HOMEPAGE REVAMP */
@media (max-width: 1200px){
  .oz-site-wrapper #our-platform{
    padding: 100px 0px 100px;

  }


}

@media (max-width: 1023px){
  .oz-site-wrapper #hero-light{
    padding: 250px 0 100px;
  }
}



@media (max-width: 991px){
  .oz-site-wrapper #hero-light{
    padding: 220px 0 100px;
  }

  .oz-site-wrapper #hero-light .title-companies{
    margin-top: 70px;
  }

  .oz-site-wrapper #hero-light .companies-row{
    gap: 30px;
  }

  .oz-site-wrapper #hero-light .hero-blocks{
    height: 80vh;
    top: 0;
  }

  .oz-site-wrapper #secure-code{
    border-radius: 0;
    padding: 70px 0px 50px;

  }

  .oz-site-wrapper #secure-operations{
    scroll-margin-top: 120px;
    padding: 0px 0 96px;
  }

  .oz-site-wrapper #quotes-slide{
    border-radius: 0 0 35px 35px;
    padding: 0px 0 116px;
  }

  .oz-site-wrapper #secure-deploy .row-flex{
    gap: 80px;
  }

  .oz-site-wrapper #secure-deploy .code-area,
  .oz-site-wrapper #secure-deploy .content-area{
    width: 90%;
  }
  .oz-site-wrapper #our-platform {
    margin-bottom: 0;
    padding: 100px 0px 128px;
    border-radius: 32px 32px 0px 0px;
  }
  .oz-site-wrapper #our-platform .companies-row.full-width{
    max-width: 343px;
    width: 100%;
    margin-top:0;
    gap: 25px 60px;
  }

  .oz-site-wrapper #our-platform .big-text-animation div, 
  .oz-site-wrapper #our-platform .big-text-animation div p{
    font-size: 32px;
    line-height: 126%;
    text-align: center;
  }
  .oz-site-wrapper .big-text-animation {
    margin-bottom: 96px!important;
    text-align: center;
    margin: auto;
    max-width: 82%!important;

  } 
  .oz-site-wrapper .illustration{
    margin-bottom: 50px;
  } 
  .flex-sb.desktop-only{
    display: none;
  }
  .oz-site-wrapper #our-platform .companies-row {
    align-items: center;
    display: flex;
    gap: 60px;
    margin-bottom: 24px;
    justify-content: center;
    width: 210px;
    flex-wrap: wrap;
    margin: auto;
    row-gap: 25px;
    margin-top: 72px;
    margin-bottom: 32px;
  }
  .oz-site-wrapper #our-platform .company-container {
    flex-shrink: 0;
    width: 30px;
  }
  .oz-site-wrapper #our-platform .mobile-only {
    text-align: center;
    display: block;
  }
  .oz-site-wrapper #our-platform .mobile-only a {
    color: rgb(78, 93, 228) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 126%;

  }
  .oz-site-wrapper #our-platform .illustration.show-desktop{
    display: none;
  }

  .oz-site-wrapper #our-platform .mobile-only .inline-button img {
    width: 18px; 
  }
  .oz-site-wrapper #our-platform .companies-row.full-width {
    margin-top:0;

  }
  .oz-site-wrapper #secure-code .box-border {   
    padding: 40px;
    padding-bottom: 0px;

  }
  .oz-site-wrapper #secure-code{
    border-radius: 0;
    padding: 70px 0px 50px;

  }
  .oz-site-wrapper #secure-code .box-border.pl-64 {   
    padding: 40px;


  }
  .oz-site-wrapper a.inline-button.white img {
    padding-left: 5px;
  }
  .oz-site-wrapper #secure-code .box-border.medium {   
    padding: 40px;
    padding-bottom: 0px;

  }
  .oz-site-wrapper #secure-deploy .graphic-image {
    max-width: 100%;
  }

  .oz-site-wrapper #secure-operations .box-border.vertical {
    padding: 40px 0px 0px 40px;

  }
  .oz-site-wrapper #secure-operations .row-flex {
    flex-direction: column;
    gap: 56px;
  }
  .oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area {
    min-height: 0;
    width: 100%;
    margin-bottom: 0;
  }
  .oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area p {
    max-width: none;
    padding-right: 40px;
    margin-bottom: 40px;
  }
  .oz-site-wrapper #secure-operations .box-border .blur-color-bg {
    max-width: none;
    width: 100%;

  }

  .oz-site-wrapper #secure-operations .box-border.large {
    margin-top: 56px;
    padding: 40px 1px 1px 40px;
  }
  .oz-site-wrapper #secure-operations .box-border .box-entry-content .graphic-area.radius-corner img {
    width: 100%;

  }

  .oz-site-wrapper #secure-operations .box-border.large .box-entry-content {
    margin-left: 0;
    max-width: 100%;
  }

  .oz-site-wrapper #quotes-slide p.section-desc {
    max-width: 600px;
    margin: auto;
    margin-bottom: 88px;
  }
}

}

/*End max-width 991px Styles*/
/* Tooltip Styles */

[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;

  opacity: 0;
  pointer-events: none;
}

[data-tooltip]:before {
  color: #4F5478;
  text-decoration: none;
  position: absolute;
  bottom: 100%; 
  margin-bottom: 5px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 112px;
  border: 1px solid #e7e8ee;
  background: linear-gradient(180deg, #FCFCFD 0%, #F6F6F9 100%);
  box-shadow: 0px 0px 12px #E7E8EE;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.5s ease;
  font-size: 14px;
  word-break: normal;
}


[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;

  opacity: 1;
}
/* End Tooltip Styles */

@media only screen and (max-width: 991px) and (min-width: 767px)  {
  .oz-site-wrapper #secure-operations .box-border.vertical {
    padding: 40px 0px 0px 40px;
    max-width: 540px;
    margin: auto;
  }
}

@media (max-width: 767px){

  .oz-site-wrapper #hero-light .hero-entry h1,
  .oz-site-wrapper #hero-light .hero-entry p,
  .oz-site-wrapper #hero-light .hero-entry .hero-buttons,
  .oz-site-wrapper #hero-light .title-companies,
  .oz-site-wrapper #hero-light .companies-row{
    opacity: 1;
  }
  .oz-site-wrapper .h1, 
  .oz-site-wrapper h1{
    font-size: 46px;
    line-height: 126%;
  }

  .oz-site-wrapper #hero-light .hero-entry p{
    font-size: 18px;
    line-height: 126%;
    margin: 20px auto 40px;
  }

  .oz-site-wrapper #hero-light .hero-blocks{
    display: none;
  }

  .oz-site-wrapper #hero-light{
    background: linear-gradient(to bottom, #ffffff 33%, #E7F3FC 80%, #f6f6f9 100%);
  }

  .oz-site-wrapper #hero-light .title-companies{
    margin-bottom: 32px;
    margin-top: 80px;
  }

  .oz-site-wrapper #hero-light .companies-row{
    flex-wrap: wrap;
    gap: 15px;
  }
  .oz-site-wrapper .inline-button:hover{
    border: none!important;
  }
  .oz-site-wrapper .box-border{
    padding: 40px 20px;
  }

  .oz-site-wrapper .box-border .box-entry-content{
    gap: 40px;
    flex-direction: column;

  }

  .oz-site-wrapper .box-border .box-entry-content .graphic-area,
  .oz-site-wrapper .box-border .box-entry-content .content-area{
    width: 100%;
  }


  .oz-site-wrapper .box-border .box-entry-content .graphic-area{
    text-align: right;
  }

  .oz-site-wrapper #secure-code .box-border.medium{
    padding: 40px 0px 0px 37px;
    width: 100%;
    margin-top: 56px;
  }

  .oz-site-wrapper #secure-code .row-flex {
    flex-direction: column;
    gap: 0px;
  }
  .oz-site-wrapper #secure-code .box-border .blur-color-bg {
    max-width: 100%;
    width: 100%;
    height: 100%;

  }
  .oz-site-wrapper #secure-code .box-border .box-entry-content .graphic-area img{
    width: 100%;
    max-width: 100%!important;
    height: 100%;
  }

  .oz-site-wrapper #secure-deploy .row-flex{
    flex-wrap: wrap;
  }

  .oz-site-wrapper #secure-deploy .code-area,
  .oz-site-wrapper #secure-deploy .content-area{
    width: 100%;
  }

  .oz-site-wrapper #secure-deploy .code-area .window-code{
    max-width: 550px;
    margin: 0 auto;
    min-height: 0px;
    border-radius: 11px;

  }
  .oz-site-wrapper #secure-deploy .code-area .window-code .top-window span {
    font-size: 10px;

  }
  .oz-site-wrapper #secure-deploy .code-area .empty-layer{
    left: 52%;
    max-width: 500px;
    transform: translateX(-50%);
  }

  .oz-site-wrapper #secure-deploy .code-area .empty-layer.back{
    bottom: -20px;
    left: 54%;
  }

  .oz-site-wrapper #secure-deploy .content-area{
    max-width: 450px;
    margin: 0 auto;
  }
  .oz-site-wrapper #secure-deploy .code-area {
    top: -80px;
  }
  .oz-site-wrapper #secure-deploy .code-area .window-code .input-code #typewriter, .oz-site-wrapper #secure-deploy .code-area .window-code .input-code #typewriter-two {
    margin: 0px;
    min-height: 100px;
    font-size: 11px;
    line-height: 126%;
  }
  .oz-site-wrapper #our-platform .illustration.show-desktop {
    display: none;
  }
  .oz-site-wrapper #our-platform .mobile-only {
    display: block;
  }
  .oz-site-wrapper #our-platform .big-text-animation div, 
  .oz-site-wrapper #our-platform .big-text-animation div p{
    font-size: 32px;
    line-height: 126%;
    text-align: center;
    text-wrap: balance;
  }
  .oz-site-wrapper #our-platform .big-text-animation {
    max-width: 100%!important;
  }

  .oz-site-wrapper #our-platform .companies-row{
    max-width: 500px;
    gap: 25px 60px;
    margin-top: 72px;
    flex-wrap: wrap;
  }
  .oz-site-wrapper #our-platform .companies-row img{
    height: 30px;
  }


  .oz-site-wrapper #secure-operations .row-flex{
    flex-wrap: wrap;
  }

  .oz-site-wrapper #secure-operations .box-border.vertical{
    width: 100%;
    margin: 0 auto;
  }

  .oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area,
  .oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area h3{
    min-height: auto;
    max-width: 100%;
  }

  .oz-site-wrapper #secure-operations .box-border.vertical .box-entry-content .content-area p{
    margin: 0;
    padding-right: 40px;
    margin-bottom: 22px;
  }
  .oz-site-wrapper #secure-operations .box-border.large {
    margin-top: 56px;
    padding: 40px 1px 1px 40px;
  }

  .oz-site-wrapper .box-border .box-entry-content .content-area h3{
    padding-right: 23px;
  }

  .oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card{
    padding: 48px;
    border-radius: 12px;
  }

  .oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card::after,
  .oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .border-animation{
    border-radius: 12px;
  }

  .oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .quote-description p{
    font-size: 14px;
    line-height: 126%;
    max-width: 300px;
    margin: auto;
    margin-bottom: 52px;
  }

  .oz-site-wrapper #quotes-slide .slide-container .slick-arrow{
    top: auto;
    left: 45%;
    transform: translateX(-50%);
    margin-top: 24px;
  }
  .oz-site-wrapper #quotes-slide .audits.flex {
    display: flex;
    flex-direction: column;
    margin-bottom: 72px;
    gap: 8px;
  }
  p.audit-title {
    font-size: 16px!important;
    height: 26px;
    line-height: 128%;
    margin-bottom: 0;
  }
  .audit-card {
    padding: 14px 0px 14px;
    border-top: 1px solid #c3c6d5;
    border-left: none!important;
  }
  .audit-card:last-child {
    border-left: none;
    border-right: none!important;
  }
  .oz-site-wrapper #quotes-slide .slide-container .slick-arrow.next-arrow{
    left: 55%;
    right: initial;
  }  
  .oz-site-wrapper #get-started{
    padding: 0px 0 90px;
    background-position: center;
  }

  .oz-site-wrapper #get-started h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 128%;
  }

  .oz-site-wrapper #get-started .row-flex{
    flex-wrap: wrap;
    gap: 30px;
    text-align: center;
  }
  .oz-site-wrapper #get-started .button-col {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
    justify-content: center;
  }
  .oz-site-wrapper #get-started  .button.full-width {
    max-width: 100%;
    width: 100%;
    margin-left: 0px!important;
  }
  .oz-site-wrapper #get-started  .section-title.mw-250 {
    max-width: 290px;
    margin: auto;
  }
  .oz-site-wrapper #get-started .content-area,
  .oz-site-wrapper #get-started .cta-area{
    width: 100%;
  }
}




@media (max-width: 575px){
  .oz-site-wrapper .h1, 
  .oz-site-wrapper h1{
    font-size: 38px;
    line-height: 126%;
  }

  .oz-site-wrapper .button, 
  .revamp .button{
    font-size: 14px;
    line-height: 18px;
    padding: 9px 20px;
  }
  .oz-site-wrapper .button.button-secondary{
    font-size: 14px;
    line-height: 18px;
    padding: 9px 20px!important;
  }

  .oz-site-wrapper p.featured{
    font-size: 18px;
    line-height: 126%;
  }

  /*.oz-site-wrapper #hero-light{
  min-height: 90vh;
  max-height: 90vh;
}*/

  .oz-site-wrapper #hero-light .companies-row .company-container{
    max-width: 80px;
  }

  .oz-site-wrapper .box-border .box-entry-content{
    gap: 40px;
    flex-wrap: wrap;
  }

  .oz-site-wrapper #secure-code {   
    padding-bottom: 128px;

  }
  .oz-site-wrapper #secure-code .row-flex{
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }

  .oz-site-wrapper #secure-code .box-border.medium{
    margin: 0px auto;
    width: 100%;
    margin-top: 56px;
  }

  .oz-site-wrapper #secure-code .box-border .blur-color-bg{
    max-width: initial;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: .4;
  }
  .oz-site-wrapper #secure-code .box-entry-content .content-area p.padded {
    padding-right: 40px;
  }
  .oz-site-wrapper #our-platform .big-text-animation div, 
  .oz-site-wrapper #our-platform .big-text-animation div p{
    line-height: 126%;
    text-align:center!important;
    max-width: 320px;

  }
  .oz-site-wrapper #our-platform p.section-desc.title-platform {
    text-wrap: wrap;
    font-size: 24px!important;
  }
  .oz-site-wrapper #our-platform p.section-desc.description {
    font-size: 16px!important;
  }
  .oz-site-wrapper #secure-deploy .content-area ul{
    padding-left: 30px;
  }

  .oz-site-wrapper #secure-deploy .blur-color-bg {

    max-width: 650px;

  }

  .oz-site-wrapper #secure-deploy .code-area .window-code .input-code{
    font-size: 12px;
    line-height: 18px;
  }

  .oz-site-wrapper #secure-operations .box-border.vertical{
    padding: 40px 1.5px 0px 40px;
  }

  .oz-site-wrapper #secure-operations .box-border.large{
    padding: 40px 1px 0px 40px;
  }

  .oz-site-wrapper #secure-operations .box-border.large .box-entry-content .graphic-area{
    width: 100%;
  }

  .oz-site-wrapper #secure-operations .box-border .box-entry-content .graphic-area img{
    width: 100%;
    border-bottom-right-radius: 32px;
  }


  .oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card .quote-description p{
    min-height: auto;
  }

  .oz-site-wrapper #quotes-slide .slide-container .quotes-slider .slide-card::before{
    display: none;
  }

  .oz-site-wrapper #quotes-slide .slide-container .blur-img{
    max-width: 300px;
    top: -35%;
    left: 40%;
  }
  .oz-site-wrapper #quotes-slide p.section-desc {
    font-size: 24px;
    max-width: 343px;
    margin: auto;
    margin-bottom: 88px;
  }
  .oz-site-wrapper img.background-gradient{
    top: -721px;
    max-width: none;

    transform: rotate(308deg);

  }

  .oz-site-wrapper #quotes-slide .slide-container .blur-img.bottom{
    max-width: 340px;
    left: -50%;
    top: 30%;
  }

}


@media (max-width:425px){
  .oz-site-wrapper .h1, 
  .oz-site-wrapper h1{
    font-size: 32px;
    line-height: 128%;
  }
  .oz-site-wrapper #hero-light .hero-entry p {
    font-size: 16px;
    line-height: 144%;
    max-width: 275px;
  }
  .oz-site-wrapper .box-border .box-entry-content{
    gap: 40px;
  }

  .oz-site-wrapper #secure-operations .box-border .box-entry-content .content-area p{
    padding-right: 40px;
  }

  .oz-site-wrapper #hero-light .hero-entry p,
  .oz-site-wrapper p{
    font-size: 16px;
    line-height: 126%;
  }

  .oz-site-wrapper #hero-light{
    padding: 200px 0px 100px;
    /*background-size: cover;
    background-position: 50% 15%;
    max-height: 95vh;
    height:95vh;*/
  }

  .oz-site-wrapper #hero-light h1{
    margin: auto;
    max-width: 340px;
  }

  .oz-site-wrapper #hero-light .hero-entry .hero-buttons{
    gap: 18px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .oz-site-wrapperc #hero-light .button, .revamp .button {
    padding: 9px 20px;
    width: 245px;
  }
  .oz-site-wrapper #hero-light .companies-row{
    gap: 10px;
  }

  .oz-site-wrapper #hero-light .companies-row .company-container{
    max-width: 70px;
  }
  .oz-site-wrapper .box-border .box-entry-content .content-area h3 {
    font-size: 20px;
  }

  .oz-site-wrapper #secure-deploy {

    padding-bottom: 50px;
  }
  .oz-site-wrapper #secure-deploy .code-area .window-code{
    padding: 22px 20px 20px;
  }

  .oz-site-wrapper #secure-deploy .code-area .window-code .input-code{
    font-size: 10px;
  }

  .oz-site-wrapper #our-platform{
    padding: 96px 0 128px;

  }
  .oz-site-wrapper .inline-button.white {
    padding-right: 40px;
  }
  .oz-site-wrapper #secure-operations .box-border.large .box-entry-content .content-area {
    padding-top: 0px;
  }

  .oz-site-wrapper #secure-operations .box-border .blur-color-bg{
    opacity: .5;
  }

  .oz-site-wrapper #our-platform .big-text-animation div span{
    opacity: 0;
  }

  .oz-site-wrapper #our-platform .companies-row{
    gap: 25px 60px;
  }
  .oz-site-wrapper #our-platform .companies-row .company-container{
    max-width: 90px;
  }
  .oz-site-wrapper .big-text-animation p{
    text-align: center;
    font-size: 24px;
    line-height: 126%;
  }
  .oz-site-wrapper #our-platform .big-text-animation div p {
    font-size: 24px!important;
    line-height: 126%;
    text-align: center;
    max-width: 343px;
  }

  .oz-site-wrapper #get-started .content-area p{
    font-size: 18px;
    line-height: 126%;
  }
}

@media (min-width:1170px){
  .oz-site-wrapper #secure-code .box-border.medium .box-entry-content .content-area {
    max-width: 450px;

  }
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

a.job-list-link {
  display: block;
  width: 100%;
  padding: 20px;
  border: 1px solid #CAD2E0;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #282846;
  transition: box-shadow 0.25s ease;
}

a.job-list-link:hover {
  box-shadow: 0 8px 14px 0 rgb(60 60 60 / 9%);
}

.job-list-link p {
  font-family: 'Silka';
  font-size: 10px;
  margin-bottom: 5px;
  color: #CAD2E0;
}

.job-list-link h3 {
  font-size: 14px;
  margin: 0;
}

.job-list-wrap {
  clear: both;
  width: 100%;
}

.job-list-wrap .container {
  padding: 20px 35px 0
}

.job-list-header {
  margin-bottom: 30px;
}

.job-list-header h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.job-list-header p {
  margin: 0;
  font-size: 14px;
}

.iframe_jobs {
  margin: 0 auto;
  max-width: 910px;
}

@media (min-width: 1024px) {
  .job-list-link h3 {
    font-size: 16px;
  }
  .job-list-link p {
    font-size: 11px;
  }
  .job-list-header {
    margin-bottom: 50px;
    text-align: center;
  }
  .job-list-header p {
    font-size: 15px;
  }
  .job-list-wrap .container {
    padding: 60px 35px 0
  }
}

@media (min-width: 1600px) {
  .job-list-link h3 {
    font-size: 18px;
  }
  .job-list-header p {
    font-size: 16px;
  }

  .job-list-wrap .container {
    padding: 90px 35px 0
  }
}


/* indivual pages */

.back_wrap {
  background-color: #F2F4F7;
}

.back_wrap .container {
  padding: 25px 35px;
}

.back_wrap a {
  font-family: 'Silka';
  text-decoration: none;
  font-size: 11px;
}

.back_wrap a:hover {
  color: #282846;
}

.job_description_Holder {
}

.job_description_Holder .container {
  padding: 40px 35px 80px;
}

.job_description_Holder .location {
  font-family: 'Silka';
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5A5B76;
  margin: 0;
  font-size: 10px;
}

.job_description_Holder h1 {
  font-size: 24px;
}

.job_description_Holder .description {
  text-align: center;
  margin-top: 30px;
}

.job_description_Holder h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.form_id {
  background: #F2F4F7;
}

.form_id .container {
  padding: 80px 35px;
}

.form_id h2 {
  text-align: center;
}


@media (min-width: 768px) {
  .back_wrap .container {
    padding: 25px 91px;
  }
  .job_description_Holder .container, .form_id .container {
    padding: 80px 140px 80px;
  }
}

@media (min-width: 1024px) {
  .back_wrap .container {
    padding: 50px 64px;
  }
  .job_description_Holder .container, .form_id .container {
    padding: 80px 230px 80px;
  }
}

@media (min-width: 1600px) {
  .back_wrap .container {
    padding: 50px 35px;
    max-width: 1270px;
  }
  .job_description_Holder .container, .form_id .container {
    padding: 150px 35px;
    max-width: 820px;
  }
}

/* Visible and hidden classes
*/
@media (min-width: 991px) {
  .visible-991 {
  display: none!important;
  }
}
@media (min-width: 767px) {
   .visible-767 {
  display: none!important;
  }
}
@media (min-width: 575px) {
   .visible-575 {
  display: none!important;
  }
}
@media (min-width: 425px) {
   .visible-425 {
  display: none!important;
  }
}
@media (max-width: 991px) {
  .hidden-991 {
  display: none!important;
  }
}
@media (max-width: 767px) {
   .hidden-767 {
  display: none!important;
  }
}
@media (max-width: 575px) {
   .hidden-575 {
  display: none!important;
  }
}
@media (max-width: 425px) {
   .hidden-425 {
  display: none!important;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn80 {
  from {
    opacity: 0;
  }
  to {
    opacity: .8;
  }
}

.hs-tools-menu {
}