*, *: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: 3.052rem;
  margin: 3rem 0 1.38rem;
}

/* 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;
}
/* R Css */
.full_row1 {
  padding-bottom: 12rem;
  padding-top: 120px;
}
.full_row1 .page-center {
  max-width: 986px;
}
.full_row1 .widget-type-rich_text p {
  color: rgba(0,0,0,.8);
  font-size: 1rem;
  letter-spacing: -.48px;
  margin-bottom: 50px;
}

.full_row1 .widget-type-rich_text h5 {
  letter-spacing: -.96px;
  font-size: 1.25rem; 
  margin: 0;
}
.full_row1 .widget-type-rich_text h6 {
  letter-spacing: -.4px;
  font-size: 1.15rem;
  color: rgba(0,0,0,.35);
  font-family: Helvetica;
  margin-bottom: 6rem;
}
.full_row1 .widget-type-rich_text h3 { 
  margin: 0;
}
.full_row1 .widget-type-rich_text ul {
  padding: 0;
  list-style: none;
  letter-spacing: -.48px;
  font-size: 1rem;
  margin-bottom: 50px;
  font-weight: 700;
  margin-top: 0; 
  font-family: Montserrat;
}
.full_row1 .widget-type-rich_text p a {
  text-decoration: underline;
  color: inherit;
}
.full_row1 .widget-type-rich_text h4 {
  letter-spacing: -.48px;
  font-size: 1rem; 
  margin: 0;
  font-weight: 700; 
  margin-top: 36px; 
}
.full_row1 .widget-type-rich_text > span > div {
  font-size: 1rem;
  letter-spacing: -.48px;
}
.full_row1 .widget-type-rich_text table th {
  font-size: 1rem;
  padding: 1px 14px;
}

.full_row1 .widget-type-rich_text table th, 
.full_row1 .widget-type-rich_text table td {
  background-color: #fff;
  color: #333333;
} 
.fido-page .col1-wrapper {}
.fido-page .col1-wrapper .page-center {
  padding-bottom: 110px;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.fido-page .col1-wrapper .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-top: 10px;
  font-size: 1rem;
  letter-spacing: -.48px;
}
.fido-page .col1-wrapper .hs_cos_wrapper_type_rich_text p,
.fido-page .col1-wrapper .hs_cos_wrapper_type_rich_text li {
  font-size: inherit;
  color: inherit;
}
.fido-page .col1-wrapper .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.fido-page .col2-wrapper .page-center {
  padding-bottom: 122px;
  margin-left: auto;
  max-width: 1600px;
  margin-right: auto;
}


@media (max-width: 1795px){

  .fido-page .col1-wrapper .page-center {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .fido-page .col2-wrapper .page-center {
    padding-left: 7rem;
    padding-right: 7rem;
  }

}
@media (max-width: 1439px){

  .fido-page .col1-wrapper .page-center {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .fido-page .col2-wrapper .page-center {
    padding-left: 4rem;
    padding-right: 4rem;
  }

}

@media (max-width: 1023px){

  .fido-page .col1-wrapper .page-center {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .fido-page .col1-wrapper .hs_cos_wrapper_type_rich_text {
    font-size: 0.7rem;
    margin: 0;
    letter-spacing: -.28px;
  }
  .fido-page .col1-wrapper .hs_cos_wrapper_type_rich_text br {
    display: none;
  }
  .fido-page .col2-wrapper .page-center {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 42px;
  }
  .fido-page .col1-wrapper .dnd-column {
    padding-top: 0 !important;
  }

}

.full_row1 .page-center {
  margin-left: auto;
  margin-right: auto;
}
.full_row1 .dnd-section > .row-fluid {
  padding: 0 !important;
}
.full_row1 .widget-type-rich_text table {
  text-indent: 0;
  border-color: inherit;
  background: transparent;
  border-collapse: collapse;
  margin: 0;
  border: none;
  width: 100%;
  margin-bottom: 40px;
}

.full_row1 .widget-type-rich_text table th {
  padding: 0;
  background: transparent;
  vertical-align: middle;
  color: inherit;
  width: 16.666667%;
  border-width: 1px;
  padding: 1px 1rem;
  text-align: center;
  font-size: 0.7rem;
  letter-spacing: -.28px;
}
.full_row1 .widget-type-rich_text table td {
  padding: 15px;
  text-align: left;
  vertical-align: middle;
  font-family: Helvetica;
  font-size: 0.7rem;
  letter-spacing: -.24px;
}
.full_row1 .widget-type-rich_text blockquote {
  margin: 0;
  padding: 0;
  border: none;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Helvetica;
  font-size: 1rem;
  letter-spacing: -.32px;
  color: rgb(51, 51, 51);
}
.full_row1 .widget-type-rich_text blockquote p {
  margin-bottom: 26px;
}
.full_row1 .row-fluid [class*="span"] {
  min-height: auto;
}
.full_row1 .widget-type-rich_text ul li a {
  display: block;
}

.about-grp1 .hs-video-wrapper {
  padding-bottom: 3.5rem;
}
.about-pg .font_same {
  font-size: .7rem;
}
.about-grp4 .awd-wrapper {
  padding-top: 0;
  padding-bottom: 59px;
}
.about-grp4 .awd-wrapper .awd-title>span {
  color: rgba(0,0,0,.65);
}

.career-page.req_pg.contact_pg .widget-type-rich_text h4 {
  font-weight: 400;
} 
.container-fluid.row9_wrap .related-topic {
  margin-top: 0; 
}
.container-fluid.row9_wrap .related-topic .related-topic-inner {
  margin-top: 30px;
}
.req_pg .hs-input {
  color: #333;
}
.req_pg select.hs-input {
  color: rgb(51 51 51 / 20%);
}
.req_pg select.hs-input option {
  font-weight: 500;
  color: #333;
}
form input[type="checkbox"]:not(:disabled)+span {
  font-weight: 400;
} 
ul.no-list.hs-error-msgs.inputs-list label { 
  font-family: Helvetica,sans-serif;
  font-weight: 400;
  color: #e2574c; 
}
.req_pg select.hs-input.active:focus + svg {
  transform: rotate( 
    -90deg
  ) translateZ(0px);   
}
.req_pg select.hs-input:focus  {
  outline:0
}


@media (max-width: 1023px) {
  .fido-page .container-fluid.col3 .icon-with-content {
    padding-bottom: 20px !important; 
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text svg { 
    width: 100%;
  }
  .container-fluid.row9_wrap .related-topic .related-topic-inner {
    margin-top: 20px;
    padding-top: 2rem;
  }
  .media-blog-header .desktop {
    display: block !important;
  }
  .full_row1 .widget-type-rich_text h3 {
    font-size: 1.563rem;
    letter-spacing: -1.28px;
  }
  .full_row1 .widget-type-rich_text h5 {
    font-size: 0.7rem;
    margin-bottom: 20px;
    font-family: Helvetica;
    letter-spacing: -.32px;
  }
  .full_row1 .widget-type-rich_text h6 {
    font-size: inherit;
    font-weight: inherit;
    margin-bottom: 26px;
    letter-spacing: normal;
  }
  .full_row1 .widget-type-rich_text p {
    font-size: 0.7rem;
    letter-spacing: -.32px;
    margin-bottom: 40px;
  }
  .full_row1 {
    padding-bottom: 8rem;
    padding-top: 48px;
  }
  .full_row1 .widget-type-rich_text ul {
    font-size: 0.7rem;
    letter-spacing: normal;
    margin-bottom: 60px;
  }
  .full_row1 .widget-type-rich_text h4 {
    letter-spacing: -.32px;
    font-size: 0.7rem;
    font-family: Helvetica;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .full_row1 .widget-type-rich_text blockquote p {
    margin-bottom: 0;
  }
  .full_row1 #glossary,
  .full_row1 #DataRetention {
    margin-bottom: 17px;
  }
  .full_row1 #sufferedByYou > span {
    margin: 0 !important;
    line-height: inherit !important;
  }
  .full_row1 .widget-type-rich_text table {
    max-width: 853px;
    margin-bottom: 0 !important; 
  }
  .about-grp4 .awd-wrapper .awd-items {
    overflow-x: scroll;
  }
  .about-grp4 .awd-wrapper .awd-top-title h2 {
    letter-spacing: -1.92px;
  }
  .about-grp2 .hsiwc-wrap .hsiwc-content p, 
  .about-grp2 .hsiwc-wrap .hsiwcl-col2 p { 
    color: #333;
  }
  .about-grp4 .awd-wrapper .awd-title > span {
    color: rgba(0,0,0,.8);
  }
  .full_row1 .widget-type-rich_text table {
    width: 853px;
  }
  .table_wrap {
    overflow: auto;
    margin-bottom: 40px; 
  }

}
form input[type="checkbox"]:not(:disabled)+span:before { 
  border-radius: 0 !important;
} 
.hs-subscription-form-wrapper .hs-subscription-form-inner .overlay-inner .bottom-content form .input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 500; 
  letter-spacing: -.8px; 
} /* Webkit Browsers */
.hs-subscription-form-wrapper .hs-subscription-form-inner .overlay-inner .bottom-content form .input input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 500;
  letter-spacing: -.8px;
} /* Firefox 18- */
.hs-subscription-form-wrapper .hs-subscription-form-inner .overlay-inner .bottom-content form .input input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 500;
  letter-spacing: -.8px;
} /* Firefox 19+ */
.hs-subscription-form-wrapper .hs-subscription-form-inner .overlay-inner .bottom-content form .input input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  font-weight: 500;
  letter-spacing: -.8px;
} /* IE10 */

.career-page form .hs-input[type="file"] {
  padding-left: 50px !important;
}
::-webkit-file-upload-button { 
  margin-left: -40px !important;
}
@media (min-width: 1024px) { 
  .full_row1 .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .full_row1 .widget-type-rich_text h4 {
    margin: 0;
  }
  .full_row1 .widget-type-rich_text table {
    margin-bottom: 50px;
  }
  .full_row1 .widget-type-rich_text table th {
    width: 347px;
    font-size: 0.7rem;
    letter-spacing: -.72px;
  }
  .full_row1 .widget-type-rich_text table th:nth-child(2) {
    width: auto;
  }
  .full_row1 .widget-type-rich_text table td {
    font-family: Montserrat;
    font-size: 0.7rem;
    letter-spacing: -.64px;
  }
  .full_row1 .widget-type-rich_text blockquote {
    margin-left: 70px;
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 1rem;
    letter-spacing: -.48px;
  }
  .about-grp1 .hs-video-wrapper {
    padding-bottom: 120px;
  }
  .about-grp4 .awd-wrapper {
    padding-bottom: 9rem;
  }
  .about-grp4 .awd-wrapper .awd-top-title {
    margin-bottom: 40px;
  }
  .about-grp4 .awd-wrapper .awd-img {
    margin-bottom: 7px;
  }
  .about-grp4 .awd-wrapper .awd-title>span {
    font-size: 1rem;
    letter-spacing: -.4px;
  }
  .about-grp4 .awd-wrapper .awd-title {
    margin-bottom: 20px;
  }



}


/* R Css */
/* A style */
.transparent_header .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: transparent !important;
  box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
  transition: background 0.5s, box-shadow 0.5s;
}
.transparent_header .header.sticky {
  background-color: rgb(79, 79, 79);
  box-shadow: rgb(0 0 0 / 3%) 2px 2px 3px;
}

@media (max-width: 1023px) {
  .transparent_header .header {
    background-color: rgba(79,79,79,1.0) !important;
  }
}

div[class*="-full-width-section"] > .row-fluid {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0px;
} 

.form_page .dnd-section,
.form_page .dnd-section .dnd-column,
.no_pad .dnd-section,
.no_pad .dnd-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}
.form_page .dnd-section > .row-fluid {
  padding-bottom: 5rem;
  padding-top: 2.5rem;
}
.form_page span.hs-form-required {
  display: none;
}
.form_page .actions {
  text-align: center;
  padding-top: 2rem;
}
::-webkit-file-upload-button {
  -webkit-appearance: button !important;
  font: inherit;
  background: #F4B240;
  border: 0;
  border-radius: 3.5px;
  color: #fff;
  margin-left: 10px;
  margin-top: 2px;
  font-family: Helvetica,sans-serif !important;
  font-size: 0.7rem !important;
  font-weight: 400 !important;
}


/**********Career Css*************/

.career-page .widget-type-rich_text h3 {
  font-size: 1.953rem;
  font-weight: 400;
  margin: 0;
}
.career-page .widget-type-rich_text h2 {
  font-size: 2.441rem;
  margin: 0;
  color: rgb(244, 178, 64);
  margin-top: .75rem;
}
.career-page .widget-type-rich_text p {
  color: rgb(108, 108, 108);
  margin: 0;
  margin-top: 1rem;
}
.career-page .widget-type-linked_image {
  position: relative;
  margin-top: 1.5rem;
  width: 100%;
}
.career-page .widget-type-linked_image img {
  width: 100%;
}
.career-page .widget-type-linked_image:after,
.career-page .widget-type-linked_image:before {
  position: absolute;
  top: -.5rem;
  right: 0;
  content: "";
  background-color: rgb(245, 185, 90);
}
.career-page .widget-type-linked_image:after {
  width: 1rem;
  height: 6rem;
}
.career-page .widget-type-linked_image:before {
  width: 6rem;
  height: 1rem;
}
.career-page .row1_wrap .span6 {
  width: 50%;
  margin-left: 0;
}

/***********Solution Iot Css**************/

.font_same {
  line-height: 1.75;
}
.font_same img,
.solution-m2m-page img {
  max-width: 100%;
}
.font_same .widget-type-rich_text h2 {
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: -1.12px;
  margin: 0;
}
.font_same .widget-type-rich_text h3 {
  margin: 0;
  color: rgb(51, 51, 51);
  font-weight: 500;
  font-size: 1rem;
}
.font_same .widget-type-rich_text p {
  color: rgb(108, 108, 108);
  margin: 0;
  margin-top: 1rem;
}
.font_same .widget-type-rich_text p br {
  display: none;
}

.solution-iot-page div#pain-points {
  background: rgb(249, 250, 251);
  padding-bottom: 40px;
}
.solution-iot-page .row1_wrap {
  padding-top: 50px;
}
.solution-iot-page .row2_wrap .widget-type-rich_text {
  margin-top: 2.5rem;
}
.solution-iot-page .row3_wrap .widget-type-rich_text {
  margin-top: 1.5rem;
}
.solution-iot-page .row3_wrap .widget-type-rich_text img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.solution-iot-page .row4_wrap .widget-type-rich_text {
  margin-top: 50px;
}
.solution-iot-page .row5_wrap .widget-type-rich_text {
  margin-top: 40px;
}
.solution-iot-page div#how-to-solve {
  padding-bottom: 3rem;
}
.solution-iot-page .row6_wrap {
  margin-top: 60px;
}
.solution-iot-page .row6_wrap .widget-type-rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: .5rem;
  padding-left: 1.25rem;
}
.solution-iot-page .row6_wrap .widget-type-rich_text ul li {
  margin-bottom: .75rem;
  display: flex;
}
.solution-iot-page .row6_wrap .widget-type-rich_text ul li:last-child {
  margin-bottom: 0;
}
.solution-iot-page .row6_wrap .widget-type-rich_text ul li span {
  padding-left: .5rem;
}
.solution-iot-page .row6_wrap .widget-type-rich_text ul li:before {
  content: "";
  min-width: 8px;
  height: 8px;
  border-radius: 9999px;
  margin-top: .5rem;
  background-color: rgb(0, 0, 0);
  display: inline-block;
}
.solution-iot-page .row7_wrap .widget-type-rich_text {
  margin-top: 40px;
}
.solution-iot-page .row9_wrap .widget-type-rich_text p {
  color: rgb(51, 51, 51);
}

.font_same .related-topic {
  margin-top: 20px;
}
.font_same .related-topic .related-topic-inner {
  margin-top: 0;
}
.font_same .related-topic .related-topic-inner h2.section-heading {
  margin-bottom: 0;
}
.font_same .related-topic a {
  color: rgb(51, 51, 51);
  display: inline-block;
  margin-bottom: -3px;
}
.font_same .related-topic .related-topic-inner a.button {
  margin-bottom: 0;
}

/************Tech fido*********/

.tech-fido-page .hs-banner-area .hs-content h1.section-header {
  letter-spacing: 0;
}
.tech-fido-page.font_same .widget-type-rich_text p {
  margin: 0;
  margin-top: 1rem;
  letter-spacing: -.28px;
}
.tech-fido-page.font_same .row1_wrap .widget-type-rich_text p {
  color: #333;
}
.tech-fido-page .row1_wrap .widget-type-rich_text {
  padding-bottom: 3.5rem;
  padding-top: 1.5rem;
}
.tech-fido-page .sidebar {
  right: .5rem;
}
.tech-fido-page div#offer {
  padding-top: 60px;
  padding-bottom: 60px;
}
.tech-fido-page.font_same .row3_wrap .widget-type-rich_text p {
  margin-top: 20px;
  margin-bottom: 40px;
}
.tech-fido-page .row7_wrap .widget-type-rich_text p {
  margin-top: 20px;
}
.tech-fido-page .row8_wrap .widget-type-rich_text {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 1px 2px 0 rgb(0 0 0 / 6%);
  border: 1px solid #e5e7eb;

}
.tech-fido-page .row8_wrap .widget-type-rich_text svg {
  display: inline-block;
  vertical-align: initial;
}
.tech-fido-page .row8_wrap {
  padding-bottom: 60px;
}
.tech-fido-page .related-topic .related-topic-inner h2.section-heading {
  margin-bottom: 2px;
}
.tech-fido-page .sidebar .rounded-full {
  background-color: rgba(0, 0, 0, 0.35);
}

/**********Solution Css***************/

.solution-page .row1_wrap .widget-type-rich_text {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.solution-page .row1_wrap .widget-type-rich_text p {
  letter-spacing: -.28px;
  color: #333;
  margin-top: 1.5rem;
}
.solution-page .row2_wrap .dnd-section {
  background-color: rgba(0,0,0,.03);
  padding-top: 60px;
  padding-bottom: 60px;
}
.solution-page .row2_wrap .widget-type-rich_text svg {
  display: inline-block;
  vertical-align: initial;
}
.solution-page .row2_wrap .widget-type-rich_text h6 {
  margin-bottom: 20px;
  font-family: Montserrat;
  font-size: 1.15rem;
  font-weight: 500;
}
.solution-page .row2_wrap .widget-type-rich_text svg {
  display: block;
  vertical-align: initial;
  margin: 0 auto;
}
.solution-page .row3_wrap .dnd-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.solution-page .row4_wrap .content_with_image_column {
  margin-top: 0 !important;
}
.solution-page .row4_wrap .content_with_image_column .content, 
.solution-page .row4_wrap .content_with_image_column .content p {
  margin-top: 15px;
  margin-bottom: 0;
}
.solution-page .row5_wrap .content_with_image_column.left .title h3 {
  margin-top: 1rem;
}
.solution-page .row6_wrap {
  background-color: rgba(0,0,0,.03);
}
.solution-page .row6_wrap .hs-banner-area {
  height: 330px;
}
.solution-page .row6_wrap .hs-banner-area .hs-content h1.section-header {
  font-size: 1.56rem;
}
.solution-page .row6_wrap .hs-banner-area .hs-content .content {
  font-weight: 500;
  letter-spacing: -.28px;
  font-size: 1.25rem;
}
.solution-page .row8_wrap {
  margin-bottom: 1.5rem;
}
.solution-page.font_same .related-topic {
  margin-top: 0;
}

.ul_style .widget-type-rich_text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: .5rem;
  padding-left: 1.25rem;
}
.ul_style .widget-type-rich_text ul li {
  margin-bottom: .75rem;
  display: flex;
}
.ul_style .widget-type-rich_text ul li:before {
  content: "";
  min-width: 8px;
  height: 8px;
  border-radius: 9999px;
  margin-top: .5rem;
  background-color: rgb(0, 0, 0);
  display: inline-block;
  margin-right: .5rem;
}
.solution-car-page .row2_wrap,
.solution-car-page .row4_wrap{
  margin-top: 48px;
}
.solution-car-page .row3_wrap {
  margin-top: 1.5rem;
}
.solution-car-page.font_same .widget-type-rich_text p {
  color: #333;
}
.solution-car-page .row4_wrap .widget-type-rich_text h3 {
  letter-spacing: -.72px;
}
.solution-car-page .row5_wrap .widget-type-rich_text {
  margin-top: 50px;
}
.solution-car-page .row5_wrap .widget-type-rich_text h3 {
  margin-top: 1rem;
  font-size: 1.953rem;
  font-weight: 500;
  letter-spacing: -1.12px;
}
.solution-car-page .row5_wrap .widget-type-rich_text p {
  margin-top: 1.25rem;
  letter-spacing: -.28px;
  color: rgb(108, 108, 108);
}

.font_same .two_cols_wrapper .span6 {
  padding-top: 1.5rem;
  width: calc(50% - 30px);
}
.font_same .two_cols_wrapper .span6:last-child {
  margin-left: 60px;
}

.font_same .two_cols_wrapper .widget-type-rich_text h2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  letter-spacing: 0;
  font-size: 0.7rem;
}
.font_same .two_cols_wrapper .widget-type-rich_text img {
  display: block;
}
.font_same .two_cols_wrapper .widget-type-rich_text h3 {
  font-size: 1rem;
  margin-top: 1rem;
}
.font_same .two_cols_wrapper .widget-type-rich_text ul {
  margin: 0;
  padding: 0;
  font-size: 0.7rem;
}
.font_same .two_cols_wrapper .widget-type-rich_text ul li::before {
  background-color: rgb(244, 178, 64);
}
.solution-car-page .row7_wrap {
  margin-top: 80px;
  margin-bottom: 80px;
}
.solution-car-page .row7_wrap .widget-type-rich_text h3 {
  margin-top: 1rem;
  letter-spacing: -.72px;
}
.solution-car-page .row7_wrap .widget-type-rich_text p {
  color: rgb(108, 108, 108);
}

/************Payment Page*************/

.payment-page div#pain-points {
  padding-top: .75rem;
}
.payment-page div#how-to-solve {
  padding-bottom: .75rem;
}
.payment-page .row1_wrap .widget-type-rich_text {
  margin-top: 50px;
}
.payment-page .row1_wrap .widget-type-rich_text p {
  color: #333;
  letter-spacing: -.28px;
}


.payment-page .content_with_image_column .image_wrap {
  width: 100%;
  margin-top: 1rem;
}
.payment-page .content_with_image_column {
  padding-bottom: 3rem;
  padding-top: 1rem;
  margin-top: 1.5rem;
}
.payment-page .content_with_image_column .content h3 {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -.72px;
  margin-bottom: 0;
}
.payment-page .content_with_image_column .content p {
  letter-spacing: -.28px;
  margin-bottom: 0;
}
.payment-page .content_with_image_column .content {
  margin: 0;
}

.payment-page .row3_wrap {
  margin-top: 3.5rem;
  margin-bottom: 60px;
}
.payment-page .row3_wrap .widget-type-rich_text p {
  letter-spacing: -.28px;
}
.payment-page .row3_wrap .widget-type-rich_text ul {
  padding-top: 0;
}

.payment-page .row4_wrap .content_with_image_column {
  margin-top: 0;
}




.payment-page .row4_wrap .content_with_image_column.left .content_wrap {
  padding-left: 80px;
  width: 100%;
}

.payment-page .row4_wrap .content_with_image_column .title h3 {
  margin-top: 1rem;
}

.payment-page .row4_wrap .content_with_image_column .title .border {
  width: calc(100% + 1rem);
  bottom: .25rem;
}
.payment-page .row4_wrap .content_with_image_column .content p {
  color: #333;
}
.payment-page .content_with_image_column .content_wrap {
  width: 100%;
}



.payment-page .row5_wrap .content_with_image_column,
.payment-page .row6_wrap .content_with_image_column{
  margin-top: 3rem;
}
.payment-page .row5_wrap .content_with_image_column.right .content_wrap_inn {
  margin-right: 0;
}
.payment-page .row5_wrap .content_with_image_column.right .title .border {
  width: calc(100% + 1rem);
  margin-left: -1rem;
}
.payment-page .row5_wrap .content_with_image_column.right .content p {
  color: #333;
}
.payment-page .row5_wrap .content_with_image_column .title {
  top: -3px;
}
.payment-page .row5_wrap .content_with_image_column .image_wrap img {
  display: inline-block;
}
.payment-page .row5_wrap .content_with_image_column {
  padding-bottom: 56px;
}
.payment-page .row6_wrap .content_with_image_column .image_wrap {
  margin-top: auto;
  margin-bottom: auto;
}
.payment-page .row6_wrap .content_with_image_column.left .content_wrap {
  width: 100%;
}
.payment-page .row6_wrap .content_with_image_column.left .content_wrap .content p {
  color: #333;
}
.payment-page .row6_wrap .content_with_image_column .title h3 {
  margin-top: 1rem;
}
.payment-page .row6_wrap .content_with_image_column .title .border {
  bottom: .25rem;
  width: calc(100% + 1rem);
}
.payment-page .row6_wrap .content_with_image_column.left .content_wrap .content p:first-child {
  letter-spacing: 0;
}
.payment-page div#why-swidch {
  margin-top: 80px;
}
.payment-page .hs-banner-area .hs-content .content br {
  display: block !important;
}
.payment-page .row3_wrap .widget-type-rich_text p br {
  display: block;
}

/**********Solution M2m Css**************/

.solution-m2m-page div#pain-points {
  padding-bottom: .75rem;
  padding-top: .75rem;
}
.solution-m2m-page .row1_wrap .widget-type-rich_text {
  margin-top: 50px;
}
.solution-m2m-page .row1_wrap .widget-type-rich_text h2,
.solution-m2m-page .row4_wrap .widget-type-rich_text h2{
  margin: 0;
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: -1.12px;
}
.solution-m2m-page .row1_wrap .widget-type-rich_text p,
.solution-m2m-page .row4_wrap .widget-type-rich_text p{
  margin: 0;
  margin-top: 1rem;
  color: rgb(108, 108, 108); 
}
.solution-m2m-page .row3_wrap .content_wit_left_img {
  margin-top: 70px;
}
.solution-m2m-page .row3_wrap .content_wit_left_img .content p {
  letter-spacing: 0;
}
.solution-m2m-page div#how-to-solve {
  margin-bottom: 3.5rem;
}
.solution-m2m-page .row4_wrap .widget-type-rich_text ul li:last-child {
  margin-bottom: 0;
}
.solution-m2m-page .iwt_wrap {
  margin-top: 1.5rem;
}
.solution-m2m-page .iwt_wrap h3 {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
}
.solution-m2m-page .iwt_wrap .iwt_wrap_top p {
  margin-top: 1rem;
  font-size: 1rem;
  margin-bottom: 0;
}
.solution-m2m-page .iwt_wrap .iwt_item_wrap {
  margin-top: .5rem;
}
.solution-m2m-page .iwt_wrap figure img {
  display: block;
}
.solution-m2m-page .iwt_wrap figure figcaption {
  margin-bottom: 2.5rem;
  margin-top: .5rem;
  font-size: 0.7rem;
}
.solution-m2m-page .iwt_wrap {
  margin-bottom: 1.5rem;
}
.solution-m2m-page .row6_wrap .widget-type-linked_image img {
  display: block;
}


.solution-m2m-page .row7_wrap .widget-type-rich_text h2 {
  padding-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 0.7rem;
  margin-top: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}
.solution-m2m-page .row7_wrap .widget-type-rich_text p {
  margin: 0;
  margin-top: 1rem;
  color: rgb(108, 108, 108);
}
.solution-m2m-page .hs-banner-area .hs-content .content br {
  display: block !important;
}


@media (min-width: 768px) {
  .solution-page .row2_wrap .widget-type-rich_text svg {
    font-size: 348px;
  }
}

@media (min-width: 1024px) {
  .mobile {
    display: none !important;
  }
  .font_same .two_cols_wrapper .widget-type-rich_text h2 {
    font-size: 1.953rem;
    margin-bottom: 22px;
  }
  .font_same .two_cols_wrapper .widget-type-rich_text ul {
    font-size: 1rem;
    padding-top: 36px;
  }
  .font_same .two_cols_wrapper .span6:last-child ul {
    margin-left: 1rem;
  }
  .font_same .two_cols_wrapper .widget-type-rich_text ul li {
    margin-bottom: 20px;
  }
  .font_same .two_cols_wrapper .widget-type-rich_text ul li span {
    letter-spacing: -.36px;
  }
  .font_same .two_cols_wrapper .widget-type-rich_text h3 {
    font-size: 1.25rem;
    margin-top: 24px;
  }
  .solution-car-page .row2_wrap {
    margin-top: 60px;
  }
  .solution-car-page .row7_wrap {
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 80px;
    margin-bottom: 5rem;
  }
  .solution-car-page .row3_wrap,
  .solution-car-page .row4_wrap{
    margin-top: 100px;
  }
  .solution-car-page .row4_wrap {
    padding-bottom: 2rem;
  }
  .solution-car-page.font_same .row1_wrap .widget-type-rich_text p {
    margin-top: 38px;
  }
  .solution-car-page .row4_wrap .widget-type-rich_text p {
    letter-spacing: -.48px;
  }
  .solution-car-page .row5_wrap .widget-type-rich_text {
    margin-top: 4rem;
  }
  .solution-car-page .row5_wrap .widget-type-rich_text h3 {
    margin-top: 120px;
    font-size: 2.441rem;
  }
  .solution-car-page .row5_wrap .widget-type-rich_text p {
    margin-top: 38px;
    letter-spacing: -.48px;
  }
  .solution-car-page .row5_wrap .widget-type-rich_text ul {
    font-size: 1rem;
  }
  .font_same .widget-type-rich_text h2 {
    font-size: 2.441rem;
    letter-spacing: -1.92px;
  }
  .font_same .widget-type-rich_text h3 {
    font-size: 1.953rem;
  }
  .font_same .widget-type-rich_text p {
    font-size: 1rem;
    margin-top: 2rem;
  }
  .form_page .dnd-section > .row-fluid {
    padding-top: 120px;
  }
  .career-page .widget-type-rich_text h3 {
    font-size: 1.953rem;
    letter-spacing: -1.12px;
  }
  .career-page .widget-type-rich_text h2 {
    margin-top: 20px;
    font-size: 2.441rem;
  }
  .career-page .widget-type-rich_text p {
    letter-spacing: -.8px;
    font-size: 1rem;
    padding-right: 48px;
    margin-top: 40px;
  }
  .career-page .widget-type-linked_image {
    margin-top: 4rem;
  }
  .career-page .row1_wrap .span6:last-child {
    padding-left: 70px;
  }
  .solution-iot-page div#pain-points {
    padding-bottom: 94px;
  }
  .solution-iot-page .row1_wrap {
    padding-top: 100px;
  }
  .solution-iot-page .row1_wrap .widget-type-rich_text p {
    margin-top: 38px;
  }
  .solution-iot-page .row2_wrap .widget-type-rich_text {
    margin-top: 94px;
  }
  .solution-iot-page .row2_wrap .widget-type-rich_text p {
    margin-top: 27px;
  }
  .solution-iot-page .row3_wrap .widget-type-rich_text {
    margin-top: 97px;
  }
  .solution-iot-page .row5_wrap .widget-type-rich_text {
    margin-top: 60px;
    padding-bottom: 3rem;
  }
  .solution-iot-page div#how-to-solve {
    margin-bottom: 160px;
    margin-top: 4rem;
  }
  .solution-iot-page .row6_wrap {
    margin-top: 108px;
  }
  .solution-iot-page .row6_wrap .widget-type-rich_text ul {
    font-size: 1rem;
    margin-left: 1rem;
    padding-top: 2.5rem;
  }
  .solution-iot-page .row6_wrap .widget-type-rich_text ul li {
    margin-bottom: 3.5rem;
  }
  .solution-iot-page .row6_wrap .widget-type-rich_text ul li span {
    padding-left: 1.5rem;
  }
  .solution-iot-page .row6_wrap .widget-type-rich_text ul li:before {
    min-width: 12px;
    height: 12px;
  }
  .solution-iot-page .row7_wrap .widget-type-rich_text h3 {
    margin-top: 5rem;
  }
  .font_same .related-topic {
    margin-top: 30px;
  }
  .font_same .widget-type-rich_text p br {
    display: block;
  }
  .tech-fido-page .row1_wrap .widget-type-rich_text {
    padding-top: 95px;
    padding-bottom: 110px;
  }
  .tech-fido-page.font_same .widget-type-rich_text p {
    letter-spacing: -.48px;
  }
  .tech-fido-page div#offer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .tech-fido-page.font_same .row3_wrap .widget-type-rich_text p {
    margin-bottom: 70px;
    margin-top: 30px;
  }
  .tech-fido-page .row7_wrap .widget-type-rich_text p {
    margin-top: 10px;
  }
  .tech-fido-page .row7_wrap .widget-type-rich_text {
    margin-bottom: 90px;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
    display: block;
    padding-left: 100px;
    padding-top: 59px;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text svg {
    font-size: 673px;
  }
  .tech-fido-page .row8_wrap {
    padding-bottom: 120px;
  }
  .solution-page .row1_wrap .widget-type-rich_text {
    padding-bottom: 93px;
    padding-top: 100px;
  }
  .solution-page .row1_wrap .widget-type-rich_text p {
    letter-spacing: -.48px;
    margin-top: 25px;
  }
  .solution-page .row2_wrap .widget-type-rich_text h6 {
    font-size: 1.15rem;
    margin-bottom: 40px;
    letter-spacing: -.96px;
  }
  .solution-page .row2_wrap .widget-type-rich_text svg {
    font-size: 464px;
  }
  .solution-page .row3_wrap .dnd-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .solution-page .row4_wrap .content_with_image_column .content, 
  .solution-page .row4_wrap .content_with_image_column .content p {
    margin-top: 30px;
  }
  .solution-page .row5_wrap .content_with_image_column.left .content, 
  .solution-page .row5_wrap .content_with_image_column.left .content p {
    margin-bottom: 52px;
    margin-top: 26px;
  }
  .solution-page .row5_wrap .content_with_image_column.left .title .border {
    bottom: -.25rem;
  }
  .solution-page .row6_wrap {
    margin-top: 73px;
  }
  .solution-page .row6_wrap .hs-banner-area {
    height: 400px;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content {
    max-width: 1171px;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content h1.section-header {
    font-size: 2.441rem;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content .content {
    letter-spacing: -.56px;
  }
  .solution-page .row8_wrap {
    margin-bottom: 120px;
  }
  .ul_style .widget-type-rich_text ul {
    font-size: 1rem;
    margin-left: 1rem;
    padding-top: 2.5rem;
  }
  .ul_style .widget-type-rich_text ul li:before {
    min-width: 12px;
    height: 12px;
    margin-right: 1.5rem;
  }
  .payment-page .row3_wrap {
    margin-top: 120px;
    margin-bottom: 0;
  }
  .payment-page .row4_wrap .content_with_image_column.left .content_wrap {
    padding-right: 8rem;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 60px;
  }
  .payment-page .row3_wrap .widget-type-rich_text p {
    margin-top: 3rem;
  }
  .payment-page .row3_wrap .widget-type-rich_text ul {
    margin-top: 60px;
    padding-left: 3rem;
  }
  .payment-page .row4_wrap .content_with_image_column.left .content_wrap {
    padding-right: 8rem;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 60px;
  }
  .payment-page .content_with_image_column {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 81px;
  }
  .payment-page .content_with_image_column.left .content_wrap {
    margin-top: auto;
    margin-bottom: auto;
    width: 83.333333%;
    padding-right: 4rem;
    padding-left: 40px;
  }
  .payment-page .content_with_image_column .col_wrap {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    align-items: center;
  }
  .payment-page .content_with_image_column .content h3 {
    font-size: 1.953rem;
  }
  .payment-page .content_with_image_column .content p {
    margin-top: 30px;
  }
  .payment-page .content_with_image_column .content p+h3 {
    margin-top: 5rem;
  }
  .payment-page .row4_wrap .content_with_image_column .content p {
    margin-top: 2rem;
  }
  .payment-page .row4_wrap .content_with_image_column {
    margin-top: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .payment-page .row5_wrap .content_with_image_column.right .content p {
    margin-top: 2rem;
  }
  .payment-page .row5_wrap .content_with_image_column .col_wrap {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 2rem;
  }
  .payment-page .row5_wrap .content_with_image_column {
    padding-bottom: 56px;
  }
  .payment-page .row6_wrap .content_with_image_column {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .payment-page .row6_wrap .content_with_image_column.left .content_wrap .content p {
    margin-top: 2rem;
  }
  .payment-page .row6_wrap .content_with_image_column.left .content_wrap .content p + p {
    margin-top: .75rem;
  }
  .solution-m2m-page div#pain-points {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    margin-top: 100px;
  }
  .solution-m2m-page .row1_wrap .widget-type-rich_text h2,
  .solution-m2m-page .row4_wrap .widget-type-rich_text h2{
    font-size: 2.441rem;
    letter-spacing: -1.92px;
  }
  .solution-m2m-page .row1_wrap .widget-type-rich_text p {
    width: 75%;
    margin-top: 2rem;
    font-size: 1rem;
  }
  .solution-m2m-page .row4_wrap .widget-type-rich_text p {
    margin-top: 38px;
    font-size: 1rem;
  }
  .solution-m2m-page div#how-to-solve {
    margin-top: 3rem;
  }

  .solution-m2m-page .iwt_wrap h3 {
    font-size: 1.953rem;
  }
  .solution-m2m-page .iwt_wrap .iwt_wrap_top p {
    margin-top: 40px;
    font-size: 1rem;
  }
  .solution-m2m-page .iwt_wrap .iwt_item_wrap {
    margin-top: 2rem;
  }
  .solution-m2m-page .iwt_wrap figure figcaption {
    margin-bottom: 1rem;
    margin-top: 24px;
    font-size: 1.25rem;
  }

  .solution-m2m-page .iwt_wrap {
    margin-bottom: 60px;
  }
  .solution-m2m-page .row7_wrap .widget-type-rich_text h2 {
    font-size: 1.953rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-top: 40px;
  }
  .solution-m2m-page .row7_wrap .widget-type-rich_text p {
    letter-spacing: -.4px;
    font-size: 1rem;
    margin-top: 2rem;
  }
}

@media (min-width: 1280px) {
  .tech-fido-page .row8_wrap .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 141px;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text svg {
    font-size: 847px;
  }
  .payment-page div#pain-points {
    padding-top: 1.5rem;
  }
}

@media (min-width: 1440px) {
  .solution-iot-page .row3_wrap .widget-type-rich_text {
    margin-top: 3rem;
  }
  .solution-iot-page .row4_wrap .widget-type-rich_text {
    margin-top: 3rem;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
    padding-top: 108px;
    padding-bottom: 108px;
    padding-left: 7rem;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text svg {
    font-size: 1009px;
  }
  .solution-page .row2_wrap .widget-type-rich_text svg {
    font-size: 696px;
  }
  .solution-m2m-page .iwt_wrap {
    margin-top: 4rem;
  }
  .solution-m2m-page div#why-swidch {
    margin-top: 160px;
  }
}

@media (min-width: 1600px) {
  .payment-page .row5_wrap .content_with_image_column.right .content_wrap {
    padding-left: 260px;
  }
  .payment-page .row6_wrap .content_with_image_column.left .content_wrap {
    padding-left: 80px;
    padding-right: 16rem;
  }
}

@media (min-width: 1792px) {
  .career-page .row1_wrap .span6:last-child {
    padding-left: 140px;
  }
  .solution-iot-page .row4_wrap .widget-type-rich_text {
    margin-top: 120px;
  }
  .solution-page .row2_wrap .widget-type-rich_text svg {
    font-size: 870px;
  }
  .payment-page .row4_wrap .content_with_image_column.left .content_wrap {
    padding-left: 80px;
  }
  .payment-page .row5_wrap .content_with_image_column {
    margin-top: 120px;
  }
  .payment-page div#why-swidch {
    margin-top: 160px;
  }
  .payment-page div#pain-points {
    padding-top: 100px;
  }
  .payment-page .row5_wrap .content_with_image_column,
  .payment-page .row6_wrap .content_with_image_column {
    margin-top: 120px;
  }
  .solution-m2m-page div#how-to-solve {
    margin-top: 160px;
  }
  .solution-m2m-page .iwt_wrap {
    margin-top: 100px;
  }
}

@media (min-width: 1800px) {
  .tech-fido-page .row8_wrap .widget-type-rich_text {
    height: 550px;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
    padding-left: 13rem;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text svg {
    font-size: 1262px;
  }
}

@media (max-width: 1791px) {
  .career-page.req_pg .widget-type-rich_text p br {
    display: none;
  }
  .tech-fido-page .hs-banner-area .hs-content .content br {
    display: block;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content .content br {
    display: block;
  }
  .solution-iot-page .hs-banner-area .hs-content .content br {
    display: block;
  }
  .solution-iot-page .widget-type-rich_text p br {
    display: none;
  }
  .font_same .widget-type-rich_text p br {
    display: none;
  }
  .solution-car-page .hs-banner-area .hs-content .content br {
    display: block;
  }
  .solution-car-page .row4_wrap .widget-type-rich_text p br {
    display: block;
  }
  .font_same .two_cols_wrapper .widget-type-rich_text img {
    display: inline-block;
  }
  .content_with_image_column .payment_option .cols p br {
    display: none;
  }
  .solution-m2m-page .row7_wrap .widget-type-rich_text h2 br {
    display: none;
  }
  .solution-m2m-page .row7_wrap .widget-type-rich_text p br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .desktop {
    display: none !important;
  }
  .solution-car-page .row4_wrap .widget-type-rich_text p br {
    display: none;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text svg.mobile {
    display: block !important;
    margin: 0 auto;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text svg {
    display: block;
    margin: 0 auto;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text {
    padding: 30px 0 !important;
    margin-top: 30px;
  }
  .ul_style .row5_wrap .widget-type-rich_text ul li:last-child {
    margin-bottom: 7px;
  }
  .font_same .two_cols_wrapper .widget-type-rich_text img {
    display: inline-block;
  }
  .solution-car-page .hs-banner-area .hs-content .content br {
    display: none;
  }
  .font_same .two_cols_wrapper .dnd-section > div > .dnd-column > .dnd-row > .row-fluid {
    display: block !important;
  }
  .font_same .two_cols_wrapper .span6 {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .font_same .two_cols_wrapper .span6:last-child {
    margin-left: 0px;
  }
  .solution-car-page .row7_wrap .widget-type-rich_text h3 {
    margin-top: 0;
  }
  .solution-car-page .row7_wrap {
    margin-top: 73px;
  }
  .form_page .dnd-section > .row-fluid {
    display: block !important;
  }
  .career-page .row1_wrap .span6 {
    width: 100%;
  }
  .career-page .widget-type-rich_text h3 br {
    display: none;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }
  .form-columns-2 .hs-form-field:first-child {
    margin-bottom: 0;
  }
  .font_same .related-topic .related-topic-inner {
    padding-top: 2rem;
  }
  .font_same .related-topic a {
    margin: 0;
  }
  .font_same .related-topic .list .item:not(:last-child) {
    margin-right: 14px;
  }
  .tech-fido-page .row7_wrap .widget-type-rich_text p {
    letter-spacing: -.4px;
  }
  .tech-fido-page .row8_wrap .widget-type-rich_text > .hs_cos_wrapper_type_rich_text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 30px;
    line-height: 0;
  }
  .tech-fido-page .related-topic .related-topic-inner h2.section-heading {
    margin-bottom: 0;
  }
  .solution-page .row2_wrap .widget-type-rich_text h6 {
    letter-spacing: -.96px;
  }
  .solution-page .banner-section .hs-banner-area .hs-content .content {
    letter-spacing: -.4px;
  }
  .solution-page .row5_wrap .content_with_image_column {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content .content {
    font-size: 0.7rem;
    letter-spacing: -.28px;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content .content br {
    display: block;
  }
  .solution-page.font_same .related-topic .related-topic-inner {
    padding-top: 0;
  }
  .solution-car-page .hs-banner-area .hs-content .content br {
    display: block;
  }
  .solution-car-page .row4_wrap .widget-type-rich_text p {
    letter-spacing: -.28px;
    margin-top: 1.25rem;
  }
  .tech-fido-page .hs-banner-area .hs-content .content br {
    display: none;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content .content br {
    display: none;
  }
  .solution-iot-page .hs-banner-area .hs-content .content br {
    display: none;
  }
  .payment-page .content_with_image_column .image_wrap img {
    display: inline-block;
  }
  .payment-page .row3_wrap .widget-type-rich_text p br {
    display: none;
  }
  .payment-page .row3_wrap .widget-type-rich_text ul li br {
    display: none;
  }
  .payment-page .row3_wrap .widget-type-rich_text ul li:last-child {
    margin-bottom: 0;
  }
  .payment-page .row4_wrap .content_with_image_column.left .content_wrap {
    padding-left: 0;
  }
  .payment-page .content_with_image_column .title .border {
    width: 100% !important;
    bottom: -4px !important;
    height: 4px;
    margin-left: 0 !important;
  }
  .payment-page .content_with_image_column .title {
    margin-bottom: 4px;
  }
  .payment-page .row5_wrap .content_with_image_column .title {
    top: 0;
  }
  .payment-page .row5_wrap .content_with_image_column.right .content p {
    margin-bottom: 27px;
  }
  .payment-page .row5_wrap .content_with_image_column.right .content p:first-child {
    margin-bottom: 50px;
  }
  .payment-page .row5_wrap .content_with_image_column.right .content p:last-child {
    margin-bottom: 0;
  }
  .payment-page .row5_wrap .content_with_image_column {
    padding-bottom: 3rem;
  }
  .payment-page .row6_wrap .content_with_image_column .image_wrap {
    margin-top: 1rem;
  }
  .payment-page .row6_wrap .content_with_image_column .title h3 {
    font-size: 1.563rem;
  }
  .payment-page .row6_wrap .content_with_image_column.left .content_wrap .content p {
    margin-bottom: 27px;
  }
  .solution-m2m-page .row3_wrap .content_wit_left_img {
    margin-top: 40px;
  }
  .solution-m2m-page div#how-to-solve .row4_wrap {
    margin-top: 40px;
  }
  .solution-m2m-page .row4_wrap .widget-type-rich_text ul {
    padding-left: 0;
  }
  .solution-m2m-page .iwt_wrap figure img {
    width: auto;
    margin: 0 auto;
  }
  .solution-m2m-page .row4_wrap .widget-type-rich_text p br {
    display: none;
  }
  .solution-m2m-page .row6_wrap .widget-type-linked_image {
    width: 100%;
  }
  .solution-m2m-page .row6_wrap .widget-type-linked_image img {
    width: 100%;
    display: block;
  }
  .solution-m2m-page .row6_wrap {
    padding-top: 2rem;
  }
  .solution-m2m-page .row7_wrap .widget-type-rich_text h2 {
    padding: 0;
    margin: 1rem;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }
}

@media (max-width: 767px) {
  .solution-iot-page .row3_wrap .widget-type-rich_text img.visible-phone {
    display: block !important;
  }
  .solution-page .row2_wrap .dnd-section {
    padding-top: 40px;
  }
  .solution-page .row2_wrap .widget-type-rich_text svg.visible-phone {
    display: block !important;
    margin-bottom: 7px;
  }
  .solution-page .row6_wrap .hs-banner-area .hs-content .content br {
    display: none;
  }

}


.page-center,
.dnd-section > .row-fluid,
.tech-fido-page .row8_wrap .widget-type-rich_text {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1024px) {
  .page-center,
  .dnd-section > .row-fluid,
  .tech-fido-page .row8_wrap .widget-type-rich_text {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 1600px;
  }
}

@media (min-width: 1440px) {
  .page-center,
  .dnd-section > .row-fluid,
  .tech-fido-page .row8_wrap .widget-type-rich_text {
    padding-left: 7rem;
    padding-right: 7rem;
  }
}

@media (min-width: 1600px) {
  .page-center,
  .dnd-section > .row-fluid,
  .tech-fido-page .row8_wrap .widget-type-rich_text {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1796px) {
  .page-center,
  .dnd-section > .row-fluid,
  .tech-fido-page .row8_wrap .widget-type-rich_text {
    padding-left:0;
    padding-right: 0
  }
}

/* A style */
.page-container {
  padding-left: 20px;
  padding-right: 20px
}

@media (min-width: 1024px) {
  .page-container { 
    padding-left: 4rem; 
    padding-right: 4rem
  }
}

@media (min-width: 1440px) {
  .page-container {
    padding-left:7rem;
    padding-right: 7rem
  }
}

@media (min-width: 1600px) {
  .page-container {
    margin-left:auto;
    margin-right: auto
  }
}

@media (min-width: 1796px) {
  .page-container {
    padding-left:0;
    padding-right: 0
  }
}
form {
  margin-bottom: 20px;
}  
.career-page form {
  margin-bottom: 0;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.nopd .dnd-section {
  padding: 0;
}

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


.nopd .dnd-section>.row-fluid {
  max-width: 100%;
  padding: 0;
} 

.otac_row2 .widget-type-rich_text p {
  margin-top: 2.25rem;
  font-size: 1rem;
  letter-spacing: -.48px;
  color: #333;
  margin-bottom: 0;
}

.otac_row2  .widget-type-rich_text h2 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 2.441rem;
  letter-spacing: -1.92px;
  font-weight: 500;
}
.otac_row2 {
  padding-bottom: 96px; 
  padding-top: 100px;
}   

.otac_row3 .related-topic .related-topic-inner {
  margin-top: 1.5rem;
}
.otac_row3 .related-topic {
  margin-top: 0; 
}  
.career-page.req_pg .widget-type-rich_text p {
  margin-top: 0;
  padding-right: 0;
  letter-spacing: -.4px;
}
.career-page.req_pg .widget-type-rich_text h1{
  font-size: 3.052rem;
  margin-bottom: 26px;
}
.career-page.req_pg .row1_wrap .span6:last-child {
  padding-left: 3rem;
}
.career-page.req_pg  .hs-form-field {
  margin-bottom: 20px;
}
.career-page.req_pg .hs-fieldtype-booleancheckbox.field.hs-form-field {
  margin-bottom: 14px;
}
.career-page.req_pg.form_page .actions { 
  text-align: center;
  padding-top: 45px;
  padding-bottom: 17px;
}
.career-page.req_pg input.hs-button.primary.large {
  font-family: 'Montserrat';
}
.career-page.req_pg .dnd-section>.row-fluid { 
  padding-bottom: 120px;
}
/* Contact */
.career-page.contact_pg .widget-type-linked_image {
  margin-top: 0;
}
.career-page.contact_pg .widget-type-linked_image:after, 
.career-page.contact_pg .widget-type-linked_image:before {
  display: none;
}
.contact_pg.career-page.req_pg .row1_wrap .span6:last-child {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.contact_pg.career-page.req_pg .hs-form-field {
  margin-bottom: 17px;
}
.career-page.contact_pg .row1_wrap .span6:first-child {
  min-height: 937px;
  position: relative;
}
.career-page.contact_pg .widget-type-linked_image img {
  height: 100vh !important;
  object-fit: cover;
  display: block; 
}
.career-page.req_pg.contact_pg .widget-type-rich_text h4 {
  font-family: Helvetica;
  font-size: 1.563rem;
  letter-spacing: -1.28px;
  margin: 0;
  color: inherit;
}
.career-page.req_pg.contact_pg textarea {
  height: 168px;
  resize: none;
}
.career-page.req_pg.contact_pg .widget-type-rich_text h1 {
  font-weight: 700;
  margin-bottom: 2.5rem;
  font-size: 3.052rem;
  letter-spacing: -1.92px;
  font-family: Montserrat,sans-serif;
  color: #fff;
}
.career-page.req_pg.contact_pg .widget-type-rich_text {
  padding-left: 20px;
  left: 10rem;
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  transform: translateY(-66.666667%);
} 
.contact_pg .hs_i_agree_to_the_swidch_terms_and_conditions___required_.hs-i_agree_to_the_swidch_terms_and_conditions___required_.hs-fieldtype-booleancheckbox.field.hs-form-field {
  position: relative;
  top: -5px;
}

.career-page.req_pg.contact_pg .dnd-section>.row-fluid {
  padding-bottom: 0;
}
.col4-wrapper .page-center {
  max-width: 100%;
  padding: 0;
} 
.career-page.thnk_pg .widget-type-linked_image {
  margin: 0;
}

.career-page.thnk_pg .widget-type-linked_image:after, 
.career-page.thnk_pg .widget-type-linked_image:before{
  display: none;
}
.thnkyou_pg {
  min-height: 100vh;
}
.thnkyou_pg  .career-page .widget-type-linked_image img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
}
.thnkyou_pg .career-page .row1_wrap .span6:last-child {
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
.thnkyou_pg .career-page .widget-type-rich_text p {
  margin: 0;
  letter-spacing: -.21px; 
} 
.req_pg  .hs-input { 
  border-radius: .25rem;
}
.req_pg  .hs-input:focus {
  outline: #000 auto 1px; 
}

.thnkyou_pg  .nopd .dnd-section>.row-fluid {
  align-items: center;
}
.thnkyou_pg .career-page .widget-type-rich_text h1 {
  font-weight: 700;
  font-size: 1.953rem;
}  
.p120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.enter_row2 {
  background-color: rgba(0,0,0,.03);
} 
.pstyle p {
  font-size: 1rem;
  letter-spacing: -.4px;
  color: #6c6c6c;
  margin-top: 35px;
  margin-bottom: 0;
}
.pstyle h2 {
  font-size: 2.441rem;
  letter-spacing: -1.92px;
  font-weight: 500;
}

.enter_row3 .widget-type-rich_text ul li svg {
  position: relative;
  top: .75rem;
  width: 12px;
  height: 12px; 
}
.enter_row3 .widget-type-rich_text ul li {
  display: flex;
} 
.enter_row3 .widget-type-rich_text ul li + li {
  margin-top: 35px;
}
.enter_row3 .widget-type-rich_text ul li span {
  margin-left: 20px;
}
.enter_row3 .widget-type-rich_text ul {
  font-size: 1rem;
  padding-top: 4rem;
  letter-spacing: -.4px;
  padding-left: 4rem;
  padding-bottom: 6rem;
  list-style: none;
  margin: 0;
}
.enter_row4 .why_swidch {
  background-color: rgba(0,0,0,.03);
}
.gb .related-topic .related-topic-inner {
  margin-top: 30px;
}
.gb .related-topic {
  margin-top: 0;
}
.mil_pg .enter_mdl>img {
  display: none;
}
.mil_pg .enter_mdl .page-center>img {
  display: block;
  height: 635px;
  width: 635px;
  max-width: 100%; 
}
.mil_pg .enter_mdl .enter_blank {
  display: none;
}
.mil_pg .enter_mdl .enter_cnt {
  margin-left: 40px;
}
.ent_mdl_wrap .enter_mdl .page-container {
  padding: 0;
}
.page-container { 
  max-width: 1600px;
}
.icam_pg .enter_row2.p120 { 
  background-color: #fff;
}
.icam_pg .pstyle p {
  letter-spacing: normal;
}

.icam_row3 .content_with_image_column.left {
  margin-top: 14px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.icam_row3 .content_with_image_column.left h3 {
  font-size: 1.953rem;
  font-weight: 500;
  font-family: Montserrat,sans-serif;
  margin: 0;
  letter-spacing: normal;
}

.icam_row3 .content_with_image_column.left .content {
  margin: 0;
}

.icam_row3 .content_with_image_column.left .content_wrap {
  padding-right: 8rem;
  padding-left: 20px;
  width: 50%;
}

.icam_row3 .content_with_image_column.left .image_wrap {
  width: 50%;
  padding-right: 20px;
  display: flex;
}

.icam_row3 .content_with_image_column.left .content p {
  margin-top: 28px;
  margin-bottom: 0;
}

.icam_row3 .content_with_image_column.left .content p + h3 {
  margin-top: 35px;
}

.icam_row3 .content_with_image_column.left .col_wrap {
  align-items: inherit;
}

.icam_row3 .content_with_image_column.left .image_wrap img {
  height: 80%;
  margin-top: auto;
  margin-bottom: auto;
  object-fit: cover; 
}
.icam_pg .enter_row4 .why_swidch {
  background-color: rgba(249,250,251,1);
} 
.enter_row3.pstyle.icam_row4 {
  margin-top: 5rem;
  padding-top: 1.5rem;
  padding-bottom: 5rem; 
}

.enter_row3.pstyle.icam_row4 .widget-type-rich_text p {
  letter-spacing: -.48px;
  margin-top: 2.5rem;
}

.enter_row3.pstyle.icam_row4 .widget-type-rich_text ul {
  margin-left: 1rem;
  padding: 0 0 0 1.25rem;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  letter-spacing: normal;
}

.enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li svg {
  height: 12px;
  width: 12px;
  fill: #000;
  top: 7px; 
}
.enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li:last-child {
  margin-bottom: 0;
}
.enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li svg circle {
  fill: #000;
}

.enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li {
  margin-bottom: 3.5rem;
}
.hd_wrap,
footer{
  font-size: 0.7rem;
}
.home_row2 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 124px;
}

.home_row2 .widget-type-rich_text h2 {
  font-size: 2.441rem;
  letter-spacing: -1.92px;
  font-weight: 500;
}

.home_row2 .widget-type-rich_text h2  span {
  color: rgba(244,178,64,1);
}
.home_row3 {
  padding-bottom: 115px;
} 
.home_row2 .widget-type-rich_text p {
  margin-top: 30px;
  letter-spacing: -.4px;
  margin-bottom: 0;
}

.home_row2 .widget-type-rich_text p + p {
  margin-top: 3.5rem;
}

.home_row2 .widget-type-rich_text p > a svg {
  width: .75rem;
  margin-left: 7px;
}
.home_row2 .widget-type-rich_text p > a {
  letter-spacing: -.4px;
  margin-top: 60px;
  display: block;
  font-family: Montserrat;
  font-weight: 600;
  color: #333;
} 
.icam_pg .icam_row3 .content_with_image_column.left .content{
  margin-left: 0;
  margin-right: 0;
} 
.icam_row3 .content_with_image_column.left .content {
  margin: 1.5rem;
  margin-bottom: 0;
}
.body-container-wrapper .full_row1 .widget-type-rich_text table td { 
  vertical-align: top;
}
.h_slider_wrap .slider_btn .slick-arrow {
  cursor: pointer;
} 
.tech_row1 .hs-banner-area .hs-content span.section-sub-header {
  font-family: Helvetica,sans-serif;
  letter-spacing: normal;
}

.tech_row1 .hs-banner-area .hs-content h1.section-header {
  letter-spacing: normal;
}

.tech_row2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tech_row2 p {
  margin: 1rem 0 0;
}

.tech_row3 .what_we_face .two_cols .right {
  height: 100%;
  top: 0;
  width: 50%;
}

.tech_row3 .what_we_face .two_cols {
  padding-bottom: 3.5rem;
}

.tech_row3 .what_we_face .two_cols_wrap {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}


.tech_row3 .what_we_face .top_title h2 {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}

.tech_row3 .top_content_wrap_inn {
  padding-top: 60px;
}

.tech_row3 .what_we_face .two_cols .left, .what_we_face .two_cols .left p {
  letter-spacing: -.4px;
}

.tech_row3 .what_we_face .three_cols_wrap {
  padding-top: 3.5rem;
  padding-bottom: 5rem; 
}

.tech_row3 .what_we_face .three_col_inn .t_cols {
  padding: 20px 40px;
}

.tech_row3 .what_we_face .t_cols .content {
  padding-top: 35px;
  letter-spacing: -.3px;
  color: rgba(0,0,0,.65);
}

.tech_row3 .what_we_face .t_cols .content {
  padding-bottom: 3rem;
} 

.tech_row6 .sol_wrap {
  padding-top: 7rem; 
  padding-bottom: 7rem;
}

.tech_row6 .sol_wrap h2 {
  font-size: 2.441rem;
  letter-spacing: -1.92px;
  font-weight: 500;
  margin-bottom: 6rem;
}

.tech_row6 .sol_wrap .sol_item img {
  width: 24rem;
  height: 24rem;
}

.tech_row6 .sol_wrap .sol_item_inr {
  margin-left: 35px;
}

.tech_row6 .sol_wrap .sol__ttl>a {
  letter-spacing: normal;
}

.tech_row6 .sol_wrap .sol_cnt {
  margin-bottom: 7px;
  margin-top: 28px;
  letter-spacing: -.4px;
}

.tech_row6 .sol_wrap .sol_item+.sol_item {
  margin-top: 30px;
}

.tech_row6 .sol_wrap .sol_cnt p {
  font: inherit;
} 

.tech_row6 .sol_wrap .sol_cnt p + p {
  margin-top: 31.500px;
}

.tech_row6 .awd-wrapper {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.tech_row6 .awd-wrapper .page-container {
  padding-top: 3.5rem;
}
.tech_row6 .related-topic {
  margin-top: 0; 
}
.tech_row6 .related-topic .related-topic-inner {
  margin-top: 0;
}

.tech_row6  .sidebar {
  right: .5rem;
}
.tech_row6  .sidebar .rounded-full {
  background-color: rgba(0, 0, 0, 0.35);
}
.body-wrapper {
  overflow: hidden;
}
.solution-car-page .pain-points {
  background-color: rgba(249,250,251,1);
  padding-bottom: 120px;
  padding-top: 80px;
}

@media (min-width: 1024px){
  .tech_row5 {
    padding-bottom: 7rem;
  }

  .full_row1 .widget-type-rich_text h3 {
    letter-spacing: -1.68px;
  }

  .thnk_pg {
    height: auto !important;
  }
  .wth_banner .hd_wrap {
    min-height: auto !important;
  }


  .contact_pg.career-page.req_pg .row1_wrap .span6:last-child {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .career-page.req_pg.form_page.contact_pg .actions {
    text-align: left;
    padding-top: 20px; 
  }
  .enter_row3.pstyle p {
    margin-top: 30px;
  } 
  .icam_pg .enter_row2.p120 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
  }
  .home_row4 .awd-wrapper {
    padding-top: 2rem;
  }
  .mil_pg .hs-banner-area .hs-content .content br {
    display: block;
  }
  .enter_row3.pstyle .widget-type-rich_text p br {
    display: block;
  }
  .iwt_wrap .iwt_bt_cnt p br {
    display: block;
  }
  .icam_pg .enter_row2.p120 p br {
    display: block;
  }

  .hs-banner-area .hs-content .content br {
    display: block;
  }



}
@media (min-width: 1280px){
  .contact_pg.career-page.req_pg .row1_wrap .span6:last-child {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .career-page.req_pg .row1_wrap .span6:last-child {
    padding-left: 5.5rem;
  }
  .row3_wrap .content_with_image .content_wrap p br {
    display: none;
  }
  .row3_wrap .content_with_image .content_wrap p {
    margin-right: -37px;
  }

}
@media (min-width: 1792px){
  .contact_pg.career-page.req_pg .row1_wrap .span6:last-child {
    padding-left: 8rem;
    padding-right: 8rem;
  }
  .career-page.req_pg .row1_wrap .span6:last-child {
    padding-left: 7rem;
  }
  .career-page.contact_pg .row1_wrap .span6:first-child {
    min-height: 976px; 
  }
  .mil_pg .enter_mdl .enter_cnt {
    margin-left: 100px;
  }

}
@media (max-width: 1791px) {
  .pstyle p br {
    display: none;
  } 

  .mil_pg  .enter_mdl .page-center {
    padding: 30px 40px;
  }

}
@media (max-width: 1439px){
  .enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li svg {
    height: 8px;
    width: 9px;
  }
  .tech_row6 .sol_wrap .sol_cnt {
    margin-bottom: 0; 
  }

  .why_swidch .image_cap .cap { 
    font-size: 0.7rem;
  } 
}
@media (max-width: 1279px){
  .career-page.req_pg .widget-type-rich_text p br {
    display: none;
  }
  .pstyle p br {
    display: none;
  } 
  .icam_row3 .content_with_image_column.left .border_wrap {
    display: none;
  }
  .icam_row3 .content_with_image_column.left {
    padding-left: 0;
    padding-right: 0;
  }
  .icam_row3 .content_with_image_column.left .content p br {
    display: none;
  } 
  .enter_row3.pstyle.icam_row4 {
    margin-top: 2.5rem; 
  }


} 
@media (max-width: 1023px){
  .solution-car-page .pain-points { 
    padding-bottom: 58px;
    padding-top: 50px;
  }
  .solution-car-page.font_same .two_cols_wrapper .widget-type-rich_text ul {
    margin-top: 1rem;
  }
  header.header {
    background-color: rgba(79,79,79,1.0) ;
  }
  .nopd.otac_row1 .hs-banner-area .hs-content .content br {
    display: block;
  } 
  .mil_pg .enter_mdl .page-center {
    padding: 20px 20px 50px;
  }
  .mil_pg .enter_mdl .page-center>img { 
    width: 635px;
    height: auto; 
  }
  .mil_pg .enter_mdl .enter_cnt {
    margin-left: 0;
  }
  .p120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .otac_row2 {
    padding-bottom: 3rem;
    padding-top: 0;
  }
  .otac_row2 .widget-type-rich_text p br {
    display: none;
  }

  .otac_row2 .widget-type-rich_text p {
    font-size: 0.7rem;
    margin-top: 0;
    letter-spacing: normal;
  }
  .otac_row2 .widget-type-rich_text h2 {
    font-size: 1.563rem;
    font-weight: 500;
    letter-spacing: -1.12px;
    margin-bottom: 20px;
    margin-top: 40px;
  } 
  .career-page.req_pg .dnd-section>.row-fluid {
    padding-bottom: 120px;
    padding-top: 4rem;
    padding-bottom: 100px;
  }
  .career-page.req_pg .widget-type-rich_text h1 {
    font-size: 2.441rem;
    margin-bottom: 20px;
  }
  .career-page.req_pg .widget-type-rich_text p br {
    display: none;
  }

  .career-page.req_pg .widget-type-rich_text p {
    letter-spacing: -.21px;
  } 
  .career-page.req_pg .row1_wrap .span6:last-child {
    padding-left: 0;
    padding-top: 6rem;
  } 
  .career-page.req_pg form .inputs-list span { 
    font-size: .875rem;
  }
  .career-page.req_pg.form_page .actions { 
    padding-bottom: 41px;
  }
  .career-page.req_pg input.hs-button.primary.large {
    font-size: .875rem;
  }
  .career-page.req_pg .hs-fieldtype-booleancheckbox.field.hs-form-field {
    margin-bottom: 17px;
  } 
  .career-page.req_pg.contact_pg .dnd-section>.row-fluid {
    padding-bottom: 0;
    padding-top: 0;
  }
  .career-page.contact_pg .widget-type-linked_image img {
    height: 330px !important; 
  }

  .career-page.contact_pg .row1_wrap .span6:first-child {
    min-height: 330px;
    position: relative;
  }
  .career-page.req_pg.contact_pg .widget-type-rich_text {
    left: 0;
  }
  .career-page.req_pg.contact_pg .widget-type-rich_text h4 {
    margin-top: 1.25rem;
    letter-spacing: -.28px;
    font-size: 0.7rem;
  }

  .career-page.req_pg.contact_pg .widget-type-rich_text h1 {
    font-size: 1.563rem;
    letter-spacing: -1.12px;
    margin: 0;
  }
  .contact_pg.career-page.req_pg .row1_wrap .span6:last-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .career-page.req_pg.form_page.contact_pg .actions {
    padding-bottom: 108px;
    padding-top: 31px;
  }
  .contact_pg .hs_i_agree_to_the_swidch_terms_and_conditions___required_.hs-i_agree_to_the_swidch_terms_and_conditions___required_.hs-fieldtype-booleancheckbox.field.hs-form-field {
    position: relative;
    top: -5px;
    margin-bottom: 0;
  }
  .contact_pg  form .inputs-list>li {
    margin-bottom: 10px;
  }
  .career-page.req_pg.contact_pg textarea {
    height: 112px; 
  }
  .thnkyou_pg .nopd .dnd-section>.row-fluid {
    display: block !important;
    align-items: center;
  } 
  .thnkyou_pg .career-page .widget-type-linked_image img { 
    height: 330px !important;
  }
  .thnkyou_pg .career-page .row1_wrap .span6:last-child {
    padding: 30px 20px;
  }
  .thnkyou_pg .career-page .widget-type-rich_text h1 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }

  .pstyle p {
    letter-spacing: -.28px;
    font-size: 0.7rem;
    margin-top: 20px;
  }

  .pstyle h2 {
    font-size: 1.563rem;
    font-weight: 500;
    letter-spacing: -1.12px;
  }
  .enter_row3 .widget-type-rich_text ul {
    letter-spacing: -.28px;
    padding-top: 1.75rem;
    padding-bottom: 3.5rem;
    font-size: 0.7rem;
    padding-left: 0;
  }
  .enter_row3 .widget-type-rich_text ul li svg {
    transform: none;
    width: 12px;
    height: 6px;
    top: 10px; 
  }

  .enter_row3 .widget-type-rich_text ul li span {
    margin-left: 8px;
  }
  .enter_row3 .widget-type-rich_text ul li+li {
    margin-top: 14px;
  }
  .gb .related-topic .related-topic-inner {
    margin-top: 20px;
    padding-top: 28px;
  } 
  .icam_pg .pstyle p {
    margin-top: 14px;
  }
  .icam_pg .pstyle h2 {
    margin: 0;
  }
  .icam_row3 .content_with_image_column.left {
    padding-left: 7rem;
    padding-right: 7rem;
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
  .icam_row3 .content_with_image_column.left .image_wrap {
    width: 100%;
    padding-right: 0;
    display: flex;
    margin-top: 1rem;
    padding-bottom: 6px;
  }
  .icam_row3 .content_with_image_column.left .image_wrap img {
    height: auto;
  }
  .icam_row3 .content_with_image_column.left .content_wrap {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .icam_row3 .content_with_image_column.left h3 {
    margin-top: 1.5rem !important;
    font-size: 1rem;
  }
  .icam_row3 .content_with_image_column.left .content p {
    margin-top: 14px;
    margin-bottom: 0;
    letter-spacing: normal;
  }
  .enter_row3.pstyle.icam_row4 {
    margin-top: 2.5rem;
    padding-top: .75rem;
    padding-bottom: 40px;
  }
  .enter_row3.pstyle.icam_row4 .widget-type-rich_text p {
    margin-top: 1rem;
    letter-spacing: normal;
  }
  .enter_row3.pstyle.icam_row4 .widget-type-rich_text ul {
    padding-left: 1.25rem;
    margin-top: .5rem;
    margin-left: 0;
    font-family: Helvetica,sans-serif;
    font-size: 0.7rem;
  }
  .enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li {
    margin-bottom: .75rem;
    margin-top: 0;
  }
  .enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li svg {
    transform: none;
    width: 8px;
  }
  .home_row2 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  } 
  .home_row2 .widget-type-rich_text h2 {
    font-size: 1.563rem;
    font-weight: 500;
    letter-spacing: -1.12px;
  }
  .home_row2 .widget-type-rich_text p {
    letter-spacing: -.4px;
    font-size: 0.7rem;
    margin-top: 20px;
  }
  .home_row2 .widget-type-rich_text p + p {
    margin-top: 30px;
  }
  .home_row2 .widget-type-rich_text p>a { 
    margin-top: 30px;
  }
  .home_row3 {
    padding-bottom: 3.5rem;
  }
  body{
    font-size: 0.7rem !important; 
  }
  .home_row2 .widget-type-rich_text p>a svg {
    width: .5rem !important;
    height: 12px !important;
  }
  .tech_row2 {
    padding-bottom: 3.5rem;
    padding-top: 1.5rem;
  }
  .tech_row2 p br {
    display: none;
  }
  .tech_row3 .top_content_wrap_inn {
    padding-top: 0;
    padding-bottom: 0;
  }
  .tech_row3  .what_we_face .two_cols_inn {
    padding-top: 0; 
  }
  .tech_row3 .what_we_face .two_cols .left, .what_we_face .two_cols .left p {
    letter-spacing: -.28px;
  }
  .tech_row3 .what_we_face .two_cols {
    padding-bottom: 0;
  }
  .tech_row3 .what_we_face .two_cols_wrap {
    padding-top: 2.5rem;
    padding-bottom: 0;
  } 
  .tech_row3 .what_we_face .three_col_inn .t_cols {
    padding: 20px;
  }
  .tech_row3  .what_we_face .t_cols .title { 
    letter-spacing: normal;
  }
  .tech_row3 .what_we_face .t_cols .content { 
    letter-spacing: -.4px;
  }
  .tech_row3 .what_we_face .t_cols .content br {
    display: none;
  } 
  .tech_row6 .sol_wrap {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .tech_row6 .sol_wrap h2 {
    font-size: 1.563rem;
    font-weight: 500;
    letter-spacing: -1.12px;
    margin-bottom: 2.25rem;
  } 
  .tech_row6 .sol_wrap .sol_item img {
    width: 100%;
    height: 24rem;
  }
  .tech_row6 .sol_wrap .sol_item_inr {
    margin-left: 0;
  }
  .tech_row6 .sol_wrap .sol__ttl>a {
    font-size: 1.25rem;
    display: inline-block;
  }
  .tech_row6 .sol_wrap .sol_cnt {
    margin-top: 1.25rem;
    letter-spacing: -.21px;
  }
  .tech_row6 .sol_wrap .sol_item+.sol_item {
    margin-top: 35px;
  }
  .tech_row6 .sol_wrap .sol_cnt p+p {
    margin-top: 1.25rem;
  }
  .tech_row6 .awd-wrapper {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
  .tech_row6 .related-topic .related-topic-inner { 
    padding-top: 2rem;
  }

}

@media (max-width: 639px){
  .icam_row3 .content_with_image_column.left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li svg {
    transform: none;
    width: 19px;
    margin-right: -5px;
    height: 8px;
    margin-left: -3px;
  }
} 


@media (max-width: 400px){ 
  .enter_row3.pstyle.icam_row4 .widget-type-rich_text ul li svg { 
    margin-right: -2px; 
    margin-left: 0px;
  }
}
/* 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; 
}

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

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

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

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


.dnd-section[class*="force-full-width-section"] {
  padding-left: 0;
  padding-right: 0;
}
.dnd-section[class*="force-full-width-section"] .dnd-column {
  padding: 0;
}


/* --------- Custom Css --------- */
body {
  line-height: 1.75;
  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 { 
  line-height: 1.75;
  margin: 0 0 1rem 0;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 1.38rem 0;
}

/* Lists */

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

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;
  margin: 0 0 1rem 0;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form label {
  display: block;
  margin-bottom: .75rem;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1.2;
}

/* Help text - legends */

form legend {
  font-size: 1rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  padding: .5rem 16px;
  font-size: 1rem;
  line-height: 1.2;
  width: 100%;
  font-family: Montserrat;
  font-weight: 500;
  height: 3.5rem;
  width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  margin-top: -.25rem;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

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

/* GDPR */

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

/* Validation */

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


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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  min-width: 156px;
  min-height: 3.5rem;
  font-size: 1rem;
}

form input[type=submit]:hover,
form .hs-button:hover {
  box-shadow :rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

ul.no-list.hs-error-msgs.inputs-list {
    padding-left: 0;
    font-size: 0.7rem;
}
ul.no-list.hs-error-msgs.inputs-list label {
    font-size: 0.7rem;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label {
    background: rgb(251, 230, 229);
    line-height: 1.2;
    color: rgb(226, 87, 76);
    padding: 12px 20px;
    margin: 0;
    border-radius: 3.5px;
}
form .hs-input.invalid.error {
    border-color: rgb(226, 87, 76);
    background: rgb(251, 230, 229);
}

form.hs-form ::-webkit-input-placeholder { /* Webkit Browsers */
  color: rgb(51,51,51);
  opacity: .2;
  font-weight: 500;
  letter-spacing: -.56px;
}
form.hs-form :-moz-placeholder { /* Firefox 18- */
  color: rgb(51,51,51);
  opacity: .2;
  font-weight: 500;
  letter-spacing: -.56px;
}
form.hs-form ::-moz-placeholder { /* Firefox 19+ */
  color: rgb(51,51,51);
  opacity: .2;
  font-weight: 500;
  letter-spacing: -.56px;
}
form.hs-form :-ms-input-placeholder { /* IE10 */
  color: rgb(51,51,51);
  opacity: .2;
  font-weight: 500;
  letter-spacing: -.56px;
}
select.is-placeholder {
  color: rgb(51 51 51 / 20%);
  font-weight: 500;
  letter-spacing: -.56px;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
  margin-right: 0 !important;
}
.form-columns-2 .hs-form-field:first-child {
  padding-right: .5rem;
}
.form-columns-2 .hs-form-field:last-child {
  padding-left: .5rem;
}
.hs-fieldtype-select .input {
  position: relative;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.hs-fieldtype-select .input svg {
  display: inline-block;
  vertical-align: initial;
  width: 1rem;
  height: 1rem;
  transform: rotate(90deg) translateZ(0px);
  position: absolute;
  right: 14px;
  top: 20px;
}
form input[type=checkbox], form input[type=radio] {
  height: 1.5rem !important;
  width: 1.5rem !important;
  margin: 0 !important;
}
form .inputs-list span {
  display: inline-block;
  width: calc(100% - 21px);
  padding-left: 1.25rem;
  font-family: Helvetica;
  color: rgba(0,0,0,.65);
  font-size: 1rem;
  line-height: 1.2;
  display: inline-block;
}
form input[type="checkbox"]:not(:disabled) {
  position: absolute;
  left: -9999px;
}
form input[type="checkbox"]:not(:disabled) + span {
  position: relative;
  cursor: pointer;
}
form input[type="checkbox"]:not(:disabled) + span:before {
  content: '';
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translatey(-50%);
  width: 21px;
  height: 21px;
  border: 1px solid rgb(107, 114, 128);
  border-radius: 3px;
}
form [type="checkbox"]:not(:disabled):not(:checked) + span:after {
  opacity: 0;
}
form [type="checkbox"]:not(:disabled):checked + span:after {
  opacity: 1;
}
form input[type="checkbox"]:not(:disabled) + span:after {
  content: '';
  background-image: url(https://7061590.fs1.hubspotusercontent-na1.net/hubfs/7061590/raw_assets/public/Swidch_July2021/images/check.svg);
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -21px;
  font-size: 0.7rem;
  color: #fff;
}
form [type="checkbox"]:not(:disabled):checked + span:before {
  background-color: rgb(244, 178, 64);
  border-color: transparent;
}
.hs-fieldtype-file .hs-input {
  border-width: 1px;
  border-style: solid;
}
#file-upload-button {
  background: rgb(244, 178, 64);
  color: #fff;
}

form .inputs-list {
  padding-left: 21px;
}
form .inputs-list>li {
  margin: 0;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  form label {
    font-size: 1rem;
  }
  form input[type=text],
  form input[type=email],
  form input[type=password],
  form input[type=tel],
  form input[type=number],
  form input[type=file],
  form select,
  form textarea {
    height: 58px;
    font-size: 1rem;
  }
  .hs-fieldtype-select .input svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  form .inputs-list span {
    font-size: 1rem;
  }
  form input[type=submit],
  form .hs-button {
    min-width: 238px;
    min-height: 58px;
    font-size: 1rem;
  }
}

@media (min-width: 1440px) {
  form .inputs-list span {
    line-height: 1.2;
  }
}
/* Table */

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td { 
  vertical-align: bottom;
}
table {
  border-collapse: collapse;
}
/* Header container */

.header__container {
  margin:0 auto;
}

.hd_logo_inr svg {
  width: 151px;
  color: #fff;
  height: 37.7px; 
}
.trigger {
  display: none;
}
nav.navigation-primary > ul {
  display: flex; 
  margin: 0;
  padding: 0;
  list-style: none; 
}
.header__container.page-center {
  min-height: 100px;
  display: flex;
  align-items: center; 
  justify-content: space-between;
}
.hd_wrap { 
  min-height: 100px; 
}
nav.navigation-primary>ul > li {
  padding-left: 18px;
  padding-right: 18px;
}

nav.navigation-primary>ul > li > a {
  border-bottom: 4px solid transparent;
  padding-top: 34px;
  padding-bottom: 38px;
  font-size: 1rem;
  font-weight: 600;
  display: inline-block;
  word-break: normal;
  font-family: Montserrat; 
}

nav.navigation-primary>ul > li:last-child { 
  padding-right: 0;
}

.header__container.page-center {
  line-height: 1.2;
} 
.header {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: background-color 0.2s linear;
}
.no_banner .header {
  background-color: rgba(79,79,79,1.0);
} 
.related-topic-inner a {
  color: #333 !important;
} 
@media(min-width:1024px){
  .custom-menu-primary.mb {
    display: none;
  }
  .hd_hidden {
    display: none;
  } 
  .child_trigger {
    display: none;
  } 
  nav.navigation-primary>ul>li:hover > ul {
    display: block;
    box-shadow: 0 3px 6px rgb(0 0 0 / 8%);
    border-top: 1px solid hsla(0,0%,100%,.08);
  }

  nav.navigation-primary>ul>li > ul {
    display: none;
  }
  nav.navigation-primary>ul>li>ul {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    min-height: 442px;
  }

  .menu_inr { 

    margin-left: 5rem;
    flex: 1;
    height: 500px;
    overflow: auto;
  }
  ul.submenu.level-2 .page-center { 
    padding-top: 40px;
    padding-bottom: 2.5rem;  
  } 
  ul.submenu.level-2 .menu_inr_wrap {
    display: flex;
    flex-wrap: wrap; 
    position: relative;
  } 

  ul.submenu.level-2 .menu_ttl {
    font-size: 1rem;
    font-weight: 500;
    font-family: Montserrat,sans-serif;
    color: #fff;
  }

  .menu_cnt {
    position: absolute;
    right: 0;
    width: 473px; 
    top: 0;
    display: none;
    background: rgba(79,79,79,1);
  }
  .menu_cnt:before {
    background: rgba(79,79,79,1);
    left: -5px;
    height: 100%;
    width: 5px;
    position: absolute;
    content: "";
  }
  .menu_item > li a {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.32px;
    border-bottom: 1px solid rgba(253,192,54,0);
    display: inline-block;
    margin-bottom: 1rem;
    padding-top: 1rem;
    font-family: Montserrat !important;
    padding-right: 1rem;
  }

  .menu_item > li { 
    display: inline-block;
  } 
  .menu_item > li li a { 
    padding-top: 1rem;
    margin-left: 10px;
    margin-bottom: 1rem;
    padding-right: 1rem;
  } 
  .menu_cnt img { 
    width: 100%;
    height: 20rem;
    object-fit: cover;
    display: block;
  }
  .active_item_parent + .menu_cnt {
    display: block;
  }
  ul.submenu.level-2 .menu_inr.main_active >.menu_item:first-child>.menu_cnt {
    display: none;
  }
  .custom-menu-primary .menu_item li:hover +  .menu_cnt {
    display: block;
    min-height: 442px
  }
  .menu_item li:hover+.menu_cnt {
    display: block !important; 
  }
  nav.navigation-primary>ul ul {
    padding: 0;
    list-style: none;
  } 
  ul.submenu.level-2 .menu_inr > .menu_item:first-child > .menu_cnt {
    display: block;
  } 

  ul.submenu.level-2 .menu_item > li a:hover {
    color: rgba(244,178,64,1);
    border-color: rgba(244,178,64,1);
  } 
  .menu_cnt h6 {
    color: #fff;
    line-height: 1.2;
    letter-spacing: -.32px;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.7rem;
  }
  .menu_cnt p {
    font-size: 0.7rem;
    letter-spacing: -.32px;
    line-height: 1.2;
    color: #fff;
    font-family: Montserrat;
  }
  .menu_inr > .menu_item:nth-of-type(1)>li > a {
    padding-top: .25rem;
  }
  ul.submenu.level-3 .menu_item .menu_cnt {
    z-index: 1;
  }
  ul.submenu.level-2 {
    overflow: hidden;
  }
  nav.navigation-primary>ul>li:nth-of-type(4) >ul,
  nav.navigation-primary>ul>li:nth-of-type(5)>ul{ 
    min-height: auto;
  }
  nav.navigation-primary>ul>li:nth-of-type(1) >ul .menu_item:nth-of-type(2) .menu_cnt {
    width: 500px;
  }
  nav.navigation-primary>ul>li:nth-of-type(1) >ul .menu_item:nth-of-type(2) .menu_cnt img {
    width: 473px;
  }

}
@media (min-width: 1280px){

  .menu_inr {
    margin-left: 10rem;
  }
  ul.submenu.level-2 .menu_ttl {
    font-size: 1.563rem;
  }

}
@media (min-width: 1800px){

  .menu_inr {
    margin-left: 14rem;
    height: auto;
  } 
}
@media(max-width:1023px){
  .custom-menu-primary {
    display: none;
  }
  .custom-menu-primary.dsk {
    display: none !important;
  } 
  nav.navigation-primary>ul>li>a.active-branch + .child_trigger {
    color: rgba(244,178,64,1.0);
  }
  .header__container.page-center {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    min-height: 59px;
    display: block;
  }
  .hd_wrap { 
    min-height: 58px; 
  }
  .hd_logo_inr svg {
    width: 65px;
    color: #fff;
    height: 16.5px;
  } 

  .hd_logo {
    display: flex;
    justify-content: space-between;
  }
  .hd_logo.lp_logo {
    justify-content: center;
  }
  .trigger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  nav.navigation-primary>ul {
    display: block; 
  }

  nav.navigation-primary>ul > li > ul {
    display: none;
  }
  nav.navigation-primary>ul>li {
    padding: 1rem 20px;
  }

  .menu_open .custom-menu-primary {
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #fff;
    left: 0;
    top: 56px;
    max-height: 500px;
    overflow: auto; 
  }
  .trigger {
    cursor: pointer;
  } 
  .close {
    display: none;
  }
  .menu_open .trigger .trg {
    display: none;
  }
  .menu_open .trigger .close {
    display: block;
  }
  nav.navigation-primary>ul>li>ul>li.has-submenu .child_trigger {
    display: none;
  } 
  nav.navigation-primary>ul>li>a {
    border: 0;
    padding: 0;
    font-size: 0.7rem;
    line-height: 1.2;
    letter-spacing: -.21px;
    padding-bottom: 1rem;
  }
  nav.navigation-primary>ul>li {
    padding: 1rem 20px 0;
    background-color: rgba(79,79,79,1);
    border-bottom: 1px solid hsla(0,0%,100%,.16);
    position: relative;
  }
  .child_trigger {
    color: #fff;
    transform: rotate( 
      90deg
    ) translateZ(0px);
    float: right;
  }
  .child_trigger svg {
    width: 1rem;
    margin-left: .5rem;
    height: 1rem;
  }
  nav.navigation-primary>ul>li.child_open > ul {
    display: block;
  }
  nav.navigation-primary>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0 -20px;
  }
  nav.navigation-primary>ul>li>ul > li {
    background-color: #747474;
    border-bottom: 1px solid rgba(0,0,0,.35);
    padding: 1rem 3rem;
  } 
  nav.navigation-primary>ul>li>ul > li a {
    letter-spacing: -.28px;
    font-weight: 500;
    font-size: 0.7rem;
    line-height: 1.2;
    font-family: Montserrat;
  } 

  nav.navigation-primary>ul>li.child_open > ul {
    border-top: 1px solid hsla(0,0%,100%,.16);
  }
  nav.navigation-primary>ul>li.child_open {
    border-bottom: 0;
  }
  nav.navigation-primary>ul>li.child_open > .child_trigger {
    color: #f4b240;
    transform: rotate( 
      -90deg
    ) translateZ(0px);
  }

  nav.navigation-primary>ul>li.child_open > a {
    color: #f4b240;
  }

  nav.navigation-primary>ul ul ul {
    padding: 0;
    list-style: none;
    margin: 0 -3rem;
    border-top: 1px solid rgba(0,0,0,.35);
    margin-top: 1rem;
  }
  nav.navigation-primary>ul ul ul li {
    background-color: #747474;
    border-bottom: 1px solid rgba(0,0,0,.35);
    padding: 1rem 3rem; 
  }
  nav.navigation-primary>ul ul ul li a {
    margin-left: 10px;
  }

  nav.navigation-primary>ul>li>ul > li.has-submenu {
    border-bottom: 0;
    padding-bottom: 0;
  }
  nav.navigation-primary>ul>li a:hover {
    color: #fff;
  }
  nav.navigation-primary>ul>li.child_open>a {
    color: #f4b240 !important;
  }
  nav.navigation-primary>ul>li:hover a {
    background: transparent !important;
  }
  .trigger span:before {
    bottom: 3px;
  }

  .trigger span:after {
    top: 3px;
  }
  .trigger span:after, .trigger span:before {
    position: absolute;
    content: "";
    transition: all 0.1s linear; 
  }
  .trigger span, .trigger span:after, .trigger span:before {
    height: 3px;
    background: #fff;
    width: 20.5px;
    border-radius: 3px;
  }
  .trigger {
    width: 23px;
    position: relative;
    height: 23px;
    top: -2px;
  }

  .menu_open .trigger span:before {
    transform: rotate(
      45deg
    );
    bottom: 10px;
  }

  .menu_open .trigger span:after {
    transform: rotate(
      -45deg
    );
    top: 10px 
  }
  .menu_open .trigger span {
    background-color: transparent;
  }
  .menu_open .trigger { 
    left: -2px;
  }
  .tech_row5 .sol_wrap .sol__ttl { 
    height: 28px;
  }

  .tech_row5 .sol_wrap .sol__ttl>div {
    height: 3px;
    bottom: 4px;
  }

}
@media (max-height: 767px) and (max-width:1023px){
  nav.navigation-primary {
    overflow: auto;
    height: 76vh;
  }
}
@media (max-width: 767px){
  .menu_open .trigger span,
  .menu_open .trigger span:after,
  .menu_open .trigger span:before { 
    width: 22px; 
  }
}
.footer__container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  align-items: center;
  display: flex;
  flex-wrap: wrap; 
}
.hd_wrap, footer { 
  line-height: 1.5;
}
.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

.ft_logo svg {
  width: 9rem;
}

.flex.items-center {
  display: flex;
  flex-wrap: wrap;
}

.flex.items-center svg,
.flex.items-center img {
  width: 2rem;
}

.ft_links ul li a {
  color: rgba(0,0,0,.35);
  text-decoration: underline;
  font-size: 0.7rem;
}

.ft_links ul li + li { 
  margin-left: 3.5rem; 
}
.ft_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.ft_logo {
  width: auto;
  margin-right: auto;
}
.ft_social > div + div {
  margin-left: 1.25rem;
}

.ft_social {
  margin-left: 6rem;
}  
.footer {
  min-height: 139px;
  border-top: 1px solid rgba(0,0,0,.08);
} 



@media(max-width:1023px){ 
  .footer__container {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.5; 
  }
  .ft_social {
    margin-left: 0;
  }
  .footer__container {
    padding-top: 2rem;
    padding-bottom: 2rem; 
  }
  .ft_social.flex.items-center svg {
    width: 2rem;
  }
  .ft_social.flex.items-center img {
    width: 2rem;
  }
  .ft_social {
    margin-top: 1rem;
  }
  .ft_links ul li a {
    color: rgba(0,0,0,.35);
    text-decoration: underline;
    font-size: 0.7rem
  }
  .ft_logo svg {
    width: 5rem;
  }
  .ft_links {
    margin-top: 1rem;
  }
  .ft_links ul li+li {
    margin-left: 1.75rem;
  }

  .ft_links ul { 
    flex-wrap: nowrap !important;
    flex-direction: row !important;
  }



}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    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;
  }
}