/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *: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;
  font-variant-ligatures: no-common-ligatures;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

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

/* fonts */

:root {
  --primaryColor: #343434;
  --secondaryColor: #FF2E2F;
  --lightColor: #F2F2F3;
  --darkColor: #243346;
  --primaryFont: 'Gilroy-Regular';
  --defaultFontSize: 20px;
  --primaryFontBold: 'Gilroy-Bold';
  --primaryFontSemiBold: 'Gilroy-SemiBold';
  --primaryFontMedium: 'Gilroy-Medium', 'Gilroy-Regular';
  --secondaryFont: 'GreatLove';
}
body {
  overflow-x: hidden;
  background: #F2F2F3;
  font-family: var(--primaryFont);
  font-size: var(--defaultFontSize);
  color: var(--primaryColor);
}
.secondary-text {
  display: inline;
  color: var(--secondaryColor);
}
.secondary-row {
  background-color: var(--secondaryColor);
}
.dark-text {
  display: inline;
  color: var(--darkColor);
}
.dark-row {
  background-color: var(--darkColor);
}
.white-row {
  background-color: white;
}
.secondary-font {
  display: inline-block;
  font-family: var(--secondaryFont);
}
a {
  font-family: var(--primaryFontSemiBold);
  text-decoration: underline;
}
.semi-bold-font {
  font-family: var(--primaryFontSemiBold) !important;
}
.bold {
  font-weight: bold;
}
.rotate {
  transform: rotate(-10deg);
  background: transparent !important;
}
.xxl-font {
  font-size: 14vh !important;
}
.xl-font {
  font-size: 10vh !important;
}
.large-font {
  font-size: 6vh !important;
}
.medium-font {
  font-size: 4vh !important;
}
.d-block {
  display: block !important;
}
.marg-0 {
  margin: 0 !important;
}
.pad-0 {
  padding: 0 !important;
}
.marg-b-minus-5 {
  margin-bottom: -5vh !important;
}
.marg-t-minus-5 {
  margin-top: -5vh !important;
}

/* nav bar */
.header-nav.active .custom-menu-primary ul.submenu.level-1>li>a, .no-banner .header-nav .custom-menu-primary ul.submenu.level-1>li>a{
  text-decoration: none;
}

body header.header .custom-menu-primary .submenu.level-2 .menu-item .menu-link{
text-decoration: none;
}

.submenu li{
text-decoration: none;
}

.submenu li a:hover{
opacity: 0.6;
}

.header-mobile-links a {
text-decoration: none;
}

.mobile-menu ul li a {
text-decoration: none;
}

/* footer */
.footer-links ul:first-child li ul li a {
 text-decoration: none;
}
.footer a{
text-decoration: none;
}
@media (max-width: 1024px) {
.hidemob {
  display: none;
}
.hide {
  display: block;
}
}
@media (min-width: 1024px) {
.hide {
  display: none;
}
.hidemob {
  display: block;
}
}
.header-tel-wrap {
  display: flex;
  align-items: start;
  font-size: 16px;
  gap: 20px;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

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

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

@font-face {
  font-family: 'Gilroy-UltraLight';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_0_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_0_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_0_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_1_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_1_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_1_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-SemiBold';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39EC5A_0_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39EC5A_0_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39EC5A_0_0.ttf) format("truetype");
  font-style:normal
}

@font-face {
  font-family: 'Gilroy-MediumItalic';
  src: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_2_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_2_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_2_0.ttf) format("truetype");
}
@font-face {
  font-family: 'Gilroy-Medium';
    src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/Gilroy-Medium.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/Gilroy-Medium.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/Gilroy-Medium.ttf) format("truetype");
}
@font-face {
  font-family: 'Gilroy-Light';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_3_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_3_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_3_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-HeavyItalic';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_4_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_4_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_4_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-Heavy';
  src:url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_5_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_5_0.woff) format("woff"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_5_0.ttf) format("truetype");
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_6_0.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_6_0.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/39C785_6_0.ttf) format("truetype");
}
@font-face {
  font-family: 'Greatlove';
  src: url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/Greatlove.woff2) format("woff2"),
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/Greatlove.woff) format("woff"), 
    url(//20916709.fs1.hubspotusercontent-na1.net/hubfs/20916709/raw_assets/public/simply-ioa-theme/fonts/Greatlove.ttf) format("truetype");
}


body {
  line-height: 1.5;
  word-break: break-word;

  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

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

/* Paragraphs */

p {
  margin: 0;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover{
  text-decoration:underline
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem; 
  line-height:1.2
}
h2 { 
  margin-bottom: 2.5rem;
}
/* Lists */

ul,
ol {
  font-size: 1.34rem;
  margin:0;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

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

img{
  max-width:100%;
  height:auto;
  vertical-align:middle
}
 
/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */ 
 
blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
img {
  vertical-align: middle;
  border-style: none;
}

body .dnd-section,
body .content-wrapper--vertical-spacing {
  padding-left:0;
  padding-right:0;
}
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;
}

form{
  font-size: 1.67rem;
}

/* Labels */

form label {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 1.67rem;
  display: inline-block;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: block;
  width: 100%;
  height:50px !important;
  padding: 0.6rem 2rem 0.4rem;
  font-size: 1.67rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-style:solid;
  width: 100%;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus
form input:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

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

/* Inputs - checkbox/radio */

ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}

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 {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg,
.hs-error-msgs label{
  color: #ff2e2f;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  position: relative;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  line-height:1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  margin:10px 0
}

form input[type=submit]:hover,
form .hs-button:hover,
.button:hover{
  text-decoration:none
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


input#hs-login-widget-remember {
  float: left;
  height:auto !important;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  form .form-columns-2 .hs-form-field .hs-input,
  form .form-columns-3 .hs-form-field .hs-input {
    width: 100%!important;
  }
}
@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
  }



  form input[type=submit],
  form .hs-button,
  .button{
    padding-left:30px!important;
    padding-right:30px !important
  }










}
/* 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 {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

header {

  z-index: 1000;
  width: 100%;
  background: #ffffff;
  position: relative;
}
@media (min-width: 1024px) {
  header {
    display: block;
    position: fixed;
  }
}
.header__row-1 {
  background: #243346;
  width: 100%;
  height: 54px;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--primaryFontMedium);
  justify-content: center;
  justify-items: center;
  margin: auto;
  display: flex;
}
@media (max-width: 1024px) {
  .header__row-1 {
    display: none;
  }
}
.header__row-1 p {
  margin-top: 12px;
}
.header__row-1 strong {
  font-family: var(--primaryFontBold);
  margin-left: 5px;
}
.header__row-1 strong a {
  text-decoration: none;
  color: #ffffff !important;
}
.header a:hover{
  text-decoration:none
}
.header__row-2 {
  /* border-bottom: 1px solid #DEDEDE; */
  width: 100%;
}
@media (max-width: 1024px) {
  .header__row-2 {
  /* border-bottom: 5px solid #DEDEDE; */
  }
}
.main-logo {
  width: 40%;
}
@media (max-width: 1024px) {
  .main-logo {
    width: 100%;
  }
}
.main-logo img {
  width: 200px;
  margin: 15px 0 0 30px
}
@media (max-width: 1024px) {
  .main-logo img {
    width: 135px;
  }
}
nav {
  text-align:center;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 80px;
  position:relative;
}
@media (max-width: 1024px) {
  nav {
    height: 66px;
  }
}
nav ul {
  list-style:none;
  padding:0;
  margin: 0;
  height: 80px;
  display: flex;
  justify-content: flex-end;
}
nav ul li {
  display: inline-block;
}
nav ul li.phone {
  height: 80px;
  line-height: 0px;
  font-size: 20px;
  font-family: var(--primaryFontBold);
  color: var(--primaryColor);
  gap: 10px;
  padding-right: 20px;
  display: none;
}
@media (min-width: 1024px) {
  nav ul li.phone {
    display: flex;
  }
}
nav ul li.phone span a {
  font-size: 16px;
  font-family: var(--primaryFontBold);
  height: auto;
  line-height: 0;
  margin-right: 0px;
  padding: 0;
}
nav ul li.phone img.phoneicon {
  width: 23.24px;
  height: 23.24px;
  margin: 26px 10px 0 20px;
}
nav ul li a {
  display:block;
  padding:0px 40px;
  text-decoration:none;
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-family: var(--primaryFontBold);
  color: var(--primaryColor);
}
@media (max-width: 1024px) {
  nav ul li a {
  height: 66px;
  line-height: 66px;
  }
}
nav ul li a.red img, nav ul li a.quote img {
  width: 18px;
  height: 10px;
  margin-top: 35px;
  margin-left: 10px;
  --text-opacity: 1;
  transition-property: all;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.22,1,.36,1);
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  align-self: start;
}
nav ul li a.red:hover {
  border-bottom: #ff2e2f 8px solid;
}
nav ul li a.quote {
  background: #ff2e2f;
  color: #ffffff;
  padding:0px 50px;
}
@media (max-width: 1300px) {
  nav ul li a.quote {
  padding: 0 10px;
  }
}

nav ul li.showsub > a.red img {
  transform: rotate(-180deg);
}
nav ul li.showsub> a.quote img {
  transform: rotate(-180deg);
}
nav ul li.showsub > ul {
  display: block;
}
nav ul ul {
  background: rgba(0, 0, 0, 0.4);    /*  40% opaque green */
  padding:0;
  text-align: center;
  display: none;
  width: 100%;
  position: absolute;
  top: 80px;
  left: -40%;
  height: calc(100vh - 70px);
  width: calc(100vw - 10px);
}
nav ul ul div {
  background-color: #ffffff;
  border-bottom: 15px solid #707070;
  border-top: 1px solid #DEDEDE;
  display: flex;
  height: auto;
}
.header__row-1 img.arrowright {
  width: 7px;
  height: 13px;
  margin-left: 10px;
  margin-top: 7px;
}
.header__row-1 .topclose {
  position: absolute;
  right: 85px;
  float: right;
}
.header__row-1 .topclose img {
  width: 25px;
  height: 25px;
  margin-top: 14px;
}
nav ul ul div.redblock div {
  background-color: #ffffff;
  border-bottom: none;
  border-top: 1px solid #DEDEDE;
  display: block;
  height: auto;
  width: 100%;
  padding: 30px 0 80px;
}
nav ul ul div.redblock div li  {
  border-bottom: none;
  width: 40%;
  margin-left: 14%;
  height: 40px;
  padding: 0;
  line-height: 40px;
}
nav ul ul div.redblock div li a {
  font-size: 32px;
  font-family: var(--primaryFont);
}
nav ul ul div.redblock div li a:hover {
  background-image: url("https://www.simplyioa.com/hubfs/raw_assets/public/simply-ioa-theme/images/linkredarrow.png") ;
  background-repeat: no-repeat;
  background-position: left center;
}
nav ul ul div.redblock .closedropdown {
  position: absolute;
  top: 40px;
  right: 174px;
}
nav ul ul div.redblock .closedropdown img{
  height: 47px;
  width: 47px;
}
nav ul ul.sectiontohide {
  display: block;
}
nav ul ul div.quoteblock {
  background-color: #F4F4F4;
}
nav ul ul div.quoteblock .closedropdown {
  position: absolute;
  top: 40px;
  right: 174px;
}
nav ul ul div.quoteblock .closedropdown img{
  height: 47px;
  width: 47px;
}
nav ul ul div.quoteblock div.wrap {
  background-color: #F4F4F4;
  border-bottom: none;
  border-top: 1px solid #DEDEDE;
  display: flex;
  height: auto;
  width: 100%;
  padding: 30px 0 80px;
  max-width: 1000px;
  margin: auto;
}
nav ul ul div.quoteblock div.wrap div {
  border-bottom: none;
  border-top: none;
  display: block;
  height: auto;
  width: auto;
  padding: 0;
}
nav ul ul div.quoteblock div.wrap div.left {
  width: 45%;
  display: block;
  text-align: left;
  background: #F4F4F4;
}
nav ul ul div.quoteblock div.wrap div.left p {
  font-size: 16px;
  font-family: var(--primaryFontSemiBold);
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
}
nav ul ul div.quoteblock div.wrap div.left span {
  float: left;
  width: 40%;
  margin-right: 5%;
  height: 50px;
  max-width: 180px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 10px;
}
nav ul ul div.quoteblock div.wrap div.left span a {
  font-size: 14px;
  font-family: var(--primaryFontSemiBold);
  color: var(--primaryColor);
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
}
nav ul ul div.quoteblock div.wrap div.left span p {
  width: 90px;
  margin: 0;
  font-size: 14px;
  padding: 0;
  line-height: 1;
}
nav ul ul div.quoteblock div.wrap div.left span a img {
  max-height: 15px;
  margin-left: 20px;
}
nav ul ul div.quoteblock div.wrap div.right {
  width: 60%;
  display: block;
  text-align: left;
  background: #F4F4F4;
  display: flex;
  margin-top: 94px;
}
nav ul ul div.quoteblock div.wrap div.right a {
  padding: 0;
  margin: 0;
}
nav ul ul div.quoteblock div.wrap div.right div {
  background: #F4F4F4;
}
nav ul ul div.quoteblock div.wrap div.right div.divide {
  background: #FFFFFF;
  border-radius: 20px;
  width: 45%;
  margin: 0 5%;
  max-width: 230px;
  padding: 10px;
  max-height: 320px;
}
nav ul ul div.quoteblock div.wrap div.right div.white {
  background: #FFFFFF;
  float: left;
}

nav ul ul div.quoteblock div.wrap div.right div.white img {
  margin-top: -50px;
  background: none;
}
nav ul ul div.quoteblock div.wrap div.right div.white img.key {
  margin-top: -20px;
  background: none;
}
nav ul ul div.quoteblock div.wrap div.right div.white_bottom {
  background: #FFFFFF;
  float: left;
  width: 100%;
}
nav ul ul div.quoteblock div.wrap div.right div.white_bottom p {
  float: left;
  font-size: 14px;
  text-decoration: underline;
  margin-left: 30px;
  margin-top: 20px;
}
nav ul ul div.quoteblock div.wrap div.right div.white_bottom img {
  max-width: 70px;
  margin-top: 0;
  float: left;
  margin-left: 10px;
}
nav ul ul div.quoteblock div.wrap div.right div.white_bottom img.car {
  max-width: 90px;
  margin-top: 0;
  margin-top: 30px;
}
nav ul ul div.quoteblock div.wrap div.right div.red {
  background: #FA2E2F;
  float: left;
  color: #ffffff;
  line-height: 1.2;
  font-size: 18px;
  border-radius: 10px;
  width: 110%;
  min-width: 200px;
  height: 70px;
  float: right;
  margin: 0px -15% 0 0;;
  padding: 13px 20px;
}
@media (min-width: 1024px) {
  nav ul ul div.quoteblock div.wrap div.right a.move {
    margin-top: 200px;
  }
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

#mainnav #menu {
    display: none;
    padding: .8em 1.5em;
    cursor: pointer;
}
#mainnav ul {
    display: block;
    margin: 0;
    text-align: center;
    width: 100vw;
    height: 100vh;
    border-top: 5px solid #F2F2F3;
    z-index: 100;
}
#mainnav ul li {
    margin: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #F2F2F3;
}
#mainnav ul li a {
    color: #343434;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: var(--primaryFont);
}
#mainnav ul li a:hover {
    color: #C90001;
    background: #ffffff;
}
#mainnav #menu .main-logo img {
  margin: 5px 0 0 60px;
}
@media all and (max-width: 1023px) {
    #mainnav #menu {
        display: block;
    }
    #menu img.burger {
      width: 22px;
      margin-top: 10px;
      float: left;
    }
    #mainnav ul {
        display: none;
        background: #ffffff;
        padding: 1em;
        text-align: left;
        position: absolute;
    }
    #mainnav ul li {
        display: block;
    }
    #mainnav ul li a {
        display: block;
    }
}
@media all and (max-width: 1023px) {
  .quotemob {
    background: #FD2E2F;
    color: #ffffff;
    font-size: 18px;
    font-family: var(--primaryFontBold);
    width: 160px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }
}
.call_foot {
  padding: 40px 40px 20px;
  float: left;
  font-size: 18px;
}
.call_foot span {

}
.call_foot span img {
  float: left;
  width: 20px;
}
.call_foot strong {
  width: 100%;
  font-size: 30px;
  font-family: var(--primaryFontSemiBold);
  float: left;
}
.call_foot p {

}
.call_foot p strong {
  font-family: var(--primaryFontSemiBold);
  width: auto;
  font-size: 18px;
  float: none;
}
.fade {
  position: relative;
  width: 100%;
  margin: 0 0 0;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}

.header-tel{
  color: #ff2e2f;
  /* font-size: 16px; */
}
.flex-col {
  flex-direction: column;
}
.d-none{
  display: none;
}
@media (max-width: 1023px) {

  .header{
    position: fixed;
  }
}

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

  .logo-wrapper img{
    width: 120px !important;
  }
}
footer {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  padding: 70px 25px;
}
@media (min-width: 1024px) {
  footer {
  padding: 70px 0px;
  }
}
footer .footer_wrap {
  max-width: 1170px;
  width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  footer .footer_wrap {
    display: flex;
  }
}
footer .footer_wrap .footer_left {
  width: 100%;
  font-size: 20px;
  font-family: var(--primaryFont);
  line-height: 1.2;
}
@media (min-width: 1024px) {
  footer .footer_wrap .footer_left {
    width: 50%;
  }
}
footer .footer_wrap .footer_left img.logo {
  max-width: 142px;
}
footer .footer_wrap .footer_left span {
  color: #ED0001;
  font-family: var(--primaryFontSemiBold);
}
footer .footer_wrap .footer_left strong {
  font-size: 28px;
  font-family: var(--primaryFontMedium);
  margin: 15px 0 20px 0;
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  footer .footer_wrap .footer_left strong {
    font-size: 50px;
  }
}
footer .footer_wrap .footer_left .address {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid #DEDEDE;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  footer .footer_wrap .footer_left .address {
    background-image: url("https://www.simplyioa.com/hubfs/raw_assets/public/simply-ioa-theme/images/2022/location.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 30px 40px;
    padding: 0 0 0 60px;
    margin-top: 50px;
    margin-bottom: 50px;
    border: none;
  }
}
footer .footer_wrap .footer_left .customerservice {
  float: left;
  width: 100%;
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  footer .footer_wrap .footer_left .customerservice {
    background-image: url("https://www.simplyioa.com/hubfs/raw_assets/public/simply-ioa-theme/images/2022/phone.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 33px 33px;
    padding: 0 0 0 60px;
    border: none;
    margin-bottom: 0;
  }
}
footer .footer_wrap .footer_right {
  width: 100%;
  font-size: 20px;
  font-family: var(--primaryFont);
  margin-top: 40px;
}
@media (min-width: 1024px) {
  footer .footer_wrap .footer_right {
    width: 50%;
    margin-top: 0;
  }
}
.footer_right_top {
  display: flex;
}
footer .footer_wrap .footer_right_top ul li a {
  font-size: 20px;
  font-family: var(--primaryFont);
  color: #343434;
}
footer .footer_wrap .footer_right_top ul li a.strong {
  font-family: var(--primaryFontBold);
}
@media (min-width: 1024px) {
  footer .footer_wrap .footer_right_top ul li a.break {
    margin-bottom: 30px;
    width: 100%;
    float: left;
  }
}
footer .footer_wrap .footer_right_top .footer_right_top_left ul li{
  font-size: 20px;
  font-family: var(--primaryFont);
  margin-bottom: 5px;
}
footer .footer_wrap .footer_right_top .footer_right_top_right ul li{
  font-size: 20px;
  font-family: var(--primaryFont);
  margin-bottom: 5px;
}
.footer_right_top_left {
  width: 50%;
}
.footer_right_top_right {
  width: 50%;
}
.footer_right_bottom {
  margin-top: 30px;
}
.footer_right_bottom ul {
  display: flex;
  align-items: center;
  width: 100%;
  float: left;
  margin-top:10px;
}
@media (min-width: 1024px) {
  .footer_right_bottom ul {
  width: 80%;
  margin-top: 40px;
  }
}
.footer_right_bottom ul li {
  margin-right: 0;
  display: flex;
  align-items: center;
  width: 20%;
  justify-content: center;
  justify-items: center;

}
@media (min-width: 1024px) {
  .footer_right_bottom ul li {
  margin-right: 40px;
  width: auto;
  }
}
.footer_right_bottom span {
  width: 20%;
  float: left;
  font-size: 44px;
  text-decoration: underline;
  font-family: var(--primaryFont);
  display: none;
}
@media (min-width: 1024px) {
  .footer_right_bottom span {
  display: block;
  }
}
.footer a {
  color: var(--darkColor);
}
.footer p {
  color: var(--primaryColor);
}
.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100vh;
  height: 100hv;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #f4f4f4;
  overflow: auto;
}
.modal-box {
  position: relative;
  width: 100%;
  margin: 132px 0 0 0;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}
.modal-body {
}
/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

.modal-body .quoteblock {
  background-color: #F4F4F4;
}
.modal-body .quoteblock .closedropdown {
  position: absolute;
  top: 40px;
  right: 174px;
}
.modal-body .quoteblock .closedropdown img{
  height: 47px;
  width: 47px;
}
.modal-body .quoteblock div.wrap {
  background-color: #F4F4F4;
  border-bottom: none;
  border-top: 1px solid #DEDEDE;
  display: flex;
  height: auto;
  width: 100%;
  padding: 30px 0 80px;
  max-width: 1000px;
  margin: auto;
}
.modal-body .quoteblock div.wrap div {
  border-bottom: none;
  border-top: none;
  height: auto;
  width: auto;
  padding: 0;
}
.modal-body .quoteblock div.wrap div.left {
  width: 45%;
  display: block;
  text-align: left;
  background: #F4F4F4;
}
.modal-body .quoteblock div.wrap div.left p {
  font-size: 16px;
  font-family: var(--primaryFontSemiBold);
  margin-left: 15px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.modal-body .quoteblock div.wrap div.left span {
  float: left;
  width: 40%;
  margin-right: 5%;
  height: 50px;
  max-width: 180px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 10px;
}
.modal-body .quoteblock div.wrap div.left span a {
  font-size: 14px;
  font-family: var(--primaryFontSemiBold);
  color: var(--primaryColor);
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: 30px;
}
.modal-body .quoteblock div.wrap div.left span p {
  width: 90px;
  margin: 0;
  font-size: 14px;
  padding: 0;
  line-height: 1;
}
.modal-body .quoteblock div.wrap div.left span a img {
  max-height: 15px;
  margin-left: 20px;
}
.modal-body .quoteblock div.wrap div.right {
  width: 60%;
  display: block;
  text-align: left;
  background: #F4F4F4;
  display: flex;
  margin-top: 94px;
}
.modal-body .quoteblock div.wrap div.right a {
  padding: 0;
  margin: 0;
}
.modal-body .quoteblock div.wrap div.right div {
  background: #F4F4F4;
}
.modal-body .quoteblock div.wrap div.right div.divide {
  background: #FFFFFF;
  border-radius: 20px;
  width: 45%;
  margin: 0 5%;
  max-width: 230px;
  padding: 10px;
  max-height: 320px;
}
.modal-body .quoteblock div.wrap div.right div.white {
  background: #FFFFFF;
  float: left;
}
.modal-body .quoteblock div.wrap div.right div.white img {
  margin-top: -50px;
  background: none;
}
.modal-body .quoteblock div.wrap div.right div.white img.key {
  margin-top: -20px;
  background: none;
}
.modal-body .quoteblock div.wrap div.right div.white_bottom {
  background: #FFFFFF;
  float: left;
  width: 100%;
}
.modal-body .quoteblock div.wrap div.right div.white_bottom p {
  float: left;
  font-size: 14px;
  text-decoration: underline;
  margin-left: 30px;
  margin-top: 50px;
}
.modal-body .quoteblock div.wrap div.right div.white_bottom img {
  max-width: 70px;
  margin-top: 0;
  float: left;
  margin-left: 10px;
}
.modal-body .quoteblock div.wrap div.right div.white_bottom img.car {
  max-width: 90px;
  margin-top: 0;
  margin-top: 30px;
}
.modal-body .quoteblock div.wrap div.right div.red {
  background: #FA2E2F;
  float: left;
  color: #ffffff;
  line-height: 1.2;
  font-size: 18px;
  border-radius: 10px;
  width: 110%;
  height: 70px;
  float: right;
  margin: 10px -15% 0 0%;
  padding: 13px 20px;
}
@media (max-width: 1024px) {
  .modal-box {
    margin: 70px 0 0 0;
  }
  .modal-body .quoteblock .closedropdown {
    right: 40px;
    top: 90px;
    /* top: 20px; */
  }
  .modal-body .quoteblock div.wrap {
    display: block;
    padding: 0;
  }
  .modal-body .quoteblock div.wrap div.left p {
    display: none;
  }
  .modal-body .quoteblock div.wrap div.left span p {
    display: block;
    width: 75%;
  }
  .modal-body .quoteblock div.wrap div.left {
    width: 100%;
    margin-bottom: 100px;
    float: left;
  }
  .modal-body .quoteblock div.wrap div.right {
    display: none;
  }
  .modal-body .quoteblock div.wrap div.top {
    width: 100%;
    margin: 140px 0 0;
    /* margin: 70px 0 0; */
  }
  .modal-body .quoteblock div.wrap div.left span {
    max-width: none;
    border: 2px solid #E6E6E6;
    width: 42%;
    margin: 0 3% 5px;
  }
  .modal-body .quoteblock div.wrap div.red {
    background: #ff2e2f;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    font-family: var(--primaryFontBold);
    text-decoration: none;
    text-align: left;
    margin: -10px -10px 0 0;
    height: 44px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 0 20px;
  }
  .modal-body .quoteblock div.wrap div.red p {
    text-decoration: none;
    float: left;
    font-size: 18px;
    font-family: var(--primaryFontBold);
  }
  .modal-body .quoteblock div.wrap div.white {
    background: #ffffff;
    border-radius: 10px;
    float: left;
    width: 92%;
    margin: 20px 2%;
  }
  .modal-body .quoteblock div.wrap div.white img {
    width: 20%;
    float: left;
    margin: 10px 10% 10px 0;
  }
  .modal-body .quoteblock div.wrap div.white div.white_bottom {
    width: 70%;
    float: left;
  }
  .modal-body .quoteblock div.wrap div.white div.white_bottom p {
    text-align: right;
    text-decoration: underline;
    float: right;
    font-size: 15px;
    font-family: var(--primaryFontMedium);
    margin: 10px 10px 0 0;
  }
  .modal-body .quoteblock div.wrap div.white div.white_bottom div.red p {
    text-decoration: none;
    float: left;
    font-size: 18px;
    font-family: var(--primaryFontBold);
    margin: 0;
  }
}

/* Call to Action on Scroll */
.bottomMenu {
  display: none;
  position: fixed;
  bottom: 10px;
  border-radius: 10px;
  background: white;
  /* z-index: 1; */
  z-index: 2;
  width: 96%;
  margin: auto 2%;
  height: 60px;
  padding: 5px;
  float: left;
  font-size: 20px;
  -webkit-box-shadow: 0px -3px 0px 0px rgba(0,0,0,0.09);
    box-shadow: 0px -3px 0px 0px rgba(0,0,0,0.1);
}
.bottomMenu .quote {
  float: right;
  width: 50%;
  background: #ff2e2f;
  border-radius: 10px;
  color: white;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-items: center;
  font-family: "Gilroy-Bold", Arial, sans-serif;
  cursor: pointer;
}
.bottomMenu .quote img.arrowright {
  margin-left: 20px;
  height: 20px;
}
.bottomMenu .call {
 float: left;
 width: 50%;
 display: flex;
 height: 100%;
 margin: 0 auto;
 padding: 10px 0;
}
.bottomMenu .call img.phoneicon {
  margin-left: 15px;
  margin-top: 5px;
  float: left;
  height: 20px;
}
.bottomMenu .call p {
 padding: 0;
 margin: auto;
 float: left;
 text-align: left;
}
/* 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;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

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

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

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

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

/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

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

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

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    /* max-width: 1170px !important; */

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

.visible {
  visibility: visible;
}

.relative {
  position: relative;
}

.top-0 {
  top: 0px;
}

.left-0 {
  left: 0px;
}

.order-2 {
  order: 2;
}

.order-1 {
  order: 1;
}

.order-3 {
  order: 3;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

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

.mt-6 {
  margin-top: 1.5rem;
}

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-1\/2 {
  width: 50%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-auto {
  width: auto;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-items-center {
  justify-items: center;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-slate-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

:root {
  --primaryColor: #343434;
  --secondaryColor: #ff2e2f;
  --lightColor: #F2F2F3;
  --darkColor: #243346;
  --primaryFont: 'Gilroy-Regular';
  --defaultFontSize: 20px;
  --primaryFontBold: 'Gilroy-Bold';
  --primaryFontSemiBold: 'Gilroy-SemiBold';
  --primaryFontMedium: 'Gilroy-Medium', 'Gilroy-Regular';
  --secondaryFont: 'GreatLove';
  --navy: #1A293B;
  --navyDark: #121D2A;
  --greyDark: #D6D6D6;
}

body {
  background: #F2F2F3;
  font-family: var(--primaryFont);
  font-size: var(--defaultFontSize);
  color: var(--primaryColor);
}

.secondary-text {
  display: inline;
  color: var(--secondaryColor);
}

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

.dark-text {
  display: inline;
  color: var(--darkColor);
}

.dark-row {
  background-color: var(--darkColor);
}

.white-row {
  background-color: white;
}

.secondary-font {
  display: inline-block;
  font-family: var(--secondaryFont);
  font-size: 4rem;
}

a {
  font-family: var(--primaryFontSemiBold);
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.rotate {
  transform: rotate(-10deg);
  background: transparent !important;
}

.xl-font {
  font-size: 10vh !important;
}

.large-font {
  font-size: 6vh !important;
}

.medium-font {
  font-size: 4vh !important;
}

.d-block {
  display: block !important;
}

.marg-0 {
  margin: 0 !important;
}

.pad-0 {
  padding: 0 !important;
}

.marg-b-minus-5 {
  margin-bottom: -5vh !important;
}

.marg-t-minus-5 {
  margin-top: -5vh !important;
}

@media screen and (max-width: 768px) {
  .container{
    padding: 0 1rem 0 1rem;
  }

  .container.no-border-mob{
    padding: 0;
  }
}

/* fonts */

.after\:ml-0\.5::after {
  content: var(--tw-content);
  margin-left: 0.125rem;
}

.after\:ml-0::after {
  content: var(--tw-content);
  margin-left: 0px;
}

.after\:text-red-500::after {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

.after\:content-\[\'\*\'\]::after {
  --tw-content: '*';
  content: var(--tw-content);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.focus\:border-sky-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

  .md\:invisible {
    visibility: hidden;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-9\/12 {
    width: 75%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .md\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:block {
    display: block;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }
}

.no-underline {
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.no-underline:hover {
  text-decoration: none !important;
  border: none !important;
  margin: 0 !important;
  padding-bottom: 0 !important;
}

.mobile-nav-wrapper {
    padding: 10px 20px;
    height: 70px;
}

.mobile-nav-actions .burger {
    width: 27px;
    height: 23px;
}

.mobile-nav-actions .quotemob {
    border-radius: 10px;
    max-width: 137px;
    min-height: 50px;
    margin-right: 5px;
}

.gap-3{
    gap: 0.75rem;
}
.justify-between {
    justify-content: space-between;
}

@media (max-width: 394px) {
    .widget-type-rich_text {
        padding-left: 10px;
    }
}