
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700;900&display=swap');







*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}
/*! 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: 28px;
  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: 28px;
    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: 28px;
    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 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

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

.dnd-section {
  padding: 80px 20px;
}

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

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

/* General  */
.container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 25px;
    overflow: visible;
}

.flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobile-col {
        flex-direction: column;
    }
}






html {
  font-size: 16px;
}

body {
  background-color: #fff;
  color: #3D3E40;
  font-family: "Roboto", "sans-serif";
  font-weight: 300;
  line-height: 1.5;
  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 {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  color: #19CCA3;
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.1s ease-in;
}

a:hover, a:focus {
  color: #23EDC0;
  text-decoration: underline;
}

a.button:disabled {
  background-color: #e6e6e6;
  pointer-events: none;
}

/* Headings */

h1 {
  color: #0D2547;
  font-family: "Roboto", "sans-serif";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

h2 {
  color: #0D2547;
  font-family: "Roboto", "sans-serif";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h3 {
  color: #0D2547;
  font-family: "Roboto", "sans-serif";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h4 {
  color: #0D2547;
  font-family: "Roboto", "sans-serif";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-decoration: none;
  text-transform: none;
}

h5 {
  color: #0D2547;
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

h6 {
  color: #0D2547;
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-decoration: none;
  text-transform: none;
}

/* Lists */

ul {
  list-style-type: disc;
}

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

ul li,
ol li {
  line-height: 1.5rem;
  margin: 0.5rem;
}

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

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

/* Blockquote */

blockquote {
  border-left: 7px solid #19CCA3;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-left: 15px;
}

/* Horizontal Rules */

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

code {
  vertical-align: bottom;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Primary Button */

button,
.button {
  -webkit-box-align: center;
  align-items: center;
  background-color: #19CCA3;
  border: 1px solid #19CCA3; 
  border-radius: 32px;
  color: #FFF;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  fill: #FFF;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05rem;
  margin: 0 0 20px;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background-color 0.15s linear, color 0.15s linear;
  transition: background-color 0.15s linear, color 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus,
button:active,
.button:active {
  background-color: #27EDC0;
  border-color: #27EDC0;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #21d4ab;
  border-color: #21d4ab;
}

/* Secondary Button */

.button.button--secondary {
  background-color: transparent;
  border: 2px solid #19CCA3;
  color: #19CCA3;
  fill: #19CCA3;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  background-color: transparent;
  border: 2px solid #27EDC0; 
  color: #27EDC0;
  fill: #27EDC0;
}

.button.button--secondary:disabled {
  background-color: transparent;
  border-color: #D0D0D0;
  color: #E6E6E6;
  pointer-events: none;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none; 
  border-radius: 0;
  color: #19CCA3;
  font-size: 1rem;
  font-style: normal;
  fill: #19CCA3;
  padding: 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase; 
}

.button.button--simple:after {
  background-color: #19CCA3;
  bottom: -6px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus,
.button.button--simple:active {
  background-color: transparent;
  border: none; 
  color: #27EDC0;
}

.button.button--simple:hover:after,
.button.button--simple:focus:after,
.button.button--simple:active:after {
  content: none;
}

.button.button--simple.button--small,
.button.button--simple.button--large {
  padding: 0;
}

.button.button--simple:disabled {
  background-color: transparent;
  color: #E6E6E6;
  pointer-events: none;
}

.button.button--simple:disabled:after {
  background-color: #D0D0D0;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 10px 50px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 10px 50px;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}


  /* Base */
  .cta-form {
    display: block;
    width: 100%;
  }

  .hs-form-field {
    position: relative;
    margin-bottom: 20px;
  }

  form fieldset > .hs-form-field {
    margin: 0.625rem 0;
  }

  /* Form Title */
  .form-title {
    display: block;
    background-color: #0D2547;
    font-family: "Muli", "sans-serif";
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 36px;
    color: #ffffff;
    border: none;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-bottom: 0;
    padding: 24px;
    text-align: center;
  }

  .form-title ~ div > form {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
  }

  /* Labels */
  .hs-form-field > label {
    color: #0D2547;
    font-size: 1rem;
    border-radius: 10px;
  }

  form div.in-focus > label {
    color: #3D3E40;
    padding: 0;
  }

  form div.in-focus.hs-fieldtype-radio > label,
  form div.in-focus.hs-fieldtype-checkbox > label {
    padding: 0;
  }

  label.hs-form-radio-display,
  label.hs-form-checkbox-display {
    font-family: "Muli", "sans-serif";
    font-size: 0.875rem;
  }

  .hs-fieldtype-radio label,
  .hs-fieldtype-checkbox label {
    position: static;
    color: #3D3E40;
  }

  /* Help Text - Legends */

  .hs-form-field legend {
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 14px;
    color: #3D3E40;
  }

  /* Inputs */

  input[type=text],
  input[type=email],
  input[type=password],
  input[type=tel],
  input[type=number],
  input[type=file],
  select,
  textarea { 
    -webkit-appearance: none; 
       -moz-appearance: none; 
    border: none; 
    padding: 15px 20px;
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    color: #3D3E40;
    border-radius: 4px;
    background-color: #E9EFF5;
    margin-top: 8px;
    width: 100% !important;
    box-sizing: border-box;
  }

  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: -webkit-focus-ring-color auto 5px;
  }

  form .in-focus select {
    color: #CBD1D6;
  }

  /* Placeholder Text */
  input::-webkit-input-placeholder {
    color: #CBD1D6;
  }

  input::-moz-placeholder {
    color: #CBD1D6;
  }

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

  input::placeholder {
    color: #CBD1D6;
  }

  /* Inputs - Checkbox/Radio */

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

  form ul.inputs-list li {
    margin: 0.3125rem 0;
  }

  form ul.inputs-list li input {
    position: absolute;
    left: -9999px;
  }

  form ul.inputs-list li input + span {
    position: relative;
    padding-left: 1.4375rem;
  }

  form ul.inputs-list li input + span:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1rem;
    width: 1rem;
    border: 1px solid #CBE8F8;
    border-radius: 4px;
    box-sizing: border-box;
  }

  form ul.inputs-list li input[type=radio] + span:before {
    border-radius: 50%;
  }

  form ul.inputs-list li input + span:after {
    content: "";
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    height: 10px;
    width: 10px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 3px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }

  form ul.inputs-list li input[type=radio] + span:after {
    content: "";
    background-image: none;
    background-color: #19CCA3;
    width: 8px;
    height: 8px;
    left: 4px;
    border-radius: 100%;
  }

  form ul.inputs-list li input + span:hover:after {
    opacity: .2;   
  }

  form ul.inputs-list li input:checked + span:after {
    opacity: 1;   
  }

  form .input ul.invalid.error > li input + span:before {
    border-color: #FF7A6E;
  }

  /* Inputs - Select */

  .hs-fieldtype-select .input {
    position: relative;
  }

  .hs-fieldtype-select .input:after {
    content: '';
    width: 0; 
    height: 0; 
    border-radius: 4px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #19CCA3;
    position: absolute;
    top: 57%;
    right: 1.5em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }

  /* Inputs - Datepicker */

  .hs-datepicker button.pika-button.pika-day {
    background: transparent !important;
  }

  .hs-datepicker button.pika-button:hover {
    background-color: #2355B2 !important;
  }

  .hs-datepicker .is-selected button.pika-button {
    background-color: #053794 !important;
    box-shadow: none !important;
  }

  .hs-datepicker .is-selected.is-today button.pika-button {
    color: white;
  }

  .hs-datepicker .is-today button.pika-button {
    color: #053794;
  }

  /* Inputs - File Picker */

  .hs-fieldtype-file input[type=file] {
    line-height: 1;
  }

  /* Headings & Text */

  form .hs-richtext {
    font-size: 0.875rem;
    margin: 1.5rem 0;
  }

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

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

  /* GDPR */

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

  /* Validation */

  .hs-form-field.has-error > label,
  .hs-form-field.has-error:before {
    top: 33%;
  }

  .hs-form-field.hs-fieldtype-textarea.has-error > label {
    top: 30px;
  }

  .hs-input.invalid.error {
    border: 1px solid #FF7A6E;
  }

  .hs-error-msgs li,
  .hs-error-msgs li label {
    color: #FF7A6E !important;
    font-size: .875rem;
  }

  .hs-error-msgs li a {
    font-family: "Muli", "sans-serif";
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
  }

  /* Submit */

  form input[type=submit] {
    background-color: #19CCA3;
    border: 1px solid #19CCA3; 
    border-radius: 32px;
    color: #ffffff;
    cursor: pointer;
    padding: 10px 50px;
    text-align: center;
    font-family: "Muli", "sans-serif";
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    width: 100%;
    max-width: 500px;
    white-space: normal;
    line-height: 1.5;
    margin: 0.625rem 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  form input[type=submit]:hover,
  form input[type=submit]:focus {
    background-color: #00a47b;
    border-color: #00a47b;
  }

  form input[type=submit]:active {
    background-color: #2de0b7;
  }

/* Inline Thank You Message */

.submitted-message {
  background-color: #FFFFFF;
  border: 1px solid #cbe8f8;
  border-radius: 4px;
  padding: 45px 45px;
}


  table {
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
    border-spacing: 0;
  }
  
  th,
  td {
    padding: 15px;
    vertical-align: top;
    border: 1px solid #E9EFF5;
    text-align: center;
  }

  tr:nth-child(odd) {
    background-color: rgba(#E9EFF5, .35);
  }

  thead th,
  thead td {
    color: #FFFFFF;
    background-color: #0D2547;
    border: none;
    border-bottom-width: 2px;
  }

  thead th {
    vertical-align: bottom;
    border-bottom: none;
  }

  tbody + tbody {
    border-top: none;
  }





.header__top-bar {
  display: none !important;
}

.header-wrapper {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}

/* the background colour of this bar lives in theme-overrides.css */
.header {
  padding: 0 32px;
  height: 52px;
  display: flex;
    align-items: center
}

.header__container {
  margin: 0;
}

/* Top Bar */

.header__top-bar {
  display: none;
  background-color: #FFFFFF;
  text-align: right;
}

.header__top-bar .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 10px 20px;
}

.header__top-bar .menu-link {
  color: #0D2547;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.header__top-bar .menu-link:hover,
.header__top-bar .menu-link:focus {
  color: #19CCA3;
}

@media screen and (min-width: 950px) {
  .header__top-bar {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .header {
    border-bottom: 1px none #FFFFFF;
    height: 52px;
    display: flex;
    align-items: center;
  }
  .header__main-bar {
    width: 100%;
  }
}

/* Main Header */
.header__main-bar {
  padding: 0;
  position: relative;
  width: 100%
}

.header__main-bar .header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  align-items: center;
}

.logo-company-name {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  padding-bottom: 5px;
}

.header__logo img {
  max-width: 105px;
}

/* Connect uses the stacked inOrbit CONNECT lockup, which is taller than the
   marks on the other sites. It is sized to leave 6px above and below it in
   the 52px bar. */

.header-ioc .header__logo {
  display: flex;
  align-items: center;
}

.header-ioc .header__logo img {
  max-width: none;
  width: 104px;
  height: 40px;
}

/* Main Navigation */

.header__menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  width: -webkit-fill-available;
  align-items: center;
  justify-content: end;
}

.header__navigation {
  background-color: #1B2027 !important;
  z-index: 99;
  display: flex;
  align-items: center;
}

.header_ioc {
  background-color: #1B2027 !important;
  z-index: 99;
  display: flex;
  align-items: center;
}

.header__button_container {
    display: flex;
    align-items: center;
}

.header__robotics_title_container {
  width: 75%;
  display: flex;
  align-items: center;
}
.header__robotics_title,
.header__robotics_title:hover,
.header__robotics_title:focus,
.header__robotics_title:active {
  font-weight: 700;
  font-size: 26px;
  line-height: 16px;
  color: #fff;
    /* float: none; */
    /* position: absolute; */
    /* top: 50%; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%) */
}


@media screen and (min-width: 950px) {
  .header__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    align-items: flex-end;
  }

  .header__navigation {
    background-color: transparent;
  }
}

#nav-toggle:checked ~ .header__navigation {
  display: block;
}

.header__menu .header_ioc .header__navigation .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 5px 20px;
  border-top: none;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 5px 20px;
  border-top: none;
}

.header__menu .header__navigation .menu-link {
  color: #B9B9B9;
  font-family: "Inter", "Muli", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  padding: 14px 0;
}

/* The link of the page you are on shows in white and bold */

.header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link.active-item,
.header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link.active-branch {
  color: #FFFFFF;
  font-weight: 700;
}

/* the title bar marks the page you are on with white and bold, without the line the menu module draws */

.header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link.active-item:after,
.header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link.active-branch:after {
  content: none;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link:hover,
.header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link:focus {
  color: #FFFFFF;
}

.submenu.level-1>.has-submenu>.menu-arrow,
.submenu>.has-submenu>.menu-arrow,
.submenu .menu-arrow {
  padding: 17px 0 !important;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
  display: list-item;
  position: relative;
  padding: 0;
  margin: 0;
  border-top: none;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  font-family: "Muli", "sans-serif";
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  padding: .7rem 0 .7rem 1rem;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link:hover {
  background-color: #1D232D;
}

@media screen and (max-width: 950px) {
  .header__menu .header__navigation .menu-link {
    padding: 5px 0;
  }
}

@media screen and (min-width: 950px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #1D232D;
    -webkit-transition: visibility 0s, opacity 0.3s;
    transition: visibility 0s, opacity 0.3s;
  }

  .header__menu .header__navigation .submenu:not(.level-1) {
    width: 200px;
    border: 1.79px solid #D1D6DC;
    border-radius: 6px;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    color: #FFF;
    padding: 10px;
    background-color: #1D232D;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

}



/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  text-align: right;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  background-color: #FFFFFF;
  border-color: #D1D6DC;
  border-radius: 0 0 4px 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0.7rem;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  padding-bottom: 0.7rem;
}

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

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0D2547;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.header__language-switcher-label {
  display: -webkit-box;
  display: -webkit-inline-box;
  display: inline-flex;
  position: relative;
  padding-right: 20px;
}

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 0.7rem;
  color: #FFFFFF;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #fff;
}

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

@media(max-width: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #d0d0d0;
    padding-top: 0.7rem;
  }

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
  .header {
    padding: 0 10px
  }
}

/* Header - No Navigation */

.header--no-navigation {
  text-align: center;
  padding: 1rem 0;
}

.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* Title bar - desktop row */

@media screen and (min-width: 950px) {
  .header__menu .header__navigation nav > .submenu.level-1 {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .header__menu .header__navigation .submenu.level-1 > .menu-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 52px;
    margin: 0;
    padding: 0;
    border-top: none;
  }

  /* this checkbox only opens the menu on small screens */
  .header__menu .header__navigation .submenu.level-1 > .menu-item > .submenu-toggle {
    display: none;
  }

  /* the arrow goes next to the text of the item that opens a submenu */
  .header__menu .header__navigation .submenu.level-1 > .has-submenu > .menu-arrow {
    display: flex;
    align-items: center;
    position: static;
    width: auto;
    padding: 0 !important;
  }

  .header__menu .header__navigation .submenu.level-1 > .has-submenu .menu-arrow-icon {
    display: inline-block;
    position: static;
    top: auto;
    right: auto;
    margin: 2px 0 0 6px;
    background-color: transparent;
    border-top-color: #B9B9B9;
  }

  .header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link.active-item ~ .menu-arrow .menu-arrow-icon,
  .header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link.active-branch ~ .menu-arrow .menu-arrow-icon {
    border-top-color: #FFFFFF;
  }
}

/* The header carries both menus. The page puts the modifier on the wrapper
   to say which one it shows. */

.header__nav-ground-control {
  display: none;
}

.header__navigation--ground-control .header__nav-main {
  display: none;
}

.header__navigation--ground-control .header__nav-ground-control {
  display: block;
}

/* Robot Space has its own logo. The header carries both, the modifier on
   <header> says which one the page shows. */

.header__logo-robot-space {
  display: none;
}

.header--robot-space .header__logo-main {
  display: none;
}

.header--robot-space .header__logo-robot-space {
  display: block;
}

/* The inOrbit ROBOT SPACE lockup is wider than the corporate mark. The size
   comes from the logo module, this only lets it past the 105px of the other
   pages. */

.header--robot-space .header__logo img {
  max-width: 186px;
}


/* Footer Container */

.footer {
  background-color: #1D232D;
}

.footer__container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 2.8rem 2.8rem 0 2.8rem;
}

.footer__custom-container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 2.8rem 2.8rem 2.8rem 2.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
} 

.footer__top-section {
  margin-bottom: 4.9rem;
}

@media (max-width: 980px) {
  .footer__top-section {
    margin-bottom: 2.8rem;
    text-align: center;
  }
}

.footer__copyrigt-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px; 
}

.footer__social-media {

}

.footer__bottom-section {
  padding: 1.4rem 0;
  text-align: center;
}

.footer__bottom-section h1,
.footer__bottom-section h2,
.footer__bottom-section h3,
.footer__bottom-section h4,
.footer__bottom-section h5,
.footer__bottom-section h6,
.footer__bottom-section p,
.footer__bottom-section a,
.footer__bottom-section div,
.footer__bottom-section span {
  font-weight: 700;
  opacity: 0.8;
}

.footer__bottom-section a:hover {
  font-weight: 700;
  opacity: 1;
}

/* Footer Info */

@media (max-width: 980px) {
  .footer__info {
    width: 100% !important;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

.footer__logo {
  margin-bottom: 1.4rem;
}

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

.footer__address {
  margin: 25px 0;
}

/* Footer Menus */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.hs-button),
.footer div,
.footer span {
  color: #FFF;
}

.footer__navigation h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #19CCA3;
  font-weight: 700;
  margin-bottom: 0.5rem;;
}

.footer__navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0.5rem 0 2rem;
}

.footer__navigation li {
  margin: 0.7rem 0;
}

.footer_no_navigation_copyright {
  background-color: none
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .footer .footer__navigation {
    width: 45%;
  }
}

/* Footer Form */

.footer .footer__form form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer .footer__form label {
  color: #FFFFFF;
}

.footer__form .form-title {
  font-size: 1rem;
  color: #19CCA3;
  background-color: transparent;
  padding: 0 0 1rem 0;
  text-align: left;
}

@media (max-width: 980px) {
  .footer .footer__form {
    clear: both;
    float: none;
    width: 75%;
    margin: 0 auto;
    padding: 0.75rem 0 0;
  }

  .footer .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width:480px){
  #hs_cos_wrapper_footer_social .social-links__icon {
    padding: 7px;
    margin-right: 7px;
  }
  .footer__custom-container {
    flex-direction: column;
  }
  .footer__social-media {
    margin-top: 20px;
  }
.footer__custom-container {
    padding: 40px 15px;
}
}



/* Blog Container */

.content-wrapper--blog-index,
.content-wrapper--blog-post {
  padding: 80px 20px;
}

.blog-index {
  margin-bottom: 1.4rem;
}

/* Blog Navigation */

.blog-navigation {
  padding: 1rem 0px;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
      margin: 0 auto;
  }
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.blog-navigation__search form:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%2319CCA3' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-index__subheader {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links,
.blog-post__author__sharing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.author-social-links a,
.blog-post__author__sharing a {
  display: inline-block;
  position: relative;
  background-color: #d0d0d0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}

.blog-post__author__sharing a:first-of-type {
  margin: 0 10px 0 0;
}

.author-social-links a:hover,
.blog-post__author__sharing a:hover {
  background-color: #19CCA3;
}

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

/* Blog Header */

.blog-header.container {
  padding-top: 20px;
}

.blog-index__post {
  border-radius: 10px;
  margin: 2rem 0;
  display: flex;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.12);
  transition: box-shadow 0.3s;
  background-color: #fff;
}
.blog-index__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 10px 0 0 10px;
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }
  .blog-index__post-image {
    width: 100%;
    height: 175px;
    display: block;
    border-radius: 0;
  }
}

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

.blog-index__post-content__title {
  margin: 1.5rem 0 0.5rem;
}

.blog-index__post-content__title a,
.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: #0D2547;
  font-weight: 800;
  font-size: 26px;
}

.blog-index__post-content__title a:hover,
.blog-index--2-col__post-content__title a:hover,
.blog-index__post-content__title a:focus,
.blog-index--2-col__post-content__title a:focus {
  text-decoration: underline;
  color: #0D2547;
  font-weight: 800;
}

.blog-index__post__date {
  margin: 0 0 0.25rem 0;
  color: #909399;
}
.in-blog-author-social{
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}

.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
  background-color: red;
}

.blog-author__image img {
  height: 100%;
  width: auto;
}

.blog-author__name h6 {
  margin: 0.25rem 0;
  color: #909399;
  font-size: 1rem;
}

.in-blog-author__name{
  margin: 0;
}

.blog-tags {
  margin-top: 15px;
  text-transform: uppercase;
  font-weight: 300;
}

.blog-tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-tag:hover {
  color: #00BAFF;
  text-decoration: underline;
  font-weight: 300;
}

.blog-tag:after {
  content: ",";

}
.blog-tag:last-child:after {
  content: "";
}

.blog-summary {
  margin: 15px 0;
  flex-grow: 1;
}

.blog-pagination {
  margin: 50px 0;
  text-align: center;
}

.blog-pagination__link {
  text-decoration: none;
  padding: 7px;
  color: #484848;
  letter-spacing: 1.6px;
  margin: 0 3px;
}

.blog-pagination__link--active {
  background-color: #19CCA3;
  color: white;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.blog-index--2-col__post {
  width: calc(50% - 50px);
  border: 1px solid #CBE8F8;
  border-radius: 10px;
  box-shadow: 0 2px 24px 0 rgba(0,0,0,0.12);
  margin: 35px 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s;
}

.blog-index--2-col__post:hover {
  box-shadow: 0 2px 35px 0 rgba(0,0,0,0.18);
  transition: box-shadow 0.3s;
}

@media screen and (max-width: 1000px) {
  .blog-index--2-col {
    flex-direction: column;
  }
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 175px;
  display: block;
}

.blog-index--2-col__post-content {
  padding: 10px 40px 50px 40px;
  min-height: 375px;
  display: flex;
  flex-direction: column;
}

.blog-index--2-col__post-content__title a {
  text-decoration: none;
  color: inherit;
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 100px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 10px 20px;
  }
}

.blog-post__tag {
  color: #00BAFF;
  text-decoration: none;
  font-weight: 300;
}

.blog-post__tag:after {
  content: ",";
}

.blog-post__tag:last-child:after {
  content: "";
}

.blog-post__title {
  font-size: 2.5rem;
  margin: 10px 0;
}

.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image {
  height: 600px;
  width: 100%;
  border-radius: 10px;
  position: relative;
  margin: 35px 0;
}

.blog-post__sharing {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  left: -100px;
  color: #19CCA3;
}

.sample-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #19CCA3;
  margin: 5px;
}

.blog-post__body {
  margin-top: 1rem;
  line-height: 24px;
}

hr.blog-post__divider {
  border: none;
  border-bottom: 1px solid #E9EFF5; 
  margin: 100px -100px;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  text-align: center;
  border-radius: 10px;
  padding: 20px 100px;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: white;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {
  display: flex;
  margin: 75px 0;
  padding: 0 100px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author {
    margin: 10px 0;
    padding: 0;
    flex-direction: column;
  }
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
}

.blog-post__author__image img {
  height: 100%;
  width: auto;
}

.blog-post__author__text {
  margin-left: 35px;
}

@media screen and (max-width: 1000px) {
  .blog-post__author__text {
    margin-left: 0;
    margin-top: 15px;
  }
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus,
#comments-listing .comment-reply-to:active {
  background-color: transparent;
  border: none;
}

#comments-listing .comment-reply-to {
  color: #19CCA3;
  background-size: 15px;
  background-position: 20px;
  padding-left: 50px;
  border: 1px solid rgba(0,0,0,0);  
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #00a47b;
}

#comments-listing .comment-reply-to:active {
  color: #41f4cb;
}

.blog-post__social-sharing .social-links__icon {
  border-radius: 50px;
}

.blog-post__social-sharing .social-links__icon span {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1300px) {
  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    text-align: left;
    top: 9rem;
  }

}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  text-align: center;
  margin-bottom: 50px;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

/* Blog Search Form Fields */

.hs-search-field form {
  border: none;
  padding: 0;
}

.hs-search-field form input {
  background-color: transparent;
  border-bottom: 1px solid #19CCA3;
  border-radius: 0;
}
/* Error Pages */

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

.error-page:before {
  color: #d0d0d0;
  content: attr(data-error);
  font-family: 'Muli', 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;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 550px;
  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;
}

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

.hs-search-results__title {
  color: #1e2b33;
  font-family: 'Muli', sans-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: #1e2b33;
}

/* Password Prompt */

.password-prompt input[type=password] {
  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: 12px 12px !important;
}



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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
h1,h2,h3,h4,h5,h6,p{
  margin-top: 0;
}
.connect-main-container h1{
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.connect-main-container h2{
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
.connect-main-container h3{
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
}
.connect-main-container h4{
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.connect-main-container h5{
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.connect-main-container h6{
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.connect-main-container p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
a{
  cursor: pointer;
}
.connect-main-container .button, .connect-main-container button, .connect-main-container .hs-button,
.developer-edition-container .button, .developer-edition-container button, .developer-edition-container .hs-button
{
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #C83596;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  font-family: Roboto,sans-serif;
  padding: 8px 13px;
  display: inline-block;
  border: 1px solid #C83596;
  letter-spacing: 0;
  border-radius: 50px;
  text-align: center;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.developer-edition-container .button, .developer-edition-container button, .developer-edition-container .hs-button{
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.24);
  padding: 8px 20px;
}
.connect-main-container .button:hover, .connect-main-container button:hover, .connect-main-container .hs-button:hover,
.connect-main-container .button:focus, .connect-main-container button:focus, .connect-main-container .hs-button:focus,
.connect-main-container .button:active, .connect-main-container button:active, .connect-main-container .hs-button:active
{
  border: 1px solid #AC3584;
  background-color: #AC3584;
  color: #ffffff;
  font-weight: 500;
}
.developer-edition-container .button:hover, .developer-edition-container button:hover, .developer-edition-container .hs-button:hover,
.developer-edition-container .button:focus, .developer-edition-container button:focus, .developer-edition-container .hs-button:focus,
.developer-edition-container .button:active, .developer-edition-container button:active, .developer-edition-container .hs-button:active
{
  border: 1px solid #272b63;
  background-color: #272b63;
  color: #ffffff;
  font-weight: 500;
}
.connect-main-container .button.button--blue{
  background-color: #009DE3;
  color: #ffffff;
  border: 1px solid #009DE3;
}
.connect-main-container .button.button--blue:hover,
.connect-main-container .button.button--blue:focus,
.connect-main-container .button.button--blue:active
{
  background-color: #208ABA;
  color: #ffffff;
  border: 1px solid #208ABA;
}
.developer-edition-container h1{
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
}
.developer-edition-container h2{
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
}
.developer-edition-container h3{
  font-size: 30px;
  line-height: 48px;
  font-weight: 500;
}
.developer-edition-container h4{
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}
.developer-edition-container h5{
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.developer-edition-container h6{
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.developer-edition-container p{
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}



.inOrbit-connect-banner-logo img{
  width: 100% !important;
  max-width: 208px !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
}



/*----------Two Column Icon with Text Section-----------*/
.two-column-icon-with-text-section{
  padding-bottom: 50px;
}
.two-column-icon-with-text-section h3{
  text-align: center;
  margin-bottom: 60px;
}
.two-column-icon-with-text-row{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two-column-icon-with-text-col{
  width: calc(50% - 25px);
  margin-bottom: 50px;
  padding: 30px;
  border-radius: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  min-height: 250px;
}
.two-column-icon-with-text-col:nth-child(odd){
  margin-right: 25px;
}
.two-column-icon-with-text-col:nth-child(even){
  margin-left: 25px;
}
.icon-title-row{
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.icon-title-row .icon{
  width: 56px;
  height: 56px;
  margin-right: 14px;
}
.icon-title-row .icon img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.two-column-icon-with-text-col h2, .two-column-icon-with-text-col p, .two-column-icon-with-text-col h5{
  margin: 0;
}
.two-column-icon-with-text-col p{
  color: #D7D7D7;
}
.two-column-icon-with-text-col a, .two-column-icon-with-text-col a:hover{
  font-weight: 700;
}
.two-column-icon-with-text-col a:hover{
  text-decoration: underline;
}
.icon-with-text-main-page .two-column-icon-with-text-col{
  padding: 38px;
  min-height: 222px;
  margin-bottom: 76px;
}



/*----------Banner Pricing Module - V2-----------*/
.banner-pricing-section-v2{
  padding: 37px 0 0; 
}
.banner-pricing-section-v2 .banner-pricing-row{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.banner-pricing-section-v2 .banner-pricong-content-block{
  width: 61%;
}
.banner-pricing-section-v2 .banner-pricong-image-block{
  text-align: right;
  padding-right: 50px;
  width: 39%;
}
.banner-pricing-section-v2 .banner-pricong-image-block{
  display: block;
}
.banner-pricing-section-v2 .banner-pricong-content-block{
  padding-left: calc(50vw - 410px);
  padding-right: 20px;
}
.banner-pricing-section-v2 .banner-pricong-content-block h1{
  margin-bottom: 14px;
}
.banner-pricing-section-v2 .banner-pricong-content-block p{
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}



/*----------pricing-list-table-developer-section-----------*/
.pricing-list-table-developer-section .pricing-list-table-heading h2{
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
}
.developer-edition--text h5{
  margin-bottom: 20px !important;
}



/*----------Image And Content with Cta Section-----------*/
.img-text-content-with-cta-section{
  padding: 27px 0 55px;
}
.img-text-content-block h4{
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
  color: #2A3C98;
}
.img-text-content-block p{
  font-size: 16px;
  line-height: 26px;
}
.img-text-content-block p a{
  color: #C83596;
  font-weight: bold;
}
.img-text-content-block p a:hover{
  text-decoration: underline;
}
.img-text-content-with-cta-section .text-content {
  margin-bottom: 50px;
}
.img-text-content-with-cta-section .image-section{
  margin-bottom: 27px;
}
.img-text-content-with-cta-section .cta-section a, .img-text-content-with-cta-section .cta-section a:hover{
  font-weight: 400;
}
.img-text-content-block{
  margin-bottom: 46px;
}



/*---------Responsive------------*/
@media screen and (max-width: 991px) {
  .two-column-icon-with-text-col:nth-child(odd){
    margin-right: 20px;
  }
  .two-column-icon-with-text-col:nth-child(even){
    margin-left: 20px;
  }
  .two-column-icon-with-text-col{
    width: calc(50% - 20px);
  }
  .banner-pricing-section-v2 .banner-pricong-content-block{
    padding-left: 20px;
  }
  .banner-pricing-section-v2 .banner-pricong-image-block {
    padding-right: 20px;
  }
}/*-------- 991 ends here ----------*/
@media screen and (max-width: 767px) {
  .connect-main-container h1{
    font-size: 26px;
    line-height: 36px;
  }
  .connect-main-container h2{
    font-size: 30px;
    line-height: 36px;
  }
  .connect-main-container h3{
    font-size: 26px;
    line-height: 36px;
  }
  .connect-main-container h4{
    font-size: 22px;
    line-height: 24px;
  }
  .developer-edition-container h1{
    font-size: 30px;
    line-height: 35px;
  }
  .developer-edition-container h2{
    font-size: 30px;
    line-height: 36px;
  }
  .developer-edition-container h3{
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
  }
  .developer-edition-container h4{
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
  }
  .two-column-icon-with-text-col{
    margin: 0 0 30px !important;
    width: 100%;
  }
  .two-column-icon-with-text-section h3 {
    margin-bottom: 40px;
  }
  .inOrbit-connect-banner-logo img {
    max-width: 200px !important;
  }
  .banner-pricing-section-v2 .banner-pricong-content-block {
    width: 100%;
    text-align: center;
    padding: 0 20px 20px;
  }
  .banner-pricing-section-v2 .banner-pricong-image-block{
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .banner-pricing-section-v2 .banner-pricong-content-block p {
    font-size: 18px;
    line-height: 21px;
  }
}/*-------- 767 ends here ----------*/
@media screen and (max-width: 480px) {
  .two-column-icon-with-text-col, .icon-with-text-main-page .two-column-icon-with-text-col{
    padding: 25px;
  }
  .icon-title-row .icon {
    height: 46px;
    width: 46px;
  }
  .inOrbit-connect-banner-logo {
    padding-bottom: 20px !important;
  }
}/*-------- 480 ends here ----------*/
/*-------------- inorbit-connect-main-page-css-start --------------*/
.connect-main-container .page-center{
  float: none!important;
  margin: 0 auto!important;
  max-width: 884px;
  padding: 0 20px;
  width: 100%;
}
.developer-edition-container .page-center{
  float: none!important;
  margin: 0 auto!important;
  max-width: 844px;
  padding: 0 20px;
  width: 100%;
}


/* inOrbit-connect-banner-section */
.inOrbit-connect-banner-image img {
  display: block;
}
.inOrbit-connect-banner-logo img {
  display: block;
  margin: 0 auto;
  width: 217px;
}
.inOrbit-connect-banner-logo {
  padding: 40px 0;
}

/* full-width-text-section */
.full-width-text-section h1 {
  margin-bottom: 68px;
  margin-top: 0;
}
.full-width-text-inner h5 {
  color: #D7D7D7;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
}
.full-width-text-inner p {
  color: #D7D7D7;
}
.developer-edition--text{
  text-align: center;
}
.developer-edition-container .developer-edition--text .button, .developer-edition-container .developer-edition--text .button:hover{
  font-weight: 400;
  padding: 9px 35px;
}

/* video-section */
.video-section {
  padding-bottom: 65px;
}

/* text-and-card-section */
.text-and-card-section .top-content-section h3 {
  margin-bottom: 23px;
}
.text-and-card-section .top-content-section{
  margin-bottom: 98px;
}
.text-and-card-section .top-content-section p{
  margin-bottom:0;
}
.text-and-card-section .card-wrapper{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text-and-card-section .card-block{
  width: calc(50% - 25px);
  width: -moz-calc(50% - 25px);
  width: -webkit-calc(50% - 25px);
  margin-right: 50px;
  border-radius: 10px;
  padding: 52px 38px;
}
.text-and-card-section .card-block:nth-child(2n) {
  margin-right: 0;
}
.text-and-card-section .card-img img {
  display: block;
  margin: 0 auto;
}
.text-and-card-section .card-img{
  margin-bottom: 38px;
}
.text-and-card-section .card-text h5 {
  margin-bottom: 30px;
}
.text-and-card-section .card-text{
  margin-bottom: 85px;
}
.text-and-card-section {
  padding-bottom: 126px;
}
.text-and-card-section .card-btn a.button {
  margin-bottom: 0;
}
.two-column-image-with-text-section .two-column-icon-with-text-col:nth-child(odd) {
  margin-right: 40px;
}
.two-column-image-with-text-section .two-column-icon-with-text-col:nth-child(2n) {
  margin-left: 40px;
}
.two-column-image-with-text-section .two-column-icon-with-text-col{
  width: calc(50% - 40px);
  width: -moz-calc(50% - 40px);
  width: -webkit-calc(50% - 40px);
}
.two-column-image-with-text-section .image img {
  display: block;
}
.two-column-image-with-text-section .two-column-image-with-text-bottom-text {
  text-align: center;
  margin-top: 8px;
}
.two-column-image-with-text-section .two-column-image-with-text-bottom-text a.button.button--blue{
  margin-bottom: 0;
}
.two-column-image-with-text-section {
  padding-bottom: 50px;
}
.two-column-image-with-text-section .two-column-image-with-text-bottom-text h5 {
  font-weight: 400;
}
/*-------------- inorbit-connect-main-page-css-end --------------*/



/*-------------- inorbit-connect-end-user-css-start --------------*/

/* full-width-text-image-box-section */
.full-width-text-image-box-title h3 {
  text-align: center;
  margin-bottom: 63px;
}
.full-width-text-image-box-inner {
  padding: 37px 30px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom:34px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.full-width-left-text {
  border-radius: 10px;
  margin-right: 70px;
  width: -moz-calc(53% - 78px);
  width: -webkit-calc(53% - 78px);
  width: calc(53% - 78px);
}
.full-width-right-image {
  width: 48%;
}
.full-width-left-text h2 {
  margin-bottom: 25px;
}
.full-width-text-image-box-inner:last-child {
  margin-bottom: 0;
}
.full-width-text-image-box-section {
  padding-bottom: 98px;
}



/* two-column-image-with-text-section */
.two-column-image-with-text-title h3 {
  text-align: center;
  max-width: 560px;
  width: 100%;
  margin: 0 auto 58px;
}
.two-column-image-with-text-row{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two-column-image-with-text-section h6{
  color: #FFFFFF;
  text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
  font-weight: 400;
}
.two-column-image-with-text-section .image-text-wrap h6 a {
  color: #009DE3;
}
.two-column-image-with-text-section .image-text-wrap h2{
  margin-bottom: 25px;
}
.two-column-image-with-text-section .image-text-wrap {
  margin-bottom: 35px;
}
.image-with-text-section .image-text-wrap .image img {
  display: block;
}
/*-------------- inorbit-connect-end-user-css-end --------------*/


/* three-column-image-with-text-section */
.three-column-image-with-text-section .three-column-image-with-text-title {
  text-align: center;
  margin-bottom: 70px;
}
.three-column-image img{
  margin: 0 auto;
  display: block;
}
.three-column-image-with-text-row{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.three-column-image-with-text-col{
  width: calc(33.33% - 32px);
  width: -moz-calc(33.33% - 32px);
  width: -webkit-calc(33.33% - 32px);
  margin-right: 47px;
  padding: 34px 32px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.three-column-image-with-text-col:nth-child(3n){
  margin-right: 0;
}
.three-column-image-with-text-row .three-column-image {
  margin-bottom: 25px;
}
.three-column-image-with-text-row .three-column-index h4 {
  margin-bottom: 10px;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.three-column-image-with-text-row .three-column-text p {
  color: #D7D7D7;
  margin-bottom: 0;
}
.three-column-image-with-text-bottom {
  text-align: center;
}
.three-column-image-with-text-bottom h5 {
  color: #FFFFFF;
  font-weight: 400;
}
.three-column-image-with-text-bottom h5 a {
  color: #C83596;
  font-weight: bold;
}
.three-column-image-with-text-bottom h5 a:hover{
  text-decoration: none;
}
.three-column-image-with-text-section {
  padding-bottom: 70px;
}




/* full-width-text-box-section */
.full-width-text-box-inner h4{
  margin: 0;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 10px 0;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700; 
}
.full-width-text-box-section {
  padding: 52px 0 70px;
}
.full-width-box-text {
  padding: 38px 20px 8px;
  text-align: center;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.full-width-box-text p {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  max-width: 589px;
  margin: 0 auto;
  width: 100%;
}
.full-width-box-text ul {
  text-align: left;
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  list-style: none;
  padding: 0;
  margin: 30px auto 42px;
  max-width: 200px;
  width: 100%;
}
.full-width-box-text ul li {
  margin: 0 0 10px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.full-width-box-text ul li .fa.fa-check {
  margin-right: 12px;
  color:#C83596;
}
.full-width-box-text ul li:last-child {
  margin-bottom: 0;
}

/* empower-engineers-icon-and-content-section */
.empower-engineers-icon-and-content-section {
  padding-bottom: 84px;
}
.empower-engineers-icon-and-content-wrapper{
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.empower-engineers-icon-and-content-block {
  width: calc(25% - 38px);
  margin-right: 50px;
  margin-bottom: 50px;
}
.empower-engineers-icon-and-content-block:nth-child(4n) {
  margin-right: 0;
}
.empower-engineers-icon-and-content-block .icon-section {
  height: 145px;
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  align-items: flex-end;
  -webkit-box-align: flex-end;;
  -moz-box-align: flex-end;;
  -ms-flex-align: flex-end;;
  -webkit-align-items: flex-end;;
  margin-bottom: 10px;
}
.empower-engineers-icon-and-content-block .icon-section img {
  height: 120px !important;
  width: auto;
}
.empower-engineers-icon-and-content-section .section-heading {
  margin-bottom: 65px;
}
.empower-engineers-icon-and-content-section .section-heading h4 {
  line-height: 32px;
}

/*----------------------------- responsive style -------------------------*/

@media screen and (max-width: 1199px) {

}/*-------- 1199 ends here ----------*/

@media screen and (max-width: 991px) {
  .text-and-card-section .top-content-section{
    margin-bottom: 55px;
  }
  .text-and-card-section {
    padding-bottom: 86px;
  }
  .video-section {
    padding-bottom: 45px;
  }
  .full-width-text-image-box-section {
    padding-bottom: 78px;
  }
  .full-width-text-image-box-title h3 {
    margin-bottom: 53px;
  }
  .full-width-text-section h1 {
    margin-bottom: 38px;
  }
  .two-column-icon-with-text-section h3 {
    margin-bottom: 50px;
  }
  .three-column-image-with-text-section {
    padding-bottom: 50px;
  }
  .empower-engineers-icon-and-content-block {
    width: calc(50% - 26px);
    width: -moz-calc(50% - 26px);
    width: -webkit-calc(50% - 26px);
    margin-bottom: 30px;
  }
  .empower-engineers-icon-and-content-block:nth-child(2n) {
    margin-right: 0;
  }
  .empower-engineers-icon-and-content-section .section-heading {
    margin-bottom: 45px;
  }

}/*-------- 991 ends here ----------*/

@media screen and (max-width: 880px) {

}/*-------- 880 ends here ----------*/

@media screen and (max-width: 767px) {
  .full-width-text-section h1 {
    font-size: 25px;
    margin-bottom: 35px;
  }

  .text-and-card-section .card-block {
    margin-right: 0;
    padding: 42px 20px;
    width: 100%;
    margin-bottom: 40px;
  }
  .text-and-card-section .card-img {
    margin-bottom: 28px;
  }
  .text-and-card-section .card-text{
    margin-bottom: 65px;
  }
  .text-and-card-section {
    padding-bottom: 66px;
  }
  .text-and-card-section .card-block:last-child{
    margin-bottom:0;
  }

  .full-width-left-text{
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .full-width-right-image {
    width: 100%;
  }
  .full-width-text-image-box-inner{
    text-align: center;
  }
  .two-column-image-with-text-section .two-column-icon-with-text-col{
    width: 100%;
    text-align: center;
  }
  .two-column-image-with-text-title h3 {
    margin: 0 auto 38px;
  }
  .full-width-text-image-box-section {
    padding-bottom: 58px;
  }
  .full-width-text-image-box-title h3 {
    margin-bottom: 35px;
  }

  .three-column-image-with-text-col{
    width: 100%;
    margin-right: 0;
  }
  .three-column-image-with-text-section .three-column-image-with-text-title {
    margin-bottom: 50px;
  }
  .three-column-image-with-text-row{
    margin-bottom: 20px;
  }
  
  .empower-engineers-icon-and-content-block .icon-section{
    justify-content: center;
  }
  .empower-engineers-icon-and-content-block {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .empower-engineers-icon-and-content-section {
    padding-bottom: 44px;
  }
  .empower-engineers-icon-and-content-section .text-section p {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  } 
  .empower-engineers-icon-and-content-section .section-heading {
    margin-bottom: 35px;
  }
}/*-------- 767 ends here ----------*/