@charset "UTF-8";
/*
! tailwindcss v3.0.15 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/*
Ensure the default browser behavior of the `hidden` attribute.
*/
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.container{
  max-width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 800px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1300px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: -webkit-sticky;
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0\.5{
  bottom: 0.125rem;
}
.bottom-0{
  bottom: 0px;
}
.right-8{
  right: 2rem;
}
.top-4{
  top: 1rem;
}
.top-\[4px\]{
  top: 4px;
}
.right-\[5px\]{
  right: 5px;
}
.right-0{
  right: 0px;
}
.left-0{
  left: 0px;
}
.top-\[1px\]{
  top: 1px;
}
.right-10{
  right: 2.5rem;
}
.top-\[35\%\]{
  top: 35%;
}
.-right-20{
  right: -5rem;
}
.left-4{
  left: 1rem;
}
.top-\[14px\]{
  top: 14px;
}
.bottom-10{
  bottom: 2.5rem;
}
.left-10{
  left: 2.5rem;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.z-20{
  z-index: 20;
}
.float-right{
  float: right;
}
.float-left{
  float: left;
}
.clear-both{
  clear: both;
}
.m-8{
  margin: 2rem;
}
.m-auto{
  margin: auto;
}
.m-0{
  margin: 0px;
}
.m-\[10px\]{
  margin: 10px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-10{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-24{
  margin-top: 6rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-6{
  margin-top: 1.5rem;
}
.ml-10{
  margin-left: 2.5rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-20{
  margin-top: 5rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mt-7{
  margin-top: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.ml-12{
  margin-left: 3rem;
}
.mr-12{
  margin-right: 3rem;
}
.mr-4{
  margin-right: 1rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.mr-8{
  margin-right: 2rem;
}
.ml-24{
  margin-left: 6rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-0{
  margin-bottom: 0px;
}
.ml-6{
  margin-left: 1.5rem;
}
.ml-auto{
  margin-left: auto;
}
.ml-4{
  margin-left: 1rem;
}
.ml-8{
  margin-left: 2rem;
}
.mt-4{
  margin-top: 1rem;
}
.mr-10{
  margin-right: 2.5rem;
}
.mt-28{
  margin-top: 7rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.h-full{
  height: 100%;
}
.h-6{
  height: 1.5rem;
}
.h-5{
  height: 1.25rem;
}
.h-4{
  height: 1rem;
}
.h-12{
  height: 3rem;
}
.h-8{
  height: 2rem;
}
.h-40{
  height: 10rem;
}
.h-7{
  height: 1.75rem;
}
.h-28{
  height: 7rem;
}
.h-20{
  height: 5rem;
}
.h-80{
  height: 20rem;
}
.h-24{
  height: 6rem;
}
.h-auto{
  height: auto;
}
.h-16{
  height: 4rem;
}
.h-\[22px\]{
  height: 22px;
}
.h-14{
  height: 3.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[250px\]{
  height: 250px;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[500px\]{
  max-height: 500px;
}
.w-full{
  width: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-48{
  width: 12rem;
}
.w-32{
  width: 8rem;
}
.w-40{
  width: 10rem;
}
.w-14{
  width: 3.5rem;
}
.w-10{
  width: 2.5rem;
}
.w-4\/5{
  width: 80%;
}
.w-6{
  width: 1.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-4{
  width: 1rem;
}
.w-3{
  width: 0.75rem;
}
.w-16{
  width: 4rem;
}
.w-12{
  width: 3rem;
}
.w-1\/4{
  width: 25%;
}
.w-3\/4{
  width: 75%;
}
.w-24{
  width: 6rem;
}
.w-11\/12{
  width: 91.666667%;
}
.w-60{
  width: 15rem;
}
.w-20{
  width: 5rem;
}
.w-28{
  width: 7rem;
}
.w-6\/12{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-7{
  width: 1.75rem;
}
.w-auto{
  width: auto;
}
.w-2\/5{
  width: 40%;
}
.w-\[250px\]{
  width: 250px;
}
.w-\[22px\]{
  width: 22px;
}
.w-9\/12{
  width: 75%;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-72{
  width: 18rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-full{
  max-width: 100%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.rotate-90{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.columns-2{
  -moz-columns: 2;
       columns: 2;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-items-center{
  place-items: center;
}
.content-center{
  align-content: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border-2{
  border-width: 2px;
}
.border{
  border-width: 1px;
}
.border-\[6px\]{
  border-width: 6px;
}
.border-0{
  border-width: 0px;
}
.border-l{
  border-left-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-b-\[4px\]{
  border-bottom-width: 4px;
}
.border-solid{
  border-style: solid;
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(46 174 228 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(21 25 43 / var(--tw-border-opacity));
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity));
}
.border-\[\#2FAEE4\]{
  --tw-border-opacity: 1;
  border-color: rgb(47 174 228 / var(--tw-border-opacity));
}
.border-\[\#B5C7D2\]{
  --tw-border-opacity: 1;
  border-color: rgb(181 199 210 / var(--tw-border-opacity));
}
.border-\[\#fff\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-\[\#2EAEE4\]{
  --tw-border-opacity: 1;
  border-color: rgb(46 174 228 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(21 25 43 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(46 174 228 / var(--tw-bg-opacity));
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-darkblue{
  --tw-bg-opacity: 1;
  background-color: rgb(33 39 69 / var(--tw-bg-opacity));
}
.bg-\[\#111D5E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(17 29 94 / var(--tw-bg-opacity));
}
.bg-\[\#d2cfcf\]{
  --tw-bg-opacity: 1;
  background-color: rgb(210 207 207 / var(--tw-bg-opacity));
}
.bg-\[\#e7e7e7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.bg-\[\#f00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity));
}
.bg-\[\#EEF9FD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 249 253 / var(--tw-bg-opacity));
}
.bg-\[\#2EAEE4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(46 174 228 / var(--tw-bg-opacity));
}
.bg-\[\#32C8FB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(50 200 251 / var(--tw-bg-opacity));
}
.bg-\[\#b54444\]{
  --tw-bg-opacity: 1;
  background-color: rgb(181 68 68 / var(--tw-bg-opacity));
}
.bg-\[\#F2F3F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 243 248 / var(--tw-bg-opacity));
}
.bg-\[\#f6c263\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 194 99 / var(--tw-bg-opacity));
}
.bg-\[\#15192B\]{
  --tw-bg-opacity: 1;
  background-color: rgb(21 25 43 / var(--tw-bg-opacity));
}
.bg-\[\#E6E8F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(230 232 242 / var(--tw-bg-opacity));
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-10{
  padding: 2.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-16{
  padding: 4rem;
}
.p-8{
  padding: 2rem;
}
.p-5{
  padding: 1.25rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-1{
  padding: 0.25rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-24{
  padding-top: 6rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pt-64{
  padding-top: 16rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pl-16{
  padding-left: 4rem;
}
.pt-36{
  padding-top: 9rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-4{
  padding-top: 1rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pl-8{
  padding-left: 2rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pl-12{
  padding-left: 3rem;
}
.pt-12{
  padding-top: 3rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pt-0{
  padding-top: 0px;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-7{
  padding-right: 1.75rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-20{
  padding-left: 5rem;
}
.pt-48{
  padding-top: 12rem;
}
.pr-32{
  padding-right: 8rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-top{
  vertical-align: top;
}
.align-middle{
  vertical-align: middle;
}
.font-sans{
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-3xl{
  font-size: 1.9rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-2xl{
  font-size: 1.6rem;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[1\.75rem\]{
  font-size: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.leading-none{
  line-height: 1;
}
.leading-10{
  line-height: 2.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-relaxed{
  line-height: 1.625;
}
.text-neutral{
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(21 25 43 / var(--tw-text-opacity));
}
.text-\[\#034e03\]{
  --tw-text-opacity: 1;
  color: rgb(3 78 3 / var(--tw-text-opacity));
}
.text-\[\#436576\]{
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
}
.text-\[\#719AC5\]{
  --tw-text-opacity: 1;
  color: rgb(113 154 197 / var(--tw-text-opacity));
}
.text-\[\#2EAEE4\]{
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
}
.text-darkblue{
  --tw-text-opacity: 1;
  color: rgb(33 39 69 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#15233D\]{
  --tw-text-opacity: 1;
  color: rgb(21 35 61 / var(--tw-text-opacity));
}
.text-\[\#648293\]{
  --tw-text-opacity: 1;
  color: rgb(100 130 147 / var(--tw-text-opacity));
}
.text-\[\#212745\]{
  --tw-text-opacity: 1;
  color: rgb(33 39 69 / var(--tw-text-opacity));
}
.text-\[\#8BA1AE\]{
  --tw-text-opacity: 1;
  color: rgb(139 161 174 / var(--tw-text-opacity));
}
.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#B5C7D2\]{
  --tw-text-opacity: 1;
  color: rgb(181 199 210 / var(--tw-text-opacity));
}
.text-\[\#4F6F7F\]{
  --tw-text-opacity: 1;
  color: rgb(79 111 127 / var(--tw-text-opacity));
}
.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-\[\#2687B6\]{
  --tw-text-opacity: 1;
  color: rgb(38 135 182 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.placeholder-\[\#648293\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 130 147 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#648293\]:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 130 147 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#648293\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(100 130 147 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#1F3151\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(31 49 81 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#1F3151\]:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(31 49 81 / var(--tw-placeholder-opacity));
}
.placeholder-\[\#1F3151\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(31 49 81 / var(--tw-placeholder-opacity));
}
.placeholder-opacity-100::-moz-placeholder{
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-100:-ms-input-placeholder{
  --tw-placeholder-opacity: 1;
}
.placeholder-opacity-100::placeholder{
  --tw-placeholder-opacity: 1;
}
.opacity-0{
  opacity: 0;
}
.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);
}
.shadow-lg{
  --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);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.outline{
  outline-style: solid;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl{
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
html {
  font-size: 62.5%;
}

body {
  max-width: 100% !important;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: auto;
          user-select: auto;
}
body.disable-scroll {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6{
  --tw-text-opacity: 1;
  color: rgb(21 25 43 / var(--tw-text-opacity));
}

.custom-numbers-section .number-box spanh1, .custom-numbers-section .number-box spanh2, .custom-numbers-section .number-box spanh3, .custom-numbers-section .number-box spanh4, .custom-numbers-section .number-box spanh5, .custom-numbers-section .number-box spanh6 {
    font-size: 3rem;
    display: block;
  }

p{
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.2rem;
}

a:hover {
  color: #2EAEE4;
}

.cursor-default {
  cursor: default;
}

/* MEDIA QUERY MANAGER
  ========================  */
/* PAGE BANNER 
  ===============  */
.page-banner {
  background-size: cover !important;
}
.page-banner .banner-wysiwyg p {
  color: #fff;
}
.page-banner .banner-wysiwyg h1, .page-banner .banner-wysiwyg h2, .page-banner .banner-wysiwyg h3, .page-banner .banner-wysiwyg h4, .page-banner .banner-wysiwyg h5, .page-banner .banner-wysiwyg h6{
  font-size: 3.75rem;
  line-height: 1;
}
@media (min-width: 768px){
  .page-banner .banner-wysiwyg h1, .page-banner .banner-wysiwyg h2, .page-banner .banner-wysiwyg h3, .page-banner .banner-wysiwyg h4, .page-banner .banner-wysiwyg h5, .page-banner .banner-wysiwyg h6{
    font-size: 4.5rem;
    line-height: 1;
  }
}
.page-banner .banner-wysiwyg h1, .page-banner .banner-wysiwyg h2, .page-banner .banner-wysiwyg h3, .page-banner .banner-wysiwyg h4, .page-banner .banner-wysiwyg h5, .page-banner .banner-wysiwyg h6 {
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  margin-top: 2rem;
}
.page-banner iframe {
  max-width: 100%;
}

/* BUTTONS
  =============  */
.light-blue-button{
  margin-top: 2rem;
  display: inline-flex;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(46 174 228 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.light-blue-button:hover {
  color: #ffffff;
  background-color: #2EAEE4;
}

.secondary-blue-button{
  display: inline-flex;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(46 174 228 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(46 174 228 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(46 174 228 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.secondary-blue-button:hover {
  color: #ddd;
}

.custom-link-box {
  margin: 1.5rem 0;
}
.custom-link-box .custom-title-section {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .custom-link-box .custom-title-section {
    margin-left: 0;
  }
}

.custom-link-arrow {
  transition: all ease-in-out 0.2s;
}
.custom-link-arrow:not(:last-child) {
  margin-bottom: 2rem;
}
.custom-link-arrow:after {
  content: "";
  width: 2rem;
  height: 2rem;
  top: 0.2rem;
  right: 0.5rem;
  position: absolute;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
.custom-link-arrow:hover {
  color: #15192B;
}
.custom-link-arrow.no-link:hover {
  color: #2EAEE4 !important;
}
.custom-link-arrow .text {
  display: block;
  margin-right: 6rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #B5C7D2;
}
@media only screen and (max-width: 1024px) {
  .custom-link-arrow .text {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .custom-link-arrow .text {
    margin-right: 5rem;
  }
}

.custom-section-partners-list .flex {
  margin-left: -2rem;
  margin-right: -2rem;
}
@media only screen and (max-width: 768px) {
  .custom-section-partners-list .flex {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.custom-section-partners-list .custom-link-arrow {
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .custom-section-partners-list .custom-link-arrow {
    padding: 0 1rem;
  }
}
.custom-section-partners-list .custom-link-arrow .text {
  margin-right: 4rem;
}

.custom-contact-box {
  border-radius: 4rem;
}
.custom-contact-box .image {
  width: 7rem;
  height: 7rem;
}
.custom-contact-box .custom-dark-button {
  transition: all ease-in-out 0.3s;
}
.custom-contact-box .custom-dark-button:hover {
  background-color: #fff;
}
.custom-contact-box .custom-dark-button:hover h6 {
  color: #0C1545;
}
.custom-contact-box .custom-dark-button h6 {
  transition: all ease-in-out 0.3s;
}

.custom-box-fees .custom-box {
  border-color: #2EAEE4;
}
.custom-box-fees .custom-box p {
  color: #000;
}
.custom-box-fees .custom-box:nth-child(1) {
  background-color: #eef9fd;
}
.custom-box-fees .custom-box:last-child {
  background-color: #2EAEE4;
}
.custom-box-fees .custom-box:last-child a {
  border-color: #fff;
  color: white;
}
.custom-box-fees .custom-box:last-child a:hover {
  background-color: #fff;
  color: #2EAEE4;
  border-color: #2EAEE4;
}

.homepage-left-image-right-text .container {
  max-width: 100%;
  padding: 0;
}
.homepage-left-image-right-text .container > div:first-child {
  width: 40%;
}
.homepage-left-image-right-text .container > div:last-child {
  max-width: 65rem;
}
@media only screen and (max-width: 1024px) {
  .homepage-left-image-right-text .container > div:last-child{
    padding: 2rem;
  }
  .homepage-left-image-right-text .container > div:last-child{
    padding-bottom: 0px;
  }
}
.homepage-left-image-right-text li {
  color: #436576;
}
.homepage-left-image-right-text li::before {
  content: "•";
  color: #436576;
  padding-right: 0.5rem;
}

.homepage-central-content .md\:w-10\/12 {
  width: 100% !important;
}
.homepage-central-content .title {
  margin-top: 0 !important;
}
.homepage-central-content .title h1, .homepage-central-content .title h2, .homepage-central-content .title h3, .homepage-central-content .title h4, .homepage-central-content .title h5, .homepage-central-content .title h6{
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 25 43 / var(--tw-text-opacity));
}
.custom-numbers-section .number-box span.homepage-central-content .title h1, .custom-numbers-section .number-box span.homepage-central-content .title h2, .custom-numbers-section .number-box span.homepage-central-content .title h3, .custom-numbers-section .number-box span.homepage-central-content .title h4, .custom-numbers-section .number-box span.homepage-central-content .title h5, .custom-numbers-section .number-box span.homepage-central-content .title h6 {
    font-size: 3rem;
    display: block;
  }
@media (min-width: 640px){
  .homepage-central-content .title h1, .homepage-central-content .title h2, .homepage-central-content .title h3, .homepage-central-content .title h4, .homepage-central-content .title h5, .homepage-central-content .title h6{
    font-size: 3.75rem;
    line-height: 1;
  }
}

.homepage-banner-cards .custom-card {
  transition: all ease-in-out 0.2s;
}
.homepage-banner-cards .custom-card:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.homepage-banner-cards .custom-card:hover span {
  color: #15192B;
}

.home-page-ovs-section img {
  max-width: 80%;
}
.home-page-ovs-section .content > p {
  color: #10204a;
}

.custom-section-with-background .container {
  padding: 4rem 6rem;
  align-items: flex-end;
}
@media only screen and (max-width: 1024px) {
  .custom-section-with-background .container {
    padding: 4rem 2rem;
  }
}
.custom-section-with-background .container h1, .custom-section-with-background .container h2, .custom-section-with-background .container h3, .custom-section-with-background .container h4, .custom-section-with-background .container h5, .custom-section-with-background .container h6, .custom-section-with-background .container p {
  color: #fff;
}
.custom-section-with-background .container .light-blue-button {
  color: #25C7B7;
  border-color: #25C7B7;
}

.custom-section-with-background-2 h1, .custom-section-with-background-2 h2, .custom-section-with-background-2 h3, .custom-section-with-background-2 h4, .custom-section-with-background-2 h5, .custom-section-with-background-2 h6, .custom-section-with-background-2 p {
  color: #212745;
}
.custom-section-with-background-2 .light-blue-button {
  color: #15192B;
  border-color: #15192B;
}
.custom-section-with-background-2 .light-blue-button:hover {
  color: #fff;
  background-color: #15192B;
}

.custom-numbers-section {
  display: flex;
  flex-wrap: wrap;
}
.custom-numbers-section .number-box {
  padding: 6rem 1rem;
  width: 33.33%;
  text-align: center;
  border-left: 1px solid #E6E8F2;
  border-top: 1px solid #E6E8F2;
}
.custom-numbers-section .number-box:nth-child(3n) {
  border-right: 1px solid #E6E8F2;
}
@media only screen and (max-width: 768px) {
  .custom-numbers-section .number-box:nth-child(3n) {
    border-right: 0;
  }
  .custom-numbers-section .number-box:nth-child(2n) {
    border-right: 1px solid #E6E8F2;
  }
}
.custom-numbers-section .number-box:nth-child(4), .custom-numbers-section .number-box:nth-child(5), .custom-numbers-section .number-box:nth-child(6) {
  border-bottom: 1px solid #E6E8F2;
}
@media only screen and (max-width: 768px) {
  .custom-numbers-section .number-box:nth-child(4), .custom-numbers-section .number-box:nth-child(5), .custom-numbers-section .number-box:nth-child(6) {
    border-bottom: 0;
  }
  .custom-numbers-section .number-box:nth-child(5), .custom-numbers-section .number-box:nth-child(6) {
    border-bottom: 1px solid #E6E8F2;
  }
  .custom-numbers-section .number-box {
    width: 50%;
    padding: 4rem 1rem;
  }
  .custom-numbers-section .number-box span.text-primary {
    font-size: 3rem;
    display: block;
  }
}

.custom-about-with-sidebar .right-side p a{
  margin-top: 0.75rem;
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
}
.custom-about-with-sidebar .right-side .custom-list-item::before {
  content: "•";
}

.custom-wysiwyg h1, .custom-wysiwyg h2, .custom-wysiwyg h3, .custom-wysiwyg h4, .custom-wysiwyg h5, .custom-wysiwyg h6 {
  color: #15192B;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 3rem;
  margin-top: 5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 640px){
  .custom-wysiwyg h1, .custom-wysiwyg h2, .custom-wysiwyg h3, .custom-wysiwyg h4, .custom-wysiwyg h5, .custom-wysiwyg h6{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px){
  .custom-wysiwyg h1, .custom-wysiwyg h2, .custom-wysiwyg h3, .custom-wysiwyg h4, .custom-wysiwyg h5, .custom-wysiwyg h6{
    font-size: 3.75rem;
    line-height: 1;
  }
}
.custom-wysiwyg p {
  margin-bottom: 1.5rem;
}
.custom-wysiwyg a {
  transition: all ease-in-out 0.2s;
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
}
.custom-wysiwyg a:hover{
  --tw-text-opacity: 1;
  color: rgb(21 25 43 / var(--tw-text-opacity));
}

/* Footer */
.footer {
  clear: both;
}
.footer .top-content p {
  font-weight: 400;
  color: #fff !important;
  font-size: 1.4rem;
  text-transform: normal;
}
@media only screen and (max-width: 1024px) {
  .footer .container {
    max-width: 100%;
    padding: 2rem 4rem;
  }
}
.footer .container ul.menu {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
  /* Main Menu Item */
}
.footer .container ul.menu li.menu-item {
  flex-basis: 22.5%;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  margin-bottom: 5rem;
  /* Sub Menu Item */
}
@media only screen and (max-width: 1280px) {
  .footer .container ul.menu li.menu-item {
    flex-basis: 21.5%;
  }
}
@media only screen and (max-width: 1024px) {
  .footer .container ul.menu li.menu-item {
    flex-basis: 28.5%;
  }
}
@media only screen and (max-width: 768px) {
  .footer .container ul.menu li.menu-item {
    flex-basis: 100%;
    margin-bottom: 3rem;
  }
}
.footer .container ul.menu li.menu-item a {
  font-weight: 700;
  font-size: 1.6rem;
  color: #B5C7D2;
  display: block;
  text-transform: capitalize;
  padding-bottom: 1rem;
  border-bottom: 1px solid #436576;
}
.footer .container ul.menu li.menu-item ul.sub-menu {
  margin-top: 2rem;
  padding-left: 2rem;
}
.footer .container ul.menu li.menu-item ul.sub-menu li.menu-item {
  margin: 0;
  position: relative;
}
.footer .container ul.menu li.menu-item ul.sub-menu li.menu-item a {
  font-weight: 400;
  color: #B5C7D2;
  text-transform: normal;
  font-size: 1.4rem;
  border: 0;
}
.footer .container ul.menu li.menu-item ul.sub-menu li.menu-item a:hover {
  color: #2EAEE4;
}
.footer .container ul.menu li.menu-item ul.sub-menu li.menu-item a:not(:last-child) {
  padding-bottom: 0.5rem;
}
.footer .sub-footer {
  border-top: 1px solid #436576;
}
.footer .sub-footer .copyright-text p {
  color: #648293;
  font-size: 1.6rem;
}
.footer .sub-footer .links {
  display: flex;
}
.footer .sub-footer .links .link {
  color: #648293;
  font-size: 1.6rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 1024px) {
  .footer .sub-footer .links .link {
    margin-left: 0;
  }
}
.footer .sub-footer .links .link:hover {
  color: #2EAEE4;
}

.header-container {
  margin: auto;
  max-width: 100%;
  position: relative;
}
.header-container .top-strap {
  background: #000000;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-stretch: 100%;
  padding: 14px 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .header-container .top-section {
    flex-direction: column;
    justify-self: center;
  }
  .header-container .top-section .right-side {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 650px) {
  .header-container .top-section .right-side {
    display: flex;
    flex-direction: column;
  }
}
.header-container .top-section .right-side a {
  transition: all ease-in-out 0.2s;
}
.header-container .top-section .right-side a:hover {
  color: #ddd;
}
.header-container .top-section .right-side .header-search-form {
  border: 1px solid #BEC5D4;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}
.header-container .top-section .right-side .header-search-form input {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 15rem;
}
@media only screen and (max-width: 650px) {
  .header-container .top-section .right-side .header-search-form input {
    padding: 0.5rem;
    width: 25rem;
  }
}
.header-container .top-section .right-side .header-search-form input:focus {
  outline: none;
  border: 0;
}
.header-container .top-section .right-side .header-search-form input::-moz-placeholder {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
}
.header-container .top-section .right-side .header-search-form input:-ms-input-placeholder {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
}
.header-container .top-section .right-side .header-search-form input::placeholder {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
}
@media only screen and (max-width: 650px) {
  .header-container .top-section .right-side .links {
    margin-top: 2rem;
  }
  .header-container .top-section .right-side .links a {
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  .header-container .top-section .right-side .links a:first-child {
    margin-right: 1rem;
  }
}
.header-container .top-section .right-side .submit-btn {
  padding: 1rem;
}
@media only screen and (max-width: 650px) {
  .header-container .top-section .right-side .submit-btn {
    padding: 0.5rem;
  }
}
.header-container .logo {
  padding: 2rem 4rem 2rem 4rem;
  border-right: 1px solid #B5C7D2;
  border-bottom: 1px solid #B5C7D2;
}
@media only screen and (max-width: 1024px) {
  .header-container .logo {
    padding: 1rem 1.5rem;
  }
}

.acf-desktop-navigation {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #B5C7D2;
}
@media only screen and (max-width: 1024px) {
  .acf-desktop-navigation {
    display: none !important;
  }
}
.acf-desktop-navigation .single-menu {
  margin: 0 0 0 1rem;
  padding: 1rem 1.5rem;
  border-left: 1px solid transparent;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}
.acf-desktop-navigation .single-menu.active {
  border-color: #B5C7D2;
}
.acf-desktop-navigation .single-menu.active .white-border-bottom {
  position: relative;
  height: 100%;
}
.acf-desktop-navigation .single-menu.active .white-border-bottom::after {
  content: "";
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  bottom: -12px;
  height: 5px;
  background-color: #fff;
}
.acf-desktop-navigation .single-menu .icon.active {
  filter: grayscale(0);
  transform: rotate(90deg);
}
.acf-desktop-navigation .single-menu .icon.active.rotate-270 {
  transform: rotate(270deg);
}
.acf-desktop-navigation .single-menu .main-menu-item {
  cursor: pointer;
  position: relative;
  color: #0C1545;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0rem 1.5rem 0rem 1.5rem;
  transition: all ease-in-out 0.2s;
}
.acf-desktop-navigation .single-menu .main-menu-item.inactive {
  color: #a3a6b8;
}
.acf-desktop-navigation .single-menu .main-menu-item.inactive:hover {
  color: #0C1545;
}
.acf-desktop-navigation .single-menu .dropdown-container {
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  display: none;
  z-index: 99999;
  left: 0;
  margin-top: 11px;
  width: 100vw;
}
.acf-desktop-navigation .single-menu .dropdown-container.active {
  display: block;
}
.acf-desktop-navigation .single-menu .dropdown-container .close-menu {
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #111d5e;
}
.acf-desktop-navigation .single-menu .dropdown-container .close-menu.animate {
  -webkit-animation: pulse-desktop 1500ms infinite;
          animation: pulse-desktop 1500ms infinite;
}
@-webkit-keyframes pulse-desktop {
  0% {
    box-shadow: #111d5e 0 0 0 0;
  }
  75% {
    box-shadow: #2eaee400 0 0 0 16px;
  }
}
@keyframes pulse-desktop {
  0% {
    box-shadow: #111d5e 0 0 0 0;
  }
  75% {
    box-shadow: #2eaee400 0 0 0 16px;
  }
}
.acf-desktop-navigation .single-menu .dropdown-container .bubble-speech-icon {
  position: absolute;
  top: -0.3rem;
  left: 2rem;
  width: 3rem;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu {
  padding: 0rem 2rem 0 15rem;
  background-color: #fff;
  box-shadow: 0px 6px 11px -4px rgba(87, 87, 87, 0.35);
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu .submenu {
  display: flex;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu a {
  font-size: 14px;
  font-weight: normal;
  color: #212745;
  line-height: 20px;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu a:hover {
  color: #2EAEE4;
  font-weight: bold;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu li.top-heading {
  flex-basis: 33%;
  padding-left: 2.5rem;
  padding-right: 3rem;
  border-left: 1px solid #B5C7D2;
  padding-top: 3.5rem;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu li.top-heading a.top-heading {
  font-size: 22px;
  font-weight: 700;
  color: #2EAEE4;
  margin-bottom: 20px;
  display: block;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu li.heading {
  margin-bottom: 25px;
  margin-top: 25px;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu li.heading a.heading {
  font-size: 16px;
  color: #212745;
  font-weight: 700;
  border-bottom: 1px solid #B5C7D2;
  padding-bottom: 5px;
  margin-bottom: 5px;
  display: block;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu li.blue-heading {
  margin: 15px 0px;
}
.acf-desktop-navigation .single-menu .dropdown-container .mega-menu li.blue-heading a.blue-heading {
  color: #2EAEE4;
  font-size: 16px;
  font-weight: 700;
  background: url("../svg/chevrons-right.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 25px;
}
.acf-desktop-navigation .single-menu .dropdown-container .left-side {
  width: 25rem;
  padding: 2.5rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-right: 5rem;
  background-color: #e6e8f3;
}
.acf-desktop-navigation .single-menu .dropdown-container .left-side .submenu {
  z-index: 10000;
}
.acf-desktop-navigation .single-menu .dropdown-container .left-side .submenu__item:not(:last-child) {
  margin-bottom: 1.5rem;
}
.acf-desktop-navigation .single-menu .dropdown-container .right-box {
  width: 20rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.acf-desktop-navigation .single-menu .dropdown-container .right-box .title {
  color: #25C7B7;
}
.acf-desktop-navigation .single-menu .dropdown-container .right-box .text-content h1, .acf-desktop-navigation .single-menu .dropdown-container .right-box .text-content h2, .acf-desktop-navigation .single-menu .dropdown-container .right-box .text-content h3, .acf-desktop-navigation .single-menu .dropdown-container .right-box .text-content h4, .acf-desktop-navigation .single-menu .dropdown-container .right-box .text-content h5, .acf-desktop-navigation .single-menu .dropdown-container .right-box .text-content h6, .acf-desktop-navigation .single-menu .dropdown-container .right-box .text-content p{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.acf-desktop-navigation .single-menu .dropdown-container .right-box .custom-btn {
  transition: all ease-in-out 0.2s;
  background-color: rgba(17, 29, 94, 0.7);
}
.acf-desktop-navigation .single-menu .dropdown-container .right-box .custom-btn:hover {
  color: #fff;
  background-color: #111d5e;
}
.acf-desktop-navigation .single-menu:last-child .dropdown-container {
  right: 0;
}
.acf-desktop-navigation .single-menu:last-child .dropdown-container.active {
  display: block;
}
.acf-desktop-navigation .single-menu:last-child .dropdown-container .bubble-speech-icon {
  left: 15rem;
}
.acf-desktop-navigation .single-menu:last-child .dropdown-container .left-side {
  padding-right: 2.5rem;
}
.acf-desktop-navigation .single-menu:last-child .dropdown-container .right-side {
  width: 100%;
}

.back-close-sec {
  height: 65px;
}
.back-close-sec .mobile-nav-burger-menu {
  top: 10px;
}
.back-close-sec .mobile-menu-back {
  font-size: 16px;
  font-weight: 700;
  color: #212745;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
}

.acf-mobile-navigation.sub-menu-top {
  top: 0;
}

.acf-mobile-navigation {
  transition: all ease-in-out 0.3s;
  transform: translateX(100%);
  background-color: #fff;
  border-top: 1px solid #B5C7D2;
  top: 7rem;
  bottom: 0;
  position: fixed;
  width: 100%;
  overflow-y: scroll;
  z-index: 100000;
  padding-top: 2rem;
}
.acf-mobile-navigation .mega-menu {
  padding: 1rem 0;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: #fff;
}
.acf-mobile-navigation .mega-menu a {
  font-size: 16px;
  font-weight: 700;
  color: #212745;
  line-height: 20px;
  padding: 10px 25px 10px 25px;
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.acf-mobile-navigation .mega-menu li.top-heading {
  margin-bottom: 30px;
}
.acf-mobile-navigation .mega-menu li.top-heading a.top-heading {
  color: #2EAEE4;
  border-color: #2EAEE4;
}
.acf-mobile-navigation .mega-menu li.heading a.heading {
  color: #212745;
}
.acf-mobile-navigation .mega-menu li.heading a.heading .icon {
  transform: rotate(90deg);
}
.acf-mobile-navigation .mega-menu li.heading a.heading .icon.rotate-270 {
  transform: rotate(270deg);
}
.acf-mobile-navigation .mega-menu li.heading ul a {
  font-weight: normal;
}
.acf-mobile-navigation .mega-menu .icon {
  border-radius: 50%;
  background-color: #fff;
  height: 2.2rem;
  width: 2.2rem;
  padding: 0.5rem;
}
.acf-mobile-navigation .mega-menu .icon.animate {
  -webkit-animation: pulse-mobile 1500ms infinite;
          animation: pulse-mobile 1500ms infinite;
}
@-webkit-keyframes pulse-mobile {
  0% {
    box-shadow: #fff 0 0 0 0;
  }
  35% {
    box-shadow: #caefff 0 0 0 8px;
  }
}
@keyframes pulse-mobile {
  0% {
    box-shadow: #fff 0 0 0 0;
  }
  35% {
    box-shadow: #caefff 0 0 0 8px;
  }
}
.acf-mobile-navigation .blue-menu {
  color: #2EAEE4;
  background: url("../svg/chevrons-right.svg");
  background-repeat: no-repeat;
  background-position: 145px;
}
.acf-mobile-navigation .bottom-btn {
  text-align: center;
  margin-top: 2.5rem;
  padding-bottom: 2.5rem;
  width: 100%;
}
.acf-mobile-navigation .header-search-form {
  display: flex;
  align-items: center;
}
.acf-mobile-navigation .header-search-form form {
  width: 100%;
  border: 1px solid #BEC5D4;
  border-radius: 0.5rem;
}
.acf-mobile-navigation .header-search-form button {
  top: 8px;
}
.acf-mobile-navigation .header-search-form input {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 100%;
}
.acf-mobile-navigation .header-search-form input:focus {
  outline: none;
  border: 0;
}
.acf-mobile-navigation .header-search-form input::-moz-placeholder {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
}
.acf-mobile-navigation .header-search-form input:-ms-input-placeholder {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
}
.acf-mobile-navigation .header-search-form input::placeholder {
  color: #648293;
  font-weight: 300;
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .acf-mobile-navigation {
    display: none;
  }
}
.acf-mobile-navigation.active {
  transform: translateX(0%);
}
.acf-mobile-navigation .dropdown-container {
  display: none;
  position: absolute;
  top: 0px;
  background: #fff;
  z-index: 9;
  width: 100%;
  height: 100%;
}
.acf-mobile-navigation .main-menu-item {
  border-bottom: 1px solid #B5C7D2;
  font-size: 16px;
}

.mobile-nav-burger-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  height: 3.5rem;
}
.mobile-nav-burger-menu .line-1, .mobile-nav-burger-menu .line-2 {
  margin-bottom: 0.9rem;
}
.mobile-nav-burger-menu .line-1, .mobile-nav-burger-menu .line-2, .mobile-nav-burger-menu .line-3 {
  cursor: pointer;
  border-radius: 0.4rem;
  height: 0.4rem;
  width: 4.5rem;
  background: #111d5e;
  position: relative;
  display: block;
  content: "";
}
.mobile-nav-burger-menu .line-1, .mobile-nav-burger-menu .line-3 {
  transition: all 200ms ease-in-out;
}
.mobile-nav-burger-menu:hover span {
  cursor: pointer;
  background: #111d5e;
}
.mobile-nav-burger-menu.active .line-1 {
  background: #111d5e;
  top: 1rem;
  position: absolute;
}
.mobile-nav-burger-menu.active .line-2 {
  background-color: transparent;
}
.mobile-nav-burger-menu.active .line-1 {
  transform: rotate(45deg);
  top: 1.5rem;
}
.mobile-nav-burger-menu.active .line-3 {
  top: 1.5rem;
  transform: rotate(-45deg);
  background: #111d5e;
  bottom: 1rem;
  position: absolute;
}

.oembeded-container iframe {
  width: 100%;
}

.membership-join-form .section-buttons {
  display: flex;
  flex-direction: column;
}
.membership-join-form .section-buttons .light-blue-button {
  display: block;
  margin-top: 1.5rem;
  transition: all ease-in-out 0.2s;
}
.membership-join-form .section-buttons .light-blue-button:nth-child(odd) {
  color: #fff;
  background-color: #2EAEE4 !important;
}
.membership-join-form .section-buttons .light-blue-button:nth-child(odd):hover {
  color: #ddd;
}
.membership-join-page .right-side {
  margin-top: -12rem;
}
@media only screen and (max-width: 1280px) {
  .membership-join-page .right-side {
    margin-top: 0rem;
  }
}
.membership-join-page .right-side .custom-link-box {
  padding: 2rem 0 !important;
}

.custom-side-menu a {
  position: relative;
  height: 5rem;
  border-left: 0.4rem solid transparent;
}
.custom-side-menu a:hover {
  border-left: 0.4rem solid #2EAEE4;
  transition: all ease-in-out 0.2s;
}

.image-card {
  position: relative;
}
.image-card .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .info-tiles-container {
    max-width: 100%;
  }
}
.info-tiles-container .info-tile {
  border-color: #436576;
  position: relative;
  width: 23%;
  transition: all ease-in-out 0.2s;
}
.info-tiles-container .info-tile .open-tile-modal {
  cursor: pointer;
  padding: 1.5rem 1.5rem 5rem 1.5rem;
  display: block;
}
@media only screen and (max-width: 1024px) {
  .info-tiles-container .info-tile {
    width: 47%;
  }
}
@media only screen and (max-width: 768px) {
  .info-tiles-container .info-tile {
    width: 46%;
  }
}
@media only screen and (max-width: 360px) {
  .info-tiles-container .info-tile {
    width: 100%;
  }
}
.info-tiles-container .info-tile .icon {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .info-tiles-container .info-tile .icon {
    width: 4rem;
  }
}
.info-tiles-container .info-tile .tile-title {
  padding-right: 6rem;
}

.open-modal {
  cursor: pointer;
}

.modal-popup {
  display: none;
  width: 60%;
  margin: auto;
  height: 70vh;
  padding: 8rem 2.5rem 2.5rem 2.5rem;
  position: fixed;
  overflow-y: scroll;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -47%);
  background-color: #fff;
  z-index: 10000;
  border-radius: 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .modal-popup {
    width: 95%;
    height: 70vh;
    transform: translate(-50%, -50%);
  }
}
.modal-popup.active {
  display: block;
}
.modal-popup .level_error {
  font-size: 17px;
  text-align: center;
  color: red;
}
.modal-popup .save_multiple_gov_schemes:disabled, .modal-popup .skip_gov_schemes:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.modal-popup .modal-exit-icon, .modal-popup .modal-exit-icon2 {
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.modal-popup .h-modal {
  overflow-y: scroll;
  height: 100%;
}
.modal-popup .list-inside img.w-80px {
  max-height: 150px;
  margin: auto;
}
.modal-popup .journey_custom_service img.w-80px, .modal-popup .gov_sub_schemes img.w-80px {
  max-height: 150px;
  margin: auto;
}

.open-modal1, .open-modal2 {
  cursor: pointer;
}

.modal-popup1, .modal-popup2 {
  display: none;
  width: 60%;
  margin: auto;
  height: 85vh;
  padding: 8rem 2.5rem 2.5rem 2.5rem;
  position: fixed;
  overflow-y: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  background-color: #fff;
  z-index: 10000;
}
@media only screen and (max-width: 768px) {
  .modal-popup1, .modal-popup2 {
    width: 95%;
    height: 85vh;
    transform: translate(-50%, -50%);
  }
}
.modal-popup1.active, .modal-popup2.active {
  display: block;
  -webkit-overflow-scrolling: touch;
}
.modal-popup1 .modal-exit-icon1, .modal-popup1 .modal-exit-icon2, .modal-popup2 .modal-exit-icon1, .modal-popup2 .modal-exit-icon2 {
  position: absolute;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}

.member-profile-page .container {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .member-profile-page .container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .member-profile-page .container {
    max-width: 800px;
  }
}
@media only screen and (max-width: 1200px) {
  .member-profile-page .container {
    max-width: 1000px;
  }
}
@media only screen and (min-width: 1280px) {
  .member-profile-page .container {
    max-width: 1300px;
  }
}
.member-profile-page .container .back-svg-icon,
.member-profile-page .container .top-back-btn {
  transition: all ease-in-out 0.2s;
}
.member-profile-page .container .intro-text {
  line-height: 2.5rem;
}
@media only screen and (max-width: 1024px) {
  .member-profile-page .container .intro-text {
    line-height: 2rem;
  }
}
.member-profile-page .container .left-side {
  padding-right: 5rem;
}
@media only screen and (max-width: 1024px) {
  .member-profile-page .container .left-side {
    padding-right: 0rem !important;
  }
}
.member-profile-page .container .left-side ul li {
  font-size: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .member-profile-page .container .left-side ul li {
    font-size: 1.875rem;
  }
}
.member-profile-page .container .left-side table td{
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
  font-size: 1.5rem;
}
@media only screen and (min-width: 640px) {
  .member-profile-page .container .left-side table td {
    font-size: 1.875rem;
  }
}
.member-profile-page .container .right-side {
  margin-top: -13rem;
  padding-left: 5rem;
}
@media only screen and (max-width: 1024px) {
  .member-profile-page .container .right-side {
    padding-left: 0rem;
    margin-top: 3rem;
  }
}
.member-profile-page .container .right-side p {
  color: #000;
}
.member-profile-page .container .right-side .text {
  font-size: 1.6rem;
  font-weight: normal;
}
.member-profile-page .container .right-side .custom-button {
  background-color: #E6E8F2;
  color: #436576;
  transition: all ease-in-out 0.2s;
}
.member-profile-page .container .right-side .custom-button:hover {
  color: #2EAEE4;
}
.member-profile-page .container .right-side .btn-request-callback {
  transition: all ease-in-out 0.2s;
}
.member-profile-page .container .right-side .btn-request-callback:hover {
  background-color: #2EAEE4;
  color: #fff;
}
.member-profile-page .container .right-side .btn-contact-supplier {
  transition: all ease-in-out 0.2s;
  border: 1px solid #111D5E;
}
.member-profile-page .container .right-side .btn-contact-supplier:hover {
  background-color: #fff;
  color: #111D5E;
}
.member-profile-page .container .text-black {
  color: #000;
}
.member-profile-page .member-profile-tab-header h3 {
  color: #648293;
  font-size: 1.6rem;
  font-weight: bold;
}
.member-profile-page .service-container {
  width: 100%;
  margin-top: 8rem;
}
@media only screen and (max-width: 1024px) {
  .member-profile-page .service-container {
    margin-top: 5rem;
  }
}
.member-profile-page .service-container .service-content {
  box-shadow: 0px 3px 13px 0px rgba(153, 153, 153, 0.6);
}
.member-profile-page .service-container .service-content .service-tab-logo .service-logo {
  height: 15rem;
  border-right: 1px solid #e5e7eb;
}
.member-profile-page .service-container .service-content .service-tab-logo .tab-logo {
  width: auto;
  margin: auto;
  max-height: 13rem;
}
.member-profile-page .service-container .service-content p {
  line-height: 2.5rem;
}
.member-profile-page .service-container .service-content .left-side {
  padding-right: 5rem;
}
.member-profile-page .service-container .service-content .right-side {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  .member-profile-page .service-container .service-content .right-side ul {
    margin-top: 3rem;
    margin-left: 3rem !important;
  }
}
.member-profile-page .service-container .service-content .right-side ul li {
  position: relative;
  color: #000;
}
.member-profile-page .upcoming-events p {
  font-size: 1.6rem;
  line-height: 2rem;
}
.member-profile-page .upcoming-events .read-more-btn {
  transition: all ease-in-out 0.2s;
}
.member-profile-page .upcoming-events .read-more-btn:hover {
  border-color: #2EAEE4;
  background-color: #2EAEE4;
  color: #fff;
}
.member-profile-page .upcoming-events .read-more-btn a:hover {
  color: #fff;
}

.breadcrumb {
  color: #436576;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 3rem;
}
.breadcrumb a {
  color: #436576;
  transition: all ease-in-out 0.2s;
}
.breadcrumb a:hover {
  color: #2EAEE4;
}

.category-archive .overlay-card .text-content p {
  color: #fff;
}
.category-archive .overlay-card .read-more {
  border-color: #ffffff;
  color: #ffffff;
}
.category-archive .overlay-card .read-more:hover {
  background-color: #fff;
  color: #2EAEE4;
}
.category-archive .right-side .side-menu-container {
  display: flex;
  flex-direction: column;
  border-left: 1px solid #0C1545;
}
.category-archive .right-side .item {
  border-left: 5px solid transparent;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
}
.category-archive .right-side .item:hover {
  border-left: 5px solid #2EAEE4;
  color: #2EAEE4;
}

.category-news .overlay-card .single-article {
  margin: 1rem;
  width: 31.7%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 1280px) {
  .category-news .overlay-card .single-article {
    width: 31%;
  }
}
@media only screen and (max-width: 1024px) {
  .category-news .overlay-card .single-article {
    width: 47.2%;
  }
}
@media only screen and (max-width: 768px) {
  .category-news .overlay-card .single-article {
    width: 100%;
  }
}
.category-news .nav-menu {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .category-news .nav-menu {
    flex-direction: column;
  }
}
.category-news .nav-menu .item{
  align-items: center;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-bottom: 0.75rem;
  font-size: 1.6rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .category-news .nav-menu .item{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .category-news .nav-menu .item{
    padding-bottom: 2rem;
  }
}
.category-news .nav-menu .item:hover {
  color: #2EAEE4;
}
.category-news .category-news-banner .latest-tile {
  transition: all ease-in-out 0.2s;
}
.category-news .category-news-banner .latest-tile:hover {
  opacity: 0.7;
}
.category-news .category-news-banner .latest-event-post-box {
  background-color: #25C7B7;
}
.category-news .category-news-banner .latest-event-post-box h4 {
  margin-top: 9rem;
}
.category-news .category-news-banner .latest-event-post-box .absolute-img {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 12rem;
  max-height: 20rem;
}

.banners-posts .excerpt p{
  margin-top: 1.25rem;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.category-events .side-menu-container .events {
  border-left: 5px solid #2EAEE4;
  color: #2EAEE4;
}

.category-members-news .side-menu-container .members-news {
  border-left: 5px solid #2EAEE4;
  color: #2EAEE4;
}

.category-blog .side-menu-container .blog {
  border-left: 5px solid #2EAEE4;
  color: #2EAEE4;
}

.category-script-bulletin .side-menu-container .script-bulletin {
  border-left: 5px solid #2EAEE4;
  color: #2EAEE4;
}

.category-research-reports .side-menu-container .research-reports {
  border-left: 5px solid #2EAEE4;
  color: #2EAEE4;
}

.knowledge-hub-single {
  max-width: 96rem;
}
.knowledge-hub-single p{
  margin-bottom: 2rem;
  font-weight: 400;
}
@media (min-width: 640px){
  .knowledge-hub-single p{
    font-size: 1.9rem;
  }
}
@media only screen and (max-width: 1024px) {
  .knowledge-hub-single p {
    font-size: 1.6rem;
  }
}
.knowledge-hub-single ul {
  margin-bottom: 2rem;
  margin-left: 1rem;
}
@media only screen and (max-width: 1024px) {
  .knowledge-hub-single ul {
    margin-left: 0;
  }
}
.knowledge-hub-single ul li{
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .knowledge-hub-single ul li{
    font-size: 1.9rem;
  }
}
@media (min-width: 768px){
  .knowledge-hub-single ul li{
    padding-left: 1rem;
  }
}
.knowledge-hub-single ul li::before {
  content: "•";
  color: #436576;
  display: inline-block;
  padding-right: 0.7rem;
}
.knowledge-hub-single img {
  max-width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.knowledge-hub-single h1, .knowledge-hub-single h2, .knowledge-hub-single h3, .knowledge-hub-single h4, .knowledge-hub-single h5, .knowledge-hub-single h6 {
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1024px) {
  .knowledge-hub-single h1, .knowledge-hub-single h2, .knowledge-hub-single h3, .knowledge-hub-single h4, .knowledge-hub-single h5, .knowledge-hub-single h6 {
    margin-bottom: 1rem;
  }
}
.knowledge-hub-single h1 {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .knowledge-hub-single h1 {
    line-height: 1.3 !important;
  }
  .knowledge-hub-single h1{
    font-size: 3rem;
    line-height: 1;
  }
}
.knowledge-hub-single h2 {
  line-height: 4.5rem;
}
@media only screen and (max-width: 768px) {
  .knowledge-hub-single h2, .knowledge-hub-single h3, .knowledge-hub-single h4, .knowledge-hub-single h5, .knowledge-hub-single h6{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .knowledge-hub-single h2, .knowledge-hub-single h3, .knowledge-hub-single h4, .knowledge-hub-single h5, .knowledge-hub-single h6 {
    line-height: 1.3;
  }
}
.knowledge-hub-single a {
  transition: all ease-in-out 0.2s;
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
}
.knowledge-hub-single a:hover{
  --tw-text-opacity: 1;
  color: rgb(21 25 43 / var(--tw-text-opacity));
}
.knowledge-hub-single .wp-block-button__link{
  margin-top: 2rem;
  display: inline-flex;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(46 174 228 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: #fff;
  background-color: #2EAEE4;
}
.knowledge-hub-single .wp-block-button__link:hover {
  color: #2EAEE4;
  background-color: #fff;
}
.knowledge-hub-single .wp-block-image {
  clear: both;
}
.knowledge-hub-single table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.5rem;
  margin: 1rem 0 2rem 0;
}
.knowledge-hub-single table td, .knowledge-hub-single table th {
  border: 1px solid #ddd;
  padding: 1rem;
  font-size: 1.5rem;
}
.knowledge-hub-single table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.knowledge-hub-single table tr:hover {
  background-color: #ddd;
}
.knowledge-hub-single table tr:first-child {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: left;
  background-color: #2EAEE4;
  color: #ffffff;
}

.person-box {
  cursor: pointer;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 1024px) {
  .person-box {
    position: unset;
  }
}
.person-box .person-tooltip {
  cursor: default;
  position: absolute;
  background-color: #2EAEE4;
  padding: 2.5rem 3rem 1.5rem 3rem;
  border-radius: 0.4rem;
  width: 70rem;
  left: 3rem;
  z-index: 100;
  margin-top: 2.5rem;
  display: none;
}
@media only screen and (max-width: 1330px) {
  .person-box .person-tooltip {
    width: 50rem;
  }
}
@media only screen and (max-width: 1024px) {
  .person-box .person-tooltip {
    max-width: 100%;
    width: calc(100% - 6rem);
  }
}
.person-box .person-tooltip.active {
  display: block;
}
.person-box .person-tooltip h1, .person-box .person-tooltip h2, .person-box .person-tooltip h3, .person-box .person-tooltip h4, .person-box .person-tooltip h5, .person-box .person-tooltip h6, .person-box .person-tooltip p, .person-box .person-tooltip li, .person-box .person-tooltip a {
  color: #fff;
  text-align: left !important;
}
.person-box .person-tooltip .arrow-icon {
  left: 4.5rem;
  top: -2rem;
  width: 3rem;
  position: absolute;
  transform: rotate(90deg);
}

.faq-container {
  max-width: 85rem;
}
.faq-container .faq-box {
  margin-bottom: 2rem;
}
.faq-container .faq-box .accordion-title {
  cursor: pointer;
  padding: 2rem;
  transition: all ease-in-out 0.2s;
  background-color: #2EAEE4;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.faq-container .faq-box .accordion-content {
  padding: 1.5rem 2.5rem 2.5rem 2.5rem;
  background-color: #E8E8E8;
}
.faq-container .faq-box .accordion-content a {
  color: #2EAEE4;
}
.faq-container .faq-box .accordion-content li{
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
  margin-top: 1.5rem !important;
}
.faq-container .faq-box.close .accordion-title {
  position: relative;
}
.faq-container .faq-box.close .accordion-title:after {
  content: "+";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.9rem;
  right: 1rem;
}
.faq-container .faq-box.open .accordion-title {
  position: relative;
}
.faq-container .faq-box.open .accordion-title:after {
  content: "-";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1.9rem;
  right: 0.9rem;
}

.custom-service-tooltip-content {
  width: 100%;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  min-width: 1.5rem;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0px;
}
.custom-service-tooltip-content .hide-tooltip-text {
  float: right;
  text-align: right;
  width: 100%;
  font-size: 17px;
  color: #4bbfb3;
  font-weight: bold;
}
.custom-service-tooltip-content .icon {
  font-size: 1.5rem;
  color: #4bbfb3;
  border: 2px solid #4bbfb3;
  border-radius: 50%;
  padding: 0px 6px;
  margin: 5px 15px 0 0;
  font-weight: bold;
}
.custom-service-tooltip-content .custom-service-tooltip-text {
  left: 50%;
  width: 90%;
  top: 2.5rem;
  margin: auto;
  padding: 1rem;
  display: none;
  position: absolute;
  border-radius: 0.5rem;
  transform: translateX(-50%);
  background-color: #ffffff;
  z-index: 1;
}
.custom-service-tooltip-content .custom-service-tooltip-text.active {
  display: block;
}
.custom-service-tooltip-content .custom-service-tooltip-text p {
  line-height: 1.3;
  font-size: 1.2rem;
}

.table-tip {
  min-width: 250px;
  z-index: 1;
}
.table-tip p {
  margin-bottom: 5px;
}

.pwd-hint li {
  margin-bottom: 5px;
}

.contact-form-container .gform_title,
.contact-form-container .gform_description,
.contact-form-container .gform_required_legend {
  display: none !important;
}
.contact-form-container .gform_confirmation_wrapper .gform_confirmation_message_1 {
  border: 5px solid #00ff00;
  padding: 2rem;
  font-size: 1.6rem;
}
.contact-form-container select,
.contact-form-container input,
.contact-form-container textarea {
  border-radius: 3px;
  border: 1px solid #BEC5D4;
  margin-top: 0 !important;
}
.contact-form-container textarea {
  max-height: 12rem;
}
.contact-form-container .has_first_name label {
  display: none !important;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1.4rem !important;
  color: #15233D;
  margin-bottom: 0.3rem !important;
}
.contact-form-container .gform_footer {
  justify-content: flex-end;
  display: flex;
  margin-top: 1rem;
  padding-bottom: 0 !important;
}
.contact-form-container .gform_button{
  display: inline-flex;
  cursor: pointer;
  border-radius: 0.5rem;
  border-width: 1px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: rgb(46 174 228 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #111D5E;
  border-color: #111D5E;
  margin-bottom: 0 !important;
}
.contact-form-container .gform_button:hover {
  color: #ddd;
}

.page-template-additional-pages .bold-title li a {
  font-weight: bold;
}
.page-template-additional-pages .big-font-size li a {
  font-size: 22px;
}

.back-to-search-box {
  position: absolute;
  z-index: 1000;
  margin: auto;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.back-to-search-box a:hover {
  color: #f0f0f0;
}

.disabled-box {
  background: #f2f2f2;
  cursor: not-allowed;
}

.disabled-field {
  pointer-events: none;
}

.um-page-user table tr tr td{
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(67 101 118 / var(--tw-text-opacity));
  font-weight: 400;
  line-height: 2.25rem;
}

.searchresult .entry-header {
  position: relative;
  padding-left: 1.3rem;
}
.searchresult .entry-header:before {
  position: absolute;
  content: "•";
  color: #436576;
  padding-right: 0.5rem;
  left: 0;
  font-size: 2rem;
  top: -0.4rem;
}
.searchresult .entry-header:hover {
  color: #2EAEE4;
}
.searchresult .entry-header .entry-title{
  font-size: 1.6rem;
  font-weight: 400;
}
.searchresult .page-numbers {
  color: #2EAEE4;
  font-size: 1.6rem;
  font-weight: 400;
}
.searchresult .page-numbers.current {
  color: #436576;
}

.custom-radio {
  visibility: hidden;
  position: absolute;
}
.custom-radio + label:before {
  height: 17px;
  width: 17px;
  margin-right: 2px;
  content: " ";
  display: inline-block;
  vertical-align: baseline;
  border: 1px solid #777;
  border-radius: 50%;
}
.custom-radio:checked + label:before {
  background: #2faee4;
  border: 1px solid #2faee4;
}

.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #48c3f1;
}

.step_custom_gov_schemes .checkmark {
  top: 28px;
}

.save_gov_scheme .checkmark {
  height: 20px;
  width: 20px;
}

.custom-checkbox input:checked ~ .checkmark {
  background-color: #48c3f1;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.save_gov_scheme .custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
}

.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

.section-bullet-list-and-image .list {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 1rem;
}
.section-bullet-list-and-image .list__item {
  position: relative;
  list-style: none;
  margin: 0 1rem;
  height: auto;
}
.section-bullet-list-and-image .list__item:not(:last-child):not(:nth-last-child(2)) {
  border-bottom: 1px solid #B5C7D2;
  padding-bottom: 1rem;
}

.exam-accordion__item {
  padding: 1.5rem 3rem;
  position: relative;
  cursor: pointer;
}
.exam-accordion__item:not(:last-child) {
  border-bottom: 1px solid #B5C7D2;
}
.exam-accordion__item .arrow-icon {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: -1;
}
.exam-accordion__item.active .exam-accordion-title {
  color: #2EAEE4;
}
.exam-accordion__item.active .arrow-icon {
  transform: rotate(90deg);
}
.exam-accordion__item.active .arrow-icon path {
  fill: #2EAEE4;
}
.exam-accordion .exam-accordion-title {
  font-size: 2.8rem;
  color: #436576;
}
@media only screen and (max-width: 768px) {
  .exam-accordion .exam-accordion-title {
    font-size: 2rem;
  }
}
.exam-accordion .exam-accordion-content {
  display: none;
  font-size: 1.6rem;
}
.exam-accordion ul {
  list-style: disc;
  color: #436576;
}

.carousel {
  position: relative;
}
.carousel .owl-prev,
.carousel .owl-next {
  font-size: 3rem !important;
  font-weight: 300 !important;
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
}
.carousel .owl-prev {
  left: 1.5rem;
}
.carousel .owl-next {
  right: 1.5rem;
}
.carousel .owl-dots {
  display: none;
}

.section-cards .card {
  background-size: cover;
}
.section-cards .card__text {
  font-size: 1.6rem;
}
.section-cards .card__link-li {
  position: relative;
  padding: 0.5rem 0;
}
.section-cards .card__link-li:not(:last-child) {
  border-bottom: 1px solid white;
}
.section-cards .card__link {
  font-size: 1.6rem;
}
.section-cards .card__link:hover {
  opacity: 0.9;
}

.sidebar-menu {
  background-color: #EEF9FD;
  padding: 3rem;
}
.sidebar-menu .menu-item.heading > a {
  color: #2EAEE4;
  font-size: 1.8rem;
  cursor: default;
}
.sidebar-menu .menu-item:not(:last-child) {
  margin-bottom: 2rem;
}
.sidebar-menu .menu-item .sub-menu {
  margin-left: 1rem;
}
.sidebar-menu .menu-item a {
  color: #212745;
  font-size: 1.6rem;
  font-weight: 700;
}
.sidebar-menu .menu-item a:hover {
  color: #2EAEE4;
}
.hover\:border-\[\#25c7b7\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(37 199 183 / var(--tw-border-opacity));
}
.hover\:bg-\[\#eef9fd\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(238 249 253 / var(--tw-bg-opacity));
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(21 25 43 / var(--tw-text-opacity));
}
.hover\:text-lightgray:hover{
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity));
}
.hover\:text-\[\#2EAEE4\]:hover{
  --tw-text-opacity: 1;
  color: rgb(46 174 228 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-\[\#fff\]:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:shadow-xl:hover{
  --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);
}
.hover\:shadow-none:hover{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:ring-4:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
@media (prefers-color-scheme: dark){
  .dark\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .dark\:hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 640px){
  .sm\:absolute{
    position: absolute;
  }
  .sm\:top-\[9px\]{
    top: 9px;
  }
  .sm\:-top-\[30px\]{
    top: -30px;
  }
  .sm\:right-0{
    right: 0px;
  }
  .sm\:top-\[20px\]{
    top: 20px;
  }
  .sm\:bottom-20{
    bottom: 5rem;
  }
  .sm\:left-auto{
    left: auto;
  }
  .sm\:float-left{
    float: left;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .sm\:mx-20{
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .sm\:mt-24{
    margin-top: 6rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:mt-5{
    margin-top: 1.25rem;
  }
  .sm\:ml-16{
    margin-left: 4rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mr-4{
    margin-right: 1rem;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-10{
    margin-left: 2.5rem;
  }
  .sm\:mt-3{
    margin-top: 0.75rem;
  }
  .sm\:mt-52{
    margin-top: 13rem;
  }
  .sm\:mt-44{
    margin-top: 11rem;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mt-72{
    margin-top: 18rem;
  }
  .sm\:mt-10{
    margin-top: 2.5rem;
  }
  .sm\:mb-16{
    margin-bottom: 4rem;
  }
  .sm\:mr-0{
    margin-right: 0px;
  }
  .sm\:ml-auto{
    margin-left: auto;
  }
  .sm\:block{
    display: block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:h-96{
    height: 24rem;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-80{
    height: 20rem;
  }
  .sm\:w-1\/4{
    width: 25%;
  }
  .sm\:w-10\/12{
    width: 83.333333%;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:w-1\/3{
    width: 33.333333%;
  }
  .sm\:w-2\/5{
    width: 40%;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:w-2\/4{
    width: 50%;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-96{
    width: 24rem;
  }
  .sm\:w-1\/5{
    width: 20%;
  }
  .sm\:w-4\/5{
    width: 80%;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .sm\:p-16{
    padding: 4rem;
  }
  .sm\:p-12{
    padding: 3rem;
  }
  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:pl-0{
    padding-left: 0px;
  }
  .sm\:pb-16{
    padding-bottom: 4rem;
  }
  .sm\:pb-6{
    padding-bottom: 1.5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:text-3xl{
    font-size: 1.9rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:text-2xl{
    font-size: 1.6rem;
  }
  .sm\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 768px){
  .md\:inset-0{
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .md\:float-right{
    float: right;
  }
  .md\:float-left{
    float: left;
  }
  .md\:m-0{
    margin: 0px;
  }
  .md\:mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-24{
    margin-top: 6rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:mt-32{
    margin-top: 8rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mt-16{
    margin-top: 4rem;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mr-4{
    margin-right: 1rem;
  }
  .md\:mt-10{
    margin-top: 2.5rem;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-full{
    height: 100%;
  }
  .md\:h-auto{
    height: auto;
  }
  .md\:h-96{
    height: 24rem;
  }
  .md\:h-\[300px\]{
    height: 300px;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-7\/12{
    width: 58.333333%;
  }
  .md\:w-5\/12{
    width: 41.666667%;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-10\/12{
    width: 83.333333%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-full{
    width: 100%;
  }
  .md\:w-96{
    width: 24rem;
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .md\:rounded-\[8rem\]{
    border-radius: 8rem;
  }
  .md\:border{
    border-width: 1px;
  }
  .md\:border-4{
    border-width: 4px;
  }
  .md\:border-\[\#ABDFF4\]{
    --tw-border-opacity: 1;
    border-color: rgb(171 223 244 / var(--tw-border-opacity));
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-3xl{
    font-size: 1.9rem;
  }
  .md\:leading-tight{
    line-height: 1.25;
  }
}
@media (min-width: 1024px){
  .lg\:float-right{
    float: right;
  }
  .lg\:float-left{
    float: left;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mr-16{
    margin-right: 4rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mt-48{
    margin-top: 12rem;
  }
  .lg\:ml-0{
    margin-left: 0px;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mb-16{
    margin-bottom: 4rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-96{
    height: 24rem;
  }
  .lg\:h-\[500px\]{
    height: 500px;
  }
  .lg\:w-4\/6{
    width: 66.666667%;
  }
  .lg\:w-2\/6{
    width: 33.333333%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-8\/12{
    width: 66.666667%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-28{
    width: 7rem;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-3\/4{
    width: 75%;
  }
  .lg\:flex-wrap{
    flex-wrap: wrap;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:pl-32{
    padding-left: 8rem;
  }
  .lg\:pl-64{
    padding-left: 16rem;
  }
  .lg\:pr-20{
    padding-right: 5rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-right{
    text-align: right;
  }
  .lg\:text-3xl{
    font-size: 1.9rem;
  }
  .lg\:text-\[2\.6rem\]{
    font-size: 2.6rem;
  }
}
@media (min-width: 1280px){
  .xl\:w-6\/12{
    width: 50%;
  }
  .xl\:w-2\/6{
    width: 33.333333%;
  }
  .xl\:w-2\/5{
    width: 40%;
  }
  .xl\:space-x-60 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
