/* Theme base styles */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

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

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

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

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

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

body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

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

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
/* 	color: unset; */
}

/* CTA OPYN 2024 ----------------------------------------------------------------- */
div.o24-cta-green__arrow,
div.o24-cta-blue__arrow,
div.o24-cta-white__arrow,
div.o24-cta-green,
div.o24-cta-black,
div.o24-cta-black_transparent, 
div.o24-cta-blue_transparent {
    padding: 0;
	position: relative;
}


div.o24-cta-green__arrow:hover a,
div.o24-cta-blue__arrow:hover a,
div.o24-cta-white__arrow:hover a,
div.o24-cta-green:hover a,
div.o24-cta-black:hover a,
div.o24-cta-black_transparent:hover a, 
div.o24-cta-blue_transparent:hover a {
	text-decoration: none;
}

svg.v-download {
	margin-left: 4px;
}


/* CTA GREEN ARROW------------------------------------- */
div.o24-cta-green__arrow:active {
	color: #003b5c !important;
}


.o24-cta-green__arrow a {
  padding: 12px 16px 12px 24px;
	color: #003b5c !important;
	font-weight: 700;
}

.o24-cta-green__arrow {
	display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #47D7AC;
/*     max-width: fit-content; */
    border-radius: 250px;
    color: #003b5c;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
	border: none;
}
div.o24-cta-green__arrow:hover,
div.o24-cta-green__arrow:active,
div.o24-cta-green__arrow:focus {
    background: #64ffd1;
}

/* .o24-cta-green__arrow::after {
content: url('https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/site2023_opyn_pay_later/site_image/arrow-right-black.png');
    position: absolute;
    display: block;
    right: 16px;
} */

svg.svg--o24-cta-green__arrow * {
    fill:  #35302F;
}

.o24-cta-green__arrow.ovtb {
	color: #35302F !important;
}

div.o24-cta-green__arrow.ovtb:active {
	color: #35302F !important;
}

.o24-cta-green__arrow.ovtb a {
	color: #35302F !important;
}



/* END CTA GREEN ARROW------------------------------------- */

/* CTA BLUE ARROW------------------------------------- */
.o24-cta-blue__arrow a {
  padding: 12px 16px 12px 24px;
	color: #ffffff;
	font-weight: 700;
}

.o24-cta-blue__arrow {
	display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #003B5C;
/*     max-width: fit-content; */
    border-radius: 250px;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
	border: none;
}
div.o24-cta-blue__arrow:hover {
    background: #47d7ac;
}

div.o24-cta-blue__arrow:hover a {
	color: #ffffff;
}

svg.svg--o24-cta-blue__arrow * {
    fill: #ffffff;
}

/* .o24-cta-blue__arrow::after {
content: url('https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/site2023_opyn_pay_later/site_image/arrow-right-white.png');
    position: absolute;
    display: block;
    right: 16px;
} */

/* END CTA BLUE ARROW------------------------------------- */


/* CTA GREEN ------------------------------------ */
.o24-cta-green a {
    color: #003b5c;
	padding: 12px 24px;
	font-weight: 700;
}



.o24-cta-green {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #47D7AC;
/*     max-width: fit-content; */
    border-radius: 250px;
    color: #003b5c;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
	border: none;
}
div.o24-cta-green:hover {
    background: #64ffd1;
}

svg.svg--o24-cta-green {
    display: none;
}

.o24-cta-green.ovtb {
	color: #35302F !important;
}

.o24-cta-green.ovtb a {
	color: #35302F !important;
}

/* END CTA GREEN ------------------------------------ */

/* CTA WHITE ARROW------------------------------------- */
.o24-cta-white__arrow a {
  padding: 12px 16px 12px 24px;
	color: #003B5C;
	font-weight: 700;
}

.o24-cta-white__arrow {
	display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
/*     max-width: fit-content; */
    border-radius: 250px;
    color: #35302F;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
	border: none;
}
div.o24-cta-white__arrow:hover {
    background: #ffffff;
}

/* .o24-cta-blue__white::after {
content: url('https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/site2023_opyn_pay_later/site_image/arrow-right-white.png');
    position: absolute;
    display: block;
    right: 16px;
} */

svg.svg--o24-cta-white__arrow * {
    fill: #35302F;
}

/* END CTA WHITE ARROW------------------------------------- */

/* CTA BLACK ------------------------------------ */

.o24-cta-black {
	display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #35302F;
/*     max-width: fit-content; */
    border-radius: 250px;
    color: #47D7AC;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
	border: none;
}

.o24-cta-black:hover,
.o24-cta-black:active,
.o24-cta-black:focus {
	background-color: #514948;
}

.o24-cta-black a {
	color: #47D7AC;
	font-weight: 700;
	padding: 12px 16px 12px 24px;
}

div.o24-cta-black:hover a,
div.o24-cta-black:focus a {
	color: #47D7AC !important;
}

div.o24-cta-black a:hover,
div.o24-cta-black a:focus,
div.o24-cta-black a:active {
	color: #47D7AC;
}

svg.svg--o24-cta-black * {
    fill: #ffffff;
}



/* END CTA BLACK ------------------------------------ */

/* CTA BLACK TRASPARENT ------------------------------------ */
div.o24-cta-black_transparent:active {
	color: #35302F !important;
}


.o24-cta-black_transparent a {
  padding: 12px 16px 12px 24px;
	color: #35302F !important;
	font-weight: 700;
}

.o24-cta-black_transparent {
	display: flex;
    border: 1px solid #35302F;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border-radius: 250px;
    color: #35302F;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
}
div.o24-cta-black_transparent:hover,
div.o24-cta-black_transparent:active,
div.o24-cta-black_transparent:focus {
    background: transparent;
}



svg.o24-cta-black_transparent * {
    fill:  #35302F;
}

/* END CTA BLACK TRASPARENT ------------------------------------ */


/* CTA BLUE TRASPARENT ------------------------------------ */
div.o24-cta-blue_transparent:active {
	color: #003b5c !important;
}


.o24-cta-blue_transparent a {
  padding: 12px 16px 12px 24px;
	color: #003b5c !important;
	font-weight: 700;
}

.o24-cta-blue_transparent {
	display: flex;
    border: 1px solid #003b5c;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: transparent;
    border-radius: 250px;
    color: #003b5c;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
}
div.o24-cta-blue_transparent:hover,
div.o24-cta-blue_transparent:active,
div.o24-cta-blue_transparent:focus {
    background: transparent;
}



svg.o24-cta-blue_transparent * {
    fill:  #35302F;
}



/* END CTA BLUE TRASPARENT ------------------------------------ */

/* END CTA OPYN 2024 ----------------------------------------------------------------- */
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  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 */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

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

/* O24 NEWS POST OVERRIDE=================================================== */
.body-container-wrapper.o24-news-post--override,
.body-container-wrapper.o24-news-post--override *,
.body-container-wrapper.o24-news-post--override h1,
.body-container-wrapper.o24-news-post--override p,
.body-container-wrapper.o24-news-post--override h2,
.body-container-wrapper.o24-news-post--override .author-name,
.body-container-wrapper.o24-news-post--override .blog-post__body-opl,
.body-container-wrapper.o24-news-post--override .icon-user {
	color: #003b5c !important;
}

.o24-news-post--override h3 {
	font-size: 1.50rem;
}

/* O24 NEWS POST OVERRIDE=================================================== */


.post-body-content a {
  font-family: "geomanistregular";
  text-decoration: underline;
  color: #0075e2;
  font-weight: normal;
}
.post-body-content a:hover {
  color: #0075e2;
}
.blog-post__body h2 {
  margin: 20px 0;
}
.c-margin {
  margin-top: 76px;
}
@media (max-width: 767px) {
  .c-margin {
    margin-top: 20px;
  }
}
.custom-bread-crumb {
  margin-left: 30px;
}
.mybreadcrumb {
  border-top: 1px solid rgba(0, 59, 92, 0.03);
  border-bottom: 1px solid rgba(0, 59, 92, 0.03);
  margin-bottom: 0px;
}
.mybreadcrumb .breadcrumb {
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 0px;
}

.social-horizontal {
  display: none;
}
.social-vertical {
  /* position: fixed !important;
  top: 230px;
  right: 80px; */
}
.social-vertical-fixed {
  position: fixed !important;
  top: 80px;
}
.social-inside {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.social-inside a {
  display: block;
  margin-top: 16px;
}
.my-badge {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 16px;
  position: static;
  width: 127px;
  height: 28px;
  left: 0px;
  top: 0px;
  background: rgba(71, 215, 172, 0.2);
  border-radius: 4px;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin: 0px 10px;
}

.badge-custom-tag {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 4px 16px;
  position: static;
  height: 32px;
  margin-right: 10px;
  border-radius: 4px;

  color: #003b5c;
  background: rgba(71, 215, 172, 0.2);
}
a.badge-custom-tag:hover,
a.badge-custom-tag:focus {
  color: #003b5c;
  background: rgba(71, 215, 172, 0.5);
}
a.badge-custom-tag:focus,
a.badge-custom-tag.focus {
  outline: 0;
  background: rgba(71, 215, 172, 0.5);
}

.feature-image {
  width: 100%;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .custom-bread-crumb {
    margin-left: 0px;
  }
  .author-name {
    margin-left: 0px !important;
  }
}

@media (max-width: 1000px) {
  .social-horizontal {
    display: inline-flex;
  }
  .social-vertical {
    display: none;
  }
  .social-inside {
    flex-direction: row;
    width: 200px;
  }
  .social-inside a {
    margin-top: 0px;
    margin-left: 12px;
  }
} 
.ib {
  display: inline-block;
  border: 0px solid #fff;
}

/* Header DND sections */

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

/* Header container */

.header .content-wrapper {
  padding: 0 !important;
}

.header__container {
  display: flex;
  /* justify-content: space-between; */
}

.header__row-1 {
  width: 100%;
  margin-top: -1px;
  align-items: center;
}

.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.header__column {
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: space-between;
    padding: 30px 0;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* News Banner */

.header__row-1-news-module {
  /* width: 100%; */
}

@media (max-width: 767px) {
  .header__row-1-news-module {
    display: none;
  }
}

/* Logo */

.header__logo {
  width: 140px;
  height: 24px;
  height: auto;
  align-items: center;
  display: flex;
  margin-left: 90px;
  margin-right: 10px;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    display: none;
  }
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 30px;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

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

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

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

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  /* .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  } */

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin: 0 5vw;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: none;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    /* toggle bars */
    background-image: url(https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/icons/icon-toggle-bars.svg);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    /* earlier content was "Menu" text */
    content: "";
  }

  .header__language-switcher--toggle {
    /* there was a globe icon that is replaced with opyn-pay-off logo which comes in center of
       toogle and search icon when screen size reduced */
    background-image: url(https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/icons/app-logo-pay-off/opyn-pay-off-green.svg);
    background-size: 125px 25px;
    height: 25px;
    width: 125px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    /* this toggle works in mobile view when when toogle is open i.e. show menu items a cross appeared there,
       but now its is replaced with search icon */
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    height: 25px;
    margin-right: 5vw;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

.img-and-login-btn-container {
  padding-left: 150px;
  margin-right: 50px;
  display: flex;
  align-items: center;
}

.button-login-continer {
  margin-left: 10px;
  width: 110px;
  height: 36px;
}

@media (max-width: 767px) {
  .img-and-login-btn-container {
    display: none;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
nav#topbar {
	width: 100%;
}

nav.opl-navbar {
	border-bottom: 2px solid #E7E4E4;
}

.opl-nav-link {
	color:#35302F !important;
}

.opl-nav-item svg.logo-list-dk {
	display: none;
}

.opl-logo--dk {
	display: block;
	visibility: visible
}

.opl-logo--mb {
	display: block;
	visibility: visible
}

.opl-nav-item a.dropdown-item:hover {
	/* 	background-color: unset; */
}

.opl-nav-item a.dropdown-item:focus,
.opl-nav-item a.dropdown-item:active {
	background-color: #e8f6f2;
}


button.opl-cta-green.opl-cta-header {
	padding: 0;
}

.opl-navbar .right-header {
	gap: 24px;
}



.opl-navbar-wrapper a.navbar-brand {
	margin-right: 2rem;
}




.custom-language-switcher:after {
	content: url('https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/site2023_opyn_pay_later/site_image/arrow_down-ls.png');
	height: 16px;
	margin-left: 4px;
}
.custom-language-switcher {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.custom-language-switcher.active {
	position: relative;
}


.custom-language-switcher__languages {
	display: none;
}

.custom-language-switcher__languages.active {

}

.custom-language-switcher__current-lang {
	text-transform: uppercase;
}

ul.custom-language-switcher__languages.active {
	display: block;
	position: absolute;
	list-style: none;
	padding: unset;
	text-transform: uppercase;
	background-color: #fff;
	border: 1px solid #c9cdd6;
	border-radius: 0 16px;
	top: 56px;
	box-shadow: 0 4px 12px 0 rgba(12,76,140,.1),0 2px 6px 0 rgba(12,76,140,.06);
	z-index: 1;
}

ul.custom-language-switcher__languages.active .item-language {
	width: max-content;
}

.no-submenu.menu-item.custom-language-switcher__language {
	padding:  16px 24px;
	position: relative;
}

a.menu-link.hs-skip-lang-url-rewrite {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}


/*================================= @media (max-width: 991px)============================== */

@media (max-width: 991px) {
	.opl-logo--dk {
		display: none;
		visibility: hidden
	}

	.opl-navbar-wrapper a.navbar-brand {
		margin-right: 0;
	}

	nav.opl-navbar {
		border-bottom: unset;
		padding: 0px;
	}

	.opl-navbar .mobheader {
		border-bottom: 2px solid #E7E4E4;
	}

	.opl-navbar ul.navbar-nav {
		padding: 0;
	}

	.opl-navbar li.nav-item {
		padding: 20px 16px;
		position: relative;
		transition: 0.3s;
	}
	.opl-navbar li.nav-item:after {
		content: "";
		width: calc(100% - 32px);
		height: 1px;
		background-color: #e7e4e4;
		display: block;
		bottom: 0;
		position: absolute;
	}

	.header1 .navbar .navbar-nav .nav-item a.nav-link.opl-nav-link {
		padding: 0;
		align-items:center;
		display: flex;
		font-size: 21px;
		justify-content: space-between;
		outline: none;
	}

	.header1 .opl-navbar .dropdown-menu {
		background: unset !important;
		box-shadow: unset;
	}

	li.nav-item.opl-nav-item.dropdown.show {
		background-color: #CCFFF0;
	}

	.header1 .navbar .opl-nav-item .dropdown-menu .dropdown-item {
		padding: 8px 0;
		color: #000000;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: 24px;
	}


	
	.opl-nav-item .nav-link.opl-nav-link.dropdown-toggle .logo-list-mb {
		position: absolute;
		left: 0px;
		transition: .3s;
		opacity: 0;
	}
	
	.opl-nav-item.show .nav-link.opl-nav-link.dropdown-toggle .logo-list-mb {
		left: 16px;
		transition: .3s;
		opacity: 1;
	}

	.opl-nav-item.show .opl-nav-link {
		margin-left: 22px;
	}

	.opl-navbar .right-header {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 32px 16px 0;
	}

	.login-btn {
		display: none;
		visibility: hidden;
	}

	.login-btn.login-btn--mb {
		display: flex;
		visibility: visible;
		align-items: center;
		justify-content: center;
	}

	.login-btn--mb {
		height: 24px;
		width: 24px;
		position: absolute;
		right: 16px;

	}

	.login-btn--mb > * {
		height: 100%;
		width: 100%;

		display: flex;
		justify-content: center;
		align-items: center;
	}

	ul.custom-language-switcher__languages.active {
		top: -16px;
		left: -100px;
	}

	.opl-nav-item img.dd-arrow {
		height: 31.5px;
	}
}

/*================================= END @media (max-width: 991px)============================== */


/*================================= @media (min-width: 992px)============================== */


@media (min-width: 992px) {
	.container.opl-navbar-wrapper {
		max-width: 1280px !important;
		padding: 0 16px !important;
	}

	.opl-logo--mb {
		display: none;
		visibility: hidden
	}

	ul.navbar-nav.opl-navbar-nav {
		align-items: center;
	}

	.opl-navbar-nav img.dd-arrow {
		display: none;
		visibility: hidden;
	}

	.dropdown.show .opl-nav-link {
		font-weight: 800 !important;
		transition: 0.3s;
	}



	.opl-navbar-wrapper .mobheader {
		width: unset !important;
	}

	a.nav-link.opl-nav-link {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	/* 	.opl-nav-item .dropdown-menu.show {
	border-radius: 0px 16px;
	border: 1px solid #C9CDD6;
	background-color: #ffffff;
} */
	
	.opl-nav-item .nav-link.opl-nav-link.dropdown-toggle .logo-list-mb,
	.opl-nav-item.show .nav-link.opl-nav-link.dropdown-toggle .logo-list-mb {
		display: none;
	}

	.opl-nav-item .dropdown-menu {
		border-radius: 0px 16px;
		border: 1px solid #C9CDD6;
		background-color: #ffffff;
		padding: 0px 24px;
	}

	.opl-nav-item .dropdown-menu {
		top: 64px;
	}

	.opl-nav-item a.dropdown-item {
		padding: 16px 0;
		color: #000000 !important;
	}

	.opl-nav-item a.dropdown-item:hover {
		background-color: unset;
	}

	.opl-nav-item a.dropdown-item:not(:last-child) {
		border-bottom: 1px solid #C9CDD6
	}


	.opl-nav-item svg.logo-list-dk {
		margin-right: 6px;
		display: inline-block;
	}


	.opl-navbar .right-header {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}



	.login-btn {
		display: flex;
		align-items: center;
	}


	.opl-navbar svg.login-svg {
		margin-left: 8px;
	}


	.login-btn--mb {
		display: none;
		visibility: hidden
	}
}

/*================================= END @media (min-width: 992px)============================== */



/*================================= END @media (min-width: 992px) and (max-width: 1199px) ============================== */

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

	.opl-navbar-wrapper a.navbar-brand {
		margin-right: 0.5rem;
	}

	.login-btn-dk--text {
		display: none;
		visibility: hidden;
	}

	.opl-navbar .right-header {
		gap: 12px;
	}

	.login-btn-dk:after {
		margin-left: 0px;
	}
}


/*================================= END @media (min-width: 992px) and (max-width: 1199px) ============================== */
nav#topbar {
	width: 100%;
}

nav.o24-navbar {
	border-bottom: 2px solid #E7E4E4;
}

.o24-nav-item svg.logo-list-dk {
	display: none;
}

.o24-logo--dk {
	display: block;
	visibility: visible
}

.o24-logo--mb {
	display: block;
	visibility: visible
}


.o24-nav-item a.dropdown-item:focus,
.o24-nav-item a.dropdown-item:active {
	background-color: #f8f8f8;
	border-radius: 8px;
}


button.o24-cta-green.o24-cta-header {
	padding: 0;
}

.o24-navbar .right-header {
	gap: 12px;
}



.o24-navbar-wrapper a.navbar-brand {
	margin-right: 2rem;
}




.o24-navbar-wrapper .custom-language-switcher:after {
	content: unset;
	height: unset;
	margin-left: unset;
}

.o24-navbar-wrapper .custom-language-switcher .svg-v-arrow-down-menu {
	margin-left: 4px;
}


.custom-language-switcher {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.custom-language-switcher.active {
	position: relative;
}

.o24-navbar-nav .dropdown.show .dropdown-menu--layer-bg,
.custom-language-switcher.active .dropdown-menu--layer-bg,
.o24-navbar .login-btn.active .dropdown-menu--layer-bg {
	background: rgba(0,0,0,.5);
	bottom: 0;
	height: calc(100% - 63px);
	left: 0;
	position: fixed;
	width: 100vw;
	z-index: 10;
}

li.reserved-link--wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
/* 	padding: 16px 20px; */
	position: relative;
	color: #003b5c;
}




.o24-search-button {
	cursor: pointer;
}

li.reserved-link--wrapper a {
	color: #003b5c;
	font-family: "geomanistregular",-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
	font-weight: unset !important;
}

@media (min-width: 992px) {
	.header1.o24-header.fixed1 .modulesearch {
	top: 82px;
}
}



.o24-navbar-wrapper .navbar-toggler.skip-nav span {
	background: #003B5C;
}


.o24-navbar-wrapper .navbar-toggler.skip-nav.active span.strip-2 {
	background: unset;
}

input.hs-search-field__input::placeholder {
	color: #003b5c !important;
}


@media (max-width: 991px) {
	.custom-language-switcher.active .dropdown-menu--layer-bg	{
		height: calc(100% - 55px);
	}

	.o24-navbar-nav .dropdown.show .dropdown-menu--layer-bg {
		display: none;
	}

	.login-btn.o24-login-btn--mb.active .dropdown-menu--layer-bg {
		background: rgba(0,0,0,.5);
		bottom: 0;
		left: 0;
		position: fixed;
		width: 100vw;
		z-index: 10;
		height: calc(100% - 55px);
	}

	ul.custom-language-switcher__languages.active {
		position: fixed !important;
		width: fit-content;
		height: fit-content;
		top: unset !important;
		left: unset !important;
		bottom: 0px !important;
		right: 54px !important;
	}
}


.custom-language-switcher__languages {
	display: none;
}

.custom-language-switcher__languages.active {

}

.custom-language-switcher__current-lang {
	text-transform: uppercase;
	color: #003b5c;
}



ul.custom-language-switcher__languages.active {
	display: block;
	position: absolute;
	list-style: none;
	padding: 16px;
	text-transform: uppercase;
	background-color: #fff;
	border-radius: 16px;
	top: 72px;
	z-index: 11;
}

ul.custom-language-switcher__languages.active .item-language {
	width: max-content;
}

ul.custom-language-switcher__languages.active li.item-language:hover {
	background-color: #f8f8f8;
	border-radius: 8px;
}

.no-submenu.menu-item.custom-language-switcher__language {
	padding:  16px 24px;
	position: relative;
}

a.menu-link.hs-skip-lang-url-rewrite {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	color: #003b5c;
}


ul.reserved-area-links--list {
	display: none;
}

ul.reserved-area-links--list.active {
	background-color: #fff;
	border-radius: 16px;
	display: block;
	list-style: none;
	padding: 16px;
	position: absolute;
	top: 72px;
	z-index: 11;
	width: max-content;
	right: 0;
}

.o24-header.header1 .navbar .navbar-nav .nav-item.active .nav-link {
	font-family: unset;
}

.o24-header.header1 .navbar .navbar-nav .nav-item.active .mega-menu--items .nav-link {
	font-family: unset;
	font-weight: 400;
}

a.nav-link.o24-nav-link.active-last {
	font-weight: bold !important;
}

.o24-header.header1 .navbar .dropdown-menu .dropdown-item.active {
	font-family: unset;
}

span.o24-login-btn-dk--text {
	color: #003B5C;
}


/*================================= @media (max-width: 991px)============================== */

@media (max-width: 991px) {
	.o24-logo--dk {
		display: none;
		visibility: hidden
	}

	.o24-navbar-wrapper a.navbar-brand {
		margin-right: 0;
	}

	nav.o24-navbar {
		border-bottom: unset;
		padding: 0px;
	}

	.o24-navbar .mobheader {
		border-bottom: 2px solid #E7E4E4;
	}

	.o24-navbar ul.navbar-nav {
		padding: 0;
	}

	.o24-navbar li.nav-item {
		padding: 24px 16px 0px;
		position: relative;
		transition: 0.3s;
	}
	.o24-navbar li.nav-item:after {
		content: "";
		width: calc(100% - 32px);
		height: 1px;
		background-color: #e7e4e4;
		display: block;
		bottom: 0;
		position: absolute;
	}

	.header1 .navbar .navbar-nav .nav-item a.nav-link.o24-nav-link {
		padding: 0;
		align-items:center;
		display: flex;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 145%;
		justify-content: space-between;
		outline: none;
		white-space: normal;
		margin-bottom: 24px;
	}

	.header1 .o24-navbar .dropdown-menu {
		background: unset !important;
		box-shadow: unset;
	}

	li.nav-item.o24-nav-item.dropdown.show {
		background-color: #F8F8F8;
		padding-bottom: 0px;
	}
	.o24-nav-item .dropdown-menu.show {
		padding: 0;
		margin-top: 24px;
	}

	.header1 .navbar .o24-nav-item .dropdown-menu .dropdown-item {
		padding: 24px 0;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 145%;
		border-top: 1px solid #E7E4E4;
	}



	.o24-nav-item .nav-link.o24-nav-link.dropdown-toggle .logo-list-mb {
		position: absolute;
		left: 0px;
		transition: .3s;
		opacity: 0;
	}

	.o24-nav-item.show .nav-link.o24-nav-link.dropdown-toggle .logo-list-mb {
		left: 16px;
		transition: .3s;
		opacity: 1;
	}

	/* 	.o24-nav-item.show .o24-nav-link {
	margin-left: 22px;
} */

	.o24-navbar .right-header {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 32px 16px 0;
	}

	.right-header--element-divider {
		display: none;
	}

	.o24-navbar .login-btn {
		display: none;
		visibility: hidden;
	}

	.o24-navbar .login-btn.o24-login-btn--mb {
		display: flex;
		visibility: visible;
		align-items: center;
		justify-content: center;
	}

	.o24-navbar .o24-login-btn--mb {
		height: 24px;
		width: 24px;
		position: absolute;
		right: 16px;

	}

	.o24-navbar .o24-login-btn--mb > * {
		/* 		height: 100%;
		width: 100%;

		display: flex;
		justify-content: center;
		align-items: center; */
	}

	ul.custom-language-switcher__languages.active {
		top: -16px;
		left: -100px;
	}

	.o24-nav-item img.dd-arrow {
		height: 31.5px;
	}

	.header1.fixed1.o24-header .navbar {
		z-index: 10;
	}
	
	li.reserved-link--wrapper {
		padding: 16px 24px;
		
	}

}

/*================================= END @media (max-width: 991px)============================== */


/*================================= @media (min-width: 992px)============================== */


@media (min-width: 992px) {
	.mega-menu.show .mega-menu-item-wrapper > .dropdown-item {
    pointer-events: none;
	}

	.container.o24-navbar-wrapper {
		max-width: 1280px !important;
		padding: 0 16px !important;
		height: 45px;
	}

	.o24-logo--mb {
		display: none;
		visibility: hidden
	}

	.login-btn.o24-login-btn--mb {
		display: none !important;
		visibility: hidden !important;
	}

	ul.navbar-nav.o24-navbar-nav {
		align-items: center;
	}

	.o24-navbar-nav img.dd-arrow {
		display: none;
		visibility: hidden;
	}

	.dropdown.show .o24-nav-link {
		transition: 0.3s;
	}



	.o24-navbar-wrapper .mobheader {
		width: unset !important;
		display: flex;
		align-items: center;
	}

	a.nav-link.o24-nav-link {
		padding-left: 0px !important;
		padding-right: 24px !important;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}


	.o24-nav-item .nav-link.o24-nav-link.dropdown-toggle .logo-list-mb,
	.o24-nav-item.show .nav-link.o24-nav-link.dropdown-toggle .logo-list-mb {
		display: none;
	}

	.o24-nav-item .dropdown-menu {
		border-radius: 10px;
		background-color: #ffffff;
		padding: 16px;
		top: 72px;
		min-width: 272px
	}

	.o24-nav-item.mega-menu .dropdown-menu {
		top: 82px;
		width: 100%;
	}




	.o24-nav-item a.dropdown-item {
		padding: 16px 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
	}

	.o24-nav-item.mega-menu a.dropdown-item {
		height: 78px;
	}

	.o24-nav-item a.dropdown-item:hover {
		background-color: #F8F8F8;;
		border-radius: 8px;
	}

	.o24-navbar .o24-nav-item a.dropdown-item:not(:last-child) {
		border-bottom: unset
	}


	.o24-nav-item svg.logo-list-dk {
		margin-right: 6px;
		display: inline-block;
	}


	.o24-navbar .right-header {
		display: flex;
		align-items: center;
		width: 100%;
		justify-content: flex-end;
	}


	.right-header--element-divider {
		height: 24px;
		width: 1px;
		background-color: #C9CDD6;
	}


	.o24-navbar .login-btn {
		display: flex;
		align-items: center;
		position: relative;
		cursor: pointer;
	}



	li.reserved-link--wrapper {
		align-items: center;
		display: flex;
		justify-content: space-between;
/* 		padding: 16px 20px; */
		position: relative;
	}
	
	li.reserved-link--wrapper a {
		padding: 16px 20px;
/* 		color: #003b5c; */
}

	li.reserved-link--wrapper:hover {
		background-color: #f8f8f8;
		border-radius: 8px;
	}

	li.reserved-link--wrapper:hover a {
		text-decoration: none;
	}




	.o24-navbar svg.login-svg {
		margin-left: 8px;
	}


	.o24-navbar .o24-login-btn--mb {
		/* 		display: none;
		visibility: hidden */
	}
}


/*================================= END @media (min-width: 992px)============================== */



/*================================= END @media (min-width: 992px) and (max-width: 1199px) ============================== */

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

	.o24-navbar-wrapper a.navbar-brand {
		margin-right: 2rem;
	}



	.o24-navbar .login-btn-dk:after {
		margin-left: 0px;
	}
	
	
	.o24-navbar-nav .mega-menu .mega-menu-item-wrapper {
    min-width: 230px !important;
    padding: 24px 12px !important;
}
	
/* to hide arrows, that for space pourpose in this range of screen	 */
		.svg-full-arrow-right {
		display: none;
		
	}

	.svg-v-arrow-menu {
		display: none;
	}
	
	
}


/*================================= END @media (min-width: 992px) and (max-width: 1199px) ============================== */


/* o24rules are in this file, in css/components repository "_o24-header.css" https://app.hubspot.com/design-manager/19582346/code/150674332456?tfid=139453428579 */

.container.o24-navbar-wrapper {
	position: relative;
}

.mega-menu .mega-menu--items {
	display: flex;
	max-width: 100%;
}

.mega-menu .dropdown-menu {
	max-width: calc(100% - 32px);
	padding: 16px;
}

.o24-navbar-nav .mega-menu .mega-menu-item-wrapper {
	/* 	max-width: 316px; */
	width: 100%;
	padding: 24px;
	min-width: 280px;
}

.o24-navbar-nav .mega-menu .mega-menu-item-wrapper:hover {
	background: #F8F8F8;
	border-radius: 8px;
}

.o24-navbar-nav .mega-menu  .mega-menu-item-wrapper .dropdown-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin-bottom: 48px;
	align-items: flex-start;
}



.o24-navbar-nav .mega-menu  .mega-menu-item-wrapper .dropdown-item span {
	white-space: break-spaces;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.o24-navbar-nav .mega-menu  .mega-menu-item-wrapper .dropdown-item .svg-full-arrow-right {
	display: none;
}



.o24-menu-first-item-or {
	display: none;
	visibility: hidden;
}
li.nav-item.o24-nav-item.dropdown.mega-menu {
	display: block;
	visibility: visible;
	position: unset;
}



.mega-menu-item--logo-wrapper {
	display: flex;
	flex-direction: column;
	height: 32px;
}


/* ====================================== to manage svg hover animation================================== */

.o24-navbar-nav svg.svg-v-arrow-down-menu.dd-arrow {
	margin-left: 5px;
}

.o24-navbar-nav .mega-menu  .mega-menu-item-wrapper .dropdown-item .svg-full-arrow-right {
	display: none;
}

.o24-navbar-nav .mega-menu  .mega-menu-item-wrapper .dropdown-item .svg-v-arrow-menu {
	display: none;
}

@media (max-width: 991px) {
	.o24-navbar .dropdown-item svg.svg-full-arrow-right {
		display: none;
	}

	.o24-navbar .dropdown-item svg.svg-v-arrow-menu {
		display: none;
	}

	svg.svg-dropdown-triangle,
	.mega-menu svg.svg-dropdown-triangle {
		display: none;
	}
}

@media (min-width: 992px) {

	a.nav-link.o24-nav-link:hover svg.svg-full-arrow-right {
		position: absolute;
		right: 0px;
		transition: .3s;
		opacity: 1
	}

	a.nav-link.o24-nav-link svg.svg-full-arrow-right {
		position: absolute;
		right: 20px;
		transition: .3s;
		opacity: 0
	}

	a.nav-link.o24-nav-link:hover svg.svg-v-arrow-menu {
		transition: .2s;
		opacity: 0
	}

	a.nav-link.o24-nav-link svg.svg-v-arrow-menu {
		position: absolute;
		right: 20px;
		transition: 1s;
		opacity: 1
	}

	.o24-navbar .dropdown-item:hover svg.svg-full-arrow-right {
		right: 10px;
		transition: .3s;
		opacity: 1
	}

	.o24-navbar .dropdown-item svg.svg-full-arrow-right {
		position: absolute;
		right: 20px;
		transition: .3s;
		opacity: 0
	}

	.o24-navbar .dropdown-item:hover svg.svg-v-arrow-menu {

		transition: .3s;
		opacity: 0
	}

	.o24-navbar .dropdown-item svg.svg-v-arrow-menu {
		transition: .3s;
		opacity: 1
	}

	svg.svg-dropdown-triangle {
		position: absolute;
		top: -11px;
		transform: rotate(90deg);
		left: 40px;
	}

	.mega-menu svg.svg-dropdown-triangle {
		left: 150px;
	}

}








/* ====================================== END to manage svg hover animation================================== */

@media (max-width: 991px) {
	/*     .o24-navbar-nav .mega-menu .o24-nav-link {
	display: none !important;
} */
	li.nav-item.o24-nav-item.dropdown.mega-menu {
		display: none;
		visibility: hidden;
	}

	/* .o24-navbar-nav .mega-menu .dropdown-menu {
	display: block;
} */

	.o24-navbar .navbar-collapse {
		max-height: calc(100vh - 55px);
		overflow: auto;
	}

	.o24-navbar .navbar-collapse.show {
		padding-bottom: 100px;
	}

	.o24-menu-first-item-or {
		display: block;
		visibility: visible;
	}

	.mega-menu-item--logo-wrapper {
		height: unset;
		font-size: 12px;
		font-style: normal;
		font-weight: 400;
		line-height: 145%;
	}

	.mega-menu-item--logo-wrapper img {
		margin-bottom: 12px;
	}

	.o24-navbar-nav svg.svg-v-arrow-down-menu.dd-arrow {
		min-width: 24px;
		margin-left: 18px;
	}

}





/* ======================================= CSS LANDING PAGE======================================= */
/* ======================================= CSS LANDING PAGE======================================= */
header.o24-header-no-nav {
	height: 64px;
	border-bottom: 1px solid #E1E5ED;
}

.o24-header-no-nav--wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

@media (max-width: 767px) {
	header.o24-header-no-nav {
		height: 58px;
	}
}

/* ======================================= END CSS LANDING PAGE======================================= */
/* ======================================= END CSS LANDING PAGE======================================= */



/* TO MANAGE SEARCH CLOSE ICON ON MOBIKLE AFTER SCROLL */
span.crossIconDesk.crossIconMob.close-search-ov {
    display: none !important;
}

@media (max-width: 991px) {
	.header1.o24-header.fixed1 span.crossIconDesk.crossIconMob.close-search-ov {
    display: block !important;
		top: 32px;
    right: 32px;
    position: fixed;
		z-index: 1;
		transform: scale(1.5);
    background: #f8f8f8;
    border-radius: 4px;
}
}



@media (min-width: 992px) {
	span.crossIconDesk.crossIconMob.close-search-ov {
    display: none !important;
}
}

#websiteSearch form {
	display: none;
}

#websiteSearch.modulesearch.active form {
	display: block;
}
/* 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%;
}
/* TO OVERRIDE THE DEFAULT RULES FOR THE OPYN 2024 VERSION */


footer#o24-footer {
	background-color: #003B5C;
	border-top: none;
}

.footer .card__Text h6{
	font-weight: 700;
	font-size: 14px;
}

footer#o24-footer .footer-bottom {
	background-color: #33627d;
}

#o24-footer .footer-block {
	/*     min-height: 200px; */
	margin-bottom: 40px;
	width: calc(100% / 3);
}


.media-body p {
	margin: 0px;
}


#o24-footer.footer1 .footer-block .collapse ul {
	background-color: unset;
}

#o24-footer.footer1 .copyright a {
	font-size: 12px;
}

#o24-footer.footer1 .mobile-acc {
		text-transform: unset;
	}


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

@media (max-width: 767px) {


	#o24-footer  .footer-block {
		width: 100%;
		margin-bottom: unset;
	}

	#o24-footer.footer1 .mobile-acc {
		padding: 10px 16px;
	}
}


@media (max-width: 991px) {
	#o24-footer .container {
		max-width: 100%;
	}

	#o24-footer.footer1 .mobile-acc span.acc-icon {
		right: 16px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	#o24-footer .container {
		max-width: 100%;
	}
}


@media (min-width: 768px) {
	#o24-footer.footer1 .container .row {
		margin-bottom: unset;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */


.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}



.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}


.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style-type: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  list-style-type: none;
  font-size: 0;

  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: none;
  border: 2px solid #c9cdd6;
  border-radius: 50px;
  opacity: 1;
  padding: 0;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background: #003b5c;
  border: none;
}
@font-face {
  font-family: "icomoon";
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.eot?vl6hun");
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.eot?vl6hun#iefix") format("embedded-opentype"),
    url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.ttf?vl6hun") format("truetype"),
    url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.woff?vl6hun") format("woff"),
    url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.svg?vl6hun#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\e900";
}
.icon-plus1:before {
  content: "\e901";
}
.icon-plus2:before {
  content: "\e902";
}
.icon-plus3:before {
  content: "\e903";
}
.icon-plus4:before {
  content: "\e904";
}
.icon-plus5:before {
  content: "\e905";
}
.icon-plus6:before {
  content: "\e906";
}
.icon-plus8:before {
  content: "\e907";
}
.icon-plus9:before {
  content: "\e908";
}
.icon-plus10:before {
  content: "\e909";
}
.icon-px:before {
  content: "\e90a";
}
.icon-abacus:before {
  content: "\e90b";
}
.icon-accessible-icon-alt:before {
  content: "\e90c";
}
.icon-adjust:before {
  content: "\e90d";
}
.icon-adjust-alt:before {
  content: "\e90e";
}
.icon-adjust-circle:before {
  content: "\e90f";
}
.icon-adjust-half:before {
  content: "\e910";
}
.icon-adobe:before {
  content: "\e911";
}
.icon-adobe-alt:before {
  content: "\e912";
}
.icon-airplay:before {
  content: "\e913";
}
.icon-align:before {
  content: "\e914";
}
.icon-align-alt:before {
  content: "\e915";
}
.icon-align-center:before {
  content: "\e916";
}
.icon-align-center-alt:before {
  content: "\e917";
}
.icon-align-center-h:before {
  content: "\e918";
}
.icon-align-center-justify:before {
  content: "\e919";
}
.icon-align-center-v:before {
  content: "\e91a";
}
.icon-align-justify:before {
  content: "\e91b";
}
.icon-align-left:before {
  content: "\e91c";
}
.icon-align-left-justify:before {
  content: "\e91d";
}
.icon-align-letter-right:before {
  content: "\e91e";
}
.icon-align-right:before {
  content: "\e91f";
}
.icon-align-right-justify:before {
  content: "\e920";
}
.icon-amazon:before {
  content: "\e921";
}
.icon-ambulance:before {
  content: "\e922";
}
.icon-analysis:before {
  content: "\e923";
}
.icon-analytics:before {
  content: "\e924";
}
.icon-anchor:before {
  content: "\e925";
}
.icon-android:before {
  content: "\e926";
}
.icon-android-alt:before {
  content: "\e927";
}
.icon-android-phone-slash:before {
  content: "\e928";
}
.icon-angle-double-down:before {
  content: "\e929";
}
.icon-angle-double-left:before {
  content: "\e92a";
}
.icon-angle-double-right:before {
  content: "\e92b";
}
.icon-angle-double-up:before {
  content: "\e92c";
}
.icon-angle-down:before {
  content: "\e92d";
}
.icon-angle-left:before {
  content: "\e92e";
}
.icon-angle-left-b:before {
  content: "\e92f";
}
.icon-angle-right:before {
  content: "\e930";
}
.icon-angle-right-b:before {
  content: "\e931";
}
.icon-angle-up:before {
  content: "\e932";
}
.icon-angry:before {
  content: "\e933";
}
.icon-ankh:before {
  content: "\e934";
}
.icon-annoyed:before {
  content: "\e935";
}
.icon-annoyed-alt:before {
  content: "\e936";
}
.icon-apple:before {
  content: "\e937";
}
.icon-apple-alt:before {
  content: "\e938";
}
.icon-apps:before {
  content: "\e939";
}
.icon-archive:before {
  content: "\e93a";
}
.icon-archive-alt:before {
  content: "\e93b";
}
.icon-archway:before {
  content: "\e93c";
}
.icon-arrow:before {
  content: "\e93d";
}
.icon-arrow-break:before {
  content: "\e93e";
}
.icon-arrow-circle-down:before {
  content: "\e93f";
}
.icon-arrow-circle-left:before {
  content: "\e940";
}
.icon-arrow-circle-right:before {
  content: "\e941";
}
.icon-arrow-circle-up:before {
  content: "\e942";
}
.icon-arrow-compress-h:before {
  content: "\e943";
}
.icon-arrow-down:before {
  content: "\e944";
}
.icon-arrow-down-left:before {
  content: "\e945";
}
.icon-arrow-down-right:before {
  content: "\e946";
}
.icon-arrow-from-right:before {
  content: "\e947";
}
.icon-arrow-from-top:before {
  content: "\e948";
}
.icon-arrow-growth:before {
  content: "\e949";
}
.icon-arrow-left:before {
  content: "\e94a";
}
.icon-arrow-random:before {
  content: "\e94b";
}
.icon-arrow-resize-diagonal:before {
  content: "\e94c";
}
.icon-arrow-right:before {
  content: "\e94d";
}
.icon-arrows-h:before {
  content: "\e94e";
}
.icon-arrows-h-alt:before {
  content: "\e94f";
}
.icon-arrows-left-down:before {
  content: "\e950";
}
.icon-arrows-maximize:before {
  content: "\e951";
}
.icon-arrows-merge:before {
  content: "\e952";
}
.icon-arrows-resize:before {
  content: "\e953";
}
.icon-arrows-resize-h:before {
  content: "\e954";
}
.icon-arrows-resize-v:before {
  content: "\e955";
}
.icon-arrows-right-down:before {
  content: "\e956";
}
.icon-arrows-shrink-h:before {
  content: "\e957";
}
.icon-arrows-shrink-v:before {
  content: "\e958";
}
.icon-arrows-up-right:before {
  content: "\e959";
}
.icon-arrows-v:before {
  content: "\e95a";
}
.icon-arrows-v-alt:before {
  content: "\e95b";
}
.icon-arrow-to-bottom:before {
  content: "\e95c";
}
.icon-arrow-to-right:before {
  content: "\e95d";
}
.icon-arrow-up:before {
  content: "\e95e";
}
.icon-arrow-up-left:before {
  content: "\e95f";
}
.icon-arrow-up-right:before {
  content: "\e960";
}
.icon-assistive-listening-systems:before {
  content: "\e961";
}
.icon-asterisk:before {
  content: "\e962";
}
.icon-at:before {
  content: "\e963";
}
.icon-atom:before {
  content: "\e964";
}
.icon-auto-flash:before {
  content: "\e965";
}
.icon-award:before {
  content: "\e966";
}
.icon-award-alt:before {
  content: "\e967";
}
.icon-baby-carriage:before {
  content: "\e968";
}
.icon-backpack:before {
  content: "\e969";
}
.icon-backspace:before {
  content: "\e96a";
}
.icon-backward:before {
  content: "\e96b";
}
.icon-bag:before {
  content: "\e96c";
}
.icon-bag-alt:before {
  content: "\e96d";
}
.icon-bag-slash:before {
  content: "\e96e";
}
.icon-balance-scale:before {
  content: "\e96f";
}
.icon-ban:before {
  content: "\e970";
}
.icon-band-aid:before {
  content: "\e971";
}
.icon-bars:before {
  content: "\e972";
}
.icon-baseball-ball:before {
  content: "\e973";
}
.icon-basketball:before {
  content: "\e974";
}
.icon-basketball-hoop:before {
  content: "\e975";
}
.icon-bath:before {
  content: "\e976";
}
.icon-battery-bolt:before {
  content: "\e977";
}
.icon-battery-empty:before {
  content: "\e978";
}
.icon-bed:before {
  content: "\e979";
}
.icon-bed-double:before {
  content: "\e97a";
}
.icon-behance:before {
  content: "\e97b";
}
.icon-behance-alt:before {
  content: "\e97c";
}
.icon-bell:before {
  content: "\e97d";
}
.icon-bell-school:before {
  content: "\e97e";
}
.icon-bell-slash:before {
  content: "\e97f";
}
.icon-bill:before {
  content: "\e980";
}
.icon-bing:before {
  content: "\e981";
}
.icon-bitcoin:before {
  content: "\e982";
}
.icon-bitcoin-alt:before {
  content: "\e983";
}
.icon-bitcoin-circle:before {
  content: "\e984";
}
.icon-bitcoin-sign:before {
  content: "\e985";
}
.icon-black-berry:before {
  content: "\e986";
}
.icon-blogger:before {
  content: "\e987";
}
.icon-blogger-alt:before {
  content: "\e988";
}
.icon-bluetooth-b:before {
  content: "\e989";
}
.icon-bold:before {
  content: "\e98a";
}
.icon-bolt:before {
  content: "\e98b";
}
.icon-bolt-alt:before {
  content: "\e98c";
}
.icon-bolt-slash:before {
  content: "\e98d";
}
.icon-book:before {
  content: "\e98e";
}
.icon-book-alt:before {
  content: "\e98f";
}
.icon-bookmark:before {
  content: "\e990";
}
.icon-bookmark-full:before {
  content: "\e991";
}
.icon-book-medical:before {
  content: "\e992";
}
.icon-book-open:before {
  content: "\e993";
}
.icon-book-reader:before {
  content: "\e994";
}
.icon-books:before {
  content: "\e995";
}
.icon-boombox:before {
  content: "\e996";
}
.icon-border-alt:before {
  content: "\e997";
}
.icon-border-bottom:before {
  content: "\e998";
}
.icon-border-clear:before {
  content: "\e999";
}
.icon-border-horizontal:before {
  content: "\e99a";
}
.icon-border-inner:before {
  content: "\e99b";
}
.icon-border-left:before {
  content: "\e99c";
}
.icon-border-out:before {
  content: "\e99d";
}
.icon-border-right:before {
  content: "\e99e";
}
.icon-border-top:before {
  content: "\e99f";
}
.icon-border-vertical:before {
  content: "\e9a0";
}
.icon-bowling-ball:before {
  content: "\e9a1";
}
.icon-box:before {
  content: "\e9a2";
}
.icon-brackets-curly:before {
  content: "\e9a3";
}
.icon-brain:before {
  content: "\e9a4";
}
.icon-briefcase:before {
  content: "\e9a5";
}
.icon-briefcase-alt:before {
  content: "\e9a6";
}
.icon-bright:before {
  content: "\e9a7";
}
.icon-brightness:before {
  content: "\e9a8";
}
.icon-brightness-empty:before {
  content: "\e9a9";
}
.icon-brightness-half:before {
  content: "\e9aa";
}
.icon-brightness-low:before {
  content: "\e9ab";
}
.icon-brightness-minus:before {
  content: "\e9ac";
}
.icon-brightness-plus:before {
  content: "\e9ad";
}
.icon-bring-bottom:before {
  content: "\e9ae";
}
.icon-bring-front:before {
  content: "\e9af";
}
.icon-browser:before {
  content: "\e9b0";
}
.icon-brush-alt:before {
  content: "\e9b1";
}
.icon-bug:before {
  content: "\e9b2";
}
.icon-building:before {
  content: "\e9b3";
}
.icon-bullseye:before {
  content: "\e9b4";
}
.icon-bus:before {
  content: "\e9b5";
}
.icon-bus-alt:before {
  content: "\e9b6";
}
.icon-bus-school:before {
  content: "\e9b7";
}
.icon-calculator:before {
  content: "\e9b8";
}
.icon-calculator-alt:before {
  content: "\e9b9";
}
.icon-calendar-alt:before {
  content: "\e9ba";
}
.icon-calendar-slash:before {
  content: "\e9bb";
}
.icon-calender:before {
  content: "\e9bc";
}
.icon-calling:before {
  content: "\e9bd";
}
.icon-camera:before {
  content: "\e9be";
}
.icon-camera-change:before {
  content: "\e9bf";
}
.icon-camera-plus:before {
  content: "\e9c0";
}
.icon-camera-slash:before {
  content: "\e9c1";
}
.icon-cancel:before {
  content: "\e9c2";
}
.icon-capsule:before {
  content: "\e9c3";
}
.icon-capture:before {
  content: "\e9c4";
}
.icon-car:before {
  content: "\e9c5";
}
.icon-card-atm:before {
  content: "\e9c6";
}
.icon-caret-right:before {
  content: "\e9c7";
}
.icon-car-sideview:before {
  content: "\e9c8";
}
.icon-car-slash:before {
  content: "\e9c9";
}
.icon-car-wash:before {
  content: "\e9ca";
}
.icon-cell:before {
  content: "\e9cb";
}
.icon-celsius:before {
  content: "\e9cc";
}
.icon-channel:before {
  content: "\e9cd";
}
.icon-channel-add:before {
  content: "\e9ce";
}
.icon-chart:before {
  content: "\e9cf";
}
.icon-chart-bar:before {
  content: "\e9d0";
}
.icon-chart-bar-alt:before {
  content: "\e9d1";
}
.icon-chart-down:before {
  content: "\e9d2";
}
.icon-chart-growth:before {
  content: "\e9d3";
}
.icon-chart-growth-alt:before {
  content: "\e9d4";
}
.icon-chart-line:before {
  content: "\e9d5";
}
.icon-chart-pie:before {
  content: "\e9d6";
}
.icon-chart-pie-alt:before {
  content: "\e9d7";
}
.icon-chat:before {
  content: "\e9d8";
}
.icon-chat-bubble-user:before {
  content: "\e9d9";
}
.icon-chat-info:before {
  content: "\e9da";
}
.icon-check:before {
  content: "\e9db";
}
.icon-check-circle:before {
  content: "\e9dc";
}
.icon-check-square:before {
  content: "\e9dd";
}
.icon-circle:before {
  content: "\e9de";
}
.icon-circle-layer:before {
  content: "\e9df";
}
.icon-circuit:before {
  content: "\e9e0";
}
.icon-clapper-board:before {
  content: "\e9e1";
}
.icon-clinic-medical:before {
  content: "\e9e2";
}
.icon-clipboard:before {
  content: "\e9e3";
}
.icon-clipboard-alt:before {
  content: "\e9e4";
}
.icon-clipboard-blank:before {
  content: "\e9e5";
}
.icon-clipboard-notes:before {
  content: "\e9e6";
}
.icon-clock:before {
  content: "\e9e7";
}
.icon-clock-eight:before {
  content: "\e9e8";
}
.icon-clock-five:before {
  content: "\e9e9";
}
.icon-clock-nine:before {
  content: "\e9ea";
}
.icon-clock-seven:before {
  content: "\e9eb";
}
.icon-clock-ten:before {
  content: "\e9ec";
}
.icon-clock-three:before {
  content: "\e9ed";
}
.icon-clock-two:before {
  content: "\e9ee";
}
.icon-closed-captioning:before {
  content: "\e9ef";
}
.icon-closed-captioning-slash:before {
  content: "\e9f0";
}
.icon-cloud:before {
  content: "\e9f1";
}
.icon-cloud-block:before {
  content: "\e9f2";
}
.icon-cloud-bookmark:before {
  content: "\e9f3";
}
.icon-cloud-check:before {
  content: "\e9f4";
}
.icon-cloud-computing:before {
  content: "\e9f5";
}
.icon-cloud-database-tree:before {
  content: "\e9f6";
}
.icon-cloud-data-connection:before {
  content: "\e9f7";
}
.icon-cloud-download:before {
  content: "\e9f8";
}
.icon-cloud-drizzle:before {
  content: "\e9f9";
}
.icon-cloud-exclamation:before {
  content: "\e9fa";
}
.icon-cloud-hail:before {
  content: "\e9fb";
}
.icon-cloud-heart:before {
  content: "\e9fc";
}
.icon-cloud-info:before {
  content: "\e9fd";
}
.icon-cloud-lock:before {
  content: "\e9fe";
}
.icon-cloud-meatball:before {
  content: "\e9ff";
}
.icon-cloud-moon:before {
  content: "\ea00";
}
.icon-cloud-moon-hail:before {
  content: "\ea01";
}
.icon-cloud-moon-meatball:before {
  content: "\ea02";
}
.icon-cloud-moon-rain:before {
  content: "\ea03";
}
.icon-cloud-moon-showers:before {
  content: "\ea04";
}
.icon-cloud-question:before {
  content: "\ea05";
}
.icon-cloud-rain:before {
  content: "\ea06";
}
.icon-cloud-rain-sun:before {
  content: "\ea07";
}
.icon-cloud-redo:before {
  content: "\ea08";
}
.icon-clouds:before {
  content: "\ea09";
}
.icon-cloud-share:before {
  content: "\ea0a";
}
.icon-cloud-shield:before {
  content: "\ea0b";
}
.icon-cloud-showers:before {
  content: "\ea0c";
}
.icon-cloud-showers-alt:before {
  content: "\ea0d";
}
.icon-cloud-showers-heavy:before {
  content: "\ea0e";
}
.icon-cloud-slash:before {
  content: "\ea0f";
}
.icon-cloud-sun:before {
  content: "\ea10";
}
.icon-cloud-sun-hail:before {
  content: "\ea11";
}
.icon-cloud-sun-meatball:before {
  content: "\ea12";
}
.icon-cloud-sun-rain:before {
  content: "\ea13";
}
.icon-cloud-sun-rain-alt:before {
  content: "\ea14";
}
.icon-cloud-sun-tear:before {
  content: "\ea15";
}
.icon-cloud-times:before {
  content: "\ea16";
}
.icon-cloud-unlock:before {
  content: "\ea17";
}
.icon-cloud-upload:before {
  content: "\ea18";
}
.icon-cloud-wifi:before {
  content: "\ea19";
}
.icon-cloud-wind:before {
  content: "\ea1a";
}
.icon-club:before {
  content: "\ea1b";
}
.icon-code-branch:before {
  content: "\ea1c";
}
.icon-coffee:before {
  content: "\ea1d";
}
.icon-cog:before {
  content: "\ea1e";
}
.icon-coins:before {
  content: "\ea1f";
}
.icon-columns:before {
  content: "\ea20";
}
.icon-comment:before {
  content: "\ea21";
}
.icon-comment-add:before {
  content: "\ea22";
}
.icon-comment-alt:before {
  content: "\ea23";
}
.icon-comment-alt-block:before {
  content: "\ea24";
}
.icon-comment-alt-chart-lines:before {
  content: "\ea25";
}
.icon-comment-alt-check:before {
  content: "\ea26";
}
.icon-comment-alt-dots:before {
  content: "\ea27";
}
.icon-comment-alt-download:before {
  content: "\ea28";
}
.icon-comment-alt-edit:before {
  content: "\ea29";
}
.icon-comment-alt-exclamation:before {
  content: "\ea2a";
}
.icon-comment-alt-heart:before {
  content: "\ea2b";
}
.icon-comment-alt-image:before {
  content: "\ea2c";
}
.icon-comment-alt-info:before {
  content: "\ea2d";
}
.icon-comment-alt-lines:before {
  content: "\ea2e";
}
.icon-comment-alt-lock:before {
  content: "\ea2f";
}
.icon-comment-alt-medical:before {
  content: "\ea30";
}
.icon-comment-alt-message:before {
  content: "\ea31";
}
.icon-comment-alt-notes:before {
  content: "\ea32";
}
.icon-comment-alt-plus:before {
  content: "\ea33";
}
.icon-comment-alt-question:before {
  content: "\ea34";
}
.icon-comment-alt-redo:before {
  content: "\ea35";
}
.icon-comment-alt-search:before {
  content: "\ea36";
}
.icon-comment-alt-share:before {
  content: "\ea37";
}
.icon-comment-alt-shield:before {
  content: "\ea38";
}
.icon-comment-alt-slash:before {
  content: "\ea39";
}
.icon-comment-alt-upload:before {
  content: "\ea3a";
}
.icon-comment-alt-verify:before {
  content: "\ea3b";
}
.icon-comment-block:before {
  content: "\ea3c";
}
.icon-comment-chart-line:before {
  content: "\ea3d";
}
.icon-comment-check:before {
  content: "\ea3e";
}
.icon-comment-dots:before {
  content: "\ea3f";
}
.icon-comment-download:before {
  content: "\ea40";
}
.icon-comment-edit:before {
  content: "\ea41";
}
.icon-comment-exclamation:before {
  content: "\ea42";
}
.icon-comment-heart:before {
  content: "\ea43";
}
.icon-comment-image:before {
  content: "\ea44";
}
.icon-comment-info:before {
  content: "\ea45";
}
.icon-comment-info-alt:before {
  content: "\ea46";
}
.icon-comment-lines:before {
  content: "\ea47";
}
.icon-comment-lock:before {
  content: "\ea48";
}
.icon-comment-medical:before {
  content: "\ea49";
}
.icon-comment-message:before {
  content: "\ea4a";
}
.icon-comment-notes:before {
  content: "\ea4b";
}
.icon-comment-plus:before {
  content: "\ea4c";
}
.icon-comment-question:before {
  content: "\ea4d";
}
.icon-comment-redo:before {
  content: "\ea4e";
}
.icon-comments:before {
  content: "\ea4f";
}
.icon-comments-alt:before {
  content: "\ea50";
}
.icon-comment-search:before {
  content: "\ea51";
}
.icon-comment-share:before {
  content: "\ea52";
}
.icon-comment-shield:before {
  content: "\ea53";
}
.icon-comment-slash:before {
  content: "\ea54";
}
.icon-comment-upload:before {
  content: "\ea55";
}
.icon-comment-verify:before {
  content: "\ea56";
}
.icon-compact-disc:before {
  content: "\ea57";
}
.icon-comparison:before {
  content: "\ea58";
}
.icon-compass:before {
  content: "\ea59";
}
.icon-compress:before {
  content: "\ea5a";
}
.icon-compress-alt:before {
  content: "\ea5b";
}
.icon-compress-alt-left:before {
  content: "\ea5c";
}
.icon-compress-arrows:before {
  content: "\ea5d";
}
.icon-compress-lines:before {
  content: "\ea5e";
}
.icon-compress-point:before {
  content: "\ea5f";
}
.icon-compress-v:before {
  content: "\ea60";
}
.icon-confused:before {
  content: "\ea61";
}
.icon-constructor:before {
  content: "\ea62";
}
.icon-copy:before {
  content: "\ea63";
}
.icon-copy-alt:before {
  content: "\ea64";
}
.icon-copy-landscape:before {
  content: "\ea65";
}
.icon-copyright:before {
  content: "\ea66";
}
.icon-corner-down-left:before {
  content: "\ea67";
}
.icon-corner-down-right:before {
  content: "\ea68";
}
.icon-corner-down-right-alt:before {
  content: "\ea69";
}
.icon-corner-left-down:before {
  content: "\ea6a";
}
.icon-corner-right-down:before {
  content: "\ea6b";
}
.icon-corner-up-left:before {
  content: "\ea6c";
}
.icon-corner-up-left-alt:before {
  content: "\ea6d";
}
.icon-corner-up-right:before {
  content: "\ea6e";
}
.icon-corner-up-right-alt:before {
  content: "\ea6f";
}
.icon-coronavirus:before {
  content: "\ea70";
}
.icon-create-dashboard:before {
  content: "\ea71";
}
.icon-creative-commons-pd:before {
  content: "\ea72";
}
.icon-credit-card:before {
  content: "\ea73";
}
.icon-credit-card-search:before {
  content: "\ea74";
}
.icon-crockery:before {
  content: "\ea75";
}
.icon-crop-alt:before {
  content: "\ea76";
}
.icon-crop-alt-rotate-left:before {
  content: "\ea77";
}
.icon-crop-alt-rotate-right:before {
  content: "\ea78";
}
.icon-crosshair:before {
  content: "\ea79";
}
.icon-crosshair-alt:before {
  content: "\ea7a";
}
.icon-crosshairs:before {
  content: "\ea7b";
}
.icon-css3-simple:before {
  content: "\ea7c";
}
.icon-cube:before {
  content: "\ea7d";
}
.icon-dashboard:before {
  content: "\ea7e";
}
.icon-database:before {
  content: "\ea7f";
}
.icon-database-alt:before {
  content: "\ea80";
}
.icon-data-sharing:before {
  content: "\ea81";
}
.icon-desert:before {
  content: "\ea82";
}
.icon-desktop:before {
  content: "\ea83";
}
.icon-desktop-alt:before {
  content: "\ea84";
}
.icon-desktop-alt-slash:before {
  content: "\ea85";
}
.icon-desktop-cloud-alt:before {
  content: "\ea86";
}
.icon-desktop-slash:before {
  content: "\ea87";
}
.icon-dialpad:before {
  content: "\ea88";
}
.icon-dialpad-alt:before {
  content: "\ea89";
}
.icon-diamond:before {
  content: "\ea8a";
}
.icon-diary:before {
  content: "\ea8b";
}
.icon-diary-alt:before {
  content: "\ea8c";
}
.icon-dice-five:before {
  content: "\ea8d";
}
.icon-dice-four:before {
  content: "\ea8e";
}
.icon-dice-one:before {
  content: "\ea8f";
}
.icon-dice-six:before {
  content: "\ea90";
}
.icon-dice-three:before {
  content: "\ea91";
}
.icon-dice-two:before {
  content: "\ea92";
}
.icon-direction:before {
  content: "\ea93";
}
.icon-directions:before {
  content: "\ea94";
}
.icon-discord:before {
  content: "\ea95";
}
.icon-dizzy-meh:before {
  content: "\ea96";
}
.icon-dna:before {
  content: "\ea97";
}
.icon-docker:before {
  content: "\ea98";
}
.icon-document-info:before {
  content: "\ea99";
}
.icon-document-layout-center:before {
  content: "\ea9a";
}
.icon-document-layout-left:before {
  content: "\ea9b";
}
.icon-document-layout-right:before {
  content: "\ea9c";
}
.icon-dollar-alt:before {
  content: "\ea9d";
}
.icon-dollar-sign:before {
  content: "\ea9e";
}
.icon-dollar-sign-alt:before {
  content: "\ea9f";
}
.icon-download-alt:before {
  content: "\eaa0";
}
.icon-draggabledots:before {
  content: "\eaa1";
}
.icon-dribbble:before {
  content: "\eaa2";
}
.icon-drill:before {
  content: "\eaa3";
}
.icon-dropbox:before {
  content: "\eaa4";
}
.icon-dumbbell:before {
  content: "\eaa5";
}
.icon-ear:before {
  content: "\eaa6";
}
.icon-edit:before {
  content: "\eaa7";
}
.icon-edit-alt:before {
  content: "\eaa8";
}
.icon-elipsis-double-v-alt:before {
  content: "\eaa9";
}
.icon-ellipsis-h:before {
  content: "\eaaa";
}
.icon-ellipsis-v:before {
  content: "\eaab";
}
.icon-emoji:before {
  content: "\eaac";
}
.icon-english-to-chinese:before {
  content: "\eaad";
}
.icon-enter:before {
  content: "\eaae";
}
.icon-envelope:before {
  content: "\eaaf";
}
.icon-envelope-add:before {
  content: "\eab0";
}
.icon-envelope-alt:before {
  content: "\eab1";
}
.icon-envelope-block:before {
  content: "\eab2";
}
.icon-envelope-bookmark:before {
  content: "\eab3";
}
.icon-envelope-check:before {
  content: "\eab4";
}
.icon-envelope-download:before {
  content: "\eab5";
}
.icon-envelope-download-alt:before {
  content: "\eab6";
}
.icon-envelope-edit:before {
  content: "\eab7";
}
.icon-envelope-exclamation:before {
  content: "\eab8";
}
.icon-envelope-heart:before {
  content: "\eab9";
}
.icon-envelope-info:before {
  content: "\eaba";
}
.icon-envelope-lock:before {
  content: "\eabb";
}
.icon-envelope-minus:before {
  content: "\eabc";
}
.icon-envelope-open:before {
  content: "\eabd";
}
.icon-envelope-question:before {
  content: "\eabe";
}
.icon-envelope-receive:before {
  content: "\eabf";
}
.icon-envelope-redo:before {
  content: "\eac0";
}
.icon-envelopes:before {
  content: "\eac1";
}
.icon-envelope-search:before {
  content: "\eac2";
}
.icon-envelope-send:before {
  content: "\eac3";
}
.icon-envelope-share:before {
  content: "\eac4";
}
.icon-envelope-shield:before {
  content: "\eac5";
}
.icon-envelope-star:before {
  content: "\eac6";
}
.icon-envelope-times:before {
  content: "\eac7";
}
.icon-envelope-upload:before {
  content: "\eac8";
}
.icon-envelope-upload-alt:before {
  content: "\eac9";
}
.icon-equal-circle:before {
  content: "\eaca";
}
.icon-estate:before {
  content: "\eacb";
}
.icon-euro:before {
  content: "\eacc";
}
.icon-euro-circle:before {
  content: "\eacd";
}
.icon-exchange:before {
  content: "\eace";
}
.icon-exchange-alt:before {
  content: "\eacf";
}
.icon-exclamation:before {
  content: "\ead0";
}
.icon-exclamation-circle:before {
  content: "\ead1";
}
.icon-exclamation-octagon:before {
  content: "\ead2";
}
.icon-exclamation-triangle:before {
  content: "\ead3";
}
.icon-exclude:before {
  content: "\ead4";
}
.icon-exit:before {
  content: "\ead5";
}
.icon-expand-alt:before {
  content: "\ead6";
}
.icon-expand-arrows:before {
  content: "\ead7";
}
.icon-expand-arrows-alt:before {
  content: "\ead8";
}
.icon-expand-from-corner:before {
  content: "\ead9";
}
.icon-expand-left:before {
  content: "\eada";
}
.icon-expand-right:before {
  content: "\eadb";
}
.icon-export:before {
  content: "\eadc";
}
.icon-exposure-alt:before {
  content: "\eadd";
}
.icon-exposure-increase:before {
  content: "\eade";
}
.icon-external-link-alt:before {
  content: "\eadf";
}
.icon-eye:before {
  content: "\eae0";
}
.icon-eye-slash:before {
  content: "\eae1";
}
.icon-facebook:before {
  content: "\eae2";
}
.icon-facebook-f:before {
  content: "\eae3";
}
.icon-facebook-messenger:before {
  content: "\eae4";
}
.icon-facebook-messenger-alt:before {
  content: "\eae5";
}
.icon-fahrenheit:before {
  content: "\eae6";
}
.icon-fast-mail:before {
  content: "\eae7";
}
.icon-fast-mail-alt:before {
  content: "\eae8";
}
.icon-favorite:before {
  content: "\eae9";
}
.icon-feedback:before {
  content: "\eaea";
}
.icon-fidget-spinner:before {
  content: "\eaeb";
}
.icon-file:before {
  content: "\eaec";
}
.icon-file-alt:before {
  content: "\eaed";
}
.icon-file-blank:before {
  content: "\eaee";
}
.icon-file-block-alt:before {
  content: "\eaef";
}
.icon-file-bookmark-alt:before {
  content: "\eaf0";
}
.icon-file-check:before {
  content: "\eaf1";
}
.icon-file-check-alt:before {
  content: "\eaf2";
}
.icon-file-contract:before {
  content: "\eaf3";
}
.icon-file-contract-dollar:before {
  content: "\eaf4";
}
.icon-file-copy-alt:before {
  content: "\eaf5";
}
.icon-file-download:before {
  content: "\eaf6";
}
.icon-file-download-alt:before {
  content: "\eaf7";
}
.icon-file-edit-alt:before {
  content: "\eaf8";
}
.icon-file-exclamation:before {
  content: "\eaf9";
}
.icon-file-exclamation-alt:before {
  content: "\eafa";
}
.icon-file-export:before {
  content: "\eafb";
}
.icon-file-graph:before {
  content: "\eafc";
}
.icon-file-heart:before {
  content: "\eafd";
}
.icon-file-import:before {
  content: "\eafe";
}
.icon-file-info-alt:before {
  content: "\eaff";
}
.icon-file-landscape:before {
  content: "\eb00";
}
.icon-file-landscape-alt:before {
  content: "\eb01";
}
.icon-file-lanscape-slash:before {
  content: "\eb02";
}
.icon-file-lock-alt:before {
  content: "\eb03";
}
.icon-file-medical:before {
  content: "\eb04";
}
.icon-file-medical-alt:before {
  content: "\eb05";
}
.icon-file-minus:before {
  content: "\eb06";
}
.icon-file-minus-alt:before {
  content: "\eb07";
}
.icon-file-network:before {
  content: "\eb08";
}
.icon-file-plus:before {
  content: "\eb09";
}
.icon-file-plus-alt:before {
  content: "\eb0a";
}
.icon-file-question:before {
  content: "\eb0b";
}
.icon-file-question-alt:before {
  content: "\eb0c";
}
.icon-file-redo-alt:before {
  content: "\eb0d";
}
.icon-file-search-alt:before {
  content: "\eb0e";
}
.icon-file-share-alt:before {
  content: "\eb0f";
}
.icon-file-shield-alt:before {
  content: "\eb10";
}
.icon-files-landscapes:before {
  content: "\eb11";
}
.icon-files-landscapes-alt:before {
  content: "\eb12";
}
.icon-file-slash:before {
  content: "\eb13";
}
.icon-file-times:before {
  content: "\eb14";
}
.icon-file-times-alt:before {
  content: "\eb15";
}
.icon-file-upload:before {
  content: "\eb16";
}
.icon-file-upload-alt:before {
  content: "\eb17";
}
.icon-film:before {
  content: "\eb18";
}
.icon-filter:before {
  content: "\eb19";
}
.icon-filter-slash:before {
  content: "\eb1a";
}
.icon-fire:before {
  content: "\eb1b";
}
.icon-flask:before {
  content: "\eb1c";
}
.icon-flask-potion:before {
  content: "\eb1d";
}
.icon-flip-h:before {
  content: "\eb1e";
}
.icon-flip-h-alt:before {
  content: "\eb1f";
}
.icon-flip-v:before {
  content: "\eb20";
}
.icon-flip-v-alt:before {
  content: "\eb21";
}
.icon-flower:before {
  content: "\eb22";
}
.icon-focus:before {
  content: "\eb23";
}
.icon-focus-add:before {
  content: "\eb24";
}
.icon-focus-target:before {
  content: "\eb25";
}
.icon-folder:before {
  content: "\eb26";
}
.icon-folder-check:before {
  content: "\eb27";
}
.icon-folder-download:before {
  content: "\eb28";
}
.icon-folder-exclamation:before {
  content: "\eb29";
}
.icon-folder-heart:before {
  content: "\eb2a";
}
.icon-folder-info:before {
  content: "\eb2b";
}
.icon-folder-lock:before {
  content: "\eb2c";
}
.icon-folder-medical:before {
  content: "\eb2d";
}
.icon-folder-minus:before {
  content: "\eb2e";
}
.icon-folder-network:before {
  content: "\eb2f";
}
.icon-folder-open:before {
  content: "\eb30";
}
.icon-folder-plus:before {
  content: "\eb31";
}
.icon-folder-question:before {
  content: "\eb32";
}
.icon-folder-slash:before {
  content: "\eb33";
}
.icon-folder-times:before {
  content: "\eb34";
}
.icon-folder-upload:before {
  content: "\eb35";
}
.icon-font:before {
  content: "\eb36";
}
.icon-football:before {
  content: "\eb37";
}
.icon-football-american:before {
  content: "\eb38";
}
.icon-football-ball:before {
  content: "\eb39";
}
.icon-forecastcloud-moon-tear:before {
  content: "\eb3a";
}
.icon-forwaded-call:before {
  content: "\eb3b";
}
.icon-forward:before {
  content: "\eb3c";
}
.icon-frown:before {
  content: "\eb3d";
}
.icon-game-structure:before {
  content: "\eb3e";
}
.icon-gift:before {
  content: "\eb3f";
}
.icon-github:before {
  content: "\eb40";
}
.icon-github-alt:before {
  content: "\eb41";
}
.icon-gitlab:before {
  content: "\eb42";
}
.icon-glass:before {
  content: "\eb43";
}
.icon-glass-martini:before {
  content: "\eb44";
}
.icon-glass-martini-alt:before {
  content: "\eb45";
}
.icon-glass-martini-alt-slash:before {
  content: "\eb46";
}
.icon-glass-tea:before {
  content: "\eb47";
}
.icon-globe:before {
  content: "\eb48";
}
.icon-gold:before {
  content: "\eb49";
}
.icon-golf-ball:before {
  content: "\eb4a";
}
.icon-google:before {
  content: "\eb4b";
}
.icon-google-drive:before {
  content: "\eb4c";
}
.icon-google-drive-alt:before {
  content: "\eb4d";
}
.icon-google-hangouts:before {
  content: "\eb4e";
}
.icon-google-hangouts-alt:before {
  content: "\eb4f";
}
.icon-google-play:before {
  content: "\eb50";
}
.icon-graduation-cap:before {
  content: "\eb51";
}
.icon-graph-bar:before {
  content: "\eb52";
}
.icon-grid:before {
  content: "\eb53";
}
.icon-grids:before {
  content: "\eb54";
}
.icon-grin:before {
  content: "\eb55";
}
.icon-grin-tongue-wink:before {
  content: "\eb56";
}
.icon-grin-tongue-wink-alt:before {
  content: "\eb57";
}
.icon-grip-horizontal-line:before {
  content: "\eb58";
}
.icon-hard-hat:before {
  content: "\eb59";
}
.icon-hdd:before {
  content: "\eb5a";
}
.icon-headphones:before {
  content: "\eb5b";
}
.icon-headphones-alt:before {
  content: "\eb5c";
}
.icon-headphone-slash:before {
  content: "\eb5d";
}
.icon-head-side:before {
  content: "\eb5e";
}
.icon-head-side-cough:before {
  content: "\eb5f";
}
.icon-head-side-mask:before {
  content: "\eb60";
}
.icon-heart:before {
  content: "\eb61";
}
.icon-heart-alt:before {
  content: "\eb62";
}
.icon-heartbeat:before {
  content: "\eb63";
}
.icon-heart-break:before {
  content: "\eb64";
}
.icon-heart-medical:before {
  content: "\eb65";
}
.icon-heart-rate:before {
  content: "\eb66";
}
.icon-heart-sign:before {
  content: "\eb67";
}
.icon-hindi-to-chinese:before {
  content: "\eb68";
}
.icon-hipchat:before {
  content: "\eb69";
}
.icon-history:before {
  content: "\eb6a";
}
.icon-history-alt:before {
  content: "\eb6b";
}
.icon-home:before {
  content: "\eb6c";
}
.icon-home-alt:before {
  content: "\eb6d";
}
.icon-horizontal-align-center:before {
  content: "\eb6e";
}
.icon-horizontal-align-left:before {
  content: "\eb6f";
}
.icon-horizontal-align-right:before {
  content: "\eb70";
}
.icon-horizontal-distribution-center:before {
  content: "\eb71";
}
.icon-horizontal-distribution-left:before {
  content: "\eb72";
}
.icon-horizontal-distribution-right:before {
  content: "\eb73";
}
.icon-hospital:before {
  content: "\eb74";
}
.icon-hospital-square-sign:before {
  content: "\eb75";
}
.icon-hospital-symbol:before {
  content: "\eb76";
}
.icon-hourglass:before {
  content: "\eb77";
}
.icon-house-user:before {
  content: "\eb78";
}
.icon-html3:before {
  content: "\eb79";
}
.icon-html3-alt:before {
  content: "\eb7a";
}
.icon-html5:before {
  content: "\eb7b";
}
.icon-html5-alt:before {
  content: "\eb7c";
}
.icon-hunting:before {
  content: "\eb7d";
}
.icon-icons:before {
  content: "\eb7e";
}
.icon-illustration:before {
  content: "\eb7f";
}
.icon-image:before {
  content: "\eb80";
}
.icon-image-alt-slash:before {
  content: "\eb81";
}
.icon-image-block:before {
  content: "\eb82";
}
.icon-image-broken:before {
  content: "\eb83";
}
.icon-image-check:before {
  content: "\eb84";
}
.icon-image-download:before {
  content: "\eb85";
}
.icon-image-edit:before {
  content: "\eb86";
}
.icon-image-lock:before {
  content: "\eb87";
}
.icon-image-minus:before {
  content: "\eb88";
}
.icon-image-plus:before {
  content: "\eb89";
}
.icon-image-question:before {
  content: "\eb8a";
}
.icon-image-redo:before {
  content: "\eb8b";
}
.icon-image-resize-landscape:before {
  content: "\eb8c";
}
.icon-image-resize-square:before {
  content: "\eb8d";
}
.icon-images:before {
  content: "\eb8e";
}
.icon-image-search:before {
  content: "\eb8f";
}
.icon-image-share:before {
  content: "\eb90";
}
.icon-image-shield:before {
  content: "\eb91";
}
.icon-image-slash:before {
  content: "\eb92";
}
.icon-image-times:before {
  content: "\eb93";
}
.icon-image-upload:before {
  content: "\eb94";
}
.icon-image-v:before {
  content: "\eb95";
}
.icon-import:before {
  content: "\eb96";
}
.icon-inbox:before {
  content: "\eb97";
}
.icon-incoming-call:before {
  content: "\eb98";
}
.icon-info:before {
  content: "\eb99";
}
.icon-info-circle:before {
  content: "\eb9a";
}
.icon-instagram:before {
  content: "\eb9b";
}
.icon-instagram-alt:before {
  content: "\eb9c";
}
.icon-intercom:before {
  content: "\eb9d";
}
.icon-intercom-alt:before {
  content: "\eb9e";
}
.icon-invoice:before {
  content: "\eb9f";
}
.icon-italic:before {
  content: "\eba0";
}
.icon-jackhammer:before {
  content: "\eba1";
}
.icon-java-script:before {
  content: "\eba2";
}
.icon-kayak:before {
  content: "\eba3";
}
.icon-keyboard:before {
  content: "\eba4";
}
.icon-keyboard-alt:before {
  content: "\eba5";
}
.icon-keyboard-hide:before {
  content: "\eba6";
}
.icon-keyboard-show:before {
  content: "\eba7";
}
.icon-keyhole-circle:before {
  content: "\eba8";
}
.icon-keyhole-square:before {
  content: "\eba9";
}
.icon-keyhole-square-full:before {
  content: "\ebaa";
}
.icon-key-skeleton:before {
  content: "\ebab";
}
.icon-key-skeleton-alt:before {
  content: "\ebac";
}
.icon-kid:before {
  content: "\ebad";
}
.icon-label:before {
  content: "\ebae";
}
.icon-label-alt:before {
  content: "\ebaf";
}
.icon-lamp:before {
  content: "\ebb0";
}
.icon-language:before {
  content: "\ebb1";
}
.icon-laptop:before {
  content: "\ebb2";
}
.icon-laptop-cloud:before {
  content: "\ebb3";
}
.icon-laptop-connection:before {
  content: "\ebb4";
}
.icon-laughing:before {
  content: "\ebb5";
}
.icon-layer-group:before {
  content: "\ebb6";
}
.icon-layer-group-slash:before {
  content: "\ebb7";
}
.icon-layers:before {
  content: "\ebb8";
}
.icon-layers-alt:before {
  content: "\ebb9";
}
.icon-layers-slash:before {
  content: "\ebba";
}
.icon-left-arrow-from-left:before {
  content: "\ebbb";
}
.icon-left-arrow-to-left:before {
  content: "\ebbc";
}
.icon-left-indent:before {
  content: "\ebbd";
}
.icon-left-indent-alt:before {
  content: "\ebbe";
}
.icon-left-to-right-text-direction:before {
  content: "\ebbf";
}
.icon-letter-chinese-a:before {
  content: "\ebc0";
}
.icon-letter-english-a:before {
  content: "\ebc1";
}
.icon-letter-hindi-a:before {
  content: "\ebc2";
}
.icon-letter-japanese-a:before {
  content: "\ebc3";
}
.icon-life-ring:before {
  content: "\ebc4";
}
.icon-lightbulb:before {
  content: "\ebc5";
}
.icon-lightbulb-alt:before {
  content: "\ebc6";
}
.icon-line:before {
  content: "\ebc7";
}
.icon-line-alt:before {
  content: "\ebc8";
}
.icon-line-spacing:before {
  content: "\ebc9";
}
.icon-link:before {
  content: "\ebca";
}
.icon-link-add:before {
  content: "\ebcb";
}
.icon-link-alt:before {
  content: "\ebcc";
}
.icon-link-broken:before {
  content: "\ebcd";
}
.icon-linkedin:before {
  content: "\ebce";
}
.icon-linkedin-alt:before {
  content: "\ebcf";
}
.icon-link-h:before {
  content: "\ebd0";
}
.icon-linux:before {
  content: "\ebd1";
}
.icon-lira-sign:before {
  content: "\ebd2";
}
.icon-list-ol:before {
  content: "\ebd3";
}
.icon-list-ol-alt:before {
  content: "\ebd4";
}
.icon-list-ui-alt:before {
  content: "\ebd5";
}
.icon-list-ul:before {
  content: "\ebd6";
}
.icon-location-arrow:before {
  content: "\ebd7";
}
.icon-location-arrow-alt:before {
  content: "\ebd8";
}
.icon-location-pin-alt:before {
  content: "\ebd9";
}
.icon-location-point:before {
  content: "\ebda";
}
.icon-lock:before {
  content: "\ebdb";
}
.icon-lock-access:before {
  content: "\ebdc";
}
.icon-lock-alt:before {
  content: "\ebdd";
}
.icon-lock-open-alt:before {
  content: "\ebde";
}
.icon-lock-slash:before {
  content: "\ebdf";
}
.icon-lottiefiles:before {
  content: "\ebe0";
}
.icon-lottiefiles-alt:before {
  content: "\ebe1";
}
.icon-luggage-cart:before {
  content: "\ebe2";
}
.icon-mailbox:before {
  content: "\ebe3";
}
.icon-mailbox-alt:before {
  content: "\ebe4";
}
.icon-map:before {
  content: "\ebe5";
}
.icon-map-marker:before {
  content: "\ebe6";
}
.icon-map-marker-alt:before {
  content: "\ebe7";
}
.icon-map-marker-edit:before {
  content: "\ebe8";
}
.icon-map-marker-info:before {
  content: "\ebe9";
}
.icon-map-marker-minus:before {
  content: "\ebea";
}
.icon-map-marker-plus:before {
  content: "\ebeb";
}
.icon-map-marker-question:before {
  content: "\ebec";
}
.icon-map-marker-shield:before {
  content: "\ebed";
}
.icon-map-marker-slash:before {
  content: "\ebee";
}
.icon-map-pin:before {
  content: "\ebef";
}
.icon-map-pin-alt:before {
  content: "\ebf0";
}
.icon-mars:before {
  content: "\ebf1";
}
.icon-master-card:before {
  content: "\ebf2";
}
.icon-maximize-left:before {
  content: "\ebf3";
}
.icon-medal:before {
  content: "\ebf4";
}
.icon-medical-drip:before {
  content: "\ebf5";
}
.icon-medical-square:before {
  content: "\ebf6";
}
.icon-medical-square-full:before {
  content: "\ebf7";
}
.icon-medium-m:before {
  content: "\ebf8";
}
.icon-medkit:before {
  content: "\ebf9";
}
.icon-meeting-board:before {
  content: "\ebfa";
}
.icon-megaphone:before {
  content: "\ebfb";
}
.icon-meh:before {
  content: "\ebfc";
}
.icon-meh-alt:before {
  content: "\ebfd";
}
.icon-meh-closed-eye:before {
  content: "\ebfe";
}
.icon-message:before {
  content: "\ebff";
}
.icon-metro:before {
  content: "\ec00";
}
.icon-microphone:before {
  content: "\ec01";
}
.icon-microphone-slash:before {
  content: "\ec02";
}
.icon-microscope:before {
  content: "\ec03";
}
.icon-microsoft:before {
  content: "\ec04";
}
.icon-minus:before {
  content: "\ec05";
}
.icon-minus-circle:before {
  content: "\ec06";
}
.icon-minus-path:before {
  content: "\ec07";
}
.icon-minus-square:before {
  content: "\ec08";
}
.icon-minus-square-full:before {
  content: "\ec09";
}
.icon-missed-call:before {
  content: "\ec0a";
}
.icon-mobile-android:before {
  content: "\ec0b";
}
.icon-mobile-android-alt:before {
  content: "\ec0c";
}
.icon-mobile-vibrate:before {
  content: "\ec0d";
}
.icon-modem:before {
  content: "\ec0e";
}
.icon-moneybag:before {
  content: "\ec0f";
}
.icon-moneybag-alt:before {
  content: "\ec10";
}
.icon-money-bill:before {
  content: "\ec11";
}
.icon-money-bill-slash:before {
  content: "\ec12";
}
.icon-money-bill-stack:before {
  content: "\ec13";
}
.icon-money-insert:before {
  content: "\ec14";
}
.icon-money-stack:before {
  content: "\ec15";
}
.icon-money-withdraw:before {
  content: "\ec16";
}
.icon-money-withdrawal:before {
  content: "\ec17";
}
.icon-monitor:before {
  content: "\ec18";
}
.icon-monitor-heart-rate:before {
  content: "\ec19";
}
.icon-moon:before {
  content: "\ec1a";
}
.icon-moon-eclipse:before {
  content: "\ec1b";
}
.icon-moonset:before {
  content: "\ec1c";
}
.icon-mountains:before {
  content: "\ec1d";
}
.icon-mountains-sun:before {
  content: "\ec1e";
}
.icon-mouse:before {
  content: "\ec1f";
}
.icon-mouse-alt:before {
  content: "\ec20";
}
.icon-mouse-alt-2:before {
  content: "\ec21";
}
.icon-multiply:before {
  content: "\ec22";
}
.icon-music:before {
  content: "\ec23";
}
.icon-music-note:before {
  content: "\ec24";
}
.icon-music-tune-slash:before {
  content: "\ec25";
}
.icon-n-a:before {
  content: "\ec26";
}
.icon-navigator:before {
  content: "\ec27";
}
.icon-nerd:before {
  content: "\ec28";
}
.icon-newspaper:before {
  content: "\ec29";
}
.icon-ninja:before {
  content: "\ec2a";
}
.icon-no-entry:before {
  content: "\ec2b";
}
.icon-notebooks:before {
  content: "\ec2c";
}
.icon-notes:before {
  content: "\ec2d";
}
.icon-object-group:before {
  content: "\ec2e";
}
.icon-object-ungroup:before {
  content: "\ec2f";
}
.icon-octagon:before {
  content: "\ec30";
}
.icon-okta:before {
  content: "\ec31";
}
.icon-opera:before {
  content: "\ec32";
}
.icon-opera-alt:before {
  content: "\ec33";
}
.icon-outgoing-call:before {
  content: "\ec34";
}
.icon-package:before {
  content: "\ec35";
}
.icon-padlock:before {
  content: "\ec36";
}
.icon-pagelines:before {
  content: "\ec37";
}
.icon-pagerduty:before {
  content: "\ec38";
}
.icon-paint-tool:before {
  content: "\ec39";
}
.icon-palette:before {
  content: "\ec3a";
}
.icon-panel-add:before {
  content: "\ec3b";
}
.icon-panorama-h:before {
  content: "\ec3c";
}
.icon-panorama-h-alt:before {
  content: "\ec3d";
}
.icon-panorama-v:before {
  content: "\ec3e";
}
.icon-paperclip:before {
  content: "\ec3f";
}
.icon-paragraph:before {
  content: "\ec40";
}
.icon-parcel:before {
  content: "\ec41";
}
.icon-parking-circle:before {
  content: "\ec42";
}
.icon-parking-square:before {
  content: "\ec43";
}
.icon-pathfinder:before {
  content: "\ec44";
}
.icon-pathfinder-unite:before {
  content: "\ec45";
}
.icon-pause:before {
  content: "\ec46";
}
.icon-pause-circle:before {
  content: "\ec47";
}
.icon-paypal:before {
  content: "\ec48";
}
.icon-pen:before {
  content: "\ec49";
}
.icon-pentagon:before {
  content: "\ec4a";
}
.icon-percentage:before {
  content: "\ec4b";
}
.icon-phone:before {
  content: "\ec4c";
}
.icon-phone-alt:before {
  content: "\ec4d";
}
.icon-phone-pause:before {
  content: "\ec4e";
}
.icon-phone-slash:before {
  content: "\ec4f";
}
.icon-phone-times:before {
  content: "\ec50";
}
.icon-phone-volume:before {
  content: "\ec51";
}
.icon-picture:before {
  content: "\ec52";
}
.icon-pizza-slice:before {
  content: "\ec53";
}
.icon-plane:before {
  content: "\ec54";
}
.icon-plane-arrival:before {
  content: "\ec55";
}
.icon-plane-departure:before {
  content: "\ec56";
}
.icon-plane-fly:before {
  content: "\ec57";
}
.icon-play:before {
  content: "\ec58";
}
.icon-play-circle:before {
  content: "\ec59";
}
.icon-plug:before {
  content: "\ec5a";
}
.icon-plus7:before {
  content: "\ec5b";
}
.icon-plus-circle:before {
  content: "\ec5c";
}
.icon-plus-square:before {
  content: "\ec5d";
}
.icon-podium:before {
  content: "\ec5e";
}
.icon-polygon:before {
  content: "\ec5f";
}
.icon-postcard:before {
  content: "\ec60";
}
.icon-post-stamp:before {
  content: "\ec61";
}
.icon-pound:before {
  content: "\ec62";
}
.icon-pound-circle:before {
  content: "\ec63";
}
.icon-power:before {
  content: "\ec64";
}
.icon-prescription-bottle:before {
  content: "\ec65";
}
.icon-presentation:before {
  content: "\ec66";
}
.icon-presentation-check:before {
  content: "\ec67";
}
.icon-presentation-edit:before {
  content: "\ec68";
}
.icon-presentation-line:before {
  content: "\ec69";
}
.icon-presentation-lines-alt:before {
  content: "\ec6a";
}
.icon-presentation-minus:before {
  content: "\ec6b";
}
.icon-presentation-play:before {
  content: "\ec6c";
}
.icon-presentation-plus:before {
  content: "\ec6d";
}
.icon-presentation-times:before {
  content: "\ec6e";
}
.icon-previous:before {
  content: "\ec6f";
}
.icon-pricetag-alt:before {
  content: "\ec70";
}
.icon-print:before {
  content: "\ec71";
}
.icon-print-slash:before {
  content: "\ec72";
}
.icon-process:before {
  content: "\ec73";
}
.icon-processor:before {
  content: "\ec74";
}
.icon-programming-language:before {
  content: "\ec75";
}
.icon-pump:before {
  content: "\ec76";
}
.icon-puzzle-piece:before {
  content: "\ec77";
}
.icon-qrcode-scan:before {
  content: "\ec78";
}
.icon-question:before {
  content: "\ec79";
}
.icon-question-circle:before {
  content: "\ec7a";
}
.icon-rainbow:before {
  content: "\ec7b";
}
.icon-raindrops:before {
  content: "\ec7c";
}
.icon-raindrops-alt:before {
  content: "\ec7d";
}
.icon-react:before {
  content: "\ec7e";
}
.icon-receipt:before {
  content: "\ec7f";
}
.icon-receipt-alt:before {
  content: "\ec80";
}
.icon-record-audio:before {
  content: "\ec81";
}
.icon-reddit-alien-alt:before {
  content: "\ec82";
}
.icon-redo:before {
  content: "\ec83";
}
.icon-refresh:before {
  content: "\ec84";
}
.icon-registered:before {
  content: "\ec85";
}
.icon-repeat:before {
  content: "\ec86";
}
.icon-restaurant:before {
  content: "\ec87";
}
.icon-right-indent-alt:before {
  content: "\ec88";
}
.icon-right-to-left-text-direction:before {
  content: "\ec89";
}
.icon-robot:before {
  content: "\ec8a";
}
.icon-rocket:before {
  content: "\ec8b";
}
.icon-rope-way:before {
  content: "\ec8c";
}
.icon-rotate-360:before {
  content: "\ec8d";
}
.icon-rss:before {
  content: "\ec8e";
}
.icon-rss-alt:before {
  content: "\ec8f";
}
.icon-rss-interface:before {
  content: "\ec90";
}
.icon-ruler:before {
  content: "\ec91";
}
.icon-ruler-combined:before {
  content: "\ec92";
}
.icon-rupee-sign:before {
  content: "\ec93";
}
.icon-sad:before {
  content: "\ec94";
}
.icon-sad-cry:before {
  content: "\ec95";
}
.icon-sad-crying:before {
  content: "\ec96";
}
.icon-sad-dizzy:before {
  content: "\ec97";
}
.icon-sad-squint:before {
  content: "\ec98";
}
.icon-sanitizer:before {
  content: "\ec99";
}
.icon-sanitizer-alt:before {
  content: "\ec9a";
}
.icon-save:before {
  content: "\ec9b";
}
.icon-scaling-left:before {
  content: "\ec9c";
}
.icon-scaling-right:before {
  content: "\ec9d";
}
.icon-scenery:before {
  content: "\ec9e";
}
.icon-schedule:before {
  content: "\ec9f";
}
.icon-screw:before {
  content: "\eca0";
}
.icon-scroll:before {
  content: "\eca1";
}
.icon-scroll-h:before {
  content: "\eca2";
}
.icon-search:before {
  content: "\eca3";
}
.icon-search-alt:before {
  content: "\eca4";
}
.icon-search-minus:before {
  content: "\eca5";
}
.icon-search-plus:before {
  content: "\eca6";
}
.icon-selfie:before {
  content: "\eca7";
}
.icon-server:before {
  content: "\eca8";
}
.icon-server-alt:before {
  content: "\eca9";
}
.icon-server-connection:before {
  content: "\ecaa";
}
.icon-server-network:before {
  content: "\ecab";
}
.icon-server-network-alt:before {
  content: "\ecac";
}
.icon-servers:before {
  content: "\ecad";
}
.icon-servicemark:before {
  content: "\ecae";
}
.icon-setting:before {
  content: "\ecaf";
}
.icon-share:before {
  content: "\ecb0";
}
.icon-share-alt:before {
  content: "\ecb1";
}
.icon-shield:before {
  content: "\ecb2";
}
.icon-shield-check:before {
  content: "\ecb3";
}
.icon-shield-exclamation:before {
  content: "\ecb4";
}
.icon-shield-plus:before {
  content: "\ecb5";
}
.icon-shield-question:before {
  content: "\ecb6";
}
.icon-shield-slash:before {
  content: "\ecb7";
}
.icon-ship:before {
  content: "\ecb8";
}
.icon-shop:before {
  content: "\ecb9";
}
.icon-shopping-bag:before {
  content: "\ecba";
}
.icon-shopping-basket:before {
  content: "\ecbb";
}
.icon-shopping-cart:before {
  content: "\ecbc";
}
.icon-shopping-cart-alt:before {
  content: "\ecbd";
}
.icon-shovel:before {
  content: "\ecbe";
}
.icon-shrink:before {
  content: "\ecbf";
}
.icon-shuffle:before {
  content: "\ecc0";
}
.icon-shutter:before {
  content: "\ecc1";
}
.icon-shutter-alt:before {
  content: "\ecc2";
}
.icon-sick:before {
  content: "\ecc3";
}
.icon-sigma:before {
  content: "\ecc4";
}
.icon-signal:before {
  content: "\ecc5";
}
.icon-signal-alt:before {
  content: "\ecc6";
}
.icon-signal-alt-3:before {
  content: "\ecc7";
}
.icon-sign-alt:before {
  content: "\ecc8";
}
.icon-signin:before {
  content: "\ecc9";
}
.icon-sign-in-alt:before {
  content: "\ecca";
}
.icon-sign-left:before {
  content: "\eccb";
}
.icon-signout:before {
  content: "\eccc";
}
.icon-sign-out-alt:before {
  content: "\eccd";
}
.icon-sign-right:before {
  content: "\ecce";
}
.icon-silence:before {
  content: "\eccf";
}
.icon-silent-squint:before {
  content: "\ecd0";
}
.icon-sim-card:before {
  content: "\ecd1";
}
.icon-sitemap:before {
  content: "\ecd2";
}
.icon-skip-forward:before {
  content: "\ecd3";
}
.icon-skip-forward-alt:before {
  content: "\ecd4";
}
.icon-skip-forward-circle:before {
  content: "\ecd5";
}
.icon-skype:before {
  content: "\ecd6";
}
.icon-skype-alt:before {
  content: "\ecd7";
}
.icon-slack:before {
  content: "\ecd8";
}
.icon-slack-alt:before {
  content: "\ecd9";
}
.icon-slider-h:before {
  content: "\ecda";
}
.icon-slider-h-range:before {
  content: "\ecdb";
}
.icon-sliders-v:before {
  content: "\ecdc";
}
.icon-sliders-v-alt:before {
  content: "\ecdd";
}
.icon-smile:before {
  content: "\ecde";
}
.icon-smile-beam:before {
  content: "\ecdf";
}
.icon-smile-dizzy:before {
  content: "\ece0";
}
.icon-smile-squint-wink:before {
  content: "\ece1";
}
.icon-smile-squint-wink-alt:before {
  content: "\ece2";
}
.icon-smile-wink:before {
  content: "\ece3";
}
.icon-smile-wink-alt:before {
  content: "\ece4";
}
.icon-snapchat-alt:before {
  content: "\ece5";
}
.icon-snapchat-ghost:before {
  content: "\ece6";
}
.icon-snapchat-square:before {
  content: "\ece7";
}
.icon-snowflake:before {
  content: "\ece8";
}
.icon-snow-flake:before {
  content: "\ece9";
}
.icon-snowflake-alt:before {
  content: "\ecea";
}
.icon-social-distancing:before {
  content: "\eceb";
}
.icon-sort:before {
  content: "\ecec";
}
.icon-sort-amount-down:before {
  content: "\eced";
}
.icon-sort-amount-up:before {
  content: "\ecee";
}
.icon-sorting:before {
  content: "\ecef";
}
.icon-space-key:before {
  content: "\ecf0";
}
.icon-spade:before {
  content: "\ecf1";
}
.icon-sperms:before {
  content: "\ecf2";
}
.icon-spin:before {
  content: "\ecf3";
}
.icon-spinner:before {
  content: "\ecf4";
}
.icon-spinner-alt:before {
  content: "\ecf5";
}
.icon-square:before {
  content: "\ecf6";
}
.icon-square-full:before {
  content: "\ecf7";
}
.icon-square-shape:before {
  content: "\ecf8";
}
.icon-squint:before {
  content: "\ecf9";
}
.icon-star:before {
  content: "\ecfa";
}
.icon-star-half-alt:before {
  content: "\ecfb";
}
.icon-step-backward:before {
  content: "\ecfc";
}
.icon-step-backward-alt:before {
  content: "\ecfd";
}
.icon-step-backward-circle:before {
  content: "\ecfe";
}
.icon-step-forward:before {
  content: "\ecff";
}
.icon-stethoscope:before {
  content: "\ed00";
}
.icon-stethoscope-alt:before {
  content: "\ed01";
}
.icon-stop-circle:before {
  content: "\ed02";
}
.icon-stopwatch:before {
  content: "\ed03";
}
.icon-stopwatch-slash:before {
  content: "\ed04";
}
.icon-store:before {
  content: "\ed05";
}
.icon-store-alt:before {
  content: "\ed06";
}
.icon-store-slash:before {
  content: "\ed07";
}
.icon-streering:before {
  content: "\ed08";
}
.icon-stretcher:before {
  content: "\ed09";
}
.icon-subject:before {
  content: "\ed0a";
}
.icon-subway:before {
  content: "\ed0b";
}
.icon-subway-alt:before {
  content: "\ed0c";
}
.icon-suitcase:before {
  content: "\ed0d";
}
.icon-suitcase-alt:before {
  content: "\ed0e";
}
.icon-sun:before {
  content: "\ed0f";
}
.icon-sunset:before {
  content: "\ed10";
}
.icon-surprise:before {
  content: "\ed11";
}
.icon-swatchbook:before {
  content: "\ed12";
}
.icon-swiggy:before {
  content: "\ed13";
}
.icon-swimmer:before {
  content: "\ed14";
}
.icon-sync:before {
  content: "\ed15";
}
.icon-sync-exclamation:before {
  content: "\ed16";
}
.icon-sync-slash:before {
  content: "\ed17";
}
.icon-syringe:before {
  content: "\ed18";
}
.icon-table:before {
  content: "\ed19";
}
.icon-tablet:before {
  content: "\ed1a";
}
.icon-table-tennis:before {
  content: "\ed1b";
}
.icon-tablets:before {
  content: "\ed1c";
}
.icon-tachometer-fast:before {
  content: "\ed1d";
}
.icon-tachometer-fast-alt:before {
  content: "\ed1e";
}
.icon-tag:before {
  content: "\ed1f";
}
.icon-tag-alt:before {
  content: "\ed20";
}
.icon-tape:before {
  content: "\ed21";
}
.icon-taxi:before {
  content: "\ed22";
}
.icon-tear:before {
  content: "\ed23";
}
.icon-telegram:before {
  content: "\ed24";
}
.icon-telegram-alt:before {
  content: "\ed25";
}
.icon-telescope:before {
  content: "\ed26";
}
.icon-temperature:before {
  content: "\ed27";
}
.icon-temperature-empty:before {
  content: "\ed28";
}
.icon-temperature-half:before {
  content: "\ed29";
}
.icon-temperature-minus:before {
  content: "\ed2a";
}
.icon-temperature-plus:before {
  content: "\ed2b";
}
.icon-temperature-quarter:before {
  content: "\ed2c";
}
.icon-temperature-three-quarter:before {
  content: "\ed2d";
}
.icon-tennis-ball:before {
  content: "\ed2e";
}
.icon-text:before {
  content: "\ed2f";
}
.icon-text-fields:before {
  content: "\ed30";
}
.icon-text-size:before {
  content: "\ed31";
}
.icon-text-strike-through:before {
  content: "\ed32";
}
.icon-th:before {
  content: "\ed33";
}
.icon-thermometer:before {
  content: "\ed34";
}
.icon-th-large:before {
  content: "\ed35";
}
.icon-th-slash:before {
  content: "\ed36";
}
.icon-thumbs-down:before {
  content: "\ed37";
}
.icon-thumbs-up:before {
  content: "\ed38";
}
.icon-thunderstorm:before {
  content: "\ed39";
}
.icon-thunderstorm-moon:before {
  content: "\ed3a";
}
.icon-thunderstorm-sun:before {
  content: "\ed3b";
}
.icon-ticket:before {
  content: "\ed3c";
}
.icon-times:before {
  content: "\ed3d";
}
.icon-times-circle:before {
  content: "\ed3e";
}
.icon-times-square:before {
  content: "\ed3f";
}
.icon-toggle-off:before {
  content: "\ed40";
}
.icon-toggle-on:before {
  content: "\ed41";
}
.icon-toilet-paper:before {
  content: "\ed42";
}
.icon-top-arrow-from-top:before {
  content: "\ed43";
}
.icon-top-arrow-to-top:before {
  content: "\ed44";
}
.icon-tornado:before {
  content: "\ed45";
}
.icon-trademark:before {
  content: "\ed46";
}
.icon-trademark-circle:before {
  content: "\ed47";
}
.icon-traffic-barrier:before {
  content: "\ed48";
}
.icon-traffic-light:before {
  content: "\ed49";
}
.icon-transaction:before {
  content: "\ed4a";
}
.icon-trash:before {
  content: "\ed4b";
}
.icon-trash-alt:before {
  content: "\ed4c";
}
.icon-trees:before {
  content: "\ed4d";
}
.icon-triangle:before {
  content: "\ed4e";
}
.icon-trophy:before {
  content: "\ed4f";
}
.icon-trowel:before {
  content: "\ed50";
}
.icon-truck:before {
  content: "\ed51";
}
.icon-truck-loading:before {
  content: "\ed52";
}
.icon-tumblr:before {
  content: "\ed53";
}
.icon-tumblr-alt:before {
  content: "\ed54";
}
.icon-tumblr-square:before {
  content: "\ed55";
}
.icon-tv-retro:before {
  content: "\ed56";
}
.icon-tv-retro-slash:before {
  content: "\ed57";
}
.icon-twitter:before {
  content: "\ed58";
}
.icon-twitter-alt:before {
  content: "\ed59";
}
.icon-umbrella:before {
  content: "\ed5a";
}
.icon-unamused:before {
  content: "\ed5b";
}
.icon-underline:before {
  content: "\ed5c";
}
.icon-university:before {
  content: "\ed5d";
}
.icon-unlock:before {
  content: "\ed5e";
}
.icon-unlock-alt:before {
  content: "\ed5f";
}
.icon-upload:before {
  content: "\ed60";
}
.icon-upload-alt:before {
  content: "\ed61";
}
.icon-usd-circle:before {
  content: "\ed62";
}
.icon-usd-square:before {
  content: "\ed63";
}
.icon-user:before {
  content: "\ed64";
}
.icon-user-arrows:before {
  content: "\ed65";
}
.icon-user-check:before {
  content: "\ed66";
}
.icon-user-circle:before {
  content: "\ed67";
}
.icon-user-exclamation:before {
  content: "\ed68";
}
.icon-user-location:before {
  content: "\ed69";
}
.icon-user-md:before {
  content: "\ed6a";
}
.icon-user-minus:before {
  content: "\ed6b";
}
.icon-user-nurse:before {
  content: "\ed6c";
}
.icon-user-plus:before {
  content: "\ed6d";
}
.icon-users-alt:before {
  content: "\ed6e";
}
.icon-user-square:before {
  content: "\ed6f";
}
.icon-user-times:before {
  content: "\ed70";
}
.icon-utensils:before {
  content: "\ed71";
}
.icon-utensils-alt:before {
  content: "\ed72";
}
.icon-vector-square:before {
  content: "\ed73";
}
.icon-vector-square-alt:before {
  content: "\ed74";
}
.icon-venus:before {
  content: "\ed75";
}
.icon-vertical-align-bottom:before {
  content: "\ed76";
}
.icon-vertical-align-center:before {
  content: "\ed77";
}
.icon-vertical-align-top:before {
  content: "\ed78";
}
.icon-vertical-distribute-bottom:before {
  content: "\ed79";
}
.icon-vertical-distribution-center:before {
  content: "\ed7a";
}
.icon-vertical-distribution-top:before {
  content: "\ed7b";
}
.icon-video:before {
  content: "\ed7c";
}
.icon-video-question:before {
  content: "\ed7d";
}
.icon-video-slash:before {
  content: "\ed7e";
}
.icon-virus-slash:before {
  content: "\ed7f";
}
.icon-visual-studio:before {
  content: "\ed80";
}
.icon-vk:before {
  content: "\ed81";
}
.icon-vk-alt:before {
  content: "\ed82";
}
.icon-voicemail:before {
  content: "\ed83";
}
.icon-voicemail-rectangle:before {
  content: "\ed84";
}
.icon-volume:before {
  content: "\ed85";
}
.icon-volume-down:before {
  content: "\ed86";
}
.icon-volume-mute:before {
  content: "\ed87";
}
.icon-volume-off:before {
  content: "\ed88";
}
.icon-volume-up:before {
  content: "\ed89";
}
.icon-vuejs:before {
  content: "\ed8a";
}
.icon-vuejs-alt:before {
  content: "\ed8b";
}
.icon-wall:before {
  content: "\ed8c";
}
.icon-wallet:before {
  content: "\ed8d";
}
.icon-watch:before {
  content: "\ed8e";
}
.icon-watch-alt:before {
  content: "\ed8f";
}
.icon-water:before {
  content: "\ed90";
}
.icon-water-drop-slash:before {
  content: "\ed91";
}
.icon-water-glass:before {
  content: "\ed92";
}
.icon-webcam:before {
  content: "\ed93";
}
.icon-web-grid:before {
  content: "\ed94";
}
.icon-web-grid-alt:before {
  content: "\ed95";
}
.icon-web-section:before {
  content: "\ed96";
}
.icon-web-section-alt:before {
  content: "\ed97";
}
.icon-weight:before {
  content: "\ed98";
}
.icon-whatsapp:before {
  content: "\ed99";
}
.icon-whatsapp-alt:before {
  content: "\ed9a";
}
.icon-wheel-barrow:before {
  content: "\ed9b";
}
.icon-wheelchair:before {
  content: "\ed9c";
}
.icon-wheelchair-alt:before {
  content: "\ed9d";
}
.icon-wifi:before {
  content: "\ed9e";
}
.icon-wifi-router:before {
  content: "\ed9f";
}
.icon-wifi-slash:before {
  content: "\eda0";
}
.icon-wind:before {
  content: "\eda1";
}
.icon-wind-moon:before {
  content: "\eda2";
}
.icon-window:before {
  content: "\eda3";
}
.icon-window-grid:before {
  content: "\eda4";
}
.icon-window-maximize:before {
  content: "\eda5";
}
.icon-windows:before {
  content: "\eda6";
}
.icon-window-section:before {
  content: "\eda7";
}
.icon-windsock:before {
  content: "\eda8";
}
.icon-wind-sun:before {
  content: "\eda9";
}
.icon-windy:before {
  content: "\edaa";
}
.icon-wordpress:before {
  content: "\edab";
}
.icon-wordpress-simple:before {
  content: "\edac";
}
.icon-wrap-text:before {
  content: "\edad";
}
.icon-wrench:before {
  content: "\edae";
}
.icon-x:before {
  content: "\edaf";
}
.icon-x-add:before {
  content: "\edb0";
}
.icon-yen:before {
  content: "\edb1";
}
.icon-yen-circle:before {
  content: "\edb2";
}
.icon-yin-yang:before {
  content: "\edb3";
}
.icon-youtube:before {
  content: "\edb4";
}
/*!
 * Bootstrap v4.5.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* OPYN PAY LATER */
:root {
	--blue-opyn: #003B5C;
	--green-pay-later: #3FC09A;
	--black-primary: #35302F;
	--blue: #003B5C;
  --indigo: #6610f2;
  --purple: #AE4ED6;
  --pink: #e83e8c;
  --red: #F13D3E;
  --orange: #fbbc06;
  --yellow: #ffc107;
  --green: #009E6B;
  --teal: #47D7AC;
  --cyan: #0075E2;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #717D93;
  --primary: #47D7AC;
  --secondary: #003B5C;
  --success: #10b759;
  --info: #0075E2;
  --warning: #ffc107;
  --danger: #F13D3E;
  --light: #f8f9fa;
  --dark: #333333;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

main#main-content {
    overflow-x: clip;
}

body {
  margin: 0;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #47D7AC;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #25ac84;
    text-decoration: underline; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #717D93;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

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

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 3.25rem;
  color: #000000;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 2.375rem;
  color: #000000;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.75rem;
  color: #000000;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.313rem;
  color: #000000;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0.5rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #F0F3F5;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1440px; } }
.row {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

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

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

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

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

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

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

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

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

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

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

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

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

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

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

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

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

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

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

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

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

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

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

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

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

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

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

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

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

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

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

  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

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

  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

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

  .order-xxl-first {
    order: -1; }

  .order-xxl-last {
    order: 13; }

  .order-xxl-0 {
    order: 0; }

  .order-xxl-1 {
    order: 1; }

  .order-xxl-2 {
    order: 2; }

  .order-xxl-3 {
    order: 3; }

  .order-xxl-4 {
    order: 4; }

  .order-xxl-5 {
    order: 5; }

  .order-xxl-6 {
    order: 6; }

  .order-xxl-7 {
    order: 7; }

  .order-xxl-8 {
    order: 8; }

  .order-xxl-9 {
    order: 9; }

  .order-xxl-10 {
    order: 10; }

  .order-xxl-11 {
    order: 11; }

  .order-xxl-12 {
    order: 12; }

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.3333333333%; }

  .offset-xxl-2 {
    margin-left: 16.6666666667%; }

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

  .offset-xxl-4 {
    margin-left: 33.3333333333%; }

  .offset-xxl-5 {
    margin-left: 41.6666666667%; }

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

  .offset-xxl-7 {
    margin-left: 58.3333333333%; }

  .offset-xxl-8 {
    margin-left: 66.6666666667%; }

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

  .offset-xxl-10 {
    margin-left: 83.3333333333%; }

  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9eaec; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9eaec; }
  .table tbody + tbody {
    border-top: 2px solid #e9eaec; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9eaec; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9eaec; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #cbf4e8; }
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #9fead4; }

.table-hover .table-primary:hover {
  background-color: #b6f0df; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #b6f0df; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8c8d1; }
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7a99aa; }

.table-hover .table-secondary:hover {
  background-color: #a9bcc7; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #a9bcc7; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bcebd1; }
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #83daa9; }

.table-hover .table-success:hover {
  background-color: #a8e5c4; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #a8e5c4; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8d8f7; }
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ab7f0; }

.table-hover .table-info:hover {
  background-color: #a1cbf4; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #a1cbf4; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fbc9c9; }
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f89a9b; }

.table-hover .table-danger:hover {
  background-color: #f9b1b1; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f9b1b1; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c6c6; }
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #959595; }

.table-hover .table-dark:hover {
  background-color: #b9b9b9; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9b9b9; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #717D93;
  border-color: #8791a4; }
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9eaec; }

.table-dark {
  color: #fff;
  background-color: #717D93; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #8791a4; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b0eedb;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
  .form-control::placeholder {
    color: #717D93;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #717D93; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #10b759; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(16, 183, 89, 0.9);
  border-radius: 0.5rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #10b759;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2310b759' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #10b759;
    box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #10b759;
  padding-right: calc(0.75em + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23717D93' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2310b759' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #10b759;
    box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #10b759; }
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #10b759; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #10b759; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #14e670;
  background-color: #14e670; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.25); }
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #10b759; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #10b759; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #10b759;
  box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #F13D3E; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(241, 61, 62, 0.9);
  border-radius: 0.5rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #F13D3E;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F13D3E' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F13D3E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #F13D3E;
    box-shadow: 0 0 0 0.2rem rgba(241, 61, 62, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1rem);
  background-position: top calc(0.375em + 0.25rem) right calc(0.375em + 0.25rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #F13D3E;
  padding-right: calc(0.75em + 2.5rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23717D93' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23F13D3E' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23F13D3E' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #F13D3E;
    box-shadow: 0 0 0 0.2rem rgba(241, 61, 62, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #F13D3E; }
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #F13D3E; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #F13D3E; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f46d6d;
  background-color: #f46d6d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(241, 61, 62, 0.25); }
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #F13D3E; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #F13D3E; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #F13D3E;
  box-shadow: 0 0 0 0.2rem rgba(241, 61, 62, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #212529;
  background-color: #47D7AC;
  border-color: #47D7AC; }
  .btn-primary:hover {
    color: #212529;
    background-color: #2ccc9c;
    border-color: #2ac194; }
  .btn-primary:focus, .btn-primary.focus {
    color: #212529;
    background-color: #2ccc9c;
    border-color: #2ac194;
    box-shadow: 0 0 0 0.2rem rgba(65, 188, 152, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #47D7AC;
    border-color: #47D7AC; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #2ac194;
    border-color: #28b78c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 188, 152, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #003B5C;
  border-color: #003B5C; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #002236;
    border-color: #001a29; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #002236;
    border-color: #001a29;
    box-shadow: 0 0 0 0.2rem rgba(38, 88, 116, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #003B5C;
    border-color: #003B5C; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #001a29;
    border-color: #00121c; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 88, 116, 0.5); }

.btn-success {
  color: #fff;
  background-color: #10b759;
  border-color: #10b759; }
  .btn-success:hover {
    color: #fff;
    background-color: #0d9448;
    border-color: #0c8842; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0d9448;
    border-color: #0c8842;
    box-shadow: 0 0 0 0.2rem rgba(52, 194, 114, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #10b759;
    border-color: #10b759; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #0c8842;
    border-color: #0b7c3c; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 194, 114, 0.5); }

.btn-info {
  color: #fff;
  background-color: #0075E2;
  border-color: #0075E2; }
  .btn-info:hover {
    color: #fff;
    background-color: #0061bc;
    border-color: #005baf; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #0061bc;
    border-color: #005baf;
    box-shadow: 0 0 0 0.2rem rgba(38, 138, 230, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #0075E2;
    border-color: #0075E2; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #005baf;
    border-color: #0054a2; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 138, 230, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #F13D3E;
  border-color: #F13D3E; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ee191b;
    border-color: #ea1112; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ee191b;
    border-color: #ea1112;
    box-shadow: 0 0 0 0.2rem rgba(243, 90, 91, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #F13D3E;
    border-color: #F13D3E; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ea1112;
    border-color: #de1011; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(243, 90, 91, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #333333;
  border-color: #333333; }
  .btn-dark:hover {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #202020;
    border-color: #1a1a1a;
    box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1a1a1a;
    border-color: #131313; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 82, 82, 0.5); }

.btn-outline-primary {
  color: #47D7AC;
  border-color: #47D7AC; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #47D7AC;
    border-color: #47D7AC; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #47D7AC;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #47D7AC;
    border-color: #47D7AC; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.5); }

.btn-outline-secondary {
  color: #003B5C;
  border-color: #003B5C; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #003B5C;
    border-color: #003B5C; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 59, 92, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #003B5C;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #003B5C;
    border-color: #003B5C; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 59, 92, 0.5); }

.btn-outline-success {
  color: #10b759;
  border-color: #10b759; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #10b759;
    border-color: #10b759; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #10b759;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #10b759;
    border-color: #10b759; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.5); }

.btn-outline-info {
  color: #0075E2;
  border-color: #0075E2; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #0075E2;
    border-color: #0075E2; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 117, 226, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #0075E2;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #0075E2;
    border-color: #0075E2; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 117, 226, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #F13D3E;
  border-color: #F13D3E; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #F13D3E;
    border-color: #F13D3E; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 61, 62, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #F13D3E;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #F13D3E;
    border-color: #F13D3E; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 61, 62, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #333333;
  border-color: #333333; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #333333;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #333333;
    border-color: #333333; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.btn-link {
  font-weight: 400;
  color: #000000;
  text-decoration: none; }
  .btn-link:hover {
    color: #000000;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }

  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }
.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }
.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropleft .dropdown-toggle::after {
  display: none; }
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #47D7AC; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.5rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #47D7AC;
    background-color: #47D7AC; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #b0eedb; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #daf7ee;
    border-color: #daf7ee; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #47D7AC;
  background-color: #47D7AC; }
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(71, 215, 172, 0.5); }
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(71, 215, 172, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(71, 215, 172, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(71, 215, 172, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23717D93' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #b0eedb;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #b0eedb;
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: 0.5rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #47D7AC;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #daf7ee; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #F0F3F5;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #47D7AC;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #daf7ee; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #F0F3F5;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #47D7AC;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #daf7ee; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #F0F3F5;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #F0F3F5;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #F0F3F5; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #F0F3F5; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #F0F3F5 #F0F3F5 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #47D7AC; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid,
  .navbar .container-sm,
  .navbar .container-md,
  .navbar .container-lg,
  .navbar .container-xl,
  .navbar .container-xxl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl,
    .navbar-expand-sm > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl,
    .navbar-expand-md > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl,
    .navbar-expand-lg > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl,
    .navbar-expand-xl > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
@media (max-width: 1399.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid,
    .navbar-expand-xxl > .container-sm,
    .navbar-expand-xxl > .container-md,
    .navbar-expand-xxl > .container-lg,
    .navbar-expand-xxl > .container-xl,
    .navbar-expand-xxl > .container-xxl {
      flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl,
  .navbar-expand > .container-xxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid,
  .navbar-expand > .container-sm,
  .navbar-expand > .container-md,
  .navbar-expand > .container-lg,
  .navbar-expand > .container-xl,
  .navbar-expand > .container-xxl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.5rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.5rem - 1px);
      border-top-right-radius: calc(0.5rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.5rem - 1px);
      border-bottom-left-radius: calc(0.5rem - 1px); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 2.5rem 2rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }
.card-link + .card-link {
  margin-left: 2.5rem 2rem; }

.card-header {
  padding: 0.75rem 2.5rem 2rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 2.5rem 2rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px); }

.card-header-tabs {
  margin-right: -2.5rem 2rem/2;
  margin-bottom: -0.75rem;
  margin-left: -2.5rem 2rem/2;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -2.5rem 2rem/2;
  margin-left: -2.5rem 2rem/2; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.5rem - 1px); }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }

.card-deck .card {
  margin-bottom: 16px; }
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -16px;
    margin-left: -16px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 16px;
      margin-bottom: 0;
      margin-left: 16px; } }

.card-group > .card {
  margin-bottom: 16px; }
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion > .card:not(:first-of-type) {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .accordion > .card > .card-header {
      border-radius: 0;
      margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #47D7AC;
  background-color: #fff;
  border: 1px solid #F0F3F5; }
  .page-link:hover {
    z-index: 2;
    color: #25ac84;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #F0F3F5; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #47D7AC;
  border-color: #47D7AC; }
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #F0F3F5; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem; }
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #35302f;
  background-color: #47D7AC; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #2ac194; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(71, 215, 172, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #003B5C; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #001a29; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 59, 92, 0.5); }

.badge-success {
  color: #fff;
  background-color: #10b759; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #0c8842; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(16, 183, 89, 0.5); }

.badge-info {
  color: #fff;
  background-color: #0075E2; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #005baf; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 117, 226, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #F13D3E; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ea1112; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(241, 61, 62, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #333333; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1a1a1a; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(51, 51, 51, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.5rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #257059;
  background-color: #daf7ee;
  border-color: #cbf4e8; }
  .alert-primary hr {
    border-top-color: #b6f0df; }
  .alert-primary .alert-link {
    color: #184a3b; }

.alert-secondary {
  color: #001f30;
  background-color: #ccd8de;
  border-color: #b8c8d1; }
  .alert-secondary hr {
    border-top-color: #a9bcc7; }
  .alert-secondary .alert-link {
    color: black; }

.alert-success {
  color: #085f2e;
  background-color: #cff1de;
  border-color: #bcebd1; }
  .alert-success hr {
    border-top-color: #a8e5c4; }
  .alert-success .alert-link {
    color: #043017; }

.alert-info {
  color: #003d76;
  background-color: #cce3f9;
  border-color: #b8d8f7; }
  .alert-info hr {
    border-top-color: #a1cbf4; }
  .alert-info .alert-link {
    color: #002343; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #7d2020;
  background-color: #fcd8d8;
  border-color: #fbc9c9; }
  .alert-danger hr {
    border-top-color: #f9b1b1; }
  .alert-danger .alert-link {
    color: #541616; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1b1b;
  background-color: #d6d6d6;
  border-color: #c6c6c6; }
  .alert-dark hr {
    border-top-color: #b9b9b9; }
  .alert-dark .alert-link {
    color: #020202; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #47D7AC;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #47D7AC;
    border-color: #47D7AC; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #257059;
  background-color: #cbf4e8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #257059;
    background-color: #b6f0df; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #257059;
    border-color: #257059; }

.list-group-item-secondary {
  color: #001f30;
  background-color: #b8c8d1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #001f30;
    background-color: #a9bcc7; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #001f30;
    border-color: #001f30; }

.list-group-item-success {
  color: #085f2e;
  background-color: #bcebd1; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #085f2e;
    background-color: #a8e5c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #085f2e;
    border-color: #085f2e; }

.list-group-item-info {
  color: #003d76;
  background-color: #b8d8f7; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #003d76;
    background-color: #a1cbf4; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #003d76;
    border-color: #003d76; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #7d2020;
  background-color: #fbc9c9; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7d2020;
    background-color: #f9b1b1; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7d2020;
    border-color: #7d2020; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1b1b;
  background-color: #c6c6c6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1b1b;
    background-color: #b9b9b9; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1b1b;
    border-color: #1b1b1b; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #003B5C; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9eaec;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e9eaec;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #F0F3F5; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #F0F3F5; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #F0F3F5; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #F0F3F5; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #000;
  text-align: center;
  background-color: #F0F3F5;
  border-radius: 0.5rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.5rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.5rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.5rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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; }

.bg-primary {
  background-color: #47D7AC !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #2ac194 !important; }

.bg-secondary {
  background-color: #003B5C !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #001a29 !important; }

.bg-success {
  background-color: #10b759 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #0c8842 !important; }

.bg-info {
  background-color: #0075E2 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #005baf !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #F13D3E !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ea1112 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #333333 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1a1a1a !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9eaec !important; }

.border-top {
  border-top: 1px solid #e9eaec !important; }

.border-right {
  border-right: 1px solid #e9eaec !important; }

.border-bottom {
  border-bottom: 1px solid #e9eaec !important; }

.border-left {
  border-left: 1px solid #e9eaec !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #47D7AC !important; }

.border-secondary {
  border-color: #003B5C !important; }

.border-success {
  border-color: #10b759 !important; }

.border-info {
  border-color: #0075E2 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #F13D3E !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #333333 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.5rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !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; }

@media (min-width: 576px) {
  .d-sm-none {
    display: 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; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

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

  .d-md-block {
    display: block !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; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

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

  .d-lg-block {
    display: block !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; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: 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; } }
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }

  .d-xxl-inline {
    display: inline !important; }

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

  .d-xxl-block {
    display: block !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; } }
@media print {
  .d-print-none {
    display: none !important; }

  .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; } }
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.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-wrap {
  flex-wrap: wrap !important; }

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

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

.flex-fill {
  flex: 1 1 auto !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; }

.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; }

.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; }

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important; }

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

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

  .flex-sm-fill {
    flex: 1 1 auto !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; }

  .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; }

  .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; } }
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important; }

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

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

  .flex-md-fill {
    flex: 1 1 auto !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; }

  .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; }

  .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; } }
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important; }

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

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

  .flex-lg-fill {
    flex: 1 1 auto !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; }

  .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; }

  .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; } }
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important; }

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

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

  .flex-xl-fill {
    flex: 1 1 auto !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; }

  .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; }

  .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; } }
@media (min-width: 1400px) {
  .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-wrap {
    flex-wrap: wrap !important; }

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

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

  .flex-xxl-fill {
    flex: 1 1 auto !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; }

  .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; }

  .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; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }

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

  .float-sm-none {
    float: none !important; } }
@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }

  .float-md-right {
    float: right !important; }

  .float-md-none {
    float: none !important; } }
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }

  .float-lg-right {
    float: right !important; }

  .float-lg-none {
    float: none !important; } }
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }

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

  .float-xl-none {
    float: none !important; } }
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }

  .float-xxl-right {
    float: right !important; }

  .float-xxl-none {
    float: none !important; } }
.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  box-shadow: none !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; }

.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; }

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }

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

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

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

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

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

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }

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

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-0 {
    padding: 0 !important; }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }

  .p-sm-1 {
    padding: 0.25rem !important; }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }

  .p-sm-2 {
    padding: 0.5rem !important; }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }

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

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }

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

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }

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

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }

  .m-sm-n1 {
    margin: -0.25rem !important; }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }

  .m-sm-n2 {
    margin: -0.5rem !important; }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }

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

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }

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

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }

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

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }

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

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

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

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

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }

  .m-md-1 {
    margin: 0.25rem !important; }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }

  .m-md-2 {
    margin: 0.5rem !important; }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }

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

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }

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

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }

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

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }

  .p-md-0 {
    padding: 0 !important; }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }

  .p-md-1 {
    padding: 0.25rem !important; }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }

  .p-md-2 {
    padding: 0.5rem !important; }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }

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

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }

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

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }

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

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }

  .m-md-n1 {
    margin: -0.25rem !important; }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }

  .m-md-n2 {
    margin: -0.5rem !important; }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }

  .m-md-n3 {
    margin: -1rem !important; }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }

  .m-md-n4 {
    margin: -1.5rem !important; }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }

  .m-md-n5 {
    margin: -3rem !important; }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }

  .m-md-auto {
    margin: auto !important; }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }

  .m-lg-1 {
    margin: 0.25rem !important; }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }

  .m-lg-2 {
    margin: 0.5rem !important; }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }

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

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }

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

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }

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

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }

  .p-lg-0 {
    padding: 0 !important; }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }

  .p-lg-1 {
    padding: 0.25rem !important; }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }

  .p-lg-2 {
    padding: 0.5rem !important; }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }

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

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }

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

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }

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

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }

  .m-lg-n1 {
    margin: -0.25rem !important; }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }

  .m-lg-n2 {
    margin: -0.5rem !important; }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }

  .m-lg-n3 {
    margin: -1rem !important; }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }

  .m-lg-n4 {
    margin: -1.5rem !important; }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }

  .m-lg-n5 {
    margin: -3rem !important; }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }

  .m-lg-auto {
    margin: auto !important; }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }

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

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

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

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

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

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }

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

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }

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

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -0.25rem !important; }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }

  .m-xl-n2 {
    margin: -0.5rem !important; }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }

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

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }

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

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }

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

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }

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

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

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

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

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }
@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }

  .m-xxl-1 {
    margin: 0.25rem !important; }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }

  .m-xxl-2 {
    margin: 0.5rem !important; }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }

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

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }

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

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }

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

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }

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

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }

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

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }

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

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }

  .m-xxl-n1 {
    margin: -0.25rem !important; }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }

  .m-xxl-n2 {
    margin: -0.5rem !important; }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }

  .m-xxl-n3 {
    margin: -1rem !important; }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }

  .m-xxl-n4 {
    margin: -1.5rem !important; }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }

  .m-xxl-n5 {
    margin: -3rem !important; }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }

  .m-xxl-auto {
    margin: auto !important; }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }

  .text-sm-right {
    text-align: right !important; }

  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }

  .text-md-right {
    text-align: right !important; }

  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }

  .text-lg-right {
    text-align: right !important; }

  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }

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

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }

  .text-xxl-right {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
.text-lowercase {
  text-transform: lowercase !important; }

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

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

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

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

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

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

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

.text-white {
  color: #fff !important; }

.text-primary {
  color: #47D7AC !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #25ac84 !important; }

.text-secondary {
  color: #003B5C !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #000a10 !important; }

.text-success {
  color: #10b759 !important; }

a.text-success:hover, a.text-success:focus {
  color: #0a7137 !important; }

.text-info {
  color: #0075E2 !important; }

a.text-info:hover, a.text-info:focus {
  color: #004d96 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #F13D3E !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #d20f10 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #333333 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #0d0d0d !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #717D93 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }

  a:not(.btn) {
    text-decoration: underline; }

  abbr[title]::after {
    content: " (" attr(title) ")"; }

  pre {
    white-space: pre-wrap !important; }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  @page {
    size: a3; }
  body {
    min-width: 992px !important; }

  .container {
    min-width: 992px !important; }

  .navbar {
    display: none; }

  .badge {
    border: 1px solid #000; }

  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #F0F3F5 !important; }

  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e9eaec; }

  .table .thead-dark th {
    color: inherit;
    border-color: #e9eaec; } }
@font-face {
  font-family: "geomanistregular";
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/regular/geomanist-regular-webfont.eot");
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/regular/geomanist-regular-webfont.eot#iefix") format("embedded-opentype"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/regular/geomanist-regular-webfont.woff2") format("woff2"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/regular/geomanist-regular-webfont.woff") format("woff"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/regular/geomanist-regular-webfont.ttf") format("truetype"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/regular/geomanist-regular-webfont.svg#geomanistregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "geomanistitalic";
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/italic/geomanist-regular-italic-webfont.eot");
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/italic/geomanist-regular-italic-webfont.eot#iefix") format("embedded-opentype"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/italic/geomanist-regular-italic-webfont.woff2") format("woff2"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/italic/geomanist-regular-italic-webfont.woff") format("woff"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/italic/geomanist-regular-italic-webfont.ttf") format("truetype"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/italic/geomanist-regular-italic-webfont.svg#geomanistitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "geomanistbold";
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/bold/geomanist-bold-webfont.woff2") format("woff2"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/Geomanist/bold/geomanist-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "icomoon";
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.eot?vl6hun");
  src: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.eot?vl6hun#iefix") format("embedded-opentype"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.ttf?vl6hun") format("truetype"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.woff?vl6hun") format("woff"), url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/fonts/ico-moon/icomoon.svg?vl6hun#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.btn-primary, .hs-button, form input[type=submit], form .hs-button {
  background: #47D7AC !important;
  color: #35302f ;
  box-shadow: none !important;
  border: 2px solid transparent !important; }
  .btn-primary:hover, .hs-button:hover, form input[type=submit]:hover, form .hs-button:hover {
    background: #64FFD1 !important;
    border: 2px solid transparent !important;
    color: #35302f;
    box-shadow: none !important; }
  .btn-primary:focus, .hs-button:focus, form input[type=submit]:focus, form .hs-button:focus {
    background: #47D7AC !important;
    border: 2px solid rgba(71, 215, 172, 0.5) !important;
    color: #35302f !important;
    box-shadow: none !important; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background: #3FC09A !important;
  border-color: #3FC09A !important;
  color: #35302f !important;
  box-shadow: none !important; }

.btn-outline-primary {
  color: #003B5C;
  border-color: #003B5C; }
  .btn-outline-primary:focus, .btn-outline-primary:hover {
    background: #003B5C;
    border-color: #003B5C; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background: #2ac194; }

.btn-success {
  background: #009E6B;
  border: 1px solid #009E6B;
  color: #fff;
  box-shadow: none !important; }
  .btn-success:focus, .btn-success:hover {
    background: #00855a; }

.btn-secondary {
  color: #fff;
  background-color: #003B5C;
  border-color: #003B5C;
  box-shadow: none !important; }

.btn-secondary:hover {
  color: #fff;
  background-color: #00517E;
  border-color: #00517E; }

.btn-info {
  background: #C9CDD6;
  color: #003B5C;
  border-color: #C9CDD6; }
  .btn-info:hover {
    background: #C9CDD6;
    color: #003B5C;
    border-color: #C9CDD6; }

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #003B5C;
  background-color: #bbc0cb;
  border-color: #bbc0cb; }

.btn-info:focus, .btn-info.focus {
  color: #003B5C;
  background-color: #acb2c0;
  border-color: #a6adbc;
  box-shadow: none; }

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #9da6b9; }

.btn-info1 {
  background: #E4ECFE;
  color: #47D7AC;
  border-color: #B8C8EE; }
  .btn-info1:hover {
    background: #E4ECFE;
    color: #47D7AC;
    border-color: #47D7AC; }

.btn-round {
  border-radius: 50px; }

.btn-white {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .btn-white:hover {
    color: #47D7AC;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.btn-warning {
  color: #fff; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
.clearfix:after {
  clear: both; }

.zindex-1 {
  z-index: 1; }

.zindex-2 {
  z-index: 2; }

.zindex-3 {
  z-index: 3; }

.zindex-4 {
  z-index: 4; }

.fixed {
  position: fixed; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

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

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

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

.text-just {
  text-align: justify; }

.align-top {
  vertical-align: top; }

.align-bottom {
  vertical-align: bottom; }

.align-middle {
  vertical-align: middle; }

.align-baseline {
  vertical-align: baseline; }

.fit {
  max-width: 100%; }

.half-width {
  width: 50%; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.inline {
  display: inline; }

.block {
  display: block; }

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

.hidden {
  display: none; }

.white {
  color: #fff; }

.gray {
  color: #717D93; }

.dark-gray {
  color: #656565; }

.white-bg {
  background-color: #fff; }

.gray-bg {
  background-color: #717D93; }

.dark-gray-bg {
  background-color: #656565; }

.success-bg {
  background-color: #10b759; }

.alert-bg {
  background-color: #F41C0D; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.break-word {
  word-wrap: break-word; }

.no-wrap {
  white-space: nowrap !important; }

.no-bullets, .list-bare {
  list-style: none; }

.bullets-inside {
  list-style: inside; }

.list-bare {
  margin: 0;
  padding: 0; }

.border-all {
  border: 1px solid #e9eaec; }

.border-top {
  border-top: 1px solid #e9eaec; }

.border-bottom {
  border-bottom: 1px solid #e9eaec; }

.border-right {
  border-right: 1px solid #e9eaec; }

.border-left {
  border-left: 1px solid #e9eaec; }

.border-all--dark {
  border: 1px solid #e9eaec; }

.border-top--dark {
  border-top: 1px solid #e9eaec; }

.border-bottom--dark {
  border-bottom: 1px solid #e9eaec; }

.border-right--dark {
  border-right: 1px solid #e9eaec; }

.border-left--dark {
  border-left: 1px solid #e9eaec; }

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.radius {
  border-radius: 3px; }

.radius-top {
  border-radius: 3px 3px 0 0; }

.radius-right {
  border-radius: 0 3px 3px 0; }

.radius-bottom {
  border-radius: 0 0 3px 3px; }

.radius-left {
  border-radius: 3px 0 0 3px; }

.margin-top-none {
  margin-top: 0; }

.margin-top-quarter {
  margin-top: 0.25em; }

.margin-top-half {
  margin-top: 0.5em; }

.margin-top-one {
  margin-top: 1em; }

.margin-top-two {
  margin-top: 2em; }

.margin-top-three {
  margin-top: 3em; }

.margin-top-four {
  margin-top: 4em; }

.margin-bottom-none {
  margin-bottom: 0; }

.margin-bottom-quarter {
  margin-bottom: 0.25em; }

.margin-bottom-half {
  margin-bottom: 0.5em; }

.margin-bottom-one {
  margin-bottom: 1em; }

.margin-bottom-two {
  margin-bottom: 2em; }

.margin-bottom-three {
  margin-bottom: 3em; }

.margin-bottom-four {
  margin-bottom: 4em; }

.mb-40 {
  margin-bottom: 40px; }

.margin-right-none {
  margin-right: 0; }

.margin-right-quarter {
  margin-right: 0.25em; }

.margin-right-half {
  margin-right: 0.5em; }

.margin-right-one {
  margin-right: 1em; }

.margin-right-two {
  margin-right: 2em; }

.margin-right-three {
  margin-right: 3em; }

.margin-right-four {
  margin-right: 4em; }

.margin-left-none {
  margin-left: 0; }

.margin-left-quarter {
  margin-left: 0.25em; }

.margin-left-half {
  margin-left: 0.5em; }

.margin-left-one {
  margin-left: 1em; }

.margin-left-two {
  margin-left: 2em; }

.margin-left-three {
  margin-left: 3em; }

.margin-left-four {
  margin-left: 4em; }

.margin-none {
  margin: 0; }

.margin-quarter {
  margin: 0.25em; }

.margin-half {
  margin: 0.5em; }

.margin-one {
  margin: 1em; }

.margin-two {
  margin: 2em; }

.margin-three {
  margin: 3em; }

.margin-four {
  margin: 4em; }

.padding-top-none {
  padding-top: 0; }

.padding-top-quarter {
  padding-top: 0.25em; }

.padding-top-halve {
  padding-top: 0.5em; }

.padding-top-one {
  padding-top: 1em; }

.padding-top-two {
  padding-top: 2em; }

.padding-top-three {
  padding-top: 3em; }

.padding-top-four {
  padding-top: 4em; }

.padding-bottom-none {
  padding-bottom: 0; }

.padding-bottom-quarter {
  padding-bottom: 0.25em; }

.padding-bottom-halve {
  padding-bottom: 0.5em; }

.padding-bottom-one {
  padding-bottom: 1em; }

.padding-bottom-two {
  padding-bottom: 2em; }

.padding-bottom-three {
  padding-bottom: 3em; }

.padding-bottom-four {
  padding-bottom: 4em; }

.padding-right-none {
  padding-right: 0; }

.padding-right-quarter {
  padding-right: 0.25em; }

.padding-right-halve {
  padding-right: 0.5em; }

.padding-right-one {
  padding-right: 1em; }

.padding-right-two {
  padding-right: 2em; }

.padding-right-three {
  padding-right: 3em; }

.padding-right-four {
  padding-right: 4em; }

.padding-left-none {
  padding-left: 0; }

.padding-left-quarter {
  padding-left: 0.25em; }

.padding-left-halve {
  padding-left: 0.5em; }

.padding-left-one {
  padding-left: 1em; }

.padding-left-two {
  padding-left: 2em; }

.padding-left-three {
  padding-left: 3em; }

.padding-left-four {
  padding-left: 4em; }

.padding-none {
  padding: 0; }

.padding-quarter {
  padding: 0.25em; }

.padding-halve {
  padding: 0.5em; }

.padding-one {
  padding: 1em; }

.padding-two {
  padding: 2em; }

.padding-three {
  padding: 3em; }

.padding-four {
  padding: 4em; }

body,
html {
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  background: #fff;
  position: relative;
  color: #000000; }
  @media (max-width: 1199px) {
    body,
    html {
      font-size: 15px;
      height: auto; } }
  @media (max-width: 767px) {
    body,
    html {
      font-size: 14px;
      height: auto; } }

.grecaptcha-badge {
  margin: 0 !important; }

body::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1d1d1d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear .5s, opacity .5s ease-out 0s;
  transition: visibility 0s linear .5s, opacity .5s ease-out 0s;
  z-index: 101; }
body.menuopen {
  overflow: hidden; }
  body.menuopen::after {
    display: block;
    -webkit-transition: visibility 0s linear 0s, opacity .25s ease-in 0s;
    transition: visibility 0s linear 0s, opacity .25s ease-in 0s;
    opacity: 1;
    background-color: #ffffff;
    visibility: visible; }

.breadcrumb {
  border-top: 1px solid rgba(0, 59, 92, 0.03);
  border-bottom: 1px solid rgba(0, 59, 92, 0.03);
  padding: 1rem;
  background: none; }
  .breadcrumb .breadcrumb-item {
    color: #717D93;
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .breadcrumb .breadcrumb-item {
        font-size: 16px;
        padding-left: 0; } }
    .breadcrumb .breadcrumb-item.active {
      color: #717D93; }
      .breadcrumb .breadcrumb-item.active > a {
        text-decoration: none;
        font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: normal; }
    .breadcrumb .breadcrumb-item > a {
      color: #717D93;
      text-decoration: underline;
      font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal; }
      .breadcrumb .breadcrumb-item > a:hover {
        color: #000000;
        text-decoration: underline; }

.badge-custom-tag {
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #717d93;
  content: "\e931";
  font-family: 'icomoon' !important; }
  @media (max-width: 767px) {
    .breadcrumb-item + .breadcrumb-item::before {
      font-size: 16px;
      content: "\e92e"; } }

@media (max-width: 767px) {
  .breadcrumb .breadcrumb-item::before {
    font-size: 16px;
    content: "\e92e";
    font-family: 'icomoon' !important;
    color: #717d93;
    display: inline-block;
    padding-right: 0.5rem; } }

.centered {
  max-width: 1000px !important;
  margin: 0 auto !important; }

.f-16 {
  font-size: 16px; }

.f-14 {
  font-size: 14px; }

.f-12 {
  font-size: 12px; }

.f-10 {
  font-size: 10px; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

h1, .h1 {
  line-height: 55px; }
  @media (max-width: 767px) {
    h1, .h1 {
      font-size: 32px !important;
      line-height: 35px !important; } }

h2, .h2 {
  line-height: 41.8px; }
  @media (max-width: 767px) {
    h2, .h2 {
      font-size: 26px !important;
      line-height: 28px !important; } }

h3, .h3 {
  line-height: 30.8px; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 22px !important;
      line-height: 26px !important; } }

h4, .h4 {
  line-height: 25.2px; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 18px !important;
      line-height: 20px !important; } }

h5, .h5 {
  line-height: 23.2px; }

.bg-light {
  background-color: #EDFBF7 !important; }

strong {
  font-weight: 700;
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

.font-weight-normal {
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; }

p, .p {
  line-height: 24px;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px; }

a {
  color: #000000;
  font-weight: 500;
/*   font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  a:hover {
    text-decoration: underline;
    color: #000000; }
  a:focus {
    color: #002940; }

@media (max-width: 767px) {
  .hs-form {
    padding: 0; } }
.hs-form .input {
  margin-right: 16px !important; }
  @media (max-width: 767px) {
    .hs-form .input {
      margin-right: 0 !important; } }
  .hs-form .input input, .hs-form .input select {
    width: 100% !important; }
    @media (max-width: 767px) {
      .hs-form .input input, .hs-form .input select {
        width: 100% !important; } }
  .hs-form .input input[type=checkbox] {
    width: auto !important; }

label {
  font-size: 0.875rem;
  color: #003B5C; }
  label:hover {
    color: #003B5C; }

.blog-img-h {
  position: relative;
  padding-top: 75%;
  display: block; }
  .blog-img-h .img-style1 {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4/3; }

.post-body-content h2 {
  margin-top: 40px;
  font-size: 1.75rem;
  color: #003b5c;
  margin-bottom: .5rem;
  line-height: 30.8px; }

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select:focus,
textarea {
  font-size: 16px; }

.form-control, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form select, form textarea {
  border-color: #DADADA;
  height: calc(1em + 1rem + 6px);
  font-size: 16px;
  padding: 0 12px;
  line-height: 36px;
  color: #000000; }
  @media (max-width: 767px) {
    .form-control, form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form select, form textarea {
      height: 45px;
      line-height: 45px;
      font-size: 16px; } }
  .form-control:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form select:focus, form textarea:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #0075e2;
    font-size: 16px; }

.hs-input::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.hs-input:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.hs-input::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.hs-input::placeholder {
  color: #6c757d;
  opacity: 1; }

h2 {
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 20px; }

article p {
  font-size: 21px;
  color: #003B5C; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #003B5C;
  background-color: #003B5C; }

.custom-control label {
  font-size: 1rem; }

.btn {
  border-radius: 40px;
  font-size: 0.875rem;
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  padding: 0 16px;
  line-height: 36px;
  line-height: 34px;
  border: 2px solid transparent;
  min-width: 132px;
  box-shadow: none; }
  @media (max-width: 767px) {
    .btn {
      font-size: 0.875rem;
      padding: 0 16px;
      line-height: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center; } }

.btn.btn-md {
  font-size: 0.875rem;
  border-radius: 30px;
  line-height: 52px;
  height: 52px; }
  @media (max-width: 767px) {
    .btn.btn-md {
      font-size: 0.875rem;
      padding: 0 16px;
      line-height: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center; } }

.btn.btn-lg, .btn-group-lg > .btn, .btn.btn-group-lg > .btn {
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
  font-size: 0.875rem;
  border-radius: 40px;
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  min-width: 150px;
  box-shadow: none; }
  @media (max-width: 767px) {
    .btn.btn-lg, .btn-group-lg > .btn, .btn.btn-group-lg > .btn {
      font-size: 0.875rem;
      padding: 0 16px;
      line-height: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center; } }

.btn-icon {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .btn-icon i, .btn-icon img {
    margin-left: 8px;
    font-size: 16px;
    font-weight: bold; }

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background: #3FC09A;
  border: 2px solid transparent;
  color: #003B5C; }

.hs-button {
  border-radius: 40px;
  font-size: 0.875rem;
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  padding: 0 16px;
  line-height: 36px;
  line-height: 34px;
  border: 2px solid transparent;
  min-width: 132px;
  box-shadow: none;
  background: #47D7AC !important;
  color: #003B5C !important;
  box-shadow: none !important;
  border: 2px solid transparent !important; }
  @media (max-width: 767px) {
    .hs-button {
      font-size: .875rem !important;
      padding: 0 16px !important;
      line-height: 36px;
      height: 36px;
      display: flex !important;
      align-items: center;
      justify-content: center; } }
  .hs-button:hover {
    background: #64FFD1 !important;
    border: 2px solid transparent !important;
    color: #003B5C;
    box-shadow: none !important; }
  .hs-button:focus {
    background: #47D7AC !important;
    border: 2px solid rgba(71, 215, 172, 0.5) !important;
    color: #003B5C !important;
    box-shadow: none !important; }

.btn-link {
  font-size: 0.875rem;
  color: #000000;
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  -webkit-transition: all 0.31s ease-in-out;
  -moz-transition: all 0.31s ease-in-out;
  -ms-transition: all 0.31s ease-in-out;
  -o-transition: all 0.31s ease-in-out;
  transition: all 0.31s ease-in-out; }
  .btn-link:hover {
    text-decoration: underline;
    color: #000000; }
  .btn-link:focus {
    color: #000000;
    text-decoration: underline; }

.btn-outline {
  border: 1px solid #35302f;
  color: #35302f;
  height: 36px;
  line-height: 36px;
  display: inline-block; }
  @media (max-width: 767px) {
    .btn-outline {
      font-size: 0.875rem;
      padding: 0 16px;
      line-height: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .btn-outline:hover {
    background: rgba(0, 59, 92, 0.2); }
  .btn-outline:focus {
    border: 1px solid rgba(0, 117, 226, 0.5);
    box-shadow: none; }

.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
  background: #003B5C !important;
  border-color: #003B5C !important;
  color: #fff !important; }

.custom-control-label::before {
  width: 16px;
  height: 16px;
  border: #C9CDD6 solid 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/Opyn%20Icons/UI%20Icon/check-white.svg);
  background-size: 100%; }

.custom-checkbox .custom-control-input[disabled] ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background-image: url(../img/icons/minus.svg);
  background-size: 100%; }

.custom-radio .custom-control-input[disabled] ~ .custom-control-label::after, .custom-radio .custom-control-input:disabled ~ .custom-control-label::after {
  background-image: url(../img/icons/circleradion.svg);
  background-color: #fff;
  border: #C9CDD6 solid 2px;
  border-radius: 50%; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #003B5C;
  border-color: #003B5C; }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #003B5C;
  box-shadow: none; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none; }

.custom-control-input:hover:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(0, 59, 92, 0.5);
  box-shadow: none; }

.underline {
  text-decoration: underline; }

.dropdown-menu {
  box-shadow: 0px 4px 12px 0px rgba(12, 76, 140, 0.1), 0px 2px 6px 0px rgba(12, 76, 140, 0.06);
  border: none; }

.dropdown-toggle::after {
  display: none; }

.list-inline-item:not(:last-child) {
  margin-right: 0.95rem; }

.dropdown .dd-arrow {
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease; }
.dropdown.show .dd-arrow {
  transform: rotate(180deg); }

.faqollist {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .faqollist li {
    margin-bottom: 80px; }

.topbar {
  background-color: #003B5C;
  color: #fff;
  font-size: 0.75rem;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1040;
  display: block;
  margin: 0;
  width: 100%;
  height: 40px;
  max-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform;
  -webkit-transition: background-color 0.31s ease;
  -moz-transition: background-color 0.31s ease;
  -ms-transition: background-color 0.31s ease;
  -o-transition: background-color 0.31s ease;
  transition: background-color 0.31s ease;
  position: relative; }
  .topbar > .container {
    height: 100%; }
  .topbar > .container > .row {
    height: 100%; }
  .topbar.fixed1 {
    transform: translateY(-100%); }
  @media (max-width: 991px) {
    .topbar {
      position: relative;
      height: 100%;
      max-height: 100%; } }
  .topbar .mobileul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .topbar .mobileul li a {
      color: #fff;
      padding: 10px 15px;
      display: block;
      font-size: 18px;
      display: flex;
      align-items: center;
      font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal; }
      .topbar .mobileul li a i, .topbar .mobileul li a img {
        font-size: 20px;
        margin-right: 12px !important; }
  .topbar .newstext {
    font-size: 0.75rem;
    margin: 0;
    display: flex;
    align-items: center; }
    .topbar .newstext i {
      color: #47D7AC;
      font-size: 16px;
      margin-right: 16px; }
  .topbar ul.list-inline {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .topbar ul.list-inline > li > a {
      color: #fff;
      font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal; }

.navbar-toggler {
  border: 0; }
  .navbar-toggler:focus, .navbar-toggler:active {
    border: none;
    outline: none; }

.skip-nav {
  position: absolute;
  width: 26px;
  min-height: 20px;
  left: 16px;
  top: 18px;
  padding: 0; }

.skip-nav span {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  position: absolute;
  background: #111;
  height: 2px;
  width: 100%;
  display: block;
  -moz-transition: background 0s 0.25s;
  -o-transition: background 0s 0.25s;
  -webkit-transition: background 0s 0.25s;
  transition: background 0s 0.25s; }

.skip-nav span.strip-1 {
  top: 0;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform; }

.skip-nav span.strip-2 {
  top: 9px; }

.skip-nav span.strip-3 {
  bottom: 0;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform; }

.skip-nav span.strip-1,
.skip-nav span.strip-3 {
  -webkit-transition-delay: .25s, 0s;
  transition-delay: .25s, 0s;
  -webkit-transition-duration: .25s, .25s;
  transition-duration: .25s, .25s; }

.skip-nav.active .strip-1 {
  -webkit-transition-delay: 0s, .25s;
  transition-delay: 0s, .25s;
  top: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.skip-nav.active .strip-2 {
  background: 0 0; }

.skip-nav.active .strip-3 {
  -webkit-transition-delay: 0s, .25s;
  transition-delay: 0s, .25s;
  bottom: 9px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.searchform {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  opacity: 0;
  visibility: none;
  -webkit-transition: all 0.31s ease-in-out;
  -moz-transition: all 0.31s ease-in-out;
  -ms-transition: all 0.31s ease-in-out;
  -o-transition: all 0.31s ease-in-out;
  transition: all 0.31s ease-in-out;
  will-change: transform, opacity; }
  .searchform.active {
    opacity: 1;
    visibility: visible;
    z-index: 5; }
  .searchform .searchholder {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 57px;
    background: #fff;
    padding: 0 26px; }
    @media (max-width: 767px) {
      .searchform .searchholder {
        padding: 0;
        min-height: 55px; } }
    .searchform .searchholder .form-control {
      border: none;
      height: 57px;
      line-height: 57px;
      padding: 0.375rem 3rem; }
      .searchform .searchholder .form-control:focus {
        border: none;
        box-shadow: none; }
      @media (max-width: 767px) {
        .searchform .searchholder .form-control {
          height: 55px;
          line-height: 55px; } }
    .searchform .searchholder .searchicon {
      position: absolute;
      left: 40px;
      top: 18px; }
      @media (max-width: 767px) {
        .searchform .searchholder .searchicon {
          left: 10px;
          top: 16px; } }
    .searchform .searchholder .crosicon {
      position: absolute;
      right: 40px;
      top: 18px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .searchform .searchholder .crosicon {
          right: 10px;
          top: 16px; } }

.searchicon {
  cursor: pointer; }

.metainfo span.bdate {
  display: block;
  margin: 8px 0;
  color: #003B5C;
  font-size: 14px; }

.autocompletedd {
  background: #fff;
  padding: 24px 40px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 0 0 8px 8px;
  opacity: 0;
  visibility: hidden;
  z-index: -4;
  transform: translateY(20px);
  -webkit-transition: all 0.31s ease-in-out;
  -moz-transition: all 0.31s ease-in-out;
  -ms-transition: all 0.31s ease-in-out;
  -o-transition: all 0.31s ease-in-out;
  transition: all 0.31s ease-in-out;
  max-height: 0;
  min-height: 0; }
  .autocompletedd.active {
    opacity: 1;
    visibility: visible;
    z-index: 5;
    transform: translateY(0);
    height: 100%;
    min-height: 100%;
    max-height: 100%; }
    @media (max-width: 767px) {
      .autocompletedd.active {
        background: #F9FCFF;
        height: 100%;
        min-height: 100vh; } }
  .autocompletedd .search-result li a {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: inline-block;
    line-height: 32px; }
    .autocompletedd .search-result li a:hover {
      text-decoration: underline; }

.dropdown-toggle:focus-visible, .dropdown-toggle:focus-within, .dropdown-toggle:focus {
  outline: none; }

.dropdown-item {
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; }

.header1 {
  width: 100%;
  z-index: 9997;
  background-color: #fff;
  -webkit-transition: all 0.31s ease-in-out;
  -moz-transition: all 0.31s ease-in-out;
  -ms-transition: all 0.31s ease-in-out;
  -o-transition: all 0.31s ease-in-out;
  transition: all 0.31s ease-in-out; }
  @media (max-width: 1199px) {
    .header1 {
      position: relative; } }
  @media (max-width: 991px) {
    .header1 .container {
      padding: 0;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .header1 .container {
      padding: 0 8px; } }
  .header1.header2 {
    position: relative; }
    @media (max-width: 767px) {
      .header1.header2 .mobheader .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 10px; } }
    .header1.header2 .navbar {
      padding: 0 10px;
      height: 64px; }
    .header1.header2.fixed1 .navbar.fixed1 {
      position: fixed;
      top: 0;
      background-color: #fff;
      width: 100%;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -ms-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      z-index: 9997;
      left: 0;
      box-shadow: 0 4px 40px rgba(0, 0, 0, 0.4); }
  .header1.fixed1 {
    -webkit-transition: all 0.31s ease-in-out;
    -moz-transition: all 0.31s ease-in-out;
    -ms-transition: all 0.31s ease-in-out;
    -o-transition: all 0.31s ease-in-out;
    transition: all 0.31s ease-in-out; }
    .header1.fixed1 .navbar {
      position: fixed;
      top: 0;
      background-color: #fff;
      width: 100%;
      -webkit-transition: all 0.31s ease-in-out;
      -moz-transition: all 0.31s ease-in-out;
      -ms-transition: all 0.31s ease-in-out;
      -o-transition: all 0.31s ease-in-out;
      transition: all 0.31s ease-in-out;
      z-index: 9997;
/*       box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1);  */
}
  @media (max-width: 767px) {
    .header1 {
      top: 0;
      position: relative; } }
  @media (max-width: 767px) {
    .header1 .container {
      padding: 0; } }
  @media (max-width: 767px) {
    .header1 .navbar-brand {
      margin: 0; } }
  @media (max-width: 1199px) {
    .header1 .mobheader {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      width: 160px;
      height: 55px; } }
  .header1 .mobheader .searchicon {
    position: absolute;
    right: 5px;
    top: 15px; }
  @media (max-width: 991px) {
    .header1 .mobheader {
      width: 100%; } }
  @media (max-width: 767px) {
    .header1 .navbar {
      padding: 0; } }
  @media (max-width: 767px) {
    .header1 .navbar .navbar-collapse {
      background: #ffffff; } }
  .header1 .navbar .btn-primary {
    font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold; }
    @media (max-width: 767px) {
      .header1 .navbar .btn-primary {
        width: 100%;
        font-size: 18px;
        height: 56px;
        line-height: 56px; } }
    @media (max-width: 767px) {
      .header1 .navbar .btn-primary i {
        font-size: 20px; } }
  .header1 .navbar .dropdown-menu .dropdown-item {
    color: #003B5C; }
    .header1 .navbar .dropdown-menu .dropdown-item.active {
      font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      background: transparent; }
    @media (max-width: 767px) {
      .header1 .navbar .dropdown-menu .dropdown-item {
        padding: 0.5rem 1.75rem; } }
  @media (max-width: 767px) {
    .header1 .navbar .dropdown-menu {
      position: static;
      float: none;
      background: #F1F6FA;
      border: 0;
      border-radius: 0;
      box-shadow: none; } }
  @media (max-width: 1199px) {
    .header1 .navbar .righbtn {
      margin: 0 12px 0 auto !important; } }
  @media (max-width: 991px) {
    .header1 .navbar .righbtn {
      margin: 20px 12px !important; } }
  @media (max-width: 1199px) {
    .header1 .navbar .navbar-nav {
      margin-left: 0 !important; } }
  @media (max-width: 991px) {
    .header1 .navbar .navbar-nav {
      margin-left: auto !important; } }
  .header1 .navbar .navbar-nav .nav-item.active .nav-link {
    font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold; }
  .header1 .navbar .navbar-nav .nav-item .nav-link {
    color: #003B5C;
    font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    white-space: nowrap; }
    @media (max-width: 1199px) {
      .header1 .navbar .navbar-nav .nav-item .nav-link {
        padding: 0.5rem 0.35rem; } }
    .header1 .navbar .navbar-nav .nav-item .nav-link:hover, .header1 .navbar .navbar-nav .nav-item .nav-link:focus {
      outline: none !important; }
    @media (max-width: 767px) {
      .header1 .navbar .navbar-nav .nav-item .nav-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0.5rem 1rem;
        font-size: 21px;
        outline: none; } }

.hs-error-msg {
  color: #ef6b51 !important; }

.footer1 {
  background-color: #1B1818;
/*   border-top: 8px solid #47D7AC; */
  padding: 80px 0 0;
  color: #fff; }
  .footer1 .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0; }
    .footer1 .copyright a {
      color: #fff;
      font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal; }
    .footer1 .copyright .social-list {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      @media (max-width: 767px) {
        .footer1 .copyright .social-list {
          padding: 20px 0; } }
      @media (max-width: 767px) {
        .footer1 .copyright .social-list li a img {
          width: 52px;
          height: 52px; } }
    @media (max-width: 767px) {
      .footer1 .copyright {
        padding: 15px; } }
    .footer1 .copyright p {
      margin: 0;
      color: #fff; }
  .footer1 .footer-bottom {
    background-color: #35302F;
    padding: 15px 0;
    color: #fff; }
    @media (max-width: 767px) {
      .footer1 .footer-bottom {
        padding: 15px; } }
    .footer1 .footer-bottom p {
      font-size: 0.75rem;
      margin: 0;
      color: #fff;
      line-height: 17.4px; }
      @media (max-width: 767px) {
        .footer1 .footer-bottom p {
          line-height: 145%; } }
      .footer1 .footer-bottom p a {
        color: #fff; }
      .footer1 .footer-bottom p span {
        color: #fff; }
        .footer1 .footer-bottom p span a {
          color: #fff; }
      .footer1 .footer-bottom p a {
        color: #fff; }
  @media (max-width: 767px) {
    .footer1 {
      padding: 30px 0 0;
      border-top: 3px solid #C9CDD6;
      overflow: hidden; } }
  @media (max-width: 767px) {
    .footer1 .container {
      padding: 0; } }
  @media (max-width: 767px) {
    .footer1 .flogo-block {
      padding: 0 10px; } }
  .footer1 .flogo-block .media {
    margin-bottom: 16px; }
    .footer1 .flogo-block .media .media-body a {
      font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal; }
    @media (max-width: 767px) {
      .footer1 .flogo-block .media .media-body p {
        font-size: 14px;
        margin: 0; } }
    @media (max-width: 767px) {
      .footer1 .flogo-block .media .media-body p br {
        display: none; } }
  .footer1 .flogo-block address {
    font-size: 0.875rem;
    margin: 0;
    transition: all 0.31s ease-in-out;
    line-height: normal; }
    .footer1 .flogo-block address:hover {
      text-decoration: underline; }
    @media (max-width: 767px) {
      .footer1 .flogo-block address br {
        display: none; } }
  .footer1 .flogo-block .email {
    color: #47D7AC;
    font-size: 0.875rem; }
    .footer1 .flogo-block .email:hover {
      transition: all 0.31s ease-in-out;
      text-decoration: underline; }
    @media (max-width: 767px) {
      .footer1 .flogo-block .email {
        font-size: 14px; } }
  .footer1 .footer-block {
/*     margin-bottom: 60px; */
/*     min-height: 150px;  */
}
    @media (max-width: 991px) {
      .footer1 .footer-block {
/*         min-height: 170px;  */
			} 
}
    @media (max-width: 767px) {
      .footer1 .footer-block {
        min-height: auto; } }
    .footer1 .footer-block ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      @media (max-width: 767px) {
        .footer1 .footer-block ul {
          padding: 10px; } }
      .footer1 .footer-block ul > li > a {
        color: #fff;
        font-size: .875rem;
        line-height: 24px;
        -webkit-transition: all 0.31s ease;
        -moz-transition: all 0.31s ease;
        -ms-transition: all 0.31s ease;
        -o-transition: all 0.31s ease;
        transition: all 0.31s ease;
        position: relative;
        overflow: hidden;
        display: inline-block;
        font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: normal; }
        .footer1 .footer-block ul > li > a:hover {
          text-decoration: none; }
        .footer1 .footer-block ul > li > a:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: white;
          transition: opacity 300ms, transform 300ms;
          opacity: 1;
          transform: translate3d(-110%, 0, 0); }
        .footer1 .footer-block ul > li > a:hover:before {
          transform: translate3d(0, 0, 0); }
    @media (max-width: 767px) {
      .footer1 .footer-block {
        margin-bottom: 0; } }
    .footer1 .footer-block .collapse {
      display: block !important; }
      @media (max-width: 767px) {
        .footer1 .footer-block .collapse ul {
          background-color: #1b1818; } }
    .footer1 .footer-block .collapsing {
/*       background-color: #002337;  */
}
    @media (max-width: 767px) {
      .footer1 .footer-block .collapse:not(.show) {
        display: none !important; } }
  .footer1 .mobile-acc {
    display: flex;
    position: relative; }
    @media (max-width: 767px) {
      .footer1 .mobile-acc {
        margin: 0; } }
    .footer1 .mobile-acc span.acc-icon {
      margin-left: auto;
      position: absolute;
      right: 10px;
      width: 100%;
      text-align: right; }
      .footer1 .mobile-acc span.acc-icon img {
        transform: rotate(180deg);
        -webkit-transition: all 0.31s ease;
        -moz-transition: all 0.31s ease;
        -ms-transition: all 0.31s ease;
        -o-transition: all 0.31s ease;
        transition: all 0.31s ease; }
      .footer1 .mobile-acc span.acc-icon.collapsed img {
        transform: rotate(0deg); }
  .footer1 .mobile-acc {
    font-size: 0.875rem;
    font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 20.3px;
    color: #fff;
/*     text-transform: uppercase; */
    -webkit-transition: all 0.31s ease;
    -moz-transition: all 0.31s ease;
    -ms-transition: all 0.31s ease;
    -o-transition: all 0.31s ease;
    transition: all 0.31s ease; }
    @media (max-width: 767px) {
      .footer1 .mobile-acc {
        padding: 10px; } }
  @media (max-width: 767px) {
    .footer1 .collapse.show {
      background-color: #002337; 
		} 
}
  @media (max-width: 767px) {
    .footer1 .collapse {
      background-color: #002337; } }
  .footer1 .footer-logo {
    margin-bottom: 30px; }
    .footer1 .footer-logo img {
      max-width: 200px; }
      @media (max-width: 1199px) {
        .footer1 .footer-logo img {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .footer1 .footer-logo img {
          max-width: 200px; } }

.ps-80 {
  padding: 80px 0; }

.inner-header {
  background: url(../img/loginbg.png) no-repeat;
  min-height: 400px;
  background-size: 100%;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .inner-header {
      position: relative; } }
  @media (max-width: 1199px) {
    .inner-header::before {
      content: '';
      background: rgba(200, 209, 222, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 0; } }
  @media (max-width: 1199px) {
    .inner-header {
      background-size: cover;
      min-height: 284px;
      background-position: 70% 100%;
      display: block;
      padding: 10px 15px; } }
  .inner-header.herobg {
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 450px;
    padding: 80px 12px 116px; }
    @media (max-width: 1399px) {
      .inner-header.herobg {
        align-items: flex-start;
        min-height: 100%; } }
    @media (max-width: 1199px) {
      .inner-header.herobg {
        background-size: cover;
        min-height: 284px;
        background-position: 70% 100%; } }
    @media (max-width: 991px) {
      .inner-header.herobg {
        padding: 80px 0 116px; } }
    .inner-header.herobg article h1, .inner-header.herobg article p {
      color: #003B5C; }
    .inner-header.herobg article p {
      max-width: 490px;
      margin-bottom: 16px; }
      @media (max-width: 767px) {
        .inner-header.herobg article p {
          font-size: 18px;
          line-height: 26px; } }
    @media (max-width: 1199px) {
      .inner-header.herobg article h1 br {
        display: none; } }
  @media (max-width: 767px) {
    .inner-header {
      padding: 0;
      margin: 0;
      background: url(../img/loginbg-mobile.png) no-repeat;
      min-height: 220px;
      background-size: cover; } }
  .inner-header article {
    text-align: center; }
    @media (max-width: 1199px) {
      .inner-header article {
        position: relative;
        z-index: 1; } }
    @media (max-width: 767px) {
      .inner-header article {
        padding: 0;
        margin: 0;
        text-align: left; } }
    .inner-header article h1, .inner-header article h3 {
      color: #fff; }
  .inner-header.eventhero {
    background-color: #C8D1DE;
    background-image: none !important;
    position: relative;
    overflow: hidden; }
    .inner-header.eventhero::before {
      background: rgba(200, 209, 222, 0.6);
      z-index: 1; }
    .inner-header.eventhero .rimg {
      position: absolute;
      right: 0;
      top: 0;
      max-width: 750px;
      max-height: 450px;
      transform: scale(1.2);
      height: 100%;
      width: 40%;
      background-position: center;
      background-size: cover; }
      @media (max-width: 767px) {
        .inner-header.eventhero .rimg {
          display: none; } }
      .inner-header.eventhero .rimg::before {
        content: '';
        position: absolute;
        left: -20px;
        top: 0;
        width: 300px;
        height: 100%;
        background: linear-gradient(90deg, #C8D1DE 12.38%, rgba(200, 219, 222, 0) 100%); }
        @media (max-width: 767px) {
          .inner-header.eventhero .rimg::before {
            display: none; } }

.list-style-disc {
  list-style-type: disc;
  padding-inline-start: 40px; }

.box {
  background: #fff;
  border: 1px solid #DADADA;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px; }
  .box span {
    font-size: 0.875rem; }

.iconholder {
  position: relative; }
  .iconholder .inputicon {
    position: absolute;
    right: 10px;
    top: 10px; }
    @media (max-width: 767px) {
      .iconholder .inputicon {
        top: 13px;
        font-size: 18px; } }

.loginform {
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 20px;
  padding: 80px 100px;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  top: -120px; }
  @media (max-width: 767px) {
    .loginform {
      top: 0;
      padding: 15px;
      margin: 0;
      box-shadow: none; } }
  @media (max-width: 767px) {
    .loginform .btn {
      display: block;
      width: 100%;
      font-size: 16px;
      font-weight: bold;
      font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold; } }

.main2 {
  padding: 0; }

.formup {
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  padding: 20px;
  position: relative;
  top: -120px; }
  @media (max-width: 767px) {
    .formup {
      top: 0;
      padding: 15px;
      margin: 0;
      box-shadow: none; } }

.calc-form {
  overflow: hidden;
  padding: 0;
  margin-bottom: 30px; }
  .calc-form .calc-slider {
    background-color: #fff;
    padding: 60px 32px; }
    .calc-form .calc-slider .mainhead {
      margin-bottom: 45px; }
  .calc-form .rightform {
    background-color: #EDFBF7;
    padding: 60px 32px; }
    .calc-form .rightform .btn {
      font-size: 0.875rem;
      font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold; }
    .calc-form .rightform .mainhead {
      margin-bottom: 45px; }
    .calc-form .rightform .form-group {
      margin-bottom: 40px; }

.slider-ui--white.ui-widget.ui-widget-content {
  background: #fff;
  border: none;
  background: -moz-linear-gradient(left, #47d7ac 100%, #47d7ac 50%, rgba(71, 215, 172, 0) 0%);
  background: -webkit-linear-gradient(left, #47d7ac 100%, #47d7ac 50%, rgba(71, 215, 172, 0) 0%);
  background: linear-gradient(to right, #47d7ac 100%, #47d7ac 50%, rgba(71, 215, 172, 0) 0%);
  background: linear-gradient(45deg, #47d7ac, rgba(71, 215, 172, 0.1));
  background-repeat: no-repeat;
  height: 13px;
  border-radius: 100px !important; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ddd;
  background: #f6f6f6 url(https://www.borsadelcredito.it/Styles/ns-css/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea; }

.slider-ui--white.ui-slider-float .ui-slider-tip {
  top: 40px !important;
  width: 200px !important;
  margin-left: -100px !important;
  border: none !important;
  font-size: 16px !important;
  color: #00606C !important;
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transition-property: opacity, top, visibility;
  transition-property: opacity, top, visibility;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transition-duration: 200ms, 200ms, 0ms;
  transition-duration: 200ms, 200ms, 0ms;
  -webkit-transition-delay: 0ms, 0ms, 200ms;
  transition-delay: 0ms, 0ms, 200ms;
  background: transparent;
  text-align: center;
  font-weight: normal; }
  @media (max-width: 767px) {
    .slider-ui--white.ui-slider-float .ui-slider-tip {
      left: 0; } }

.slider-ui--white.ui-slider-float .ui-slider-tip small {
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -2px;
  display: block;
  font-size: 16px;
  color: #003B5C; }

.slider-ui {
  margin: 50px 20px;
  margin-bottom: 95px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #ddd;
  background: #f6f6f6 url(images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  color: #0073ea; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
  background: #fff;
  border: 2px solid #47d7ac;
  border-radius: 50px; }
  .ui-slider-horizontal .ui-slider-handle:focus-visible {
    outline: none; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.6em !important;
  margin-left: -.6em; }

.ui-slider .ui-slider-handle {
  width: 35px !important;
  height: 35px !important; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.6em !important;
  margin-left: -.6em; }

.sectionsapce {
  background-color: #47d7ac;
  height: 100px;
  margin: 50px 0;
  border-bottom: 2px dashed #003b5c;
  border-top: 2px dashed #003b5c; }

.columns.bg-secondary {
  color: #fff; }
  .columns.bg-secondary h2, .columns.bg-secondary p, .columns.bg-secondary h1, .columns.bg-secondary h3, .columns.bg-secondary h4, .columns.bg-secondary strong {
    color: #fff !important; }
.columns .c-item {
  padding: 40px 0 0; }
  .columns .c-item .media {
    display: block; }
    @media (max-width: 767px) {
      .columns .c-item .media {
        display: flex; } }
  .columns .c-item p {
    color: #003B5C;
    min-height: 120px; }
    @media (max-width: 767px) {
      .columns .c-item p {
        min-height: 100% !important; } }
  @media (max-width: 767px) {
    .columns .c-item h2 {
      min-height: 100% !important; } }
  .columns .c-item h3, .columns .c-item h4 {
    min-height: 50px; }
    @media (max-width: 767px) {
      .columns .c-item h3, .columns .c-item h4 {
        min-height: 100% !important; } }
  .columns .c-item .iconbox {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .columns .c-item .iconbox {
        margin: 0 16px 0 6px; } }
    .columns .c-item .iconbox img {
      width: 86px;
      height: 86px; }
      @media (max-width: 767px) {
        .columns .c-item .iconbox img {
          width: 56px;
          height: 56px; } }
    .columns .c-item .iconbox i:before {
      font-size: 66px;
      color: #47D7AC; }
  .columns .c-item.colbox {
    text-align: left !important;
    background: #fff;
    border: 1px solid #47D7AC;
    box-sizing: border-box;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
    border-radius: 0px 16px;
    padding: 40px 25px; }
    @media (max-width: 767px) {
      .columns .c-item.colbox {
        margin-bottom: 20px;
        padding: 20px;
        min-height: 145px; } }
    .columns .c-item.colbox p {
      min-height: 90px;
      margin: 0; }

.checklist li {
  display: flex;
  padding: 10px 0;
  font-size: 0.75rem; }

.offer .offerinner {
  border-radius: 40px 0 40px 0;
  overflow: hidden;
  display: flex; }
  @media (max-width: 1199px) {
    .offer .offerinner {
      display: block; } }
  .offer .offerinner .offerdesk {
    height: 100%;
    max-height: 100%; }
  .offer .offerinner .offer-img {
    min-width: 312px;
    max-width: 312px;
    background-color: #fff; }
    .offer .offerinner .offer-img figure {
      height: 100%; }
    @media (max-width: 1199px) {
      .offer .offerinner .offer-img {
        min-width: 100%;
        max-width: 100%; } }
  @media (max-width: 767px) {
    .offer .offerinner .offerimg {
      width: 100%;
      max-width: 100%; } }
  .offer .offerinner .offerimg.offerimgtab {
    max-width: 100%; }
    @media (max-width: 1199px) {
      .offer .offerinner .offerimg.offerimgtab {
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .offer .offerinner .offerimg.offerimgtab {
        display: none !important; } }
  .offer .offerinner .offertext {
    background-color: #47D7AC;
    padding: 34px 24px;
    flex: 1; }
    .offer .offerinner .offertext .offer-center {
      padding: 0 32px; }
      @media (max-width: 767px) {
        .offer .offerinner .offertext .offer-center {
          padding: 0; } }
    .offer .offerinner .offertext p {
      color: #003B5C; }
    .offer .offerinner .offertext .iconbox {
      margin-right: 16px; }
      .offer .offerinner .offertext .iconbox i {
        font-size: 22px;
        color: #003B5C; }
        @media (max-width: 767px) {
          .offer .offerinner .offertext .iconbox i {
            font-size: 26px; } }

.mytabs {
  border-bottom: none;
  position: relative;
  justify-content: center;
  left: 50%;
  right: auto;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -65px;
  position: absolute;
  width: 100%; }
  @media (max-width: 767px) {
    .mytabs {
      top: -82px;
      left: 0;
      transform: none;
      width: 100%;
      justify-content: start; } }
  .mytabs li.nav-item {
    margin: 0; }
    .mytabs li.nav-item a.nav-link {
      color: #fff;
      position: relative;
      padding: 20px 15px;
      margin: 0; }
      @media (max-width: 767px) {
        .mytabs li.nav-item a.nav-link {
          padding: 20px 10px;
          margin: 0;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; } }
      .mytabs li.nav-item a.nav-link:focus-visible, .mytabs li.nav-item a.nav-link:focus, .mytabs li.nav-item a.nav-link:hover {
        border: none;
        outline: none;
        box-shadow: none;
        border-radius: none; }
      .mytabs li.nav-item a.nav-link:hover {
        border: none;
        margin: 0; }
      .mytabs li.nav-item a.nav-link.active {
        background: none;
        border: none;
        color: #fff;
        font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: bold; }
        .mytabs li.nav-item a.nav-link.active:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: -2px;
          width: 100%;
          height: 9px;
          background-color: #fff;
          border-radius: 4px 4px 0px 0px; }
        .mytabs li.nav-item a.nav-link.active span {
          font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-weight: normal; }
      @media (max-width: 767px) {
        .mytabs li.nav-item a.nav-link span {
          display: block; } }

@media (max-width: 767px) {
  .inner-header.herobg.eventheader .blog-img-h {
    margin-top: 20px; } }
@media (max-width: 767px) {
  .inner-header.herobg.eventheader {
    background: none !important;
    background-color: #fff; }
    .inner-header.herobg.eventheader::before {
      display: none; } }

.tabsholder {
  max-width: 100%; }
  @media (max-width: 767px) {
    .tabsholder {
      padding: 0; } }
  .tabsholder .tab-content {
    padding: 60px 100px;
    color: #003B5C; }
    @media (max-width: 767px) {
      .tabsholder .tab-content {
        padding: 15px; } }

.smheader {
  padding: 40px 0; }

.iconcolumns {
  background: rgba(0, 59, 92, 0.05);
  padding: 80px 0; }
  .iconcolumns h4 {
    font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal; }
  .iconcolumns .iconbox {
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      .iconcolumns .iconbox {
        margin-bottom: 10px !important; } }
    .iconcolumns .iconbox i {
      font-size: 80px;
      color: #003B5C; }
      @media (max-width: 767px) {
        .iconcolumns .iconbox i {
          font-size: 56px; } }

.bb-green {
  border-bottom: 1px solid #47D7AC !important; }

.table th, .table td {
  border: 0;
  border-top: 1px solid #e9eaec; }

.table {
  color: #003B5C;
  border: 0; }
  .table.tabtable thead tr th:first-child {
    padding-left: 0 !important; }
  .table.tabtable thead tr th:last-child {
    padding-right: 8px !important; }
  .table.tabtable tbody tr:first-child td {
    border-top: 2px solid rgba(0, 0, 0, 0.1); }
  .table.tabtable tbody tr:last-child td {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1); }
  .table.tabtable tbody tr td {
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    padding: 11px 12px; }
    .table.tabtable tbody tr td:first-child {
      padding-left: 0 !important; }
    .table.tabtable tbody tr td:last-child {
      padding-right: 8px !important; }
  .table.table-left thead tr th, .table.table-left tbody tr td {
    text-align: left; }
  .table tbody tr:first-child td {
    border-top: none; }
  .table tbody tr:last-child td {
    border-bottom: 1px solid #e9eaec; }
  .table tbody tr td {
    text-align: center;
    padding: 15px 12px;
    font-size: 0.875rem;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .table tbody tr td {
        min-height: 60px;
        line-height: normal;
        padding: 12px;
        vertical-align: middle; } }
    .table tbody tr td:first-child {
      text-align: left; }
  .table thead th {
    min-height: 60px;
    font-size: 0.875rem;
    padding: 15px 12px;
    border: none;
    color: #003B5C;
    font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    vertical-align: top;
    text-align: center; }
    @media (max-width: 767px) {
      .table thead th {
        line-height: normal;
        padding: 0.75rem;
        vertical-align: middle; } }

.tablecomp tbody tr td {
  padding: 19px 12px; }
  @media (max-width: 767px) {
    .tablecomp tbody tr td {
      min-width: 115px;
      padding: 15px 8px; } }

.leftheading li {
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #47D7AC;
  min-height: 60px;
  font-size: 0.875rem;
  padding: 0.75rem 0.75rem;
  height: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: start; }
  @media (max-width: 767px) {
    .leftheading li {
      text-align: left;
      height: 60px;
      max-height: 60px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; } }
  .leftheading li:first-child {
    border-bottom: none; }

.theader {
  min-height: 60px;
  font-size: 0.875rem;
  padding: 00.75rem;
  vertical-align: top;
  text-align: center;
  display: flex;
  justify-content: center;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal; }
  @media (max-width: 767px) {
    .theader {
      white-space: normal;
      height: 60px;
      max-height: 60px;
      white-space: normal; } }

.slicholder p {
  min-height: 60px;
  font-size: 0.875rem;
  padding: 0 0.75rem;
  vertical-align: top;
  height: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  @media (max-width: 767px) {
    .slicholder p {
      display: flex;
      height: 60px;
      max-height: 60px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; } }

.feedbackslider .slick-arrow:hover {
  background: rgba(0, 59, 92, 0.1); }
@media (max-width: 767px) {
  .feedbackslider .slick-arrow {
    display: none !important; } }
.feedbackslider .slick-prev {
  left: -65px; }
.feedbackslider .slick-next {
  right: -35px; }
.feedbackslider .slick-dots li button {
  width: 8px;
  height: 8px; }
.feedbackslider .slick-dots {
  bottom: 0; }
  .feedbackslider .slick-dots li {
    width: 8px;
    height: 8px; }
.feedbackslider .feedback-item {
  position: relative;
  margin: 32px; }
  .feedbackslider .feedback-item:before {
    content: '';
    background-color: rgba(71, 215, 172, 0.2);
    border-radius: 40px 0px;
    max-width: 826px;
    width: 100%;
    height: 264px;
    position: absolute;
    left: -32px;
    top: -32px; }
  .feedbackslider .feedback-item .feedback-inner {
    background: #fff;
    box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    z-index: 1;
    padding: 40px;
    position: relative; }
    @media (max-width: 767px) {
      .feedbackslider .feedback-item .feedback-inner {
        padding: 24px;
        min-height: 350px; } }
  @media (max-width: 767px) {
    .feedbackslider .feedback-item .feedback-text p {
      max-height: 100px;
      overflow: hidden; } }
  .feedbackslider .feedback-item .user-img {
    width: 60px;
    height: 60px;
    border-radius: 0px 20px;
    margin-right: 20px; }
    @media (max-width: 767px) {
      .feedbackslider .feedback-item .user-img {
        position: absolute;
        right: -50px;
        top: -30px;
        width: 100px;
        height: 100px; } }
  .feedbackslider .feedback-item .media {
    margin-bottom: 24px; }
    @media (max-width: 767px) {
      .feedbackslider .feedback-item .media {
        margin-bottom: 16px; } }
    .feedbackslider .feedback-item .media .media-body {
      padding-right: 46px; }
    .feedbackslider .feedback-item .media h4 {
      margin-bottom: 4px; }

.slick-dots > li {
  display: inline-block; }
.slick-dots > li:only-child {
  display: none; }

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  font-family: 'icomoon' !important;
  font-size: 40px;
  line-height: 1;
  color: #003B5C;
  opacity: 1; }

.slick-slider .slick-prev:before {
  content: "\e92f";
  margin-left: -4px; }

.slick-slider .slick-arrow {
  background: none;
  border: 0;
  box-shadow: none;
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  width: 56px;
  height: 56px;
  border-radius: 50%; }

.slick-slider .slick-next:before {
  content: "\e931";
  margin-left: 4px; }

.faqmain {
  padding-bottom: 120px; }
  .faqmain .card {
    margin-bottom: 24px; }
    .faqmain .card .card-body {
      padding: 32px 32px 40px; }
      .faqmain .card .card-body h3 {
        margin-bottom: 8px; }

.faq .faqacc .card {
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid rgba(0, 59, 92, 0.1);
  box-sizing: border-box;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 8px; }
  @media (max-width: 767px) {
    .faq .faqacc .card {
      box-shadow: 0px 8px 16px rgba(0, 59, 92, 0.05); } }
  .faq .faqacc .card .card-body {
    padding: 0px 40px 40px 40px;
    color: #000000; }
    @media (max-width: 767px) {
      .faq .faqacc .card .card-body {
        padding: 0px 24px 24px 24px; } }
  .faq .faqacc .card .card-header {
    background: none;
    border: none;
    padding: 19px 80px 19px 40px;
    margin-bottom: 0;
    border-radius: 0; }
    @media (max-width: 1199px) {
      .faq .faqacc .card .card-header {
        padding: 19px 70px 19px 40px; } }
    @media (max-width: 767px) {
      .faq .faqacc .card .card-header {
        padding: 24px 48px 24px 24px; } }
    .faq .faqacc .card .card-header button {
      font-size: 1.313rem;
      box-shadow: none;
      border: none;
      text-decoration: none;
      padding: 0;
      border-radius: 0;
      justify-content: flex-start; }
      @media (max-width: 767px) {
        .faq .faqacc .card .card-header button {
          white-space: pre-wrap;
          line-height: normal !important;
          height: auto; } }
      .faq .faqacc .card .card-header button:focus, .faq .faqacc .card .card-header button.active {
        box-shadow: none;
        border: none;
        text-decoration: none;
        background: none;
        border-radius: 0; }
      .faq .faqacc .card .card-header button:focus-visible {
        outline: none; }
      .faq .faqacc .card .card-header button:hover {
        box-shadow: none;
        border: none;
        text-decoration: none;
        border-radius: 0; }
.faq .faqacc .btn-link:after {
  content: "\e92d";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 40px;
  top: 23px;
  font-size: 30px;
  -webkit-transition: all 0.31s ease-in-out;
  -moz-transition: all 0.31s ease-in-out;
  -ms-transition: all 0.31s ease-in-out;
  -o-transition: all 0.31s ease-in-out;
  transition: all 0.31s ease-in-out; }
  @media (max-width: 1199px) {
    .faq .faqacc .btn-link:after {
      right: 30px; } }
  @media (max-width: 767px) {
    .faq .faqacc .btn-link:after {
      right: 32px; } }
.faq .faqacc .btn-link.collapsed:after {
  transform: rotate(180deg); }

@media (max-width: 767px) {
  .half-half p {
    margin: 0 0 32px; } }
.half-half .bgsquare {
  margin: 0; }
  @media (max-width: 767px) {
    .half-half .bgsquare {
      margin: 32px 0; } }
@media (max-width: 767px) {
  .half-half .btn.btn-md {
    width: 100%; } }

.img-style1 {
  border-radius: 0 40px 0 40px;
  position: relative;
  z-index: 1; }

.bgsquare {
  position: relative; }
  .bgsquare::before {
    width: 300px;
    height: 300px;
    background-color: rgba(71, 215, 172, 0.2);
    content: '';
    border-radius: 40px 0 40px 0;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0; }
    @media (max-width: 1199px) {
      .bgsquare::before {
        width: 205px;
        height: 205px; } }
    @media (max-width: 767px) {
      .bgsquare::before {
        width: 140px;
        height: 140px; } }
  .bgsquare .img-holder {
    padding: 40px 0 0 40px; }

#main-content > .container-fluid, #main-content > .container-sm, #main-content > .container-md, #main-content > .container-lg, #main-content > .container-xl, #main-content > .container-xxl {
  padding: 0; }

.faqvtabs {
  padding: 80px 0 120px; }
  @media (max-width: 767px) {
    .faqvtabs {
      padding: 40px 0 60px; } }
  .faqvtabs .nav-pills .nav-link {
    font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 8px 42px 8px 20px;
    position: relative;
    margin-bottom: 16px; }
    .faqvtabs .nav-pills .nav-link i {
      position: absolute;
      right: 12px;
      top: 12px; }
    .faqvtabs .nav-pills .nav-link.active {
      border-radius: 16px;
      color: #003B5C;
      font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold; }

.faq .faqacc .card .card-header button {
  font-size: 1.313rem;
  box-shadow: none;
  border: none;
  text-decoration: none;
  padding: 0;
  background: none;
  border-radius: 0; }
  .faq .faqacc .card .card-header button:hover, .faq .faqacc .card .card-header button:focus {
    color: #000000; }

.hh-overlap {
  background: #F9FCFF; }
  .hh-overlap figure.bgsquare {
    position: relative;
    margin: 0; }
    @media (max-width: 991px) {
      .hh-overlap figure.bgsquare {
        padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .hh-overlap figure.bgsquare {
        padding-bottom: 0; } }
    .hh-overlap figure.bgsquare .img-holder {
      padding: 0; }
      .hh-overlap figure.bgsquare .img-holder img {
        width: 100%;
        max-width: 800px; }
        @media (max-width: 991px) {
          .hh-overlap figure.bgsquare .img-holder img {
            max-width: 600px; } }
    .hh-overlap figure.bgsquare figcaption.card {
      z-index: 1;
      right: 0;
      max-width: 600px;
      background: linear-gradient(270deg, #F9FCFF 40.1%, rgba(249, 252, 255, 0.8) 100%);
      box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
      border-radius: 0px 16px;
      border: none;
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 991px) {
        .hh-overlap figure.bgsquare figcaption.card {
          transform: none;
          top: 25%; } }
      @media (max-width: 767px) {
        .hh-overlap figure.bgsquare figcaption.card {
          background: rgba(255, 255, 255, 0.9);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
          border-radius: 0px 40px;
          top: auto;
          transform: translate(-50%, 0);
          left: 50%;
          width: 90%;
          bottom: 20px;
          transform: translate(-50%, 0);
          right: auto; } }
      .hh-overlap figure.bgsquare figcaption.card .card-body {
        padding: 40px 36px; }
        @media (max-width: 767px) {
          .hh-overlap figure.bgsquare figcaption.card .card-body {
            padding: 32px 24px; } }
      .hh-overlap figure.bgsquare figcaption.card p {
        font-size: 21px;
        margin: 16px 0px;
        line-height: 25px; }
        @media (max-width: 767px) {
          .hh-overlap figure.bgsquare figcaption.card p {
            font-size: 14px;
            line-height: 20.3px;
            margin: 8px 0px; } }
    .hh-overlap figure.bgsquare::before {
      display: none; }

.cf-holder {
  min-height: 630px !important;
  padding: 0 15px;
  overflow: hidden; }
  .cf-holder > .row {
    min-height: 630px !important; }
    @media (max-width: 991px) {
      .cf-holder > .row {
        min-height: 100% !important; } }
    .cf-holder > .row > .col-lg-6 {
      min-height: 630px !important;
      text-align: right; }
      @media (max-width: 991px) {
        .cf-holder > .row > .col-lg-6 {
          min-height: 100% !important; } }
    .cf-holder > .row .leftcols {
      display: flex;
      align-items: center;
      justify-content: center; }
      .cf-holder > .row .leftcols .left-desc {
        text-align: left; }
  .cf-holder p {
    text-align: left !important; }
  .cf-holder.slick-active .cf-right {
    position: relative; }
    .cf-holder.slick-active .cf-right:before {
      transform: rotate(90deg);
      -webkit-animation: spin 0.51s cubic-bezier(0.22, 0.61, 0.36, 1);
      -moz-animation: spin 0.51s cubic-bezier(0.22, 0.61, 0.36, 1);
      animation: spin 0.51s cubic-bezier(0.22, 0.61, 0.36, 1); }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(270deg);
    transition-delay: 1s; } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(270deg);
    transition-delay: 1s; } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    transition-delay: 1s; } }
@-moz-keyframes spin2 {
  100% {
    -moz-transform: rotate(90deg);
    transition-delay: 1s; } }
@-webkit-keyframes spin2 {
  100% {
    -webkit-transform: rotate(90deg);
    transition-delay: 1s; } }
@keyframes spin2 {
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition-delay: 1s; } }
.c-feedback .slick-prev {
  left: -100px; }
.c-feedback .slick-next {
  right: -80px; }
.c-feedback .slick-arrow {
  box-shadow: none !important; }
  .c-feedback .slick-arrow:hover {
    background: rgba(0, 59, 92, 0.1); }
  @media (max-width: 1199px) {
    .c-feedback .slick-arrow {
      display: none !important; } }
.c-feedback .slick-dots {
  right: 200px;
  bottom: 0;
  text-align: right; }
  @media (max-width: 991px) {
    .c-feedback .slick-dots {
      right: 230px;
      width: 100%;
      text-align: right;
      bottom: 0; } }
  @media (max-width: 767px) {
    .c-feedback .slick-dots {
      right: auto;
      width: 100%;
      text-align: center;
      bottom: 0; } }
  .c-feedback .slick-dots li {
    width: 8px;
    height: 8px; }
    .c-feedback .slick-dots li button {
      width: 8px;
      height: 8px; }
.c-feedback .cf-right {
  position: relative;
  max-width: 456px;
  width: 100%;
  display: inline-block;
  text-align: right; }
  @media (max-width: 1199px) {
    .c-feedback .cf-right {
      min-height: 600px;
      margin-top: 60px; } }
  @media (max-width: 991px) {
    .c-feedback .cf-right {
      min-height: 500px;
      margin-top: 40px;
      padding-bottom: 220px;
      max-width: 100%; } }
  @media (max-width: 767px) {
    .c-feedback .cf-right {
      padding-bottom: 0;
      min-height: 100%;
      margin-top: 20px; } }
  .c-feedback .cf-right:before {
    border: 46px solid rgba(71, 215, 172, 0.2);
    box-sizing: border-box;
    border-radius: 250px 0px;
    transform: rotate(270deg);
    -webkit-animation: spin2 0.51s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-animation: spin2 0.51s cubic-bezier(0.22, 0.61, 0.36, 1);
    animation: spin2 0.51s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: block;
    position: absolute;
    max-width: 493px;
    height: 591px;
    right: 50px;
    top: -46px;
    background: #fff;
    z-index: -1;
    content: '';
    width: 100%; }
    @media (max-width: 1199px) {
      .c-feedback .cf-right:before {
        right: auto;
        left: -90px; } }
    @media (max-width: 991px) {
      .c-feedback .cf-right:before {
        left: 30px; } }
    @media (max-width: 767px) {
      .c-feedback .cf-right:before {
        display: none !important; } }
  .c-feedback .cf-right figure {
    position: relative; }
    .c-feedback .cf-right figure .img-holder {
      padding-top: 66px; }
      @media (max-width: 991px) {
        .c-feedback .cf-right figure .img-holder {
          padding-top: 60px;
          text-align: right;
          display: flex;
          justify-content: flex-end; } }
      @media (max-width: 767px) {
        .c-feedback .cf-right figure .img-holder {
          padding-top: 0; } }
      .c-feedback .cf-right figure .img-holder img {
        width: 100%;
        max-width: 456px; }
        @media (max-width: 991px) {
          .c-feedback .cf-right figure .img-holder img {
            max-width: 511px; } }
        @media (max-width: 767px) {
          .c-feedback .cf-right figure .img-holder img {
            max-width: 100%; } }
    .c-feedback .cf-right figure .card {
      max-width: 376px;
      background: #fff;
      box-shadow: 0px 16px 17px rgba(0, 0, 0, 0.08);
      border-radius: 16px;
      border: none;
      position: absolute;
      text-align: left;
      top: 50%;
      bottom: auto;
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 1;
      top: auto;
      width: 100%;
      color: #003B5C;
      right: 35px;
      margin-top: 20px; }
      @media (max-width: 1199px) {
        .c-feedback .cf-right figure .card {
          right: 15px; } }
      @media (max-width: 991px) {
        .c-feedback .cf-right figure .card {
          max-width: 447px;
          right: 32px; } }
      @media (max-width: 767px) {
        .c-feedback .cf-right figure .card {
          left: 0;
          max-width: 100%;
          transform: translate(0, -40px);
          position: relative;
          margin-top: 0; } }
      .c-feedback .cf-right figure .card h2, .c-feedback .cf-right figure .card p {
        margin-bottom: 0; }
        .c-feedback .cf-right figure .card h2 .c-feedback-span, .c-feedback .cf-right figure .card p .c-feedback-span {
          font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-weight: normal;
          font-size: 21px;
          display: inline-block;
          float: none;
          width: auto; }

.table.table-white tbody tr td {
  background: #fff; }

.table.colortable tbody tr:first-child td {
  border-top: none; }
.table.colortable tbody tr:last-child td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.table.colortable tbody tr td {
  padding: 0 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .table.colortable tbody tr td p span {
    display: block; }
  .table.colortable tbody tr td:first-child span {
    width: 60px;
    height: 60px;
    display: block;
    color: #003B5C;
    font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
    display: flex;
    align-items: center;
    justify-content: center; }
.table.colortable .rowA td:first-child span {
  background: #52BE3B; }
.table.colortable .rowB td:first-child span {
  background: #84DD44; }
.table.colortable .rowC td:first-child span {
  background: #C1EC4E; }
.table.colortable .rowD td:first-child span {
  background: #FFE21F; }
.table.colortable .rowE td:first-child span {
  background: #FF9A1F; }
.table.colortable .rowF td:first-child span {
  background: #FF5B1F; }
.table.colortable .rowG td:first-child span {
  background: #FF201F; }

.table .dropdown i.dd-arrow {
  -webkit-transition: all 0.31s ease;
  -moz-transition: all 0.31s ease;
  -ms-transition: all 0.31s ease;
  -o-transition: all 0.31s ease;
  transition: all 0.31s ease;
  display: inline-block; }
.table .dropdown.show {
  transform: none; }
  .table .dropdown.show i.dd-arrow {
    transform: rotate(180deg); }

@media (max-width: 767px) {
  .btn-block-mob {
    display: block;
    width: 100%; } }
.table.formtable tbody tr td {
  border: 0 !important; }
.table.formtable .form-control {
  max-width: 147px; }
.table.formtable select.form-control {
  padding: 0.40rem 0.75rem 0.5rem; }

.news_sec {
  background: #F9FCFF;
  padding: 80px 0; }
  .news_sec article {
    margin-bottom: 40px; }
  .news_sec .newsslider {
    position: relative; }
    .news_sec .newsslider::after {
      content: '';
      background: linear-gradient(90deg, rgba(249, 252, 255, 0) 0%, rgba(249, 252, 255, 0.59) 40.06%, #F9FCFF 82.7%);
      position: absolute;
      width: 100px;
      right: 0;
      top: 0;
      height: 100%;
      z-index: 0; }
      @media (max-width: 767px) {
        .news_sec .newsslider::after {
          display: none; } }
    .news_sec .newsslider .newsitem {
      background-color: rgba(71, 215, 172, 0.32);
      padding: 32px;
      border-radius: 0px 16px 16px 16px;
      margin-right: 24px; }
      @media (max-width: 767px) {
        .news_sec .newsslider .newsitem {
          padding: 24px;
          margin-right: 8px; } }
      .news_sec .newsslider .newsitem h4 {
        margin-bottom: 66px;
        min-height: 150px; }
        @media (max-width: 767px) {
          .news_sec .newsslider .newsitem h4 {
            margin-bottom: 40px;
            min-height: 100%; } }
    .news_sec .newsslider .slick-arrow {
      background-color: #003B5C;
      color: #fff;
      z-index: 1;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); }
      .news_sec .newsslider .slick-arrow:hover {
        background-color: #001E30; }
      @media (max-width: 767px) {
        .news_sec .newsslider .slick-arrow {
          display: none !important; } }
      .news_sec .newsslider .slick-arrow.slick-disabled {
        opacity: 0.5; }
      .news_sec .newsslider .slick-arrow::before {
        color: #fff; }
      .news_sec .newsslider .slick-arrow.slick-prev {
        left: -60px; }
        @media (max-width: 1199px) {
          .news_sec .newsslider .slick-arrow.slick-prev {
            left: -40px; } }
        @media (max-width: 991px) {
          .news_sec .newsslider .slick-arrow.slick-prev {
            left: -30px; } }
    .news_sec .newsslider .slick-dots {
      bottom: -32px; }
      .news_sec .newsslider .slick-dots li {
        width: 8px;
        height: 8px; }
        .news_sec .newsslider .slick-dots li button {
          width: 8px;
          height: 8px; }

.card-opyn {
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 59, 92, 0.16);
  border-radius: 32px 0px; }
  .card-opyn .card-body {
    padding: 32px 24px; }

.eventinfo {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .eventinfo {
      padding: 40px 0; } }

.event_sec {
  overflow: hidden; }
  .event_sec .event_title {
    padding: 80px 0; }
    @media (max-width: 767px) {
      .event_sec .event_title {
        padding: 40px 0; } }
  .event_sec.eventp-slid .eventslider .slick-track {
    margin: 0; }
  .event_sec.eventp-slid .eventslider::after {
    display: none !important; }
  .event_sec.eventp-slid .eventslider .eventitem {
    margin-right: 36px; }
    .event_sec.eventp-slid .eventslider .eventitem figure {
      box-shadow: none;
      border-radius: 0 40px 0 40px; }
      @media (max-width: 767px) {
        .event_sec.eventp-slid .eventslider .eventitem figure {
          box-shadow: 0px 16px 17px rgba(0, 0, 0, 0.18); } }
  .event_sec.eventp-slid .eholder {
    background: none;
    border-radius: 0;
    padding: 0; }
    .event_sec.eventp-slid .eholder .slick-arrow {
      display: none !important; }
  .event_sec .eventleft {
    padding: 60px 0 0 0; }
    @media (max-width: 767px) {
      .event_sec .eventleft {
        padding: 32px 0 24px; } }
  .event_sec .eholder {
    background: #F9FCFF;
    border-radius: 40px 40px 40px 0px;
    padding: 56px 0 106px 104px; }
    @media (max-width: 1199px) {
      .event_sec .eholder {
        padding: 56px 0 56px 56px; } }
    @media (max-width: 991px) {
      .event_sec .eholder {
        padding: 36px; } }
    @media (max-width: 767px) {
      .event_sec .eholder {
        padding: 16px; } }

.eventslider {
  position: relative; }
  .eventslider .eventitem {
    margin-right: 32px; }
    .eventslider .eventitem figure {
      background: #fff;
      box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18);
      border-radius: 0px 40px 8px 8px; }
      .eventslider .eventitem figure figcaption {
        min-height: 330px; }
        @media (max-width: 767px) {
          .eventslider .eventitem figure figcaption {
            min-height: 250px; } }
        .eventslider .eventitem figure figcaption h4 {
          display: -webkit-box;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          overflow: hidden; }
        .eventslider .eventitem figure figcaption p {
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden; }
  .eventslider .slick-dots {
    bottom: -32px; }
    .eventslider .slick-dots li {
      width: 8px;
      height: 8px; }
      .eventslider .slick-dots li button {
        width: 8px;
        height: 8px; }
  .eventslider::after {
    content: '';
    background: linear-gradient(90deg, rgba(249, 252, 255, 0) 0%, rgba(249, 252, 255, 0.59) 40.06%, #F9FCFF 82.7%);
    position: absolute;
    width: 100px;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0; }
  .eventslider .slick-arrow {
    background-color: #003B5C;
    color: #fff;
    z-index: 1;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); }
    .eventslider .slick-arrow:hover {
      background-color: #001E30; }
    .eventslider .slick-arrow.slick-prev {
      left: -65px;
      top: 43%; }
    @media (max-width: 767px) {
      .eventslider .slick-arrow {
        display: none !important; } }
    .eventslider .slick-arrow.slick-disabled {
      opacity: 0.5; }
    .eventslider .slick-arrow::before {
      color: #fff; }
    .eventslider .slick-arrow.slick-next {
      right: 46px;
      top: 43%; }
      @media (max-width: 991px) {
        .eventslider .slick-arrow.slick-next {
          right: -40px; } }

.eventblog {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .eventblog .eventitem figure {
      display: flex; } }
  @media (max-width: 767px) {
    .eventblog .eventitem figure .blog-img-h {
      width: 150px;
      height: 110px;
      padding: 0; } }

.eventitem figure {
  position: relative; }
  .eventitem figure .img-fluid.img-style1 {
    width: 100%; }
  .eventitem figure .date_over {
    background: #fff;
    border: 2px solid #47D7AC;
    box-sizing: border-box;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    width: 56px;
    height: 58px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: normal; }
    @media (max-width: 767px) {
      .eventitem figure .date_over {
        left: 8px;
        top: 8px; } }
    .eventitem figure .date_over strong {
      font-size: 21px;
      line-height: normal;
      display: block; }
    .eventitem figure .date_over em {
      font-style: normal; }
  .eventitem figure figcaption {
    padding: 24px 16px 32px; }
    @media (max-width: 767px) {
      .eventitem figure figcaption {
        padding: 16px 16px 24px; } }

.newsletter {
  background: #003B5C url(https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/icons/Background%20Images/bg-blue.png);
  padding: 72px 0;
  background-repeat: no-repeat;
  background-size: cover; }
  .newsletter .actions {
    margin-bottom: 8px; }
  .newsletter form, .newsletter .submitted-message {
    padding: 0; }
  .newsletter a.underline {
    letter-spacing: 1px; }
  @media (max-width: 767px) {
    .newsletter {
      padding: 56px 0;
      background: #003B5C; } }
  .newsletter h2, .newsletter p, .newsletter label, .newsletter a {
    color: #fff;
    line-height: normal; }
  .newsletter .newsletterform .form-holder {
    display: flex;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .newsletter .newsletterform .form-holder {
        flex-direction: column;
        align-items: flex-start;
        width: 100%; } }
    @media (max-width: 767px) {
      .newsletter .newsletterform .form-holder .btn {
        width: 100%;
        line-height: 48px; } }
    .newsletter .newsletterform .form-holder .form-group {
      margin: 0 16px 0 0; }
      @media (max-width: 767px) {
        .newsletter .newsletterform .form-holder .form-group {
          width: 100%; } }
      .newsletter .newsletterform .form-holder .form-group .form-control {
        width: 370px; }
        @media (max-width: 1199px) {
          .newsletter .newsletterform .form-holder .form-group .form-control {
            width: 300px; } }
        @media (max-width: 767px) {
          .newsletter .newsletterform .form-holder .form-group .form-control {
            width: 100%;
            margin-bottom: 12px;
            height: 45px; } }

.error-404 {
  background-image: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/Images/Background%20Images/errorvector.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .error-404 {
      background-size: 120%;
      padding: 0 0 120px;
      background-image: url("../img/404mob.svg") !important; } }

.error-img {
  margin-bottom: 42px;
  text-align: center; }
  .error-img img {
    max-width: 100%;
    height: auto;
    max-width: 250px;
    display: inline-block; }

.filterbar {
  margin: 32px 0; }
  .filterbar ul.list-inline li {
    margin-right: 16px; }

.filterselect {
  color: #003B5C !important;
  display: inline-block;
  width: auto;
  border: none !important; }
  @media (max-width: 1199px) {
    .filterselect {
      -moz-appearance: none;
      -webkit-appearance: none; } }
  .filterselect:hover, .filterselect:focus {
    border: none !important;
    background-color: #f1f1f1; }

.filter-outline {
  padding: 8px 12px;
  background: #fff;
  border: 1px solid #DADADA;
  margin: 4px 0px;
  display: inline-block;
  font-size: 14px;
  color: #003B5C;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  border-radius: 50px;
  min-width: 93px;
  text-align: center; }
  .filter-outline:hover, .filter-outline:focus {
    border: 1px solid #003b5c !important;
    background: none !important;
    color: #003b5c !important; }

.badge {
  padding: 4px 8px;
  text-transform: uppercase;
  font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  border-radius: 4px; }

.newscard {
  margin-bottom: 42px;
  min-height: 380px; }
  .newscard p {
    text-align: left !important; }
  @media (max-width: 767px) {
    .newscard {
      margin-bottom: 24px; } }
  .newscard .badge {
    margin-bottom: 8px; }
  .newscard .date {
    font-size: 14px;
    margin-bottom: 8px; }
  .newscard p.gray {
    color: #717D93; }
    @media (max-width: 767px) {
      .newscard p.gray {
        line-height: 19.2px; } }
  .newscard .btn-link i {
    font-weight: bold; }

.mobilef .filterselect {
  font-size: 14px; }
  @media (max-width: 767px) {
    .mobilef .filterselect {
      font-size: 16px; } }
@media (max-width: 767px) {
  .mobilef {
    display: flex;
    align-items: center;
    justify-content: space-between; } }
.mobilef span {
  font-size: 14px;
  color: #717D93; }

form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form select, form textarea {
  border: 1px solid #dadada; }

.form-control:focus, form input[type=text]:focus, form input[type=email]:focus, form input[type=password]:focus, form input[type=tel]:focus, form input[type=number]:focus, form select:focus, form textarea:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #003b5c; }

select.form-control {
  background-color: transparent; }

.card-right {
  border-radius: 16px 0 16px 0; }
  @media (max-width: 767px) {
    .card-right {
      border-radius: 0;
      box-shadow: none; } }
  .card-right .card-body {
    padding: 32px 24px 40px; }
    @media (max-width: 767px) {
      .card-right .card-body {
        padding: 0; } }

.mobilefiltermenu {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  display: block;
  overflow: hidden;
  z-index: 10001;
  position: fixed;
  background-color: #fff;
  -ms-transform: translate3d(-100%, 0, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }
  .mobilefiltermenu.active {
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    visibility: visible; }
  .mobilefiltermenu .dd-footer {
    padding: 20px;
    height: 86px;
    width: 100%;
    border-top: 1px solid #ebebeb;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    margin: 0;
    z-index: 10; }
  .mobilefiltermenu .tophead1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 100px 0 0px;
    padding: 0 20px 0 16px; }
    .mobilefiltermenu .tophead1 i {
      font-size: 24px;
      cursor: pointer; }
    .mobilefiltermenu .tophead1 h5 {
      font-size: 18px;
      font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: normal; }
  .mobilefiltermenu h4 {
    padding: 16px; }
  .mobilefiltermenu .dd-scroll {
    height: calc(100% - 214px);
    overflow-y: auto; }
  .mobilefiltermenu .filter-list {
    margin-bottom: 32px;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .mobilefiltermenu .filter-list li {
      margin-bottom: 8px;
      padding: 0 16px; }

@media (max-width: 767px) {
  .custom-control-label::after {
    top: 0.35rem;
    left: -1.46rem; }

  body.filteropen {
    overflow-y: hidden; } }
.card {
  box-shadow: 0px 4px 16px rgba(0, 59, 92, 0.2); }

.cardlist {
  margin-bottom: 60px; }
  .cardlist .card {
    margin-bottom: 24px; }
    .cardlist .card .text-gray {
      margin-bottom: 8px;
      display: inline-block; }
    .cardlist .card .btn-link {
      padding-left: 0; }

.nohover:hover {
  text-decoration: none !important; }

.dnd_area-module-2-flexbox-positioning > div {
  width: 100% !important; }

.body-container-wrapper .dnd-module .hs_cos_wrapper {
  width: 100% !important; }

.services {
  padding: 80px 0; }
  .services .c-item {
    padding: 28px; }
  .services article h2 {
    margin-bottom: 40px; }
  .services p, .services h2, .services h3, .services h4 {
    color: #fff; }

.filtersbtn {
  padding: 8px 12px;
  margin: 4px 0px;
  display: inline-block;
  font-size: 14px;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  border-radius: 50px;
  min-width: 93px;
  text-align: center;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; }
  .filtersbtn:hover {
    text-decoration: none; }
  @media (max-width: 767px) {
    .filtersbtn {
      border: 1px solid #DADADA; } }
  .filtersbtn:hover {
    cursor: text; }
  .filtersbtn.filtersactive {
    background-color: #003B5C;
    color: #fff; }
    .filtersbtn.filtersactive span {
      color: #fff !important; }
    .filtersbtn.filtersactive:hover {
      color: #fff; }

.filterdd .dropdown-menu {
  width: 300px;
  background: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  padding: 28px 8px 0 0; }

.dd-footer {
  padding: 16px 16px 16px 28px;
  border-top: 1px solid #C9CDD6;
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between; }
  .dd-footer .btn-secondary {
    min-width: 100px; }

.values {
  margin-left: 114px;
  color: #fff; }
  @media (max-width: 991px) {
    .values {
      margin-left: 0; } }
  .values .valuesinner {
    padding: 80px 100px;
    border-radius: 64px 0px 0px  0px;
    background-color: #003B5C; }
    @media (max-width: 767px) {
      .values .valuesinner {
        padding: 80px 32px; } }
    .values .valuesinner figure {
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .values .valuesinner figure {
          display: flex;
          align-items: flex-start;
          margin-bottom: 28px; } }
      .values .valuesinner figure .iconbox {
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          .values .valuesinner figure .iconbox {
            margin-right: 20px; } }
        .values .valuesinner figure .iconbox img {
          width: 48px;
          height: 48px; }
          @media (max-width: 767px) {
            .values .valuesinner figure .iconbox img {
              width: 56px;
              height: 56px; } }
        .values .valuesinner figure .iconbox i:before {
          font-size: 48px; }
    .values .valuesinner h1 {
      margin-bottom: 70px; }
      @media (max-width: 767px) {
        .values .valuesinner h1 {
          margin-bottom: 42px; } }
  .values p, .values h1, .values h4 {
    color: #fff; }

.iconbox img {
  width: 80px;
  height: 80px; }
  @media (max-width: 767px) {
    .iconbox img {
      width: 56px;
      height: 56px; } }
.iconbox i:before {
  font-size: 56px; }

.newspaper {
  background: #F9FCFF; }
  .newspaper .newsslider .newsitem {
    background: rgba(255, 255, 255, 0.32);
    border: 1px solid rgba(113, 125, 147, 0.24);
    border-radius: 0px 16px 16px 16px; }

.news_paper_sec {
  background: #F9FCFF;
  padding: 80px 0; }

.news_paper_sec article {
  margin-bottom: 40px; }

.news_paper_sec .newspaperslider {
  position: relative; }

.news_paper_sec .newspaperslider::after {
  content: '';
  background: linear-gradient(90deg, rgba(249, 252, 255, 0) 0%, rgba(249, 252, 255, 0.59) 40.06%, #F9FCFF 82.7%);
  position: absolute;
  width: 100px;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 0; }

@media (max-width: 767px) {
  .news_paper_sec .newspaperslider::after {
    display: none; } }
.news_paper_sec .newspaperslider .newspaperitem p {
  text-align: left !important; }

.news_paper_sec .newspaperslider .newspaperitem {
  padding: 32px;
  border-radius: 0px 16px 16px 16px;
  background: rgba(255, 255, 255, 0.32);
  border: 1px solid rgba(113, 125, 147, 0.24);
  margin-right: 24px; }

@media (max-width: 767px) {
  .news_paper_sec .newspaperslider .newspaperitem {
    padding: 24px;
    margin-right: 8px; } }
.news_paper_sec .newspaperslider .newspaperitem .imgbox {
  min-height: 60px;
  overflow: hidden;
  display: flex;
  align-items: self-start;
  justify-content: start;
  height: 100%; }

.news_paper_sec .newspaperslider .newspaperitem img {
  max-width: 100px;
  width: 100%;
  height: auto;
  display: inline-block; }

.news_paper_sec .newspaperslider .newspaperitem .newsb {
  min-height: 198px;
  display: block;
  overflow: hidden;
  height: 100%; }

@media (max-width: 767px) {
  .news_paper_sec .newspaperslider .newspaperitem img {
    margin-bottom: 24px; } }
.news_paper_sec .newspaperslider .slick-arrow {
  width: 56px;
  height: 56px;
  background-color: #003B5C;
  border-radius: 50%;
  color: #fff;
  z-index: 1;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); }
  .news_paper_sec .newspaperslider .slick-arrow:hover {
    background-color: #001E30; }

@media (max-width: 767px) {
  .news_paper_sec .newspaperslider .slick-arrow {
    display: none !important; } }
.news_paper_sec .newspaperslider .slick-arrow.slick-disabled {
  opacity: 0.5; }

.news_paper_sec .newspaperslider .slick-arrow::before {
  color: #fff; }

.news_paper_sec .newspaperslider .slick-dots {
  bottom: -32px; }

.news_paper_sec .newspaperslider .slick-dots li {
  width: 8px;
  height: 8px; }

.news_paper_sec .newspaperslider .slick-dots li button {
  width: 8px;
  height: 8px; }

.valuesup {
  position: relative;
  top: -100px; }

.news_paper_sec .newspaperslider .slick-arrow.slick-prev {
  left: -70px; }
  @media (max-width: 1199px) {
    .news_paper_sec .newspaperslider .slick-arrow.slick-prev {
      left: -45px; } }
  @media (max-width: 991px) {
    .news_paper_sec .newspaperslider .slick-arrow.slick-prev {
      left: -30px; } }

@media (max-width: 767px) {
  .btn-block-mob {
    display: block;
    width: 100%; } }

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

.values_slide {
  margin-right: 50px; }
  @media (max-width: 991px) {
    .values_slide {
      margin-right: 0; } }
  .values_slide .v_slideinner {
    background: rgba(71, 215, 172, 0.2);
    border-radius: 0px 100px 0px 0px;
    padding: 64px 0 200px; }
  .values_slide .valueslider {
    background-color: #fff;
    text-align: center;
    padding: 80px;
    border-radius: 0px 40px 0 40px;
    max-width: 440px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .values_slide .valueslider {
        padding: 40px; } }
    .values_slide .valueslider .slick-arrow {
      width: 56px;
      height: 56px;
      background-color: #003B5C;
      border-radius: 50%;
      color: #fff;
      z-index: 1;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16); }
      .values_slide .valueslider .slick-arrow::before {
        color: #fff; }
      .values_slide .valueslider .slick-arrow:hover {
        background-color: #001E30; }
      @media (max-width: 767px) {
        .values_slide .valueslider .slick-arrow {
          display: none !important; } }
    .values_slide .valueslider .slick-dots li button {
      width: 8px;
      height: 8px; }
    .values_slide .valueslider .slick-dots {
      bottom: 50px;
      left: 0; }
      @media (max-width: 767px) {
        .values_slide .valueslider .slick-dots {
          bottom: 20px; } }
      .values_slide .valueslider .slick-dots li {
        width: 8px;
        height: 8px; }
    .values_slide .valueslider .vitem .iconbox {
      display: inline-block;
      margin-bottom: 40px; }
      @media (max-width: 767px) {
        .values_slide .valueslider .vitem .iconbox {
          margin-bottom: 20px; } }
      .values_slide .valueslider .vitem .iconbox img {
        width: 200px;
        height: 200px; }
        @media (max-width: 767px) {
          .values_slide .valueslider .vitem .iconbox img {
            width: 152px;
            height: 152px; } }

.tablescroll {
  max-height: 540px;
  overflow-y: auto; }

.tablescroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background-color: #eeeeee;
  /* or add it to the track */ }

.tablescroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  width: 6px;
  height: 6px;
  border-radius: 40px; }

.ddscroll {
  overflow-y: auto;
  height: 200px; }

.ddscroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background-color: #eeeeee;
  /* or add it to the track */ }

.ddscroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  width: 6px;
  height: 6px;
  border-radius: 40px; }

.shfixed .subheader {
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.1); }
.shfixed .header1.fixed1 .navbar {
  box-shadow: none; }

.subheader {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
  z-index: 9996;
  background-color: #fff;
  border-top: 1px solid rgba(0, 59, 92, 0.03); }
  .subheader.fixed1 {
    position: fixed;
    top: 56px;
    left: 0; }
    @media (max-width: 767px) {
      .subheader.fixed1 {
        top: 54px; } }
  .subheader .m-s-header {
    display: none; }
    @media (max-width: 767px) {
      .subheader .m-s-header {
        display: block;
        display: flex;
        align-content: center;
        justify-content: space-between;
        padding: 0 16px;
        height: 50px;
        line-height: 50px; } }
    .subheader .m-s-header .activemenu .activenode {
      font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-weight: bold;
      display: flex;
      align-items: center; }
      .subheader .m-s-header .activemenu .activenode:hover {
        text-decoration: none; }
      .subheader .m-s-header .activemenu .activenode i {
        font-weight: bold;
        margin-left: 8px;
        font-size: 24px;
        transition: all 0.21s ease-in; }
    .subheader .m-s-header .activemenu.active .activenode i {
      transform: rotate(180deg); }
  @media (max-width: 767px) {
    .subheader nav {
      position: absolute;
      left: 0px;
      min-width: 100%;
      z-index: 9998;
      visibility: hidden;
      -webkit-transform: translateY(-30px) scale(1);
      transform: translateY(-30px) scale(1);
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0;
      background-color: #fff; }
      .subheader nav.active {
        visibility: visible;
        -webkit-transform: translateY(-5px) scale(1);
        transform: translateY(-5px) scale(1);
        opacity: 1; } }
  .subheader nav ul {
    display: flex;
    justify-content: center;
    white-space: nowrap;
    max-width: 1000px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin: 0 auto; }
    @media (max-width: 991px) {
      .subheader nav ul {
        overflow: auto;
        white-space: nowrap; } }
    @media (max-width: 767px) {
      .subheader nav ul {
        display: block; } }
    .subheader nav ul > li {
      display: inline-block;
      margin: 18px 20px; }
      @media (max-width: 991px) {
        .subheader nav ul > li {
          margin: 16px 8px; } }
      @media (max-width: 767px) {
        .subheader nav ul > li {
          margin: 16px 48px 16px 16px;
          display: block;
          text-align: right; } }
      .subheader nav ul > li > a {
        font-size: 14px;
        font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: normal; }
        .subheader nav ul > li > a.active {
          font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-weight: bold; }

button:hover, button:focus, .button:hover, .button:focus {
  background-color: rgba(31, 175, 132, 0); }

button:active, .button:active {
  background-color: rgba(111, 255, 212, 0); }

.peoples nav {
  background-color: #003B5C;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 9px 12px;
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .peoples nav {
      margin-bottom: 40px;
      border-radius: 0;
      padding: 0; } }
  .peoples nav > ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    @media (max-width: 991px) {
      .peoples nav > ul {
        overflow-x: auto;
        padding: 12px 16px; } }
    .peoples nav > ul > li {
      min-width: 50px; }
      @media (max-width: 991px) {
        .peoples nav > ul > li {
          min-width: 120px;
          margin-right: 20px; } }
      .peoples nav > ul > li:first-child {
        margin-left: 0; }
      .peoples nav > ul > li > a {
        color: #fff;
        font-size: 13px;
        padding: 8px 12px;
        text-align: center;
        display: block;
        word-break: normal;
        overflow: hidden;
        font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        font-weight: normal; }
        .peoples nav > ul > li > a:hover {
          text-decoration: none; }
        @media (max-width: 991px) {
          .peoples nav > ul > li > a {
            padding: 0 !important;
            font-size: 12px;
            white-space: normal;
            display: block;
            overflow: auto; } }
        .peoples nav > ul > li > a.active {
          background-color: #47D7AC;
          color: #003B5C;
          border-radius: 16px;
          text-decoration: underline;
          font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
          font-weight: bold; }
          @media (max-width: 991px) {
            .peoples nav > ul > li > a.active {
              background-color: transparent;
              color: #47D7AC;
              font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
              font-weight: normal;
              text-decoration: none; } }

.text-gray {
  color: #717D93 !important; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none; }

.bottombtn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; }

.blogsec {
  background: linear-gradient(180deg, #F9FCFF 0%, #F9FCFF 100%);
  position: relative;
  padding: 80px 0; }
  .blogsec:after {
    content: '';
    background-color: #47D7AC;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 0; }
  @media (max-width: 991px) {
    .blogsec .slick-list {
      padding: 16px; } }
  @media (max-width: 991px) {
    .blogsec .container {
      padding: 0; } }
  @media (max-width: 991px) {
    .blogsec .bottombtn {
      position: relative;
      top: 32px; } }
  @media (max-width: 991px) {
    .blogsec .bloginfo {
      padding: 16px;
      min-height: 290px; } }

@media (max-width: 991px) {
  .newscard {
    margin-bottom: 0; } }

.blogslider {
  margin-bottom: 0; }
  .blogslider .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 2px solid #003b5c; }
  .blogslider .slick-dots {
    bottom: 0; }
    .blogslider .slick-dots li {
      width: 10px;
      height: 10px; }
  .blogslider .blogitems {
    margin-right: 28px; }
    @media (max-width: 991px) {
      .blogslider .blogitems {
        background: #fff;
        border-radius: 16px 40px 16px 16px;
        margin-right: 16px;
        box-shadow: 0px 16px 17px rgba(0, 0, 0, 0.08); } }
  .blogslider .slick-dots {
    display: none !important; }
    @media (max-width: 991px) {
      .blogslider .slick-dots {
        display: block !important;
        bottom: -40px; } }

.bloginner {
  background: #fff;
  box-shadow: 0px 16px 17px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 52px 40px 8px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1; }
  @media (max-width: 991px) {
    .bloginner {
      background: transparent;
      box-shadow: none;
      padding: 0; } }
  @media (max-width: 991px) {
    .bloginner h2 {
      padding: 0 16px;
      margin-bottom: 16px !important; } }
  .bloginner .slick-dotted.slick-slider {
    margin-bottom: 10px; }
    @media (max-width: 991px) {
      .bloginner .slick-dotted.slick-slider {
        background: transparent;
        box-shadow: none;
        padding: 0; } }

.blogimg {
  margin-bottom: 16px; }
  .blogimg img {
    border-radius: 40px 0 40px 0;
    position: relative;
    width: 100%; }
    @media (max-width: 991px) {
      .blogimg img {
        border-radius: 0 40px 0 40px; } }

.teamcard {
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
  border-radius: 0px 40px 0px 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 145px; }
  @media (max-width: 1199px) {
    .teamcard {
      display: block;
      background: transparent;
      box-shadow: none;
      margin-bottom: 16px;
      overflow: hidden;
      max-height: 100%; } }
  .teamcard .imagebox {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    max-width: 145px;
    max-height: 145px;
    display: flex; }
    @media (max-width: 1199px) {
      .teamcard .imagebox img {
        display: block;
        width: 100%;
        filter: drop-shadow(0px 8px 16px rgba(0, 0, 0, 0.08));
        border-radius: 0px 20px; } }
  .teamcard .post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 16px 24px; }
    @media (max-width: 1199px) {
      .teamcard .post-content {
        padding: 16px 0px 24px;
        max-width: 145px;
        width: 100%; } }
    .teamcard .post-content p {
      margin: 0;
      font-size: 0.875rem;
      line-height: 16px; }
      .teamcard .post-content p strong {
        margin-bottom: 8px;
        color: #003B5C;
        font-size: 1rem;
        line-height: 24px; }
      .teamcard .post-content p span {
        color: #717D93; }

.systems-page--search-results h1 {
  margin-bottom: 80px; }
  @media (max-width: 991px) {
    .systems-page--search-results h1 {
      margin-bottom: 40px; } }

.pageheader {
  padding: 56px 0; }
  @media (max-width: 991px) {
    .pageheader {
      padding: 36px 0; } }

.calcform .form-group {
  margin-bottom: 1.5rem; }

.calulator-rigt h4 {
  margin-bottom: 4px;
  font-family: "geomanistregular", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal; }
@media (max-width: 1199px) {
  .calulator-rigt .btn {
    padding-left: 16px; } }

.pl-120 {
  padding-left: 120px; }
  @media (max-width: 1199px) {
    .pl-120 {
      padding-left: 40px; } }
  @media (max-width: 991px) {
    .pl-120 {
      padding-left: 16px; } }

@media (max-width: 991px) {
  .teamslider .teamsmain {
    margin: 0 -15px; } }
@media (max-width: 991px) {
  .teamslider .teamsmain .slick-list {
    padding: 114px 0 40px; } }
.teamslider .teamsmain .media .media-body {
  padding-right: 50px; }
  @media (max-width: 991px) {
    .teamslider .teamsmain .media .media-body {
      padding-right: 0; } }
@media (max-width: 991px) {
  .teamslider .teamsmain .media {
    display: block; } }
@media (max-width: 991px) {
  .teamslider .teamsmain .slick-arrow {
    display: none !important; } }
.teamslider .teamsmain .slick-prev {
  left: -95px; }
  @media (max-width: 991px) {
    .teamslider .teamsmain .slick-prev {
      left: -50px; } }
.teamslider .teamsmain .slick-next {
  right: -80px; }
  @media (max-width: 991px) {
    .teamslider .teamsmain .slick-next {
      right: -70px; } }
.teamslider .teamsmain .slick-dots li button {
  width: 8px;
  height: 8px; }
.teamslider .teamsmain .slick-dots {
  bottom: -40px; }
  @media (max-width: 991px) {
    .teamslider .teamsmain .slick-dots {
      bottom: 0;
      position: relative;
      transform: none;
      left: 0;
      top: 0; } }
  .teamslider .teamsmain .slick-dots li {
    width: 8px;
    height: 8px; }
.teamslider .teamsmain .teamitem {
  background: rgba(71, 215, 172, 0.2);
  border-radius: 128px; }
  .teamslider .teamsmain .teamitem p {
    font-size: 21px; }
    @media (max-width: 991px) {
      .teamslider .teamsmain .teamitem p {
        font-size: 18px; } }
  @media (max-width: 991px) {
    .teamslider .teamsmain .teamitem {
      border-radius: 0;
      padding: 0 15px 80px; } }
  .teamslider .teamsmain .teamitem .teamimg {
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin-right: 70px; }
    @media (max-width: 991px) {
      .teamslider .teamsmain .teamitem .teamimg {
        margin: 0 auto;
        width: 225px;
        height: 225px;
        margin: -114px auto 40px; } }
    .teamslider .teamsmain .teamitem .teamimg .teamuser {
      width: 200px;
      height: 200px;
      border-radius: 50%;
      position: absolute;
      left: 25px;
      top: 25px; }
      @media (max-width: 991px) {
        .teamslider .teamsmain .teamitem .teamimg .teamuser {
          width: 180px;
          height: 180px;
          left: 22px;
          top: 22px; } }
    .teamslider .teamsmain .teamitem .teamimg .shapeicon {
      position: absolute;
      left: 0;
      top: 0;
      width: 250px;
      height: 250px;
      border-radius: 50%; }
      @media (max-width: 991px) {
        .teamslider .teamsmain .teamitem .teamimg .shapeicon {
          width: 225px;
          height: 225px; } }

.faqtitle {
  padding: 80px 0 100px; }
  .faqtitle h1 {
    margin-bottom: 16px; }
  @media (max-width: 767px) {
    .faqtitle {
      padding: 40px 0; } }

.glossarytitle {
  background-color: #003B5C; }
  .glossarytitle h1, .glossarytitle h2, .glossarytitle h3, .glossarytitle h4, .glossarytitle h5, .glossarytitle h6, .glossarytitle p, .glossarytitle span {
    color: #fff; }

.mybreadcrumb {
  border-top: 1px solid rgba(0, 59, 92, 0.03);
  border-bottom: 1px solid rgba(0, 59, 92, 0.03);
  margin-bottom: 0px; }
  .mybreadcrumb .breadcrumb {
    margin: 0;
    border-top: 0;
    border-bottom: 0; }

@media (max-width: 1399px) {
  .peoples nav > ul > li > a {
    padding: 8px;
    font-size: 12px; } }
@media (min-width: 1400px) {
  .c-feedback .slick-dots {
    right: 200px; }

  .container {
    max-width: 1440px;
    padding: 0 96px; }

  .eventslider .slick-arrow.slick-next {
    top: 47%; }

  .offer .col-xl-12 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; } }
.widget-type-rich_text a {
  font-family: "geomanistregular";
  text-decoration: underline;
  color: #0075e2 !important;
  font-weight: normal; }

.widget-type-rich_text a:hover {
  color: #0075e2 !important; }

.singlesearch {
  max-width: 384px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .singlesearch {
      max-width: 100%; } }

.glossary {
  background-color: #003B5C;
  padding: 80px 0;
  background-image: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/Images/Background%20Images/guida.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media (max-width: 767px) {
    .glossary {
      background-image: url("https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/OPYN/Images/Background%20Images/guidamob.png"); } }
  @media (max-width: 767px) {
    .glossary .btn.d-inline-block {
      display: inline-flex !important; } }
  .glossary .slick-dots li.slick-active button {
    background: #fff; }
  .glossary .slick-dots li button {
    width: 10px;
    height: 10px; }
  .glossary .slick-dots {
    bottom: -35px; }
    .glossary .slick-dots li {
      width: 10px;
      height: 10px; }
  .glossary .slick-slider .slick-arrow {
    display: none !important; }
  .glossary .glos_title h1, .glossary .glos_title h2, .glossary .glos_title p, .glossary .glos_title h3, .glossary .glos_title h4, .glossary .glos_title strong {
    color: #fff; }
  .glossary .g_cards {
    padding: 40px 0; }
    .glossary .g_cards .card-body {
      padding: 24px 36px; }
    .glossary .g_cards .glossary-inner {
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 16px;
      text-overflow: ellipsis;
      min-height: 160px; }
      .glossary .g_cards .glossary-inner p {
        line-height: 26px; }
      @media (max-width: 767px) {
        .glossary .g_cards .glossary-inner {
          display: -webkit-box;
          -webkit-line-clamp: initial;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-bottom: 16px;
          text-overflow: initial;
          max-height: 160px;
          min-height: 160px; } }
    .glossary .g_cards .slick-slide {
      margin-right: 24px; }
      @media (max-width: 767px) {
        .glossary .g_cards .slick-slide {
          margin-right: 4px; } }

.glossarytabs {
  padding: 80px 0; }
  @media (max-width: 767px) {
    .glossarytabs {
      padding: 0 0 80px; } }
  @media (max-width: 767px) {
    .glossarytabs .nav-pills {
      display: block !important;
      overflow: auto;
      white-space: nowrap;
      margin-bottom: 16px;
      padding-bottom: 8px; } }
  .glossarytabs .nav-pills .nav-link {
    width: 72px;
    text-align: center; }
    @media (max-width: 767px) {
      .glossarytabs .nav-pills .nav-link {
        display: inline-block;
        padding: 0;
        width: 36px;
        height: 72px;
        line-height: 72px; } }
    .glossarytabs .nav-pills .nav-link.active {
      border-radius: 0px 40px 40px 0px; }
      @media (max-width: 767px) {
        .glossarytabs .nav-pills .nav-link.active {
          display: inline-block;
          border-radius: 0 0 40px 40px; } }
  .glossarytabs .card {
    margin-bottom: 24px; }

.auto-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  max-height: 200px;
  overflow-y: auto; }
  .auto-list li {
    color: #003B5C;
    text-align: left;
    padding: 4px 8px;
    margin-bottom: 8px; }
    .auto-list li span {
      color: #003B5C; }

.autolistmain {
  padding-right: 12px;
  background: #fff; }

.auto-list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 40px;
  background-color: #00000033;
  /* or add it to the track */ }

.auto-list::-webkit-scrollbar-thumb {
  background: #003B5C;
  width: 6px;
  height: 6px;
  border-radius: 40px; }

.ebookrow {
  margin-right: -36px;
  margin-left: -36px; }
  .ebookrow .col-lg-4 {
    padding: 0 36px; }

.ebook {
  text-align: center;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .ebook {
      margin-bottom: 40px;
      text-align: left; } }
  @media (max-width: 767px) {
    .ebook .btn {
      display: block;
      width: 100%; } }
  .ebook figure {
    position: relative;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .ebook figure::before {
      content: '';
      position: absolute;
      left: 0;
      top: 60px;
      width: 100%;
      height: calc(100% - 60px);
      background: rgba(71, 215, 172, 0.2);
      border-radius: 40px 0px; }
    .ebook figure:hover img {
      transform: translateY(-10px); }
    .ebook figure img {
      z-index: 1;
      position: relative;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -ms-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

@media (max-width: 767px) {
  .ebookmodal .ebook h2 {
    font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold; } }
@media (max-width: 767px) {
  .ebookmodal .ebook h4 {
    font-family: "geomanistbold", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    text-align: center; } }
.ebookmodal .modal-dialog {
  max-width: 1005px; }
  @media (max-width: 767px) {
    .ebookmodal .modal-dialog .modal-body {
      padding: 24px 24px 60px; } }
  @media (max-width: 767px) {
    .ebookmodal .modal-dialog {
      margin-top: 80px; } }
.ebookmodal .modal-content {
  background: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 0px 40px; }
.ebookmodal .modal-header {
  border-bottom: 0; }
  .ebookmodal .modal-header .close {
    opacity: 1;
    color: #003B5C;
    font-size: 24px;
    margin: 0 0 0 auto; }
    .ebookmodal .modal-header .close:focus {
      outline: none; }

.hs-search-results__title {
  color: #003B5C !important;
  font-size: 21px !important;
  font-family: 'geomanistbold';
  text-decoration: none !important;
  transition: all 0.31s ease-in-out; }
  .hs-search-results__title:hover {
    text-decoration: underline !important; }

.hs-search-results__listing li {
  margin: 0 !important;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 59, 92, 0.2);
  border-radius: 8px !important;
  padding: 32px !important;
  margin-bottom: 16px !important; }

.hs-search-results__listing {
  margin: 0 0 80px;
  padding: 0;
  list-style: none; }

.hs-search-results__pagination {
  margin-bottom: 20px !important;
  overflow: hidden; }

.hs-search-results__next-page, .hs-search-results__prev-page {
  border: 1px solid #DADADA !important;
  border-radius: 50px;
  padding: 8px 16px !important;
  line-height: normal;
  font-weight: normal;
  font-family: 'geomanistregular' !important;
  font-size: 14px; }

[id^="gb-widget-"] {
  bottom: 3px !important;
}
/*# sourceMappingURL=app.css.map */

/* OPYN - PAY LATER OVERRIDE CSS ================================================*/
/* UTILITY-------------------------------------------------- */
.radius-tr-bl {
	border-radius: 0 40px 0 40px;
}

.radius-tl-br {
	border-radius: 40px 0 40px 0;
}

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

.list-style-check ul li {
	margin-bottom: 10px;
	display: flex;
}

.list-style-check ul li:before {
	content: url('https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/site2023_opyn_pay_later/site_image/check-green.png');
	margin-right: 10px;
}

/* END UTILITY-------------------------------------------------- */

/* FOOTER------------------------------------------------------- */
.footer-block .mobile-acc a {
	font-weight: bold;
    color: #fff;
	font-size: 0.875rem;
	transition: all 0.31s ease;
    position: relative;
    overflow: hidden;
    display: inline-block;
	height: fit-content;
}
.footer-block .mobile-acc a:hover {
	text-decoration: none;
}

.footer-block .mobile-acc a::before {
	background-color: #fff;
    bottom: 0;
    content: "";
    height: 0.1em;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: translate3d(-110%,0,0);
    transition: opacity .3s,transform .3s;
    width: 100%;
}

.footer-block .mobile-acc a:hover::before {
	transform: translateZ(0);
}

@media (max-width: 991px) {
      .footer1 .footer-block {
        min-height: unset !important; 
			} 
	
	.social-list .list-inline-item .social-logo {
		width: 25px !important;
    height: 25px !important;
	}
}

@media (min-width: 768px) {
    .footer1 p.mobile-acc {
    line-height: 24px;
        margin-bottom: 0px;
        height: 30px;
}
	.footer1 .container .row {
    margin-bottom: 56px
}
	
}
/* END FOOTER------------------------------------------------------- */

/* CTA----------------------------------------------------------------- */
button.opl-cta-green__arrow,
button.opl-cta-green,
button.opl-cta-black {
    padding: 0;
	position: relative;
}



.opl-cta-green__arrow:hover a,
.opl-cta-green:hover a,
.opl-cta-black:hover a {
	text-decoration: none;
}



.opl-cta-green__arrow a {
  padding: 12px 32px 12px 24px;
	color: #35302F !important;
	font-weight: 700;
}

.opl-cta-green a {
    color: #35302F;
	padding: 12px 24px;
	font-weight: 700;
}

.opl-cta-green__arrow {
	display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #47D7AC;
    max-width: fit-content;
    border-radius: 250px;
    color: #35302F;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
	border: none;
}
button.opl-cta-green__arrow:hover {
    background: #ccfff0;
}

.opl-cta-green__arrow::after {
content: url('https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/site2023_opyn_pay_later/site_image/arrow-right-black.png');
    position: absolute;
    display: block;
    right: 16px;
}

.opl-cta-green {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #47D7AC;
    max-width: fit-content;
    border-radius: 250px;
    color: #35302F;
    font-size: 14px;
    font-style: normal;
	font-weight: 600;
    line-height: 140%;
	border: none;
}
button.opl-cta-green:hover {
    background: #ccfff0;
}

.opl-cta-black {
	display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #35302F;
    max-width: fit-content;
    border-radius: 250px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    line-height: 140%;
	border: none;
}

.opl-cta-black:hover  {
	background-color: #1faf84;
}

.opl-cta-black a {
	color: #ffffff;
	font-weight: 700;
	padding: 12px 32px 12px 24px;
}

.opl-cta-black::after {
	content: url(https://19582346.fs1.hubspotusercontent-na1.net/hubfs/19582346/raw_assets/public/opyn-pay-later-theme/assets/img/opl-icons/arrow-right-white.png);
    position: absolute;
    display: block;
    right: 16px;
}
/* CTA----------------------------------------------------------------- */

/* OPYN - PAY LATER OVERRIDE CSS ================================================ */