*, *: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: "ProximaNova-Light", 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;
}
/* 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 20px;
}

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

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

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

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

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


@media (max-width:1199px){ 
  .banner-section .dnd-section>.row-fluid {
    padding: 0 !important;
  }
}

.banner-section .Banner-row-0-force-full-width-section > .row-fluid {
    padding: 0 !important;
}
@font-face { 
  font-family: "Nucleo Outline"; 
  src: url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/Nucleo%20Outline/now-ui-kit.eot) format("embedded-opentype"), 
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/Nucleo%20Outline/now-ui-kit.woff2) format("woff2"), 
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/Nucleo%20Outline/now-ui-kit.woff) format("woff"),
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/Nucleo%20Outline/now-ui-kit.ttf) format("truetype");
  font-style: normal;
  font-weight: normal; 
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Bold/ProximaNova-Bold.eot) format("embedded-opentype"),
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Bold/ProximaNova-Bold.woff2) format("woff2"), 
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Bold/ProximaNova-Bold.woff) format("woff"), 
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Bold/ProximaNova-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "ProximaNova-Light"; 
  src: url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Light/ProximaNova-Light.eot) format("embedded-opentype"),
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Light/ProximaNova-Light.woff2) format("woff2"),
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Light/ProximaNova-Light.woff) format("woff"),
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Light/ProximaNova-Light.ttf) format("truetype");
}

@font-face { 
  font-family: "ProximaNova-Regular"; 
  src: url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Regular/ProximaNova-Regular.eot) format("embedded-opentype"),
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Regular/ProximaNova-Regular.woff2) format("woff2"), 
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Regular/ProximaNova-Regular.woff) format("woff"),
    url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/fonts/ProximaNova-Regular/ProximaNova-Regular.ttf) format("truetype");
}

html {
  font-size: 14px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: 1.5;
  text-align: left;
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale; 

}

/* Paragraphs */

p {
  line-height: 1.61em;
  margin-bottom: 1rem;
}

/* Anchors */

a {
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
/* Headings */


h1 {
  line-height: 1.15;
  margin-bottom: 30px;
  margin-top:0;
}
h2 {
  margin-bottom: 30px;
  line-height: 1.2;
  margin-top:0;
}
h3 {
  font-size: 1.825em;
  margin-bottom: 30px;
  line-height: 1.4em;
  margin-top:0;
}
h4 {
  line-height: 1.45em;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
}
h5 {
  line-height: 1.4em;
  margin-bottom: 15px;
  margin-top:0;
}
h6{
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top:0;

}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1rem;
}

/* Horizontal rules */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
img {
  max-width: 100%;
  border-radius: 1px;
  vertical-align: middle;
  border-style: none;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 50px;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
border: 1px solid #015b97;
    background-color: #fff;
    color: #015b97;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

form .field>label {
  font-weight: 700;
  font-size: 14px;
  font-family: proxima nova,sans-serif;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 8px;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

::-webkit-input-placeholder{
  color: #888888;
    opacity: 0.8;
}
/* 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;
  width: 100%;
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #b2b2b2;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 1.5;
  overflow-wrap: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type=text]:focus {
  outline: none;
  border-color: #015b97;
  box-shadow: inset 0 0 0 1px #015b97;
}


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;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 14px;
  margin-top: 20px;
}

/* 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;
}
header.header {
  position: fixed;
  top: 0;
  background-color: white;
  min-height: 0;
  width: 100%;
  z-index: 1000;
}

.header-wrapper {
  min-height: 145px;
}
.hs-search-field--open .hs-search-field__suggestions {
  font-family: inherit;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}
.hs-search-field__suggestions #results-for {
  padding: 5px;
}
.hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}
header.header .top-haeder {
  padding: 0;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 14px;
  font-family: ProximaNova-Light, "Helvetica Neue", Arial, sans-serif;
}

header.header .haeder-con {
  max-width: 1300px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
}

header.header .top-haeder-con.haeder-con {
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  justify-content: flex-end;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li>a {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 0.5rem 1rem;
  margin-left: 10px;
  font-size: .75em;
  border: solid 1px #015B97;
  transition: all .15s ease-in-out;
  font-family: ProximaNova-Regular, "Helvetica Neue", Arial, sans-serif;
  border-radius: 25px;
  background-color: transparent;
  color: #015B97;
  line-height: 1.35em;
  margin: 10px 1px;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li {
  margin-left: 0.5rem!important;
  position: relative;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li:last-child>a i:before {
  
  margin-right: 2px;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li:first-child a {
  border-radius: 25px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  transition: all .15s ease-in-out;
  line-height: 1.35em;
  margin: 10px 1px;
  font-family: ProximaNova-Light, "Helvetica Neue", Arial, sans-serif;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li:nth-child(2) {
  margin-left: 0.5rem!important;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li:nth-child(1)>a:after {
  display: inline-block;
  margin-left: 0.555em;
  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;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li:nth-child(1) {
  margin-right: 9px;
  margin-left: 0.5rem!important;
}

header.header .bottom-haeder {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  transition: all 300ms ease 0s;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  box-shadow: 0px 10px 10px -7px rgb(0 0 0 / 10%);
  background-color: #f8f9fa;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  color: #2c2c2c;
  font-size: 14px;
  font-family: ProximaNova-Light, "Helvetica Neue", Arial, sans-serif;
}

header.header .custom-header-logo {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 120px;
  vertical-align: middle;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

header.header .custom-header-logo img {
  max-width: 100%;
}

header.header .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;
  color: rgba(0, 0, 0, .5);
  display: none;
}

header.header .header__navigation {
  display: flex;
  flex-basis: auto;
  background: transparent;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-end;
}

header.header ul.submenu.level-1 {
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
  display: flex;
  margin-left: auto;
}

header.header ul.submenu.level-1>li {
  position: relative;
}

header.header ul.submenu.level-1>li>a {
  color: rgba(0, 0, 0, .6);
  transition: all 300ms ease 0s;
  vertical-align: middle;
  font-size: 14px;
  display: block;
  padding: 1rem 0rem;
  white-space: nowrap;
  font-family: ProximaNova-Light, "Helvetica Neue", Arial, sans-serif;
}

header.header ul.submenu.level-2 {
  display: block;
}

header.header .try-risa-now {
  text-align: center;
}

header.header .try-risa-now a {
  background-color: #015B97;
  vertical-align: middle;
  font-size: 14px;
  padding: 15px 48px;
  border-width: 1px;
  border-radius: 30px;
  color: #FFFFFF;
  line-height: 1.35em;
  margin: 10px 1px;
  border: none;
  font-weight: 400;
  display: inline-block;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

header.header ul.submenu.level-1>li:nth-last-child(2)>a i {
  vertical-align: baseline;
}

header.header ul.submenu.level-1>li.has-submenu>a: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;
}

header.header ul.submenu.level-1>li>a i {
  font-size: 16px;
  margin-right: 4px;
}

header.header ul.submenu.level-1>li:nth-child(5)>a {
  padding-right: 0;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li.open>a:hover {
  background-color: #fff;
  border-color: #015b97;
  color: #015b97;
}

header.header ul.submenu.level-2 {
  position: absolute;
  background-color: #fff;
  border: 0;
  box-shadow: none;
  max-width: 100%;
  margin: 0 0rem;
  margin-bottom: 15px;
  margin-top: 16px;
  padding: 30px;
  height: auto;
  overflow-y: visible;
  margin-left: auto;
  margin-right: auto;
  transition: .5s;
  transition-timing-function: ease;
  border-bottom: 1px solid #f2f2f2;
  transform: translate3d(0, -25px, 0) !important;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100% !important;
  left: 0;
  border-radius: 0.125rem;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  min-width: 15rem;
  padding-right: 15px;
  padding-left: 15px;
}

header.header ul.submenu.level-2>li>a {
  vertical-align: middle;
  font-size: 14px;
  color: rgba(0, 0, 0, .6);
  text-align: left;
  display: block;
  padding: 0.8rem 0rem;
}

header.header ul.submenu.level-1>li.open ul.submenu.level-2 {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
}

header.header .try-risa-now a:hover {
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 17%);
}

.header-wrapper.lp-header {
  min-height: 73px;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li ul {
  left: -9px !important;
  position: absolute;
  will-change: transform;
  transform: translate3d(0, -25px, 0) !important;
  visibility: hidden;
  display: block;
  opacity: 0;
  top: 100% !important;
  right: auto;
  bottom: auto;
  border: 0;
  box-shadow: 0px 10px 50px 0px rgb(0 0 0 / 20%);
  border-radius: 0.125rem;
  transition: all 150ms linear;
  font-size: 14px;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  z-index: 9;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li.hs-item-has-children.open ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0) !important;
  transform: translate3d(0, 0px, 0) !important;
}

header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li ul li a {
  font-size: 0.8571em;
  margin-top: 5px;
  transition: all 150ms linear;
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-family: ProximaNova-Light, "Helvetica Neue", Arial, sans-serif;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

nav.navigation-primary.mob_menu {
  display: none;
}

@media (min-width: 992px) {
  header.header ul.submenu.level-1 {
    flex-direction: row;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  header.header ul.submenu.level-1>li:not(:last-child) {
    margin-right: 5px;
  }

  header.header ul.submenu.level-1>li>a {
    padding-right: 2rem;
    padding-left: 1.5rem;
  }
}

@media (max-width:1100px){

  header.header ul.submenu.level-1>li>a {
    padding-left: 1rem;
    padding-right: 1.5rem;
  }
}

@media (min-width:992px){
  header.header .header__navigation {
    display: flex !important;
  }
}

@media (max-width:991px){
  header.header .header__navigation {
    display: none;
    width: 100%;
  }

  nav.navigation-primary.desk_menu {
    display: none;
  }

  header.header .navbar-toggler {
    display: block;
    cursor: pointer;
  }

  header.header ul.submenu.level-2 {
    border-bottom: 0;
    visibility: visible;
    opacity: 1;
    transform: none !important;
    display: none;
  }

  nav.navigation-primary.mob_menu {
    display: block;
  }
header.header ul.submenu.level-1 {
    max-height: calc( 100vh - 185px);
    overflow: auto;
}
  header.header span.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%;
    background-image: url(https://23374386.fs1.hubspotusercontent-na1.net/hubfs/23374386/raw_assets/public/RISA_November_2022/images/download.svg);
  }

  header.header .haeder-con {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  header.header ul.submenu.level-2 {
    position: relative;
    background: transparent;
    padding: 0;
    margin: 0;
    display: none;
    overflow: hidden;
    padding-left: 8px;
    transition:none !important;
  }

  header.header ul.submenu.level-1>li.open ul.submenu.level-2 {
    height: 100%;
  }

  header.header ul.submenu.level-1>li>a {
    padding-left: 0;
    padding-right: 0;
  }


  header.header ul.submenu.level-1 li a {
    color: rgba(0, 0, 0, .5);

    padding-right: 0;
    padding-left: 0;
  }
  header.header ul.submenu.level-2 {
    border-bottom: 0;
  }

}

@media (max-width:991px){
  .header-wrapper {
    min-height: 124px;
  }
   header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li ul {
    opacity: 0;
    -webkit-transform: translateZ(-100%)!important;
    transform: translateZ(-100%)!important;
    visibility: hidden;
    position: absolute;
}
  
   header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li.hs-item-has-children.open ul{
     opacity: 1;
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    visibility: visible;
   }
}

@media (max-width: 901px){
  header.header ul.submenu.level-1 li a {
    border-top: 1px solid rgba(0,0,0,.1);

  }
}

@media (max-width:767px){  
  header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li>a {
    font-size: .65rem;
  }

 header.header .haeder-button.schedule_a_tour .hs-menu-wrapper>ul>li:first-child {
    margin-right: 3px;
  }

  .header-wrapper {
    min-height: 122px;
  }
header.header .haeder-button.schedule_a_tour .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li ul {
    opacity: 0;
    -webkit-transform: translateZ(-100%)!important;
    transform: translateZ(-100%)!important;
    visibility: hidden !important;
    position: absolute !important;
}
  
   header.header .haeder-button.schedule_a_tour .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul>li.hs-item-has-children.open ul{
     opacity: 1;
    -webkit-transform: translateZ(0)!important;
    transform: translateZ(0)!important;
    visibility: visible !important;
   }
}


@media (max-width:700px){  
  header.header {
    position: sticky;
    top: unset;
    background-color: white;
    min-height: 0;
    width: 100%;
    z-index: 1000;
  }
}
footer.footer {
  margin: 70px 0;
  padding: 1.125rem 0;
  text-align: center;
  position:relative;
  z-index:9;
}

.footer .footer-container {
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.footer .content {
  text-align: left;
}

.footer .footer-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer .ftt-col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer .copyright-section p {
  margin-top:0px;
  font-weight: 400;
  margin-bottom: 0;
  font-size: .9em;
  color: #666666;
  line-height: 1.6;
}

.footer .copyright-section {

  float: left;
  text-align: left!important;
}

.footer .copyright-section a {
  color: #000000;
}
.footer .ftt-col1 img {
  margin-bottom: 1.5rem!important;
  width: 120px!important;
}

.footer .ftt-col2 .submenu.level-1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  list-style: none;
  margin-left: -15px;
  padding: 0;
  margin-bottom: 0;
}

.footer .ftt-col2 .submenu.level-1> li {
  min-height: 1px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 1.5rem!important;
}


.footer .ftt-col3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  min-height: 1px;
  padding-left: 15px;
}

.footer .ftt-col2 .submenu.level-1> li> a {
  font-size: 1.3em;
  line-height: 1.4em;

  font-family: ProximaNova-Bold;
  font-weight: 500;
  color: #2c2c2c;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
}

.footer .ftt-col2 .submenu.level-1 ul {
  line-height: 1.6;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.footer .ftt-col2 .submenu.level-1 ul li {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0px;
}

.footer .ftt-col2 .submenu.level-1 ul li a {
  text-transform: capitalize;
  font-size: 1em;
  padding: 5px;
  text-decoration: none;
  display: block;
  color: #2c2c2c;
}
.footer .ftt-col2 .submenu.level-1 ul li a span
{
  padding: 3px 5px 2px 5px;
   margin-left: 5px;
   line-height: 100%;
   color:white;
   background-color: #015B97;
  text-transform: uppercase;
   font-size: 0.7142em;
  border: 1px solid;
  border-radius: 0.875rem;
  border-color: #015B97;
  display: inline-block;
}
.footer .input {
  float: left;
  width: 78%;
  margin-right: 2%;
  margin-top: 9px;
  margin-bottom: 10px;
  position: relative;
}

.footer form input[type=email] {
  background-color: #ffffff;
  border: 1px solid #E3E3E3;
  border-radius: 30px;
  color: #2c2c2c;
  height: auto;
  line-height: normal;
  font-size: 0.8571em;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  box-shadow: none;
  padding: 10px 18px 10px 18px;
  display: block;
  width: 100%;
  overflow: visible;
  background-clip: padding-box;
  font-weight: 400;
  font-family: ProximaNova-Regular, "Helvetica Neue", Arial, sans-serif;
  min-height: auto;
}

.footer form .hs-button {
  border: 1px;
  border-radius: 30px!important;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin: 10px 1px;
  text-align: center;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  user-select: none;
  vertical-align: middle;
  height: 2.375rem;
  min-width: 2.375rem;
  width: 2.375rem;
  padding: 0;
  font-size: 0.9375rem;
  overflow: hidden;
  position: relative;
  line-height: normal;
  color: #015b97;
  min-height: auto;
  cursor: pointer;
}


.footer .actions:before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\ea2a";
  display: inline-block;
  font: normal normal normal 14px/1 Nucleo Outline;
  font-size: inherit;
  left: 84%;
  line-height: 1.5626rem;
  position: absolute;
  text-transform: none;
  top: 35%;
  -webkit-transform: translate(-12px,-12px);
  transform: translate(-12px,-12px);
  width: 23px;
  z-index: 99;
}
.footer .ftr-social-icons {
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.footer .ftr-social-icons img {
  margin: 10px 10px 20px 0;
}

.footer .hs-form-field {
  margin-bottom: 0;
}

.footer .ftt-col3 p {
  margin-bottom: 0;
  margin-top: 0px;
}

.footer .ftt-col2 .submenu.level-1 ul li a:hover {
  text-decoration: underline;
}

.footer .footer-row {
  flex-wrap: nowrap;
}

.footer .ftt-col3 p {
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.61em;
}

.footer form .hs-button:hover {
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 17%);
  color: #08649F;
}

.footer .hs-error-msg {
  position: absolute;
  top: 38%;
  left: 6%;
  white-space: nowrap;
}

footer form .hs_error_rollup {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}

footer form {
  position: relative;
}

.footer form input[type=email].error {
  margin-bottom: 30px;
}

.footer .hs-error-msg {
  position: static;
  margin: 0;
}


.footer .hs-error-msgs {
  position: absolute;
  top: 50px;
  left: 0;
}

footer form .hs_error_rollup label {
  color: #ef6b51;
  white-space: nowrap;

}

.footer .hs-error-msgs li {
  margin: 0;
}

.footer .actions:before {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.footer form  .actions {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 10px;
  left: 81%;
  z-index: 9;
  cursor: pointer;
}

.footer form .hs-button {
  margin: 0 !important;
}

footer form .field>label {
  display: none;
}

.footer form .actions:hover .hs-button {
  box-shadow: 0 3px 8px 0 rgb(0 0 0 / 17%);
  color: #08649f;
}

.footer form .actions {
  height: 0;
  width: 0;
}
.footer .actions:before {
  left: 17px;
  top: 16px;
  transform: translateY(-50%) translateX(-50%);
  width: 15px;
  z-index: 99;
  height:15px;
}
.footer form .hs-button {
  position: relative;
  z-index: 9;
  font-size: 0;
}

.footer form input[type=email] {
  outline: none;
}

.footer form input[type=email]:focus {
  border-color: #F96332;
}

.footer .ftt-col2 .submenu.level-1>li>a span.sub-arrow {
  display: none;
}

.footer .ftt-col2 .submenu.level-1>li>a span.sub-arrow {
  display: none;
}

.footer .input {
  margin-top: 8px;
  margin-right: 0px;
}

.footer form input[type=email] {
  padding-left: 18px;
}

.footer form .actions {
  left: 80%;
}



@media (min-width: 576px){
  .footer .ftt-col1{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .footer-container {
    max-width: 540px;
  }
}

@media (min-width: 768px){
  .footer .ftt-col1{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .footer .ftt-col2 .submenu.level-1> li ,.footer .ftt-col3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer.ftt-col2 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }  
  .footer .ftt-col3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer .footer-container {
    max-width: 720px;
  }
}
@media (min-width: 992px){
  .footer .footer-container  {
    max-width: 960px;
  }
}

@media (min-width: 1200px){
  .footer .footer-container  {
    max-width: 1300px;
  }
}

@media (max-width:1199px){  

}

@media (min-width:768px) and (max-width:991px){
  .footer .ftt-col3 {
    padding-right: 0;
    flex: 0 0 25%;
    max-width: 25%;
    min-width: 200PX;
  }

  .footer .footer-row {
    flex-wrap: nowrap;
  }


}

@media (max-width:991px){
  .footer .ftt-col2 .submenu.level-1 ul li a {
    font-size: .85em;
  } 
}

@media (max-width:991px) and (min-width: 768px){
  .footer .ftt-col2 .submenu.level-1>li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width:767px){
  .footer .ftt-col2 .submenu.level-1>li {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .footer .ftt-col2 .submenu.level-1 ul li a {
    font-size: 1em;
  } 

  .footer .ftr-social-icons {
    width: 100%;
  }
  
  .footer .footer-row {
    flex-wrap: wrap;
  }
}

@media (max-width: 345px){

}
/* 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;
  }
}
/**
 * 2022 © Orange Marketing
 * @link https://www.orangemarketing.com
 * @author alex@zappa.dev
 * @link https://www.zappa.dev
 * Compiled with Tailwind CSS v2.2.19
 */

/* ---------------------------------------- */

/* ----- PLEASE DO NOT EDIT THIS FILE ----- */

/* ----- PLEASE DO NOT EDIT THIS FILE ----- */

/* ----- PLEASE DO NOT EDIT THIS FILE ----- */

/* ---------------------------------------- */

/* --------------------------------------------- */

/* --- BUILD AUTOMATICALLY BASED ON THE CODE --- */

/* --------------------------------------------- */

/*@tailwind base;*/

.tw-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0
}

.tw-absolute {
  position: absolute
}

.tw-relative {
  position: relative
}

.tw-inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

.tw-left-0 {
  left: 0px
}

.tw-top-0 {
  top: 0px
}

.tw-right-0 {
  right: 0px
}

.tw-top-5 {
  top: 1.25rem
}

.tw-left-5 {
  left: 1.25rem
}

.tw-bottom-5 {
  bottom: 1.25rem
}

.tw-right-5 {
  right: 1.25rem
}

.tw-z-10 {
  z-index: 10
}

.tw-z-20 {
  z-index: 20
}

.tw-z-30 {
  z-index: 30
}

.tw-order-1 {
  order: 1
}

.tw-order-2 {
  order: 2
}

.tw-m-0 {
  margin: 0px
}

.\!tw-m-0 {
  margin: 0px !important
}

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

.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px
}

.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.tw-mb-6 {
  margin-bottom: 1.5rem
}

.tw-mb-0 {
  margin-bottom: 0px
}

.tw-mt-8 {
  margin-top: 2rem
}

.tw-mb-10 {
  margin-bottom: 2.5rem
}

.tw-mb-3 {
  margin-bottom: 0.75rem
}

.tw-mt-3\.5 {
  margin-top: 0.875rem
}

.tw-mt-3 {
  margin-top: 0.75rem
}

.tw-block {
  display: block
}

.tw-flex {
  display: flex
}

.tw-inline-flex {
  display: inline-flex
}

.tw-grid {
  display: grid
}

.tw-hidden {
  display: none
}

.tw-aspect-\[16\/9\] {
  aspect-ratio: 16/9
}

.tw-aspect-\[16\/7\] {
  aspect-ratio: 16/7
}

.tw-h-auto {
  height: auto
}

.tw-h-10 {
  height: 2.5rem
}

.tw-h-\[22px\] {
  height: 22px
}

.tw-h-\[24px\] {
  height: 24px
}

.tw-h-\[60px\] {
  height: 60px
}

.tw-h-fit {
  height: -moz-fit-content;
  height: fit-content
}

.tw-h-\[66px\] {
  height: 66px
}

.\!tw-h-\[66px\] {
  height: 66px !important
}

.tw-h-full {
  height: 100%
}

.tw-h-\[160px\] {
  height: 160px
}

.tw-max-h-\[66px\] {
  max-height: 66px
}

.\!tw-max-h-\[400px\] {
  max-height: 400px !important
}

.\!tw-min-h-\[60vh\] {
  min-height: 60vh !important
}

.tw-w-full {
  width: 100%
}

.tw-w-10 {
  width: 2.5rem
}

.tw-w-\[22px\] {
  width: 22px
}

.tw-w-\[24px\] {
  width: 24px
}

.tw-w-\[60px\] {
  width: 60px
}

.\!tw-w-auto {
  width: auto !important
}

.tw-w-\[26px\] {
  width: 26px
}

.\!tw-w-full {
  width: 100% !important
}

.tw-min-w-\[200px\] {
  min-width: 200px
}

.tw-min-w-\[150px\] {
  min-width: 150px
}

.tw-max-w-\[1300px\] {
  max-width: 1300px
}

.tw-max-w-7xl {
  max-width: 80rem
}

.tw-max-w-\[250px\] {
  max-width: 250px
}

.tw-max-w-4xl {
  max-width: 56rem
}

.tw-max-w-\[240px\] {
  max-width: 240px
}

.\!tw-max-w-full {
  max-width: 100% !important
}

.tw-cursor-pointer {
  cursor: pointer
}

.tw-list-none {
  list-style-type: none
}

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

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

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

.tw-flex-col {
  flex-direction: column
}

.tw-flex-wrap {
  flex-wrap: wrap
}

.tw-items-start {
  align-items: flex-start
}

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

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

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

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

.tw-justify-between {
  justify-content: space-between
}

.tw-gap-12 {
  gap: 3rem
}

.tw-gap-4 {
  gap: 1rem
}

.tw-gap-\[5px\] {
  gap: 5px
}

.tw-gap-2 {
  gap: 0.5rem
}

.tw-gap-6 {
  gap: 1.5rem
}

.tw-gap-3 {
  gap: 0.75rem
}

.tw-gap-8 {
  gap: 2rem
}

.tw-gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem
}

.tw-gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem
}

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

.tw-overflow-hidden {
  overflow: hidden
}

.tw-whitespace-nowrap {
  white-space: nowrap
}

.tw-rounded-full {
  border-radius: 9999px
}

.tw-rounded-\[25px\] {
  border-radius: 25px
}

.tw-border {
  border-width: 1px
}

.tw-border-0 {
  border-width: 0px
}

.tw-border-t {
  border-top-width: 1px
}

.tw-border-solid {
  border-style: solid
}

.tw-border-\[\#015B97\] {
  --tw-border-opacity: 1;
  border-color: rgb(1 91 151 / var(--tw-border-opacity))
}

.tw-border-\[\#e2e2e2\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity))
}

.tw-border-\[\#8888884d\] {
  border-color: #8888884d
}

.tw-border-\[\#ffffff33\] {
  border-color: #ffffff33
}

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

.tw-bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity))
}

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

.tw-bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity))
}

.tw-bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity))
}

.tw-bg-\[\#e6e6e6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity))
}

.tw-bg-\[\#015B97\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 151 / var(--tw-bg-opacity))
}

.tw-bg-\[\#015B9C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 156 / var(--tw-bg-opacity))
}

.tw-bg-\[\#00001d66\] {
  background-color: #00001d66
}

.tw-bg-cover {
  background-size: cover
}

.\!tw-bg-cover {
  background-size: cover !important
}

.tw-bg-center {
  background-position: center
}

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

.tw-p-6 {
  padding: 1.5rem
}

.tw-p-2 {
  padding: 0.5rem
}

.tw-p-4 {
  padding: 1rem
}

.tw-p-0 {
  padding: 0px
}

.tw-p-3 {
  padding: 0.75rem
}

.tw-p-8 {
  padding: 2rem
}

.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem
}

.tw-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px
}

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

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

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

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

.tw-py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem
}

.tw-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.tw-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px
}

.tw-pb-8 {
  padding-bottom: 2rem
}

.tw-pb-6 {
  padding-bottom: 1.5rem
}

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

.tw-pb-16 {
  padding-bottom: 4rem
}

.tw-pb-4 {
  padding-bottom: 1rem
}

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

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

.tw-text-justify {
  text-align: justify
}

.tw-font-pnBold {
  font-family: ProximaNova-Bold
}

.tw-font-pnLight {
  font-family: ProximaNova-Light
}

.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem
}

.tw-text-\[15px\] {
  font-size: 15px
}

.tw-text-\[13px\] {
  font-size: 13px
}

.tw-text-\[18px\] {
  font-size: 18px
}

.tw-text-\[14px\] {
  font-size: 14px
}

.tw-text-\[16px\] {
  font-size: 16px
}

.\!tw-text-\[16px\] {
  font-size: 16px !important
}

.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem
}

.tw-text-\[21px\] {
  font-size: 21px
}

.tw-text-\[32px\] {
  font-size: 32px
}

.tw-text-\[11px\] {
  font-size: 11px
}

.tw-text-\[12px\] {
  font-size: 12px
}

.tw-text-\[10px\] {
  font-size: 10px
}

.tw-text-\[49px\] {
  font-size: 49px
}

.tw-font-semibold {
  font-weight: 600
}

.tw-font-bold {
  font-weight: 700
}

.tw-font-light {
  font-weight: 300
}

.\!tw-font-bold {
  font-weight: 700 !important
}

.tw-normal-case {
  text-transform: none
}

.tw-leading-6 {
  line-height: 1.5rem
}

.tw-text-\[\#015B97\] {
  --tw-text-opacity: 1;
  color: rgb(1 91 151 / var(--tw-text-opacity))
}

.tw-text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity))
}

.tw-text-\[\#2c2c2c\] {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity))
}

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

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

.tw-no-underline {
  text-decoration-line: none
}

.tw-opacity-0 {
  opacity: 0
}

.tw-opacity-90 {
  opacity: 0.9
}

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

.tw-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.tw-shadow-\[0px_5px_25px_0px_rgb\(0\,0\,0\,\.2\)\] {
  --tw-shadow: 0px 5px 25px 0px rgb(0,0,0,.2);
  --tw-shadow-colored: 0px 5px 25px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

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

.tw-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.tw-duration-200 {
  transition-duration: 200ms
}

.tw-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.tw-line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.tw-line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3
}

@media (max-width: 1023px) {
  .menu__item {
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem
  }

  @media (min-width: 1024px) {
    .menu__item {
      margin-left: 0px;
      margin-right: 0px;
      padding-top: 0px;
      padding-bottom: 0px
    }
  }

  .menu__item {
    border-top: 1px solid rgba(0,0,0,.1)
  }
}

.menu__item .submenu {
  border-bottom: 1px solid #f2f2f2;
  border-radius: 0.125rem;
}

.menu__item .submenu a {
  font-family: ProximaNova-Light,Helvetica Neue,Arial,sans-serif;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration-line: none;
  color: #00000099;
}

.menu__item .submenu a:hover {
  color: #015b97;
}

.menu__item .submenu a.az-cta-button {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 91 151 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 91 151 / var(--tw-border-opacity));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration-line: none
}

.menu__item .submenu a.az-cta-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 151 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.menu__item-label {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem
}

@media (min-width: 1024px) {
  .menu__item-label {
    padding-left: 2rem;
    padding-right: 2rem
  }
}

.menu__item-label {
  display: flex;
  cursor: pointer;
  align-items: center;
  text-transform: uppercase
}

@media (min-width: 1024px) {
  .menu__item-label {
    justify-content: center
  }
}

.menu__item-label {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-decoration-line: none;
  line-height: 1;
  font-family: ProximaNova-Light,Helvetica Neue,Arial,sans-serif;
  color: #00000099
}

.menu__item-label:hover {
  color: #015b97;
}

.menu__item-label--icon {
  gap: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem
}

.menu__item-label--btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 151 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 91 151 / var(--tw-border-opacity));
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration-line: none
}

@media (min-width: 1024px) {
  .menu__item-label--btn {
    margin-left: 2rem
  }
}

.menu__item-label--btn {
  white-space: nowrap
}

.menu__item-label--btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 100 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.menu__item-label--has-submenu:after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media (max-width: 1023px) {
  .az-menu-list {
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
  }

  .az-btn.az-menu-list {
    display: none;
  }
}

@media (min-width: 1024px) {
  .az-menu-list {
    align-items: center
  }

  @media (min-width: 1024px) {
    .az-menu-list {
      display: flex;
      justify-content: flex-end;
      background-color: transparent
    }
  }
}

.vg-features__card {
}

.vg-features__card-img {
}

.vg-features__card-content {
}

.vg-features__card-title {
  font-family: ProximaNova-Bold;
}

.vg-features__card-summary {
  font-family: ProximaNova-Light, "Helvetica Neue", Arial, sans-serif;
}

.vg-product__title {
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.vg-product__subtitle {
}

.vg-form form fieldset.form-columns-1 input[type=text].hs-input, .vg-form form fieldset.form-columns-1 input[type=password].hs-input, .vg-form form fieldset.form-columns-1 input[type=email].hs-input, .vg-form form fieldset.form-columns-1 input[type=url].hs-input, .vg-form form fieldset.form-columns-1 input[type=date].hs-input, .vg-form form fieldset.form-columns-1 input[type=month].hs-input, .vg-form form fieldset.form-columns-1 input[type=time].hs-input, .vg-form form fieldset.form-columns-1 input[type=datetime].hs-input, .vg-form form fieldset.form-columns-1 input[type=datetime-local].hs-input, .vg-form form fieldset.form-columns-1 input[type=week].hs-input, .vg-form form fieldset.form-columns-1 input[type=number].hs-input, .vg-form form fieldset.form-columns-1 input[type=search].hs-input, .vg-form form fieldset.form-columns-1 input[type=tel].hs-input, .vg-form form fieldset.form-columns-1 input[type=color].hs-input, .vg-form form fieldset.form-columns-1 select.hs-input, .vg-form form fieldset.form-columns-1 textarea.hs-input {
  width: 100%
}

.vg-form form .actions .hs-button {
  width: 100%
}

.az-btn {
  min-width: 33px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 151 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(1 91 151 / var(--tw-border-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration-line: none;
  white-space: nowrap;
  fill: #fff
}

.az-btn:hover {
  fill: #015B97
}

.az-btn--nav {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(1 91 151 / var(--tw-text-opacity))
}

.az-btn--nav:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 151 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.az-btn--nav svg {
  fill: #015B97
}

.az-btn--nav svg:hover {
  fill: #fff
}

.az-btn--nav:hover svg {
  fill: #fff
}

.az-btn--next, .az-btn--prev {
  padding-left: 10px;
  padding-right: 10px
}

.az-btn--active {
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 151 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.az-btn--active svg {
  fill: #fff
}

.az-btn.tw-hidden {
  display: none;
}

body #vg-richtext-widget_1672856090610 > div {
  max-width: 1300px;
  padding: 0 15px;
}

.blog_listing_wrp article:hover {
  transform: translateY(-10px);
}

.hover\:tw-border-\[\#015B9A\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(1 91 154 / var(--tw-border-opacity))
}

.hover\:tw-bg-\[\#08649F\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 100 159 / var(--tw-bg-opacity))
}

.hover\:tw-bg-\[\#015B97\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(1 91 151 / var(--tw-bg-opacity))
}

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

.hover\:tw-opacity-100:hover {
  opacity: 1
}

.hover\:tw-shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-3xl:hover {
  --tw-shadow: 0 35px 60px -15px rgba(0, 0, 0, 0.3);
  --tw-shadow-colored: 0 35px 60px -15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:tw-shadow-\[0_3px_8px_0_rgba\(0\2c 0\2c 0\2c 0\.17\)\]:hover {
  --tw-shadow: 0 3px 8px 0 rgba(0,0,0,0.17);
  --tw-shadow-colored: 0 3px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

@media (min-width: 640px) {
  .sm\:tw-absolute {
    position: absolute
  }

  .sm\:tw-block {
    display: block
  }

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

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

  .sm\:tw-items-center {
    align-items: center
  }

  .sm\:tw-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
  }

  .sm\:tw-py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
  }
}

@media (min-width: 768px) {
  .md\:tw-order-2 {
    order: 2
  }

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

  .md\:tw-col-span-3 {
    grid-column: span 3 / span 3
  }

  .md\:tw-col-span-2 {
    grid-column: span 2 / span 2
  }

  .md\:tw-h-\[84px\] {
    height: 84px
  }

  .md\:tw-w-\[84px\] {
    width: 84px
  }

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

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

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

  .md\:tw-gap-20 {
    gap: 5rem
  }

  .md\:tw-gap-16 {
    gap: 4rem
  }

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

  .md\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .md\:\!tw-text-\[18px\] {
    font-size: 18px !important
  }
}

@media (min-width: 1024px) {
  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1
  }

  .lg\:tw-block {
    display: block
  }

  .lg\:tw-hidden {
    display: none
  }

  .lg\:tw-min-h-\[300px\] {
    min-height: 300px
  }

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

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