*, *: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 */
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/**
 * 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;
}

/* 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { font-family: 'Marydale';  src: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/fonts/Marydale.ttf') format('truetype'); font-display: swap;}
@font-face { font-family: 'Marydale'; font-weight: 700;  src: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/fonts/Marydale%20Bold.ttf') format('truetype');font-display: swap;}
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRW8aivHZ47LTdNwPak.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRW8amvHZ47LTdNwPak.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v1/1Ptyg83HX_SGhgqO0yLcmjzUAuWexXRW8aevHZ47LTdNwA.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



html {
  font-size: 24px;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: Merriweather, serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -1em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: Mulish, sans-serif;
}

.hs-form-field {
  margin-bottom: 10px;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: 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;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

.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 {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Forms width 100% in mobile */
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px){

    .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset {
        margin-right: 0!important;
        width: 100%!important;
    }
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  background-color: #F8FAFC;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.landing-page header.header.header--no-navigation {
  position: static;
  background-color: #fdd7c1;
}

.landing-page .white-header header.header.header--no-navigation {
  background-color: #ffffff;
}


.landing-page header.header.header--no-navigation a {
  /*     cursor: default; */
}

.header-secondary-mobile-only {
  display: none;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 0 85px;
  padding-top: 20px;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  -ms-flex-wrap:wrap;
  flex-wrap:wrap
}

.app-landing-header .header__container {
  justify-content: center;
  padding-top: 60px;
}

.landing-header-wrapper .header__container {
  padding-left: 20px;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .landing-header-wrapper .header__logo {
    margin-left: 0px;
  }
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 125px;
  overflow: hidden;
  flex-shrink: 0;
}

.header__logo.header__logo--main {
  margin-top: -20px;
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}


/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Menu */

.header__row-1 .submenu.level-1>li {
  padding: 15px 25px;
}

.header__row-1 .navigation-primary .submenu a {
  font-family: 'Poppins';
  font-size: 16.9888px;
  line-height: 26px;
  text-transform: none;
  color: #000000;
}

.header__row-1 .submenu.level-1>.has-submenu>.menu-arrow {
  top: 25px;
  border-top: 7px solid #DBCAC0;
}

.header__row-2 .navigation-primary .submenu a {
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  text-transform: uppercase;
  color: #848283;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



@media (max-width: 1300px) and (min-width: 1150px) {
  .header__container {
    padding: 0 40px;
    padding-top: 30px;
  }
  .header__row-2 .submenu.level-1>li {
    padding: 15px 10px;
  }
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__container {
    padding: 0 20px;
    padding-top: 30px;

  }
  .header__column {
    width: 100%;
  }
  .header__row-2 .submenu.level-1>li {
    padding: 22px 5px;
  }

  .header__row-1 .submenu.level-1>li {
    padding: 15px 20px;
  }
  .submenu.level-1>li.has-submenu:after {
    padding-left: 20px !important;;
  }
  .header__row-1 .navigation-primary .submenu a {
    font-size: 13px;
    line-height: 20px;
  }

  .submenu.level-1>li.has-submenu:after {
    font-size: 8px !important; 
    top: -6px !important;
  }
  .header__row-2 .navigation-primary .submenu a {
    font-size: 10px;
  }
}


@media (max-width: 900px) and (min-width: 767px) {
  .header__logo{
    max-width: 100px;
  }

  .header__row-2 .submenu.level-1{
    display: flex;
    flex-direction: column;
  }
  .header__row-2 .submenu.level-1>li {
    padding: 0;
  }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    padding: 0px 0 0;
    height: 80px;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
    margin-left: 20px;
    margin-top: 0px;
  }

  .header__logo.header__logo--main {
    margin-top: 0px;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 80px);
    left: 0;
    position: absolute;
    right: 0;
    top: 80px;
    overflow-y: scroll;
    z-index: 999;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none !important;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    display: none;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  /*   .header__navigation--toggle:after {
  content: "Menu";
} */

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header-secondary-mobile-only {
    display: block;
  }
}
.footer {
  background-color: #F0EFED;
  padding: 40px 85px;
}

.footer-wrapper .row-1, .footer-wrapper .row-2 {
  display: flex;
}

.footer-wrapper .row-2 {
  align-items: center;
}

.footer-wrapper .row-1 .col-1, .footer-wrapper .row-1 .col-2,.footer-wrapper .row-2 > .col-1, .footer-wrapper .row-2 > .col-2 {
  flex: 1;
}

.footer-wrapper .row-2 .col-2 {
  align-items: flex-end;
}

.footer-url-wrapper, .social-url-wrapper {
  display: flex;
}

footer.footer.landing-page-footer {
  padding: 50px 85px;
  background-color: #fff;
}

footer.footer.landing-page-footer .footer-wrapper>.row-2 {
  margin-top: 0;
}

footer.footer.landing-page-footer .social-url-wrapper {
  justify-content: flex-end;
}

.social-url-wrapper {
  justify-content: space-between;
  align-items: center;
}

.footer h5.marydale, .footer h5.marydale span, .footer h5.marydale div {
  font-family: Marydale;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 39px;
  letter-spacing: 0.05em;
  color: #000000;
  transform: rotate(-1.81deg);
}

.footer h3.p-m {
  font-weight: 500;
}

.footer-url-wrapper {
  padding-top: 50px;
}

.footer-url-wrapper h5 {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 125%;
}

.footer-url-wrapper ul li a {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 225%;
  color: #958D8F;
}

.footer-url-wrapper ul {
  padding-left: 0;
  list-style: none;
}

#hs_cos_wrapper_footer_copyright_text {
  font-size: 12px;
  color: #958D8F;
}

.footer .form-row {
  max-width: 400px;
  margin-bottom: 10px;
}

.footer-wrapper > .row-2 {
  margin-top: 90px;
}

#hs_cos_wrapper_footer_descr_text {
  ;
  line-height: 30px;
  text-indent: 0.5px;
  font-size: 
}

#hs_cos_wrapper_footer_form {
  max-width: 400px;
}

#hs_cos_wrapper_footer_form fieldset.form-columns-1 .hs-input {
  width: 100%;
}

.footer-privacy ul {list-style: none;padding-left: 0;display: flex;margin-bottom: 0;}

.footer-privacy ul li {
  margin-right: 40px;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: normal;
  font-size: 12.4994px;
  line-height: 24px;
  /* or 193% */
  color: #958D8F;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .social-url-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-wrapper>.row-2 {
    flex-direction: column-reverse;
  }
  .footer {
    padding: 30px 40px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .footer {
    padding: 30px;
    padding-bottom: 30px;
  }

  .footer-wrapper .row-1 {
    flex-direction: column;
  }

  .footer-wrapper .row-2 {
    flex-direction: column-reverse;
  }

  .footer-url-wrapper {
    padding-top: 30px;
/*     flex-direction: column; */
  }

  .footer-privacy ul li {
    margin-left: 20px;
    margin-right: 20px;
  }
  .social-url-wrapper {
    flex-direction: column;
  }

  .footer-logo-copy {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .footer-wrapper>.row-2 {
    margin-top: 30px;
  }

}


.footer-logo-copy {
  display: flex;
  align-items: center;
}

.footer-logo-copy img {
  margin-right: 15px;
}

@media (max-width: 390px) {
  .footer {
    padding: 30px 20px;
  }
  .footer-privacy ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}



.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}


/* Blog Post */

.blog-post-header-wrapper {
  background-color: #fdf5f1;
}

.blog-header-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
}

.blog-post__meta .image {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.blog-post__meta .image img {
  max-width: 100%;
}

.auth-wrapper {
  display: flex;
  align-items: center;
}

.auth-img {
  margin-right: 16px;
}

.blog-post__meta .auth-info a {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
}

.blog-post__meta {
  border-bottom: 1px solid #E1DFDF;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .blog-post__meta {
    flex-direction: column;
  }
  .blog-header-wrapper {
    padding: 40px 0;
  }
}

.blog-post__body p {
  color: #425466;
  margin-bottom: 30px;
}

.blog-share-wrapper {
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.blog-share-wrapper a {
  padding: 10px;
  display: inline-block;
  width: 70px;
  text-align: center;
  height: 100%;
}

.blog-share-wrapper a img.icon {
  display: inline-block;
}

.blog-share-wrapper a:not(:last-child) {
  border-right: 1px solid #EAEAEA;
}

.blog-post__tags {
  font-family: Mulish;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #425466;
}

a.blog-post__tag-link {
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */
  letter-spacing: 0.03em;
  color: #425466;
  text-decoration: underline;
}

section.blog-related-posts {
  padding: 90px 0;
  background: rgba(252, 210, 182, 0.5);
}

.blog-related-posts h1 {
  text-align: center;
}

article.blog-related-posts__post {
  background-color: #fff;
  padding: 0;
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.blog-related-posts__list img.blog-related-posts__image {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}

.blog-related-posts__content {
  padding: 30px;
}

.blog-related-posts__content p {
  display: none;
}

.blog-related-posts__list {
  margin-top: 90px;
}

.blog-related-posts__list .blog-related-posts__post {

}

.blog-post__body img {
  max-width: 100%;
}


@media screen and (min-width: 768px) {
  .blog-related-posts__list .blog-related-posts__post {
    flex: 0 0 calc((100%/2) - 30px);
    margin: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__list .blog-related-posts__post {
    flex: 0 0 calc((100%/3) - 30px);
    margin: 15px;
  }
}

@media screen and (min-width: 768px) {
  .blog-related-posts__list .blog-related-posts__post {
    margin: 0 auto;
    width: 500px;
  }
}



/* Blog Listing */
article.blog-index__post.blog-index__post--small {
  background-color: #fff;
  padding: 0;
  box-shadow: 0px 8px 20px -6px rgba(0,0,0,0.4);
  border-radius: 8px;
  overflow: hidden;
}

.blog-index__post.blog-index__post--small img.blog-index__post-image {
  width: 100%;
  max-height: 210px;
  object-fit: cover;
}

article.blog-index__post.blog-index__post--small .blog-index__post-content.blog-index__post-content--small {
  padding: 30px;
}

.blog-index__post-content p {
  display: none;
}

article.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem
}

@media screen and (min-width: 768px) {
  article.blog-index__post {
    flex: 0 0 calc((100%/2) - 30px);
    margin: 15px;
  }
}

@media screen and (min-width: 1000px) {
  article.blog-index__post {
    flex: 0 0 calc((100%/3) - 30px);
    margin: 15px;
  }
}

@media screen and (min-width: 768px) {
  article.blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

article.blog-index__post.blog-index__post--small .tags-wrapper a {
  font-size: 16px;
  line-height: 150%;
  color: rgba(69, 88, 128, 0.6);
  text-decoration: none;
}

article.blog-index__post.blog-index__post--small .tags-wrapper {
  margin-bottom: 10px;
}

.blog-list-subscribers-section {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}

.blog-list-subscribers-section > div {
  flex: 1;
}

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
img {
  display: block;
}

body {
  padding-top: 89px;
}

body.landing-page {
  padding-top: 0;
}

/* Custom header styles */
.sway-header .header__container {
  justify-content: flex-start;
  padding-bottom:20px;
  -webkit-box-shadow: 0px 2px 15px -6px rgb(0, 0, 0, 0.1);
  box-shadow: 0px 2px 15px -6px rgb(0, 0, 0, 0.1);
}
.sway-header .header__logo.header__logo--main {
  margin-top:0;
  margin-right:120px;
}
.sway-header .header__row-2 {
  margin-left: auto;
}
.sway-contact__number--mobile {
  display:none;
}
.sway-contact-number__wrapper ul {
  padding-left: 20px;
}
.sway-contact-number__wrapper ul li:first-child {
  margin-right: 20px;
}
.sway-header .navigation-primary .submenu a {
  font-family: 'Poppins', sans-serif !important;
  font-size:18px;
  text-transform:capitalize;
}
.sway-header .navigation-primary .submenu a:hover {
  color: #2B9AF8;
}
.sway-header .submenu.level-2 .menu-item .menu-link {
  padding: 16px 30px;
}
.sway-mobile-nav {
  display:none;
}
.sway-header .submenu.level-1>.has-submenu>.menu-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  right: 2px;
}
.sway-header .submenu.level-1>li {
  margin-right:1rem;
}
.sway-header .submenu.level-2 .menu-item .menu-link {
  font-weight:500;
}

/* Custom studio header styles */
.sway-header.studio-header .header__container {
  justify-content: center;
  padding: 5px 25px
}
header.header.sway-header.studio-header {
  width:80%;
  left:50%;
  transform: translateX(-50%);
  top:2rem;
  background: #FFF2E6;
  border-radius: 40px;   
}
body.studio-home {
  padding:0;
}

/* Custom footer styles */
.sway-footer .footer-url-wrapper .ml-3rem {
  margin-left:111px;
}

/* Seneca Page Slanted BG */
.seneca-bg-triangle:after {
  content: '';
  position: absolute;
  height: 250px;
  width: 100%;
  background-color: #1569ad;
  left: 0;
  z-index: -1;
  bottom: -90px;
  transform: skewY(-5deg);
}

.seneca-bg-triangle {
  position: relative;
  /* margin-top: -50px; */
}

.seneca-bg-triangle:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #fdf5f1;
  left: 0;
  z-index: -1;
  bottom: 0;
  /* transform: skewY(-5deg); */
}


/* Underline Styles */

.underline,s-u {
  position: relative;
  z-index: 1;
}

.underline::after,s-u::after {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  z-index: -1;
  background-image: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/images/underline1.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.underline.u2::after,s-u.u2::after {
  background-image: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/images/underline2.svg');
}

.underline.yellow::after,s-u.yellow::after {
  background-image: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/images/uy.svg');
}


h1.xl .underline::after, h1.xl s-u::after{
  bottom: 0.875rem;
}

/* Brush Styles */

.brush,s-b {
  position: relative;
  z-index: 1;
  color: #fff;
}

.brush::after,s-b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  top: -15%;
  width: 105%;
  height: auto;
  z-index: -1;
  background-image: url(https://www.softway.com/hubfs/Softway-theme-v2/assets/images/brush.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.form-columns-1 .hs-input{
  width: 100% !important;
}

main{ 
  overflow: hidden;
}

.slanted-bg:after {position: absolute;content: '';width: 100%;height: 100%;background-color: white;z-index: 0;top: -1px;left: 0;clip-path: polygon(0 0, 100% 20%, 100% 0);}

.slanted-bg {position: relative;}

.slanted-bg .dnd-column {
  z-index: 1;
  position: relative;
}

.tmStyle {
  font-size: 48px;
  font-weight: normal;
}


@media (max-width: 767px) {
  .tmStyle {
    font-size: 28px;
    font-weight: normal;
  }
}

/* @media (max-width: 767px) */
.resp-img img {
  position: absolute;
  top: 0px;
  height: 150px !important;
  left: 20px;
  z-index: 0;
}

.footer-modal.show {
  display: block;
  z-index: 9999;
}

.footer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.footer-modal .modal-backdrop {
  width: 100%;
  height: 100%;
  background-color: rgb(66 66 66 / 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-modal .modal {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
}

.footer-modal .modal-head {
  text-align: right;
}

.footer-modal .modal-head button {
  padding: 15px;
  line-height: 15px;
}
.super-xl-outline {
  font-size: calc(40px + (220 - 40) * ((100vw - 320px) / (1920 - 320)));
  color: #231F20;
  /* Fallback */
  -webkit-text-fill-color: #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  letter-spacing: 3px;
  text-stroke: 1px #DBC2CF;
  text-align:center;
  line-height:1;
}

.submenu.level-1>li.has-submenu:after {
  position: absolute;
  top: -10px;
  left: 0;
  padding-left: 25px;
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 28px;
  letter-spacing: 2px;
  text-indent: 0.5px;
  text-transform: uppercase;
  color: #A9A9A9;
}

/* .submenu.level-1>li.has-submenu:first-child:after {
content: 'B2E';
}

.submenu.level-1>li.has-submenu:nth-child(2):after {
content: 'SENECA';
}

.submenu.level-1>li.has-submenu:nth-child(3):after {
content: 'LAABS';
} */


/* Modal */
.modal-module.show {
  display: flex;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.modal-module {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.modal-module .modal-backdrop {
  width: 100%;
  height: 100%;
  background-color: rgb(66 66 66 / 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.modal-module .modal {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}

.modal-module .modal-head {
}

.modal-module .modal-head button {
  line-height: 15px;
  height: 25px;
  width: 25px;
  border: none;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  font-family: 'Mulish';
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #b9b9b9;
}

section.podcast-items img {
  max-width: 100%;
}


.podcast-listen-on-items > .row-fluid-wrapper > .row-fluid {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-evenly;
  margin-top: 20px;
}

.podcast-listen-on-items > .row-fluid-wrapper > .row-fluid .dnd-column {
  flex: 1;
  max-width: 60px;
}

.xl sup {
  font-size: 15px;
  top: -40px;
  letter-spacing: 0px;
}

.sway-dummy-input-container {
  border: 1px solid #B2ACA2;
  border-radius: 3px;
  margin-right: 8px;
}

.sway-dummy-input p {
  font-size: 16px;
  color: #c9c9c9;

}

.sway-dummy-input {
  min-height: auto !important;
  padding: .7rem !important;
}



@media (max-width: 767px) {
  .xl sup {
    top: -17px;
    font-size: 8px;
    letter-spacing: 0px;
  }
}


.hs-form-field {
  margin-bottom: 2px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-top: 5px;
  margin-bottom: 5px;
}

.hs_submit.hs-submit {
  margin-top: 5px;
}

.cta_btn {
  background-color: rgba(24,77,180,1.0) !important;
  border: 1px solid #184db4 !important;
  border-radius: 36px !important;
  color: #f4f0ee !important;
  padding: 10px 40px !important;
  font-family: Poppins !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 27px !important;

}

.cta_btn:hover {
  background-color: #3a7ff9 !important;
  border-color: #3a7ff9 !important;
}

label[id^="label-job_function"] * {
  display: none;
}

.laabs-password-prompt__wrapper {
  height:calc(100vh - 85px);
  display:flex;
  justify-content:center;
  align-items:center;
}

/* Media quries starts */
@media (max-width:1540px) {
  .sway-header.studio-header .header__logo.header__logo--main {
    margin-right: 2rem;
  }
}
@media (max-width:1414px) {
  .sway-header.studio-header .header__row-1 .submenu.level-1>li {
    padding: 15px;
  }
}
@media (max-width:1265px) {
  header.header.sway-header.studio-header {
    width:94%;
  }
}
@media (max-width:992px) {
  .sway-header.studio-header .submenu.level-1>li {
    margin-right: 0;
  }
}

@media (max-width: 1150px) and (min-width: 767px) { 
  .sway-header .navigation-primary .submenu a {
    font-size:16px;
  }
  .sway-header .header__logo.header__logo--main {
    margin-top: 0;
    margin-right: 30px;
  }
  .sway-header.studio-header .header__container {
    padding:8px;
  }
}
@media (max-width: 870px) and (min-width: 768px) {
  .sway-header .header__row-2 {
    margin-left: inherit;
  }
  .sway-contact-number__wrapper ul {
    padding-left: 0;
  }
  .sway-header.studio-header .header__row-1 .submenu.level-1>li {
    padding: 10px;
  }
}
@media (max-width:890px) and (min-width: 768px) {
  .sway-contact-page .row-number-9 .row-fluid .span4 {
    Width:48%;
  }
  .sway-contact-page .row-number-9 {
    flex-wrap:wrap;
  }
  .sway-contact-page .row-number-9 .row-fluid .span4:last-child {
    margin-left:0;
  }
}
@media (max-width:767px) {
  .sway-contact__number--mobile {
    display:flex;
    margin-right:1rem;
  }
  .sway-contact__number--mobile a {
    line-height:0;
  }
  .sway-header .header__container {
    justify-content: space-between;
    padding-bottom: 0;
  }
  .sway-desktop-nav, .sway-header .header__search--toggle {
    display:none;
  }
  .sway-mobile-nav {
    display:block;
  }
  .sway-header .header__row-2 {
    display:block !important;
    padding:0;
  }
  .sway-contact__link, .sway-contact__number--desktop {
    display:none;
  }
  .sway-header .header__logo.header__logo--main {
    margin-right: 0;
  }
  .sway-header .header__row-2 {
    margin-left: 0;
  }
  .sway-header .header__row-1 {
    margin-left: auto;
  }
  .sway-header .header__navigation--toggle, .sway-header .header__close--toggle {
    margin:0 !important;
  }
  /* Custom footer styles */
  .sway-footer .footer-url-wrapper .ml-auto {
    margin-left:0;
  }
  .sway-footer .footer-url-wrapper .ml-3rem {
    margin-left:3rem;
  }
  .footer-url-wrapper ul {
    margin:0;
  }
  .sway-header.studio-header .header__container {
    padding: 0 1.5rem;
    height: 65px;
  }
}
/* @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    */
/*****************************************/

@font-face {
    font-family: 'masala-icon-set';
    src:
      url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_hue_fonts/masala-icon-set.ttf') format('truetype'),
      url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_hue_fonts/masala-icon-set.woff') format('woff'),
      url('https://www.softway.com/hubfs/Cloud%20Images/SCA%20-%20Images/Seneca_hue_fonts/masala-icon-set.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'masala-icon-set';
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  /* Icon section styles starts */
  .svg__icon-inner-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
  }
  .icon-name {
    margin-left:1rem;
    font-family: 'masala-icon-set' !important;
  }
  .fi {
  
  }
  .fi--lg {
    font-size: 32px;
  }
  .fi--md {
    font-size: 24px;
  }
  .fi--sm {
    font-size: 16px;
  }
  .icon-name {
    font-family: 'Mulish', sans-serif !important;
    font-size: 16px;
  }
  /* Icon section styles ends */
  
  
  .icon-360:before {
    content: "\e900";
  }
  .icon-add-to-library:before {
    content: "\e901";
  }
  .icon-advertisement:before {
    content: "\e902";
  }
  .icon-airplay:before {
    content: "\e903";
  }
  .icon-alarm:before {
    content: "\e904";
  }
  .icon-alarm-checked:before {
    content: "\e905";
  }
  .icon-alarm-minus:before {
    content: "\e906";
  }
  .icon-alarm-no:before {
    content: "\e907";
  }
  .icon-alarm-plus:before {
    content: "\e908";
  }
  .icon-alarm-snooze:before {
    content: "\e909";
  }
  .icon-alert-circle:before {
    content: "\e90a";
  }
  .icon-alert-octagon:before {
    content: "\e90b";
  }
  .icon-alert-triangle:before {
    content: "\e90c";
  }
  .icon-app-notification:before {
    content: "\e90d";
  }
  .icon-apps:before {
    content: "\e90e";
  }
  .icon-arrow-bold-bottom:before {
    content: "\e90f";
  }
  .icon-arrow-bold-forvard:before {
    content: "\e910";
  }
  .icon-arrow-bold-forvard-all:before {
    content: "\e911";
  }
  .icon-arrow-bold-left:before {
    content: "\e912";
  }
  .icon-arrow-bold-redo:before {
    content: "\e913";
  }
  .icon-arrow-bold-reply:before {
    content: "\e914";
  }
  .icon-arrow-bold-reply-all:before {
    content: "\e915";
  }
  .icon-arrow-bold-right:before {
    content: "\e916";
  }
  .icon-arrow-bold-top:before {
    content: "\e917";
  }
  .icon-arrow-bold-undo:before {
    content: "\e918";
  }
  .icon-arrow-bottom:before {
    content: "\e919";
  }
  .icon-arrow-bottom-left:before {
    content: "\e91a";
  }
  .icon-arrow-bottom-right:before {
    content: "\e91b";
  }
  .icon-arrow-forward:before {
    content: "\e91c";
  }
  .icon-arrow-forward-all:before {
    content: "\e91d";
  }
  .icon-arrow-left:before {
    content: "\e91e";
  }
  .icon-arrow-left-curved:before {
    content: "\e91f";
  }
  .icon-arrow-redo:before {
    content: "\e920";
  }
  .icon-arrow-reply:before {
    content: "\e921";
  }
  .icon-arrow-reply-all:before {
    content: "\e922";
  }
  .icon-arrow-right:before {
    content: "\e923";
  }
  .icon-arrow-right-curved:before {
    content: "\e924";
  }
  .icon-arrows-diagonals:before {
    content: "\e925";
  }
  .icon-arrows-diagonals-bltr:before {
    content: "\e926";
  }
  .icon-arrows-diagonals-tlbr:before {
    content: "\e927";
  }
  .icon-arrows-hv:before {
    content: "\e928";
  }
  .icon-arrow-top:before {
    content: "\e929";
  }
  .icon-arrow-top-left:before {
    content: "\e92a";
  }
  .icon-arrow-top-right:before {
    content: "\e92b";
  }
  .icon-arrow-undo:before {
    content: "\e92c";
  }
  .icon-artist:before {
    content: "\e92d";
  }
  .icon-atom:before {
    content: "\e92e";
  }
  .icon-at-sign:before {
    content: "\e92f";
  }
  .icon-avocado:before {
    content: "\e930";
  }
  .icon-bag:before {
    content: "\e931";
  }
  .icon-bar-chart-basic:before {
    content: "\e932";
  }
  .icon-bascket:before {
    content: "\e933";
  }
  .icon-battery:before {
    content: "\e934";
  }
  .icon-battery-20:before {
    content: "\e935";
  }
  .icon-battery-40:before {
    content: "\e936";
  }
  .icon-battery-60:before {
    content: "\e937";
  }
  .icon-battery-80:before {
    content: "\e938";
  }
  .icon-battery-100:before {
    content: "\e939";
  }
  .icon-battery-charching:before {
    content: "\e93a";
  }
  .icon-battery-no:before {
    content: "\e93b";
  }
  .icon-behance:before {
    content: "\e93c";
  }
  .icon-bell:before {
    content: "\e93d";
  }
  .icon-bell-add:before {
    content: "\e93e";
  }
  .icon-bell-alert:before {
    content: "\e93f";
  }
  .icon-bell-checked:before {
    content: "\e940";
  }
  .icon-bell-minus:before {
    content: "\e941";
  }
  .icon-bell-no:before {
    content: "\e942";
  }
  .icon-bitcoin:before {
    content: "\e943";
  }
  .icon-block-align-bottom:before {
    content: "\e944";
  }
  .icon-block-align-horizontally:before {
    content: "\e945";
  }
  .icon-block-align-left:before {
    content: "\e946";
  }
  .icon-block-align-right:before {
    content: "\e947";
  }
  .icon-block-align-top:before {
    content: "\e948";
  }
  .icon-block-align-vertically:before {
    content: "\e949";
  }
  .icon-block-distribute-horizontally:before {
    content: "\e94a";
  }
  .icon-block-distribute-vertically:before {
    content: "\e94b";
  }
  .icon-bluetooth:before {
    content: "\e94c";
  }
  .icon-bluetooth-no:before {
    content: "\e94d";
  }
  .icon-bone:before {
    content: "\e94e";
  }
  .icon-book-basic:before {
    content: "\e94f";
  }
  .icon-bookmark-add-basic:before {
    content: "\e950";
  }
  .icon-bookmark-basic:before {
    content: "\e951";
  }
  .icon-bookmark-no-basic:before {
    content: "\e952";
  }
  .icon-bookmarks-basic:before {
    content: "\e953";
  }
  .icon-box-basic:before {
    content: "\e954";
  }
  .icon-brake-page:before {
    content: "\e955";
  }
  .icon-bread:before {
    content: "\e956";
  }
  .icon-brightness-high:before {
    content: "\e957";
  }
  .icon-brightness-low:before {
    content: "\e958";
  }
  .icon-broadcast:before {
    content: "\e959";
  }
  .icon-broadcasting:before {
    content: "\e95a";
  }
  .icon-browser-basic:before {
    content: "\e95b";
  }
  .icon-browser-no-basic:before {
    content: "\e95c";
  }
  .icon-brush-basic:before {
    content: "\e95d";
  }
  .icon-calculator-basic:before {
    content: "\e95e";
  }
  .icon-calendar:before {
    content: "\e95f";
  }
  .icon-calendar-checked:before {
    content: "\e960";
  }
  .icon-calendar-create:before {
    content: "\e961";
  }
  .icon-calendar-dates:before {
    content: "\e962";
  }
  .icon-calendar-delete:before {
    content: "\e963";
  }
  .icon-calendar-minus:before {
    content: "\e964";
  }
  .icon-calendar-plus:before {
    content: "\e965";
  }
  .icon-call-add:before {
    content: "\e966";
  }
  .icon-call-calling:before {
    content: "\e967";
  }
  .icon-call-decline:before {
    content: "\e968";
  }
  .icon-call-end:before {
    content: "\e969";
  }
  .icon-call-forwarded:before {
    content: "\e96a";
  }
  .icon-call-hash:before {
    content: "\e96b";
  }
  .icon-call-hold:before {
    content: "\e96c";
  }
  .icon-call-incoming:before {
    content: "\e96d";
  }
  .icon-call-missed:before {
    content: "\e96e";
  }
  .icon-call-muted:before {
    content: "\e96f";
  }
  .icon-call-no:before {
    content: "\e970";
  }
  .icon-call-numbers:before {
    content: "\e971";
  }
  .icon-call-outcoming:before {
    content: "\e972";
  }
  .icon-call-phone:before {
    content: "\e973";
  }
  .icon-call-recieved:before {
    content: "\e974";
  }
  .icon-call-voicemail:before {
    content: "\e975";
  }
  .icon-camera-basic:before {
    content: "\e976";
  }
  .icon-camera-create-basic:before {
    content: "\e977";
  }
  .icon-camera-no-basic:before {
    content: "\e978";
  }
  .icon-cart:before {
    content: "\e979";
  }
  .icon-case-basic:before {
    content: "\e97a";
  }
  .icon-cast:before {
    content: "\e97b";
  }
  .icon-CD:before {
    content: "\e97c";
  }
  .icon-check-mark-basic:before {
    content: "\e97d";
  }
  .icon-check-marks-basic:before {
    content: "\e97e";
  }
  .icon-chevron-bottom:before {
    content: "\e97f";
  }
  .icon-chevron-left:before {
    content: "\e980";
  }
  .icon-chevron-right:before {
    content: "\e981";
  }
  .icon-chevrons-bottom:before {
    content: "\e982";
  }
  .icon-chevrons-left:before {
    content: "\e983";
  }
  .icon-chevrons-right:before {
    content: "\e984";
  }
  .icon-chevrons-top:before {
    content: "\e985";
  }
  .icon-chevron-top:before {
    content: "\e986";
  }
  .icon-chicken:before {
    content: "\e987";
  }
  .icon-circle-arrow-bottom:before {
    content: "\e988";
  }
  .icon-circle-arrow-bottom-left:before {
    content: "\e989";
  }
  .icon-circle-arrow-bottom-right:before {
    content: "\e98a";
  }
  .icon-circle-arrow-left:before {
    content: "\e98b";
  }
  .icon-circle-arrow-left-curved:before {
    content: "\e98c";
  }
  .icon-circle-arrow-right:before {
    content: "\e98d";
  }
  .icon-circle-arrow-right-curved:before {
    content: "\e98e";
  }
  .icon-circle-arrow-top:before {
    content: "\e98f";
  }
  .icon-circle-arrow-top-left:before {
    content: "\e990";
  }
  .icon-circle-arrow-top-right:before {
    content: "\e991";
  }
  .icon-circle-basic:before {
    content: "\e992";
  }
  .icon-circle-block-basic:before {
    content: "\e993";
  }
  .icon-circle-checked-basic:before {
    content: "\e994";
  }
  .icon-circle-chevron-bottom:before {
    content: "\e995";
  }
  .icon-circle-chevron-left:before {
    content: "\e996";
  }
  .icon-circle-chevron-right:before {
    content: "\e997";
  }
  .icon-circle-chevrons-bottom:before {
    content: "\e998";
  }
  .icon-circle-chevrons-left:before {
    content: "\e999";
  }
  .icon-circle-chevrons-right:before {
    content: "\e99a";
  }
  .icon-circle-chevrons-top:before {
    content: "\e99b";
  }
  .icon-circle-chevron-top:before {
    content: "\e99c";
  }
  .icon-circle-menu-basic:before {
    content: "\e99d";
  }
  .icon-circle-minus-basic:before {
    content: "\e99e";
  }
  .icon-circle-more-horizontal-basic:before {
    content: "\e99f";
  }
  .icon-circle-more-vertical-basic:before {
    content: "\e9a0";
  }
  .icon-circle-plus-basic:before {
    content: "\e9a1";
  }
  .icon-circle-star-basic:before {
    content: "\e9a2";
  }
  .icon-circle-x-basic:before {
    content: "\e9a3";
  }
  .icon-clear-style-basic:before {
    content: "\e9a4";
  }
  .icon-clipboard:before {
    content: "\e9a5";
  }
  .icon-clipboard-checked:before {
    content: "\e9a6";
  }
  .icon-clipboard-delete:before {
    content: "\e9a7";
  }
  .icon-clipboard-minus:before {
    content: "\e9a8";
  }
  .icon-clipboard-plus:before {
    content: "\e9a9";
  }
  .icon-clipboard-text:before {
    content: "\e9aa";
  }
  .icon-cloud:before {
    content: "\e9ab";
  }
  .icon-cloud-checked:before {
    content: "\e9ac";
  }
  .icon-cloud-connect:before {
    content: "\e9ad";
  }
  .icon-cloud-download:before {
    content: "\e9ae";
  }
  .icon-cloud-no:before {
    content: "\e9af";
  }
  .icon-cloud-upload:before {
    content: "\e9b0";
  }
  .icon-code:before {
    content: "\e9b1";
  }
  .icon-coffee:before {
    content: "\e9b2";
  }
  .icon-command:before {
    content: "\e9b3";
  }
  .icon-comment:before {
    content: "\e9b4";
  }
  .icon-comment-checked:before {
    content: "\e9b5";
  }
  .icon-comment-delete:before {
    content: "\e9b6";
  }
  .icon-comment-minus:before {
    content: "\e9b7";
  }
  .icon-comment-plus:before {
    content: "\e9b8";
  }
  .icon-comment-text:before {
    content: "\e9b9";
  }
  .icon-compas:before {
    content: "\e9ba";
  }
  .icon-contrast:before {
    content: "\e9bb";
  }
  .icon-copy-basic:before {
    content: "\e9bc";
  }
  .icon-coupon:before {
    content: "\e9bd";
  }
  .icon-creditcard:before {
    content: "\e9be";
  }
  .icon-creditcard-add:before {
    content: "\e9bf";
  }
  .icon-creditcard-face:before {
    content: "\e9c0";
  }
  .icon-creditcard-income:before {
    content: "\e9c1";
  }
  .icon-creditcard-no:before {
    content: "\e9c2";
  }
  .icon-creditcard-outcome:before {
    content: "\e9c3";
  }
  .icon-creditcard-scan:before {
    content: "\e9c4";
  }
  .icon-cross:before {
    content: "\e9c5";
  }
  .icon-crosshairs:before {
    content: "\e9c6";
  }
  .icon-cup:before {
    content: "\e9c7";
  }
  .icon-cut-basic:before {
    content: "\e9c8";
  }
  .icon-cut-coupon:before {
    content: "\e9c9";
  }
  .icon-dashboard-basic:before {
    content: "\e9ca";
  }
  .icon-database:before {
    content: "\e9cb";
  }
  .icon-delete-basic:before {
    content: "\e9cc";
  }
  .icon-delivery:before {
    content: "\e9cd";
  }
  .icon-devices:before {
    content: "\e9ce";
  }
  .icon-direction:before {
    content: "\e9cf";
  }
  .icon-direction-45:before {
    content: "\e9d0";
  }
  .icon-discount:before {
    content: "\e9d1";
  }
  .icon-download-basic:before {
    content: "\e9d2";
  }
  .icon-download-bold-basic:before {
    content: "\e9d3";
  }
  .icon-dribbble:before {
    content: "\e9d4";
  }
  .icon-drop-basic:before {
    content: "\e9d5";
  }
  .icon-edit-shape:before {
    content: "\e9d6";
  }
  .icon-egg:before {
    content: "\e9d7";
  }
  .icon-eject:before {
    content: "\e9d8";
  }
  .icon-elements:before {
    content: "\e9d9";
  }
  .icon-equalizer:before {
    content: "\e9da";
  }
  .icon-ethereum:before {
    content: "\e9db";
  }
  .icon-external-link-basic:before {
    content: "\e9dc";
  }
  .icon-eye-basic:before {
    content: "\e9dd";
  }
  .icon-eye-no-basic:before {
    content: "\e9de";
  }
  .icon-facebook:before {
    content: "\e9df";
  }
  .icon-file:before {
    content: "\e9e0";
  }
  .icon-file-checked:before {
    content: "\e9e1";
  }
  .icon-file-code:before {
    content: "\e9e2";
  }
  .icon-file-create:before {
    content: "\e9e3";
  }
  .icon-file-delete:before {
    content: "\e9e4";
  }
  .icon-file-download:before {
    content: "\e9e5";
  }
  .icon-file-draft:before {
    content: "\e9e6";
  }
  .icon-file-minus:before {
    content: "\e9e7";
  }
  .icon-file-plus:before {
    content: "\e9e8";
  }
  .icon-file-scan:before {
    content: "\e9e9";
  }
  .icon-file-shredder:before {
    content: "\e9ea";
  }
  .icon-file-text:before {
    content: "\e9eb";
  }
  .icon-file-upload:before {
    content: "\e9ec";
  }
  .icon-filter:before {
    content: "\e9ed";
  }
  .icon-flag-basic:before {
    content: "\e9ee";
  }
  .icon-flame-basic:before {
    content: "\e9ef";
  }
  .icon-flash-card:before {
    content: "\e9f0";
  }
  .icon-floppy:before {
    content: "\e9f1";
  }
  .icon-folder:before {
    content: "\e9f2";
  }
  .icon-folder-arrow:before {
    content: "\e9f3";
  }
  .icon-folder-checked:before {
    content: "\e9f4";
  }
  .icon-folder-cloud:before {
    content: "\e9f5";
  }
  .icon-folder-create:before {
    content: "\e9f6";
  }
  .icon-folder-delete:before {
    content: "\e9f7";
  }
  .icon-folder-minus:before {
    content: "\e9f8";
  }
  .icon-folder-music:before {
    content: "\e9f9";
  }
  .icon-folder-opened:before {
    content: "\e9fa";
  }
  .icon-folder-photo:before {
    content: "\e9fb";
  }
  .icon-folder-plus:before {
    content: "\e9fc";
  }
  .icon-folder-zip:before {
    content: "\e9fd";
  }
  .icon-form:before {
    content: "\e9fe";
  }
  .icon-frame:before {
    content: "\e9ff";
  }
  .icon-gift:before {
    content: "\ea00";
  }
  .icon-github:before {
    content: "\ea01";
  }
  .icon-gitlab:before {
    content: "\ea02";
  }
  .icon-glasses-basic:before {
    content: "\ea03";
  }
  .icon-globe:before {
    content: "\ea04";
  }
  .icon-globe-basic:before {
    content: "\ea05";
  }
  .icon-globe-no-basic:before {
    content: "\ea06";
  }
  .icon-google:before {
    content: "\ea07";
  }
  .icon-grid:before {
    content: "\ea08";
  }
  .icon-grid-6:before {
    content: "\ea09";
  }
  .icon-grid-col-2:before {
    content: "\ea0a";
  }
  .icon-grid-col-3:before {
    content: "\ea0b";
  }
  .icon-grid-dynamic:before {
    content: "\ea0c";
  }
  .icon-grid-frame:before {
    content: "\ea0d";
  }
  .icon-grid-row-2-copy:before {
    content: "\ea0e";
  }
  .icon-grid-row-2:before {
    content: "\ea0f";
  }
  .icon-grid-row-3:before {
    content: "\ea10";
  }
  .icon-grid-slides:before {
    content: "\ea11";
  }
  .icon-grid-small:before {
    content: "\ea12";
  }
  .icon-hash:before {
    content: "\ea13";
  }
  .icon-heart-basic:before {
    content: "\ea14";
  }
  .icon-heart-no-basic:before {
    content: "\ea15";
  }
  .icon-home-basic:before {
    content: "\ea16";
  }
  .icon-icecream:before {
    content: "\ea17";
  }
  .icon-iframe:before {
    content: "\ea18";
  }
  .icon-image-basic:before {
    content: "\ea19";
  }
  .icon-inbox-basic:before {
    content: "\ea1a";
  }
  .icon-infinity:before {
    content: "\ea1b";
  }
  .icon-info:before {
    content: "\ea1c";
  }
  .icon-instagram:before {
    content: "\ea1d";
  }
  .icon-iPad:before {
    content: "\ea1e";
  }
  .icon-iPhone:before {
    content: "\ea1f";
  }
  .icon-items:before {
    content: "\ea20";
  }
  .icon-kanban:before {
    content: "\ea21";
  }
  .icon-key:before {
    content: "\ea22";
  }
  .icon-key-no:before {
    content: "\ea23";
  }
  .icon-laptop:before {
    content: "\ea24";
  }
  .icon-laughing:before {
    content: "\ea25";
  }
  .icon-layers-basic:before {
    content: "\ea26";
  }
  .icon-layout:before {
    content: "\ea27";
  }
  .icon-lightbulb:before {
    content: "\ea28";
  }
  .icon-lightning-basic:before {
    content: "\ea29";
  }
  .icon-lightning-no-basic:before {
    content: "\ea2a";
  }
  .icon-link-basic:before {
    content: "\ea2b";
  }
  .icon-linkedin:before {
    content: "\ea2c";
  }
  .icon-link-no-basic:before {
    content: "\ea2d";
  }
  .icon-list-basic:before {
    content: "\ea2e";
  }
  .icon-listen-later:before {
    content: "\ea2f";
  }
  .icon-location:before {
    content: "\ea30";
  }
  .icon-location-no:before {
    content: "\ea31";
  }
  .icon-lock:before {
    content: "\ea32";
  }
  .icon-lock-circle:before {
    content: "\ea33";
  }
  .icon-lock-no:before {
    content: "\ea34";
  }
  .icon-mail-basic:before {
    content: "\ea35";
  }
  .icon-map:before {
    content: "\ea36";
  }
  .icon-map-pin-location:before {
    content: "\ea37";
  }
  .icon-maximize-basic:before {
    content: "\ea38";
  }
  .icon-memory-card:before {
    content: "\ea39";
  }
  .icon-menu-basic:before {
    content: "\ea3a";
  }
  .icon-menu-dots-basic:before {
    content: "\ea3b";
  }
  .icon-mic-basic:before {
    content: "\ea3c";
  }
  .icon-mic-no-basic:before {
    content: "\ea3d";
  }
  .icon-minimize-basic:before {
    content: "\ea3e";
  }
  .icon-minus-basic:before {
    content: "\ea3f";
  }
  .icon-minus-octagon:before {
    content: "\ea40";
  }
  .icon-mobile:before {
    content: "\ea41";
  }
  .icon-monitor:before {
    content: "\ea42";
  }
  .icon-moon:before {
    content: "\ea43";
  }
  .icon-more-horizontal-basic:before {
    content: "\ea44";
  }
  .icon-more-vertical-basic:before {
    content: "\ea45";
  }
  .icon-music-library:before {
    content: "\ea46";
  }
  .icon-music-note:before {
    content: "\ea47";
  }
  .icon-neutral:before {
    content: "\ea48";
  }
  .icon-newspaper-basic:before {
    content: "\ea49";
  }
  .icon-note:before {
    content: "\ea4a";
  }
  .icon-note-text:before {
    content: "\ea4b";
  }
  .icon-nut:before {
    content: "\ea4c";
  }
  .icon-options-basic:before {
    content: "\ea4d";
  }
  .icon-padding:before {
    content: "\ea4e";
  }
  .icon-panorama:before {
    content: "\ea4f";
  }
  .icon-paperclip-basic:before {
    content: "\ea50";
  }
  .icon-paperclip-no-basic:before {
    content: "\ea51";
  }
  .icon-paypass:before {
    content: "\ea52";
  }
  .icon-peace:before {
    content: "\ea53";
  }
  .icon-pencil-create-basic:before {
    content: "\ea54";
  }
  .icon-pencil-edit-basic:before {
    content: "\ea55";
  }
  .icon-pin:before {
    content: "\ea56";
  }
  .icon-pin-add:before {
    content: "\ea57";
  }
  .icon-pin-no:before {
    content: "\ea58";
  }
  .icon-pin-question:before {
    content: "\ea59";
  }
  .icon-pin-round:before {
    content: "\ea5a";
  }
  .icon-pin-start:before {
    content: "\ea5b";
  }
  .icon-planet:before {
    content: "\ea5c";
  }
  .icon-player-fast-back:before {
    content: "\ea5d";
  }
  .icon-player-fast-forward:before {
    content: "\ea5e";
  }
  .icon-player-list:before {
    content: "\ea5f";
  }
  .icon-player-list-add:before {
    content: "\ea60";
  }
  .icon-player-list-play:before {
    content: "\ea61";
  }
  .icon-player-pause:before {
    content: "\ea62";
  }
  .icon-player-pause-circle:before {
    content: "\ea63";
  }
  .icon-player-play:before {
    content: "\ea64";
  }
  .icon-player-play-circle:before {
    content: "\ea65";
  }
  .icon-player-play-pause:before {
    content: "\ea66";
  }
  .icon-player-skip-back:before {
    content: "\ea67";
  }
  .icon-player-skip-forward:before {
    content: "\ea68";
  }
  .icon-player-stop:before {
    content: "\ea69";
  }
  .icon-player-stop-circle:before {
    content: "\ea6a";
  }
  .icon-plus-basic:before {
    content: "\ea6b";
  }
  .icon-pocket:before {
    content: "\ea6c";
  }
  .icon-pos:before {
    content: "\ea6d";
  }
  .icon-presentation-basic:before {
    content: "\ea6e";
  }
  .icon-printer-basic:before {
    content: "\ea6f";
  }
  .icon-pulse-basic:before {
    content: "\ea70";
  }
  .icon-question:before {
    content: "\ea71";
  }
  .icon-question-circle:before {
    content: "\ea72";
  }
  .icon-queue:before {
    content: "\ea73";
  }
  .icon-radar:before {
    content: "\ea74";
  }
  .icon-radio:before {
    content: "\ea75";
  }
  .icon-record:before {
    content: "\ea76";
  }
  .icon-refresh-ccw:before {
    content: "\ea77";
  }
  .icon-refresh-ccw-alert:before {
    content: "\ea78";
  }
  .icon-refresh-cw:before {
    content: "\ea79";
  }
  .icon-refresh-cw-alert:before {
    content: "\ea7a";
  }
  .icon-repeat:before {
    content: "\ea7b";
  }
  .icon-rocket:before {
    content: "\ea7c";
  }
  .icon-rotate-ccw:before {
    content: "\ea7d";
  }
  .icon-rotate-cw:before {
    content: "\ea7e";
  }
  .icon-rotate-left:before {
    content: "\ea7f";
  }
  .icon-rotate-right:before {
    content: "\ea80";
  }
  .icon-route:before {
    content: "\ea81";
  }
  .icon-ruller:before {
    content: "\ea82";
  }
  .icon-sad:before {
    content: "\ea83";
  }
  .icon-scan-basic:before {
    content: "\ea84";
  }
  .icon-screenshot-basic:before {
    content: "\ea85";
  }
  .icon-search-basic:before {
    content: "\ea86";
  }
  .icon-segment:before {
    content: "\ea87";
  }
  .icon-select:before {
    content: "\ea88";
  }
  .icon-select-area:before {
    content: "\ea89";
  }
  .icon-send-basic:before {
    content: "\ea8a";
  }
  .icon-server:before {
    content: "\ea8b";
  }
  .icon-settings-basic:before {
    content: "\ea8c";
  }
  .icon-share-arrow-basic:before {
    content: "\ea8d";
  }
  .icon-share-basic:before {
    content: "\ea8e";
  }
  .icon-shield:before {
    content: "\ea8f";
  }
  .icon-shield-lock:before {
    content: "\ea90";
  }
  .icon-shield-no:before {
    content: "\ea91";
  }
  .icon-shield-ok:before {
    content: "\ea92";
  }
  .icon-shocked:before {
    content: "\ea93";
  }
  .icon-shuffle:before {
    content: "\ea94";
  }
  .icon-sidebar-left:before {
    content: "\ea95";
  }
  .icon-sidebar-right:before {
    content: "\ea96";
  }
  .icon-smiled:before {
    content: "\ea97";
  }
  .icon-sound-wave:before {
    content: "\ea98";
  }
  .icon-stack:before {
    content: "\ea99";
  }
  .icon-stack-1:before {
    content: "\ea9a";
  }
  .icon-star-basic:before {
    content: "\ea9b";
  }
  .icon-star-no-basic:before {
    content: "\ea9c";
  }
  .icon-sticker-basic:before {
    content: "\ea9d";
  }
  .icon-stopwatch:before {
    content: "\ea9e";
  }
  .icon-strongbox:before {
    content: "\ea9f";
  }
  .icon-sun:before {
    content: "\eaa0";
  }
  .icon-table-basic:before {
    content: "\eaa1";
  }
  .icon-tag:before {
    content: "\eaa2";
  }
  .icon-terminal:before {
    content: "\eaa3";
  }
  .icon-text:before {
    content: "\eaa4";
  }
  .icon-text-align-center-basic:before {
    content: "\eaa5";
  }
  .icon-text-align-justify-basic:before {
    content: "\eaa6";
  }
  .icon-text-align-left-basic:before {
    content: "\eaa7";
  }
  .icon-text-align-right-basic:before {
    content: "\eaa8";
  }
  .icon-text-bgcolor-basic:before {
    content: "\eaa9";
  }
  .icon-text-bold-basic:before {
    content: "\eaaa";
  }
  .icon-text-color-basic:before {
    content: "\eaab";
  }
  .icon-text-italic-basic:before {
    content: "\eaac";
  }
  .icon-text-underline-basic:before {
    content: "\eaad";
  }
  .icon-thumbs-down-basic:before {
    content: "\eaae";
  }
  .icon-thumbs-up-basic:before {
    content: "\eaaf";
  }
  .icon-time:before {
    content: "\eab0";
  }
  .icon-time-history:before {
    content: "\eab1";
  }
  .icon-timer:before {
    content: "\eab2";
  }
  .icon-toggle-left-basic:before {
    content: "\eab3";
  }
  .icon-toggle-right-basic:before {
    content: "\eab4";
  }
  .icon-tote:before {
    content: "\eab5";
  }
  .icon-toy-horse:before {
    content: "\eab6";
  }
  .icon-trash-basic:before {
    content: "\eab7";
  }
  .icon-trash-empty-basic:before {
    content: "\eab8";
  }
  .icon-tuner:before {
    content: "\eab9";
  }
  .icon-twitter:before {
    content: "\eaba";
  }
  .icon-unlock:before {
    content: "\eabb";
  }
  .icon-user-basic:before {
    content: "\eabc";
  }
  .icon-verified:before {
    content: "\eabe";
  }
  .icon-video-basic:before {
    content: "\eabf";
  }
  .icon-video-no-basic:before {
    content: "\eac0";
  }
  .icon-volume:before {
    content: "\eac1";
  }
  .icon-volume-high:before {
    content: "\eac2";
  }
  .icon-volume-low:before {
    content: "\eac3";
  }
  .icon-volume-no:before {
    content: "\eac4";
  }
  .icon-volume-off:before {
    content: "\eac5";
  }
  .icon-wallet:before {
    content: "\eac6";
  }
  .icon-watch:before {
    content: "\eac7";
  }
  .icon-wi-fi:before {
    content: "\eac8";
  }
  .icon-wi-fi-no:before {
    content: "\eac9";
  }
  .icon-x-octagon:before {
    content: "\eaca";
  }
  .icon-youtube:before {
    content: "\eacb";
  }
  .icon-zoom-in-basic:before {
    content: "\eacc";
  }
  .icon-zoom-out-basic:before {
    content: "\eacd";
  }
  .icon-uniEACE:before {
    content: "\eace";
  }
  .icon-0:before {
    content: "\eacf";
  }
/* @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    */
/*****************************************/

/*

*/

/* Google Fonts Import */
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/* Marydale fonts */
@font-face {
  font-family: 'Marydale';
  src: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/fonts/Marydale.ttf') format('truetype')
}

@font-face {
  font-family: 'Marydale';
  font-weight: 700;
  src: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/fonts/Marydale%20Bold.ttf') format('truetype')
}

/* Font stack starts */
.poppins-font {
  font-family: 'Poppins', sans-serif;
}

.mulish-font {
  font-family: 'Mulish', sans-serif;
}

.marydale-font {
  font-family: 'Marydale';
}

/* Font stack ends */


/* Transform styles */
.rotate-minus-4deg {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}

body,
html {
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

/* Containers */
.sds-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.sds-container-fluid {
  width: 100%;
  padding-right: 48px;
  padding-left: 48px;
  margin-right: auto;
  margin-left: auto;
}

.main-wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

/* List styles */
.list-style-type-none {
  list-style-type:none;
}

/* Display styles */
.d-block {
  display: block;
}

.d-in-block {
  display: inline-block;
}

/******************** Flex box styles starts *********************/
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-content-space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-space-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-content-space-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-items-flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.align-items-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

/******************** Flex box styles starts ends *********************/


/* Text modifier classes */
.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

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

.text-deco-underline {
  text-decoration: underline;
}

.text-deco-none {
  text-decoration: none !important;
}

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

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

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

/* Code block styles */
.code-block--highlight {
  color: #F15353;
  background-color: #F4F0EE;
}

.code-block-syntax {
  background-color: #F4F0EE;
  border: 1px solid #C3BCB0;
  color: #1F1F1F;
  display: block;
  padding: 2rem;
  line-height: 30px;
}

/* border styles */
.grey-border {
  border: 1px solid #E2DDDA;
}

.grey-border-top {
  border-top: 1px solid #E2DDDA;
}

.grey-border-bottom {
  border-bottom: 1px solid #E2DDDA;
}

.gray-scale-5-border-bottom {
  border-bottom: 1px solid #E0DCD7;
}
.gray-scale-6-border-bottom {
  border-bottom: 1px solid #D0CCC4;
}

.border-dashed-dark {
  border: 1px dashed #232735;
}

.border--light-grey {
  border: 1px solid #e0e0e0;
}

/* Box shadow */
.box-shadow-gray-900 {
  -webkit-box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.2);
}
/* Widths */
.width-100 {
  width: 100%;
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.width-10 {
  width: 10%;
}

/* Height styles */
.height-100px {
  height: 100px;
}

/* Header styles */

.super-xl-header {
  font-size: calc(50px + (89 - 50) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(50px + (85 - 50) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.0341em;
}

.headline-1 {
  font-size: calc(24px + (64 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(50px + (72 - 50) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.02em;
}

.headline-2 {
  font-size: calc(24px + (40 - 24) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(36px + (48 - 36) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.01em;
}

.headline-3 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: calc(30px + (36 - 30) * ((100vw - 320px) / (1920 - 320)));
}

.headline-4 {
  font-size: 18px;
  line-height: 27px;
}

.headline-5 {
  font-size: 16px;
  line-height: 24px;
}

.headline-6 {
  font-size: 12px;
  line-height: 18px;
}

/* Body text styles */
.p-body-larger {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 32px;
  letter-spacing: 0.01em;
}

.p-body-large {
  font-size: 18px;
  line-height: 27px;
}

.p-body-regular {
  font-size: 16px;
  line-height: 26px;
}

.p-body-small {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
}

.p-body-smaller {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.p-body-xs {
  font-weight: normal;
  font-size: 10px;
  line-height: 18px;
}

.p-body-pre-title {
  font-size: 10px;
  text-transform: uppercase;
}

.p-body-btn--text {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.p-body-link--text {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-decoration: underline;
  cursor: pointer;
}

.p-body-bold--italics {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
}

/* Mulish body styles */
.font-24 {
  font-size: calc(20px + (24 - 20) * ((100vw - 320px) / (1920 - 320)));
  line-height: 32px;
  letter-spacing: 0.02em;
}

.font-20 {
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.03em;
}

.font-19 {
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.04em;
}

.font-18 {
  font-size: 18px;
  line-height: 24px;
}

.font-16 {
  font-size: 16px;
  line-height: 22px;
}

.font-15 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

.font-14 {
  font-size: 14px;
  line-height: 20px;
}

/****************** Font style starts *****************/
.font-style-italics {
  font-style: italic;
}

/****************** Font style ends *****************/

/****************** Font weights starts *****************/
.fw-extra-light-200 {
  font-weight: 200;
}

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

.fw-regular-400 {
  font-weight: 400;
}

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

.fw-semi-bold-600 {
  font-weight: 600;
}

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

.fw-extra-bold-800 {
  font-weight: 800;
}

.fw-black-900 {
  font-weight: 900;
}

/****************** Font weights ends *****************/

/* 12 column grid styles */
.sds-col-1,
.sds-col-2,
.sds-col-3,
.sds-col-4,
.sds-col-5,
.sds-col-6,
.sds-col-7,
.sds-col-8,
.sds-col-9,
.sds-col-10,
.sds-col-11,
.sds-col-12,
.sds-col-sm-1,
.sds-col-sm-2,
.sds-col-sm-3,
.sds-col-sm-4,
.sds-col-sm-5,
.sds-col-sm-6,
.sds-col-sm-7,
.sds-col-sm-8,
.sds-col-sm-9,
.sds-col-sm-10,
.sds-col-sm-11,
.sds-col-sm-12 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/************** Common spaces - Margins **************/
.margin-0 {
  margin: 0;
}
.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-0-5rem {
  margin-top: 0.5rem;
}

.mr-0-5rem {
  margin-right: 0.5rem;
}

.mb-0-5rem {
  margin-bottom: 0.5rem;
}

.ml-0-5rem {
  margin-left: 0.5rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mr-1rem {
  margin-right: 1rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.ml-1rem {
  margin-left: 1rem;
}

.mt-1-5rem {
  margin-top: 1.5rem;
}

.mr-1-5rem {
  margin-right: 1.5rem;
}

.mb-1-5rem {
  margin-bottom: 1.5rem;
}

.ml-1-5rem {
  margin-left: 1.5rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mr-2rem {
  margin-right: 2rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.ml-2rem {
  margin-left: 2rem;
}

.mt-2-75rem {
  margin-top: 2.75rem;
}

.mr-2-75rem {
  margin-right: 2.75rem;
}

.mb-2-75rem {
  margin-bottom: 2.75rem;
}

.ml-2-75rem {
  margin-left: 2.75rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mr-3rem {
  margin-right: 3rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.ml-3rem {
  margin-left: 3rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mr-4rem {
  margin-right: 4rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.ml-4rem {
  margin-left: 4rem;
}

/************** Common spaces - Paddings **************/
.padding-0 {
  padding: 0
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-0-5rem {
  padding-top: 0.5rem;
}

.pr-0-5rem {
  padding-right: 0.5rem;
}

.pb-0-5rem {
  padding-bottom: 0.5rem;
}

.pl-0-5rem {
  padding-left: 0.5rem;
}

.pt-1rem {
  padding-top: 1rem;
}

.pr-1rem {
  padding-right: 1rem;
}

.pb-1rem {
  padding-bottom: 1rem;
}

.pl-1rem {
  padding-left: 1rem;
}

.pt-2-75rem {
  padding-top: 2.75rem;
}

.pr-2-75rem {
  padding-right: 2.75rem;
}

.pb-2-75rem {
  padding-bottom: 2.75rem;
}

.pl-2-75rem {
  padding-left: 2.75rem;
}

.pt-3rem {
  padding-top: 3rem;
}

.pr-3rem {
  padding-right: 3rem;
}

.pb-3rem {
  padding-bottom: 3rem;
}

.pl-3rem {
  padding-left: 3rem;
}

.pt-3-5rem {
  padding-top: 3.5rem;
}

.pr-3-5rem {
  padding-right: 3.5rem;
}

.pb-3-5rem {
  padding-bottom: 3.5rem;
}

.pl-3-5rem {
  padding-left: 3.5rem;
}

.pt-4rem {
  padding-top: 4rem;
}

.pr-4rem {
  padding-right: 4rem;
}

.pb-4rem {
  padding-bottom: 4rem;
}

.pl-4rem {
  padding-left: 4rem;
}

/***************** Vertical spacers starts *****************/
.spacer-128 {
  height: 128px;
}

.spacer-64 {
  height: 64px
}

.spacer-48 {
  height: 48px;
}

.spacer-32 {
  height: 32px;
}

.spacer-24 {
  height: 24px;
}

.spacer-16 {
  height: 16px;
}

.spacer-8 {
  height: 8px;
}

.spacer-4 {
  height: 4px;
}

/***************** Vertical spacers ends *****************/
/* Line height */
.line-height-0 {
  line-height: 0;
}

/*

*/

/**************** Secondary colors starts ******************/
.sc-forest--color {
  background-color: #9BCD9B;
}

.sc-blue--color {
  background-color: #1DACD6;
}

.sc-midnight--color {
  background-color: #1569AD;
}

.sc-dijon--color {
  background-color: #EFAC15;
}

.sc-fire--color {
  background-color: #EC4E36;
}

.sc-merlot--color {
  background-color: #8D3022;
}

.sc-razzberry--color {
  background-color: #E93D91;
}

.sc-fig--color {
  background-color: #953D68;
}

.sc-coral--color {
  background-color: #FD8F65;
}

/***************** Secondary colors ends ****************/

/***************** Neutral colors starts ****************/
.neutral--color-1 {
  background-color: #1F1F1F;
}

.neutral--color-2 {
  background-color: #3D3B3A;
}

.neutral--color-3 {
  background-color: #C3BCB0;
}

.neutral--color-4 {
  background-color: #F4F0EE;
}

.neutral--color-5 {
  background-color: #ffffff;
}

/***************** Neutral colors ends ****************/

/***************** Action colors starts ***************/
.ac-confirmation-green--color {
  background-color: #A0D72D;
}

.ac-cherry--color {
  background-color: #F15353;
}

.ac-lightning--color {
  background-color: #F4E34B;
}

.ac-silver--color {
  background-color: #EDEEEE;
}

.ac-cobalt--color {
  background-color: #2B9AF8;
}

/***************** Action colors Ends ***************/

/***************** Gray scale colors starts ***************/
.grey-scale--color-1 {
  background-color: #FDFCFC;
}

.grey-scale--color-2 {
  background-color: #FAFAF9;
}

.grey-scale--color-3 {
  background-color: #F7F6F4;
}

.grey-scale--color-4 {
  background-color: #F0EFED;
}

.grey-scale--color-5 {
  background-color: #E0DCD7;
}

.grey-scale--color-6 {
  background-color: #D0CCC4;
}

.grey-scale--color-7 {
  background-color: #B2ACA2;
}

.grey-scale--color-8 {
  background-color: #938F87;
}

.grey-scale--color-9 {
  background-color: #65615C;
}

.grey-scale--color-10 {
  background-color: #32312F;
}

/***************** Gray scale colors ends ***************/

/**************** Brand color palette starts ***************/

/* Merlot color palette */
.merlot-50--color {
  background-color: #E8D6D3;
}

.merlot-100--color {
  background-color: #D1ACA7;
}

.merlot-200--color {
  background-color: #BB837A;
}

.merlot-300--color {
  background-color: #A4594E;
}

.merlot-400--color {
  background-color: #984438;
}

.merlot-600--color {
  background-color: #7F2B1F;
}

.merlot-700--color {
  background-color: #71261B;
}

.merlot-800--color {
  background-color: #551D14;
}

.merlot-900--color {
  background-color: #551D14;
}

/* Fire color palette */
.fire-50--color {
  background-color: #FBDCD7;
}

.fire-100--color {
  background-color: #F7B8AF;
}

.fire-200--color {
  background-color: #F49586;
}

.fire-300--color {
  background-color: #F0715E;
}

.fire-400--color {
  background-color: #EE5F4A;
}

.fire-600--color {
  background-color: #D54631;
}

.fire-700--color {
  background-color: #BD3E2B;
}

.fire-800--color {
  background-color: #8D3022;
}

.fire-900--color {
  background-color: #5E1F16;
}

/* Fig color palette */
.fig-50--color {
  background-color: #EAD8E1;
}

.fig-100--color {
  background-color: #D5B1C3;
}

.fig-200--color {
  background-color: #BF8BA4;
}

.fig-300--color {
  background-color: #AA6486;
}

.fig-400--color {
  background-color: #9F5077;
}

.fig-600--color {
  background-color: #86375E;
}

.fig-700--color {
  background-color: #773153;
}

.fig-800--color {
  background-color: #59253E;
}

.fig-900--color {
  background-color: #3C182A;
}

/* Razzberry color palette */
.razzberry-50--color {
  background-color: #FBD8E9;
}

.razzberry-100--color {
  background-color: #F6B1D3;
}

.razzberry-200--color {
  background-color: #F28BBD;
}

.razzberry-300--color {
  background-color: #ED64A7;
}

.razzberry-400--color {
  background-color: #EB509C;
}

.razzberry-600--color {
  background-color: #D23783;
}

.razzberry-700--color {
  background-color: #BA3174;
}

.razzberry-800--color {
  background-color: #8C2557;
}

.razzberry-900--color {
  background-color: #5D183A;
}

/* forest color palette */
.forest-50--color {
  background-color: #EBF5EB;
}

.forest-100--color {
  background-color: #D7EBD7;
}

.forest-200--color {
  background-color: #C3E1C3;
}

.forest-300--color {
  background-color: #AFD7AF;
}

.forest-400--color {
  background-color: #A5D2A5;
}

.forest-600--color {
  background-color: #8CB98C;
}

.forest-700--color {
  background-color: #7CA47C;
}

.forest-800--color {
  background-color: #5D7B5D;
}

.forest-900--color {
  background-color: #3E523E;
}

/* Dijon color palette */
.dijon-50--color {
  background-color: #FCEED0;
}

.dijon-100--color {
  background-color: #F9DEA1;
}

.dijon-200--color {
  background-color: #F5CD73;
}

.dijon-300--color {
  background-color: #F2BD44;
}

.dijon-400--color {
  background-color: #F1B42C;
}

.dijon-600--color {
  background-color: #D89B13;
}

.dijon-700--color {
  background-color: #BF8A11;
}

.dijon-800--color {
  background-color: #8F670D;
}

.dijon-900--color {
  background-color: #604508;
}

/* Midnight color palette */
.midnight-50--color {
  background-color: #D0E1EF;
}

.midnight-100--color {
  background-color: #A1C3DE;
}

.midnight-200--color {
  background-color: #73A5CE;
}

.midnight-300--color {
  background-color: #4487BD;
}

.midnight-400--color {
  background-color: #2C78B5;
}

.midnight-600--color {
  background-color: #135F9C;
}

.midnight-700--color {
  background-color: #11548A;
}

.midnight-800--color {
  background-color: #0D3F68;
}

.midnight-900--color {
  background-color: #082A45;
}

/* Blue color palette */
.blue-50--color {
  background-color: #D2EEF7;
}

.blue-100--color {
  background-color: #A5DEEF;
}

.blue-200--color {
  background-color: #77CDE6;
}

.blue-300--color {
  background-color: #4ABDDE;
}

.blue-400--color {
  background-color: #33B4DA;
}

.blue-600--color {
  background-color: #1A9BC1;
}

.blue-700--color {
  background-color: #178AAB;
}

.blue-800--color {
  background-color: #116780;
}

.blue-900--color {
  background-color: #0C4556;
}

/* Coral color palette */
.coral-50--color {
  background-color: #FFE9E0;
}

.coral-100--color {
  background-color: #FED2C1;
}

.coral-200--color {
  background-color: #FEBCA3;
}

.coral-300--color {
  background-color: #FDA584;
}

.coral-400--color {
  background-color: #FD9A74;
}

.coral-600--color {
  background-color: #E4815B;
}

.coral-700--color {
  background-color: #CA7251;
}

.coral-800--color {
  background-color: #98563D;
}

.coral-900--color {
  background-color: #653928;
}

/* Sworange color palette */
.Sworange-50--color {
  background-color: #FEF6F0;
}

.Sworange-100--color {
  background-color: #FEEDE2;
}

.Sworange-200--color {
  background-color: #FDE4D3;
}

.Sworange-300--color {
  background-color: #FDDBC5;
}

.Sworange-400--color {
  background-color: #FCD6BD;
}

.Sworange-600--color {
  background-color: #E3BDA4;
}

.Sworange-700--color {
  background-color: #CAA892;
}

.Sworange-800--color {
  background-color: #977E6D;
}

.Sworange-900--color {
  background-color: #655449;
}

/**************** Brand color palette ends *****************/


/*

*/

/* Table styles */
table {
  border-collapse: collapse;
}

.sds-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.sds-table>thead>tr>th,
.sds-table>tbody>tr>td {
  padding: .75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

/* Grid section styles */
.themed-grid-col {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: rgba(239, 172, 21, 0.15);
  border: 1px solid rgba(195, 188, 176, 0.7);
}

.themed-container {
  padding: 15px;
  margin-bottom: 30px;
  background-color: rgba(155, 205, 155, 0.15);
  border: 1px solid rgba(195, 188, 176, 0.7);
}

/*

*/
/* Button styles */
input[type=submit].btn, .btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 28px;
  border-radius: 36px;
  border: 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-transform: none;
  cursor: pointer;
  outline: 0;
  transition: all 0.3s;
}


input[type=submit].primary-btn--sworange, .primary-btn--sworange {
  background-color: #FCD2B6;
  color: #32312F;
}

input[type=submit].primary-btn--blue, .primary-btn--blue {
  background-color: #3A97F7;
  color: #ffffff;
}

input[type=submit].primary-btn--confirmation-green, .primary-btn--confirmation-green {
  background-color: #A0D72D;
  color: #ffffff;
}

input[type=submit].primary-btn--blue:focus, .primary-btn--blue:focus,
input[type=submit].primary-btn--blue--focus, .primary-btn--blue--focus {
  background: #3A97F7;
  -webkit-box-shadow: 0px 4px 4px rgba(19, 96, 186, 0.31);
  box-shadow: 0px 4px 4px rgba(19, 96, 186, 0.31);
  border-radius: 36px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

input[type=submit].primary-btn--blue--active, .primary-btn--blue--active,
input[type=submit].primary-btn--blue:active, .primary-btn--blue:active {
  background-color: #1064BC;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

input[type=submit].primary-btn--blue--hover, .primary-btn--blue--hover,
input[type=submit].primary-btn--blue:hover, .primary-btn--blue:hover {
  background-color: #57AAFF;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

input[type=submit].primary-btn--confirmation-green:hover, .primary-btn--confirmation-green:hover {
  background-color: #9BCD9B;
  color: #ffffff;
}

input[type=submit].primary-btn--blue--disable, .primary-btn--blue--disable {
  background-color: #EDEEEE;
  color: #C3BCB0;
  cursor: no-drop;
}

input[type=submit].primary-btn--blue--progress, .primary-btn--blue--progress {
  background: linear-gradient(97.5deg, #0C6ACB 47.34%, rgba(58, 151, 247, 0) 56.94%), #3A97F7;
  color: #ffffff;
}

input[type=submit].secondary-btn, .secondary-btn {
  background-color: #E0DCD7;
  color: #32312F;
}

input[type=submit].tertiary-btn, .tertiary-btn {
  background-color: transparent;
  color: #3A97F7;
}

input[type=submit].outline__btn-primary, .outline__btn-primary {
  border: 2px solid #3A97F7;
  background-color: #ffffff;
  color: #3A97F7;
}

input[type=submit].outline__btn-secondary, .outline__btn-secondary {
  border: 2px solid #F4F0EE;
  background-color: #ffffff;
  color: #3A97F7;
}

input[type=submit].outline__btn--gray, .outline__btn--gray {
  border: 1px solid #938F87;
  background-color: #ffffff;
  color: #938F87;
}

input[type=submit].outline__btn-tertiary, .outline__btn-tertiary {
  background-color: #ffffff;
  color: #3A97F7;
}

input[type=submit].btn--light-gray, .btn--light-gray {
  background: #FAFAF9;
  color: #32312F;
}

input[type=submit].btn--dark-gray, .btn--dark-gray {
  background: #E0DCD7;
  color: #32312F;
}

input[type=submit].btn--black, .btn--black {
  background: #32312F;
  color: #FAFAF9;
}

input[type=submit].btn--blue, .btn--blue {
  background: #3A97F7;
  color: #ffffff;
}

input[type=submit].btn--orange, .btn--orange {
  background: #FD8F65;
  color: #ffffff;
}

input[type=submit].btn--dummy, .btn--dummy {
  width: 234px;
  height: 72px;
}

/* Button sizes */
input[type=submit].btn--lg, .btn--lg {
  padding: 16px 28px;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
}

input[type=submit].btn--md, .btn--md {
  padding: 7px 23px;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

input[type=submit].btn--sm, .btn--sm {
  padding: 8px 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
}

.btn--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  margin-right: 5px;
}

.btn--icon span {
  margin-right: 4px;
  margin-left: 4px;
}

/* Button drop shadows */
.btn-shadow--gray {
  -webkit-box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 20px -6px rgba(0, 0, 0, 0.2);
}

.btn-shadow--blue {
  -webkit-box-shadow: 0px 8px 20px -6px rgba(58, 151, 247, 0.4);
  box-shadow: 0px 8px 20px -6px rgba(58, 151, 247, 0.4);
}

.btn-shadow--orange {
  -webkit-box-shadow: 0px 8px 20px -6px rgba(253, 143, 101, 0.4);
  box-shadow: 0px 8px 20px -6px rgba(253, 143, 101, 0.4);
}

/* button section styles */
.btn-inner-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.btn-states-inner-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 75%;
}

/* Shapes section styles */
.card--dummy {
  height: 514px;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}

.card--dummy-block {
  height: 372px;
  border-radius: 18px;
  background-color: #938F87;
}

.card--dummy-short {
  height: 142px;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}

.card--dummy-long {
  height: 347px;
  -webkit-box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px -3px rgba(0, 0, 0, 0.2);
  border-radius: 18px;
}

.input--dummy {
  height: 56px;
  border-radius: 4px;
}

/* Text box styles */
.text-box-label {
  font-weight: normal;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #3D3B3A;
  margin-bottom: 15px;
  display: block;
}

.text-box {
  padding: 16px 24px;
  width: 434px;
  height: 56px;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 0;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.text-box:focus {
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.text-box--disabled,
.text-box--disabled:focus {
  border: 1px solid #B2ACA2;
  color: #B2ACA2;
  cursor: no-drop;
}

.text-box--hover,
.text-box--hover:focus {
  border: 1px solid #65615C;
}

.text-box--hover:hover {
  -webkit-box-shadow: 0px 4px 6px #E0DCD7;
  box-shadow: 0px 4px 6px #E0DCD7;
  border: 1px solid #3A97F7;
}

/* Error text box styles start */
.text-box--error,
.text-box--error:focus {
  border: 1px solid #F15353;
  background: rgba(241, 83, 83, 0.1);
  color: #F15353;
}

.text-box--error::-webkit-input-placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box--error:-ms-input-placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box--error::-ms-input-placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box--error::placeholder {
  color: #F15353;
  opacity: 1;
}

.text-box-error-msg {

  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.04em;
  color: #F15353;
  display: block;
  margin-top: 13px;
}

/* Error text box styles ends */
/* Success text box styles start */
.text-box--success,
.text-box--success:focus {
  border: 1px solid #C7DC4D;
  background: rgba(199, 220, 77, 0.1);
  color: #C7DC4D;
  cursor: no-drop;
}

.text-box--success::-webkit-input-placeholder {
  color: #C7DC4D;
  opacity: 1;
}

.text-box--success:-ms-input-placeholder {
  color: #C7DC4D;
  opacity: 1;
}

.text-box--success::-ms-input-placeholder {
  color: #C7DC4D;
  opacity: 1;
}

.text-box--success::placeholder {
  color: #C7DC4D;
  opacity: 1;
}

/* Success text box styles ends */
/* Icon section styles */
.icon-set-name {
  background: #979797;
  border-radius: 12px;
  color: #ffffff;
  padding: 2px 22px;
  text-align: center;
  display: inline-block;
}
 
/*

*/
.underline, s-u, .underline--white, s-uw{
  position:relative;
  z-index:1;
}
.underline::after, s-u::after {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  z-index: -1;
  background-image: url('https://www.softway.com/hubfs/Softway-theme-v2/assets/images/underline1.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.underline--white::after, s-uw::after {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: -0.5rem;
  right: -0.5rem;
  height: 0.75rem;
  z-index: -1;
  background-image: url('https://www.softway.com/hubfs/Softway-theme-v2/Studio-micro/images/underline-white.svg');
  background-repeat: no-repeat;
  background-size: cover;
}

.brush,s-b {
  position: relative;
  z-index: 1;
  color: #fff;
}

.brush::after,s-b::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  right: 0;
  top: -15%;
  width: 105%;
  height: auto;
  z-index: -1;
  background-image: url(https://www.softway.com/hubfs/Softway-theme-v2/assets/images/brush.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

/*

*/
@media (min-width: 576px) {
  .sds-container {
    max-width: 540px;
  }

  /* 12 column grid styles for medium screens */
  .sds-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sds-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .sds-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .sds-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sds-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sds-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .sds-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sds-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .sds-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .sds-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sds-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .sds-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 768px) {
  .sds-container {
    max-width: 720px;
  }

  /* 12 column grid styles for medium screens */
  .sds-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .sds-col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .sds-col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .sds-col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .sds-col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .sds-col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .sds-col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .sds-col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .sds-col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .sds-col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .sds-col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .sds-col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (min-width: 992px) {
  .sds-container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .sds-container {
    max-width: 1140px;
  }
}

@media (max-width: 992px) {
  .sds-container-fluid {
    padding-right: 24px;
    padding-left: 24px;
  }

  /* 12 column grid styles */
  .sds-col-1,
  .sds-col-2,
  .sds-col-3,
  .sds-col-4,
  .sds-col-5,
  .sds-col-6,
  .sds-col-7,
  .sds-col-8,
  .sds-col-9,
  .sds-col-10,
  .sds-col-11,
  .sds-col-12,
  .sds-col-sm-1,
  .sds-col-sm-2,
  .sds-col-sm-3,
  .sds-col-sm-4,
  .sds-col-sm-5,
  .sds-col-sm-6,
  .sds-col-sm-7,
  .sds-col-sm-8,
  .sds-col-sm-9,
  .sds-col-sm-10,
  .sds-col-sm-11,
  .sds-col-sm-12 {
    position: relative;
    width: 100%;
    padding-right: 9px;
    padding-left: 9px;
  }

  /* Header styles */
  .hamburger__menu-wrapper {
    display: block !important;
    margin-left: auto;
  }

  #sds_links {
    display: none;
  }
}

@media (max-width: 767px) {
  .secondary-fonts--list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .secondary-fonts--list .secondary-fonts--list-item span {
    margin-bottom: 1.2rem;
    margin-top: 1.2rem;
  }

  .paragraph-typography--columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* Responsive font sizes */
  .font-24--bold {
    font-size: 20px;
  }

  .font-18--regular,
  .font-18--bold {
    font-size: 16px;
  }

  .header-2-regular,
  .header-2-bold {
    font-size: 32px;
  }

  .header-1-bold,
  .header-1-extra-light {
    font-size: 50px;
  }

  .super-xl-header {
    font-size: 60px;
  }

  .font-24--regular {
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.04em;
  }

  .sds-table-wrapper {
    overflow: auto;
  }

  .text-box {
    width: 100%;
  }

  .btn,
  .icon-set-wrapper {
    margin-bottom: 1rem;
  }
}

@media (max-width: 575px) {
  .bc_container {
    width: 100%;
  }

  .color-block {
    width: 100%;
    margin-right: 0;
  }

  .sds-container {
    max-width: 370px;
  }
}

/*# sourceMappingURL=styles.css.map */