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

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

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

input[type="search"]::-webkit-search-cancel-button {
   display: none;
}
input[type="search"]:-moz-search-cancel-button {
   display: none;
}
input[type="search"]::-ms-clear  {
   display: none;
}  

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

.align_center{
   text-align: center;
}

.align_right{
   text-align: right;
}

.pre-title {
   margin-bottom: 0;
   font-weight: 700;
}

.pre-title span {
   color: #fd5d47;
   text-transform: uppercase;
   font-size: 12px;
}

section .inner {
   padding: 2rem 0 1.15rem;
}

.lead p {
   font-size: 1.13rem;
   font-weight: 500;
   line-height: 1.5;
}

.date_filter  {
   background-image: url(https://2001761.fs1.hubspotusercontent-na1.net/hubfs/2001761/raw_assets/public/Dataweavers_July2022/images/arrow.png);
   background-repeat: no-repeat;
   background-position: right center;
   background-position-x: 95%;
}

ul.list-bullets,
.list-bullets ul {
   padding-left: 0;
}

ul.list-bullets li {
   position: relative;
   list-style: none;
   padding-left: 20px;
   margin-left: 0;
   margin-bottom: 16px;
   line-height: 1.5;
   font-weight: 400;
   font-size: 14px;
   line-height: 1.6;
}

.list-bullets ul li {
   position: relative;
   list-style: none;
   padding-left: 20px;
   margin-left: 0;
   margin-bottom: 16px;
}

ul.list-bullets li:before,
.list-bullets ul li:before {
   content: "";
   width: 8px;
   height: 4px;
   border-radius: 4px;
   position: absolute;
   left: 0;
   top: 10px;
   background-color: #fd5d47;
}

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



/* Blockquote */
blockquote {
   padding: 2rem 2rem 2rem 3rem;
   width: 100%;
   display: flex;
   flex-flow: column nowrap;
   transition: all .25s ease-in;
   box-shadow: 0px 4px 84px rgb(22 37 64 / 13%);
   border-radius: 4px 4px 64px 4px;
}

blockquote:before {
   color: #fd5d47;
   position: absolute;
   content: "“";
   font-size: 3em;
   margin-left: -0.6em;
   margin-top: -0.4em;
}

blockquote p {
   font-size: 1.875rem;
}

.partynerdetails_page .dnd-section {
   background: #fff;
}
/* End Blockquote */
.panel {
   padding: 0.75rem 1rem 1rem;
   width: 100%;
   display: flex;
   flex-flow: column nowrap;
   transition: all .25s ease-in;
}

.partyner_page .hs_benefit_wrapper .main_title{
   font-weight: 400;
   font-size: 30px;
   line-height: 120%;
   text-align: center;
   color: #132037;
   margin: 0;
}

.partyner_page .compare-three-col .comparethreecolitem_wrapper {
   margin-top: 64px !important;
}

.partyner_page .compare-three-col .comparethreecolitem_wrapper img {
   margin: 0 !important;
}

.partyner_page .tiwc_wrap.home-c1 .main_title {
   font-weight: 400;
   font-size: 36px;
   line-height: 120%;
   margin-bottom: 56px !important;
}

.partyner_page .tiwc_wrap.home-c1 .panel.card-hp1 h4 {
   font-weight: 400;
   font-size: 22px;
   line-height: 140%;
   margin-bottom: 16px;
}

.partyner_page .tiwc_wrap.home-c1 .panel.card-hp1 p {
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   margin-top: 0 !important;
}

.partyner_page .hs_benefit_wrapper .hs_benefit_itemwrapper {
   padding-top: 16px !important;
}

.partyner_page  .hs_benefit_wrapper .hs_benefit_item img {
   margin-bottom: 35px !important;
}

.partyner_page .hs_benefit_wrapper .inner {
   padding: 56px 0 85px;
}

.partyner_page .hs_testimonial_wrapper {
   margin-bottom: 0;
   margin-top: 0;
}

.partyner_page .tiwc_wrap.home-c1 .panel.card-hp1 p:last-of-type {
   margin-bottom: 0 !important;
}

.partyner_page .tiwc_wrap .button-wrapper {
   margin-top: 24px !important;
}

.partyner_page .tiwc_wrap.home-c1 .inner {
   padding-bottom: 35px;
}

.partynerrow1_section .hs_benefit_wrapper .hs_benefit_itemwrapper {
   margin-bottom: 0;
}

@media (min-width: 576px){
   .main-banner,
   section.curve .inner,
   section .inner {
      padding: 3rem 0;
   }
}

@media (min-width: 768px){
   blockquote {
      padding: 3rem 3rem 3rem 5rem;
   }

   .partynerrow1_section .row-fluid .span6 {
      margin: 0;
      width: 50%;
   }
}

@media (min-width: 992px){
   .panel {
      padding: 2.75rem 3rem 3rem;
   }

   section .inner {
      padding: 3rem 0;
   }

   .partyner_page .tiwc_wrap .tiwc_wrapinner {
      width: 83.333333%;
      margin-left: auto;
      margin-right: auto;
   }

   .partyner_page .tiwc_wrap .tiwc_wrapinner {
      padding: 0;
   }
}

@media (min-width: 1200px){
   section .inner {
      padding: 4rem 0;
   }
}

@media (min-width: 1400px){
   .offset-xxl-1 {
      margin-left: 8.333333%;
   }

   .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.333333%;
   }

   section .inner {
      padding: 6rem 0;
   }
}

@media (max-width: 991px){
   .panel {
      margin-bottom: 1.2rem;
   }

   .partyner_page .tiwc_wrap.home-c1 .inner {
      padding-top: 32px;
      padding-bottom: 32px;
   }

   .partyner_page .tiwc_wrap.home-c1 .main_title {
      font-weight: 400;
      font-size: 32px;
      line-height: 120%;
   }
}

@media (max-width: 767px){
   .partyner_page .tiwc_wrap .panel {
      cursor: pointer;
      margin-bottom: 52px;
   }

   .partyner_page .compare-three-col h2.text- {
      font-weight: 400;
      font-size: 26px;
      line-height: 120%;
   }

   .partyner_page .hs_benefit_wrapper .main_title {
      font-weight: 400;
      font-size: 26px;
      line-height: 120%;
   }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
   line-height: 1.15; /* 1 */
   -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
   margin: 0;
}

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

main {
   display: block;
}

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

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

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

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

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

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

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

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

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

a {
   background-color: transparent;
}

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

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

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

b,
strong {
   font-weight: 600;
}

/**
* 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;
  }
}
.dnd-section > .row-fluid,
.page-center,
.content-wrapper,
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
   margin: 0 auto;
   padding-left: 20px;
   padding-right: 20px;
   width: 100%;
}
div[class*="force-full-width-section"] > .row-fluid {
   padding-left: 0;
   padding-right: 0;
}

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

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

body {
   line-height: 1.7;
   background-color: #fbfbfb;
}

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

/* Paragraphs */
p {
   margin-top: 0;
   margin-bottom: 1rem;
}
/* Anchors */

a {
   cursor: pointer;
   text-underline-offset: 4px;
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
   margin: 0 0 0.5rem;
}
h1,
h2,
h3,
h4 {
   line-height: 1.2;
}
h5,
h6 {
   line-height: 1.4;
}
.intro {
   line-height: 1.4;
   margin-bottom: 1rem;
}
@media (max-width: 991px) {
   h5:not(.no_mobile),
   h6:not(.no_mobile) {
      line-height: 1.2;
   }
}

/* Lists */

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

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

ul.no-list {
   list-style: none;
   margin: 0;
   padding-left: 0;
}

/* Code blocks */

cite {
   color: #fd5d47;
   font-style: normal;
   font-weight: 500;
   font-size: 14px;
}

pre {
   overflow: auto;
}

code {
   vertical-align: bottom;
}

/* Blockquotes */
blockquote {
   margin: 0 0 1rem;
   line-height: 1.5;
   font-weight: 400;
}
/* Horizontal rules */

hr {
   border: none;
   border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
   font-size: 0.583rem;
   word-break: normal;
}
img, svg {
   vertical-align: middle;
   max-width: 100%;
}
button,
.button,
form input[type=submit],
form .hs-button,
.primary_btn,
.secondary_btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none !important;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}
/* 
@media (max-width: 1399px) and (min-width: 992px) {
   button,
   .button,
   form input[type=submit],
   form .hs-button,
   .primary_btn {
      font-size: 16px;
      line-height: 21px;
   }
   
} */


/* @media (max-width: 991px) {
   button,
   .button,
   form input[type=submit],
   form .hs-button,
   .primary_btn {
      font-size: 14px;
      line-height: 18px;
   }
   
} */
/* Fields */

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

/* Labels */

form label {
   display: block;
   font-size: 0.875rem;
   margin-bottom: 0.35rem;
}



.widget-type-blog_comments,
.widget-type-google_search,
.widget-type-form,
.widget-type-blog_subscribe {
   padding: 0.75rem 1rem 1rem;
   width: 100%;
   display: flex;
   flex-flow: column nowrap;
   border-radius: 4px;
   transition: all .25s ease-in;
   background-color: #fbfbfb;
   position: relative;
}

@media (min-width: 992px){
   .widget-type-blog_comments,
   .widget-type-google_search,
   .widget-type-form,
   .widget-type-blog_subscribe {
      padding: 2.75rem 3rem 3rem;
   }
}

/* Help text */

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 {
   line-height: 2.1;
   width: 100%;
   padding: 0.375rem 0.75rem;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #132037;
   background-color: #fff;
   background-clip: padding-box;
   border: 1px solid #ced4da;
   -webkit-appearance: none;
   appearance: none;
   border-radius: 4px;
   transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
   outline: none;
}
input.hs-input:focus {
   color: #132037;
   background-color: #fff;
   outline: 0;
   box-shadow: 0 0 0 0.25rem rgb(253 93 71 / 25%);
}
form fieldset {
   max-width: 100% !important;
}
.hs_error_rollup ul.no-list.hs-error-msgs.inputs-list label,
.hs-form .hs-error-msg {
   color: #dc3545;
   font-size: 14px;
   line-height: 18px;
}

.hs-form .hs-error-msg{
   padding: 0 !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 - date picker */

.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: #EF6B51;
}

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

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

/* Submit button */

/* Captcha */

.grecaptcha-badge {
   margin: 0 auto;
}


@media (max-width: 767px){
   .hs-button {
      width: 100%;
   }
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

.hdr_innr {
   background: #132037;
}
.hdr_row {
   min-height: 68px;
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
}
.cstm_header .hdr_logo {
   width: 101px;
   fill: #fff;
}
.hdr_menu .hs-menu-wrapper > ul > li > a {
   padding: 0.5rem 1rem;
   border-radius: 0;
   padding-left: 1.25rem;
   text-align: left;
   color: #fff;
   font-size: 24px;
   font-weight: 600;
   position: relative;
   transition: all .15s ease-in;
   text-decoration: none !important;
}
.hdr_btns {
   display: flex;
   align-items: end;
   flex-wrap: wrap;
}
.hdr_btn:not(:last-child) {
   margin-right: 16px;
}
.hdr_btns,
.hdr_logo,
.hdr_menu .hs-menu-wrapper > ul > li > a {
   position: relative;
   z-index: 99;
}



.mobi_menu {
   display: none;
   position: fixed;
   top: 55px;
   z-index: 9999999;
   transition: all .3s ease;
   right: 0;
   width: 100%;
   background: #0B1424;
   height: calc(100vh - 55px);
   transform: translateX(100%);
}
.mobile-open .mobi_menu {
   transform: translateX(0);
}
.mobi_menu .hs-menu-wrapper {
   width: 100%;
}
.mobi_menu .hs-menu-wrapper.mobile_menu {
   overflow-y: auto !important;
   max-height: calc(100vh - 55px);
   padding-bottom: 0;
}
.mobi_menu .hs-menu-wrapper ul {
   padding: 0px;
   margin: 0px;
   list-style: none;
   min-height: 100%;
   padding-bottom: 20px;
}
.mobi_menu .hs-menu-wrapper > ul {
   padding-bottom: 100px;
}
.mobi_menu .hs-menu-wrapper ul li {
   overflow: hidden;
}
.mobi_menu .hs-menu-wrapper ul li a {
   color: #F1F1F2;
   font-weight: 600;
   font-size: 24px;
   line-height: 31px;
   text-decoration: none !important;
   display: block;
   margin-top: 32px;
   padding: 0 19px;
}
.child-trigger {
   background-image: url(https://2001761.fs1.hubspotusercontent-na1.net/hubfs/2001761/raw_assets/public/Dataweavers_July2022/images/right-arrow.svg);
   /*    position: absolute; */
   right: 9px;
   top: 0;
   z-index: 9;
   width: 31px;
   height: 31px;
   background-repeat: no-repeat;
   background-position: center;
   font-size: 0;
   background-size: 8px;
   cursor: pointer;
   float: right;
   margin-top: 32px;
}
.mobi_menu .hs-menu-wrapper ul li.hs-item-has-children > a {
   width: calc(100% - 31px);
   float: left;
}
.mobi_menu .hs_cos_wrapper,
.mobi_menu .hs-menu-wrapper {
   height: 100% !important;
}
.mobi_menu .hs-menu-wrapper ul li.dl-back a {
   font-weight: 400;
   font-size: 18px;
   line-height: 24px;
   position: relative;
   padding: 15px 0 15px 40px;
   margin-top: 0;
}
.mobi_menu .hs-menu-wrapper ul li.dl-back a:before {
   content: '';
   background-image: url(https://2001761.fs1.hubspotusercontent-na1.net/hubfs/2001761/raw_assets/public/Dataweavers_July2022/images/right-arrow.svg);
   z-index: 9;
   width: 31px;
   height: 31px;
   background-repeat: no-repeat;
   background-position: 50%;
   font-size: 0;
   background-size: 8px;
   cursor: pointer;
   position: absolute;
   transform: rotate(180deg);
   top: 13px;
   left: 9px;
}
.mobi_menu .hs-menu-wrapper ul[data-level="level-2"]  li.dl-back a {
   background: #0B1424;
}
.mobi_menu .hs-menu-wrapper ul[data-level="level-2"] {
   background: #FFF;
}
.mobi_menu .hs-menu-wrapper ul[data-level="level-2"] .hs-menu-item a {
   color: #132037;
   padding-left: 35px;
}
.mobi_menu .hs-menu-wrapper ul[data-level="level-3"]  li.dl-back a {
   background: #fff;
   color: #132037;
}
.mobi_menu .hs-menu-wrapper ul[data-level="level-3"] {
   background: #F1F1F2;
}
.mobi_menu .hs-menu-wrapper ul[data-level="level-3"] .hs-menu-item a {
   color: #132037;
   padding-left: 35px;
}
.cstm_header {
   min-height: 68px;
}
.hdr_innr {
   width: 100%;
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   z-index: 999;
}
.sticky-header .hdr_innr {
   position: fixed;
}
.hdr_row {
   transition: all .3s ease;
}
.sticky-header .hdr_row,
.sticky-header .cstm_header {
   min-height: 43px;
}
.sticky-header .hdr_innr .hdr_btns a {
   font-size: 14px;
   line-height: 18px;
   padding: 4px 8px;
}
.sticky-header .main_logo {
   display: none;
}
body:not(.sticky-header) .sticky_logo {
   display: none;
}
.sticky_logo img {
   width: 23px !important;
}

@media (max-width: 991.98px) {
   .sticky_logo img {
      width: 16px !important;
   }
   .cstm_header,
   .hdr_row {
      min-height: 55px;
   }
   .sticky-header .cstm_header,
   .sticky-header .hdr_row {
      min-height: 39px;
   }
   .sticky-header .mobi_menu .hs-menu-wrapper {
      max-height: calc(100vh - 39px);
   }
   .sticky-header .mobi_menu {
      height: calc(100vh - 39px);
      top: 39px;
   }
   body.mobile-open {
      overflow: hidden;
   }
   .hdr_menu,
   .hdr_btns .hdr_btn2 {
      display: none !important;
   }
   .hdr_innr .hdr_btns .primary_btn {
      font-size: 14px;
      line-height: 18px;
      padding: 4px 8px;
   }
   .mobile-trigger {
      padding: 3px 4px !important;
      width: 26px;
      height: 26px;
      cursor: pointer;
      display: inline-flex;
      align-items: center;
      justify-content: center;
   }
   .mobile-trigger .navbar-toggler-icon {
      display: inline-flex;
      align-self: center;
      justify-self: center;
      width: 16px;
      height: 13px;
      vertical-align: middle;
      background-image: url(https://2001761.fs1.hubspotusercontent-na1.net/hubfs/2001761/raw_assets/public/Dataweavers_July2022/images/burger.svg);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 100%;
   }
   .mobile-open .mobile-trigger .navbar-toggler-icon {
      width: 11px;
      height: 11px;
      background-image: url(https://2001761.fs1.hubspotusercontent-na1.net/hubfs/2001761/raw_assets/public/Dataweavers_July2022/images/close.svg);
   }
   .mobi_menu {
      display: block;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
   }
   .mobi_menu .hdr_btns {
      justify-content: space-between;
      margin-top: auto;
      padding: 20px 15px;
      position: absolute;
      width: 100%;
      bottom: 0;
   }
   .mobi_menu .hdr_btns .hdr_btn {
      width: calc(50% - 5px);
   }
   .mobi_menu .hdr_btn2 {
      display: initial !important;
   }
   body {
      overflow-x: hidden;
   }
   .mobi_menu .hdr_btns a {
      display: block;
      font-size: 20px;
      line-height: 26px;
      padding: 8px 27.5px;
   }
   .mobi_menu .hdr_btns .hdr_btn1 a {
      padding: 9px 27.5px;
   }
   .mobi_menu .hdr_btn:not(:last-child) {
      margin-right: 10px;
   }

}

@media (max-width: 370px) {
   .mobi_menu .hdr_btns a {
      padding: 8px 15px;
   }

}

@media (min-width: 992px) {
   .mobile-trigger {
      display: none !important;
   }
   .cstm_header .hdr_logo {
      width: 148px;
   }
   .hdr_menu .hs-menu-wrapper > ul > li > a::before {
      content: "";
      width: 45px;
      height: 2px;
      position: absolute;
      bottom: 0;
      z-index: 0;
      transition: all .5s ease;
      opacity: 0;
      background: url(https://2001761.fs1.hubspotusercontent-na1.net/hubfs/2001761/raw_assets/public/Dataweavers_July2022/images/hover.png);
   }
   .hdr_menu .hs-menu-wrapper > ul > li > a {
      color: #F1F1F2;
      padding-left: 0!important;
      padding-right: 0!important;
      border-bottom: 0;
      font-size: 18px;
      line-height: 1.31;
      text-align: center;
      justify-content: center;
      display: inline-flex;
      margin-bottom: 0;
      margin-left: 1rem;
      margin-right: 1rem;
   }
   .hdr_menu .hs-menu-wrapper > ul > li > a:hover:before,
   .hdr_menu .hs-menu-wrapper > ul > li.open_child > a:before,
   .hdr_menu .hs-menu-wrapper > ul > li.active > a:before {
      opacity: 1;
   }
   .hdr_menu .hs-menu-wrapper > ul > li > a:hover,
   .hdr_menu .hs-menu-wrapper > ul > li.open_child > a {
      color: #c8402e;
   }
   .hdr_menu {
      /*       width: calc(100% - calc(27% + 188px)); */
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      margin-right: 20px;
      margin-left: 20px;
   }
   .hdr_btns {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      /*       width: 27%; */
      justify-content: end;
   }
   .submenu_wrap {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #FFF;
      z-index: 99;
   }
   .submenu_wrap .menu_row {
      position: relative;
   }
   .hdr_menu .hs-menu-wrapper .submenu_wrap {
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease;
   }
   .hdr_menu .hs-menu-wrapper .open_child > .submenu_wrap {
      opacity: 1;
      visibility: visible;
   }
   .hdr_menu .hs-menu-depth-3 .hs-menu-children-wrapper {
      display: block !important;
   }
   .submenu_wrap .menu_row > ul.hs-menu-children-wrapper {
      width: 23%;
      padding: 50px 15px 50px 0;
      display: block;
   }
   .submenu_wrap .menu_row > ul > li > ul {
      position: absolute;
      left: 23%;
      width: calc(100% - 23%);
      top: 0;
      padding: 50px 0 10px 60px;
      background: #FBFBFB;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row !important;
      /*       justify-content: space-between; */
      border-left: 1px solid #D0D2D3;
      opacity: 0;
      visibility: hidden;
   }
   .open_child .submenu_wrap .menu_row > ul > li.open_child_l2 > ul {
      opacity: 1;
      visibility: visible;
   }
   .submenu_wrap ul li a {
      color: #132037;
      text-decoration: none;
      font-weight: 600;
      font-size: 18px;
      line-height: 24px;
      display: block;
   }
   .submenu_wrap ul li {
      margin-bottom: 32px;
   }
   .submenu_wrap ul ul li {
      margin-bottom: 45px;
   }
   .submenu_wrap ul ul ul li {
      margin-bottom: 0;
   }
   .submenu_wrap ul li.main_link {
      margin-bottom: 17px;
   }
   .submenu_wrap ul li.main_link a {
      margin-bottom: 17px;
   }
   .submenu_wrap ul li.main_link a {
      color: #FD5D47;
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
      position: relative;
   }
   .submenu_wrap ul li.main_link a:after {
      content: '';
      width: 16px;
      height: 2px;
      background: #FD5D47;
      position: absolute;
      margin-left: 8px;
      top: 50%;
      transform: translateY(-50%);
   }
   .submenu_wrap ul li.hs-menu-depth-3 {
      width: calc(33.333% - 26.6666px);
      border-radius: 2px;
      border: 1px solid #D0D2D3;
      padding: 16px;
      transition: all .3s ease;
      display: flex;
      flex-wrap: wrap;
   }
   .submenu_wrap ul li.hs-menu-depth-3:hover {
      background: #FFFFFF;
      box-shadow: 0px 4px 84px rgb(22 37 64 / 13%);
      border-color: transparent;
   }
   .submenu_wrap ul li.hs-menu-depth-4 > a {
      /*       pointer-events: none; */
      font-weight: 300;
      font-size: 14px;
      line-height: 1.5;
   }
   .menu-image {
      width: 32px;
      margin-right: 12px;
   }
   .menu_desc {
      width: calc(100% - 44px);
   }
   .submenu_wrap ul li.hs-menu-depth-2 > a {
      position: relative;
   }
   .submenu_wrap ul li.hs-menu-depth-2 > a:after {
      content: '';
      width: 26px;
      height: 26px;
      background: #fff;
      border: 1px solid #D0D2D3;
      position: absolute;
      right: -28px;
      z-index: 9;
      transform: rotate(45deg);
      border-left-color: transparent;
      border-bottom-color: transparent;
      opacity: 0;
   }
   .open_child .submenu_wrap ul li.hs-menu-depth-2.open_child_l2 > a:after {
      opacity: 1;
   }
   .menu_overlay {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #132037;
      z-index: -1;
      height: 100%;
      opacity: 0;
      visibility: hidden;
   }
   .open_child > .menu_overlay {
      opacity: 0.9;
      visibility: visible;
   }
   .sticky-header .hdr_menu .hs-menu-wrapper > ul > li > a {
      padding-top: 0;
      padding-bottom: 4px;
   }
   .hdr_btn.hdr_btn2 {
      margin-right: 0 !important;
   }
   .submenu_wrap .menu_row>ul.hs-menu-children-wrapper:before {
      content: "";
      position: absolute;
      top: 0;
      left: -25%;
      width: 50%;
      height: 200%;
   }
   .submenu_wrap .menu_row>ul>li.hs-menu-depth-2>ul:before {
      content: "";
      position: absolute;
      top: 0;
      left: -1px;
      width: 200%;
      min-height: 100vh;
      background-color: #fbfbfb;
   }
   .submenu_wrap ul li.hs-menu-depth-2 > a,
   .submenu_wrap ul li.hs-menu-depth-2 > p {
      padding-right: 22%;
   }
   .submenu_wrap .menu_row>ul>li.hs-menu-depth-2>ul li {
      position: relative;
   }
   .submenu_wrap {
      overflow: hidden;
   }
   .submenu_wrap ul li.hs-menu-depth-2>p {
      position: relative;
   }
   .submenu_wrap .menu_row>ul>li>ul>li:nth-child(3n+2) {
      margin-left: 40px;
      margin-right: 40px;
   }
   .submenu_wrap .menu_row>ul>li.hs-menu-depth-2>ul li a.third_anchor {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
   }
   .hdr_menu .hs-menu-wrapper>ul>li>a:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 20px;
      background: transparent;
      cursor: pointer;
   }

}


@media (min-width: 1400px) {
   .hdr_menu .hs-menu-wrapper > ul > li > a {
      margin-left: 2rem;
      margin-right: 2rem;
   }

}
footer.footer {
   overflow: auto;
   position: relative;
}
footer.footer .innerc {
   background-color: #132037;
   color: #fff;
   padding: 1.5rem 15px 24px;
   border-radius: 4px 4px 64px 4px;
   margin-bottom: 1rem;
   box-shadow: 0 4px 84px rgb(22 37 64 / 13%);
}
.footer .container {
   max-width: 1493px;
   padding: 0 15px;
}
.btm_ftr {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: space-between;
   margin-top: 100px;
}
.btm_ftr_cont p {
   margin: 0;
   font-weight: 300;
   font-size: 14px;
   line-height: 1.7;
   color: #fff;
}
.btm_ftr_cont p span {
   margin: 0 10px;
}
.btm_ftr_cont p a {
   color: inherit;
   text-decoration: none;
}
footer.footer a {
   transition: color .15s ease-in-out;
}
footer.footer .social-icons a {
   margin-right: 0.4rem;
   color: transparent;
}
footer.footer .svg-icon {
   width: 16px;
   height: 16px;
}
footer.footer .social-icons svg {
   fill: #fff;
   transition: all .2s ease-in;
}

footer.footer .social-icons svg:hover path {
   fill: #fd5d47;
}

footer.footer ul {
   margin: 0;
   padding-left: 0;
   list-style-type: none;
   display: block;
   -webkit-column-count: 3;
   -moz-column-count: 3;
   column-count: 3;
}
footer.footer ul li {
   margin-bottom: 16px;
   padding-left: 0;
   margin-left: 0;
   list-style-type: none;
}
footer.footer ul li a {
   color: #fff;
   transition: all .15s ease;
   font-weight: 300;
   font-size: 16px;
   line-height: 1.7;
   display: block;
}
footer.footer ul li a:hover {
   color: #fd5d47;
   text-decoration: none;
}

h5.footer_title {
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   text-transform: uppercase;
   color: #FD5D47;
   margin-bottom: 16px;
}
.footer p.phone {
   font-weight: 600;
   font-size: 16px;
   line-height: 21px;
   margin: 0;
}
.footer p.phone a {
   color: inherit;
   text-decoration: none !important;
}
.btm_ftr_cont p > a, 
.btm_ftr_cont p > span {
   display: inline-block;
}

footer.footer.ft_no_nav .btm_ftr {
   margin-top: 0;
}

.footer.ft_no_nav {
   background-color: rgba(19,32,55,1.0);
}


@media (max-width: 991px) {
   footer.footer .border-left {
      margin-top: 42px;
   }
}

@media (max-width: 767px) {
   .btm_ftr {
      display: block;
   }
   .btm_ftr_logo {
      margin-bottom: 48px;
   }
   .btm_ftr {
      margin-top: 48px;
   }
   .footer_col:not(:last-child) {
      padding-bottom: 32px;
   }
   .footer .social-icons {
      margin-bottom: 42px;
   }
   footer.footer ul {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
   }
}

@media (min-width: 992px) {
   footer.footer .border-left {
      border-left: 1px dashed #6c757d;
      padding-bottom: 1rem;
   }
}

@media (min-width: 1200px) {
   footer.footer .innerc {
      padding: 4rem 4rem 50px;
      border-radius: 4px 4px 64px 4px;
      margin-bottom: 3rem;
   }
   footer.footer.ft_no_nav .innerc {
      padding: 2rem 0;
      margin-bottom: 0;
   }
}
/* 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;
  }
}

/* Custom */
img {
   height: auto;
}
.button-wrapper .hs_cos_wrapper_type_cta {
   display: inline-block;
}

.products_row1 .speak_our_experts .panel {
   margin-bottom: 0;
}

/* ==========Compare Page=========== */
.compare_page section#banner .col-12 {
   width: 100%;
   margin-left: 0;
   max-width: 698px;
   margin: 0 auto;
}
.compare_page .hs_banner_area p {
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   text-align: center;
   color: #D0D2D3;
   margin-bottom: 0;
}
.compare_page .hs_banner_area p.pre-title {
   font-weight: 700;
   font-size: 12px;
   line-height: 16px;
   margin-bottom: 8px;
}


/* ==========Text Page=========== */
.text_page h2 {
   margin-bottom: 16px;
   color: #000000;
}
.text_page .hs_cos_wrapper_type_rich_text p {
   color: #000;
   line-height: 27.2px;
}
.text_page .hs_cos_wrapper_type_rich_text p:first-of-type {
   color: #000;
   font-size: 18px;
   font-weight: 400;
   line-height: 25.2px;
}
.text_page .hs_cos_wrapper_type_rich_text p:last-child {
   margin-bottom: 0;
}
.text_page p.pre-title {
   margin-bottom: 8px;
}

/*===== Product 05 Page =======*/
.products04_page {
   background: #FBFBFB;
}
.products04_page .products_banner h1.main_title {
   font-weight: 400;
   font-size: 56px;
   line-height: 120%;
}
.products04_page .products_website_performation_features .inner {
   padding-bottom: 4px;
}
.products04_page .hs_benefit_item img {
   margin-bottom: 35px !important;
}
.products04_page .hs_benefit_item h5 {
   margin-bottom: 16px !important;
}

.products04_page .hs_benefit_wrapper > .inner.extraSpaceBottom {
   padding-bottom: 322px;
}
.products04_page .products_website_performation_features .container {
   max-width: 1439px;
}
.products04_page .products_website_performation_features .container .features-listing {
   justify-content: space-between;
}
.products04_page .products_website_performation_features .container .features-listing > div {
   max-width: 359px;
}

.products04_page .speak_our_experts h3.main_title {
   margin-bottom: 16px;
}
.products04_page .speak_our_experts .panel {
   padding: 61px 48px !important;
}
.products04_page .how-it-works .inner {
   padding-bottom: 0;
}
.products04_page .speak_our_experts .inner {
   padding: 0px 0 40px;
}
.products04_page .speak_our_experts .container,
.products04_page .two-col-img .container{
   max-width: 1399px;
}
.products04_page .product-video .container {
   max-width: 1502px;
}
.products04_page .hs_benefit_wrapper .col-12.col-lg-10 {
   width: 100%;
   margin-left: 0;
   max-width: 1070px;
   margin: 0 auto;
}
.products04_page .speak_our_experts .hs_content {
   width: 100% !important;
}
.hs_benefit_wrapper .hs_benefit_itemwrapper .hs_benefit_item > div {
   padding: 0 !important;
}

@media(max-width: 1024px){
   .products04_page .hs_benefit_item h5 br {
      display: none;
   }
}
@media(max-width: 767px){
   .products04_page .products_banner h1.main_title {
      font-size: 36px;
      margin-top: 0 !important;
   }
   .products04_page .products_banner .col-12 img {
      margin-top: 24px;
   }
   .products04_page .hs_benefit_wrapper h2.main_title {
      margin-bottom: 64px;
   }
   .products04_page .hs_benefit_item p {
      margin-bottom: 4px;
   }
   .products04_page .products_website_performation_features .inner {
      padding-bottom: 4px;
      padding-top: 88px;
   }
   .products04_page .products_website_performation_features .container .features-listing h5 {
      margin-bottom: 16px;
   }
   .products04_page .products_website_performation_features .container .features-listing > div {
      margin-bottom: 35px;
   }
   .products04_page .products_website_performation_features .container .features-listing p {
      margin-bottom: 0;
   }
   .products04_page .products_website_performation_features .container .features-listing > div:last-child {
      margin-bottom: 0;
   }
   .products04_page .products_website_performation_features .panel {
      margin-bottom: 0 !important;
   }
   .products04_page .how-it-works .inner {
      padding-top: 24px;
   }

   .products04_page .speak_our_experts .panel {
      padding: 32px 20px!important;
   }
   .products04_page .products_website_performation_features .container .features-listing {
      justify-content: center;
   }
   .products04_page .logos_slider .inner {
      padding-top: 24px;
      padding-bottom: 20px;
   }
   .hs_benefit_wrapper .hs_benefit_itemwrapper {
      margin-bottom: 47px;
   }
}

.hsmso_grp1 .hs_banner_area p:last-child {
   margin-bottom: 0;
}
.hsmso_grp1 .hs_banner_area p:not(.pre-title) {
   font-weight: 500;
   line-height: 1.5;
}
.form-title:empty {
   display: none;
}
/* .hm_grp1 .speak_our_experts .button-wrapper a {
font-size: 16px;
line-height: 21px;
} */
.hm_grp1 .latest_insights,
.hm_grp1 .speak_our_experts {
   background: transparent !important;
}
.hm_grp1 .tcc_title {
   margin: 0 0 1rem !important;
}
.hm_grp1 .compare-three-col .button-wrapper {
   margin-top: 0 !important;
}
.hm_grp1 .compare-three-col .inner {
   padding-top: 4.5rem;
}
.hm_grp1 .products_website_security_features .button-wrapper {
   margin-top: 4.5rem !important;
}
.hm_grp1 .pre-title {
   font-size: 12px;
   line-height: 16px;
}
.hm_grp1 .speak_our_experts .inner {
   padding: 40px 0 0;
}
.hm_grp1 .speak_our_experts .panel {
   padding-top: 61px !important;
   padding-bottom: 61px !important;
}
.hm_grp1 .compare-three-col .comparethreecolitem_wrapper .align_center {
   text-align: left;
}

.home_page .compare-three-col .hs_content {
   font-weight: 300;
   font-size: 16px;
   line-height: 1.7;
}

@media (max-width: 991.98px) {
   .hm_grp1 .speak_our_experts .main_title {
      margin-bottom: 1rem;
   }
   .hm_grp1 .speak_our_experts .panel {
      padding-top: 2rem !important;
      padding-bottom: 2rem !important;
      margin-bottom: 2rem !important;
   }
   .hm_grp1 .products_website_security_features .button-wrapper {
      margin-top: 0 !important;
   }
   .hm_grp1 .products_website_security_features .inner {
      padding: 2rem 0;
   }
   .hm_grp1 .compare-three-col .inner {
      padding-top: 2rem;
   }
   .hm_grp1 .latest_insights .main_title {
      border-top: 1px solid #F1F1F2;
      padding-top: 2rem;
   }
   .hm_grp1 .compare-three-col .tcc_title,
   .hm_grp1 .compare-three-col .main_title {
      font-size: 30px;
   }
}

@media (max-width: 575px) {
   .hm_grp1 .products_website_security_features .button-wrapper a {
      display: block;
   }
   .hm_grp1 .products_website_security_features .button-wrapper .hs_cos_wrapper_type_cta {
      display: block;
   }
   .hm_grp1 .products_website_security_features .button-wrapper > span+span {
      margin-left: 0;
      margin-top: 0.5rem;
   }
}

@media (min-width: 992px) {
   .hsmso_grp1 .products_banner .main_title {
      margin-bottom: 1.5rem !important;
   }
}

.footer-trust .products_banner .hs_content p {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #D0D2D3;
}
.footer-trust .products_banner .hs_content {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #D0D2D3;
}

.footer-trust .hs_contentwithimgcol_wrapper .hs_contentwithimgcol_left {
   margin-bottom: 0rem!important;
}

.footer-trust .hs_contentwithimgcol_wrapper .rt-content h5 {
   font-style: normal;
   font-weight: 400;
   font-size: 22px;
   line-height: 140%;
   color: #404040;
}

.footer-trust .hs_contentwithimgcol_wrapper .rt-content ul li {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
}

.footer-trust .icon-with-content .panel {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   color: #404040;
}

.footer-trust .icon-with-content .panel h5 {
   font-style: normal;
   font-weight: 400;
   font-size: 22px;
   line-height: 140%;
   color: #404040;
   margin-bottom: 16px;
}

.footer-trust .icon-with-content .panel > .mt-3 {
   margin-top: 0 !important;
}

.footer-trust .icon-with-content .panel ul li {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
}

@media (min-width: 991px){

   .footer-trust .hs_contentwithimgcol_wrapper .image_wrap {
      margin-bottom: 0;
   }

}

.footer-trust .compare-sticky .container > .row .sticky-content ul.list-bullets li {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
   margin-bottom: 16px;
}

.footer-trust .compare-sticky .container > .row .sticky-content p.lead {
   font-size: 1.13rem;
   line-height: 1.5;
   font-weight: 500;
   margin-bottom: 1rem !important;

   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   color: #404040;
}



.footer-trust .compare-sticky .sticky-content p:first-child{
   margin-bottom: 0;
}


.footer-trust .compare-sticky .sticky-content p:first-child {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
}

.footer-trust .compare-sticky h2 {
   font-style: normal;
   font-weight: 400;
   font-size: 36px;
   line-height: 120%;
   color: #132037;
}

.footer-trust .compare-sticky h3 {
   font-style: normal;
   font-weight: 400;
   font-size: 36px;
   line-height: 120%;
   color: #132037;
}

.footer-trust .compare-sticky .sticky-content p {
   margin-bottom: 16px;
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
}

.footer-trust .compare-sticky .sticky-content h3 + p {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   color: #404040;
}

.footer-regions .speak_our_experts .panel .hs_content {
   margin-top: 8px;
}

.footer-regions .hs_banner_area h1 {
   font-style: normal;
   font-weight: 400;
   font-size: 44px;
   line-height: 120%;
   text-align: center;
   color: #F1F1F2;
}

.footer-regions .hs_banner_area p {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   text-align: center;
   color: #D0D2D3;
}


.footer-trust .latest_insights,
.footer-regions .latest_insights,
.footer-security .latest_insights{
   position: relative;
}

.footer-trust .latest_insights:before,
.footer-regions .latest_insights:before,
.footer-security .latest_insights:before{
   content: "";
   display: block;
   position: absolute;
   top: 0;
   border-bottom: 1px solid #F1F1F2;
   max-width: 1420px;
   width: calc(100% - 40px);
   left: 50%;
   transform: translateX(-50%);
}

.footer-security .latest_insights {
   position: relative;
}

.footer-security .latest_insights:before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   border-bottom: 1px solid #F1F1F2;
   max-width: 1420px;
   width: calc(100% - 40px);
   left: 50%;
   transform: translateX(-50%);
}

.footer-security .compare_website_performation h2.main_title {
   font-style: normal;
   font-weight: 400;
   font-size: 36px;
   line-height: 120%;
   text-align: center;
   margin-bottom: 8px !important;
}

.footer-security .compare_website_performation .hs_content {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   text-align: center;
   color: #132037;
}

.footer-security .compare_website_performation .hs_content > p:first-child {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   color: #132037;
}

.footer-security .products_two_column_content h3.main_title {
   font-style: normal;
   font-weight: 400;
   font-size: 44px;
   line-height: 120%;
}

.footer-security .products_two_column_content .hs_content p.lead {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
}

.footer-security .products_two_column_content .hs_content {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
}

.footer-security .products_two_column_content .sticky-lg-top {
   position: static;
}

.footer-security .products_two_column_content {
   position: relative;
}

.footer-security .products_two_column_content:after {
   content: "";
   background: url('https://2001761.fs1.hubspotusercontent-na1.net/hubfs/2001761/Group%20735.png');
   position: absolute;
   left: 0;
   bottom: 77px;
   width: 453px;
   height: 655px;
   background-repeat: no-repeat;
   background-position: center;
}


.footer-security .hs_banner_area .hs_banner_content p,
.footer-security .hs_banner_area .hs_banner_content{
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
   text-align: center;
}

.footer-security .sticky-content p {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   margin-bottom: 16px;
}

.footer-security .compare-sticky .sticky-content p:first-child {
   margin-bottom: 20px !important;
}

.footer-regions .compare-sticky .sticky-content p{
   margin-bottom: 16px !important;
}

.footer-security .sticky-content ul.list-bullets li {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
}

.footer-security .products_service_updates h2.main_title.mb-4.text-center {
   font-style: normal;
   font-weight: 400;
   font-size: 36px;
   line-height: 120%;
}

.footer-security .products_service_updates .hs_content > p:first-child {
   font-style: normal;
   font-weight: 400;
   font-size: 18px;
   line-height: 140%;
}

.footer-security .products_service_updates .hs_content > p {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
}

.footer-security .products_service_updates .panel > p {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
}

.footer-security .compare_website_performation.module_1658731815962 .compareWPListing {
   max-width: 1037px;
}

.footer-security .compare_website_performation .compareWPListing p {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
   color: #404040;
}

.footer-security .speak_our_experts .hs_content.text-center{
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
}

.footer-regions .compare-sticky .container .row > div > h2 {
   font-style: normal;
   font-weight: 400;
   font-size: 36px;
   line-height: 120%;
}

.footer-regions .compare-sticky .sticky-content h3 {
   font-style: normal;
   font-weight: 400;
   font-size: 36px;
   line-height: 120%;
   margin-bottom: 16px;
}

.footer-regions .compare-sticky .sticky-content > p:first-child {
   font-style: normal;
   font-weight: 300;
   font-size: 16px;
   line-height: 170%;
}

@media (min-width: 1200px){

   .footer-security .logos_slider .container > .row > div:first-child {
      padding-right: 100px;
   }

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

   .footer-regions .latest_insights:before, 
   .footer-security .latest_insights:before, 
   .footer-trust .latest_insights:before {
      max-width: 1320px;
   }

}

@media (max-width: 1400px){

   .footer-security .compare_website_performation .row {
      margin: 0;
   }

}

@media (max-width: 991px){

   .footer-trust .speak_our_experts .panel,
   .footer-regions .speak_our_experts .panel,
   .footer-security .speak_our_experts .panel{
      padding-top: 32px !important;
      padding-bottom: 32px !important;
      padding-left: 19px !important;
      padding-right: 19px !important;
   }

   .footer-trust .speak_our_experts h3.main_title,
   .footer-regions .speak_our_experts h3.main_title,
   .footer-security .speak_our_experts h3.main_title{
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 120%;
      text-align: center;
      margin-bottom: 16px;
   }

   .footer-trust .speak_our_experts .hs_content,
   .footer-regions .speak_our_experts .hs_content{
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 170%;
      color: #D0D2D3;
      width: 100%!important;
   }

   .footer-trust .products_banner:not(.has_form) .main_title {
      font-style: normal;
      font-weight: 400;
      font-size: 56px;
      line-height: 120%;
      color: #F1F1F2;
   }

   .footer-trust .products_banner .hs_content, 
   .footer-trust .products_banner .hs_content p {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 170%;
      color: #D0D2D3;
   }

   .footer-trust .compare-sticky h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 120%;
      color: #132037;
   }

   .footer-trust .compare-sticky .container>.row .sticky-content p.lead {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #404040;
   }

   .footer-trust .compare-sticky .container>.row .sticky-content ul.list-bullets li {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 170%;
      color: #404040;
   }

   .footer-trust .hs_contentwithimgcol_wrapper .panel h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 44px;
      line-height: 120%;
      color: #132037;
   }

   .footer-trust .hs_contentwithimgcol_wrapper .rt-content p {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #404040;
   }

   .footer-trust .hs_contentwithimgcol_wrapper .rt-content h5 {
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 140%;
      color: #404040;
   }

   .footer-trust .hs_contentwithimgcol_wrapper .rt-content ul li {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 170%;
      color: #404040;
   }

   .footer-trust .icon-with-content .panel h4 {
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 120%;
      color: #132037;
   }

   .footer-trust .icon-with-content .panel {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #404040;
   }

   .footer-trust .icon-with-content .panel h5 {
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 140%;
      color: #404040;
   }

   .footer-trust .icon-with-content .panel ul li {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 170%;
      color: #404040;
   }

   .footer-trust .latest_insights h4.main_title {
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 120%;
      color: #132037;
   }

   .footer-trust .latest_insights .panel .content_wrap h6 {
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 140%;
      color: #132037;
   }

   .footer-regions .compare-sticky .sticky-img {
      padding-left: 0px;
      padding-right: 0px;
   }

   .footer-security .compare-sticky.dnd_area-module-11 .row > * {
      order: 1 !important;
   }
   .footer-security .compare-sticky .row .sticky-img {
      padding-left: 0;
      padding-right: 0;
   }
   .footer-security .compare-sticky h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 44px;
      line-height: 120%;
      color: #132037;
   }

   .footer-security .compare-sticky .sticky-content p:first-child {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      color: #404040;
   }

   .footer-security .compare_website_performation h2.main_title {
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 120%;
      text-align: center;
      color: #132037;
   }
   .footer-security .speak_our_experts .hs_content.text-center{
      width: 100% !important;
   }

   .footer-regions .hs_banner_area h1 {
      font-style: normal;
      font-weight: 400;
      font-size: 36px;
      line-height: 120%;
      text-align: center;
      color: #F1F1F2;
   }

   .footer-regions .hs_banner_area p {
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 140%;
      text-align: center;
      color: #D0D2D3;
   }

   .footer-regions .world-map .panel>h4 {
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 120%;
      color: #000000;
   }

   .footer-regions .world-map .panel .left-content h5, 
   .footer-regions .world-map .panel .right-content h5 {
      font-style: normal;
      font-weight: 400;
      font-size: 22px;
      line-height: 140%;
      color: #132037;
   }

   .footer-regions .world-map .text-secondary {
      font-weight: 700;
      font-size: 12px;
      line-height: 16px;
      text-transform: uppercase;
   }

   .footer-regions .world-map .panel .left-content,
   .footer-regions .world-map .panel .right-content {
      font-style: normal;
      font-weight: 300;
      font-size: 16px;
      line-height: 170%;
      color: #132037;
   }

   .footer-regions .world-map .panel>p.small {
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 170%;
      color: #404040;
   }

   .footer-security .button-wrapper .hs_cos_wrapper_type_cta,
   .footer-regions .button-wrapper .hs_cos_wrapper_type_cta,
   .footer-trust .button-wrapper .hs_cos_wrapper_type_cta{
      display: block;
   }

   .footer-security .button-wrapper .cta_button,
   .footer-regions .button-wrapper .cta_button,
   .footer-trust .button-wrapper .cta_button{
      width: 100%;
      -moz-box-sizing: border-box !important;
      -webkit-box-sizing: border-box !important;
      box-sizing: border-box !important;
      margin-left: 0 !important;
   }

   .footer-security .button-wrapper .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta,
   .footer-regions .button-wrapper .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta,
   .footer-trust .button-wrapper .hs_cos_wrapper_type_cta + .hs_cos_wrapper_type_cta{
      margin-top: 15px;
   }

   .footer-security section.module_1658729382992.compare-sticky h2 {
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 120%;
      color: #132037;
   }

   .footer-security .products_service_updates h2.main_title.mb-4.text-center {
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 120%;
   }

   .footer-security .products_service_updates h5 {
      font-style: normal;
      font-weight: 400;
      font-size: 26px;
      line-height: 140%;
   }

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

   .footer-security .products_two_column_content:after {
      position: static;
      display: block;
      max-width: 453px;
      width: 100%;
      background-size: contain;
      height: 480px;
   }

   .footer-trust .speak_our_experts .panel {
      margin-bottom: 32px !important;
   }

   .footer-trust .speak_our_experts .inner {
      padding-top: 40px; 
      padding-bottom: 32px;
   }

   .footer-trust .speak_our_experts .panel {
      margin-bottom: 32px !important;
   }

   .footer-trust .icon-with-content .row .row > div:last-child ul.list-bullets {
      margin-bottom: 0;
   }

   .footer-trust .icon-with-content .row .row > div:last-child ul.list-bullets li:last-child {
      margin-bottom: 0;
   }

   .footer-trust .icon-with-content .row .row > div:last-child .panel {
      margin-bottom: 0;
   }

   .footer-trust .icon-with-content .row .row > div:last-child {
      margin-bottom: 0 !important;
   }

   .footer-trust .icon-with-content .inner {
      padding-bottom: 0;
   }

   .footer-regions .compare-sticky .container .row>div>h2, 
   .footer-regions .compare-sticky .sticky-content h3 {
      font-style: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 120%;
   }

   .footer-security .products_two_column_content h3.main_title {
      font-style: normal;
      font-weight: 400;
      font-size: 32px;
      line-height: 120%;
      color: #FFFFFF;
   }
}

@media (max-width: 1399px) and (min-width: 992px) {
   .products_banner .abs-pos-form {
      position: static !important;
      margin-bottom: -150px;
   }
}

.latest_insights .slick-dots li button,
.statistics-slider .slick-dots li,
.about-slider .slick-dots li {
   width: 48px !important;
   height: 48px !important;
}
.statistics-slider .slick-dots li,
.about-slider .slick-dots li {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   margin: 0 -12px;
}

@media (max-width: 767px) {
   .body-wrapper .ban_top_cont > p.ban_icons > a {
      width: 48px;
      height: 48px;
      display: inline-block;
   }

}



/* Feedback */
.partynerrow1_section .widget-type-rich_text ol,
.partynerrow1_section .widget-type-rich_text ul {
   padding-left: 20px;
}

.partynerrow1_section .widget-type-rich_text ol li::marker,
.partynerrow1_section .widget-type-rich_text ul li::marker {
   color: #fd5d47;
}





.cstm_arrow_btn {
   position: relative;
   padding-left: 16px;
}
.cstm_arrow_btn:before {
   content: "";
   position: absolute;
   left: 0;
   top: 0;
   width: 8px;
   height: 24px;
   background: #fd5d47;
}
.cstm_arrow_btn:after {
   opacity: 0;
   left: 0;
   content: "";
   transition: all .3s ease-out;
   border-left: 6px solid #fd5d47;
   border-top: 12px solid transparent;
   border-bottom: 12px solid transparent;
   height: 0;
   position: absolute;
   top: 0;
   width: 0;
}
.cstm_arrow_btn:hover:after {
   left: 8px;
   opacity: 1;
}
.row {
   display: flex;
   flex-wrap: wrap;
   margin-top: calc(0*-1);
   margin-right: calc(2.5rem/-2);
   margin-left: calc(2.5rem/-2)
}

.row>* {
   flex-shrink: 0;
   width: 100%;
   max-width: 100%;
   padding-right: calc(2.5rem/2);
   padding-left: calc(2.5rem/2);
   margin-top: 0
}

.col {
   flex: 1 0 0%
}

.row-cols-auto>* {
   flex: 0 0 auto;
   width: auto
}

.row-cols-1>* {
   flex: 0 0 auto;
   width: 100%
}

.row-cols-2>* {
   flex: 0 0 auto;
   width: 50%
}

.row-cols-3>* {
   flex: 0 0 auto;
   width: 33.333333%
}

.row-cols-4>* {
   flex: 0 0 auto;
   width: 25%
}

.row-cols-5>* {
   flex: 0 0 auto;
   width: 20%
}

.row-cols-6>* {
   flex: 0 0 auto;
   width: 16.666667%
}

.col-auto {
   flex: 0 0 auto;
   width: auto
}

.col-1 {
   flex: 0 0 auto;
   width: 8.333333%
}

.col-2 {
   flex: 0 0 auto;
   width: 16.666667%
}

.col-3 {
   flex: 0 0 auto;
   width: 25%
}

.col-4 {
   flex: 0 0 auto;
   width: 33.333333%
}

.col-5 {
   flex: 0 0 auto;
   width: 41.666667%
}

.col-6 {
   flex: 0 0 auto;
   width: 50%
}

.col-7 {
   flex: 0 0 auto;
   width: 58.333333%
}

.col-8 {
   flex: 0 0 auto;
   width: 66.666667%
}

.col-9 {
   flex: 0 0 auto;
   width: 75%
}

.col-10 {
   flex: 0 0 auto;
   width: 83.333333%
}

.col-11 {
   flex: 0 0 auto;
   width: 91.666667%
}

.col-12 {
   flex: 0 0 auto;
   width: 100%
}

.offset-1 {
   margin-left: 8.333333%
}

.offset-2 {
   margin-left: 16.666667%
}

.offset-3 {
   margin-left: 25%
}

.offset-4 {
   margin-left: 33.333333%
}

.offset-5 {
   margin-left: 41.666667%
}

.offset-6 {
   margin-left: 50%
}

.offset-7 {
   margin-left: 58.333333%
}

.offset-8 {
   margin-left: 66.666667%
}

.offset-9 {
   margin-left: 75%
}

.offset-10 {
   margin-left: 83.333333%
}

.offset-11 {
   margin-left: 91.666667%
}


.align-baseline {
   vertical-align: baseline !important
}

.align-top {
   vertical-align: top !important
}

.align-middle {
   vertical-align: middle !important
}

.align-bottom {
   vertical-align: bottom !important
}

.align-text-bottom {
   vertical-align: text-bottom !important
}

.align-text-top {
   vertical-align: text-top !important
}

.float-start {
   float: left !important
}

.float-end {
   float: right !important
}

.float-none {
   float: none !important
}

.overflow-auto {
   overflow: auto !important
}

.overflow-hidden {
   overflow: hidden !important
}

.overflow-visible {
   overflow: visible !important
}

.overflow-scroll {
   overflow: scroll !important
}

.d-inline {
   display: inline !important
}

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

.d-block {
   display: block !important
}

.d-table {
   display: table !important
}

.d-table-row {
   display: table-row !important
}

.d-table-cell {
   display: table-cell !important
}

.d-flex {
   display: flex !important
}

.d-inline-flex {
   display: inline-flex !important
}

.d-none {
   display: none !important
}

.shadow {
   box-shadow: 0 0 1rem rgba(0, 0, 0, .15) !important
}

.shadow-sm {
   box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow-lg {
   box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
   box-shadow: none !important
}

.position-static {
   position: static !important
}

.position-relative {
   position: relative !important
}

.position-absolute {
   position: absolute !important
}

.position-fixed {
   position: fixed !important
}

.position-sticky {
   position: -webkit-sticky !important;
   position: sticky !important
}

.top-0 {
   top: 0 !important
}

.top-50 {
   top: 50% !important
}

.top-100 {
   top: 100% !important
}

.bottom-0 {
   bottom: 0 !important
}

.bottom-50 {
   bottom: 50% !important
}

.bottom-100 {
   bottom: 100% !important
}

.start-0 {
   left: 0 !important
}

.start-50 {
   left: 50% !important
}

.start-100 {
   left: 100% !important
}

.end-0 {
   right: 0 !important
}

.end-50 {
   right: 50% !important
}

.end-100 {
   right: 100% !important
}

.translate-middle {
   transform: translate(-50%, -50%) !important
}

.translate-middle-x {
   transform: translateX(-50%) !important
}

.translate-middle-y {
   transform: translateY(-50%) !important
}

.w-25 {
   width: 25% !important
}

.w-50 {
   width: 50% !important
}

.w-75 {
   width: 75% !important
}

.w-100 {
   width: 100% !important
}

.w-auto {
   width: auto !important
}

.mw-100 {
   max-width: 100% !important
}

.vw-100 {
   width: 100vw !important
}

.min-vw-100 {
   min-width: 100vw !important
}

.h-25 {
   height: 25% !important
}

.h-50 {
   height: 50% !important
}

.h-75 {
   height: 75% !important
}

.h-100 {
   height: 100% !important
}

.h-auto {
   height: auto !important
}

.mh-100 {
   max-height: 100% !important
}

.vh-100 {
   height: 100vh !important
}

.min-vh-100 {
   min-height: 100vh !important
}

.flex-fill {
   flex: 1 1 auto !important
}

.flex-row {
   flex-direction: row !important
}

.flex-column {
   flex-direction: column !important
}

.flex-row-reverse {
   flex-direction: row-reverse !important
}

.flex-column-reverse {
   flex-direction: column-reverse !important
}

.flex-grow-0 {
   flex-grow: 0 !important
}

.flex-grow-1 {
   flex-grow: 1 !important
}

.flex-shrink-0 {
   flex-shrink: 0 !important
}

.flex-shrink-1 {
   flex-shrink: 1 !important
}

.flex-wrap {
   flex-wrap: wrap !important
}

.flex-nowrap {
   flex-wrap: nowrap !important
}

.flex-wrap-reverse {
   flex-wrap: wrap-reverse !important
}

.gap-0 {
   gap: 0 !important
}

.gap-1 {
   gap: .25rem !important
}

.gap-2 {
   gap: .5rem !important
}

.gap-3 {
   gap: 1rem !important
}

.gap-4 {
   gap: 1.5rem !important
}

.gap-5 {
   gap: 3rem !important
}

.gap-6 {
   gap: 4rem !important
}

.justify-content-start {
   justify-content: flex-start !important
}

.justify-content-end {
   justify-content: flex-end !important
}

.justify-content-center {
   justify-content: center !important
}

.justify-content-between {
   justify-content: space-between !important
}

.justify-content-around {
   justify-content: space-around !important
}

.justify-content-evenly {
   justify-content: space-evenly !important
}

.align-items-start {
   align-items: flex-start !important
}

.align-items-end {
   align-items: flex-end !important
}

.align-items-center {
   align-items: center !important
}

.align-items-baseline {
   align-items: baseline !important
}

.align-items-stretch {
   align-items: stretch !important
}

.align-content-start {
   align-content: flex-start !important
}

.align-content-end {
   align-content: flex-end !important
}

.align-content-center {
   align-content: center !important
}

.align-content-between {
   align-content: space-between !important
}

.align-content-around {
   align-content: space-around !important
}

.align-content-stretch {
   align-content: stretch !important
}

.align-self-auto {
   align-self: auto !important
}

.align-self-start {
   align-self: flex-start !important
}

.align-self-end {
   align-self: flex-end !important
}

.align-self-center {
   align-self: center !important
}

.align-self-baseline {
   align-self: baseline !important
}

.align-self-stretch {
   align-self: stretch !important
}

.order-first {
   order: -1 !important
}

.order-0 {
   order: 0 !important
}

.order-1 {
   order: 1 !important
}

.order-2 {
   order: 2 !important
}

.order-3 {
   order: 3 !important
}

.order-4 {
   order: 4 !important
}

.order-5 {
   order: 5 !important
}

.order-last {
   order: 6 !important
}

.m-0 {
   margin: 0 !important
}

.m-1 {
   margin: .25rem !important
}

.m-2 {
   margin: .5rem !important
}

.m-3 {
   margin: 1rem !important
}

.m-4 {
   margin: 1.5rem !important
}

.m-5 {
   margin: 3rem !important
}

.m-6 {
   margin: 4rem !important
}

.m-auto {
   margin: auto !important
}

.mx-0 {
   margin-right: 0 !important;
   margin-left: 0 !important
}

.mx-1 {
   margin-right: .25rem !important;
   margin-left: .25rem !important
}

.mx-2 {
   margin-right: .5rem !important;
   margin-left: .5rem !important
}

.mx-3 {
   margin-right: 1rem !important;
   margin-left: 1rem !important
}

.mx-4 {
   margin-right: 1.5rem !important;
   margin-left: 1.5rem !important
}

.mx-5 {
   margin-right: 3rem !important;
   margin-left: 3rem !important
}

.mx-6 {
   margin-right: 4rem !important;
   margin-left: 4rem !important
}

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

.my-0 {
   margin-top: 0 !important;
   margin-bottom: 0 !important
}

.my-1 {
   margin-top: .25rem !important;
   margin-bottom: .25rem !important
}

.my-2 {
   margin-top: .5rem !important;
   margin-bottom: .5rem !important
}

.my-3 {
   margin-top: 1rem !important;
   margin-bottom: 1rem !important
}

.my-4 {
   margin-top: 1.5rem !important;
   margin-bottom: 1.5rem !important
}

.my-5 {
   margin-top: 3rem !important;
   margin-bottom: 3rem !important
}

.my-6 {
   margin-top: 4rem !important;
   margin-bottom: 4rem !important
}

.my-auto {
   margin-top: auto !important;
   margin-bottom: auto !important
}

.mt-0 {
   margin-top: 0 !important
}

.mt-1 {
   margin-top: .25rem !important
}

.mt-2 {
   margin-top: .5rem !important
}

.mt-3 {
   margin-top: 1rem !important
}

.mt-4 {
   margin-top: 1.5rem !important
}

.mt-5 {
   margin-top: 3rem !important
}

.mt-6 {
   margin-top: 4rem !important
}

.mt-auto {
   margin-top: auto !important
}

.me-0 {
   margin-right: 0 !important
}

.me-1 {
   margin-right: .25rem !important
}

.me-2 {
   margin-right: .5rem !important
}

.me-3 {
   margin-right: 1rem !important
}

.me-4 {
   margin-right: 1.5rem !important
}

.me-5 {
   margin-right: 3rem !important
}

.me-6 {
   margin-right: 4rem !important
}

.me-auto {
   margin-right: auto !important
}

.mb-0 {
   margin-bottom: 0 !important
}

.mb-1 {
   margin-bottom: .25rem !important
}

.mb-2 {
   margin-bottom: .5rem !important
}

.mb-3 {
   margin-bottom: 1rem !important
}

.mb-4 {
   margin-bottom: 1.5rem !important
}

.mb-5 {
   margin-bottom: 3rem !important
}

.mb-6 {
   margin-bottom: 4rem !important
}

.mb-auto {
   margin-bottom: auto !important
}

.ms-0 {
   margin-left: 0 !important
}

.ms-1 {
   margin-left: .25rem !important
}

.ms-2 {
   margin-left: .5rem !important
}

.ms-3 {
   margin-left: 1rem !important
}

.ms-4 {
   margin-left: 1.5rem !important
}

.ms-5 {
   margin-left: 3rem !important
}

.ms-6 {
   margin-left: 4rem !important
}

.ms-auto {
   margin-left: auto !important
}

.p-0 {
   padding: 0 !important
}

.p-1 {
   padding: .25rem !important
}

.p-2 {
   padding: .5rem !important
}

.p-3 {
   padding: 1rem !important
}

.p-4 {
   padding: 1.5rem !important
}

.p-5 {
   padding: 3rem !important
}

.p-6 {
   padding: 4rem !important
}

.px-0 {
   padding-right: 0 !important;
   padding-left: 0 !important
}

.px-1 {
   padding-right: .25rem !important;
   padding-left: .25rem !important
}

.px-2 {
   padding-right: .5rem !important;
   padding-left: .5rem !important
}

.px-3 {
   padding-right: 1rem !important;
   padding-left: 1rem !important
}

.px-4 {
   padding-right: 1.5rem !important;
   padding-left: 1.5rem !important
}

.px-5 {
   padding-right: 3rem !important;
   padding-left: 3rem !important
}

.px-6 {
   padding-right: 4rem !important;
   padding-left: 4rem !important
}

.py-0 {
   padding-top: 0 !important;
   padding-bottom: 0 !important
}

.py-1 {
   padding-top: .25rem !important;
   padding-bottom: .25rem !important
}

.py-2 {
   padding-top: .5rem !important;
   padding-bottom: .5rem !important
}

.py-3 {
   padding-top: 1rem !important;
   padding-bottom: 1rem !important
}

.py-4 {
   padding-top: 1.5rem !important;
   padding-bottom: 1.5rem !important
}

.py-5 {
   padding-top: 3rem !important;
   padding-bottom: 3rem !important
}

.py-6 {
   padding-top: 4rem !important;
   padding-bottom: 4rem !important
}

.pt-0 {
   padding-top: 0 !important
}

.pt-1 {
   padding-top: .25rem !important
}

.pt-2 {
   padding-top: .5rem !important
}

.pt-3 {
   padding-top: 1rem !important
}

.pt-4 {
   padding-top: 1.5rem !important
}

.pt-5 {
   padding-top: 3rem !important
}

.pt-6 {
   padding-top: 4rem !important
}

.pe-0 {
   padding-right: 0 !important
}

.pe-1 {
   padding-right: .25rem !important
}

.pe-2 {
   padding-right: .5rem !important
}

.pe-3 {
   padding-right: 1rem !important
}

.pe-4 {
   padding-right: 1.5rem !important
}

.pe-5 {
   padding-right: 3rem !important
}

.pe-6 {
   padding-right: 4rem !important
}

.pb-0 {
   padding-bottom: 0 !important
}

.pb-1 {
   padding-bottom: .25rem !important
}

.pb-2 {
   padding-bottom: .5rem !important
}

.pb-3 {
   padding-bottom: 1rem !important
}

.pb-4 {
   padding-bottom: 1.5rem !important
}

.pb-5 {
   padding-bottom: 3rem !important
}

.pb-6 {
   padding-bottom: 4rem !important
}

.ps-0 {
   padding-left: 0 !important
}

.ps-1 {
   padding-left: .25rem !important
}

.ps-2 {
   padding-left: .5rem !important
}

.ps-3 {
   padding-left: 1rem !important
}

.ps-4 {
   padding-left: 1.5rem !important
}

.ps-5 {
   padding-left: 3rem !important
}

.ps-6 {
   padding-left: 4rem !important
}

.font-monospace {
   font-family: var(--bs-font-monospace) !important
}

.fst-italic {
   font-style: italic !important
}

.fst-normal {
   font-style: normal !important
}

.fw-light {
   font-weight: 300 !important
}

.fw-lighter {
   font-weight: lighter !important
}

.fw-normal {
   font-weight: 400 !important
}

.fw-bold {
   font-weight: 500 !important
}

.fw-bolder {
   font-weight: 600 !important
}

.lh-1 {
   line-height: 1 !important
}

.lh-sm {
   line-height: 1.5 !important
}

.lh-base {
   line-height: 1.5 !important
}

.lh-lg {
   line-height: 1.75 !important
}

.text-start {
   text-align: left !important
}

.text-end {
   text-align: right !important
}

.text-center {
   text-align: center !important
}

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

.text-decoration-underline {
   text-decoration: underline !important
}

.text-decoration-line-through {
   text-decoration: line-through !important
}

.text-lowercase {
   text-transform: lowercase !important
}

.text-uppercase {
   text-transform: uppercase !important
}

.text-capitalize {
   text-transform: capitalize !important
}

.main-banner {
   position: relative;
   overflow-x: clip;
   margin: 0;
   padding: 3rem 0 3rem 0
}

.main-banner .container,
.main-banner .container-sm,
.main-banner .container-md,
.main-banner .container-lg,
.main-banner .container-xl,
.main-banner .container-xxl,
.main-banner .container-xxxl {
   position: relative
}

.main-banner .inner {
   padding: 0
}

.pre-title {
   margin-bottom: 0;
   font-weight: 700
}

.pre-title span {
   text-transform: uppercase;
   font-size: 12px
}

.lead {
   line-height: 1.5;
   font-weight: 500;
}

@media (min-width:1200px) {
   .col-xl {
      flex: 1 0 0%
   }

   .row-cols-xl-auto>* {
      flex: 0 0 auto;
      width: auto
   }

   .row-cols-xl-1>* {
      flex: 0 0 auto;
      width: 100%
   }

   .row-cols-xl-2>* {
      flex: 0 0 auto;
      width: 50%
   }

   .row-cols-xl-3>* {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .row-cols-xl-4>* {
      flex: 0 0 auto;
      width: 25%
   }

   .row-cols-xl-5>* {
      flex: 0 0 auto;
      width: 20%
   }

   .row-cols-xl-6>* {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-xl-auto {
      flex: 0 0 auto;
      width: auto
   }

   .col-xl-1 {
      flex: 0 0 auto;
      width: 8.333333%
   }

   .col-xl-2 {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-xl-3 {
      flex: 0 0 auto;
      width: 25%
   }

   .col-xl-4 {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .col-xl-5 {
      flex: 0 0 auto;
      width: 41.666667%
   }

   .col-xl-6 {
      flex: 0 0 auto;
      width: 50%
   }

   .col-xl-7 {
      flex: 0 0 auto;
      width: 58.333333%
   }

   .col-xl-8 {
      flex: 0 0 auto;
      width: 66.666667%
   }

   .col-xl-9 {
      flex: 0 0 auto;
      width: 75%
   }

   .col-xl-10 {
      flex: 0 0 auto;
      width: 83.333333%
   }

   .col-xl-11 {
      flex: 0 0 auto;
      width: 91.666667%
   }

   .col-xl-12 {
      flex: 0 0 auto;
      width: 100%
   }

   .offset-xl-0 {
      margin-left: 0
   }

   .offset-xl-1 {
      margin-left: 8.333333%
   }

   .offset-xl-2 {
      margin-left: 16.666667%
   }

   .offset-xl-3 {
      margin-left: 25%
   }

   .offset-xl-4 {
      margin-left: 33.333333%
   }

   .offset-xl-5 {
      margin-left: 41.666667%
   }

   .offset-xl-6 {
      margin-left: 50%
   }

   .offset-xl-7 {
      margin-left: 58.333333%
   }

   .offset-xl-8 {
      margin-left: 66.666667%
   }

   .offset-xl-9 {
      margin-left: 75%
   }

   .offset-xl-10 {
      margin-left: 83.333333%
   }

   .offset-xl-11 {
      margin-left: 91.666667%
   }

   .float-xl-start {
      float: left !important
   }

   .float-xl-end {
      float: right !important
   }

   .float-xl-none {
      float: none !important
   }

   .d-xl-inline {
      display: inline !important
   }

   .d-xl-inline-block {
      display: inline-block !important
   }

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

   .d-xl-table {
      display: table !important
   }

   .d-xl-table-row {
      display: table-row !important
   }

   .d-xl-table-cell {
      display: table-cell !important
   }

   .d-xl-flex {
      display: flex !important
   }

   .d-xl-inline-flex {
      display: inline-flex !important
   }

   .d-xl-none {
      display: none !important
   }

   .flex-xl-fill {
      flex: 1 1 auto !important
   }

   .flex-xl-row {
      flex-direction: row !important
   }

   .flex-xl-column {
      flex-direction: column !important
   }

   .flex-xl-row-reverse {
      flex-direction: row-reverse !important
   }

   .flex-xl-column-reverse {
      flex-direction: column-reverse !important
   }

   .flex-xl-grow-0 {
      flex-grow: 0 !important
   }

   .flex-xl-grow-1 {
      flex-grow: 1 !important
   }

   .flex-xl-shrink-0 {
      flex-shrink: 0 !important
   }

   .flex-xl-shrink-1 {
      flex-shrink: 1 !important
   }

   .flex-xl-wrap {
      flex-wrap: wrap !important
   }

   .flex-xl-nowrap {
      flex-wrap: nowrap !important
   }

   .flex-xl-wrap-reverse {
      flex-wrap: wrap-reverse !important
   }

   .gap-xl-0 {
      gap: 0 !important
   }

   .gap-xl-1 {
      gap: .25rem !important
   }

   .gap-xl-2 {
      gap: .5rem !important
   }

   .gap-xl-3 {
      gap: 1rem !important
   }

   .gap-xl-4 {
      gap: 1.5rem !important
   }

   .gap-xl-5 {
      gap: 3rem !important
   }

   .gap-xl-6 {
      gap: 4rem !important
   }

   .justify-content-xl-start {
      justify-content: flex-start !important
   }

   .justify-content-xl-end {
      justify-content: flex-end !important
   }

   .justify-content-xl-center {
      justify-content: center !important
   }

   .justify-content-xl-between {
      justify-content: space-between !important
   }

   .justify-content-xl-around {
      justify-content: space-around !important
   }

   .justify-content-xl-evenly {
      justify-content: space-evenly !important
   }

   .align-items-xl-start {
      align-items: flex-start !important
   }

   .align-items-xl-end {
      align-items: flex-end !important
   }

   .align-items-xl-center {
      align-items: center !important
   }

   .align-items-xl-baseline {
      align-items: baseline !important
   }

   .align-items-xl-stretch {
      align-items: stretch !important
   }

   .align-content-xl-start {
      align-content: flex-start !important
   }

   .align-content-xl-end {
      align-content: flex-end !important
   }

   .align-content-xl-center {
      align-content: center !important
   }

   .align-content-xl-between {
      align-content: space-between !important
   }

   .align-content-xl-around {
      align-content: space-around !important
   }

   .align-content-xl-stretch {
      align-content: stretch !important
   }

   .align-self-xl-auto {
      align-self: auto !important
   }

   .align-self-xl-start {
      align-self: flex-start !important
   }

   .align-self-xl-end {
      align-self: flex-end !important
   }

   .align-self-xl-center {
      align-self: center !important
   }

   .align-self-xl-baseline {
      align-self: baseline !important
   }

   .align-self-xl-stretch {
      align-self: stretch !important
   }

   .order-xl-first {
      order: -1 !important
   }

   .order-xl-0 {
      order: 0 !important
   }

   .order-xl-1 {
      order: 1 !important
   }

   .order-xl-2 {
      order: 2 !important
   }

   .order-xl-3 {
      order: 3 !important
   }

   .order-xl-4 {
      order: 4 !important
   }

   .order-xl-5 {
      order: 5 !important
   }

   .order-xl-last {
      order: 6 !important
   }

   .m-xl-0 {
      margin: 0 !important
   }

   .m-xl-1 {
      margin: .25rem !important
   }

   .m-xl-2 {
      margin: .5rem !important
   }

   .m-xl-3 {
      margin: 1rem !important
   }

   .m-xl-4 {
      margin: 1.5rem !important
   }

   .m-xl-5 {
      margin: 3rem !important
   }

   .m-xl-6 {
      margin: 4rem !important
   }

   .m-xl-auto {
      margin: auto !important
   }

   .mx-xl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
   }

   .mx-xl-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
   }

   .mx-xl-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
   }

   .mx-xl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
   }

   .mx-xl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
   }

   .mx-xl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
   }

   .mx-xl-6 {
      margin-right: 4rem !important;
      margin-left: 4rem !important
   }

   .mx-xl-auto {
      margin-right: auto !important;
      margin-left: auto !important
   }

   .my-xl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
   }

   .my-xl-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
   }

   .my-xl-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
   }

   .my-xl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
   }

   .my-xl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
   }

   .my-xl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
   }

   .my-xl-6 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important
   }

   .my-xl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
   }

   .mt-xl-0 {
      margin-top: 0 !important
   }

   .mt-xl-1 {
      margin-top: .25rem !important
   }

   .mt-xl-2 {
      margin-top: .5rem !important
   }

   .mt-xl-3 {
      margin-top: 1rem !important
   }

   .mt-xl-4 {
      margin-top: 1.5rem !important
   }

   .mt-xl-5 {
      margin-top: 3rem !important
   }

   .mt-xl-6 {
      margin-top: 4rem !important
   }

   .mt-xl-auto {
      margin-top: auto !important
   }

   .me-xl-0 {
      margin-right: 0 !important
   }

   .me-xl-1 {
      margin-right: .25rem !important
   }

   .me-xl-2 {
      margin-right: .5rem !important
   }

   .me-xl-3 {
      margin-right: 1rem !important
   }

   .me-xl-4 {
      margin-right: 1.5rem !important
   }

   .me-xl-5 {
      margin-right: 3rem !important
   }

   .me-xl-6 {
      margin-right: 4rem !important
   }

   .me-xl-auto {
      margin-right: auto !important
   }

   .mb-xl-0 {
      margin-bottom: 0 !important
   }

   .mb-xl-1 {
      margin-bottom: .25rem !important
   }

   .mb-xl-2 {
      margin-bottom: .5rem !important
   }

   .mb-xl-3 {
      margin-bottom: 1rem !important
   }

   .mb-xl-4 {
      margin-bottom: 1.5rem !important
   }

   .mb-xl-5 {
      margin-bottom: 3rem !important
   }

   .mb-xl-6 {
      margin-bottom: 4rem !important
   }

   .mb-xl-auto {
      margin-bottom: auto !important
   }

   .ms-xl-0 {
      margin-left: 0 !important
   }

   .ms-xl-1 {
      margin-left: .25rem !important
   }

   .ms-xl-2 {
      margin-left: .5rem !important
   }

   .ms-xl-3 {
      margin-left: 1rem !important
   }

   .ms-xl-4 {
      margin-left: 1.5rem !important
   }

   .ms-xl-5 {
      margin-left: 3rem !important
   }

   .ms-xl-6 {
      margin-left: 4rem !important
   }

   .ms-xl-auto {
      margin-left: auto !important
   }

   .p-xl-0 {
      padding: 0 !important
   }

   .p-xl-1 {
      padding: .25rem !important
   }

   .p-xl-2 {
      padding: .5rem !important
   }

   .p-xl-3 {
      padding: 1rem !important
   }

   .p-xl-4 {
      padding: 1.5rem !important
   }

   .p-xl-5 {
      padding: 3rem !important
   }

   .p-xl-6 {
      padding: 4rem !important
   }

   .px-xl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
   }

   .px-xl-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
   }

   .px-xl-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
   }

   .px-xl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
   }

   .px-xl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
   }

   .px-xl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
   }

   .px-xl-6 {
      padding-right: 4rem !important;
      padding-left: 4rem !important
   }

   .py-xl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
   }

   .py-xl-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
   }

   .py-xl-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
   }

   .py-xl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
   }

   .py-xl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
   }

   .py-xl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
   }

   .py-xl-6 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important
   }

   .pt-xl-0 {
      padding-top: 0 !important
   }

   .pt-xl-1 {
      padding-top: .25rem !important
   }

   .pt-xl-2 {
      padding-top: .5rem !important
   }

   .pt-xl-3 {
      padding-top: 1rem !important
   }

   .pt-xl-4 {
      padding-top: 1.5rem !important
   }

   .pt-xl-5 {
      padding-top: 3rem !important
   }

   .pt-xl-6 {
      padding-top: 4rem !important
   }

   .pe-xl-0 {
      padding-right: 0 !important
   }

   .pe-xl-1 {
      padding-right: .25rem !important
   }

   .pe-xl-2 {
      padding-right: .5rem !important
   }

   .pe-xl-3 {
      padding-right: 1rem !important
   }

   .pe-xl-4 {
      padding-right: 1.5rem !important
   }

   .pe-xl-5 {
      padding-right: 3rem !important
   }

   .pe-xl-6 {
      padding-right: 4rem !important
   }

   .pb-xl-0 {
      padding-bottom: 0 !important
   }

   .pb-xl-1 {
      padding-bottom: .25rem !important
   }

   .pb-xl-2 {
      padding-bottom: .5rem !important
   }

   .pb-xl-3 {
      padding-bottom: 1rem !important
   }

   .pb-xl-4 {
      padding-bottom: 1.5rem !important
   }

   .pb-xl-5 {
      padding-bottom: 3rem !important
   }

   .pb-xl-6 {
      padding-bottom: 4rem !important
   }

   .ps-xl-0 {
      padding-left: 0 !important
   }

   .ps-xl-1 {
      padding-left: .25rem !important
   }

   .ps-xl-2 {
      padding-left: .5rem !important
   }

   .ps-xl-3 {
      padding-left: 1rem !important
   }

   .ps-xl-4 {
      padding-left: 1.5rem !important
   }

   .ps-xl-5 {
      padding-left: 3rem !important
   }

   .ps-xl-6 {
      padding-left: 4rem !important
   }

   .text-xl-start {
      text-align: left !important
   }

   .text-xl-end {
      text-align: right !important
   }

   .text-xl-center {
      text-align: center !important
   }
}

@media (min-width:576px) {
   .col-sm {
      flex: 1 0 0%
   }

   .row-cols-sm-auto>* {
      flex: 0 0 auto;
      width: auto
   }

   .row-cols-sm-1>* {
      flex: 0 0 auto;
      width: 100%
   }

   .row-cols-sm-2>* {
      flex: 0 0 auto;
      width: 50%
   }

   .row-cols-sm-3>* {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .row-cols-sm-4>* {
      flex: 0 0 auto;
      width: 25%
   }

   .row-cols-sm-5>* {
      flex: 0 0 auto;
      width: 20%
   }

   .row-cols-sm-6>* {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-sm-auto {
      flex: 0 0 auto;
      width: auto
   }

   .col-sm-1 {
      flex: 0 0 auto;
      width: 8.333333%
   }

   .col-sm-2 {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-sm-3 {
      flex: 0 0 auto;
      width: 25%
   }

   .col-sm-4 {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .col-sm-5 {
      flex: 0 0 auto;
      width: 41.666667%
   }

   .col-sm-6 {
      flex: 0 0 auto;
      width: 50%
   }

   .col-sm-7 {
      flex: 0 0 auto;
      width: 58.333333%
   }

   .col-sm-8 {
      flex: 0 0 auto;
      width: 66.666667%
   }

   .col-sm-9 {
      flex: 0 0 auto;
      width: 75%
   }

   .col-sm-10 {
      flex: 0 0 auto;
      width: 83.333333%
   }

   .col-sm-11 {
      flex: 0 0 auto;
      width: 91.666667%
   }

   .col-sm-12 {
      flex: 0 0 auto;
      width: 100%
   }

   .offset-sm-0 {
      margin-left: 0
   }

   .offset-sm-1 {
      margin-left: 8.333333%
   }

   .offset-sm-2 {
      margin-left: 16.666667%
   }

   .offset-sm-3 {
      margin-left: 25%
   }

   .offset-sm-4 {
      margin-left: 33.333333%
   }

   .offset-sm-5 {
      margin-left: 41.666667%
   }

   .offset-sm-6 {
      margin-left: 50%
   }

   .offset-sm-7 {
      margin-left: 58.333333%
   }

   .offset-sm-8 {
      margin-left: 66.666667%
   }

   .offset-sm-9 {
      margin-left: 75%
   }

   .offset-sm-10 {
      margin-left: 83.333333%
   }

   .offset-sm-11 {
      margin-left: 91.666667%
   }

   .sticky-sm-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020
   }

   .float-sm-start {
      float: left !important
   }

   .float-sm-end {
      float: right !important
   }

   .float-sm-none {
      float: none !important
   }

   .d-sm-inline {
      display: inline !important
   }

   .d-sm-inline-block {
      display: inline-block !important
   }

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

   .d-sm-table {
      display: table !important
   }

   .d-sm-table-row {
      display: table-row !important
   }

   .d-sm-table-cell {
      display: table-cell !important
   }

   .d-sm-flex {
      display: flex !important
   }

   .d-sm-inline-flex {
      display: inline-flex !important
   }

   .d-sm-none {
      display: none !important
   }

   .flex-sm-fill {
      flex: 1 1 auto !important
   }

   .flex-sm-row {
      flex-direction: row !important
   }

   .flex-sm-column {
      flex-direction: column !important
   }

   .flex-sm-row-reverse {
      flex-direction: row-reverse !important
   }

   .flex-sm-column-reverse {
      flex-direction: column-reverse !important
   }

   .flex-sm-grow-0 {
      flex-grow: 0 !important
   }

   .flex-sm-grow-1 {
      flex-grow: 1 !important
   }

   .flex-sm-shrink-0 {
      flex-shrink: 0 !important
   }

   .flex-sm-shrink-1 {
      flex-shrink: 1 !important
   }

   .flex-sm-wrap {
      flex-wrap: wrap !important
   }

   .flex-sm-nowrap {
      flex-wrap: nowrap !important
   }

   .flex-sm-wrap-reverse {
      flex-wrap: wrap-reverse !important
   }

   .gap-sm-0 {
      gap: 0 !important
   }

   .gap-sm-1 {
      gap: .25rem !important
   }

   .gap-sm-2 {
      gap: .5rem !important
   }

   .gap-sm-3 {
      gap: 1rem !important
   }

   .gap-sm-4 {
      gap: 1.5rem !important
   }

   .gap-sm-5 {
      gap: 3rem !important
   }

   .gap-sm-6 {
      gap: 4rem !important
   }

   .justify-content-sm-start {
      justify-content: flex-start !important
   }

   .justify-content-sm-end {
      justify-content: flex-end !important
   }

   .justify-content-sm-center {
      justify-content: center !important
   }

   .justify-content-sm-between {
      justify-content: space-between !important
   }

   .justify-content-sm-around {
      justify-content: space-around !important
   }

   .justify-content-sm-evenly {
      justify-content: space-evenly !important
   }

   .align-items-sm-start {
      align-items: flex-start !important
   }

   .align-items-sm-end {
      align-items: flex-end !important
   }

   .align-items-sm-center {
      align-items: center !important
   }

   .align-items-sm-baseline {
      align-items: baseline !important
   }

   .align-items-sm-stretch {
      align-items: stretch !important
   }

   .align-content-sm-start {
      align-content: flex-start !important
   }

   .align-content-sm-end {
      align-content: flex-end !important
   }

   .align-content-sm-center {
      align-content: center !important
   }

   .align-content-sm-between {
      align-content: space-between !important
   }

   .align-content-sm-around {
      align-content: space-around !important
   }

   .align-content-sm-stretch {
      align-content: stretch !important
   }

   .align-self-sm-auto {
      align-self: auto !important
   }

   .align-self-sm-start {
      align-self: flex-start !important
   }

   .align-self-sm-end {
      align-self: flex-end !important
   }

   .align-self-sm-center {
      align-self: center !important
   }

   .align-self-sm-baseline {
      align-self: baseline !important
   }

   .align-self-sm-stretch {
      align-self: stretch !important
   }

   .order-sm-first {
      order: -1 !important
   }

   .order-sm-0 {
      order: 0 !important
   }

   .order-sm-1 {
      order: 1 !important
   }

   .order-sm-2 {
      order: 2 !important
   }

   .order-sm-3 {
      order: 3 !important
   }

   .order-sm-4 {
      order: 4 !important
   }

   .order-sm-5 {
      order: 5 !important
   }

   .order-sm-last {
      order: 6 !important
   }

   .m-sm-0 {
      margin: 0 !important
   }

   .m-sm-1 {
      margin: .25rem !important
   }

   .m-sm-2 {
      margin: .5rem !important
   }

   .m-sm-3 {
      margin: 1rem !important
   }

   .m-sm-4 {
      margin: 1.5rem !important
   }

   .m-sm-5 {
      margin: 3rem !important
   }

   .m-sm-6 {
      margin: 4rem !important
   }

   .m-sm-auto {
      margin: auto !important
   }

   .mx-sm-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
   }

   .mx-sm-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
   }

   .mx-sm-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
   }

   .mx-sm-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
   }

   .mx-sm-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
   }

   .mx-sm-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
   }

   .mx-sm-6 {
      margin-right: 4rem !important;
      margin-left: 4rem !important
   }

   .mx-sm-auto {
      margin-right: auto !important;
      margin-left: auto !important
   }

   .my-sm-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
   }

   .my-sm-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
   }

   .my-sm-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
   }

   .my-sm-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
   }

   .my-sm-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
   }

   .my-sm-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
   }

   .my-sm-6 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important
   }

   .my-sm-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
   }

   .mt-sm-0 {
      margin-top: 0 !important
   }

   .mt-sm-1 {
      margin-top: .25rem !important
   }

   .mt-sm-2 {
      margin-top: .5rem !important
   }

   .mt-sm-3 {
      margin-top: 1rem !important
   }

   .mt-sm-4 {
      margin-top: 1.5rem !important
   }

   .mt-sm-5 {
      margin-top: 3rem !important
   }

   .mt-sm-6 {
      margin-top: 4rem !important
   }

   .mt-sm-auto {
      margin-top: auto !important
   }

   .me-sm-0 {
      margin-right: 0 !important
   }

   .me-sm-1 {
      margin-right: .25rem !important
   }

   .me-sm-2 {
      margin-right: .5rem !important
   }

   .me-sm-3 {
      margin-right: 1rem !important
   }

   .me-sm-4 {
      margin-right: 1.5rem !important
   }

   .me-sm-5 {
      margin-right: 3rem !important
   }

   .me-sm-6 {
      margin-right: 4rem !important
   }

   .me-sm-auto {
      margin-right: auto !important
   }

   .mb-sm-0 {
      margin-bottom: 0 !important
   }

   .mb-sm-1 {
      margin-bottom: .25rem !important
   }

   .mb-sm-2 {
      margin-bottom: .5rem !important
   }

   .mb-sm-3 {
      margin-bottom: 1rem !important
   }

   .mb-sm-4 {
      margin-bottom: 1.5rem !important
   }

   .mb-sm-5 {
      margin-bottom: 3rem !important
   }

   .mb-sm-6 {
      margin-bottom: 4rem !important
   }

   .mb-sm-auto {
      margin-bottom: auto !important
   }

   .ms-sm-0 {
      margin-left: 0 !important
   }

   .ms-sm-1 {
      margin-left: .25rem !important
   }

   .ms-sm-2 {
      margin-left: .5rem !important
   }

   .ms-sm-3 {
      margin-left: 1rem !important
   }

   .ms-sm-4 {
      margin-left: 1.5rem !important
   }

   .ms-sm-5 {
      margin-left: 3rem !important
   }

   .ms-sm-6 {
      margin-left: 4rem !important
   }

   .ms-sm-auto {
      margin-left: auto !important
   }

   .p-sm-0 {
      padding: 0 !important
   }

   .p-sm-1 {
      padding: .25rem !important
   }

   .p-sm-2 {
      padding: .5rem !important
   }

   .p-sm-3 {
      padding: 1rem !important
   }

   .p-sm-4 {
      padding: 1.5rem !important
   }

   .p-sm-5 {
      padding: 3rem !important
   }

   .p-sm-6 {
      padding: 4rem !important
   }

   .px-sm-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
   }

   .px-sm-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
   }

   .px-sm-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
   }

   .px-sm-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
   }

   .px-sm-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
   }

   .px-sm-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
   }

   .px-sm-6 {
      padding-right: 4rem !important;
      padding-left: 4rem !important
   }

   .py-sm-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
   }

   .py-sm-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
   }

   .py-sm-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
   }

   .py-sm-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
   }

   .py-sm-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
   }

   .py-sm-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
   }

   .py-sm-6 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important
   }

   .pt-sm-0 {
      padding-top: 0 !important
   }

   .pt-sm-1 {
      padding-top: .25rem !important
   }

   .pt-sm-2 {
      padding-top: .5rem !important
   }

   .pt-sm-3 {
      padding-top: 1rem !important
   }

   .pt-sm-4 {
      padding-top: 1.5rem !important
   }

   .pt-sm-5 {
      padding-top: 3rem !important
   }

   .pt-sm-6 {
      padding-top: 4rem !important
   }

   .pe-sm-0 {
      padding-right: 0 !important
   }

   .pe-sm-1 {
      padding-right: .25rem !important
   }

   .pe-sm-2 {
      padding-right: .5rem !important
   }

   .pe-sm-3 {
      padding-right: 1rem !important
   }

   .pe-sm-4 {
      padding-right: 1.5rem !important
   }

   .pe-sm-5 {
      padding-right: 3rem !important
   }

   .pe-sm-6 {
      padding-right: 4rem !important
   }

   .pb-sm-0 {
      padding-bottom: 0 !important
   }

   .pb-sm-1 {
      padding-bottom: .25rem !important
   }

   .pb-sm-2 {
      padding-bottom: .5rem !important
   }

   .pb-sm-3 {
      padding-bottom: 1rem !important
   }

   .pb-sm-4 {
      padding-bottom: 1.5rem !important
   }

   .pb-sm-5 {
      padding-bottom: 3rem !important
   }

   .pb-sm-6 {
      padding-bottom: 4rem !important
   }

   .ps-sm-0 {
      padding-left: 0 !important
   }

   .ps-sm-1 {
      padding-left: .25rem !important
   }

   .ps-sm-2 {
      padding-left: .5rem !important
   }

   .ps-sm-3 {
      padding-left: 1rem !important
   }

   .ps-sm-4 {
      padding-left: 1.5rem !important
   }

   .ps-sm-5 {
      padding-left: 3rem !important
   }

   .ps-sm-6 {
      padding-left: 4rem !important
   }

   .text-sm-start {
      text-align: left !important
   }

   .text-sm-end {
      text-align: right !important
   }

   .text-sm-center {
      text-align: center !important
   }

   .main-banner {
      padding: 3rem 0 3rem 0
   }
}

@media (min-width:768px) {
   .col-md {
      flex: 1 0 0%
   }

   .row-cols-md-auto>* {
      flex: 0 0 auto;
      width: auto
   }

   .row-cols-md-1>* {
      flex: 0 0 auto;
      width: 100%
   }

   .row-cols-md-2>* {
      flex: 0 0 auto;
      width: 50%
   }

   .row-cols-md-3>* {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .row-cols-md-4>* {
      flex: 0 0 auto;
      width: 25%
   }

   .row-cols-md-5>* {
      flex: 0 0 auto;
      width: 20%
   }

   .row-cols-md-6>* {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-md-auto {
      flex: 0 0 auto;
      width: auto
   }

   .col-md-1 {
      flex: 0 0 auto;
      width: 8.333333%
   }

   .col-md-2 {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-md-3 {
      flex: 0 0 auto;
      width: 25%
   }

   .col-md-4 {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .col-md-5 {
      flex: 0 0 auto;
      width: 41.666667%
   }

   .col-md-6 {
      flex: 0 0 auto;
      width: 50%
   }

   .col-md-7 {
      flex: 0 0 auto;
      width: 58.333333%
   }

   .col-md-8 {
      flex: 0 0 auto;
      width: 66.666667%
   }

   .col-md-9 {
      flex: 0 0 auto;
      width: 75%
   }

   .col-md-10 {
      flex: 0 0 auto;
      width: 83.333333%
   }

   .col-md-11 {
      flex: 0 0 auto;
      width: 91.666667%
   }

   .col-md-12 {
      flex: 0 0 auto;
      width: 100%
   }

   .offset-md-0 {
      margin-left: 0
   }

   .offset-md-1 {
      margin-left: 8.333333%
   }

   .offset-md-2 {
      margin-left: 16.666667%
   }

   .offset-md-3 {
      margin-left: 25%
   }

   .offset-md-4 {
      margin-left: 33.333333%
   }

   .offset-md-5 {
      margin-left: 41.666667%
   }

   .offset-md-6 {
      margin-left: 50%
   }

   .offset-md-7 {
      margin-left: 58.333333%
   }

   .offset-md-8 {
      margin-left: 66.666667%
   }

   .offset-md-9 {
      margin-left: 75%
   }

   .offset-md-10 {
      margin-left: 83.333333%
   }

   .offset-md-11 {
      margin-left: 91.666667%
   }

   .sticky-md-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020
   }

   .float-md-start {
      float: left !important
   }

   .float-md-end {
      float: right !important
   }

   .float-md-none {
      float: none !important
   }

   .d-md-inline {
      display: inline !important
   }

   .d-md-inline-block {
      display: inline-block !important
   }

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

   .d-md-grid {
      display: grid !important
   }

   .d-md-table {
      display: table !important
   }

   .d-md-table-row {
      display: table-row !important
   }

   .d-md-table-cell {
      display: table-cell !important
   }

   .d-md-flex {
      display: flex !important
   }

   .d-md-inline-flex {
      display: inline-flex !important
   }

   .d-md-none {
      display: none !important
   }

   .flex-md-fill {
      flex: 1 1 auto !important
   }

   .flex-md-row {
      flex-direction: row !important
   }

   .flex-md-column {
      flex-direction: column !important
   }

   .flex-md-row-reverse {
      flex-direction: row-reverse !important
   }

   .flex-md-column-reverse {
      flex-direction: column-reverse !important
   }

   .flex-md-grow-0 {
      flex-grow: 0 !important
   }

   .flex-md-grow-1 {
      flex-grow: 1 !important
   }

   .flex-md-shrink-0 {
      flex-shrink: 0 !important
   }

   .flex-md-shrink-1 {
      flex-shrink: 1 !important
   }

   .flex-md-wrap {
      flex-wrap: wrap !important
   }

   .flex-md-nowrap {
      flex-wrap: nowrap !important
   }

   .flex-md-wrap-reverse {
      flex-wrap: wrap-reverse !important
   }

   .gap-md-0 {
      gap: 0 !important
   }

   .gap-md-1 {
      gap: .25rem !important
   }

   .gap-md-2 {
      gap: .5rem !important
   }

   .gap-md-3 {
      gap: 1rem !important
   }

   .gap-md-4 {
      gap: 1.5rem !important
   }

   .gap-md-5 {
      gap: 3rem !important
   }

   .gap-md-6 {
      gap: 4rem !important
   }

   .justify-content-md-start {
      justify-content: flex-start !important
   }

   .justify-content-md-end {
      justify-content: flex-end !important
   }

   .justify-content-md-center {
      justify-content: center !important
   }

   .justify-content-md-between {
      justify-content: space-between !important
   }

   .justify-content-md-around {
      justify-content: space-around !important
   }

   .justify-content-md-evenly {
      justify-content: space-evenly !important
   }

   .align-items-md-start {
      align-items: flex-start !important
   }

   .align-items-md-end {
      align-items: flex-end !important
   }

   .align-items-md-center {
      align-items: center !important
   }

   .align-items-md-baseline {
      align-items: baseline !important
   }

   .align-items-md-stretch {
      align-items: stretch !important
   }

   .align-content-md-start {
      align-content: flex-start !important
   }

   .align-content-md-end {
      align-content: flex-end !important
   }

   .align-content-md-center {
      align-content: center !important
   }

   .align-content-md-between {
      align-content: space-between !important
   }

   .align-content-md-around {
      align-content: space-around !important
   }

   .align-content-md-stretch {
      align-content: stretch !important
   }

   .align-self-md-auto {
      align-self: auto !important
   }

   .align-self-md-start {
      align-self: flex-start !important
   }

   .align-self-md-end {
      align-self: flex-end !important
   }

   .align-self-md-center {
      align-self: center !important
   }

   .align-self-md-baseline {
      align-self: baseline !important
   }

   .align-self-md-stretch {
      align-self: stretch !important
   }

   .order-md-first {
      order: -1 !important
   }

   .order-md-0 {
      order: 0 !important
   }

   .order-md-1 {
      order: 1 !important
   }

   .order-md-2 {
      order: 2 !important
   }

   .order-md-3 {
      order: 3 !important
   }

   .order-md-4 {
      order: 4 !important
   }

   .order-md-5 {
      order: 5 !important
   }

   .order-md-last {
      order: 6 !important
   }

   .m-md-0 {
      margin: 0 !important
   }

   .m-md-1 {
      margin: .25rem !important
   }

   .m-md-2 {
      margin: .5rem !important
   }

   .m-md-3 {
      margin: 1rem !important
   }

   .m-md-4 {
      margin: 1.5rem !important
   }

   .m-md-5 {
      margin: 3rem !important
   }

   .m-md-6 {
      margin: 4rem !important
   }

   .m-md-auto {
      margin: auto !important
   }

   .mx-md-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
   }

   .mx-md-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
   }

   .mx-md-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
   }

   .mx-md-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
   }

   .mx-md-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
   }

   .mx-md-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
   }

   .mx-md-6 {
      margin-right: 4rem !important;
      margin-left: 4rem !important
   }

   .mx-md-auto {
      margin-right: auto !important;
      margin-left: auto !important
   }

   .my-md-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
   }

   .my-md-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
   }

   .my-md-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
   }

   .my-md-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
   }

   .my-md-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
   }

   .my-md-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
   }

   .my-md-6 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important
   }

   .my-md-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
   }

   .mt-md-0 {
      margin-top: 0 !important
   }

   .mt-md-1 {
      margin-top: .25rem !important
   }

   .mt-md-2 {
      margin-top: .5rem !important
   }

   .mt-md-3 {
      margin-top: 1rem !important
   }

   .mt-md-4 {
      margin-top: 1.5rem !important
   }

   .mt-md-5 {
      margin-top: 3rem !important
   }

   .mt-md-6 {
      margin-top: 4rem !important
   }

   .mt-md-auto {
      margin-top: auto !important
   }

   .me-md-0 {
      margin-right: 0 !important
   }

   .me-md-1 {
      margin-right: .25rem !important
   }

   .me-md-2 {
      margin-right: .5rem !important
   }

   .me-md-3 {
      margin-right: 1rem !important
   }

   .me-md-4 {
      margin-right: 1.5rem !important
   }

   .me-md-5 {
      margin-right: 3rem !important
   }

   .me-md-6 {
      margin-right: 4rem !important
   }

   .me-md-auto {
      margin-right: auto !important
   }

   .mb-md-0 {
      margin-bottom: 0 !important
   }

   .mb-md-1 {
      margin-bottom: .25rem !important
   }

   .mb-md-2 {
      margin-bottom: .5rem !important
   }

   .mb-md-3 {
      margin-bottom: 1rem !important
   }

   .mb-md-4 {
      margin-bottom: 1.5rem !important
   }

   .mb-md-5 {
      margin-bottom: 3rem !important
   }

   .mb-md-6 {
      margin-bottom: 4rem !important
   }

   .mb-md-auto {
      margin-bottom: auto !important
   }

   .ms-md-0 {
      margin-left: 0 !important
   }

   .ms-md-1 {
      margin-left: .25rem !important
   }

   .ms-md-2 {
      margin-left: .5rem !important
   }

   .ms-md-3 {
      margin-left: 1rem !important
   }

   .ms-md-4 {
      margin-left: 1.5rem !important
   }

   .ms-md-5 {
      margin-left: 3rem !important
   }

   .ms-md-6 {
      margin-left: 4rem !important
   }

   .ms-md-auto {
      margin-left: auto !important
   }

   .p-md-0 {
      padding: 0 !important
   }

   .p-md-1 {
      padding: .25rem !important
   }

   .p-md-2 {
      padding: .5rem !important
   }

   .p-md-3 {
      padding: 1rem !important
   }

   .p-md-4 {
      padding: 1.5rem !important
   }

   .p-md-5 {
      padding: 3rem !important
   }

   .p-md-6 {
      padding: 4rem !important
   }

   .px-md-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
   }

   .px-md-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
   }

   .px-md-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
   }

   .px-md-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
   }

   .px-md-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
   }

   .px-md-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
   }

   .px-md-6 {
      padding-right: 4rem !important;
      padding-left: 4rem !important
   }

   .py-md-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
   }

   .py-md-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
   }

   .py-md-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
   }

   .py-md-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
   }

   .py-md-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
   }

   .py-md-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
   }

   .py-md-6 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important
   }

   .pt-md-0 {
      padding-top: 0 !important
   }

   .pt-md-1 {
      padding-top: .25rem !important
   }

   .pt-md-2 {
      padding-top: .5rem !important
   }

   .pt-md-3 {
      padding-top: 1rem !important
   }

   .pt-md-4 {
      padding-top: 1.5rem !important
   }

   .pt-md-5 {
      padding-top: 3rem !important
   }

   .pt-md-6 {
      padding-top: 4rem !important
   }

   .pe-md-0 {
      padding-right: 0 !important
   }

   .pe-md-1 {
      padding-right: .25rem !important
   }

   .pe-md-2 {
      padding-right: .5rem !important
   }

   .pe-md-3 {
      padding-right: 1rem !important
   }

   .pe-md-4 {
      padding-right: 1.5rem !important
   }

   .pe-md-5 {
      padding-right: 3rem !important
   }

   .pe-md-6 {
      padding-right: 4rem !important
   }

   .pb-md-0 {
      padding-bottom: 0 !important
   }

   .pb-md-1 {
      padding-bottom: .25rem !important
   }

   .pb-md-2 {
      padding-bottom: .5rem !important
   }

   .pb-md-3 {
      padding-bottom: 1rem !important
   }

   .pb-md-4 {
      padding-bottom: 1.5rem !important
   }

   .pb-md-5 {
      padding-bottom: 3rem !important
   }

   .pb-md-6 {
      padding-bottom: 4rem !important
   }

   .ps-md-0 {
      padding-left: 0 !important
   }

   .ps-md-1 {
      padding-left: .25rem !important
   }

   .ps-md-2 {
      padding-left: .5rem !important
   }

   .ps-md-3 {
      padding-left: 1rem !important
   }

   .ps-md-4 {
      padding-left: 1.5rem !important
   }

   .ps-md-5 {
      padding-left: 3rem !important
   }

   .ps-md-6 {
      padding-left: 4rem !important
   }

   .text-md-start {
      text-align: left !important
   }

   .text-md-end {
      text-align: right !important
   }

   .text-md-center {
      text-align: center !important
   }
}

@media (min-width:992px) {
   .col-lg {
      flex: 1 0 0%
   }

   .row-cols-lg-auto>* {
      flex: 0 0 auto;
      width: auto
   }

   .row-cols-lg-1>* {
      flex: 0 0 auto;
      width: 100%
   }

   .row-cols-lg-2>* {
      flex: 0 0 auto;
      width: 50%
   }

   .row-cols-lg-3>* {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .row-cols-lg-4>* {
      flex: 0 0 auto;
      width: 25%
   }

   .row-cols-lg-5>* {
      flex: 0 0 auto;
      width: 20%
   }

   .row-cols-lg-6>* {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-lg-auto {
      flex: 0 0 auto;
      width: auto
   }

   .col-lg-1 {
      flex: 0 0 auto;
      width: 8.333333%
   }

   .col-lg-2 {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-lg-3 {
      flex: 0 0 auto;
      width: 25%
   }

   .col-lg-4 {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .col-lg-5 {
      flex: 0 0 auto;
      width: 41.666667%
   }

   .col-lg-6 {
      flex: 0 0 auto;
      width: 50%
   }

   .col-lg-7 {
      flex: 0 0 auto;
      width: 58.333333%
   }

   .col-lg-8 {
      flex: 0 0 auto;
      width: 66.666667%
   }

   .col-lg-9 {
      flex: 0 0 auto;
      width: 75%
   }

   .col-lg-10 {
      flex: 0 0 auto;
      width: 83.333333%
   }

   .col-lg-11 {
      flex: 0 0 auto;
      width: 91.666667%
   }

   .col-lg-12 {
      flex: 0 0 auto;
      width: 100%
   }

   .offset-lg-0 {
      margin-left: 0
   }

   .offset-lg-1 {
      margin-left: 8.333333%
   }

   .offset-lg-2 {
      margin-left: 16.666667%
   }

   .offset-lg-3 {
      margin-left: 25%
   }

   .offset-lg-4 {
      margin-left: 33.333333%
   }

   .offset-lg-5 {
      margin-left: 41.666667%
   }

   .offset-lg-6 {
      margin-left: 50%
   }

   .offset-lg-7 {
      margin-left: 58.333333%
   }

   .offset-lg-8 {
      margin-left: 66.666667%
   }

   .offset-lg-9 {
      margin-left: 75%
   }

   .offset-lg-10 {
      margin-left: 83.333333%
   }

   .offset-lg-11 {
      margin-left: 91.666667%
   }

   .sticky-lg-top {
      position: -webkit-sticky;
      position: sticky;
      top: 90px;
      z-index: 1020
   }

   .float-lg-start {
      float: left !important
   }

   .float-lg-end {
      float: right !important
   }

   .float-lg-none {
      float: none !important
   }

   .d-lg-inline {
      display: inline !important
   }

   .d-lg-inline-block {
      display: inline-block !important
   }

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

   .d-lg-grid {
      display: grid !important
   }

   .d-lg-table {
      display: table !important
   }

   .d-lg-table-row {
      display: table-row !important
   }

   .d-lg-table-cell {
      display: table-cell !important
   }

   .d-lg-flex {
      display: flex !important
   }

   .d-lg-inline-flex {
      display: inline-flex !important
   }

   .d-lg-none {
      display: none !important
   }

   .flex-lg-fill {
      flex: 1 1 auto !important
   }

   .flex-lg-row {
      flex-direction: row !important
   }

   .flex-lg-column {
      flex-direction: column !important
   }

   .flex-lg-row-reverse {
      flex-direction: row-reverse !important
   }

   .flex-lg-column-reverse {
      flex-direction: column-reverse !important
   }

   .flex-lg-grow-0 {
      flex-grow: 0 !important
   }

   .flex-lg-grow-1 {
      flex-grow: 1 !important
   }

   .flex-lg-shrink-0 {
      flex-shrink: 0 !important
   }

   .flex-lg-shrink-1 {
      flex-shrink: 1 !important
   }

   .flex-lg-wrap {
      flex-wrap: wrap !important
   }

   .flex-lg-nowrap {
      flex-wrap: nowrap !important
   }

   .flex-lg-wrap-reverse {
      flex-wrap: wrap-reverse !important
   }

   .gap-lg-0 {
      gap: 0 !important
   }

   .gap-lg-1 {
      gap: .25rem !important
   }

   .gap-lg-2 {
      gap: .5rem !important
   }

   .gap-lg-3 {
      gap: 1rem !important
   }

   .gap-lg-4 {
      gap: 1.5rem !important
   }

   .gap-lg-5 {
      gap: 3rem !important
   }

   .gap-lg-6 {
      gap: 4rem !important
   }

   .justify-content-lg-start {
      justify-content: flex-start !important
   }

   .justify-content-lg-end {
      justify-content: flex-end !important
   }

   .justify-content-lg-center {
      justify-content: center !important
   }

   .justify-content-lg-between {
      justify-content: space-between !important
   }

   .justify-content-lg-around {
      justify-content: space-around !important
   }

   .justify-content-lg-evenly {
      justify-content: space-evenly !important
   }

   .align-items-lg-start {
      align-items: flex-start !important
   }

   .align-items-lg-end {
      align-items: flex-end !important
   }

   .align-items-lg-center {
      align-items: center !important
   }

   .align-items-lg-baseline {
      align-items: baseline !important
   }

   .align-items-lg-stretch {
      align-items: stretch !important
   }

   .align-content-lg-start {
      align-content: flex-start !important
   }

   .align-content-lg-end {
      align-content: flex-end !important
   }

   .align-content-lg-center {
      align-content: center !important
   }

   .align-content-lg-between {
      align-content: space-between !important
   }

   .align-content-lg-around {
      align-content: space-around !important
   }

   .align-content-lg-stretch {
      align-content: stretch !important
   }

   .align-self-lg-auto {
      align-self: auto !important
   }

   .align-self-lg-start {
      align-self: flex-start !important
   }

   .align-self-lg-end {
      align-self: flex-end !important
   }

   .align-self-lg-center {
      align-self: center !important
   }

   .align-self-lg-baseline {
      align-self: baseline !important
   }

   .align-self-lg-stretch {
      align-self: stretch !important
   }

   .order-lg-first {
      order: -1 !important
   }

   .order-lg-0 {
      order: 0 !important
   }

   .order-lg-1 {
      order: 1 !important
   }

   .order-lg-2 {
      order: 2 !important
   }

   .order-lg-3 {
      order: 3 !important
   }

   .order-lg-4 {
      order: 4 !important
   }

   .order-lg-5 {
      order: 5 !important
   }

   .order-lg-last {
      order: 6 !important
   }

   .m-lg-0 {
      margin: 0 !important
   }

   .m-lg-1 {
      margin: .25rem !important
   }

   .m-lg-2 {
      margin: .5rem !important
   }

   .m-lg-3 {
      margin: 1rem !important
   }

   .m-lg-4 {
      margin: 1.5rem !important
   }

   .m-lg-5 {
      margin: 3rem !important
   }

   .m-lg-6 {
      margin: 4rem !important
   }

   .m-lg-auto {
      margin: auto !important
   }

   .mx-lg-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
   }

   .mx-lg-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
   }

   .mx-lg-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
   }

   .mx-lg-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
   }

   .mx-lg-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
   }

   .mx-lg-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
   }

   .mx-lg-6 {
      margin-right: 4rem !important;
      margin-left: 4rem !important
   }

   .mx-lg-auto {
      margin-right: auto !important;
      margin-left: auto !important
   }

   .my-lg-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
   }

   .my-lg-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
   }

   .my-lg-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
   }

   .my-lg-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
   }

   .my-lg-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
   }

   .my-lg-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
   }

   .my-lg-6 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important
   }

   .my-lg-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
   }

   .mt-lg-0 {
      margin-top: 0 !important
   }

   .mt-lg-1 {
      margin-top: .25rem !important
   }

   .mt-lg-2 {
      margin-top: .5rem !important
   }

   .mt-lg-3 {
      margin-top: 1rem !important
   }

   .mt-lg-4 {
      margin-top: 1.5rem !important
   }

   .mt-lg-5 {
      margin-top: 3rem !important
   }

   .mt-lg-6 {
      margin-top: 4rem !important
   }

   .mt-lg-auto {
      margin-top: auto !important
   }

   .me-lg-0 {
      margin-right: 0 !important
   }

   .me-lg-1 {
      margin-right: .25rem !important
   }

   .me-lg-2 {
      margin-right: .5rem !important
   }

   .me-lg-3 {
      margin-right: 1rem !important
   }

   .me-lg-4 {
      margin-right: 1.5rem !important
   }

   .me-lg-5 {
      margin-right: 3rem !important
   }

   .me-lg-6 {
      margin-right: 4rem !important
   }

   .me-lg-auto {
      margin-right: auto !important
   }

   .mb-lg-0 {
      margin-bottom: 0 !important
   }

   .mb-lg-1 {
      margin-bottom: .25rem !important
   }

   .mb-lg-2 {
      margin-bottom: .5rem !important
   }

   .mb-lg-3 {
      margin-bottom: 1rem !important
   }

   .mb-lg-4 {
      margin-bottom: 1.5rem !important
   }

   .mb-lg-5 {
      margin-bottom: 3rem !important
   }

   .mb-lg-6 {
      margin-bottom: 4rem !important
   }

   .mb-lg-auto {
      margin-bottom: auto !important
   }

   .ms-lg-0 {
      margin-left: 0 !important
   }

   .ms-lg-1 {
      margin-left: .25rem !important
   }

   .ms-lg-2 {
      margin-left: .5rem !important
   }

   .ms-lg-3 {
      margin-left: 1rem !important
   }

   .ms-lg-4 {
      margin-left: 1.5rem !important
   }

   .ms-lg-5 {
      margin-left: 3rem !important
   }

   .ms-lg-6 {
      margin-left: 4rem !important
   }

   .ms-lg-auto {
      margin-left: auto !important
   }

   .p-lg-0 {
      padding: 0 !important
   }

   .p-lg-1 {
      padding: .25rem !important
   }

   .p-lg-2 {
      padding: .5rem !important
   }

   .p-lg-3 {
      padding: 1rem !important
   }

   .p-lg-4 {
      padding: 1.5rem !important
   }

   .p-lg-5 {
      padding: 3rem !important
   }

   .p-lg-6 {
      padding: 4rem !important
   }

   .px-lg-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
   }

   .px-lg-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
   }

   .px-lg-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
   }

   .px-lg-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
   }

   .px-lg-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
   }

   .px-lg-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
   }

   .px-lg-6 {
      padding-right: 4rem !important;
      padding-left: 4rem !important
   }

   .py-lg-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
   }

   .py-lg-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
   }

   .py-lg-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
   }

   .py-lg-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
   }

   .py-lg-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
   }

   .py-lg-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
   }

   .py-lg-6 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important
   }

   .pt-lg-0 {
      padding-top: 0 !important
   }

   .pt-lg-1 {
      padding-top: .25rem !important
   }

   .pt-lg-2 {
      padding-top: .5rem !important
   }

   .pt-lg-3 {
      padding-top: 1rem !important
   }

   .pt-lg-4 {
      padding-top: 1.5rem !important
   }

   .pt-lg-5 {
      padding-top: 3rem !important
   }

   .pt-lg-6 {
      padding-top: 4rem !important
   }

   .pe-lg-0 {
      padding-right: 0 !important
   }

   .pe-lg-1 {
      padding-right: .25rem !important
   }

   .pe-lg-2 {
      padding-right: .5rem !important
   }

   .pe-lg-3 {
      padding-right: 1rem !important
   }

   .pe-lg-4 {
      padding-right: 1.5rem !important
   }

   .pe-lg-5 {
      padding-right: 3rem !important
   }

   .pe-lg-6 {
      padding-right: 4rem !important
   }

   .pb-lg-0 {
      padding-bottom: 0 !important
   }

   .pb-lg-1 {
      padding-bottom: .25rem !important
   }

   .pb-lg-2 {
      padding-bottom: .5rem !important
   }

   .pb-lg-3 {
      padding-bottom: 1rem !important
   }

   .pb-lg-4 {
      padding-bottom: 1.5rem !important
   }

   .pb-lg-5 {
      padding-bottom: 3rem !important
   }

   .pb-lg-6 {
      padding-bottom: 4rem !important
   }

   .ps-lg-0 {
      padding-left: 0 !important
   }

   .ps-lg-1 {
      padding-left: .25rem !important
   }

   .ps-lg-2 {
      padding-left: .5rem !important
   }

   .ps-lg-3 {
      padding-left: 1rem !important
   }

   .ps-lg-4 {
      padding-left: 1.5rem !important
   }

   .ps-lg-5 {
      padding-left: 3rem !important
   }

   .ps-lg-6 {
      padding-left: 4rem !important
   }

   .text-lg-start {
      text-align: left !important
   }

   .text-lg-end {
      text-align: right !important
   }

   .text-lg-center {
      text-align: center !important
   }
}

@media (min-width:1400px) {
   .col-xxl {
      flex: 1 0 0%
   }

   .row-cols-xxl-auto>* {
      flex: 0 0 auto;
      width: auto
   }

   .row-cols-xxl-1>* {
      flex: 0 0 auto;
      width: 100%
   }

   .row-cols-xxl-2>* {
      flex: 0 0 auto;
      width: 50%
   }

   .row-cols-xxl-3>* {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .row-cols-xxl-4>* {
      flex: 0 0 auto;
      width: 25%
   }

   .row-cols-xxl-5>* {
      flex: 0 0 auto;
      width: 20%
   }

   .row-cols-xxl-6>* {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-xxl-auto {
      flex: 0 0 auto;
      width: auto
   }

   .col-xxl-1 {
      flex: 0 0 auto;
      width: 8.333333%
   }

   .col-xxl-2 {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-xxl-3 {
      flex: 0 0 auto;
      width: 25%
   }

   .col-xxl-4 {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .col-xxl-5 {
      flex: 0 0 auto;
      width: 41.666667%
   }

   .col-xxl-6 {
      flex: 0 0 auto;
      width: 51%
   }

   .col-xxl-7 {
      flex: 0 0 auto;
      width: 58.333333%
   }

   .col-xxl-8 {
      flex: 0 0 auto;
      width: 66.666667%
   }

   .col-xxl-9 {
      flex: 0 0 auto;
      width: 75%
   }

   .col-xxl-10 {
      flex: 0 0 auto;
      width: 83.333333%
   }

   .col-xxl-11 {
      flex: 0 0 auto;
      width: 91.666667%
   }

   .col-xxl-12 {
      flex: 0 0 auto;
      width: 100%
   }

   .offset-xxl-0 {
      margin-left: 0
   }

   .offset-xxl-1 {
      margin-left: 8.333333%
   }

   .offset-xxl-2 {
      margin-left: 16.666667%
   }

   .offset-xxl-3 {
      margin-left: 25%
   }

   .offset-xxl-4 {
      margin-left: 33.333333%
   }

   .offset-xxl-5 {
      margin-left: 41.666667%
   }

   .offset-xxl-6 {
      margin-left: 50%
   }

   .offset-xxl-7 {
      margin-left: 58.333333%
   }

   .offset-xxl-8 {
      margin-left: 66.666667%
   }

   .offset-xxl-9 {
      margin-left: 75%
   }

   .offset-xxl-10 {
      margin-left: 83.333333%
   }

   .offset-xxl-11 {
      margin-left: 91.666667%
   }

   .sticky-xxl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020
   }

   .float-xxl-start {
      float: left !important
   }

   .float-xxl-end {
      float: right !important
   }

   .float-xxl-none {
      float: none !important
   }

   .d-xxl-inline {
      display: inline !important
   }

   .d-xxl-inline-block {
      display: inline-block !important
   }

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

   .d-xxl-grid {
      display: grid !important
   }

   .d-xxl-table {
      display: table !important
   }

   .d-xxl-table-row {
      display: table-row !important
   }

   .d-xxl-table-cell {
      display: table-cell !important
   }

   .d-xxl-flex {
      display: flex !important
   }

   .d-xxl-inline-flex {
      display: inline-flex !important
   }

   .d-xxl-none {
      display: none !important
   }

   .flex-xxl-fill {
      flex: 1 1 auto !important
   }

   .flex-xxl-row {
      flex-direction: row !important
   }

   .flex-xxl-column {
      flex-direction: column !important
   }

   .flex-xxl-row-reverse {
      flex-direction: row-reverse !important
   }

   .flex-xxl-column-reverse {
      flex-direction: column-reverse !important
   }

   .flex-xxl-grow-0 {
      flex-grow: 0 !important
   }

   .flex-xxl-grow-1 {
      flex-grow: 1 !important
   }

   .flex-xxl-shrink-0 {
      flex-shrink: 0 !important
   }

   .flex-xxl-shrink-1 {
      flex-shrink: 1 !important
   }

   .flex-xxl-wrap {
      flex-wrap: wrap !important
   }

   .flex-xxl-nowrap {
      flex-wrap: nowrap !important
   }

   .flex-xxl-wrap-reverse {
      flex-wrap: wrap-reverse !important
   }

   .gap-xxl-0 {
      gap: 0 !important
   }

   .gap-xxl-1 {
      gap: .25rem !important
   }

   .gap-xxl-2 {
      gap: .5rem !important
   }

   .gap-xxl-3 {
      gap: 1rem !important
   }

   .gap-xxl-4 {
      gap: 1.5rem !important
   }

   .gap-xxl-5 {
      gap: 3rem !important
   }

   .gap-xxl-6 {
      gap: 4rem !important
   }

   .justify-content-xxl-start {
      justify-content: flex-start !important
   }

   .justify-content-xxl-end {
      justify-content: flex-end !important
   }

   .justify-content-xxl-center {
      justify-content: center !important
   }

   .justify-content-xxl-between {
      justify-content: space-between !important
   }

   .justify-content-xxl-around {
      justify-content: space-around !important
   }

   .justify-content-xxl-evenly {
      justify-content: space-evenly !important
   }

   .align-items-xxl-start {
      align-items: flex-start !important
   }

   .align-items-xxl-end {
      align-items: flex-end !important
   }

   .align-items-xxl-center {
      align-items: center !important
   }

   .align-items-xxl-baseline {
      align-items: baseline !important
   }

   .align-items-xxl-stretch {
      align-items: stretch !important
   }

   .align-content-xxl-start {
      align-content: flex-start !important
   }

   .align-content-xxl-end {
      align-content: flex-end !important
   }

   .align-content-xxl-center {
      align-content: center !important
   }

   .align-content-xxl-between {
      align-content: space-between !important
   }

   .align-content-xxl-around {
      align-content: space-around !important
   }

   .align-content-xxl-stretch {
      align-content: stretch !important
   }

   .align-self-xxl-auto {
      align-self: auto !important
   }

   .align-self-xxl-start {
      align-self: flex-start !important
   }

   .align-self-xxl-end {
      align-self: flex-end !important
   }

   .align-self-xxl-center {
      align-self: center !important
   }

   .align-self-xxl-baseline {
      align-self: baseline !important
   }

   .align-self-xxl-stretch {
      align-self: stretch !important
   }

   .order-xxl-first {
      order: -1 !important
   }

   .order-xxl-0 {
      order: 0 !important
   }

   .order-xxl-1 {
      order: 1 !important
   }

   .order-xxl-2 {
      order: 2 !important
   }

   .order-xxl-3 {
      order: 3 !important
   }

   .order-xxl-4 {
      order: 4 !important
   }

   .order-xxl-5 {
      order: 5 !important
   }

   .order-xxl-last {
      order: 6 !important
   }

   .m-xxl-0 {
      margin: 0 !important
   }

   .m-xxl-1 {
      margin: .25rem !important
   }

   .m-xxl-2 {
      margin: .5rem !important
   }

   .m-xxl-3 {
      margin: 1rem !important
   }

   .m-xxl-4 {
      margin: 1.5rem !important
   }

   .m-xxl-5 {
      margin: 3rem !important
   }

   .m-xxl-6 {
      margin: 4rem !important
   }

   .m-xxl-auto {
      margin: auto !important
   }

   .mx-xxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
   }

   .mx-xxl-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
   }

   .mx-xxl-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
   }

   .mx-xxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
   }

   .mx-xxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
   }

   .mx-xxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
   }

   .mx-xxl-6 {
      margin-right: 4rem !important;
      margin-left: 4rem !important
   }

   .mx-xxl-auto {
      margin-right: auto !important;
      margin-left: auto !important
   }

   .my-xxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
   }

   .my-xxl-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
   }

   .my-xxl-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
   }

   .my-xxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
   }

   .my-xxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
   }

   .my-xxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
   }

   .my-xxl-6 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important
   }

   .my-xxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
   }

   .mt-xxl-0 {
      margin-top: 0 !important
   }

   .mt-xxl-1 {
      margin-top: .25rem !important
   }

   .mt-xxl-2 {
      margin-top: .5rem !important
   }

   .mt-xxl-3 {
      margin-top: 1rem !important
   }

   .mt-xxl-4 {
      margin-top: 1.5rem !important
   }

   .mt-xxl-5 {
      margin-top: 3rem !important
   }

   .mt-xxl-6 {
      margin-top: 4rem !important
   }

   .mt-xxl-auto {
      margin-top: auto !important
   }

   .me-xxl-0 {
      margin-right: 0 !important
   }

   .me-xxl-1 {
      margin-right: .25rem !important
   }

   .me-xxl-2 {
      margin-right: .5rem !important
   }

   .me-xxl-3 {
      margin-right: 1rem !important
   }

   .me-xxl-4 {
      margin-right: 1.5rem !important
   }

   .me-xxl-5 {
      margin-right: 3rem !important
   }

   .me-xxl-6 {
      margin-right: 4rem !important
   }

   .me-xxl-auto {
      margin-right: auto !important
   }

   .mb-xxl-0 {
      margin-bottom: 0 !important
   }

   .mb-xxl-1 {
      margin-bottom: .25rem !important
   }

   .mb-xxl-2 {
      margin-bottom: .5rem !important
   }

   .mb-xxl-3 {
      margin-bottom: 1rem !important
   }

   .mb-xxl-4 {
      margin-bottom: 1.5rem !important
   }

   .mb-xxl-5 {
      margin-bottom: 3rem !important
   }

   .mb-xxl-6 {
      margin-bottom: 4rem !important
   }

   .mb-xxl-auto {
      margin-bottom: auto !important
   }

   .ms-xxl-0 {
      margin-left: 0 !important
   }

   .ms-xxl-1 {
      margin-left: .25rem !important
   }

   .ms-xxl-2 {
      margin-left: .5rem !important
   }

   .ms-xxl-3 {
      margin-left: 1rem !important
   }

   .ms-xxl-4 {
      margin-left: 1.5rem !important
   }

   .ms-xxl-5 {
      margin-left: 3rem !important
   }

   .ms-xxl-6 {
      margin-left: 4rem !important
   }

   .ms-xxl-auto {
      margin-left: auto !important
   }

   .p-xxl-0 {
      padding: 0 !important
   }

   .p-xxl-1 {
      padding: .25rem !important
   }

   .p-xxl-2 {
      padding: .5rem !important
   }

   .p-xxl-3 {
      padding: 1rem !important
   }

   .p-xxl-4 {
      padding: 1.5rem !important
   }

   .p-xxl-5 {
      padding: 3rem !important
   }

   .p-xxl-6 {
      padding: 4rem !important
   }

   .px-xxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
   }

   .px-xxl-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
   }

   .px-xxl-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
   }

   .px-xxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
   }

   .px-xxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
   }

   .px-xxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
   }

   .px-xxl-6 {
      padding-right: 4rem !important;
      padding-left: 4rem !important
   }

   .py-xxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
   }

   .py-xxl-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
   }

   .py-xxl-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
   }

   .py-xxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
   }

   .py-xxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
   }

   .py-xxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
   }

   .py-xxl-6 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important
   }

   .pt-xxl-0 {
      padding-top: 0 !important
   }

   .pt-xxl-1 {
      padding-top: .25rem !important
   }

   .pt-xxl-2 {
      padding-top: .5rem !important
   }

   .pt-xxl-3 {
      padding-top: 1rem !important
   }

   .pt-xxl-4 {
      padding-top: 1.5rem !important
   }

   .pt-xxl-5 {
      padding-top: 3rem !important
   }

   .pt-xxl-6 {
      padding-top: 4rem !important
   }

   .pe-xxl-0 {
      padding-right: 0 !important
   }

   .pe-xxl-1 {
      padding-right: .25rem !important
   }

   .pe-xxl-2 {
      padding-right: .5rem !important
   }

   .pe-xxl-3 {
      padding-right: 1rem !important
   }

   .pe-xxl-4 {
      padding-right: 1.5rem !important
   }

   .pe-xxl-5 {
      padding-right: 3rem !important
   }

   .pe-xxl-6 {
      padding-right: 4rem !important
   }

   .pb-xxl-0 {
      padding-bottom: 0 !important
   }

   .pb-xxl-1 {
      padding-bottom: .25rem !important
   }

   .pb-xxl-2 {
      padding-bottom: .5rem !important
   }

   .pb-xxl-3 {
      padding-bottom: 1rem !important
   }

   .pb-xxl-4 {
      padding-bottom: 1.5rem !important
   }

   .pb-xxl-5 {
      padding-bottom: 3rem !important
   }

   .pb-xxl-6 {
      padding-bottom: 4rem !important
   }

   .ps-xxl-0 {
      padding-left: 0 !important
   }

   .ps-xxl-1 {
      padding-left: .25rem !important
   }

   .ps-xxl-2 {
      padding-left: .5rem !important
   }

   .ps-xxl-3 {
      padding-left: 1rem !important
   }

   .ps-xxl-4 {
      padding-left: 1.5rem !important
   }

   .ps-xxl-5 {
      padding-left: 3rem !important
   }

   .ps-xxl-6 {
      padding-left: 4rem !important
   }

   .text-xxl-start {
      text-align: left !important
   }

   .text-xxl-end {
      text-align: right !important
   }

   .text-xxl-center {
      text-align: center !important
   }

   .main-banner {
      padding: 3rem 0 3rem 0
   }
}

@media (min-width:1600px) {
   .col-xxxl {
      flex: 1 0 0%
   }

   .row-cols-xxxl-auto>* {
      flex: 0 0 auto;
      width: auto
   }

   .row-cols-xxxl-1>* {
      flex: 0 0 auto;
      width: 100%
   }

   .row-cols-xxxl-2>* {
      flex: 0 0 auto;
      width: 50%
   }

   .row-cols-xxxl-3>* {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .row-cols-xxxl-4>* {
      flex: 0 0 auto;
      width: 25%
   }

   .row-cols-xxxl-5>* {
      flex: 0 0 auto;
      width: 20%
   }

   .row-cols-xxxl-6>* {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-xxxl-auto {
      flex: 0 0 auto;
      width: auto
   }

   .col-xxxl-1 {
      flex: 0 0 auto;
      width: 8.333333%
   }

   .col-xxxl-2 {
      flex: 0 0 auto;
      width: 16.666667%
   }

   .col-xxxl-3 {
      flex: 0 0 auto;
      width: 25%
   }

   .col-xxxl-4 {
      flex: 0 0 auto;
      width: 33.333333%
   }

   .col-xxxl-5 {
      flex: 0 0 auto;
      width: 41.666667%
   }

   .col-xxxl-6 {
      flex: 0 0 auto;
      width: 50%
   }

   .col-xxxl-7 {
      flex: 0 0 auto;
      width: 58.333333%
   }

   .col-xxxl-8 {
      flex: 0 0 auto;
      width: 66.666667%
   }

   .col-xxxl-9 {
      flex: 0 0 auto;
      width: 75%
   }

   .col-xxxl-10 {
      flex: 0 0 auto;
      width: 83.333333%
   }

   .col-xxxl-11 {
      flex: 0 0 auto;
      width: 91.666667%
   }

   .col-xxxl-12 {
      flex: 0 0 auto;
      width: 100%
   }

   .offset-xxxl-0 {
      margin-left: 0
   }

   .offset-xxxl-1 {
      margin-left: 8.333333%
   }

   .offset-xxxl-2 {
      margin-left: 16.666667%
   }

   .offset-xxxl-3 {
      margin-left: 25%
   }

   .offset-xxxl-4 {
      margin-left: 33.333333%
   }

   .offset-xxxl-5 {
      margin-left: 41.666667%
   }

   .offset-xxxl-6 {
      margin-left: 50%
   }

   .offset-xxxl-7 {
      margin-left: 58.333333%
   }

   .offset-xxxl-8 {
      margin-left: 66.666667%
   }

   .offset-xxxl-9 {
      margin-left: 75%
   }

   .offset-xxxl-10 {
      margin-left: 83.333333%
   }

   .offset-xxxl-11 {
      margin-left: 91.666667%
   }

   .sticky-xxxl-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020
   }

   .float-xxxl-start {
      float: left !important
   }

   .float-xxxl-end {
      float: right !important
   }

   .float-xxxl-none {
      float: none !important
   }

   .d-xxxl-inline {
      display: inline !important
   }

   .d-xxxl-inline-block {
      display: inline-block !important
   }

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

   .d-xxxl-grid {
      display: grid !important
   }

   .d-xxxl-table {
      display: table !important
   }

   .d-xxxl-table-row {
      display: table-row !important
   }

   .d-xxxl-table-cell {
      display: table-cell !important
   }

   .d-xxxl-flex {
      display: flex !important
   }

   .d-xxxl-inline-flex {
      display: inline-flex !important
   }

   .d-xxxl-none {
      display: none !important
   }

   .flex-xxxl-fill {
      flex: 1 1 auto !important
   }

   .flex-xxxl-row {
      flex-direction: row !important
   }

   .flex-xxxl-column {
      flex-direction: column !important
   }

   .flex-xxxl-row-reverse {
      flex-direction: row-reverse !important
   }

   .flex-xxxl-column-reverse {
      flex-direction: column-reverse !important
   }

   .flex-xxxl-grow-0 {
      flex-grow: 0 !important
   }

   .flex-xxxl-grow-1 {
      flex-grow: 1 !important
   }

   .flex-xxxl-shrink-0 {
      flex-shrink: 0 !important
   }

   .flex-xxxl-shrink-1 {
      flex-shrink: 1 !important
   }

   .flex-xxxl-wrap {
      flex-wrap: wrap !important
   }

   .flex-xxxl-nowrap {
      flex-wrap: nowrap !important
   }

   .flex-xxxl-wrap-reverse {
      flex-wrap: wrap-reverse !important
   }

   .gap-xxxl-0 {
      gap: 0 !important
   }

   .gap-xxxl-1 {
      gap: .25rem !important
   }

   .gap-xxxl-2 {
      gap: .5rem !important
   }

   .gap-xxxl-3 {
      gap: 1rem !important
   }

   .gap-xxxl-4 {
      gap: 1.5rem !important
   }

   .gap-xxxl-5 {
      gap: 3rem !important
   }

   .gap-xxxl-6 {
      gap: 4rem !important
   }

   .justify-content-xxxl-start {
      justify-content: flex-start !important
   }

   .justify-content-xxxl-end {
      justify-content: flex-end !important
   }

   .justify-content-xxxl-center {
      justify-content: center !important
   }

   .justify-content-xxxl-between {
      justify-content: space-between !important
   }

   .justify-content-xxxl-around {
      justify-content: space-around !important
   }

   .justify-content-xxxl-evenly {
      justify-content: space-evenly !important
   }

   .align-items-xxxl-start {
      align-items: flex-start !important
   }

   .align-items-xxxl-end {
      align-items: flex-end !important
   }

   .align-items-xxxl-center {
      align-items: center !important
   }

   .align-items-xxxl-baseline {
      align-items: baseline !important
   }

   .align-items-xxxl-stretch {
      align-items: stretch !important
   }

   .align-content-xxxl-start {
      align-content: flex-start !important
   }

   .align-content-xxxl-end {
      align-content: flex-end !important
   }

   .align-content-xxxl-center {
      align-content: center !important
   }

   .align-content-xxxl-between {
      align-content: space-between !important
   }

   .align-content-xxxl-around {
      align-content: space-around !important
   }

   .align-content-xxxl-stretch {
      align-content: stretch !important
   }

   .align-self-xxxl-auto {
      align-self: auto !important
   }

   .align-self-xxxl-start {
      align-self: flex-start !important
   }

   .align-self-xxxl-end {
      align-self: flex-end !important
   }

   .align-self-xxxl-center {
      align-self: center !important
   }

   .align-self-xxxl-baseline {
      align-self: baseline !important
   }

   .align-self-xxxl-stretch {
      align-self: stretch !important
   }

   .order-xxxl-first {
      order: -1 !important
   }

   .order-xxxl-0 {
      order: 0 !important
   }

   .order-xxxl-1 {
      order: 1 !important
   }

   .order-xxxl-2 {
      order: 2 !important
   }

   .order-xxxl-3 {
      order: 3 !important
   }

   .order-xxxl-4 {
      order: 4 !important
   }

   .order-xxxl-5 {
      order: 5 !important
   }

   .order-xxxl-last {
      order: 6 !important
   }

   .m-xxxl-0 {
      margin: 0 !important
   }

   .m-xxxl-1 {
      margin: .25rem !important
   }

   .m-xxxl-2 {
      margin: .5rem !important
   }

   .m-xxxl-3 {
      margin: 1rem !important
   }

   .m-xxxl-4 {
      margin: 1.5rem !important
   }

   .m-xxxl-5 {
      margin: 3rem !important
   }

   .m-xxxl-6 {
      margin: 4rem !important
   }

   .m-xxxl-auto {
      margin: auto !important
   }

   .mx-xxxl-0 {
      margin-right: 0 !important;
      margin-left: 0 !important
   }

   .mx-xxxl-1 {
      margin-right: .25rem !important;
      margin-left: .25rem !important
   }

   .mx-xxxl-2 {
      margin-right: .5rem !important;
      margin-left: .5rem !important
   }

   .mx-xxxl-3 {
      margin-right: 1rem !important;
      margin-left: 1rem !important
   }

   .mx-xxxl-4 {
      margin-right: 1.5rem !important;
      margin-left: 1.5rem !important
   }

   .mx-xxxl-5 {
      margin-right: 3rem !important;
      margin-left: 3rem !important
   }

   .mx-xxxl-6 {
      margin-right: 4rem !important;
      margin-left: 4rem !important
   }

   .mx-xxxl-auto {
      margin-right: auto !important;
      margin-left: auto !important
   }

   .my-xxxl-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important
   }

   .my-xxxl-1 {
      margin-top: .25rem !important;
      margin-bottom: .25rem !important
   }

   .my-xxxl-2 {
      margin-top: .5rem !important;
      margin-bottom: .5rem !important
   }

   .my-xxxl-3 {
      margin-top: 1rem !important;
      margin-bottom: 1rem !important
   }

   .my-xxxl-4 {
      margin-top: 1.5rem !important;
      margin-bottom: 1.5rem !important
   }

   .my-xxxl-5 {
      margin-top: 3rem !important;
      margin-bottom: 3rem !important
   }

   .my-xxxl-6 {
      margin-top: 4rem !important;
      margin-bottom: 4rem !important
   }

   .my-xxxl-auto {
      margin-top: auto !important;
      margin-bottom: auto !important
   }

   .mt-xxxl-0 {
      margin-top: 0 !important
   }

   .mt-xxxl-1 {
      margin-top: .25rem !important
   }

   .mt-xxxl-2 {
      margin-top: .5rem !important
   }

   .mt-xxxl-3 {
      margin-top: 1rem !important
   }

   .mt-xxxl-4 {
      margin-top: 1.5rem !important
   }

   .mt-xxxl-5 {
      margin-top: 3rem !important
   }

   .mt-xxxl-6 {
      margin-top: 4rem !important
   }

   .mt-xxxl-auto {
      margin-top: auto !important
   }

   .me-xxxl-0 {
      margin-right: 0 !important
   }

   .me-xxxl-1 {
      margin-right: .25rem !important
   }

   .me-xxxl-2 {
      margin-right: .5rem !important
   }

   .me-xxxl-3 {
      margin-right: 1rem !important
   }

   .me-xxxl-4 {
      margin-right: 1.5rem !important
   }

   .me-xxxl-5 {
      margin-right: 3rem !important
   }

   .me-xxxl-6 {
      margin-right: 4rem !important
   }

   .me-xxxl-auto {
      margin-right: auto !important
   }

   .mb-xxxl-0 {
      margin-bottom: 0 !important
   }

   .mb-xxxl-1 {
      margin-bottom: .25rem !important
   }

   .mb-xxxl-2 {
      margin-bottom: .5rem !important
   }

   .mb-xxxl-3 {
      margin-bottom: 1rem !important
   }

   .mb-xxxl-4 {
      margin-bottom: 1.5rem !important
   }

   .mb-xxxl-5 {
      margin-bottom: 3rem !important
   }

   .mb-xxxl-6 {
      margin-bottom: 4rem !important
   }

   .mb-xxxl-auto {
      margin-bottom: auto !important
   }

   .ms-xxxl-0 {
      margin-left: 0 !important
   }

   .ms-xxxl-1 {
      margin-left: .25rem !important
   }

   .ms-xxxl-2 {
      margin-left: .5rem !important
   }

   .ms-xxxl-3 {
      margin-left: 1rem !important
   }

   .ms-xxxl-4 {
      margin-left: 1.5rem !important
   }

   .ms-xxxl-5 {
      margin-left: 3rem !important
   }

   .ms-xxxl-6 {
      margin-left: 4rem !important
   }

   .ms-xxxl-auto {
      margin-left: auto !important
   }

   .p-xxxl-0 {
      padding: 0 !important
   }

   .p-xxxl-1 {
      padding: .25rem !important
   }

   .p-xxxl-2 {
      padding: .5rem !important
   }

   .p-xxxl-3 {
      padding: 1rem !important
   }

   .p-xxxl-4 {
      padding: 1.5rem !important
   }

   .p-xxxl-5 {
      padding: 3rem !important
   }

   .p-xxxl-6 {
      padding: 4rem !important
   }

   .px-xxxl-0 {
      padding-right: 0 !important;
      padding-left: 0 !important
   }

   .px-xxxl-1 {
      padding-right: .25rem !important;
      padding-left: .25rem !important
   }

   .px-xxxl-2 {
      padding-right: .5rem !important;
      padding-left: .5rem !important
   }

   .px-xxxl-3 {
      padding-right: 1rem !important;
      padding-left: 1rem !important
   }

   .px-xxxl-4 {
      padding-right: 1.5rem !important;
      padding-left: 1.5rem !important
   }

   .px-xxxl-5 {
      padding-right: 3rem !important;
      padding-left: 3rem !important
   }

   .px-xxxl-6 {
      padding-right: 4rem !important;
      padding-left: 4rem !important
   }

   .py-xxxl-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important
   }

   .py-xxxl-1 {
      padding-top: .25rem !important;
      padding-bottom: .25rem !important
   }

   .py-xxxl-2 {
      padding-top: .5rem !important;
      padding-bottom: .5rem !important
   }

   .py-xxxl-3 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important
   }

   .py-xxxl-4 {
      padding-top: 1.5rem !important;
      padding-bottom: 1.5rem !important
   }

   .py-xxxl-5 {
      padding-top: 3rem !important;
      padding-bottom: 3rem !important
   }

   .py-xxxl-6 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important
   }

   .pt-xxxl-0 {
      padding-top: 0 !important
   }

   .pt-xxxl-1 {
      padding-top: .25rem !important
   }

   .pt-xxxl-2 {
      padding-top: .5rem !important
   }

   .pt-xxxl-3 {
      padding-top: 1rem !important
   }

   .pt-xxxl-4 {
      padding-top: 1.5rem !important
   }

   .pt-xxxl-5 {
      padding-top: 3rem !important
   }

   .pt-xxxl-6 {
      padding-top: 4rem !important
   }

   .pe-xxxl-0 {
      padding-right: 0 !important
   }

   .pe-xxxl-1 {
      padding-right: .25rem !important
   }

   .pe-xxxl-2 {
      padding-right: .5rem !important
   }

   .pe-xxxl-3 {
      padding-right: 1rem !important
   }

   .pe-xxxl-4 {
      padding-right: 1.5rem !important
   }

   .pe-xxxl-5 {
      padding-right: 3rem !important
   }

   .pe-xxxl-6 {
      padding-right: 4rem !important
   }

   .pb-xxxl-0 {
      padding-bottom: 0 !important
   }

   .pb-xxxl-1 {
      padding-bottom: .25rem !important
   }

   .pb-xxxl-2 {
      padding-bottom: .5rem !important
   }

   .pb-xxxl-3 {
      padding-bottom: 1rem !important
   }

   .pb-xxxl-4 {
      padding-bottom: 1.5rem !important
   }

   .pb-xxxl-5 {
      padding-bottom: 3rem !important
   }

   .pb-xxxl-6 {
      padding-bottom: 4rem !important
   }

   .ps-xxxl-0 {
      padding-left: 0 !important
   }

   .ps-xxxl-1 {
      padding-left: .25rem !important
   }

   .ps-xxxl-2 {
      padding-left: .5rem !important
   }

   .ps-xxxl-3 {
      padding-left: 1rem !important
   }

   .ps-xxxl-4 {
      padding-left: 1.5rem !important
   }

   .ps-xxxl-5 {
      padding-left: 3rem !important
   }

   .ps-xxxl-6 {
      padding-left: 4rem !important
   }

   .text-xxxl-start {
      text-align: left !important
   }

   .text-xxxl-end {
      text-align: right !important
   }

   .text-xxxl-center {
      text-align: center !important
   }
}

@media print {
   .d-print-inline {
      display: inline !important
   }

   .d-print-inline-block {
      display: inline-block !important
   }

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

   .d-print-table {
      display: table !important
   }

   .d-print-table-row {
      display: table-row !important
   }

   .d-print-table-cell {
      display: table-cell !important
   }

   .d-print-flex {
      display: flex !important
   }

   .d-print-inline-flex {
      display: inline-flex !important
   }

   .d-print-none {
      display: none !important
   }
}