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

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

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}


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

a {
  cursor: pointer;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,.hs-form-field{
  margin: 0 0 0.9375rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}
blockquote {
  border-left:clamp(0.125rem,-0.25rem + 0.3125vw,0.25rem) solid;
  padding-left:clamp(0.625rem,-0.3125rem + 0.78125vw,0.9375rem);
}
hr {
  border: none;
  border-bottom: clamp(0.0625rem,-0.125rem + 0.15625vw,0.125rem) solid var(--body_color);
}
img {
  width:100%;
  display:block;
}
button,
.button{
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* Form */

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

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

form .inputs-list > li {
  display: block;
  margin: clamp(0.9375rem,0.009375000000000133rem + 0.7734374999999999vw,1.246875rem) 0;
}

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

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: clamp(0.625rem,0.006249999999999867rem + 0.5156250000000001vw,0.83125rem);
}

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right:clamp(0.625rem,0.006249999999999867rem + 0.5156250000000001vw,0.83125rem);
  top: 50%;
  transform: translateY(-50%);
}

form .fn-date-picker .pika-table th{
  color: #FFF;
}
form .fn-date-picker .pika-table th abbr[title]{
  text-decoration:none;
}

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

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

/* Form - GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: clamp(0.9375rem,0.009375000000000133rem + 0.7734374999999999vw,1.246875rem) !important;
}
/* Form - Submit button */
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  transition: all 0.15s linear;
}
/* Form - Captcha */
.grecaptcha-badge {
  margin: 0 auto;
}



form fieldset.form-columns-1 .hs-form-field{
  width:100% !important;
}
form fieldset.form-columns-1 .input {
  margin-right: 0 !important;
}

/*  Form - Columns-2 */

form fieldset.form-columns-2 .hs-form-field{
  width: calc(50% - clamp(0.46875rem,0.1293749999999999rem + 0.2828125000000001vw,0.581875rem)) !important;
}
form  fieldset.form-columns-2 .hs-form-field:first-child{
  margin-right:clamp(0.9375rem,0.009375000000000133rem + 0.7734374999999999vw,1.246875rem);
}
form  fieldset.form-columns-2 .hs-form-field:last-child{
  margin-right:0;
  margin-left:0;
}

/* Form - Columns-3  */

form fieldset.form-columns-3 .hs-form-field{
  width:calc(33.33% - clamp(0.625rem,0.006249999999999867rem + 0.5156250000000001vw,0.83125rem))  !important;
}

form fieldset.form-columns-3 .hs-form-field:last-child{
  margin-right: 0 !important;
}
form fieldset.form-columns-3 .hs-form-field:not(:last-child){
  margin-right:clamp(0.9375rem,0.009375000000000133rem + 0.7734374999999999vw,1.246875rem);
}
form  fieldset .input{
  margin-right: 0 !important;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: clamp(0.9375rem,0.009375000000000133rem + 0.7734374999999999vw,1.246875rem);
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: clamp(0.375rem,0.00374999999999992rem + 0.30937500000000007vw,0.49875rem);
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: clamp(0.9375rem,0.009375000000000133rem + 0.7734374999999999vw,1.246875rem);
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: clamp(0.625rem,0.006249999999999867rem + 0.5156250000000001vw,0.83125rem);
}

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}


@media(min-width:1921px){
  h1,h2,h3,h4,h5,h6,p,ul,ol,blockquote,.hs-form-field{
    margin: 0 0 clamp(0.9375rem,-0.46875rem + 1.171875vw,1.40625rem);
  }
}

@media(max-width:767px){
  form fieldset.form-columns-1 .hs-form-field{
    float:none;
  }
  form fieldset.form-columns-2 .hs-form-field{
    width:100% !important;
    float:none;
  }
  form fieldset.form-columns-3 .hs-form-field{
    width:100% !important;
    float:none;
  }
  form fieldset.form-columns-1 .input {
    margin-right: 0 !important;
  }
  form  fieldset.form-columns-2 .hs-form-field:first-child .input{
    margin-right:0 ;
  }
  form  fieldset.form-columns-2 .hs-form-field:last-child .input{
    margin-right:0;
    margin-left:0;
  }
  form fieldset.form-columns-3 .hs-form-field:last-child .input{
    margin-right: 0 !important;
  }
  form fieldset.form-columns-3 .hs-form-field:first-child .input{
    margin-right:0px;
  }
  form fieldset.form-columns-3 .hs-form-field:last-child .input,
  form fieldset.form-columns-3 .hs-form-field:nth-child(2) .input{
    margin-left:0px;
  }
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}


.header__skip {
  overflow: hidden;
  position: absolute;
  top: -100px;
  transition: all 0.35s;
  padding: clamp(0.875rem,0.008749999999999813rem + 0.7218750000000002vw,1.16375rem);
  display: inline-block;
  visibility:hidden;
  opacity:0;
}

.header__skip:focus {
  background-color: var(--primary_color);
  border:clamp(0.0625rem,-0.5rem + 0.46875vw,0.25rem) solid var(--border_color);
  color: var(--secondary_color);
  overflow: visible;
  top: 0;
  visibility:visible;
  opacity:1;
  border-radius:clamp(0.8125rem,0.00812500000000016rem + 0.6703124999999999vw,1.080625rem);
}

/**********  Flex  **********/

.mob-flex,
.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-wrap {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-no-wrap,
.mob-flex.flex-no-wrap,
.flex.flex-no-wrap{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

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

.flex-between-start{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
/**********  Flex-Direction **********/

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/**********  Flex-Align **********/

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

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

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

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

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

/**********  Flex-Justify **********/

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

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

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

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

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

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.mob-flex.rc-gap,
.flex.rc-gap{
  --flex-column-gap: 2.13%;
  --flex-multiplier: 8.333;
}
.mob-flex.no-gap,
.flex.no-gap{
  --flex-column-gap:0%;
  --flex-multiplier: 8.333;
}
.flex.rc-gap{
  column-gap:var(--flex-column-gap);
}
.flex.no-gap{
  column-gap:var(--flex-column-gap);
}

section .button-group {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

/**********  blocks  **********/

.inline-box{
  display:inline-block;
}
.box-none{
  display:none;
}
.box-block{
  display:block;
}

/**********  Alignment  **********/

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

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

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

/**********  Alignment Margin  **********/

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

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

.right-margin{
  margin-left:auto;
  margin-right:0;
}
/**********  Overlay  **********/

.overlay_section{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:0;
}

/**********  Positions  **********/

.pos_abs{
  position: absolute;
}

.pos_rel{
  position: relative;
}

/********** Font Weight  **********/

.fw-9,
.fw-9 h1,
.fw-9 h2,
.fw-9 h3,
.fw-9 h4,
.fw-9 h5,
.fw-9 h6,
.fw-9 li,
.fw-9 p,
.fw-9 a {
  font-weight:900;
}

.fw-8,
.fw-8 h1,
.fw-8 h2,
.fw-8 h3,
.fw-8 h4,
.fw-8 h5,
.fw-8 h6,
.fw-8 li,
.fw-8 p,
.fw-8 a {
  font-weight:800;
}

.fw-7,
.fw-7 h1,
.fw-7 h2,
.fw-7 h3,
.fw-7 h4,
.fw-7 h5,
.fw-7 h6,
.fw-7 li,
.fw-7 p,
.fw-7 a {
  font-weight:700;
}

.fw-6,
.fw-6 h1,
.fw-6 h2,
.fw-6 h3,
.fw-6 h4,
.fw-6 h5,
.fw-6 h6,
.fw-6 li,
.fw-6 p,
.fw-6 a {
  font-weight:600;
}

.fw-5,
.fw-5 h1,
.fw-5 h2,
.fw-5 h3,
.fw-5 h4,
.fw-5 h5,
.fw-5 h6,
.fw-5 li,
.fw-5 p,
.fw-5 a {
  font-weight:500;
}

.fw-4,
.fw-4 h1,
.fw-4 h2,
.fw-4 h3,
.fw-4 h4,
.fw-4 h5,
.fw-4 h6,
.fw-4 li,
.fw-4 p,
.fw-4 a {
  font-weight:400;
}

.fw-3,
.fw-3 h1,
.fw-3 h2,
.fw-3 h3,
.fw-3 h4,
.fw-3 h5,
.fw-3 h6,
.fw-3 li,
.fw-3 p,
.fw-3 a {
  font-weight:300;
}


/**********  Rich text classes  **********/

.margin-0{
  margin: 0;
}

.all-margin-0,
.all-margin-0 h1,
.all-margin-0 h2,
.all-margin-0 h3,
.all-margin-0 h4,
.all-margin-0 h5,
.all-margin-0 h6{
  margin: 0;
}

/* .btn-section{
align-items: stretch;
display: flex;
flex-wrap: wrap;
gap: 15px;
margin-top: 35px;
} */

@media (min-width: 768px) {
  
  .mob-flex.rc-gap .flex-1,
  .flex.rwgap .flex-1 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 1 - var(--flex-column-gap) * (11 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-1,
  .flex.no-gap .flex-1 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 1 - var(--flex-column-gap5) * (11 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-2,
  .flex.rwgap .flex-2 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 2 - var(--flex-column-gap) * (10 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-2,
  .flex.no-gap .flex-2 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 2 - var(--flex-column-gap5) * (10 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-3,
  .flex.rwgap .flex-3 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 3 - var(--flex-column-gap) * (9 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-3,
  .flex.no-gap .flex-3 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 3 - var(--flex-column-gap5) * (9 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-4,
  .flex.rwgap .flex-4 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 4 - var(--flex-column-gap) * (8 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-4,
  .flex.no-gap .flex-4 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 4 - var(--flex-column-gap5) * (8 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-5,
  .flex.rwgap .flex-5 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 5 - var(--flex-column-gap) * (7 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-5,
  .flex.no-gap .flex-5 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 5 - var(--flex-column-gap5) * (7 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-6,
  .flex.rwgap .flex-6 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 6 - var(--flex-column-gap) * (6 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-6,
  .flex.no-gap .flex-6 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 6 - var(--flex-column-gap5) * (6 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-7,
  .flex.rwgap .flex-7 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 7 - var(--flex-column-gap) * (5 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-7,
  .flex.no-gap .flex-7 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 7 - var(--flex-column-gap5) * (5 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-8,
  .flex.rwgap .flex-8 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 8 - var(--flex-column-gap) * (4 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-8,
  .flex.no-gap .flex-8 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 8 - var(--flex-column-gap5) * (4 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-9,
  .flex.rwgap .flex-9 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 9 - var(--flex-column-gap) * (3 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-9,
  .flex.no-gap .flex-9 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 9 - var(--flex-column-gap5) * (3 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-10,
  .flex.rwgap .flex-10 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 10 - var(--flex-column-gap) * (2 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-10,
  .flex.no-gap .flex-10 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 10 - var(--flex-column-gap5) * (2 * var(--flex-multiplier) / 100));
  }
  
  .mob-flex.rc-gap .flex-11,
  .flex.rwgap .flex-11 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 11 - var(--flex-column-gap) * (1 * var(--flex-multiplier) / 100));
  }
  .mob-flex.no-gap .flex-11,
  .flex.no-gap .flex-11 {
    flex-basis: calc(var(--flex-multiplier) * 1% * 11 - var(--flex-column-gap5) * (1 * var(--flex-multiplier) / 100));
  }
  
}
@media(max-width:767px){
  .flex{
    display:block;
  }
  .mob-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mob-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mob-flex.flex-between-center{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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