@charset "UTF-8";
/*!
* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #7450C8;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FFD12D;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --light: #F9FCFF;
  --gray-v2: #607A8A;
  --gray-dark: #343a40;
  --ck-green: #009CB7;
  --primary: #007bff;
  --secondary: #6B717B;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #FFD12D;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;

  --base-primary: #125467;
  --light-dark-dark: #1A5261;
  --light-dark-dull: #607A8A;
  --light-dark-grey: #D9E0E4;
  --light-dark-white: #FFF;
  --ck-green-default: #009CB7;
  --ck-green-slightly: #EBF9FF;
  --ck-green-extra-light: #99E9F8;
  --ck-green-dark: #00889F;
  --ck-green-light: #6ECFE0;
  --ck-blue-medium: #417BD2;
  --ck-blue-light: #F3F8FF;
  --ck-blue-default: #245CB0;

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a5261;
  text-align: left;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6B717B;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6B717B;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6B717B;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6B717B;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6B717B;
  opacity: 1;
}
.form-control::placeholder {
  color: #6B717B;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6B717B;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6B717B;
  border-color: #6B717B;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #595e67;
  border-color: #535860;
}
.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6B717B;
  border-color: #6B717B;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #535860;
  border-color: #4d5259;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #FFD12D;
  border-color: #FFD12D;
}
.btn-warning:hover {
  color: #212529;
  background-color: #ffc907;
  border-color: #f9c200;
}
.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #FFD12D;
  border-color: #FFD12D;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #f9c200;
  border-color: #ecb900;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6B717B;
  background-color: transparent;
  background-image: none;
  border-color: #6B717B;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6B717B;
  border-color: #6B717B;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6B717B;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6B717B;
  border-color: #6B717B;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(107, 113, 123, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #FFD12D;
  background-color: transparent;
  background-image: none;
  border-color: #FFD12D;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #FFD12D;
  border-color: #FFD12D;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFD12D;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #FFD12D;
  border-color: #FFD12D;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6B717B;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6B717B;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6B717B;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6B717B;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6B717B;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6B717B;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6B717B;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6B717B;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6B717B;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6B717B;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #ffffff;
  background-color: #6B717B;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #535860;
}

.badge-success {
  color: #ffffff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #ffffff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #FFD12D;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #f9c200;
}

.badge-danger {
  color: #ffffff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383b40;
  background-color: #e1e3e5;
  border-color: #d6d7da;
}
.alert-secondary hr {
  border-top-color: #c9cace;
}
.alert-secondary .alert-link {
  color: #202225;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856d17;
  background-color: #fff6d5;
  border-color: #fff2c4;
}
.alert-warning hr {
  border-top-color: #ffecab;
}
.alert-warning .alert-link {
  color: #5a490f;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6B717B;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383b40;
  background-color: #d6d7da;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383b40;
  background-color: #c9cace;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #383b40;
  border-color: #383b40;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856d17;
  background-color: #fff2c4;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856d17;
  background-color: #ffecab;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #856d17;
  border-color: #856d17;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top .arrow, .bs-popover-auto[x-placement^=top] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: 1px;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right .arrow, .bs-popover-auto[x-placement^=right] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^=right] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::after {
  left: 1px;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^=bottom] .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: 1px;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left .arrow, .bs-popover-auto[x-placement^=left] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^=left] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::after {
  right: 1px;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6B717B !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #535860 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #FFD12D !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #f9c200 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6B717B !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #FFD12D !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

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

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

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

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

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

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

.font-weight-bold {
  font-weight: 700 !important;
}

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

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6B717B !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #535860 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #FFD12D !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f9c200 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6B717B !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-base-primary {
  color: var(--base-primary) !important;
}

.text-light-dark-dark {
  color: var(--light-dark-dark) !important;
}

.text-light-dark-dull {
  color: var(--light-dark-dull) !important;
}

.text-ck-green-light {
  color: var(--ck-green-light) !important;
}

.text-ck-green-default {
  color: var(--ck-green-default) !important;
}

.text-ck-blue-medium {
  color: var(--ck-blue-medium) !important;
}

.text-ck-blue-default {
  color: var(--ck-blue-default) !important;
}

.text-blue-default {
  color: var(--ck-blue-default) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.bg-white {
  background-color: #ffffff;
}

.bg-light-gray {
  background-color: #FAFAFA;
}

.bg-faded-gray {
  background-color: #F4F4F4;
}

.bg-forest-green {
  background-color: #00887f;
}

.bg-purple {
  background-color: #7450C8;
}

html {
  scroll-behavior: smooth;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light-gray {
  background-color: #FAFAFA;
}

.bg-faded-gray {
  background-color: #F4F4F4;
}

.bg-forest-green {
  background-color: #00887f;
}

.bg-purple {
  background-color: #7450C8;
}

.navbar-toggler {
  outline: none !important;
}

.navigation-sticky {
  position: sticky;
  top: 0;
  z-index: 999 !important;
  background-color: white;
}

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

.btn-nav {
  font-family: "Mulish", sans-serif !important;
  letter-spacing: 1px;
  padding: 8px 16px;
}

.nav-link {
  color: #00384B !important;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: lowercase;
  text-align: center;
}
.nav-link::first-letter {
  text-transform: capitalize;
}
.nav-link:hover {
  opacity: 0.9;
  text-decoration: none;
  color: #009CB7 !important;
}
.nav-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.gradient-software-backup {
  background: linear-gradient(270.76deg, #F1FDFF 57.01%, #BDEEF4 182.81%);
}

.gradient-software-escrow {
  background: linear-gradient(270.5deg, #ECFDFF -7.01%, #BDEEF4 78.01%);
}

.gradient-saas-escrow {
  background: linear-gradient(90.45deg, #E0F0FF 41.58%, #EFF8FF 115.95%);
}

.gradient-software-custodian {
  background: -webkit-gradient(linear, right top, left top, color-stop(-11.39%, #DEF0FF), color-stop(84.45%, #B6D9FA));
  background: linear-gradient(270deg, #DEF0FF -11.39%, #B6D9FA 84.45%);
}

.text-decoration-red {
  text-decoration: underline;
  text-decoration-color: #EE5E5E;
}

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

.header-rounded-bg {
  border-radius: 0 0 50% 50%/0 0 30% 30% !important;
}

.darken-effect:hover div {
  -webkit-filter: brightness(95%);
  filter: brightness(95%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.text-transform-none {
  text-transform: none !important;
}

.text-italic {
  font-style: italic !important;
}

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

.text-capitalize {
  text-transform: lowercase !important;
}
.text-capitalize::first-letter {
  text-transform: capitalize !important;
}

.pricing-info-icon {
  color: white;
  border: 1px solid #A6C4D5;
  border-radius: 50%;
  background-color: #A6C4D5;
}

.nav-margin {
  margin: 8px;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .nav-margin {
    margin: 8px 0px;
  }
}
@media (max-width: 992px) {
  .nav-margin {
    margin: 0px;
  }
}

.image-style {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.width-fit-content {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.height-fit-content {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.datacenter-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 670px;
}

.img-hor {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
}

.border-none {
  border: none !important;
}

.border-light-grey {
  border: 1px solid #CDE2EE !important;
}

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

.section-divider {
  height: 4px;
  width: 60px;
  border-top: 4px solid #009CB7;
  margin-bottom: 16px;
}

.plan-custom-width {
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .plan-custom-width {
    max-width: 96%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.plan-box-padding {
  padding: 35px;
}
@media (max-width: 767px) {
  .plan-box-padding {
    padding: 25px;
  }
}

.text-white {
  color: #ffffff;
}

.text-wrap {
  text-wrap: wrap !important;
}

.text-air-force-blue {
  color: #6782A3 !important;
}

.text-bondi-blue {
  color: #009CB7 !important;
}

.text-ocean-blue {
  color: #169DFF !important;
}

.text-yellow {
  color: #FFD12D !important;
}

.text-light-red {
  color: #EE5E5E !important;
}

.text-light-green {
  color: #2AD9B3 !important;
}

.text-sherpa-blue {
  color: #00384B !important;
}

.text-sun-yellow {
  color: #FFDF34 !important;
}

.text-cerulean {
  color: #009CB7 !important;
}

.text-slate-gray {
  color: #6A8493 !important;
}

.text-dark-cyan {
  color: #1A5261 !important;
}

.text-forest-green {
  color: #00887f !important;
}

.text-faded-black {
  color: #2e384d !important;
}

.text-black {
  color: #000000 !important;
}

.text-soft-gray {
  color: #7f7f7f !important;
}

.text-dust-gray {
  color: #8798ad !important;
}

.text-underline {
  text-decoration: underline;
  font-family: "Mulish", sans-serif;
}

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

.text-first-capitalize {
  text-transform: lowercase !important;
}
.text-first-capitalize::first-letter {
  text-transform: capitalize !important;
}

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

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

.outline-none {
  outline: none !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.container-ml-spacing {
  margin-left: 15% !important;
}
@media (max-width: 992px) {
  .container-ml-spacing {
    margin-left: 5% !important;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  width: 0; /* Remove scrollbar space */
  height: 0;
  background: transparent; /* Optional: just make scrollbar invisible */
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  scrollbar-width: none !important;
}

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

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

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

.fw-700 {
  font-weight: 700 !important;
}

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

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

@media (max-width: 992px) {
  .overflow-x-hidden {
    overflow-x: hidden !important;
  }
}

.text-line-through {
  text-decoration: line-through;
}

.mt-large {
  margin-top: 110px;
}
@media (max-width: 992px) {
  .mt-large {
    margin-top: 50px;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media (max-width: 992px) {
  .mt-150 {
    margin-top: 60px !important;
  }
}

.mt-80 {
  margin-top: 80px !important;
}
@media (max-width: 992px) {
  .mt-80 {
    margin-top: 20px !important;
  }
}

.mt-badge-iso {
  margin-top: 130px !important;
}
@media (max-width: 992px) {
  .mt-badge-iso {
    margin-top: 20px !important;
  }
}

.mt-200 {
  margin-top: 200px;
}

.mt-250 {
  margin-top: 250px;
}

.mt-400 {
  margin-top: 400px;
}

.mt-350 {
  margin-top: 350px;
}
@media (max-width: 992px) {
  .mt-350 {
    margin-top: 250px;
  }
}

.overflow-wrap-break {
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  .overflow-wrap-break-mobile {
    overflow-wrap: break-word;
  }
}

.pb-300 {
  padding-bottom: 300px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mb-negative-200 {
  margin-bottom: -200px !important;
}

.mb-negative-300 {
  margin-bottom: -300px !important;
}

.mb-negative-50 {
  margin-bottom: -50px !important;
}

@media (max-width: 767px) {
  .mt-sm-30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .mobile-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .mobile-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .column-reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

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

.max-w100 {
  max-width: 100% !important;
}

.bg-light-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30.44%, rgba(249, 252, 255, 0)), to(#F9FCFF));
  background: linear-gradient(180deg, rgba(249, 252, 255, 0) 30.44%, #F9FCFF 100%);
}

.bg-soft-gray {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#F3F8FF)) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F3F8FF 100%) !important;
}

.bg-faded-gray {
  background-color: #F4F4F4;
}

.bg-pale-cyan {
  background-color: #F6FDFE;
}

.bg-azure-light {
  background-color: #F0FBFD;
}

.bg-gradient-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(92.38%, #FAFCFF), color-stop(104.08%, #F3F7FB));
  background: linear-gradient(180deg, #FAFCFF 92.38%, #F3F7FB 104.08%);
}

.bg-gradient-gray2 {
  background: linear-gradient(1deg, #EEF3F9 -74.79%, #FFFFFF 92.88%);
}

.bg-gradient-gray3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(25.99%, #FFFFFF), to(#F9FCFF));
  background: linear-gradient(180deg, #FFFFFF 25.99%, #F9FCFF 100%);
}

.bg-gradient-gray4 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-12.63%, #FFF), color-stop(124.57%, #F6FDFE));
  background: linear-gradient(0deg, #FFF -12.63%, #F6FDFE 124.57%);
}

.bg-gradient-faded-gray {
  background: linear-gradient(1.58deg, #F4F9FF 1.71%, #FFFFFF 82.27%) !important;
}

.bg-gradient-cerulean {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.58%, #009CB7), color-stop(113.43%, #0288A2));
  background: linear-gradient(180deg, #009CB7 37.58%, #0288A2 113.43%);
}

.bg-gradient-night {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-31.74%, #2E66BA), color-stop(106.28%, #14448C));
  background: linear-gradient(180deg, #2E66BA -31.74%, #14448C 106.28%);
}

.bg-gradient-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F9FC), to(#FAFDFF));
  background: linear-gradient(180deg, #F0F9FC 0%, #FAFDFF 100%);
}

.bg-gradient-dark-blue {
  background: linear-gradient(218.44deg, #245CB0 22.13%, #164995 123.07%);
}

.bg-gradient-dark-blue2 {
  background: linear-gradient(180.31deg, #EEF6FF 37.82%, #C3D5EF 110.97%);
}

.bg-gradient-blue2 {
  background: linear-gradient(1deg, #F5FDFF 24%, #FAFDFF 100%);
}

.bg-gradient-blue-new {
  background: linear-gradient(151.45deg, #F6FEFF 20.62%, #E9F4FF 81.27%);
}

.bg-gradient-blue-bottom2 {
  background: linear-gradient(1deg, rgba(214, 239, 243, 0.5) -4.05%, rgba(239, 249, 251, 0) 92.31%);
}

.bg-gradient-blue-bottom3 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 253, 255, 0)), to(#FBFDFF));
  background: linear-gradient(180deg, rgba(251, 253, 255, 0) 0%, #FBFDFF 100%);
}

.bg-gradient-blue3 {
  background: linear-gradient(240deg, #F5FDFF 0%, #E6FAFF 100%);
}

.bg-gradient-blue4 {
  background: linear-gradient(1deg, #FFFFFF 0%, #F7FEFF 100%);
}

.bg-gradient-blue-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7FEFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #F7FEFF 100%);
}

.bg-gradient-blue5 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6FAFF), to(#E4F1FF));
  background: linear-gradient(180deg, #F6FAFF 0%, #E4F1FF 100%);
}

.bg-gradient-blue6 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #EBF4FF), to(#CCE3FF));
  background: linear-gradient(180deg, #EBF4FF 100%, #CCE3FF 100%);
}

.bg-gradient-blue7 {
  background: linear-gradient(240deg, #F0F9FF 0%, #E1F1FF 100%);
}

.bg-gradient-blue8 {
  background: -webkit-gradient(linear, left top, left bottom, from(#5B90E1), to(#336ABE));
  background: linear-gradient(180deg, #5B90E1 0%, #336ABE 100%);
}

.bg-gradient-blue-sky {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(37.16%, #FFFFFF), color-stop(152.41%, #E5F3FF)) !important;
  background: linear-gradient(180deg, #FFFFFF 37.16%, #E5F3FF 152.41%) !important;
}

.bg-gradient-bondi-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#009CB7), color-stop(129.3%, #00859C));
  background: linear-gradient(180deg, #009CB7 0%, #00859C 129.3%);
}

.bg-gradient-bondi-blue2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#029FBA), to(#0196B1));
  background: linear-gradient(180deg, #029FBA 0%, #0196B1 100%);
}

.bg-gradient-cool-white {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, #FFFFFF), to(#F1FDFF));
  background: linear-gradient(90deg, #FFFFFF 100%, #F1FDFF 100%);
}

.bg-gradient-cool-mint {
  background: -webkit-gradient(linear, left top, right top, from(#ECFDFF), to(#BDEEF4));
  background: linear-gradient(90deg, #ECFDFF 0%, #BDEEF4 100%);
}

.bg-gradient-cool-gray {
  background: -webkit-gradient(linear, left top, right top, from(#E0F0FF), to(#EFF8FF));
  background: linear-gradient(90deg, #E0F0FF 0%, #EFF8FF 100%);
}

.bg-gradient-cool-blue {
  background: -webkit-gradient(linear, left top, right top, from(#DEF0FF), to(#B6D9FA));
  background: linear-gradient(90deg, #DEF0FF 0%, #B6D9FA 100%);
}

.bg-gradient-faded-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(#7EC9D6), to(#44B1C4));
  background: linear-gradient(180deg, #7EC9D6 0%, #44B1C4 100%);
}

.bg-gradient-faded-blue2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#2CB3CA), to(#0B95AD));
  background: linear-gradient(180deg, #2CB3CA 0%, #0B95AD 100%);
}

.bg-azure-blue {
  background-color: #F8FEFF;
}

.bg-paper-white {
  background-color: #F9FBFF;
}

.bg-primary-default {
  background-color: #009CB7;
}

.bg-secondary-default {
  background-color: #245CB0;
}

.bg-secondary-dark {
  background-color: #164995;
}

.bg-cool-white {
  background-color: #F4FDFF;
}

.bg-clear-skies {
  background-color: #DDF7FC;
}

.border-left-bondi-blue {
  position: relative;
}

.border-left-bondi-blue::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-left: 10px solid #009CB7;
}

.text-primary {
  color: #009CB7 !important;
}

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

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

.text-secondary {
  color: #245CB0 !important;
}

.text-secondary-light {
  color: #417BD2 !important;
}

.text-secondary-default {
  color: #245CB0 !important;
}

.text-secondary-link {
  color: var(--light-dark-dark) !important;
}

.text-secondary-dark {
  color: #164995 !important;
}

.text-complementary-dark {
  color: #003543 !important;
}

.border-primary {
  border: 1px solid #009CB7 !important;
}

.border-secondary {
  border: 1px solid #245CB0 !important;
}

.bg-snow {
  background-color: #FBFBFB !important;
}

.bg-azure {
  background-color: #F3FDFF !important;
}

.bg-cerulean {
  background-color: #009CB7 !important;
}

.bg-bondi-blue {
  background-color: #009CB7 !important;
}

.bg-alice-blue {
  background-color: #F9FCFF !important;
}

.bg-alice-blue2 {
  background-color: #F7FAFE !important;
}

.bg-error-page {
  background-color: linear-gradient(180deg, #F9FCFF 0%, #F9FCFF 100%);
}

.bg-comparison {
  background-color: #F9FCFF;
}

.bg-recovery {
  background-color: #F5FDFF;
}

.bg-continuity {
  background-color: #F3FAFF;
}

.solutions-shadow-top {
  -webkit-box-shadow: 1px 2px 9.7px 0px rgba(0, 90, 109, 0.25);
  box-shadow: 1px 2px 9.7px 0px rgba(0, 90, 109, 0.25);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.solutions-shadow-bottom {
  -webkit-box-shadow: 1px 2px 9.7px 0px rgba(0, 90, 109, 0.25);
  box-shadow: 1px 2px 9.7px 0px rgba(0, 90, 109, 0.25);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.solutions-shadow-side {
  -webkit-box-shadow: 1px 2px 9.7px 0px rgba(0, 90, 109, 0.25);
  box-shadow: 1px 2px 9.7px 0px rgba(0, 90, 109, 0.25);
}

.questions-text {
  color: #009CB7;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

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

.show-desktop {
  display: block;
}
@media (max-width: 992px) {
  .show-desktop {
    display: none;
  }
}

.show-mobile {
  display: none;
}
@media (max-width: 992px) {
  .show-mobile {
    display: block;
  }
}

.hide-solutions {
  display: block;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .hide-solutions {
    display: none;
  }
}

.show-solutions {
  display: none;
}
@media (min-width: 992px) and (max-width: 1500px) {
  .show-solutions {
    display: block;
  }
}

.mobile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .mobile-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .mobile-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .wrap-on-mobile {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.space-no-wrap {
  white-space: nowrap;
}

.milestones-width {
  width: 90% !important;
}
@media (max-width: 767px) {
  .milestones-width {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .milestones-padding {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.dropdown-styling {
  border-radius: 5px !important;
  -webkit-box-shadow: 2px 2px 12px #DADFE8 !important;
  box-shadow: 2px 2px 12px #DADFE8 !important;
}

.footer-dropdown {
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.footer-dropdown .custom-select {
  position: relative;
}
.footer-dropdown .custom-select-width {
  width: 200px;
  height: auto;
  padding: 0px;
}
@media (min-width: 767px) and (max-width: 1000px) {
  .footer-dropdown .custom-select-width {
    width: 170px;
  }
}
.footer-dropdown .custom-select select {
  display: none; /*hide original SELECT element:*/
}
.footer-dropdown .select-selected {
  background-color: #009CB7;
}
.footer-dropdown .select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.footer-dropdown .select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 12px;
}
.footer-dropdown .select-items div, .footer-dropdown .select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footer-dropdown .select-items {
  position: absolute;
  background-color: #009CB7;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.footer-dropdown .select-hide {
  display: none;
}
.footer-dropdown .select-items div:hover, .footer-dropdown .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banner-navigation {
  background-color: #6D9EDE;
  width: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.banner-navigation p {
  color: #fff;
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.banner-navigation__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .banner-navigation__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.banner-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #fff;
}
.banner-close:hover {
  cursor: pointer;
  opacity: 0.5;
}

.banner-button {
  cursor: pointer;
  text-decoration: underline !important;
}

.border-top-right {
  border-top: 0.5px solid #6A8493;
  border-right: 0.5px solid #6A8493;
}
@media (max-width: 767px) {
  .border-top-right {
    border-right: none;
  }
}

.border-top-gray {
  border-top: 0.5px solid #6A8493;
}

.border-top-light-gray {
  border-top: 1px solid #D9E0E4;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.column-pl-desktop {
  padding-left: 35px;
}
@media (max-width: 767px) {
  .column-pl-desktop {
    padding-left: 15px;
  }
}

.column-pr-desktop {
  padding-right: 35px;
}
@media (max-width: 767px) {
  .column-pr-desktop {
    padding-right: 15px;
  }
}

.mw-900 {
  max-width: 900px !important;
}

.mw-850 {
  max-width: 850px !important;
}

.mw-1000 {
  max-width: 1000px !important;
}

.mw-1100 {
  max-width: 1100px !important;
}

.mw-1300 {
  max-width: 1300px !important;
}

.mw-700 {
  max-width: 700px !important;
}

.mw-770 {
  max-width: 770px !important;
}

.mw-660 {
  max-width: 660px !important;
}

.mw-600 {
  max-width: 600px !important;
}

.mw-690 {
  max-width: 690px !important;
}

.mw-645 {
  max-width: 645px !important;
}

.mw-530 {
  max-width: 530px !important;
}

.mw-500 {
  max-width: 500px !important;
}

.mw-520 {
  max-width: 520px !important;
}

.mw-570 {
  max-width: 570px !important;
}

.mw-420 {
  max-width: 420px !important;
}

.mw-430 {
  max-width: 430px !important;
}

.mw-450 {
  max-width: 450px !important;
}

.mw-490 {
  max-width: 490px !important;
}

.mw-350 {
  max-width: 350px !important;
}

.mw-375 {
  max-width: 375px !important;
}

.mw-390 {
  max-width: 390px !important;
}

.mw-340 {
  max-width: 340px !important;
}

.mw-320 {
  max-width: 320px !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mw-30 {
  max-width: 30px !important;
}

.mw-45 {
  max-width: 45px !important;
}

.mw-50 {
  max-width: 50px !important;
}

.mw-270 {
  max-width: 270px !important;
}

.mw-260 {
  max-width: 260px !important;
}

.mw-250 {
  max-width: 250px !important;
}

.w-270 {
  width: 270px !important;
}

.mw-25 {
  max-width: 25px !important;
}

.mw-35 {
  max-width: 35px !important;
}

.mw-40 {
  max-width: 40px !important;
}

.mw-55 {
  max-width: 55px !important;
}

.mh-50 {
  max-height: 50px !important;
}

.mh-70 {
  max-height: 70px !important;
}

.mh-100 {
  max-height: 100px !important;
}

.mh-600 {
  max-height: 600px !important;
}

.mh-130 {
  max-height: 130px !important;
}

.mh-35 {
  max-height: 35px !important;
}

.mh-150 {
  max-height: 150px !important;
}

.mh-300 {
  max-height: 300px !important;
}

.mh-200 {
  max-height: 200px !important;
}

.mh-400 {
  max-height: 400px !important;
}

.mw-260 {
  max-width: 260px !important;
}

.mw-90 {
  max-width: 90px !important;
}

.mw-70 {
  max-width: 70px !important;
}

.mw-160 {
  max-width: 160px !important;
}

.mw-190 {
  max-width: 190px !important;
}

.mw-110 {
  max-width: 110px !important;
}

.mw-200 {
  max-width: 200px !important;
}

.mw-800 {
  max-width: 800px !important;
}

.min-width-230 {
  min-width: 230px !important;
}

.min-width-90 {
  min-width: 90% !important;
}

.min-width-300 {
  min-width: 300px !important;
}

.min-width-170 {
  min-width: 170px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-70 {
  min-width: 70px !important;
}

.min-h-300 {
  min-height: 300px !important;
}

.min-h-200 {
  min-height: 200px !important;
}

.min-h-210 {
  min-height: 210px !important;
}

.min-h-150 {
  min-height: 150px !important;
}

.min-h-100 {
  min-height: 100px !important;
}

.min-h-120 {
  min-height: 120px !important;
}

.min-h-70 {
  min-height: 70px !important;
}

.min-h-240 {
  min-height: 240px !important;
}

.min-h-320 {
  min-height: 320px !important;
}

.min-h-340 {
  min-height: 340px !important;
}

.min-h-350 {
  min-height: 350px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-desktop-features {
  margin-left: 90px;
}
@media (max-width: 767px) {
  .ml-desktop-features {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  .ml-sm-0 {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
}

.h-35 {
  height: 35px;
}

.h-12 {
  height: 12px;
}

.h-45 {
  height: 45px;
}

.h-65 {
  height: 65px;
}

.ml-negative-40 {
  margin-left: -40px !important;
}
@media (max-width: 767px) {
  .ml-negative-40 {
    margin-left: 0 !important;
  }
}

.ml-negative-10 {
  margin-left: -10px !important;
}

.backups-logo-margin {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .backups-logo-margin {
    margin-right: 0px;
  }
}

.backups-nav-margin {
  margin-left: auto;
}
@media (max-width: 992px) {
  .backups-nav-margin {
    margin-left: 0px;
    margin-bottom: 10px;
  }
}

.ml-negative-80 {
  margin-left: -80px !important;
}
@media (max-width: 992px) {
  .ml-negative-80 {
    margin-left: 0 !important;
  }
}

.pricing-box-shadow {
  border: 0.5px solid #95B1C1;
  border-radius: 0px;
  margin-top: 20px;
  overflow-x: scroll;
}

@media (max-width: 992px) {
  .tabs-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .tabs-wrap2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.backup-box-shadow {
  border-radius: 10px;
  border: 1px solid #C0CFE9;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  overflow: hidden;
}

.container-box-shadow {
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}

.light-box-shadow {
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.0509803922) !important;
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.0509803922) !important;
}

.nav-box-shadow {
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
}

.codebase-padding {
  padding-top: 400px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .codebase-padding {
    padding-top: 700px;
    padding-bottom: 100px;
  }
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-400 {
  padding-top: 400px !important;
}

.min-h-110 {
  min-height: 110px;
}

.min-h-70 {
  min-height: 70px;
}

.min-h-auto {
  min-height: auto !important;
}

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

.min-h-170 {
  min-height: 170px !important;
}

.min-h-140 {
  min-height: 140px !important;
}

.min-h-50 {
  min-height: 50px !important;
}

.min-h-700 {
  min-height: 701px !important;
}

.mh-sm-700 {
  min-height: 701px !important;
}
@media (max-width: 767px) {
  .mh-sm-700 {
    min-height: auto !important;
  }
}

.min-h-600 {
  min-height: 600px !important;
}

.min-h-400 {
  min-height: 400px !important;
}

.h-400 {
  height: 400px !important;
}

.break-spaces {
  white-space: initial !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-24 {
  font-size: 24px !important;
}

.how-bg-gradient {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F9FEFF)) !important;
  background: linear-gradient(180deg, #FFFFFF 0%, #F9FEFF 100%) !important;
  border: 0.5px solid #DCE5F2 !important;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05) !important;
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05) !important;
  border-radius: 10px !important;
}

.comparison-devider {
  width: 53px;
  height: 1px;
  background: #6782A3;
}

.link-yellow a {
  color: #FFD12D !important;
}

.link-blue a {
  color: #009CB7 !important;
}

.backup-devider {
  border: 1px dashed #6A8493;
  width: 100%;
}

.mt-negative-50 {
  margin-top: -50px;
}
@media (max-width: 767px) {
  .mt-negative-50 {
    margin-top: 50px;
  }
}

.mt-negative-6 {
  margin-top: -6px;
}
@media (max-width: 767px) {
  .mt-negative-6 {
    margin-top: 0px;
  }
}

.mt-negative-100 {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .mt-negative-100 {
    margin-top: 50px;
  }
}

.mt-negative-80 {
  margin-top: -80px;
}

.mt-negative-20 {
  margin-top: -20px;
}

.mt-negative-25 {
  margin-top: -25px;
}

.mb-negative-30 {
  margin-bottom: -30px;
}

.mt-negative-250 {
  margin-top: -250px;
}

.mt-negative-400 {
  margin-top: -400px;
}

.mt-negative-150 {
  margin-top: -150px;
}
@media (max-width: 767px) {
  .mt-negative-150 {
    margin-top: 50px;
  }
}

.mt-negative-180 {
  margin-top: -180px;
}
@media (max-width: 767px) {
  .mt-negative-180 {
    margin-top: -140px;
  }
}

.mt-negative-160 {
  margin-top: -160px;
}

.mt-negative-250 {
  margin-top: -250px;
}

.mt-negative-280 {
  margin-top: -280px;
}

.mt-negative-240 {
  margin-top: -240px;
}
@media (max-width: 767px) {
  .mt-negative-240 {
    margin-top: -50px;
  }
}

.mt-negative-350 {
  margin-top: -350px;
}

.z-index-1 {
  z-index: 1;
}

.z-index-9 {
  z-index: 9;
}

.comparison-footer-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
  color: #818181;
}
.comparison-footer-text a {
  color: #00A0B6;
}

.table-text {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #1A5261 !important;
}

.table-border-right {
  border-right: 1px solid #dee2e6 !important;
}

.table-border-left {
  border-left: 1px solid #dee2e6 !important;
}

.table-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-right-none {
  border-right: none !important;
}

.pricing-table-devider {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.95%, rgba(255, 255, 255, 0)), to(#E6F7FB));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.95%, #E6F7FB 100%);
  opacity: 0.36;
  border-radius: 0px;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  height: 200px;
  width: 100%;
}

.solutions-gradient-devider {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.57%, #F2FAFC), color-stop(90.44%, #FFFFFF));
  background: linear-gradient(180deg, #F2FAFC 2.57%, #FFFFFF 90.44%);
  height: 200px;
  width: 100%;
  margin-top: 400px;
}
@media (max-width: 767px) {
  .solutions-gradient-devider {
    margin-top: 200px;
  }
}

.solutions-screen-spacing {
  margin-top: -400px;
}
@media (max-width: 767px) {
  .solutions-screen-spacing {
    margin-top: -300px;
  }
}

.table-subtext {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #1A5261 !important;
}

.table-position-relative {
  position: relative;
  margin-top: -150px;
  overflow-x: visible;
}
@media (max-width: 992px) {
  .table-position-relative {
    overflow-x: scroll;
  }
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-45 {
  line-height: 45px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-53 {
  line-height: 53px !important;
}

.line-height-38 {
  line-height: 38px !important;
}

.line-height-34 {
  line-height: 34px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-24 {
  line-height: 24px !important;
}

.line-height-28 {
  line-height: 28px !important;
}

.line-height-14 {
  line-height: 14px !important;
}

.line-height-18 {
  line-height: 18px !important;
}

.bottom-radius-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.border-radius-25 {
  border-radius: 25px !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.article-section {
  background-color: #F9FCFF;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}

.max-h-900 {
  max-height: 900px;
}

.navigation-border {
  border-bottom: 1px solid #AEC6D3;
}

.nav-top-negative {
  top: 75px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .nav-top-negative {
    top: 0px !important;
  }
}

.nav-top-negative2 {
  top: -148px !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 992px) {
  .nav-top-negative2 {
    top: 0px !important;
  }
}

.mobile-link {
  font-size: 14px !important;
  font-weight: 600 !important;
  text-align: center !important;
  color: #00384B !important;
  font-family: "Mulish", sans-serif;
  padding: 8px 0 !important;
}
.mobile-link:hover {
  color: #009CB7 !important;
  text-decoration: none !important;
}

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

.image-160 {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.max-h-600 {
  max-height: 600px;
}

.max-h-300 {
  max-height: 300px;
}

.max-h-100 {
  max-height: 100px;
}

.image-backup-features {
  width: 100%;
  max-width: 400px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.template-image {
  width: 150px !important;
  height: 190px !important;
  -o-object-fit: contain;
  object-fit: contain;
}

.negative-right-100 {
  margin-right: -100px;
}
@media (max-width: 992px) {
  .negative-right-100 {
    margin-right: 0px;
  }
}

.competitors fieldset {
  max-width: 700px !important;
}
.competitors label {
  margin-top: 10px;
  max-width: 330px;
}
.competitors .section__modal-form input {
  max-width: 300px !important;
}
.competitors .section__modal-form select {
  max-width: 300px !important;
}
.competitors .section__modal-form textarea {
  max-width: 300px !important;
}
.competitors .section__modal-form textarea {
  background-color: #FAFAFA !important;
}
.competitors input.hs-button {
  max-width: 100% !important;
}
.competitors .submitted-message {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #6A8493 !important;
}

.hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hs-form-booleancheckbox-display span {
  font-size: 13px;
}

input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
}

.backups-step-icon {
  position: absolute;
  left: -86px;
  top: 4px;
}
@media (max-width: 1200px) {
  .backups-step-icon {
    display: none;
  }
}

.backups-step-icon2 {
  position: absolute;
  left: -82px;
  top: 4px;
}
@media (max-width: 1200px) {
  .backups-step-icon2 {
    display: none;
  }
}

/*  @media (min-width: 767px) {
#hubspot-messages-iframe-container {
max-width: 400px !important;
max-height: 630px !important;
}
} */

.section-large {
  padding-top: 145px;
  padding-bottom: 145px;
}
@media (max-width: 992px) {
  .section-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-medium {
  padding-top: 101px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .section-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("https://bala-alex.github.io/images/logos/menu.svg");
}

.navbar-light .navbar-toggler {
  border-color: #ffffff !important;
}

.navbar .dropdown-toggle::after {
  display: none !important;
}
.navbar a.dropdown-item {
  color: #00384B !important;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 22px;
}
.navbar a.dropdown-item:hover {
  background-color: #009CB7 !important;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  color: #ffffff !important;
  cursor: pointer;
}
.navbar .dropdown-menu {
  -webkit-box-shadow: 2px 2px 12px #DADFE8;
  box-shadow: 2px 2px 12px #DADFE8;
  border: none;
}

.header {
  overflow: hidden;
}
.header__logo {
  width: 180px;
  height: 55px;
}
.header__logo-backups {
  width: 270px;
  height: 58px;
}
@media (max-width: 480px) {
  .header__logo-backups {
    width: 220px;
    height: 50px;
  }
}
.header__logo-text {
  margin: 10px;
  font-family: "Roboto", sans-serif !important;
  font-weight: bold;
  font-size: 18px;
  color: #009CB7;
  letter-spacing: 0px;
}
.header__logo-text span {
  color: #333333;
}
.header__logo-subtext {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: center;
  line-height: 18px;
  height: 50px;
  font-family: "Mulish", sans-serif;
}
.header__content {
  background-size: 100%;
  margin-top: 120px;
}
.header__image {
  min-height: 650px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 140px;
}
@media (max-width: 992px) {
  .header__image {
    padding-top: 50px;
  }
}
.header__title {
  color: var(--light-dark-dark, #1A5261);
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 60px; /* 120% */
  letter-spacing: -0.42px;
  max-width: 531px;
}
@media (max-width: 767px) {
  .header__title {
    text-align: center;
  }
}
.header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  max-width: 443px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 767px) {
  .header__subtitle {
    text-align: center;
  }
}
.header__subtext {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  max-width: 443px;
  text-align: center;
  margin-top: -100px;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 992px) {
  .header__subtext {
    margin-top: -140px;
  }
}
.header__logos {
  width: 40px;
  height: 40px;
  margin: 12px;
}
@media (max-width: 992px) {
  .header__logos {
    margin-left: 22px;
    margin-right: 22px;
  }
}

.protect__image1 {
  max-height: 469px;
  max-width: 376px;
  margin-top: -170px;
}
@media (max-width: 1200px) {
  .protect__image1 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .protect__image1 {
    max-height: 360px;
    max-width: 290px;
  }
}
.protect__image2 {
  max-height: 244px;
  max-width: 365px;
  margin-left: -190px;
  margin-top: 200px;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .protect__image2 {
    margin-left: -270px;
    margin-top: 400px;
  }
}
@media (max-width: 767px) {
  .protect__image2 {
    max-height: 188px;
    max-width: 280px;
    margin-top: 300px;
    margin-left: -210px;
  }
}
.protect__background {
  min-height: 950px !important;
  background: url("https://bala-alex.github.io/images/landing/protect-software-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 200px;
  padding-bottom: 400px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .protect__background {
    padding-top: 100px;
  }
}
.protect__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  max-width: 460px;
  text-align: right;
}
.protect__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  max-width: 473px;
  font-family: "Mulish", sans-serif;
  text-align: right;
}
.protect__subtext {
  color: var(--light-dark-dark) !important;
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.protect__divider {
  height: 4px;
  width: 60px;
  border-top: 4px solid #009CB7;
  margin-bottom: 16px;
}
.protect__logos {
  width: 120px;
  max-height: 51px;
  margin-top: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.works__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.works__custom-padding {
  padding-left: 96px;
}
@media (max-width: 767px) {
  .works__custom-padding {
    padding-left: 0;
  }
}
.works__icon {
  width: 20px;
  margin-left: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.works__config {
  padding: 0;
  margin-top: 44px;
  margin-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #6782A3;
  border-left: 1px dashed #6782A3;
  border-bottom-left-radius: 30px;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .works__config {
    border: none;
    padding: 0 0 10px 0;
    margin-right: 0px;
    min-height: auto;
  }
}
.works__config2 {
  padding: 80px 40px 0 0;
  margin-left: 53px;
  margin-top: -1px;
  border-top: 1px dashed #6782A3;
  border-right: 1px dashed #6782A3;
  border-bottom: 1px dashed #6782A3;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 490px;
}
@media (max-width: 1200px) {
  .works__config2 {
    border: none;
    padding: 10px 0 60px 0;
    margin-left: 0px;
    min-height: auto;
    margin-top: 70px;
  }
}
.works__config3 {
  padding: 0;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .works__config3 {
    margin-top: 0px;
  }
}
@media (max-width: 1200px) {
  .works__config3 {
    padding: 0 0 10px 0;
  }
}
@media (max-width: 767px) {
  .works__config3 {
    margin-top: 50px;
  }
}
.works__config4 {
  padding: 80px 0 0 0;
  margin-top: -1px;
  margin-left: -2px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #6782A3;
  border-top: 1px dashed #6782A3;
  border-left: 1px dashed #6782A3;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  min-height: 400px;
}
@media (max-width: 1200px) {
  .works__config4 {
    margin-left: 1px;
    border: none;
  }
}
@media (max-width: 992px) {
  .works__config4 {
    border: none;
    padding: 80px 0 40px 0;
    margin-right: 0px;
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .works__config4 {
    padding-top: 0px;
  }
}
.works__config5 {
  padding: 80px 0;
  margin-top: -1px;
  margin-left: 8px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #6782A3;
  border-top: 1px dashed #6782A3;
  border-left: 1px dashed #6782A3;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
}
@media (max-width: 1200px) {
  .works__config5 {
    border: none;
    padding: 80px 0 40px 0;
    margin-right: 0px;
  }
}
.works__config6 {
  padding: 80px 0 0 0;
  margin-top: -1px;
  margin-left: -5px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #6782A3;
  border-top: 1px dashed #6782A3;
  border-left: 1px dashed #6782A3;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  min-height: 450px;
}
@media (max-width: 1200px) {
  .works__config6 {
    margin-top: -87px;
    margin-left: -2px;
    border: none;
    margin-top: 0px;
  }
}
@media (max-width: 992px) {
  .works__config6 {
    border: none;
    padding: 80px 0 40px 0;
    margin-right: 0px;
    min-height: auto;
    margin-top: 0px;
  }
}
.works__config7 {
  padding: 80px 0 0 0;
  margin-left: 39px;
  margin-top: -1px;
  border-top: 1px dashed #6782A3;
  border-right: 1px dashed #6782A3;
  border-bottom: 1px dashed #6782A3;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 450px;
}
@media (max-width: 1200px) {
  .works__config7 {
    margin-left: 39px;
    border: none;
  }
}
@media (max-width: 992px) {
  .works__config7 {
    border: none;
    padding: 10px 0 60px 0;
    margin-left: 0px;
    min-height: auto;
  }
}
.works__config8 {
  padding: 80px 50px 0 0;
  margin-top: -1px;
  margin-left: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #6782A3;
  border-right: 1px dashed #6782A3;
  border-top-right-radius: 30px;
}
@media (max-width: 1200px) {
  .works__config8 {
    margin-left: 46px;
    border: none;
  }
}
@media (max-width: 992px) {
  .works__config8 {
    border: none;
    padding: 20px 0 60px 0;
    margin-left: 0px;
    min-height: auto;
  }
}
.works__border-small {
  border-right: 1px dashed #6782A3;
  border-top: 1px dashed #6782A3;
  height: 90px;
  width: 30px;
  position: absolute;
  top: -0.5px;
  right: 13px;
  border-top-right-radius: 30px;
}
@media (max-width: 1200px) {
  .works__border-small {
    border: none;
  }
}
.works__content {
  padding: 0 0 82px 0;
  margin-top: 80px;
  margin-right: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #6782A3;
  border-left: 1px dashed #6782A3;
  border-bottom-left-radius: 30px;
}
@media (max-width: 1200px) {
  .works__content {
    border: none;
    padding: 0 0 10px 0;
  }
}
.works__content2 {
  padding: 80px 0 0 0;
  margin-left: 37px;
  margin-top: -1px;
  border-top: 1px dashed #6782A3;
  border-right: 1px dashed #6782A3;
  border-bottom: 1px dashed #6782A3;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 330px;
}
@media (max-width: 1200px) {
  .works__content2 {
    border: none;
    padding: 10px 0 60px 0;
    min-height: auto;
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .works__content2 {
    margin-top: 0px;
  }
}
.works__content3 {
  padding: 0;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .works__content3 {
    padding: 0 0 10px 0;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .works__content3 {
    margin-top: 50px;
  }
}
.works__content4 {
  padding: 80px 0 0 0;
  margin-top: -1px;
  margin-left: 8px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #6782A3;
  border-top: 1px dashed #6782A3;
  border-left: 1px dashed #6782A3;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .works__content4 {
    border: none;
    padding: 80px 0 0 0;
    min-height: auto;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .works__content4 {
    margin-bottom: 20px;
  }
}
.works__content5 {
  padding: 80px 50px 0 0;
  margin-top: -1px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #6782A3;
  border-right: 1px dashed #6782A3;
  border-top-right-radius: 30px;
}
@media (max-width: 1200px) {
  .works__content5 {
    border: none;
    padding: 20px 0 60px 0;
    margin-left: 0;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .works__content5 {
    margin-top: 0px;
  }
}
.works__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 370px;
}
.works__image2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 260px;
}
.works__number {
  width: 74px;
  height: 40px;
  border-radius: 20px;
  background-color: #009CB7;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .works__number {
    margin-left: 15px;
  }
}
.works__step {
  height: 40px;
  border-radius: 20px;
  min-width: 110px;
  background: #DDFAFF !important;
  color: #009CB7 !important;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .works__step {
    margin-left: 15px;
  }
}
.works__step-white {
  height: 40px;
  border-radius: 20px;
  min-width: 110px;
  background: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .works__step-white {
    margin-left: 15px;
  }
}
.works__step2 {
  height: 40px;
  border-radius: 20px;
  min-width: 110px;
  background: #009CB7 !important;
  color: #ffffff !important;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .works__step2 {
    margin-left: 15px;
  }
}
.works__number-bg {
  margin-left: -35px;
  margin-right: 15px;
  background-color: #ffffff;
  height: 120px;
  margin-top: -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .works__number-bg {
    margin-left: 0;
  }
}
.works__number-bg2 {
  margin-left: -66px;
  margin-right: 15px;
  background-color: #ffffff;
  height: 120px;
  margin-top: -36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .works__number-bg2 {
    margin-left: 0;
  }
}
.works__number-bg-step {
  margin-left: -50px;
  margin-right: 15px;
  background-color: none !important;
  height: 120px;
  margin-top: -44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .works__number-bg-step {
    margin-left: 0;
  }
}
.works__number-bg-step2 {
  margin-left: -85px;
  margin-right: 15px;
  background-color: none !important;
  height: 120px;
  margin-top: -36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .works__number-bg-step2 {
    margin-left: 0;
  }
}
.works__number-bg-step3 {
  margin-left: -85px;
  margin-right: 15px;
  background-color: none !important;
  height: 320px;
  margin-top: -25px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .works__number-bg-step3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .works__number-bg-step3 {
    height: 120px;
  }
}
.works__number-bg3 {
  margin-left: -66px;
  margin-right: 15px;
  background-color: #ffffff;
  height: 320px;
  margin-top: -25px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .works__number-bg3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .works__number-bg3 {
    height: 200px;
  }
}
.works__text {
  font-size: 30px !important;
  line-height: 38px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: 200;
  text-transform: lowercase;
}
.works__text::first-letter {
  text-transform: capitalize;
}
.works__subtext {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 345px;
}
.works__subtext2 {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 400px;
}
.works__info-text {
  color: #009CB7;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}

.how-works__main-title {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  text-align: center;
  max-width: 853px;
}
@media (max-width: 480px) {
  .how-works__main-title {
    font-size: 30px !important;
    line-height: 35px;
  }
}
.how-works__text {
  font-size: 30px !important;
  line-height: 38px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 600;
  text-transform: lowercase;
}
.how-works__text::first-letter {
  text-transform: capitalize;
}
@media (max-width: 480px) {
  .how-works__text {
    font-size: 22px !important;
    line-height: 28px;
  }
}
.how-works__subtext2 {
  color: #1A5261;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 450px;
}
.how-works__active-icon {
  margin-top: -35px;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .how-works__active-icon {
    margin-top: 100px;
  }
}

.deposit-assets__main-title {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  text-align: center;
}
.deposit-assets__title {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 114.286% */
}
.deposit-assets__subtitle {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  max-width: 800px;
}
.deposit-assets__text {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 560px;
}
.deposit-assets__devider {
  width: 100%;
  border: 1px dashed #6A8493;
  margin-top: 100px;
  margin-bottom: 100px;
}
.deposit-assets__dotted-line {
  border-left: 1px dashed #6A8493;
  height: 100%;
  position: absolute;
  left: 13px;
  top: 30px;
}
.deposit-assets__dotted-line2 {
  border-left: 1px dashed #ffffff;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 30px;
}
.deposit-assets__dotted-line3 {
  border-left: 1px dashed #ffffff;
  height: 87%;
  position: absolute;
  left: 14px;
  top: 30px;
}

.escrow__image-box {
  margin-top: -30px;
  max-width: 513px;
  min-width: 513px;
  margin-right: 0px;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .escrow__image-box {
    margin-top: 0px;
    overflow: hidden;
    min-width: 100%;
  }
}
.escrow__image {
  margin-left: -150px;
  min-width: 300px;
  max-height: 712px;
}
@media (max-width: 992px) {
  .escrow__image {
    min-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .escrow__image {
    min-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 30px;
  }
}
.escrow__content {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .escrow__content {
    margin-left: 0px;
  }
}
.escrow__content-bg {
  min-height: 750px !important;
  background: url("https://bala-alex.github.io/images/landing/escrow-role-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 200px;
  padding-bottom: 300px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .escrow__content-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.escrow__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 413px;
  text-align: start;
}
.escrow__subtitle {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  max-width: 338px;
  font-family: "Mulish", sans-serif;
  text-align: start;
}
.escrow__subtext {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: start;
  max-width: 353px;
}
.escrow__icon {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-right: 38px;
}

.escrow2__image {
  width: 766px;
  height: 547px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: -100px;
}
@media (max-width: 1200px) {
  .escrow2__image {
    margin-left: 15px;
    height: 100%;
    width: 100%;
  }
}
.escrow2__content {
  margin-left: auto;
}
@media (max-width: 1200px) {
  .escrow2__content {
    margin-left: 0px;
  }
}
.escrow2__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.escrow2__subtitle {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: end;
}
.escrow2__subtext {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: end;
  max-width: 351px;
}
.escrow2__icon {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}

.escrow3__title {
  font-size: 45px !important;
  line-height: 55px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  max-width: 465px;
}
.escrow3__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 30px;
  max-width: 438px;
  font-family: "Mulish", sans-serif;
}
.escrow3__link {
  color: #009CB7;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 200px;
  text-decoration: underline !important;
}
.escrow3__link:hover {
  opacity: 0.8;
  color: #009CB7;
  cursor: pointer;
}
.escrow3__box1 {
  border-radius: 8px;
  border: 1px solid rgba(51, 51, 51, 0.08);
  -webkit-box-shadow: 3px 3px 10px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 3px 3px 10px 0px rgba(51, 51, 51, 0.1);
  min-height: 125px;
  width: 208px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
}
.escrow3__box2 {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 24px 0px rgba(37, 38, 94, 0.1);
  box-shadow: 0px 4px 24px 0px rgba(37, 38, 94, 0.1);
  height: 391px;
  max-width: 326px;
  min-width: 260px;
  padding: 32px;
  border-top: 6px solid #009CB7;
  pointer-events: none;
}
.escrow3__icon {
  width: 50px;
  height: 50px;
}
.escrow3__number {
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
  letter-spacing: -0.6px;
  font-family: "Rubik", sans-serif;
}
.escrow3__subtext {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
  font-family: "Rubik", sans-serif;
}
.escrow3__text {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
}

.verification__container {
  background: #F9FCFF;
  border-radius: 25px;
  min-height: 960px !important;
  max-width: 1320px;
  width: 100%;
  padding: 100px 80px 100px;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}
@media (max-width: 1200px) {
  .verification__container {
    width: 90%;
    padding: 50px 15px 50px;
  }
}
.verification__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: right;
}
.verification__add-on {
  font-size: 20px !important;
  line-height: 25px;
  font-family: "Mulish", sans-serif;
  color: #F7FBFF;
  font-weight: 700;
  letter-spacing: -0.42px;
  text-align: center;
  height: 45px;
  min-width: 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #65A2FD;
  border-radius: 10px;
  padding: 10px 20px;
}
.verification__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  max-width: 552px;
  font-family: "Mulish", sans-serif;
  text-align: right;
}
.verification__title4 {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
}
.verification__subtitle4 {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  max-width: 552px;
  font-family: "Mulish", sans-serif;
}
.verification__title3 {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 535px;
  text-align: end;
  margin-left: auto;
}
.verification__subtitle3 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: end;
  max-width: 535px;
}
.verification__title2 {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
}
.verification__text {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
  min-height: 80px;
}
@media (max-width: 992px) {
  .verification__text {
    min-height: auto;
  }
}
.verification__text2 {
  color: #00384B;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
}
.verification__image {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}
.verification__devider {
  border-bottom: 1px solid #6782A3;
  padding-bottom: 80px;
  margin-bottom: 80px;
}
.verification__link {
  color: #009CB7;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
}
.verification__link:hover {
  color: #009CB7;
  text-decoration: none;
  opacity: 0.8;
}
.verification__icon {
  width: 40px;
  height: 40px;
}
@media (max-width: 992px) {
  .verification__icon {
    margin-top: 50px;
  }
}
.verification__guide {
  margin-top: -65px;
  margin-bottom: 100px;
}

.guide__bg {
  background: url("https://bala-alex.github.io/images/homepage/guide-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  border-radius: 16px;
}
.guide__bg-security {
  background: url("https://bala-alex.github.io/images/homepage/security-background.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding: 50px 0px;
}
.guide__content {
  min-height: 317px !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 90px;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .guide__content {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.guide__content2 {
  min-height: 500px !important;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .guide__content2 {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.guide__title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.2px;
  max-width: 547px;
  line-height: 34px;
}
.guide__subtitle {
  color: #FBFBFB;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 410px;
}
.guide__title2 {
  font-size: 42px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.2px;
  max-width: 547px;
  line-height: 42px;
}
.guide__subtitle2 {
  color: #00384B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 570px;
}
.guide__image {
  height: 291px;
  width: 206px;
  -webkit-box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.21);
  margin-bottom: -100px;
  margin-top: 20px;
}
@media (max-width: 992px) {
  .guide__image {
    margin-top: 50px;
  }
}
.guide__image2 {
  max-width: 420px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .guide__image2 {
    margin-top: 50px;
    max-width: 300px;
  }
}
.guide__image3 {
  max-width: 250px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .guide__image3 {
    margin-top: 50px;
    max-width: 300px;
  }
}

.integration__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
  margin-bottom: 30px;
}
.integration__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 852px;
  text-align: center;
}
.integration__subtext {
  color: #6782A3;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.integration__subtext a {
  color: #009CB7;
}

.people__section-container {
  max-width: 1320px;
  border-radius: 25px;
  background-color: #F9FCFF;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  padding: 90px 0;
}
.people__guide-spacing {
  padding: 100px 0 150px;
}
.people__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
  margin-bottom: 30px;
}
.people__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 974px;
  text-align: center;
}
.people__section {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.people__section-col {
  max-width: 370px;
  min-height: 320px;
  background: #ffffff;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  border-radius: 20px;
  padding: 25px;
  margin-top: 30px;
}
.people__section-col2 {
  max-width: 370px;
  min-height: 280px;
  background: #ffffff;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  border-radius: 20px;
  padding: 25px;
  margin-top: 30px;
}
.people__section-col3 {
  max-width: 370px;
  width: 100%;
  min-height: 400px;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  border-radius: 20px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.people__section-title {
  color: #00384B;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  max-width: 311px;
  margin-bottom: 10px;
}
.people__section-subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
}
.people__section-subtitle2 {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 330px;
}
.people__section-text {
  color: #00384B;
  font-size: 16px;
  font-weight: 200;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.people__section-text a {
  color: #009CB7;
  text-decoration: none;
  font-weight: 700;
}
.people__section-image {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
}

.automated__container {
  max-width: 1320px;
  min-height: 690px;
  border-radius: 25px;
  background-color: #F9FCFF;
  padding: 90px 0;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}
.automated__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
}
.automated__subtitle {
  color: #48748C;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 32px;
  max-width: 540px;
  font-family: "Mulish", sans-serif;
}
.automated__subtext {
  color: #00384B;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
}
.automated__text {
  color: #00384B;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: right;
}
.automated__image {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}

.clients__image {
  width: 184px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 992px) {
  .clients__image {
    width: 100%;
    height: 200px;
  }
}
.clients__content-bg {
  min-height: 850px !important;
  background: linear-gradient(167.51deg, #4781D9 6.57%, #245CB0 98.55%);
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  .clients__content-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.clients__content-bg2 {
  min-height: 750px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F9FF), to(#F7FBFF));
  background: linear-gradient(180deg, #F2F9FF 0%, #F7FBFF 100%);
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 992px) {
  .clients__content-bg2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.clients__content-bg3 {
  min-height: 850px !important;
  background: linear-gradient(167.51deg, #255DB1 6.57%, #224983 98.55%);
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  .clients__content-bg3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.clients__section-image {
  height: 80px;
  margin: 30px 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.clients__section-image2 {
  width: 130px;
  height: 130px;
  margin: 30px 30px 0px 0px;
}
@media (max-width: 767px) {
  .clients__section-image2 {
    margin: 10px;
  }
}
.clients__section-title {
  color: #003543;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.clients__section-subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  max-width: 303px;
}
.clients__section-title2 {
  color: #00384B;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.clients__section-subtitle2 {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  line-height: 27px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  max-width: 303px;
}
.clients__content-image {
  height: 70px;
  margin: 30px 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.clients__content-title {
  color: #ffffff;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.clients__content-subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 360px;
}
.clients__content-line {
  width: 100%;
  border: 1px dashed #F3F6FC;
  margin-right: -30px;
}
@media (max-width: 992px) {
  .clients__content-line {
    display: none;
  }
}
.clients__content-line2 {
  width: 100%;
  border: 1px dashed #6A8493;
  margin-right: -30px;
}
@media (max-width: 992px) {
  .clients__content-line2 {
    display: none;
  }
}
.clients__bg-left {
  position: absolute;
  bottom: 0px;
  left: 0;
  max-width: 700px;
}
@media (max-width: 992px) {
  .clients__bg-left {
    max-width: 40%;
  }
}
.clients__bg-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 500px;
}
@media (max-width: 992px) {
  .clients__bg-right {
    max-width: 30%;
  }
}
.clients__bg-left2 {
  position: absolute;
  bottom: 0px;
  left: 0;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .clients__bg-left2 {
    max-width: 30%;
  }
}
.clients__bg-right2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .clients__bg-right2 {
    max-width: 20%;
  }
}
.clients__bg-right3 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .clients__bg-right3 {
    max-width: 40%;
  }
}
.clients__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
  margin-bottom: 30px;
}
.clients__subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.clients__box-title {
  color: #009CB7;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
}
.clients__item-box {
  max-width: 370px;
  min-height: 410px;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  border-radius: 20px;
  padding: 25px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clients__item-box2 {
  max-width: 570px;
  min-height: 310px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5FAFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5FAFF 100%);
  -webkit-box-shadow: 0px 8px 20px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 8px 20px rgba(0, 90, 109, 0.1);
  border-radius: 20px;
  padding: 25px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .clients__item-box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.clients__box-subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 660px;
}
.clients__info-text {
  color: #009CB7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.clients__integrations-image {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 900px;
}
.clients__box {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  height: 200px;
  max-width: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .clients__box {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.security__container {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 643px !important;
  width: 1257px;
  padding: 80px;
}
@media (max-width: 1200px) {
  .security__container {
    width: 90%;
    padding: 20px;
  }
}
.security__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: center;
}
.security__title2 {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
}
.security__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
  min-height: 160px;
}
.security__icon {
  width: 32px;
  height: 32px;
}

.mentions__title {
  font-size: 44px !important;
  font-weight: 200;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  letter-spacing: -0.42px;
}
.mentions__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 280px;
}
.mentions__text {
  color: #1A5261;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  min-height: 150px;
}
.mentions__top-left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .mentions__top-left {
    max-width: 30%;
  }
}
.mentions__bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .mentions__bottom-right {
    max-width: 30%;
  }
}
.mentions__bottom-left-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .mentions__bottom-left-corner {
    max-width: 30%;
  }
}
.mentions__top-right-corner {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .mentions__top-right-corner {
    max-width: 30%;
  }
}
.mentions__top-left-corner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .mentions__top-left-corner {
    max-width: 30%;
  }
}
.mentions__box {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  min-height: 340px;
  max-width: 370px;
  padding: 25px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .mentions__box {
    margin-top: 50px;
  }
}
.mentions__box2 {
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.0509803922);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.0509803922);
  border-radius: 20px;
  min-height: 650px;
  max-width: 600px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .mentions__box2 {
    margin-top: 50px;
  }
}
.mentions__box-bg-green {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(246, 253, 254, 0)), color-stop(123.86%, #ECFDFF));
  background: linear-gradient(180deg, rgba(246, 253, 254, 0) 0%, #ECFDFF 123.86%);
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .mentions__box-bg-green {
    padding: 0 20px;
  }
}
.mentions__box-bg-blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(123.86%, #EAF4FF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #EAF4FF 123.86%);
  min-height: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .mentions__box-bg-blue {
    padding: 0 20px;
  }
}
.mentions__box-title {
  color: #1A5261;
  font-size: 35px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
}
.mentions__box-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
}
.mentions__box-subtext {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
}
.mentions__box-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-top: 5px;
}
.mentions__box-image {
  max-width: 160px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: -45px;
}
@media (max-width: 992px) {
  .mentions__box-image {
    max-width: 100px;
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  .mentions__box-image {
    max-width: 100px;
    margin-bottom: -100px;
  }
}
.mentions__box-content {
  padding: 40px;
}
@media (max-width: 767px) {
  .mentions__box-content {
    padding: 40px 15px;
  }
}
.mentions__box-second {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  min-height: 360px;
  max-width: 370px;
  padding: 32px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .mentions__box-second {
    margin-top: -20px;
  }
}
.mentions__box-negative {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  min-height: 300px;
  max-width: 370px;
  padding: 32px;
  margin-top: 35px;
  margin-bottom: -150px;
}
@media (max-width: 992px) {
  .mentions__box-negative {
    margin-bottom: -40px;
  }
}
.mentions__icon {
  height: 22px;
  width: 28px;
}
.mentions__logo {
  height: 55px;
  max-width: 170px;
  margin-top: 15px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.mentions__link {
  font-weight: bold;
  font-size: 18px !important;
  line-height: 30px;
  text-decoration: underline;
  color: #009CB7;
  text-transform: lowercase !important;
  font-family: "Mulish", sans-serif;
}
.mentions__link:hover {
  color: #009CB7;
}
.mentions__link::first-letter {
  text-transform: capitalize;
}

.demo__bg {
  min-height: 540px !important;
  background: url("https://bala-alex.github.io/images/landing/book-demo-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 90px;
  padding-bottom: 40px;
}
.demo__title {
  font-size: 60px !important;
  font-family: "Mulish", sans-serif;
  color: #003543;
  font-weight: 200;
  letter-spacing: -1px;
  line-height: 70px;
}
.demo__subtitle {
  color: #48748C;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 582px;
}
.demo__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
  max-width: 430px;
}

.software {
  overflow: hidden;
}
.software__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 200;
  letter-spacing: -0.42px;
  max-width: 434px;
}
.software__subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 504px;
}
.software__content {
  background-size: 100%;
}
.software__bg {
  min-height: 440px !important;
  background: url("https://bala-alex.github.io/images/homepage/guide-background2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 40px;
  padding-bottom: 40px;
}
.software__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
  margin-top: 20px;
  max-width: 470px;
}

.footer__text {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 32px;
  text-transform: lowercase;
}
.footer__text a {
  color: #1A5261;
}
.footer__text::first-letter {
  text-transform: capitalize !important;
}
@media (max-width: 767px) {
  .footer__text {
    margin-top: 30px !important;
  }
}
.footer__text2 {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 32px;
}
.footer__text2 a {
  color: #009CB7;
}
.footer__subtitle {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 20px;
  max-width: 206px;
}
.footer__devider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #D9E0E4;
  padding-top: 20px;
}
.footer__subtext {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #6A8493;
  letter-spacing: 0px;
  line-height: 18px;
  margin-bottom: 12px;
}
.footer__subtext:hover {
  color: #009CB7;
  opacity: 0.9;
  text-decoration: none;
}

.vertical-tabs {
  /*-----------Vertical tabs-----------*/
  /*-----------Accordion styles-----------*/
  /*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
}
.vertical-tabs ul.resp-tabs-list, .vertical-tabs p {
  margin: 0px;
  padding: 0px;
}
.vertical-tabs .tabs-title {
  display: none !important;
}
.vertical-tabs .resp-tabs-list li {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
  padding: 13px 15px;
  margin: 0 4px 0 0;
  list-style: none;
  cursor: pointer;
}
.vertical-tabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}
.vertical-tabs h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}
.vertical-tabs .resp-tab-content {
  display: none;
  padding: 15px;
}
.vertical-tabs .resp-tab-active {
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}
.vertical-tabs .resp-tab-active h3 {
  color: #009CB7 !important;
}
.vertical-tabs .resp-tab-active p {
  opacity: 1 !important;
  height: auto !important;
}
.vertical-tabs .resp-tab-active {
  border-bottom: none;
  background-color: #FAFAFA !important;
}
.vertical-tabs .resp-content-active, .vertical-tabs .resp-accordion-active {
  display: block;
}
.vertical-tabs .resp-tab-content {
  border: none;
}
.vertical-tabs h2.resp-accordion {
  font-size: 13px;
  margin: 0px;
  padding: 10px 15px;
}
.vertical-tabs h2.resp-tab-active {
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
}
.vertical-tabs h2.resp-tab-title:last-child {
  background: blue;
}
.vertical-tabs .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 40%;
}
.vertical-tabs .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
.vertical-tabs .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: transparent;
  border: none;
  float: left;
  width: 58%;
  min-height: 250px;
  border-radius: 0px;
  clear: none;
}
.vertical-tabs .resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
.vertical-tabs .resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  margin-bottom: 4px !important;
}
.vertical-tabs .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
}
.vertical-tabs h2.resp-tab-active span.resp-arrow {
  border: none;
}
.vertical-tabs .resp-tab-item {
  text-align: right;
  background-color: #FAFAFA !important;
}
.vertical-tabs .resp-tab-item p {
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  opacity: 0;
  height: 0;
}
.vertical-tabs h2.resp-tab-active {
  background: transparent; /* !important;*/
}
.vertical-tabs .resp-easy-accordion h2.resp-accordion {
  display: block;
}
.vertical-tabs .resp-easy-accordion .resp-tab-content {
  border: none;
}
.vertical-tabs .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid transparent; /* !important;*/
}
.vertical-tabs .resp-jfit {
  width: 100%;
  margin: 0px;
}
.vertical-tabs .resp-tab-content-active {
  display: block;
}
.vertical-tabs h2.resp-accordion:first-child {
  border: none !important;
}
@media only screen and (max-width: 768px) {
  .vertical-tabs ul.resp-tabs-list {
    display: none;
  }
  .vertical-tabs .tabs-title {
    display: block !important;
  }
  .vertical-tabs h2.resp-accordion {
    display: block;
    background-color: #FAFAFA !important;
  }
  .vertical-tabs .resp-vtabs .resp-tab-content {
    border: 1px solid transparent !important;
  }
  .vertical-tabs .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .vertical-tabs .resp-accordion-closed {
    display: none !important;
  }
  .vertical-tabs .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid transparent !important;
  }
}

.features .header {
  overflow: hidden;
}
.features .header__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.features .header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 702px;
  text-align: center;
}
.features .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.features .header__bg {
  min-height: 490px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 180px;
}
.features .header__bg2 {
  min-height: 600px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 300px;
}
.features .header__screen {
  width: 100%;
  height: 100%;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -140px;
}
.features .solutions__main-title {
  font-size: 44px !important;
  line-height: 55px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.features .solutions__main-subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 700px;
  text-align: center;
}
.features .solutions__large-bg {
  min-height: 900px !important;
  background: url("https://bala-alex.github.io/images/features-page/solutions-large-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 200px;
  padding-bottom: 300px;
  margin-top: -160px;
}
@media (max-width: 992px) {
  .features .solutions__large-bg {
    padding-bottom: 200px;
  }
}
.features .solutions__title {
  font-size: 28px !important;
  line-height: 35px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  max-width: 344px;
}
@media (max-width: 992px) {
  .features .solutions__title {
    margin-top: 40px;
  }
}
.features .solutions__title-fade {
  font-size: 28px !important;
  line-height: 35px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: 200;
  max-width: 344px;
  margin-left: auto;
  text-align: end;
}
@media (max-width: 992px) {
  .features .solutions__title-fade {
    margin-top: 40px;
  }
}
.features .solutions__icon {
  width: 42px;
  height: 42px;
  margin-right: 25px;
}
.features .solutions__icon-fade {
  width: 42px;
  height: 42px;
  margin-left: 25px;
}
.features .solutions__subtitle {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
}
.features .solutions__subtext {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
  max-width: 311px;
  letter-spacing: 0px;
  line-height: 28px;
  min-height: 130px;
}
.features .solutions__subtitle-fade {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  text-align: end;
}
.features .solutions__subtext-fade {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #9AABBF;
  font-weight: normal;
  max-width: 311px;
  letter-spacing: 0px;
  line-height: 28px;
  min-height: 130px;
  text-align: end;
}
.features .solutions__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 992px) {
  .features .solutions__center {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .features .solutions__center {
    display: none;
  }
}
.features .solutions__center-dot {
  width: 10px;
  height: 10px;
  background-color: #E6EAEF;
  border-radius: 30px;
}
.features .solutions__center-dot2 {
  width: 10px;
  height: 10px;
  background-color: #009CB7;
  border-radius: 30px;
}
.features .solutions__center-dot-yellow {
  width: 10px;
  height: 10px;
  background-color: #FFD12D;
  border-radius: 30px;
}
.features .solutions__center-line {
  width: 1px;
  height: 640px;
  background-color: #BACADC;
}
.features .advantages__section-container {
  max-width: 1320px;
  min-height: 690px;
  border-radius: 25px;
  background-color: #F9FCFF;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  padding: 90px 0;
}
.features .advantages__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
  margin-bottom: 30px;
}
.features .advantages__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 610px;
  text-align: center;
}
.features .advantages__section {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}
.features .advantages__section-col {
  max-width: 370px;
  min-height: 250px;
  background: #ffffff;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  border-radius: 20px;
  padding: 25px;
  margin-top: 30px;
}
.features .advantages__section-title {
  color: #00384B;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.features .advantages__section-subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
}
.features .advantages__section-text {
  color: #00384B;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.features .advantages__section-text a {
  color: #009CB7;
  text-decoration: none;
  font-weight: 600;
}
.features .advantages__section-image {
  width: 30px;
  height: 30px;
  margin-bottom: 16px;
}
.features .attributes__container {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 643px !important;
  width: 1257px;
  padding: 80px;
  margin-top: -250px;
}
@media (max-width: 1200px) {
  .features .attributes__container {
    width: 90%;
    padding: 20px;
    margin-top: 50px;
  }
}
.features .attributes__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: center;
}
.features .attributes__subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 706px;
  text-align: center;
}
.features .attributes__title2 {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
}
.features .attributes__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
  min-height: 170px;
}
.features .attributes__icon {
  width: 32px;
  height: 32px;
}
.features .management__container {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 643px !important;
  width: 1257px;
  padding: 80px;
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .features .management__container {
    width: 90%;
    padding: 20px;
  }
}
.features .management__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 541px;
  text-align: right;
}
.features .management__subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  max-width: 514px;
  font-family: "Mulish", sans-serif;
  text-align: right;
}
.features .management__title2 {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
}
.features .management__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
  min-height: 170px;
}
.features .management__icon {
  width: 32px;
  height: 32px;
}
.features .sample__box {
  background-color: #ffffff;
  border-radius: 16px;
  margin: 15px;
  -webkit-box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  padding: 0px;
  overflow: hidden;
  width: 1159px;
}
@media (max-width: 1200px) {
  .features .sample__box {
    width: 90%;
    padding: 20px;
  }
}
.features .sample__bg-top {
  background: url("https://bala-alex.github.io/images/features/sample-bg@3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  height: 150px;
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .features .sample__bg-top {
    height: 180px;
  }
}
.features .sample__content {
  margin-top: -65px;
  margin-left: 100px;
}
@media (max-width: 992px) {
  .features .sample__content {
    margin-left: 15px;
    margin-top: -95px;
  }
}
.features .sample__title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 34px;
}
.features .sample__subtitle {
  color: #333333;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  max-width: 410px;
  margin-top: 70px;
}
.features .sample__image {
  height: 260px;
  width: 173px;
}

.integrations .header__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.integrations .header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 702px;
  text-align: center;
}
.integrations .header__subtitle a {
  color: #009CB7 !important;
  text-decoration: underline;
}
.integrations .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.integrations .header__bg {
  min-height: 457px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
.integrations .cont {
  width: 100%;
}
.integrations .container2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.integrations .container2 ul.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  list-style-type: none;
}
@media (max-width: 767px) {
  .integrations .container2 ul.list {
    padding-left: 15px;
  }
}
.integrations .container2 li {
  margin: 5px;
}
.integrations .active {
  color: #ffffff !important;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7 !important;
  border-radius: 25px !important;
  padding: 0 30px;
  margin: 10px !important;
}
.integrations ul.pagination {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.integrations ul.pagination,
.integrations ul.pagination * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.integrations ul.pagination a {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
.integrations ul.pagination a.disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: not-allowed;
}
.integrations ul.pagination a.current {
  background: #f3f3f3;
}
.integrations ul.pagination a.page {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.1);
  height: 36px;
  width: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: white;
  color: #8798ad;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 5px;
  position: relative;
}
.integrations ul.pagination a.page:active {
  top: 1px;
  background: red;
}
.integrations ul.pagination a.page:focus {
  background: #7f7f7f;
}
.integrations ul.pagination li.active {
  background-color: #ffffff !important;
  color: #009CB7;
}
.integrations ul.pagination li.active a.page {
  background: #FAFAFA;
  color: #009CB7;
}
.integrations ul.pagination .active {
  color: #009CB7 !important;
  background-color: #ffffff !important;
  border-bottom: none !important;
}
.integrations .service__input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 49px;
  width: 450px;
}
@media (max-width: 992px) {
  .integrations .service__input {
    width: 350px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .integrations .service__input {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.integrations .service__input-form {
  -webkit-box-shadow: 0px 3px 12px rgba(64, 120, 186, 0.15) !important;
  box-shadow: 0px 3px 12px rgba(64, 120, 186, 0.15) !important;
  border-radius: 25px !important;
  background-color: #ffffff;
  overflow: hidden;
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  font-family: "Mulish";
}
.integrations .service__input-form:focus {
  border: 1px solid #009CB7 !important;
}
.integrations .service__input-form::-webkit-input-placeholder {
  color: #6782A3;
  font-size: 16px;
  opacity: 0.5;
}
.integrations .service__input-form::-moz-placeholder {
  color: #6782A3;
  font-size: 16px;
  opacity: 0.5;
}
.integrations .service__input-form:-ms-input-placeholder {
  color: #6782A3;
  font-size: 16px;
  opacity: 0.5;
}
.integrations .service__input-form::-ms-input-placeholder {
  color: #6782A3;
  font-size: 16px;
  opacity: 0.5;
}
.integrations .service__input-form::placeholder {
  color: #6782A3;
  font-size: 16px;
  opacity: 0.5;
}
.integrations .service__box {
  min-height: 410px;
  max-width: 302px;
  min-width: 302px;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  padding: 15px;
  margin: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.integrations .service__box:hover {
  border: 1px solid #009CB7;
}
@media (max-width: 767px) {
  .integrations .service__box {
    max-width: 260px;
    min-width: 260px;
  }
}
@media (max-width: 480px) {
  .integrations .service__box {
    max-width: 230px;
    min-width: 230px;
  }
}
.integrations .service__box2 {
  min-height: 150px;
  max-width: 302px;
  min-width: 302px;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  padding: 15px;
  margin: 15px;
  text-decoration: none;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.integrations .service__box2:hover {
  border: 1px solid #009CB7;
}
@media (max-width: 480px) {
  .integrations .service__box2 {
    max-width: 260px;
    min-width: 260px;
  }
}
.integrations .service__image {
  height: 85px;
}
.integrations .service__search {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 38px;
  margin-left: -130px;
  top: 6px;
  z-index: 999;
  background-color: #ffffff;
}
.integrations .service__image-box {
  background: #ffffff;
  border-radius: 10px;
  height: 103px;
  width: 254px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0px;
}
@media (max-width: 1200px) {
  .integrations .service__image-box {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .integrations .service__image-box {
    width: 254px;
  }
}
@media (max-width: 480px) {
  .integrations .service__image-box {
    width: 210px;
  }
}
.integrations .service__image-box img {
  height: 80px;
  width: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}
.integrations .service__image-box2 {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.08);
  box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.08);
  height: 180px;
  width: 387px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -80px;
}
.integrations .service__title {
  font-size: 24px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: 0px;
  margin-top: 10px;
  text-align: center;
}
.integrations .service__title2 {
  font-size: 24px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0px;
  margin-top: 10px;
  text-align: center;
}
.integrations .service__title2 span {
  font-weight: 400;
}
.integrations .service__subtitle {
  color: #6782A3;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  text-align: center;
  max-width: 254px;
  margin-top: 15px;
  font-family: "Mulish", sans-serif;
}
.integrations .service__name {
  font-size: 18px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  margin-top: 20px;
  text-align: center;
}
.integrations .sidebar__title {
  color: #333333;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.16px;
  line-height: 28px;
}
.integrations .sidebar__container {
  max-width: 310px;
  min-height: 580px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(46, 91, 255, 0.07);
  box-shadow: 0px 10px 20px 0px rgba(46, 91, 255, 0.07);
  border-radius: 1px;
}
.integrations .steps__main-title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  text-align: center;
}
.integrations .steps__container {
  max-width: 1320px;
  min-height: 1300px;
  border-radius: 25px;
  background-color: #FBFBFB;
  padding: 100px 0;
}
.integrations .steps__content {
  min-height: 300px;
}
.integrations .steps__dash {
  width: 1px;
  height: 300px;
  border-left: 1px dashed #6782A3;
}
.integrations .steps__image {
  width: 182px;
  height: 276px;
  -webkit-box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  border-radius: 10px;
}
.integrations .steps__image2 {
  width: 330px;
  height: 206px;
  -webkit-box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  border-radius: 10px;
}
@media (max-width: 480px) {
  .integrations .steps__image2 {
    width: 90%;
    height: auto;
  }
}
.integrations .steps__image3 {
  width: 270px;
  height: 215px;
  -webkit-box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  border-radius: 10px;
}
.integrations .steps__image4 {
  width: 100%;
  max-width: 420px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.integrations .steps__devider {
  border: 1px dashed #6A8493;
}
.integrations .steps__title {
  font-size: 24px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 700;
  text-align: end;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.integrations .steps__title2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.integrations .steps__subtitle {
  font-size: 20px !important;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 300;
  max-width: 429px;
}
.integrations .steps__subtitle a {
  color: #009CB7;
  text-decoration: none;
  font-weight: 400;
}
.integrations .steps__text {
  font-size: 16px !important;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: 400;
  text-align: center;
}
.integrations .steps__text a {
  color: #009CB7;
  text-decoration: none;
  font-weight: 600;
}
.integrations .steps__desktop {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .integrations .steps__desktop {
    display: none;
  }
}
.integrations .steps__mobile {
  display: none;
}
@media (max-width: 992px) {
  .integrations .steps__mobile {
    display: block;
    margin-top: 100px;
  }
}

.service .header__title {
  font-size: 45px !important;
  line-height: 65px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
}
.service .header__main-title {
  font-size: 22px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: bold;
  letter-spacing: -1px;
  text-align: center;
}
.service .header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 663px;
  text-align: center;
}
.service .header__subtitle2 {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 716px;
  text-align: center;
}
.service .header__devider-small {
  width: 29px;
  height: 1px;
  background-color: #6782A3;
}
.service .header__image {
  margin-top: 80px;
}
.service .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.service .header__bg2 {
  min-height: 450px !important;
  background: url("https://bala-alex.github.io/images/resources-page/resources-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 80px !important;
  padding-bottom: 180px !important;
}
.service .header__image-box2 {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.08);
  box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.08);
  height: 252px;
  width: 423px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .service .header__image-box2 {
    width: 100% !important;
    margin-top: 40px;
  }
}
.service .header__image2 img {
  height: 130px !important;
  width: 130px !important;
  -o-object-fit: contain;
  object-fit: contain;
}
.service .how__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 465px;
  text-align: right;
}
.service .how__subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 438px;
  text-align: right;
}
.service .about__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 544px;
}
.service .about__subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 438px;
}
.service .about__content {
  max-width: 470px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service .about__box {
  width: 173px;
  height: 160px;
  background: #FFFFFF;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service .about__box-header {
  width: 210px;
  height: 210px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  box-shadow: 0px 15px 45px rgba(183, 191, 203, 0.25);
  border-radius: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.service .about__box-logo {
  max-width: 130px;
  max-height: 130px;
}
.service .about__line {
  width: 110px;
  height: 1px;
  border-top: 1px dashed #6782A3;
}

.pricing {
  /* Tooltip styling */
  /* Dynamic horizontal centering */
  /* Dynamic vertical centering */
  /* Tooltip arrow styling/placement */
  /* Dynamic horizontal centering for the tooltip */
  /* Dynamic vertical centering for the tooltip */
  /* Show the tooltip when hovering */
  /* Back to top button */
}
.pricing button.btn-bondi-blue4.valid-plan.-is-selected {
  background-color: #ffffff !important;
  color: #009CB7 !important;
  border: 1px solid #009CB7;
}
.pricing .is-plan-active {
  border: 3px solid #009CB7 !important;
}
.pricing .single.-is-selected,
.pricing .multiple.-is-selected {
  background-color: #EBFCFF;
}
.pricing .single.-is-selected button,
.pricing .multiple.-is-selected button {
  display: block;
}
.pricing .single.-is-selected.-has-extra,
.pricing .multiple.-is-selected.-has-extra {
  background-color: #008199 !important;
}
.pricing .single.-is-selected.-has-extra .btn-yellow-small2.-is-selected,
.pricing .multiple.-is-selected.-has-extra .btn-yellow-small2.-is-selected {
  background-color: #ffffff !important;
}
.pricing .single button,
.pricing .multiple button {
  display: none;
}
.pricing .single button.-is-selected,
.pricing .multiple button.-is-selected {
  background-color: #EBFCFF !important;
  color: #009CB7 !important;
  border: 1px solid #009CB7;
}
.pricing .header {
  overflow: hidden;
}
.pricing .header__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.pricing .header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 702px;
  text-align: center;
}
.pricing .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.pricing .header__bg {
  min-height: 500px !important;
  background: linear-gradient(1.58deg, #F8FBFF 1.71%, #FFFFFF 82.27%) !important;
  padding-top: 160px !important;
  padding-bottom: 160px !important;
  position: relative;
}
.pricing .header__screen {
  width: 100%;
  height: 100%;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -140px;
}
.pricing .pricing-tabs .nav-link {
  background-color: transparent;
  border-bottom: 1px solid #6782A3;
  height: 54px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6782A3;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  z-index: 0;
  text-transform: none;
  border-radius: 0px;
}
.pricing .pricing-tabs .nav-link:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .pricing .pricing-tabs .nav-link {
    margin-top: 20px !important;
  }
}
.pricing .pricing-tabs .nav-link.active {
  border-bottom: 5px solid #009CB7;
  height: 54px;
  width: 300px;
  text-align: center;
  z-index: 99 !important;
  color: #009CB7;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  border-radius: 0px;
}
.pricing .pricing-tabs #pills-home-tab {
  position: relative;
  right: -5px;
}
@media (max-width: 992px) {
  .pricing .pricing-tabs #pills-home-tab {
    right: 0px;
  }
}
.pricing .pricing-tabs #pills-profile-tab {
  position: relative;
  left: 5px;
}
@media (max-width: 992px) {
  .pricing .pricing-tabs #pills-profile-tab {
    left: 0px;
  }
}
.pricing .pricing-tabs .nav-pills {
  margin-top: -150px;
}
@media (max-width: 992px) {
  .pricing .pricing-tabs .nav-pills {
    margin-top: -150px;
  }
}
.pricing .pricing-container {
  max-width: 1320px;
}
.pricing .pricing-container2 {
  max-width: 1400px;
}
.pricing .plan__switch {
  /* Rounded sliders */
}
.pricing .plan__switch .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}
.pricing .plan__switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing .plan__switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing .plan__switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing .plan__switch input:checked + .slider {
  background-color: #2196F3;
}
.pricing .plan__switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #2196F3;
  box-shadow: 0 0 1px #2196F3;
}
.pricing .plan__switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}
.pricing .plan__switch .slider.round {
  border-radius: 34px;
}
.pricing .plan__switch .slider.round:before {
  border-radius: 50%;
}
.pricing .plan__add-ons-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
}
.pricing .plan__add-ons-subtitle {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
}
.pricing .plan__add-ons-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  margin-bottom: 5px;
}
.pricing .plan__add-ons-subtext {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
}
.pricing .plan__add-ons-bg {
  border-radius: 10px;
  border: 1px solid #C0CFE9;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  background-color: #ffffff;
  overflow: hidden;
}
.pricing .plan__checkout-container {
  min-height: 104px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 54, 134, 0.12);
  box-shadow: 0px 0px 15px 0px rgba(0, 54, 134, 0.12);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  display: none;
}
.pricing .plan__checkout-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  color: #6A8493;
}
.pricing .plan__checkout-amount {
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
}
.pricing .plan__checkout-amount span {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
}
.pricing .plan__checkout-amount sup {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  margin-left: 5px;
}
.pricing .plan__checkout-total {
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
}
.pricing .plan__box {
  width: 100%;
  background: #ffffff;
  border: 1px solid #C0CFE9;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  font-family: "Mulish", sans-serif;
}
.pricing .plan__box:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pricing .plan__box .plan__title {
  padding-top: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  text-transform: lowercase;
  margin-bottom: 15px;
}
.pricing .plan__box .plan__title::first-letter {
  text-transform: capitalize;
}
.pricing .plan__box .plan__subtitle {
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: "Mulish", sans-serif;
}
.pricing .plan__box .plan__add-on {
  background: #417BD2;
  -webkit-box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 6px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 8px;
  margin-left: 8px;
  font-family: "Mulish", sans-serif;
}
.pricing .plan__box .plan__badge {
  background: #D3F2F7;
  -webkit-box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 15px;
  min-height: 32px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #00889F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.pricing .plan__box .plan__badge-saas {
  background: -webkit-gradient(linear, left top, right top, color-stop(41.69%, #D3F2F7), color-stop(151.15%, #DDEAFC));
  background: linear-gradient(90deg, #D3F2F7 41.69%, #DDEAFC 151.15%);
  -webkit-box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 15px;
  min-height: 32px;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: #00889F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.pricing .plan__box .form-control {
  background-color: transparent !important;
  border: transparent !important;
  min-height: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0px;
  padding-left: 15px;
}
.pricing .plan__box .form-control:focus-within {
  background-color: #F0FBFD !important;
}
.pricing .plan__box .form-control:active {
  background-color: #F0FBFD !important;
}
.pricing .plan__box input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18px;
  height: 18px;
  border: 0.15em solid #6A8493;
  border-radius: 50%;
  -webkit-transform: translateY(-0.075em);
  -ms-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.pricing .plan__box input[type=radio]::before {
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  /* Windows High Contrast Mode */
  background-image: url("https://bala-alex.github.io/images/pricing-page/icons/check-icon.svg");
  background-repeat: no-repeat;
  -o-object-fit: cover;
  object-fit: cover;
}
.pricing .plan__box input[type=radio]:checked::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #009CB7;
}
.pricing .plan__box .plan__banner {
  top: -36px;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 140px;
  width: 75%;
  text-align: center;
  display: block;
  background-color: #417BD2;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-top: 12px;
  height: 36px;
  padding-right: 20px;
  font-family: "Mulish", sans-serif;
  font-size: 10px;
  font-weight: bold;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
@media (max-width: 767px) {
  .pricing .plan__box .plan__banner {
    top: 0px;
    border-radius: 0 0 10px 10px;
    padding-top: 6px;
    height: 24px;
  }
}
.pricing .plan__box .plan__amount {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 24px;
  color: #1A5261;
}
.pricing .plan__box .plan__amount span {
  font-size: 24px;
}
.pricing .plan__box.-active {
  min-height: auto;
  padding-bottom: 30px;
  margin-top: 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .pricing .plan__box {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.pricing .plan__table-container {
  max-width: 1160px;
}
.pricing .plan__table-main-title {
  font-weight: 200;
  font-size: 42px;
  line-height: 53px;
  color: #00384B;
  font-family: "Mulish", sans-serif;
}
.pricing .plan__table-title {
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #00384B;
  font-family: "Mulish", sans-serif;
  white-space: nowrap;
}
.pricing .plan__table-title-up {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #009CB7;
  font-family: "Mulish", sans-serif;
  white-space: nowrap;
}
.pricing .plan__table-title-down {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #1A5261;
  font-family: "Mulish", sans-serif;
  max-width: 490px;
}
.pricing .plan__table-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #1A5261;
  font-family: "Mulish", sans-serif;
  white-space: nowrap;
}
.pricing .plan__table-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #00384B;
  font-family: "Mulish", sans-serif;
}
.pricing .plan__table-subtext {
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  color: #009CB7;
  font-family: "Mulish", sans-serif;
}
.pricing .plan__header {
  background: url("https://bala-alex.github.io/images/features-page/features-header.webp");
  height: 528px;
  margin-top: 85px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
.pricing .plan__header-title {
  color: #009CB7;
  font-size: 44px;
  font-weight: 200;
  letter-spacing: 0px;
  line-height: 55px;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-bottom: 70px;
  margin-top: -450px;
}
.pricing .plan__divider {
  background-color: #009CB7;
  height: 1px;
  width: 100%;
}
.pricing .plan__title {
  color: #00384B;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 736px;
  text-align: center;
}
.pricing .plan__amount {
  color: #009CB7;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: -0.6px;
  line-height: 48px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.pricing .plan__amount span {
  font-size: 28px;
}
.pricing .plan__amount-large {
  color: #009CB7;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: -0.6px;
  line-height: 48px;
  font-family: "Mulish", sans-serif;
  margin-top: 80px;
  margin-bottom: 100px;
}
.pricing .plan__period {
  color: #1A5261 !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  text-transform: lowercase;
  margin-left: 5px;
  margin-bottom: 0px;
}
.pricing .plan__period2 {
  color: #1A5261 !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  text-transform: lowercase;
  margin-left: 15px !important;
  margin-bottom: 0px;
}
.pricing .plan__devider {
  background-color: #E7EEF5;
  height: 1px;
  width: 90%;
}
.pricing .plan__devider2 {
  border: 1px dashed #6A8493;
  width: 95%;
}
.pricing .plan__fee-text {
  color: #1A5261 !important;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 15px;
  font-family: "Mulish", sans-serif;
  margin-left: 15px;
}
.pricing .plan__fee-amount {
  color: #1A5261;
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  font-family: "Mulish", sans-serif;
}
.pricing .plan__fee-amount sup {
  font-size: 10px;
}
.pricing .plan__fee-amount span {
  font-weight: 400;
  text-decoration: line-through;
}
.pricing .plan__text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0px;
}
.pricing .plan__text span {
  font-weight: bold;
}
.pricing .plan__text-tooltip {
  color: #009CB7;
  font-size: 14px;
  font-weight: normal !important;
  font-family: "Mulish", sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
}
.pricing .plan__content-info {
  width: 100%;
  padding: 0 20px;
  min-height: 220px;
}
.pricing .plan__content-tooltip {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.pricing .plan__content-tooltip .tooltip-text {
  font-weight: 400;
  line-height: 27px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #1A5261;
}
.pricing .plan__see-container {
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pricing .plan__see-item {
  background-color: #F3FDFF;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  color: #009CB7;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.3px;
  margin-right: 15px;
  margin-top: 15px;
}
.pricing .plan__see-item::first-letter {
  text-transform: capitalize;
}
.pricing .plan__see-item:hover {
  background-color: #009CB7;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing .details__main-title {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.pricing .details__title {
  color: #1c3c55;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
}
.pricing .details__text {
  color: #818181;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0px;
  max-width: 272px;
}
.pricing .details__text span {
  font-weight: bold;
}
.pricing .verify__details-box {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 500px;
  width: 100%;
  margin-top: -30px;
  margin-bottom: 50px;
  padding: 60px 30px;
}
@media (max-width: 992px) {
  .pricing .verify__details-box {
    padding: 60px 15px;
    margin-top: 40px;
  }
}
.pricing .verify__details-title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.27px;
  text-align: center;
  max-width: 100%;
}
.pricing .verify__details-subtitle {
  color: #333333;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 26px;
  font-family: "Mulish", sans-serif;
}
.pricing .verify__details-text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 290px;
}
.pricing .verify__container {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 913px !important;
  width: 1257px;
  padding: 60px;
  margin-top: -40px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .pricing .verify__container {
    width: 90%;
    padding: 20px;
  }
}
.pricing .verify__main-text {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: end;
  margin-left: auto;
}
.pricing .verify__main-subtext {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: end;
  max-width: 575px;
}
.pricing .verify__main-subtext span {
  font-size: 14px;
  font-style: italic;
}
.pricing .verify__main-text2 {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
}
@media (max-width: 480px) {
  .pricing .verify__main-text2 {
    font-size: 30px !important;
    line-height: 32px;
  }
}
.pricing .verify__main-subtext2 {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 452px;
}
.pricing .verify__main-title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 413px;
  text-align: end;
  margin-left: auto;
}
.pricing .verify__main-subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: end;
  max-width: 438px;
}
.pricing .verify__main-title2 {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 413px;
}
.pricing .verify__main-subtitle2 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 438px;
}
.pricing .verify__title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 736px;
  text-align: center;
}
.pricing .verify__amount {
  color: #009CB7;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: -0.6px;
  line-height: 48px;
  font-family: "Mulish", sans-serif;
  text-align: center;
  margin-bottom: 0px;
}
.pricing .verify__amount span {
  font-size: 28px;
}
.pricing .verify__period {
  color: #1A5261 !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.pricing .verify__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing .verify__text {
  color: #4a4a4a;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  max-width: 223px;
}
.pricing .verify__text-content {
  min-height: 430px;
}
@media (max-width: 992px) {
  .pricing .verify__text-content {
    min-height: auto;
  }
}
.pricing .verify__devider {
  height: 1px;
  width: 381px;
  background-color: #e8e8e8;
}
.pricing .verify__col-box {
  max-width: 370px;
  width: 100%;
  min-height: 300px;
  padding: 40px 20px 20px 30px;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  background-color: #ffffff;
}
.pricing .verify__col-box2 {
  max-width: 370px;
  width: 100%;
  min-height: 600px;
  padding: 40px 20px 20px 30px;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pricing .verify__col-title {
  font-size: 30px !important;
  line-height: 38px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 300;
  letter-spacing: -0.42px;
}
@media (max-width: 480px) {
  .pricing .verify__col-title {
    font-size: 24px !important;
    line-height: 32px;
  }
}
.pricing .verify__col-title2 {
  font-size: 24px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 600;
}
.pricing .verify__section-main-title {
  font-size: 24px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #245CB0;
  font-weight: 700;
  text-align: center;
}
.pricing .verify__section-main-title2 {
  font-size: 35px !important;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  text-align: center;
}
.pricing .verify__section-main-title3 {
  font-size: 50px !important;
  line-height: 33px;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 992px) {
  .pricing .verify__section-main-title3 {
    font-size: 35px !important;
  }
}
.pricing .verify__section-title {
  font-size: 28px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  margin-bottom: 0px;
}
.pricing .verify__section-text {
  font-size: 14px !important;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  letter-spacing: 0.3px;
  margin-bottom: 0px;
  margin-top: 10px;
}
.pricing .verify__section-container {
  max-width: 1320px;
  min-height: 623px;
  border-radius: 25px;
  background-color: #FBFBFB;
  padding: 90px 0;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}
.pricing .verify__section-box {
  max-width: 568px;
  min-height: 410px;
  background: #FFFFFF;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 35px;
}
.pricing .verify__section-devider {
  width: 100%;
  border: 1px dashed #6A8493;
}
.pricing .verify__col-subtitle {
  font-size: 16px !important;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
  max-width: 300px;
  min-height: 90px;
}
.pricing .verify__col-subtitle2 {
  font-size: 18px !important;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 300;
  max-width: 400px;
}
.pricing .verify__bg-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.69%, #FFFFFF), color-stop(151.15%, #E0EAFF));
  background: linear-gradient(180deg, #FFFFFF 41.69%, #E0EAFF 151.15%);
  min-height: 400px;
  border-radius: 0 0 80% 80%;
  padding-bottom: 50px;
}
.pricing .verify__bg-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(41.69%, #FFFFFF), color-stop(151.15%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 41.69%, #EBFAFC 151.15%);
  min-height: 300px;
  border-radius: 0 0 80% 80%;
  padding-bottom: 50px;
}
.pricing .verify__col-text {
  font-size: 35px !important;
  line-height: 35px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: bold;
  margin-top: 30px;
}
.pricing .verify__col-text sup {
  font-size: 14px;
}
.pricing .verify__col-text span {
  font-size: 14px;
}
.pricing .offer__main-title {
  font-size: 42px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.pricing .offer__main-subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: center;
  max-width: 736px;
}
.pricing .offer__main-title2 {
  font-size: 42px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
}
.pricing .offer__main-subtitle2 {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: start;
}
.pricing .offer__content-bg {
  min-height: 600px !important;
  background: url("https://bala-alex.github.io/images/homepage/overview-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .pricing .offer__content-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.pricing .offer__container {
  background: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 4px 8px 16px 0px rgba(51, 51, 51, 0.06);
  box-shadow: 4px 8px 16px 0px rgba(51, 51, 51, 0.06);
  min-height: 900px !important;
  width: 736px;
  padding: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .pricing .offer__container {
    width: 90%;
    padding: 20px;
  }
}
.pricing .offer__box-container {
  width: 100%;
  position: relative;
  min-height: 385px;
  background: #FFFFFF;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  margin-top: -400px;
  margin-bottom: 150px;
  padding: 20px;
}
@media (max-width: 992px) {
  .pricing .offer__box-container {
    padding: 20px;
    margin-top: -250px;
  }
}
@media (max-width: 767px) {
  .pricing .offer__box-container {
    padding: 20px;
    margin-top: 0px;
  }
}
.pricing .offer__bg-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 341px;
  height: 186px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .pricing .offer__bg-shape {
    display: none;
  }
}
.pricing .offer .btn-offer-style {
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.pricing .offer .btn-offer-style:hover {
  border: 1px solid #009CB7 !important;
}
.pricing .offer .section__input {
  width: 100%;
}
.pricing .offer .section__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing .offer .section__container {
  max-width: 574px;
}
.pricing .offer .section__container label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: normal;
  letter-spacing: 0px;
}
.pricing .offer .section__container input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00384B;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.pricing .offer .section__container input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing .offer .section__container input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  margin-top: 10px;
}
.pricing .offer .section__container input::-webkit-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container input::-moz-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container input:-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container input::-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container input::placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container textarea::-webkit-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container textarea::-moz-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container textarea:-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container textarea::-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container textarea::placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container select::-webkit-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container select::-moz-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container select:-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container select::-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container select::placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: 400;
}
.pricing .offer .section__container select {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7f7f7f;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.pricing .offer .section__container select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing .offer .section__container textarea {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #00384B;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.pricing .offer .section__container textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing .offer .section__container fieldset {
  max-width: 100% !important;
}
.pricing .offer .section__container label.hs-error-msg {
  color: #169DFF;
}
.pricing .offer .section__container .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.pricing .offer .section__container label.hs-form-radio-display {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  margin-bottom: 0px;
}
.pricing .offer .section__container label.hs-form-radio-display input {
  width: 15px !important;
  margin-right: 10px;
  margin-bottom: 0px;
}
.pricing .offer .section__container .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing .offer .section__container .hs-form-booleancheckbox-display .hs-input {
  width: auto;
}
.pricing .offer .section__container .hs-form-booleancheckbox-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.pricing .offer .section__container .hs-form-booleancheckbox-display span a {
  color: #009CB7;
}
.pricing .offer .section__container .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 200px !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  border: none !important;
}
.pricing .offer .section__container .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.pricing .offer .section__container .hs-button.primary.large:focus, .pricing .offer .section__container .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.pricing .offer .section__container .hs-button.primary.large.disabled, .pricing .offer .section__container .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.pricing .offer .section__container .hs-button.primary.large:not(:disabled):not(.disabled):active, .pricing .offer .section__container .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .pricing .offer .section__container .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.pricing .offer .section__container .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .pricing .offer .section__container .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .pricing .offer .section__container .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.pricing .offer .section__container .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.pricing .offer .section__title {
  color: var(--light-dark-dark, #1A5261);
  font-family: Mulish;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
}
.pricing .offer .section__input-message {
  min-height: 221px !important;
  width: 100%;
}
.pricing .offer .section__input-message:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pricing .include__box {
  background: rgb(255, 255, 255);
  border-radius: 0px;
  border: 1px solid rgb(232, 232, 232);
  -webkit-box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  min-height: 363px;
  width: 420px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pricing .include__box {
    width: 100%;
  }
}
.pricing .include__title {
  color: #000000;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.pricing .include__subtext {
  color: #3e3f42;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.34px;
  font-family: "Mulish", sans-serif;
}
.pricing .include__subtext span {
  font-weight: bold;
}
.pricing .include__link {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.34px;
  font-family: "Mulish", sans-serif;
  text-decoration: underline;
}
.pricing .include__devider {
  background-color: rgb(232, 232, 232);
  height: 1px;
  width: 100%;
}
.pricing .section__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.pricing .section__subtitle {
  color: #009CB7;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
}
.pricing .section__title-main {
  font-size: 35px !important;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 300;
}
.pricing .section__subtitle-main {
  color: #6A8493;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.pricing .section__text-main {
  font-size: 20px !important;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 600;
}
.pricing .section__subtext-main {
  color: #6A8493;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.pricing .section__box {
  width: 317px;
  min-height: 380px;
  border: 1px solid #DCE5F2;
  padding: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pricing .section__box2 {
  width: 417px;
  min-height: 330px;
  border: 1px solid #DCE5F2;
  padding: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff !important;
}
@media (max-width: 767px) {
  .pricing .section__box2 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.pricing .section__text {
  color: #6782A3;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  margin-bottom: 25px;
}
.pricing .section__text a {
  color: #009CB7;
}
.pricing .is-visible {
  display: block !important;
}
.pricing .faq li {
  list-style-type: none;
}
.pricing .faq li.q {
  background: #ffffff;
  cursor: pointer;
}
.pricing .faq li.a {
  background: #ffffff;
  display: none;
}
.pricing .q-border {
  border-top: 1px solid rgb(234, 237, 243);
}
.pricing .rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pricing [data-tooltip] {
  display: inline-block;
  position: relative;
  cursor: help;
  padding: 0px;
  white-space: pre-wrap;
}
.pricing [data-tooltip]:before {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  background: #009CB7;
  color: #ffffff;
  padding: 14px 16px !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  min-width: 255px;
  text-align: center;
  border-radius: 4px;
}
.pricing [data-tooltip-position=top]:before,
.pricing [data-tooltip-position=bottom]:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing [data-tooltip-position=right]:before,
.pricing [data-tooltip-position=left]:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pricing [data-tooltip-position=top]:before {
  bottom: 100%;
  margin-bottom: 6px;
}
.pricing [data-tooltip-position=right]:before {
  left: 100%;
  margin-left: 6px;
}
.pricing [data-tooltip-position=bottom]:before {
  top: 100%;
  margin-top: 6px;
}
.pricing [data-tooltip-position=left]:before {
  right: 100%;
  margin-right: 6px;
}
.pricing [data-tooltip]:after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.pricing [data-tooltip-position=top]:after,
.pricing [data-tooltip-position=bottom]:after {
  left: 50%;
  margin-left: -6px;
}
.pricing [data-tooltip-position=right]:after,
.pricing [data-tooltip-position=left]:after {
  top: 50%;
  margin-top: -6px;
}
.pricing [data-tooltip-position=top]:after {
  bottom: 100%;
  border-width: 6px 6px 0;
  border-top-color: #009CB7;
}
.pricing [data-tooltip-position=right]:after {
  left: 100%;
  border-width: 6px 6px 6px 0;
  border-right-color: #009CB7;
}
.pricing [data-tooltip-position=bottom]:after {
  top: 100%;
  border-width: 0 6px 6px;
  border-bottom-color: #009CB7;
}
.pricing [data-tooltip-position=left]:after {
  right: 100%;
  border-width: 6px 0 6px 6px;
  border-left-color: #009CB7;
}
.pricing [data-tooltip]:hover:before,
.pricing [data-tooltip]:hover:after {
  display: block;
  z-index: 50;
}
.pricing .tabs-tooltip {
  /* Tooltip styling */
  /* Dynamic horizontal centering */
  /* Dynamic vertical centering */
  /* Tooltip arrow styling/placement */
  /* Dynamic horizontal centering for the tooltip */
  /* Dynamic vertical centering for the tooltip */
  /* Show the tooltip when hovering */
}
.pricing .tabs-tooltip [data-tooltip] {
  display: inline-block;
  position: relative;
  cursor: help;
  padding: 0px;
  white-space: pre-wrap;
}
.pricing .tabs-tooltip [data-tooltip]:before {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  background: #ffffff !important;
  color: #6A8493 !important;
  padding: 14px 16px !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  min-width: 255px;
  text-align: start;
  border-radius: 8px;
  border: 1px solid #95B1C1;
}
.pricing .tabs-tooltip [data-tooltip-position=top]:before,
.pricing .tabs-tooltip [data-tooltip-position=bottom]:before {
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing .tabs-tooltip [data-tooltip-position=right]:before,
.pricing .tabs-tooltip [data-tooltip-position=left]:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pricing .tabs-tooltip [data-tooltip]:after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.pricing .tabs-tooltip [data-tooltip-position=top]:after,
.pricing .tabs-tooltip [data-tooltip-position=bottom]:after {
  left: 50%;
  margin-left: -6px;
}
.pricing .tabs-tooltip [data-tooltip-position=right]:after,
.pricing .tabs-tooltip [data-tooltip-position=left]:after {
  top: 50%;
  margin-top: -6px;
}
.pricing .tabs-tooltip [data-tooltip]:hover:before,
.pricing .tabs-tooltip [data-tooltip]:hover:after {
  display: block;
  z-index: 50;
}
.pricing .tabs-tooltip2 {
  /* Tooltip styling */
  /* Dynamic horizontal centering */
  /* Dynamic vertical centering */
  /* Tooltip arrow styling/placement */
  /* Dynamic horizontal centering for the tooltip */
  /* Dynamic vertical centering for the tooltip */
  /* Show the tooltip when hovering */
}
.pricing .tabs-tooltip2 [data-tooltip] {
  display: inline-block;
  position: relative;
  cursor: help;
  padding: 0px;
  white-space: pre-wrap;
}
.pricing .tabs-tooltip2 [data-tooltip]:before {
  content: attr(data-tooltip);
  display: none;
  position: absolute;
  background: #ffffff !important;
  color: #6A8493 !important;
  padding: 14px 16px !important;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  line-height: 20px;
  min-width: 255px;
  text-align: start;
  border-radius: 8px;
  border: 1px solid #95B1C1;
}
.pricing .tabs-tooltip2 [data-tooltip-position=top]:before,
.pricing .tabs-tooltip2 [data-tooltip-position=bottom]:before {
  left: 35%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing .tabs-tooltip2 [data-tooltip-position=right]:before,
.pricing .tabs-tooltip2 [data-tooltip-position=left]:before {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pricing .tabs-tooltip2 [data-tooltip]:after {
  content: "";
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.pricing .tabs-tooltip2 [data-tooltip-position=top]:after,
.pricing .tabs-tooltip2 [data-tooltip-position=bottom]:after {
  left: 50%;
  margin-left: -6px;
}
.pricing .tabs-tooltip2 [data-tooltip-position=right]:after,
.pricing .tabs-tooltip2 [data-tooltip-position=left]:after {
  top: 50%;
  margin-top: -6px;
}
.pricing .tabs-tooltip2 [data-tooltip]:hover:before,
.pricing .tabs-tooltip2 [data-tooltip]:hover:after {
  display: block;
  z-index: 50;
}
.pricing .tech-slideshow {
  height: 200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: clip;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pricing .tech-slideshow > div {
  height: 200px;
  width: 3900px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pricing .slideshow-brands {
  -webkit-animation: moveSlideshow 90s linear infinite;
  animation: moveSlideshow 90s linear infinite;
}
@-webkit-keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-48.6666%);
    transform: translateX(-48.6666%);
  }
}
@keyframes moveSlideshow {
  100% {
    -webkit-transform: translateX(-48.6666%);
    transform: translateX(-48.6666%);
  }
}
.pricing #button {
  display: inline-block;
  position: fixed;
  top: 90px;
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-align: center;
  -webkit-box-shadow: 0px 4px 12px #ADC9D2;
  box-shadow: 0px 4px 12px #ADC9D2;
  min-width: 190px !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  min-height: 45px !important;
  padding: 0px 20px !important;
  word-wrap: none !important;
}
.pricing #button:hover {
  cursor: pointer;
}
.pricing #button:active {
  text-align: center;
}
.pricing #button.show {
  opacity: 1;
  visibility: visible;
}
.pricing input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
}

.security .header {
  overflow: hidden;
}
.security .header__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.security .header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 702px;
  text-align: center;
}
.security .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.security .header__bg {
  min-height: 490px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 180px;
}
.security .header__screen {
  width: 100%;
  height: 100%;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -140px;
}
.security .security2__container {
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 412px !important;
  width: 1257px;
  padding: 80px;
  background-color: #ffffff;
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .security .security2__container {
    width: 90%;
    padding: 20px;
  }
}
.security .security2__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: center;
}
.security .security2__title2 {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
}
.security .security2__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
  min-height: 160px;
}
.security .security2__icon {
  width: 32px;
  height: 32px;
}
.security .infrastructure__title {
  font-size: 50px !important;
  line-height: 60px;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.security .infrastructure__title2 {
  color: #009CB7;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: -0.4px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
}
.security .infrastructure__subtitle {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 512px;
}
.security .infrastructure__subtitle2 {
  color: #6782A3;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 393px;
}
.security .infrastructure__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 460px;
}
.security .infrastructure__text2 {
  color: #003543;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 460px;
}
.security .infrastructure__content-bg {
  min-height: 850px !important;
  background: url("https://bala-alex.github.io/images/verification-page/verification-content-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  .security .infrastructure__content-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.security .how-it-works__lable {
  color: #009CB7;
  font-size: 16px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.security .how-it-works__title {
  color: #009CB7;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: -0.4px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
}
.security .how-it-works__subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 440px;
}
.security .how-it-works__title2 {
  color: #009CB7;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: -0.4px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  text-align: end;
}
.security .how-it-works__subtitle2 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 440px;
  text-align: end;
}
.security .how-it-works__subtitle2 span {
  color: #009CB7;
  font-weight: bold;
}
.security .mitigation__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: end;
}
.security .mitigation__title2 {
  color: #009CB7;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: -0.4px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  text-align: end;
}
.security .mitigation__subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 438px;
  text-align: end;
}
.security .mitigation__subtitle2 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 544px;
  text-align: end;
}
.security .pricing .pricing-tabs .nav-link {
  width: 410px !important;
  border-bottom: none;
  font-size: 18px;
  text-align: start;
}
@media (max-width: 767px) {
  .security .pricing .pricing-tabs .nav-link {
    width: 300px !important;
  }
}
.security .pricing-tabs .nav-pills {
  padding-right: 30px;
  border-right: 1px solid #D9E0E4;
}
@media (max-width: 767px) {
  .security .pricing-tabs .nav-pills {
    padding-right: 0px;
    border-right: none;
  }
}
.security .pricing-tabs .nav-link.active {
  text-align: start;
  border-bottom: none;
  border-left: 5px solid #009CB7;
  background-color: #EBF9FF !important;
}
.security .iso__text {
  font-size: 20px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 700;
  text-align: center;
}
.security .iso__subtext {
  font-size: 16px !important;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  color: #607A8A;
  font-weight: 400;
  text-align: center;
}
.security .modal-dialog2 {
  min-width: 100% !important;
  border-radius: 0px !important;
  margin: 0px !important;
}
.security .section__modal-form label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.security label.hs-form-checkbox-display {
  margin-bottom: 0px !important;
}
.security input#security_docs0-c53c102c-4883-4e75-ad40-860501eb9420.hs-input {
  width: 20px !important;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.security input#security_docs1-c53c102c-4883-4e75-ad40-860501eb9420.hs-input {
  width: 20px !important;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.security input#security_docs2-c53c102c-4883-4e75-ad40-860501eb9420.hs-input {
  width: 20px !important;
  height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}
.security .section__modal-container {
  border-radius: 8px;
  border: 0.5px solid #DCE5F2;
  padding: 20px;
  max-width: 500px;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.1019607843);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.1019607843);
}

.contact .header__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -1px;
}
.contact .header__subtitle {
  color: #6782A3;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 754px;
}
.contact .header__text {
  font-family: "Muli";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #00889F;
  max-width: 900px;
}
.contact .header__video-title {
  font-size: 60px !important;
  line-height: 70px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -1px;
}
@media (max-width: 992px) {
  .contact .header__video-title {
    font-size: 40px !important;
    line-height: 50px;
  }
}
.contact .header__description-text {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #1A5261;
  margin-bottom: 0px;
}
.contact .header__description-box {
  width: 100%;
  border-radius: 10px;
  padding: 30px 40px;
  background-color: #F3F6FC;
}
.contact .header__timestamp {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #009CB7;
  margin-right: 20px;
  margin-top: 8px;
}
.contact .header__timestamp-border {
  padding: 10px;
  border: 1px solid #6482A8;
  border-radius: 5px;
}
.contact .header__timestamp-text {
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #00384B;
}
.contact .header__image {
  margin-top: 80px;
}
.contact .header__container {
  max-width: 762px;
}
.contact .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.contact .header__bg {
  min-height: 600px !important;
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 250px;
}
.contact .history__container {
  background-color: #009CB7;
  min-height: 1600px;
  position: relative;
  padding-bottom: 400px;
  z-index: 0;
}
.contact .history__desktop {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .contact .history__desktop {
    display: none;
  }
}
.contact .history__mobile {
  display: none;
}
@media (max-width: 992px) {
  .contact .history__mobile {
    margin-top: 100px;
    display: block;
  }
}
.contact .history__top {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  z-index: -1;
}
.contact .history__bottom {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.contact .history__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
  text-align: center;
  padding-top: 150px;
}
.contact .history__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #ffffff;
  text-align: center;
  margin-top: 60px;
}
.contact .history__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}
.contact .history__subtext {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  max-width: 660px;
}
.contact .history__dash {
  width: 2px;
  height: 300px;
  border-left: 2px solid #ffffff;
  opacity: 0.5;
}
.contact .history__left-line {
  top: 118px;
  left: -15px;
  height: 2px;
  width: 55%;
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
}
.contact .history__right-line {
  top: 118px;
  right: -15px;
  height: 2px;
  width: 55%;
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
}
.contact .history__dot-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact .history__dot {
  position: absolute;
  margin-top: 110px;
}
.contact .history__dash2 {
  width: 2px;
  height: 100px;
  border-left: 2px solid #ffffff;
  opacity: 0.5;
}
.contact .history__dot2 {
  position: absolute;
  margin-top: -10px;
}
.contact .history__future {
  margin-bottom: -200px;
}
.contact .history__badge {
  position: absolute;
  right: 100px;
  top: -20px;
  min-width: 156px;
  height: 44px;
  background: #FFDF34;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #003543;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .contact .history__badge {
    left: 20px !important;
    right: auto;
  }
}
.contact .history__box {
  width: auto;
  height: 230px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: hidden;
}
.contact .history__box-side {
  width: 230px;
  height: 230px;
  background-color: #008298;
  position: relative;
}
.contact .history__box-chat {
  position: absolute;
  left: 140px;
  bottom: -40px;
  height: 80px;
}
.contact .history__box-date {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  margin-top: 103px;
}
.contact .history__box-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #003543;
  width: 100%;
  max-width: 272px;
  overflow-wrap: anywhere;
}
.contact .history__box-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #003543;
  width: 100%;
  max-width: 247px;
}
.contact .history__box-content {
  padding: 20px;
}
.contact .history__box-image {
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  left: 15px;
}
.contact .history__box-image2 {
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 70px;
  left: 20px;
}
.contact .history__box-image3 {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 60px;
  left: 0px;
}
.contact .history__box-image4 {
  width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 40px;
  left: 20px;
}
.contact .history__box-image5 {
  width: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 55px;
  right: 0px;
}
.contact .history__box-image6 {
  width: 180px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 110px;
  left: 20px;
}
@media (max-width: 480px) {
  .contact .history__box-image6 {
    width: 120px;
  }
}
.contact .history__box-image7 {
  width: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: 0px;
}
@media (max-width: 480px) {
  .contact .history__box-image7 {
    width: 150px;
  }
}
.contact .history__box-image8 {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 60px;
  left: 20px;
}
.contact .history__box-arrows {
  margin-top: -10px;
  width: 25px;
}
.contact .switch__main-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #1A5261;
  max-width: 485px;
}
@media (max-width: 480px) {
  .contact .switch__main-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.contact .switch__main-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #1A5261;
  max-width: 450px;
}
.contact .switch__box {
  min-height: 170px;
  width: 100%;
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 30px;
}
.contact .switch__box-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #1A5261;
  text-align: center;
}
.contact .switch__box-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
  text-align: center;
}
.contact .switch__box-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: #1A5261;
  margin-bottom: 0px;
}
.contact .switch__left-shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 300px;
  max-width: 20%;
}
.contact .switch__right-shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 650px;
  max-width: 50%;
}
.contact .about__office-bg {
  min-height: 800px !important;
  background: url("https://bala-alex.github.io/images/about-page/office-map.webp");
  background-color: #009CB7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain !important;
  padding: 100px;
  position: relative;
}
@media (max-width: 1200px) {
  .contact .about__office-bg {
    min-height: 600px !important;
  }
}
@media (max-width: 992px) {
  .contact .about__office-bg {
    min-height: 500px !important;
  }
}
@media (max-width: 767px) {
  .contact .about__office-bg {
    min-height: 300px !important;
  }
}
.contact .about__header-bg {
  min-height: 1000px !important;
  background: url("https://bala-alex.github.io/images/about-page/about-us-header.webp");
  background-color: #009CB7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .contact .about__header-bg {
    min-height: 500px !important;
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.contact .about__header-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  max-width: 930px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact .about__header-title {
    font-size: 45px;
    line-height: 60px;
  }
}
.contact .about__header-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
}
.contact .about__header-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  max-width: 1082px;
}
.contact .about__details-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
}
.contact .about__details-subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #00384B;
}
.contact .about__details-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  color: #009CB7;
  max-width: 676px;
}
.contact .about__global-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
.contact .about__global-subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.contact .about__global-devider {
  width: 50px;
  height: 1px;
  background-color: #ffffff;
}
.contact .about__hiring-bg {
  min-height: 550px !important;
  background: url("https://bala-alex.github.io/images/about-page/open-position.webp");
  background-color: #009CB7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 150px;
  padding-bottom: 150px;
}
.contact .about__milestones-bg {
  min-height: 800px !important;
  background: url("https://bala-alex.github.io/images/about-page/milesctones-bg.webp");
  background-color: #009CB7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 767px) {
  .contact .about__milestones-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.contact .about__milestones-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #ffffff;
  max-width: 375px;
}
.contact .about__milestones-subtitle {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  max-width: 395px;
}
.contact .about__milestones-subtitle2 {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  width: 170px;
  margin-left: 70px;
}
.contact .about__milestones-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .contact .about__milestones-text {
    margin-top: 20px;
  }
}
.contact .about__milestones-subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  max-width: 150px;
}
.contact .about__milestones-circle {
  width: 20px;
  height: 20px;
  background: #FFD234;
  border-radius: 30px;
  border: 4px solid #FFF8D0;
}
.contact .about__milestones-circle2 {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 30px;
  border: 5px solid #30DFB5;
  margin-top: -5px;
}
.contact .about__milestones-line {
  width: 100%;
  border: 1px dashed #ffffff;
}
.contact .about__milestones-line2 {
  border: 1px dashed #ffffff;
  position: absolute;
  width: 2000px;
  z-index: 0;
  left: 20px;
  margin-bottom: 5px;
}
.contact .about__milestones-screen {
  width: 85px;
  height: 65px;
}
.contact .about__main-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #009CB7;
}
.contact .about__main-subtitle {
  font-family: "Muli";
  font-style: italic;
  font-weight: 200;
  font-size: 24px;
  line-height: 32px;
  color: #48748C;
}
.contact .about__main-text {
  font-family: "Muli";
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #48748C;
}
.contact .about__office-top {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 500px;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: 70%;
}
.contact .about__office-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 260px;
  background-repeat: no-repeat;
  background-size: contain !important;
  max-width: 90%;
}
.contact .about__office-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-size: 45px;
  line-height: 55px;
  color: #ffffff;
  padding-top: 150px;
}
@media (max-width: 1200px) {
  .contact .about__office-title {
    padding-top: 150px;
  }
}
@media (max-width: 992px) {
  .contact .about__office-title {
    font-size: 22px;
    line-height: 26px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .contact .about__office-title {
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
  }
}
.contact .about__office-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  max-width: 305px;
}
@media (max-width: 992px) {
  .contact .about__office-subtitle {
    font-size: 11px;
    line-height: 13px;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .contact .about__office-subtitle {
    font-size: 8px;
    line-height: 11px;
    max-width: 130px;
  }
}
.contact .section__input {
  width: 100%;
}
.contact .section__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__container-bg {
  max-width: 762px;
  background: #ffffff;
  -webkit-box-shadow: 2px 6px 20px rgba(220, 228, 241, 0.75);
  box-shadow: 2px 6px 20px rgba(220, 228, 241, 0.75);
  border-radius: 20px;
  padding: 60px 15px;
  margin-top: -100px;
}
.contact .section__container {
  max-width: 622px;
}
.contact .section__container label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
  letter-spacing: 0px;
}
.contact .section__container input {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__container input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__container label.hs-error-msg {
  color: #169DFF;
}
.contact .section__container .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__container textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__container textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__container fieldset {
  max-width: 100% !important;
}
.contact .section__container .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__container .hs-form-booleancheckbox-display .hs-input {
  width: auto;
}
.contact .section__container .hs-form-booleancheckbox-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__container .hs-form-booleancheckbox-display span a {
  color: #009CB7;
}
.contact .section__container .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 200px !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 10px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.contact .section__container .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__container .hs-button.primary.large:focus, .contact .section__container .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__container .hs-button.primary.large.disabled, .contact .section__container .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__container .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__container .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__container .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__container .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__container .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__container .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__container .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__custom {
  max-width: 574px;
}
.contact .section__custom h1 {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: normal;
  letter-spacing: -0.42px;
  max-width: 524px;
  text-align: center;
  margin: 50px 0 80px;
}
.contact .section__custom h2 {
  font-size: 32px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: normal;
  letter-spacing: 0px;
  margin: 50px 0 20px;
}
.contact .section__custom p {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
}
.contact .section__custom label {
  font-size: 22px !important;
  font-family: "Mulish", sans-serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0px;
}
.contact .section__custom label .hs-form-required {
  display: none;
}
.contact .section__custom label span {
  color: #009CB7;
  margin-top: 30px;
}
.contact .section__custom select {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__custom select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__custom legend {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0px;
}
.contact .section__custom input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__custom input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__custom label.hs-error-msg {
  color: #169DFF;
}
.contact .section__custom .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__custom textarea {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__custom textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__custom fieldset {
  max-width: 100% !important;
}
.contact .section__custom .hs-applied_jurisdiction {
  margin-top: 20px;
}
.contact .section__custom .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__custom .hs-form-booleancheckbox-display .hs-input {
  width: auto;
}
.contact .section__custom .hs-form-booleancheckbox-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__custom .hs-form-booleancheckbox-display span a {
  color: #009CB7;
}
.contact .section__custom .hs-form-booleancheckbox-display input {
  width: 18px !important;
}
.contact .section__custom .hs-form-checkbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__custom .hs-form-checkbox-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__custom .hs-form-checkbox-display span a {
  color: #009CB7;
}
.contact .section__custom .hs-form-checkbox-display input {
  width: 18px !important;
}
.contact .section__custom .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__custom .hs-form-radio-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__custom .hs-form-radio-display span a {
  color: #009CB7;
}
.contact .section__custom .hs-form-radio-display input {
  width: 18px !important;
}
.contact .section__custom .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 50px;
}
.contact .section__custom .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__custom .hs-button.primary.large:focus, .contact .section__custom .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__custom .hs-button.primary.large.disabled, .contact .section__custom .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__custom .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__custom .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__custom .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__custom .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__custom .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__custom .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__custom .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact .section__custom .hs-button.primary.large {
    height: auto !important;
    min-height: 50px;
  }
}
.contact .section__title {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0px;
}
.contact .section__input-message {
  min-height: 221px !important;
  width: 100%;
}
.contact .section__input-message:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .info__title {
  font-size: 18px !important;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  text-transform: uppercase;
}
.contact .info__subtitle {
  font-size: 18px !important;
  color: #6782A3;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  max-width: 370px;
}
@media (max-width: 992px) {
  .contact .info__subtitle {
    max-width: 100%;
  }
}
.contact .info__subtitle a {
  color: #009CB7;
}
.contact .info__main-title {
  font-size: 42px !important;
  font-weight: 200;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  text-align: center;
}
.contact .info__main-subtitle {
  font-size: 18px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  color: #6782A3;
  text-align: center;
  margin-bottom: 90px;
  max-width: 736px;
}
@media (max-width: 992px) {
  .contact .info__main-subtitle {
    margin-bottom: 30px;
  }
}
.contact .info__devider {
  width: 73px;
  height: 1px;
  background-color: #6782A3;
  margin: 40px 0 0;
}
.contact .info__container {
  max-width: 770px;
}
.contact .info__image {
  height: 240px;
  width: 370px;
}
@media (max-width: 992px) {
  .contact .info__image {
    width: 100%;
  }
}
.contact .sample__box {
  background-color: #ffffff;
  border-radius: 16px;
  margin: 15px;
  -webkit-box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  padding: 0px;
  overflow: hidden;
  width: 1159px;
}
@media (max-width: 1200px) {
  .contact .sample__box {
    width: 90%;
    padding: 20px;
  }
}
.contact .sample__bg-top {
  background: url("https://bala-alex.github.io/images/features/sample-bg@3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  height: 150px;
  margin-top: -50px;
}
@media (max-width: 1200px) {
  .contact .sample__bg-top {
    height: 180px;
  }
}
.contact .sample__content {
  margin-top: -65px;
  margin-left: 100px;
}
@media (max-width: 992px) {
  .contact .sample__content {
    margin-left: 15px;
    margin-top: -95px;
  }
}
.contact .sample__title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 34px;
}
.contact .sample__subtitle {
  color: #333333;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  max-width: 410px;
  margin-top: 70px;
}
.contact .sample__image {
  height: 260px;
  width: 173px;
}
.contact .about__title {
  font-size: 42px !important;
  line-height: 53px;
  font-weight: 200;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  letter-spacing: -0.42px;
}
.contact .about__subtitle {
  font-size: 16px !important;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  text-transform: uppercase;
}
.contact .about__container {
  max-width: 1320px;
  min-height: 1037px;
  background: #F9FCFF;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  border-radius: 25px;
  padding: 80px;
}
@media (max-width: 992px) {
  .contact .about__container {
    padding: 40px 15px 120px;
  }
}
.contact .about__text {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #6782A3;
  line-height: 30px;
  max-width: 729px;
}
.contact .about__text2 {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #6782A3;
  line-height: 30px;
  max-width: 569px;
}
.contact .about__text3 {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  color: #6782A3;
  line-height: 30px;
  max-width: 370px;
}
.contact .about__text3 a {
  color: #009CB7;
  text-decoration: underline;
}
.contact .about__devider {
  background-color: #6782A3;
  width: 100%;
  height: 1px;
  margin: 60px 0;
}
.contact .about__box {
  background: rgb(250, 250, 250);
  border-radius: 0px;
  -webkit-box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  padding: 32px;
}
.contact .form-control {
  background-color: #FAFAFA;
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  margin-top: 0px;
}
.contact input::-webkit-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact input::-moz-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact input:-ms-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact input::-ms-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact input::placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact textarea::-webkit-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact textarea::-moz-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact textarea:-ms-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact textarea::-ms-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact textarea::placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.contact .section__title {
  font-size: 28px !important;
  line-height: 34px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 400;
  letter-spacing: -0.2px;
  max-width: 384px;
}
.contact .section__subtitle {
  color: #009CB7;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__modal {
  min-height: 550px;
  max-width: 550px;
  width: 100%;
  position: relative;
  background-color: transparent !important;
  border-radius: 20px;
  overflow: hidden;
}
.contact .section__modal .close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 999;
  color: #164995;
  font-weight: 300;
}
@media (max-width: 992px) {
  .contact .section__modal .close {
    color: #009CB7;
  }
}
.contact .section__modal-form {
  background-color: #ffffff;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__modal-form .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 250px !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__modal-form .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__modal-form .hs-button.primary.large:focus, .contact .section__modal-form .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__modal-form .hs-button.primary.large.disabled, .contact .section__modal-form .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__modal-form .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__modal-form .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__modal-form .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__modal-form label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 400;
}
.contact .section__modal-form textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form label.hs-error-msg {
  color: #169DFF;
}
.contact .section__modal-form .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__modal-form input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form2 {
  background-color: #ffffff;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__modal-form2 .hs-button.primary.large {
  color: #212529;
  background-color: #FFDF34;
  border-color: #FFDF34;
  color: #003543 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFDF34;
  border-radius: 5px;
  height: 50px;
  width: 250px !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__modal-form2 .hs-button.primary.large:hover {
  color: #212529;
  background-color: #ffd90e;
  border-color: #ffd701;
}
.contact .section__modal-form2 .hs-button.primary.large:focus, .contact .section__modal-form2 .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
}
.contact .section__modal-form2 .hs-button.primary.large.disabled, .contact .section__modal-form2 .hs-button.primary.large:disabled {
  color: #212529;
  background-color: #FFDF34;
  border-color: #FFDF34;
}
.contact .section__modal-form2 .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__modal-form2 .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__modal-form2 .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__modal-form2 .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__modal-form2 .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__modal-form2 .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
}
.contact .section__modal-form2 .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__modal-form2 label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 400;
}
.contact .section__modal-form2 textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form2 textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form2 input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form2 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form2 select {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form2 select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form2 label.hs-error-msg {
  color: #169DFF;
}
.contact .section__modal-form2 .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__modal-form2 input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form2 input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form2 input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form2 input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form2 input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form3 {
  background-color: transparent;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__modal-form3 .hs-button.primary.large {
  color: #212529;
  background-color: #FFDF34;
  border-color: #FFDF34;
  color: #003543 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFDF34;
  border-radius: 5px;
  height: 50px;
  width: 100% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__modal-form3 .hs-button.primary.large:hover {
  color: #212529;
  background-color: #ffd90e;
  border-color: #ffd701;
}
.contact .section__modal-form3 .hs-button.primary.large:focus, .contact .section__modal-form3 .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
}
.contact .section__modal-form3 .hs-button.primary.large.disabled, .contact .section__modal-form3 .hs-button.primary.large:disabled {
  color: #212529;
  background-color: #FFDF34;
  border-color: #FFDF34;
}
.contact .section__modal-form3 .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__modal-form3 .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__modal-form3 .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__modal-form3 .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__modal-form3 .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__modal-form3 .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 223, 52, 0.5);
}
.contact .section__modal-form3 .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__modal-form3 label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: 400;
}
.contact .section__modal-form3 textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form3 textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form3 input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form3 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form3 select {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form3 select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form3 label.hs-error-msg {
  color: #169DFF;
}
.contact .section__modal-form3 .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__modal-form3 input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form3 input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form3 input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form3 input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form3 input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form3 input[type=file]:last-child {
  background-color: transparent;
  color: #ffffff;
  min-height: 45px;
}
.contact .section__modal-form4 {
  background-color: transparent;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__modal-form4 .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 100% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__modal-form4 .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__modal-form4 .hs-button.primary.large:focus, .contact .section__modal-form4 .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__modal-form4 .hs-button.primary.large.disabled, .contact .section__modal-form4 .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__modal-form4 .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__modal-form4 .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__modal-form4 .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__modal-form4 .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__modal-form4 .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__modal-form4 .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__modal-form4 .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__modal-form4 label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__modal-form4 textarea {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form4 textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form4 .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__modal-form4 .hs-form-radio-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__modal-form4 .hs-form-radio-display span a {
  color: #009CB7;
}
.contact .section__modal-form4 .hs-form-radio-display input {
  width: 18px !important;
}
.contact .section__modal-form4 input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form4 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form4 select {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form4 select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form4 label.hs-error-msg {
  color: #169DFF;
}
.contact .section__modal-form4 .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__modal-form4 input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form4 input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form4 input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form4 input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form4 input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form4 input[type=file]:last-child {
  background-color: transparent;
  color: #1A5261;
  min-height: 45px;
}
.contact .section__assessment {
  background-color: transparent;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__assessment .hs-form-booleancheckbox-display {
  margin-top: 60px;
  padding-top: 30px;
  color: #1A5261;
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__assessment .hs-form-booleancheckbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__assessment .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 100% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__assessment .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__assessment .hs-button.primary.large:focus, .contact .section__assessment .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__assessment .hs-button.primary.large.disabled, .contact .section__assessment .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__assessment .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__assessment .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__assessment .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__assessment .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__assessment .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__assessment .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__assessment .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__assessment label.hs-error-msg {
  color: #3377c6 !important;
  margin-top: 5px !important;
  font-size: 14px !important;
}
.contact .section__assessment label {
  font-size: 20px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 60px;
}
.contact .section__assessment label.hs-form-radio-display {
  margin-top: 0px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 8px;
  border: 8px solid rgba(106, 132, 147, 0.1);
  height: 53px;
  padding-left: 8px;
}
.contact .section__assessment label#label-other-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-other_primary_function-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-other_continued_access-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-other_context-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-other_frequently-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-other_currently_ensure-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-other_primary_function_of-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-not_listed_-1b2c7f80-84a3-4c81-986e-260919243efb {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__assessment label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__assessment label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__assessment label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__assessment textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  font-weight: 400;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__assessment .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__assessment .hs-form-radio-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #1A5261;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__assessment .hs-form-radio-display span a {
  color: #009CB7;
}
.contact .section__assessment .hs-form-radio-display input {
  width: 18px !important;
}
.contact .section__assessment .hs-richtext {
  font-size: 14px;
  color: #6A8493;
  font-weight: 300;
}
.contact .section__assessment input {
  width: 100% !important;
  background-color: wheat #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__assessment select {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261 !important;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__assessment label.hs-error-msg {
  color: #169DFF;
  margin-top: 5px !important;
}
.contact .section__assessment .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__assessment input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment input[type=file]:last-child {
  background-color: transparent;
  color: #1A5261;
  min-height: 45px;
}
.contact .section__assessment input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  margin-right: 12px;
}
.contact .section__assessment select::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment select::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment select:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment select::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment select::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 {
  background-color: transparent;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__assessment2 .hs-form-booleancheckbox-display {
  margin-top: 10px;
  padding-bottom: 40px;
  color: #1A5261;
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__assessment2 .hs-form-booleancheckbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 0px;
}
.contact .section__assessment2 .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 100% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__assessment2 .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__assessment2 .hs-button.primary.large:focus, .contact .section__assessment2 .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__assessment2 .hs-button.primary.large.disabled, .contact .section__assessment2 .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__assessment2 .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__assessment2 .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__assessment2 .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__assessment2 .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__assessment2 .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__assessment2 .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__assessment2 .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__assessment2 label.hs-error-msg {
  color: #3377c6 !important;
  margin-top: 5px !important;
  font-size: 14px !important;
}
.contact .section__assessment2 label {
  font-size: 20px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 60px;
}
.contact .section__assessment2 label.hs-form-radio-display {
  margin-top: 0px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 8px;
  border: 8px solid rgba(106, 132, 147, 0.1);
  height: 53px;
  padding-left: 8px;
}
.contact .section__assessment2 label#label-other-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-other_primary_function-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-other_continued_access-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-other_context-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-other_frequently-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-other_currently_ensure-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-other_primary_function_of-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-not_listed_-1b2c7f80-84a3-4c81-986e-260919243efb {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__assessment2 label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__assessment2 label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__assessment2 label.hs-error-msg.hs-main-font-element:last-child {
  margin-top: 40px;
}
.contact .section__assessment2 textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 110px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  font-weight: 400;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment2 textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__assessment2 .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__assessment2 .hs-form-radio-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #1A5261;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__assessment2 .hs-form-radio-display span a {
  color: #009CB7;
}
.contact .section__assessment2 .hs-form-radio-display input {
  width: 18px !important;
}
.contact .section__assessment2 .hs-richtext {
  font-size: 14px;
  color: #6A8493;
  font-weight: 300;
}
.contact .section__assessment2 input {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment2 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__assessment2 select {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261 !important;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment2 select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__assessment2 label.hs-error-msg {
  color: #169DFF;
  margin-top: 5px !important;
}
.contact .section__assessment2 .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__assessment2 input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 input[type=file]:last-child {
  background-color: transparent;
  color: #1A5261;
  min-height: 45px;
}
.contact .section__assessment2 input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 12px;
}
.contact .section__assessment2 select::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 select::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 select:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 select::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 select::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment2 label.hs-form-checkbox-display {
  margin-top: 20px !important;
}
.contact .section__assessment2 label.hs-form-checkbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 0px;
}
.contact .section__assessment2 input#consent-a98c66fd-c762-449d-8f19-14ab6c14a53d.hs-input {
  width: 30px !important;
  height: 20px !important;
  margin-bottom: 40px !important;
}
.contact .section__assessment2 .hs-form-booleancheckbox input#consent-a98c66fd-c762-449d-8f19-14ab6c14a53d.hs-input {
  margin-top: 0px;
}
.contact .section__assessment3 {
  background-color: transparent;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__assessment3 .hs-form-booleancheckbox-display {
  margin-top: 20px;
  padding-bottom: 90px;
  padding-top: 40px !important;
  border-bottom: 1px dashed #6A8493;
  color: #1A5261;
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__assessment3 .hs-form-booleancheckbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 0px;
}
.contact .section__assessment3 .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 100% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__assessment3 .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__assessment3 .hs-button.primary.large:focus, .contact .section__assessment3 .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__assessment3 .hs-button.primary.large.disabled, .contact .section__assessment3 .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__assessment3 .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__assessment3 .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__assessment3 .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__assessment3 .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__assessment3 .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__assessment3 .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__assessment3 .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__assessment3 label.hs-error-msg {
  color: #3377c6 !important;
  margin-top: 5px !important;
  font-size: 14px !important;
}
.contact .section__assessment3 label {
  font-size: 20px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 40px;
}
.contact .section__assessment3 label span {
  color: #1A5261;
}
.contact .section__assessment3 p {
  font-family: "Mulish", sans-serif !important;
  color: #1A5261 !important;
}
.contact .section__assessment3 label.hs-form-radio-display {
  margin-top: 0px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 8px;
  border: 8px solid rgba(106, 132, 147, 0.1);
  height: 53px;
  padding-left: 8px;
}
.contact .section__assessment3 label#label-other-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-other_primary_function-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-other_continued_access-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-other_context-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-other_frequently-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-other_currently_ensure-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-other_primary_function_of-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-not_listed_-1b2c7f80-84a3-4c81-986e-260919243efb {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__assessment3 label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__assessment3 label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__assessment3 label.hs-error-msg.hs-main-font-element:last-child {
  margin-top: 40px;
}
.contact .section__assessment3 textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 110px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  font-weight: 400;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment3 textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__assessment3 .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__assessment3 .hs-form-radio-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #1A5261;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__assessment3 .hs-form-radio-display span a {
  color: #009CB7;
}
.contact .section__assessment3 .hs-form-radio-display input {
  width: 18px !important;
}
.contact .section__assessment3 .hs-richtext {
  font-size: 14px;
  color: #6A8493;
  font-weight: 300;
}
.contact .section__assessment3 input {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment3 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__assessment3 select {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261 !important;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__assessment3 select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__assessment3 label.hs-error-msg {
  color: #169DFF;
  margin-top: 5px !important;
}
.contact .section__assessment3 .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__assessment3 input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 select::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 select::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 select:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 select::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 select::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__assessment3 label.hs-form-checkbox-display {
  margin-top: 20px !important;
}
.contact .section__assessment3 label.hs-form-checkbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 0px;
}
.contact .section__assessment3 label.hs-form-booleancheckbox-display input {
  width: 50px !important;
  margin-left: 0px !important;
}
.contact .section__assessment3 input#by_submitting_this_form_confirm_i_am_purchasing_the_selected_subscription_for_my_organisation__and_-f7c780aa-429f-44a4-916f-6878354a6a5a {
  margin-left: 8px !important;
}
.contact .section__assessment3 .hs-dependent-field {
  border-top: 1px dashed #6A8493;
  margin-top: 50px;
}
.contact .section__assessment3 input[type=checkbox] {
  width: 30px !important;
  height: 20px !important;
  margin-right: 12px;
  margin-left: 5px;
}
.contact .section__assessment3 input[type=checkbox] {
  margin-top: 10px !important;
}
.contact .section__assessment3 .hs-form-booleancheckbox input#consent-a98c66fd-c762-449d-8f19-14ab6c14a53d.hs-input {
  margin-top: 0px;
}
.contact .section__build-quote {
  background-color: transparent;
  min-height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contact .section__build-quote .hs-form-booleancheckbox-display {
  margin-top: 60px !important;
  padding-bottom: 40px;
  color: #1A5261;
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__build-quote .hs-form-booleancheckbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 0px;
}
.contact .section__build-quote .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 100% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__build-quote .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__build-quote .hs-button.primary.large:focus, .contact .section__build-quote .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__build-quote .hs-button.primary.large.disabled, .contact .section__build-quote .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__build-quote .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__build-quote .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__build-quote .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__build-quote .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__build-quote .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__build-quote .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__build-quote .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__build-quote label.hs-error-msg {
  color: #3377c6 !important;
  margin-top: 5px !important;
  font-size: 14px !important;
}
.contact .section__build-quote label {
  font-size: 20px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 60px;
}
.contact .section__build-quote label.hs-form-radio-display {
  margin-top: 0px !important;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 8px;
  border: 8px solid rgba(106, 132, 147, 0.1);
  height: 53px;
  padding-left: 8px;
}
.contact .section__build-quote label#label-other-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-other_primary_function-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-other_continued_access-c3525191-4529-4f75-833b-16e7a91f2a56 {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-other_context-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-other_frequently-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-other_currently_ensure-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-other_primary_function_of-3cd31c45-046a-404c-ae1a-86db705b9c3c {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-not_listed_-1b2c7f80-84a3-4c81-986e-260919243efb {
  margin-top: 0px !important;
  color: #009CB7;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb p:last-child {
  margin-top: 0px !important;
  color: #6A8493;
  font-size: 16px !important;
}
.contact .section__build-quote label#label-how_many_different_hosting_environments_are_you_using_for_your_applications__e_g___aws__google_clou-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__build-quote label#label-how_many_third_party_services_does_your_software_depend_on__e_g___databases__apis__libraries____-1b2c7f80-84a3-4c81-986e-260919243efb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .section__build-quote label.hs-error-msg.hs-main-font-element:last-child {
  margin-top: 40px;
}
.contact .section__build-quote textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 110px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  font-weight: 400;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__build-quote textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__build-quote .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__build-quote .hs-form-radio-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #1A5261;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__build-quote .hs-form-radio-display span a {
  color: #009CB7;
}
.contact .section__build-quote .hs-form-radio-display input {
  width: 18px !important;
}
.contact .section__build-quote .hs-richtext {
  font-size: 14px;
  color: #6A8493;
  font-weight: 300;
}
.contact .section__build-quote input {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261;
  background-clip: padding-box;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__build-quote input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact .section__build-quote select {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1A5261 !important;
  border: none;
  border-bottom: 2px solid #8FD3DF;
  border-radius: 0px;
  outline: none;
}
.contact .section__build-quote select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__build-quote label.hs-error-msg {
  color: #169DFF;
  margin-top: 5px !important;
}
.contact .section__build-quote .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__build-quote input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote input[type=file]:last-child {
  background-color: transparent;
  color: #1A5261;
  min-height: 45px;
}
.contact .section__build-quote input[type=checkbox] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 12px;
}
.contact .section__build-quote select::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote select::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote select:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote select::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote select::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #B7B7B7 !important;
  font-weight: 400;
}
.contact .section__build-quote label.hs-form-checkbox-display {
  margin-top: 20px !important;
}
.contact .section__build-quote label.hs-form-checkbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
  margin-top: 0px;
}
.contact .section__build-quote input[type=radio] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  border: 3px solid red;
  margin-top: 10px;
}
.contact .section__build-quote input[type=radio]:before {
  content: "";
  display: block;
  width: 65%;
  height: 60%;
  margin: 21% auto;
  border-radius: 50%;
}
.contact .section__modal-form5 {
  background-color: transparent;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px !important;
}
.contact .section__modal-form5 .hs-form-booleancheckbox-display {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #6A8493;
  color: #1A5261;
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__modal-form5 .hs-form-booleancheckbox-display span {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__modal-form5 .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 100% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.contact .section__modal-form5 .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.contact .section__modal-form5 .hs-button.primary.large:focus, .contact .section__modal-form5 .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__modal-form5 .hs-button.primary.large.disabled, .contact .section__modal-form5 .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.contact .section__modal-form5 .hs-button.primary.large:not(:disabled):not(.disabled):active, .contact .section__modal-form5 .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .contact .section__modal-form5 .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.contact .section__modal-form5 .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .contact .section__modal-form5 .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .contact .section__modal-form5 .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.contact .section__modal-form5 .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.contact .section__modal-form5 label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 400;
}
.contact .section__modal-form5 textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form5 textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form5 .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
}
.contact .section__modal-form5 .hs-form-radio-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #1A5261;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.contact .section__modal-form5 .hs-form-radio-display span a {
  color: #009CB7;
}
.contact .section__modal-form5 .hs-form-radio-display input {
  width: 18px !important;
}
.contact .section__modal-form5 .hs-richtext {
  font-size: 14px;
  color: #6A8493;
  font-weight: 300;
}
.contact .section__modal-form5 input {
  width: 100% !important;
  background-color: wheat #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form5 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form5 select {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.contact .section__modal-form5 select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact .section__modal-form5 label.hs-error-msg {
  color: #169DFF;
}
.contact .section__modal-form5 .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.contact .section__modal-form5 input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form5 input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form5 input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form5 input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form5 input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.contact .section__modal-form5 input[type=file]:last-child {
  background-color: transparent;
  color: #1A5261;
  min-height: 45px;
}
.contact .section__modal-form5 input[type=checkbox] {
  width: 20px !important;
  height: 20px;
  margin-right: 12px;
}
.contact .section__modal-image-content {
  height: 280px;
  background: url("https://bala-alex.github.io/images/resources-page/modal-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
.contact .section__modal-image {
  width: 100%;
  height: 100%;
  max-height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -140px;
}
.contact .section__modal-image2 {
  width: 100%;
  height: 100%;
  max-height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -180px;
  margin-bottom: -70px;
}
.contact .section__modal-image3 {
  width: 100%;
  height: 100%;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -180px;
  margin-bottom: 40px;
}
.contact .section__modal-image4 {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.contact .section__modal-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.contact .section__modal-title2 {
  color: #48748C;
  font-size: 30px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  margin-right: 35px;
  margin-bottom: 0px;
}
.contact .section__modal-subtext {
  color: #009CB7;
  font-size: 16px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
}
.contact input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  margin-top: 0px;
}
.contact .video-player {
  width: 100%;
  height: 550px;
  margin-top: 30px;
}
@media (max-width: 992px) {
  .contact .video-player {
    width: 100%;
    height: 40vh;
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .contact .video-player {
    width: 100%;
    height: 25vh;
    margin-top: 90px;
  }
}
.contact .video-player-small {
  width: 182px;
  height: 95px;
}
.contact li label.hs-error-msg.hs-main-font-element {
  color: #169DFF;
  font-size: 16px !important;
  margin-top: 5px;
}

.contact-custom input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  margin-top: 10px;
}

.resources .header {
  overflow: hidden;
}
.resources .header__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -1px;
  text-align: center;
  max-width: 100%;
}
@media (max-width: 480px) {
  .resources .header__title {
    font-size: 42px !important;
    line-height: 53px;
  }
}
.resources .header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 768px;
  text-align: center;
}
.resources .header__title2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  max-width: 700px;
  color: #1A5261;
  position: relative;
}
@media (max-width: 480px) {
  .resources .header__title2 {
    font-size: 42px;
    line-height: 53px;
  }
}
.resources .header__subtitle2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #48748C;
  max-width: 667px;
  position: relative;
}
.resources .header__text {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; 
  margin-bottom: 5px;
}
.resources .header__link {
  color: var(--ck-green-default);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.header__explore-label {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 22px !important;
  margin-bottom: 5px;
}
.header__pricing-option-link {
  color: var(--ck-green-default) !important;
  font-family: Mulish;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 28px;
}
.resources .header__subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #1A5261;
  text-align: start;
  max-width: 100% !important;
  margin-bottom: 0px !important;
}
.resources .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.resources .header__bg {
  min-height: 490px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 100px !important;
  padding-bottom: 180px !important;
}
.resources .header__bg-new {
  min-height: 700px !important;
  background: linear-gradient(1.58deg, #F8FBFF 1.71%, #FFFFFF 82.27%) !important;
  padding-top: 180px !important;
  padding-bottom: 180px !important;
  position: relative;
}
.resources .header__bg-new2 {
  min-height: 700px !important;
  background: linear-gradient(1.58deg, #F8FBFF 1.71%, #FFFFFF 82.27%) !important;
  padding-top: 180px !important;
  padding-bottom: 180px !important;
  position: relative;
}
@media (max-width: 480px) {
  .resources .header__bg-new2 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.resources .header__bg-landing {
  min-height: 800px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 251, 255, 0)), color-stop(82.6%, #F4F9FF));
  background: linear-gradient(180deg, rgba(248, 251, 255, 0) 0%, #F4F9FF 82.6%);
  padding-top: 160px !important;
  padding-bottom: 100px !important;
  position: relative;
}
.resources .header__bg-backups {
  min-height: 650px !important;
  background: linear-gradient(174.76deg, #008EA7 -4.02%, #33AEC5 95.8%);
  padding-top: 100px !important;
  padding-bottom: 0px !important;
  position: relative;
}
.resources .header__bg-backups2 {
  min-height: 650px !important;
  background: linear-gradient(1deg, #EDFAFF 0%, rgba(237, 250, 255, 0) 100%);
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  position: relative;
}
.resources .header__bg-backups3 {
  min-height: 550px !important;
  background: linear-gradient(174.76deg, #008EA7 -4.02%, #33AEC5 95.8%);
  padding-top: 140px !important;
  padding-bottom: 140px !important;
  position: relative;
}
.resources .header__bg-top-left {
  position: absolute;
  top: 25px;
  left: 0;
}
.resources .header__bg-top-right {
  position: absolute;
  top: 25px;
  right: 0;
  width: 240px !important;
}
@media (max-width: 992px) {
  .resources .header__bg-top-right {
    max-width: 150px !important;
  }
}
.resources .header__bg-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px !important;
}
@media (max-width: 992px) {
  .resources .header__bg-bottom-left {
    max-width: 90px;
  }
}
.resources .header__bg-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.resources .header__bg-bottom-left-large {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px !important;
}
@media (max-width: 992px) {
  .resources .header__bg-bottom-left-large {
    max-width: 90px;
  }
}
.resources .header__bg-bottom-right-small {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 244px !important;
}
@media (max-width: 992px) {
  .resources .header__bg-bottom-right-small {
    max-width: 20%;
  }
}
.resources .header__bg-bottom-left-small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 244px !important;
}
@media (max-width: 992px) {
  .resources .header__bg-bottom-left-small {
    max-width: 20%;
  }
}
.resources .header__bg-bottom-right-large {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px !important;
}
@media (max-width: 992px) {
  .resources .header__bg-bottom-right-large {
    max-width: 90px;
  }
}
.resources .header__bg-left {
  position: absolute;
  top: 115px;
  left: 0;
  width: 170px;
  max-height: 59px;
}
@media (max-width: 992px) {
  .resources .header__bg-left {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .resources .header__bg-left {
    max-width: 35%;
  }
}
.resources .header__bg-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 303px;
  max-height: 111px;
}
@media (max-width: 992px) {
  .resources .header__bg-right {
    max-width: 35%;
  }
}
.resources .header__bg-left2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 290px;
}
@media (max-width: 767px) {
  .resources .header__bg-left2 {
    max-width: 40%;
  }
}
.resources .header__bg-right2 {
  position: absolute;
  top: 115px;
  right: 0;
  max-width: 190px;
}
@media (max-width: 767px) {
  .resources .header__bg-right2 {
    max-width: 30%;
  }
}
.resources .header__bg-right3 {
  position: absolute;
  top: 115px;
  right: 0;
  max-width: 190px;
}
@media (max-width: 767px) {
  .resources .header__bg-right3 {
    max-width: 30%;
  }
}
.resources .header__bg-right4 {
  position: absolute;
  top: 115px;
  right: 0;
  width: 170px;
  max-height: 59px;
}
@media (max-width: 992px) {
  .resources .header__bg-right4 {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .resources .header__bg-right4 {
    max-width: 35%;
  }
}
.resources .header__shape-left {
  position: absolute;
  top: 10px;
  left: 0;
  max-width: 170px;
}
@media (max-width: 767px) {
  .resources .header__shape-left {
    max-width: 30%;
  }
}
.resources .header__shape-right {
  position: absolute;
  top: 10px;
  right: 0;
  max-width: 170px;
}
@media (max-width: 767px) {
  .resources .header__shape-right {
    max-width: 30%;
  }
}
.resources .header__bg-logo-shape {
  position: absolute;
  top: 50px;
  right: 0;
  max-width: 400px;
}
@media (max-width: 992px) {
  .resources .header__bg-logo-shape {
    max-width: 40%;
  }
}
.resources .header__bg-logo-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 300px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .resources .header__bg-logo-shape2 {
    max-width: 40%;
  }
}
.resources .header__circles-left {
  position: absolute;
  top: 95px;
  left: 0;
  max-width: 200px;
}
@media (max-width: 767px) {
  .resources .header__circles-left {
    max-width: 40%;
  }
}
.resources .header__circles-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}
@media (max-width: 767px) {
  .resources .header__circles-right {
    max-width: 50%;
  }
}
.resources .header__bg-screen {
  position: absolute;
  bottom: 173px;
  right: 0;
  max-width: 700px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 1400px) and (max-width: 1550px) {
  .resources .header__bg-screen {
    max-width: 620px;
    bottom: 176px;
  }
}
@media (max-width: 1400px) {
  .resources .header__bg-screen {
    max-width: 40%;
    bottom: 120px;
  }
}
@media (max-width: 1200px) {
  .resources .header__bg-screen {
    max-width: 40%;
    bottom: 100px;
  }
}
@media (max-width: 992px) {
  .resources .header__bg-screen {
    max-width: 40%;
    bottom: 80px;
  }
}
@media (max-width: 767px) {
  .resources .header__bg-screen {
    max-width: 40%;
    bottom: 50px;
  }
}
@media (max-width: 480px) {
  .resources .header__bg-screen {
    max-width: 40%;
    bottom: 30px;
  }
}
.resources .header__bg3 {
  min-height: 290px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 50px !important;
  padding-bottom: 90px !important;
}
.resources .header__bg2 {
  min-height: 450px !important;
  background: url("https://bala-alex.github.io/images/resources-page/resources-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 80px !important;
  padding-bottom: 180px !important;
}
.resources .best-price__bg {
  background: linear-gradient(126.48deg, #03A4C0 20.83%, #0196B1 102.26%);
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  width: 100%;
  min-height: 430px;
  padding: 50px;
  position: relative;
  margin-top: -215px;
}
@media (max-width: 767px) {
  .resources .best-price__bg {
    padding: 15px;
  }
}
.resources .best-price__bg2 {
  background: linear-gradient(55.74deg, #457FD7 7.34%, #255DB1 113.77%);
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  width: 100%;
  min-height: 367px;
  padding: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .resources .best-price__bg2 {
    padding: 50px 15px;
  }
}
.resources .best-price__bg3 {
  background: #ffffff;
  -webkit-box-shadow: 0px 15px 45px 0px rgba(0, 90, 109, 0.1019607843);
  box-shadow: 0px 15px 45px 0px rgba(0, 90, 109, 0.1019607843);
  border-radius: 10px;
  width: 100%;
  min-height: 367px;
  padding: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .resources .best-price__bg3 {
    padding: 50px 15px;
  }
}
.resources .best-price__small-shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 49px;
  height: 138px;
}
.resources .best-price__small-shape3 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 238px;
  max-width: 25%;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .best-price__large-shape3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 419px;
  max-width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .best-price__medium-shape {
  position: absolute;
  left: 0;
  top: 0;
  width: 180px;
  height: 51px;
}
.resources .best-price__large-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 357px;
  height: 156px;
}
@media (max-width: 767px) {
  .resources .best-price__large-shape {
    max-width: 200px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.resources .best-price__large-shape2 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 464px;
  height: 516px;
}
@media (max-width: 767px) {
  .resources .best-price__large-shape2 {
    max-width: 200px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.resources .best-price__shape-top-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 264px;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .best-price__shape-bottom-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 339px;
  height: 403px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 480px) {
  .resources .best-price__shape-bottom-left {
    max-width: 200px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.resources .best-price__shape-top-right2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 202px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .resources .best-price__shape-top-right2 {
    max-width: 50px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.resources .best-price__shape-bottom-left2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 382px;
  height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .resources .best-price__shape-bottom-left2 {
    max-width: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.resources .best-price__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 300px;
}
.resources .best-price__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
}
.resources .best-price__title2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 54px;
  color: #ffffff;
}
@media (max-width: 480px) {
  .resources .best-price__title2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.resources .best-price__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.resources .best-price__text2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.resources .best-price__text2 span {
  font-size: 50px;
  font-weight: 600;
}
.resources .best-price__text2 sup {
  font-size: 25px;
}
.resources .best-price__subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 4px;
}
.resources .verify-guide__bg {
  min-height: 440px;
  background: #FFFFFF;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  position: relative;
  padding: 100px 40px 40px 40px;
  z-index: 9;
}
@media (max-width: 767px) {
  .resources .verify-guide__bg {
    padding: 100px 20px 20px 20px;
  }
}
.resources .verify-guide__illustration {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 160px;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .verify-guide__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .resources .verify-guide__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.resources .verify-guide__sidebar {
  width: 200px;
}
@media (max-width: 767px) {
  .resources .verify-guide__sidebar {
    display: none;
  }
}
.resources .verify-guide__sidebar-mobile {
  display: none;
}
@media (max-width: 767px) {
  .resources .verify-guide__sidebar-mobile {
    display: block;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
.resources .verify-guide__gradient-line-mobile {
  width: 100%;
  height: 7px;
  background: -webkit-gradient(linear, right top, left top, color-stop(12.43%, #013685), color-stop(37.29%, #538BE0), color-stop(61.06%, #23A5BB), color-stop(87.57%, #A8E6EC));
  background: linear-gradient(270deg, #013685 12.43%, #538BE0 37.29%, #23A5BB 61.06%, #A8E6EC 87.57%);
}
.resources .verify-guide__gradient-line {
  width: 7px;
  height: 100%;
  background: linear-gradient(1deg, #013685 12.43%, #538BE0 37.29%, #23A5BB 61.06%, #A8E6EC 87.57%);
  position: relative;
}
.resources .verify-guide__circle-light {
  position: absolute;
  top: -15px;
  left: -11px;
}
.resources .verify-guide__circle-dark {
  position: absolute;
  bottom: -15px;
  left: -11px;
}
.resources .verify-guide__circle-light2 {
  position: absolute;
  bottom: -13px;
  left: -5px;
}
.resources .verify-guide__circle-dark2 {
  position: absolute;
  bottom: -13px;
  right: -5px;
}
.resources .verify-guide__first-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #009CB7;
  position: absolute;
  left: 25px;
  top: 23%;
}
@media (max-width: 1200px) {
  .resources .verify-guide__first-text {
    left: 15px;
  }
}
@media (max-width: 992px) {
  .resources .verify-guide__first-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.resources .verify-guide__second-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #417BD2;
  position: absolute;
  left: 25px;
  top: 61%;
}
@media (max-width: 1200px) {
  .resources .verify-guide__second-text {
    left: 15px;
  }
}
@media (max-width: 992px) {
  .resources .verify-guide__second-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.resources .verify-guide__third-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #164995;
  position: absolute;
  left: 25px;
  top: 86%;
}
@media (max-width: 1200px) {
  .resources .verify-guide__third-text {
    left: 15px;
  }
}
@media (max-width: 992px) {
  .resources .verify-guide__third-text {
    font-size: 20px;
    line-height: 24px;
  }
}
.resources .verify-guide__main-title {
  color: var(--light-dark-dark) !important;
  font-family: Mulish;
  font-size: 58px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 70px; /* 120.69% */
  letter-spacing: -1px;
}
.resources .verify-guide__main-subtitle 
color: var(--light-dark-dark) !important;
font-family: "Mulish";
font-style: normal;
font-weight: 300;
font-size: 20px;
line-height: 28px;
max-width: 714px;
}
.resources .verify-guide__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
}
.resources .verify-guide__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
}
.resources .verify-guide__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #1A5261;
}
.resources .verify-guide__badge-automated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 51px;
  min-width: 210px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #41B3C8), color-stop(130.25%, #069FB9)), -webkit-gradient(linear, left bottom, left top, from(#56CBE1), to(#56CBE1));
  background: linear-gradient(90deg, #41B3C8 50%, #069FB9 130.25%), linear-gradient(0deg, #56CBE1, #56CBE1);
  position: absolute;
  top: 25px;
  left: 0;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 0 30px 30px 0;
  border: 1px solid #56CBE1;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 48, 120, 0.1019607843);
  box-shadow: 0px 3px 10px 0px rgba(0, 48, 120, 0.1019607843);
}
@media (max-width: 767px) {
  .resources .verify-guide__badge-automated {
    padding-left: 20px;
  }
}
.resources .verify-guide__badge-advanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 51px;
  min-width: 210px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16.25%, #409DD1), color-stop(130.25%, #1A7CB3)), -webkit-gradient(linear, left bottom, left top, from(#62B6E5), to(#62B6E5));
  background: linear-gradient(90deg, #409DD1 16.25%, #1A7CB3 130.25%), linear-gradient(0deg, #62B6E5, #62B6E5);
  position: absolute;
  top: 25px;
  left: 0;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 0 30px 30px 0;
  border: 1px solid #62B6E5;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 48, 120, 0.1019607843);
  box-shadow: 0px 3px 10px 0px rgba(0, 48, 120, 0.1019607843);
}
@media (max-width: 767px) {
  .resources .verify-guide__badge-advanced {
    padding-left: 20px;
  }
}
.resources .verify-guide__badge-complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 51px;
  min-width: 210px;
  background: -webkit-gradient(linear, left top, right top, color-stop(16.25%, #417BD2), color-stop(130.25%, #1D53A4)), -webkit-gradient(linear, left bottom, left top, from(#548ADA), to(#548ADA));
  background: linear-gradient(90deg, #417BD2 16.25%, #1D53A4 130.25%), linear-gradient(0deg, #548ADA, #548ADA);
  position: absolute;
  top: 25px;
  left: 0;
  padding-left: 40px;
  padding-right: 15px;
  border-radius: 0 30px 30px 0;
  border: 1px solid #548ADA;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 48, 120, 0.1019607843);
  box-shadow: 0px 3px 10px 0px rgba(0, 48, 120, 0.1019607843);
}
@media (max-width: 767px) {
  .resources .verify-guide__badge-complete {
    padding-left: 20px;
  }
}
.resources .verify-guide__badge-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
.resources .verify-guide__shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .resources .verify-guide__shape {
    max-width: 35%;
    height: auto;
  }
}
.resources .intro-guide__container {
  min-height: 800px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.3%, #F3F6FC), color-stop(132.02%, #F9FCFF));
  background: linear-gradient(180deg, #F3F6FC -27.3%, #F9FCFF 132.02%);
  margin-top: -210px;
  padding-top: 300px;
  padding-bottom: 200px;
  position: relative;
}
.resources .intro-guide__container2 {
  min-height: 800px;
  background: -webkit-gradient(linear, left bottom, left top, from(#F3F6FC), to(#FFFFFF));
  background: linear-gradient(0deg, #F3F6FC 0%, #FFFFFF 100%);
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
.resources .intro-guide__bg {
  min-height: 440px;
  background: #FFFFFF;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  position: relative;
  padding: 60px;
  z-index: 9;
}
@media (max-width: 767px) {
  .resources .intro-guide__bg {
    padding: 20px;
  }
}
.resources .intro-guide__shape-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 221px;
  height: 82px;
}
@media (max-width: 480px) {
  .resources .intro-guide__shape-left {
    max-width: 130px;
    height: auto;
  }
}
.resources .intro-guide__shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 118px;
  height: 279px;
}
@media (max-width: 480px) {
  .resources .intro-guide__shape-right {
    max-width: 50px;
    height: auto;
  }
}
.resources .intro-guide__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
}
@media (max-width: 480px) {
  .resources .intro-guide__image {
    max-width: 100px;
    height: auto;
  }
}
.resources .intro-guide__illustration {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 350px;
}
.resources .intro-guide__title {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 35px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 40px; /* 114.286% */
  max-width: 408px;
}
.resources .intro-guide__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  max-width: 618px;
  color: #6A8493;
}
.resources .intro-guide__main-title {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
}
@media (max-width: 767px) {
  .resources .intro-guide__main-title {
    font-size: 30px !important;
    line-height: 35px;
  }
}
.resources .intro-guide__main-subtitle {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  max-width: 582px;
}
.resources .intro-guide__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6782A3;
}
.resources .intro-guide__badge {
  min-width: 100px;
  height: 35px;
  background: #DFECFF;
  border-radius: 10px;
  text-align: center;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #417BD2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  white-space: nowrap;
  padding: 0 15px;
}
.resources .intro-guide__badge2 {
  min-width: 100px;
  height: 35px;
  background: #F3F8FF;
  border-radius: 10px;
  text-align: center;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #245CB0;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  white-space: nowrap;
  padding: 0 15px;
}
.resources .people-choose__bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.04%, #FFFFFF), color-stop(120.07%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 18.04%, #EBFAFC 120.07%);
  min-height: 400px;
  border-radius: 0 0 60% 60%;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .resources .people-choose__bg {
    border-radius: 0 0 40% 40%;
  }
}
.resources .people-choose__bg2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.97%, #FFFFFF), color-stop(76.13%, #EEFAFF));
  background: linear-gradient(180deg, #FFFFFF 4.97%, #EEFAFF 76.13%);
  min-height: 800px;
  border-radius: 0 0 60% 60%;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .resources .people-choose__bg2 {
    border-radius: 0 0 40% 40%;
  }
}
.resources .people-choose__main-title {
  color: var(--light-dark-dark);
  text-align: center;
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 60px; /* 120% */
  padding-top: 150px;
}
@media (max-width: 767px) {
  .resources .people-choose__main-title {
    font-size: 35px;
    line-height: 40px;
  }
}
.resources .people-choose__main-subtitle {
  color: var(--light-dark-dark, #1A5261);
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 155.556% */
  max-width: 700px;
}
.resources .people-choose__main-subtitle2 {
  color: var(--light-dark-dark);
  text-align: center;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 28px; /* 155.556% */
  max-width: 726px;
}
.resources .people-choose__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 600px;
}
.resources .people-choose__circle-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 400px;
  max-height: 400px;
  object-fit: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
.resources .people-choose__info {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 620px;
  color: #1A5261;
}
.resources .people-choose__box {
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 5px;
  min-height: 250px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resources .people-choose__box2 {
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 12px;
  min-height: 255px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.resources .people-choose__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  max-width: 360px;
  color: #1A5261;
}
.resources .people-choose__subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #6A8493;
}
.resources .people-choose__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100px;
}
.resources .people-choose__name {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #1A5261;
  margin-bottom: 3px;
}
.resources .software-escrow__bg-gray {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.56%, #FFFFFF), color-stop(137.35%, #F5FAFF));
  background: linear-gradient(180deg, #FFFFFF 6.56%, #F5FAFF 137.35%);
  min-height: 400px;
  border-radius: 0 0 80% 80%;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  .resources .software-escrow__bg-gray {
    border-radius: 0 0 40% 40%;
    padding-bottom: 100px;
  }
}
.resources .software-escrow__bg-gray2 {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-20.63%, rgba(238, 243, 249, 0.5)), color-stop(71.07%, rgba(238, 243, 249, 0)));
  background: linear-gradient(0deg, rgba(238, 243, 249, 0.5) -20.63%, rgba(238, 243, 249, 0) 71.07%);
}
.resources .software-escrow__bg-image-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 520px;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .software-escrow__bg-gray3 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15.95%, rgba(255, 255, 255, 0)), to(#E6F7FB));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 15.95%, #E6F7FB 100%);
  height: 116px;
  margin-bottom: 150px;
  margin-top: 50px;
  opacity: 0.36;
}
.resources .software-escrow__main-title {
  color: var(--light-dark-dark);
  text-align: center;
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
  letter-spacing: -1px;
  padding-top: 130px;
}
@media (max-width: 767px) {
  .resources .software-escrow__main-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.resources .software-escrow__main-subtitle {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 755px;
}
.resources .software-escrow__title {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}
.resources .software-escrow__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  max-width: 485px;
  color: #6A8493;
}
.resources .software-escrow__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 450px;
}
.resources .software-escrow__devider {
  width: 35px;
  height: 0.5px;
  background-color: #5E89A0;
}
.resources .software-escrow__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #6A8493;
  margin-bottom: 5px;
}
.resources .guide__box {
  width: 100%;
  min-height: 700px;
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  margin-top: 30px;
}
.resources .guide__box-header {
  height: 330px;
  background-color: #F3F6FC;
  border-radius: 10px 10px 0px 0px;
  padding: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resources .guide__box-header2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
  border-radius: 10px 10px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resources .guide__box-image {
  max-width: 320px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 480px) {
  .resources .guide__box-image {
    max-width: 260px;
  }
}
.resources .guide__box-image2 {
  max-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.resources .guide__box-content {
  padding: 30px 40px;
}
.resources .guide__box-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  max-width: 448px;
  color: #00384B;
  min-height: 80px;
}
.resources .guide__box-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  max-width: 512px;
  color: #00384B;
  min-height: 180px;
}
.resources .guide__box-info-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #009CB7 !important;
}
.resources .guide__box-time {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #6A8493 !important;
}
.resources .guide__box-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.resources .guide__box-badge {
  width: 100px;
  height: 35px;
  background: #DFECFF;
  border-radius: 10px;
  text-align: center;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 12px;
  color: #417BD2;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}
.resources .legal-hurdles__title {

  color: #6A8493;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
}
.resources .legal-hurdles__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #6A8493;
  text-align: center;
  max-width: 250px;
}
.resources .applications__box {
  width: 100%;
  max-width: 567px;
  min-height: 700px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5FAFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #F5FAFF 100%);
  border: 1px solid #CDE2EE;
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 480px) {
  .resources .applications__box {
    padding: 20px;
  }
}
.resources .applications__header-title {
  font-weight: 200;
  font-size: 42px;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
}
.resources .applications__header-subtitle {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  max-width: 383px;
}
.resources .applications__content-title {
  font-size: 14px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
}
.resources .applications__image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .applications__content-text {
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0.3px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
}
.resources .applications__content-text a {
  color: #009CB7;
  font-weight: 600;
}
.resources .applications__content-text2 {
  font-size: 16px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: 400;
}
.resources .applications__content-subtext {
  font-size: 12px !important;
  line-height: 16px;
  letter-spacing: 0.3px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
  font-style: italic;
}
.resources .applications__border {
  width: 100%;
  height: 1px;
  background-color: #6782A3;
  margin: 40px 0;
  opacity: 0.35;
}
.resources .applications__header-text {
  font-size: 48px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}
.resources .applications__header-text sup {
  font-size: 20px;
}
.resources .applications__header-text span {
  font-size: 14px;
}
.resources .applications__header-subtext {
  font-size: 24px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
}
.resources .applications__header-subtext span {
  font-size: 14px;
}
.resources .applications__logos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .resources .applications__logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
  }
}
.resources .applications__logo {
  margin: 0 10px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.resources .applications__logo p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #00384B;
  text-align: center;
  max-width: 85px;
  min-height: 40px;
}
.resources .applications__logo:hover p {
  visibility: visible;
  opacity: 0.7;
}
.resources .applications__logo-image {
  width: 85px;
  /*   height: 65px; */
  height: auto;
}
.resources .applications__logo-image2 {
  width: 85px;
  /*   height: 65px; */
  height: auto;
}
.resources .applications__logo-image3 {
  width: 55px;
  /*   height: 40px; */
  height: auto;
}
.resources .how__container {
  min-height: 550px !important;
  background: url("https://bala-alex.github.io/images/resources-page/saas-escrow-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 992px) {
  .resources .how__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.resources .how__bg-light {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(62.03%, rgba(255, 255, 255, 0)), to(#D1EDF2)), -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 62.03%, #D1EDF2 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding-top: 100px;
  padding-bottom: 200px;
}
.resources .how__title {
  font-weight: 200;
  font-size: 42px;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
}
.resources .how__field-devider {
  width: 100%;
  border: 1px solid #245CB0;
  opacity: 20%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.resources .how__col {
  width: 20%;
  border-top: 1px dashed #ffffff;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .resources .how__col {
    border-top: none;
    width: 100%;
  }
}
.resources .how__col:last-child {
  border-top: none;
}
.resources .how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .resources .how__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.resources .how__col-number {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  width: 40px;
  height: 40px;
  background-color: #DCF3F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .resources .how__col-number {
    margin-top: 30px;
  }
}
.resources .how__col-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
}
.resources .how__top-left {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .resources .how__top-left {
    max-width: 30%;
  }
}
.resources .how__top-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .resources .how__top-right {
    max-width: 30%;
  }
}
.resources .how__bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .resources .how__bottom-left {
    max-width: 30%;
  }
}
.resources .how__bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .resources .how__bottom-right {
    max-width: 30%;
  }
}
.resources .beneficiary__container {
  max-width: 1320px;
  min-height: 540px;
  border-radius: 25px;
  background-color: #F9FCFF;
  padding: 90px 0;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}
.resources .beneficiary__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
}
.resources .beneficiary__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  max-width: 644px;
  font-family: "Mulish", sans-serif;
}
.resources .beneficiary__image {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .info__bg {
  height: 400px;
}
.resources .info__box {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 500px;
  width: 100%;
  margin-top: -460px;
  margin-bottom: 50px;
  padding: 15px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.resources .info__box2 {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 500px;
  width: 100%;
  margin-top: -200px;
  margin-bottom: 50px;
  padding: 50px;
}
.resources .info__box-small {
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  min-height: 240px;
  width: 550px;
  margin-top: -250px;
  margin-bottom: 120px;
  padding: 40px 28px;
}
.resources .info__box-definition {
  background: #ffffff;
  -webkit-box-shadow: 2px 9px 20px #EEF1F6;
  box-shadow: 2px 9px 20px #EEF1F6;
  border-radius: 20px;
  min-height: 365px;
  max-width: 470px;
  padding: 40px;
}
.resources .info__title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.27px;
  text-align: center;
  max-width: 100%;
}
.resources .info__source-title {
  font-weight: 200;
  font-size: 42px;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  letter-spacing: -0.42px;
  max-width: 100%;
}
.resources .info__source-subtitle {
  color: #00384B;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 568px;
}
.resources .info__definition-title {
  font-weight: 200;
  font-size: 30px;
  line-height: 38px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  letter-spacing: -0.42px;
  max-width: 100%;
}
.resources .info__definition-subtitle {
  color: #00384B;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 354px;
}
.resources .info__title2 {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #0b7a76;
  font-weight: normal;
  letter-spacing: -0.27px;
  text-align: center;
  max-width: 100%;
}
.resources .info__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 740px;
}
.resources .info__subtitle2 {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 787px;
}
.resources .info__bull {
  color: #00384B;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  margin-right: 15px;
  margin-top: 3px;
}
.resources .info__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 725px;
}
.resources .info__benefits-title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
}
.resources .info__benefits-subtitle {
  font-size: 16px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #3e3f42;
  font-weight: normal;
}
.resources .info__benefits-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 520px;
}
.resources .info__benefits-content2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 532px;
}
.resources .info__reading-title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.resources .info__reading-subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 706px;
  text-align: center;
}
.resources .info__reading-subtitle2 {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 900px;
  text-align: center;
}
.resources .info__reading-text {
  color: #0b7a76;
  font-size: 28px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  max-width: 300px;
  height: 250px;
}
.resources .info__reading-text:hover {
  cursor: pointer !important;
}
.resources .info__reading-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 767px) {
  .resources .info__reading-image {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
}
.resources .info__data-title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #0b7a76;
  font-weight: normal;
  letter-spacing: -0.27px;
  max-width: 100%;
}
.resources .info__cases-title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
}
.resources .info__cases-subtitle {
  color: #3e3f42;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  max-width: 500px;
}
.resources .info__cases-subtitle2 {
  color: #3e3f42;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.resources .info__cases-subtitle3 {
  color: #3e3f42;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  min-width: 30px !important;
}
.resources .info__section-container {
  max-width: 1320px;
  min-height: 690px;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 90px 0;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}
.resources .info__section-title {
  font-size: 30px !important;
  line-height: 38px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: normal;
  letter-spacing: -0.42px;
}
.resources .info__section-subtitle {
  font-size: 16px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 400;
  max-width: 644px;
}
.resources .info__section-subtitle2 {
  font-size: 16px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 400;
  max-width: 501px;
}
.resources .info__section-subtitle3 {
  font-size: 16px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 400;
  max-width: 540px;
}
.resources .info__section-devider {
  width: 100%;
  height: 1px;
  background-color: #6782A3;
  margin: 40px 0;
  opacity: 0.35;
}
.resources .product__title {
  font-size: 22px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 992px) {
  .resources .product__title {
    font-size: 16px !important;
    line-height: 22px;
  }
}
.resources .product__text {
  color: #333333;
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.resources .product__subtext {
  color: #444444;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0.3px;
  font-family: "Mulish", sans-serif;
  max-width: 240px;
}
.resources .product__subtext2 {
  color: #444444;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0.3px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.resources .product__amount {
  color: #009CB7;
  font-size: 38px;
  font-weight: normal;
  letter-spacing: -0.6px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  margin-bottom: 0;
}
.resources .product__period {
  color: #818181;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
  text-align: center;
  margin-bottom: 0;
}
.resources .product__link {
  color: #007bff !important;
  font-size: 16px;
  line-height: 23px;
  font-weight: normal;
  letter-spacing: 0.3px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.resources .product__header-devider {
  width: 29px;
  height: 1px;
  background-color: #6782A3;
  margin: 30px 0;
}
.resources .product__devider {
  width: 176px;
  height: 1px;
  background-color: #E8E8E8;
}
.resources .product__devider2 {
  max-width: 380px;
  width: 100%;
  height: 1px;
  background-color: #E8E8E8;
}
.resources .product__icon {
  width: 64px;
  height: 64px;
}
.resources .product__image {
  max-width: 625px;
  width: 100%;
}
.resources .section__text {
  color: #6782A3;
  font-size: 18px;
  line-height: 34px;
  font-weight: bold;
  letter-spacing: -0.2px;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
}
.resources .section__title {
  font-size: 28px !important;
  line-height: 34px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 400;
  letter-spacing: -0.2px;
  max-width: 384px;
}
.resources .section__subtitle {
  color: #6782A3;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  max-width: 453px;
}
.resources .section__modal {
  min-height: 450px;
  max-width: 800px;
  width: 100%;
  position: relative;
  background-color: transparent !important;
  border-radius: 20px;
  overflow: hidden;
}
.resources .section__modal .close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 999;
  color: #48748C;
  font-weight: 300;
}
.resources .section__modal-form {
  background-color: #F9FCFF;
  min-height: 450px;
  padding: 20px !important;
}
.resources .section__modal-form .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 97% !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 20px !important;
}
.resources .section__modal-form .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.resources .section__modal-form .hs-button.primary.large:focus, .resources .section__modal-form .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.resources .section__modal-form .hs-button.primary.large.disabled, .resources .section__modal-form .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.resources .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled):active, .resources .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .resources .section__modal-form .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.resources .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .resources .section__modal-form .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .resources .section__modal-form .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.resources .section__modal-form .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.resources .section__modal-form label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 400;
}
.resources .section__modal-form textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.resources .section__modal-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.resources .section__modal-form select {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.resources .section__modal-form select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.resources .section__modal-form input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.resources .section__modal-form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.resources .section__modal-form input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  max-width: 20px !important;
}
.resources .section__modal-form label.hs-error-msg {
  color: var(--light-dark-dark);
  font-size: 16px;
}
.resources .section__modal-form .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.resources .section__modal-form input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.resources .section__modal-form input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.resources .section__modal-form input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.resources .section__modal-form input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.resources .section__modal-form input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.resources .section__modal-image-content {
  height: 280px;
  background: url("https://bala-alex.github.io/images/resources-page/modal-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
.resources .section__modal-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: 0px !important;
  max-height: 300px;
}
.resources .section__modal-image2 {
  width: 100%;
  height: 100%;
  max-height: 280px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -180px;
  margin-bottom: -70px;
}
.resources .section__modal-image3 {
  width: 100%;
  height: 100%;
  max-height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-top: -180px;
  margin-bottom: 40px;
}
.resources .section__modal-image4 {
  width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .section__modal-title {
  color: #00384B;
  font-size: 30px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  margin-left: 15px;
}
.resources .section__modal-title2 {
  color: #48748C;
  font-size: 30px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  margin-right: 35px;
  margin-bottom: 0px;
}
.resources .section__modal-title3 {
  color: #1A5261;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Mulish", sans-serif;
  margin-left: 15px;
}
.resources .section__modal-subtext {
  color: #009CB7;
  font-size: 14px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  margin-left: 15px;
  margin-bottom: 20px !important;
}
.resources .section__modal-subtext2 {
  color: #1A5261;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
  margin-left: 15px;
}
.resources .modal-dialog {
  min-width: 900px;
}
@media (max-width: 767px) {
  .resources .modal-dialog {
    min-width: auto !important;
  }
}
.resources .discover__title {
  font-size: 42px !important;
  line-height: 53px;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.resources .discover__subtitle {
  font-size: 16px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  max-width: 669px;
}
.resources .discover__subtitle2 {
  font-size: 16px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
  letter-spacing: 0px;
  text-align: center;
  max-width: 765px;
}
.resources .discover__content {
  margin-top: 20px;
}
.resources .discover__content-bg {
  min-height: 750px !important;
  background: url("https://bala-alex.github.io/images/resources-page/discover-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 150px;
  padding-bottom: 300px;
  margin-top: 100px;
}
@media (max-width: 992px) {
  .resources .discover__content-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.resources .discover__content-bg2 {
  min-height: 750px !important;
  background: url("https://bala-alex.github.io/images/verification-page/verification-content-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 200px;
  padding-bottom: 200px;
}
@media (max-width: 992px) {
  .resources .discover__content-bg2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.resources .discover__box {
  background: #ffffff;
  -webkit-box-shadow: 2px 6px 12px rgba(1, 99, 140, 0.5);
  box-shadow: 2px 6px 12px rgba(1, 99, 140, 0.5);
  border-radius: 20px;
  width: 271px;
  height: 242px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 20px;
}
.resources .discover__box:hover {
  border: 1.5px solid #009CB7;
  -webkit-box-shadow: 0px 14px 25px #01638C;
  box-shadow: 0px 14px 25px #01638C;
  cursor: pointer;
  text-decoration: none;
}
.resources .discover__box-text {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0px;
  margin-top: 30px;
  text-align: center;
}
.resources .discover__box-image {
  height: 70px;
  width: 70px;
}
.resources .depositing__container {
  max-width: 1320px;
}
.resources .depositing__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .resources .depositing__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.resources .depositing__icon {
  width: 80px;
  height: 80px;
}
.resources .depositing__col {
  max-width: 647px;
  width: 100%;
  min-height: 1024px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 992px) {
  .resources .depositing__col {
    padding: 15px;
  }
}
.resources .depositing__col2 {
  width: 100%;
  min-height: 587px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  border-radius: 20px;
  padding: 60px;
}
@media (max-width: 992px) {
  .resources .depositing__col2 {
    padding: 15px;
  }
}
.resources .depositing__col-title {
  color: #00384B;
  font-size: 42px;
  line-height: 53px;
  font-weight: 200;
  font-family: "Mulish", sans-serif;
}
.resources .depositing__col-subtitle {
  color: #6782A3;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  max-width: 492px;
}
.resources .depositing__col-subtitle2 {
  color: #6782A3;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  max-width: 799px;
}
.resources .depositing__col-text {
  color: #6782A3;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 431px;
}
.resources .depositing__col-subtext {
  color: #00384B;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
}
.resources .explore__box {
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 10px #E8ECF2;
  box-shadow: 2px 4px 10px #E8ECF2;
  border-radius: 10px;
  width: 271px;
  min-height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.resources .explore__box:hover {
  cursor: pointer;
  text-decoration: none;
}
.resources .explore__box-image {
  height: 155px;
  margin-top: -8px;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
@media (max-width: 1200px) {
  .resources .explore__box-image {
    margin-top: -22px !important;
  }
}
@media (max-width: 992px) {
  .resources .explore__box-image {
    margin-top: -10px !important;
    height: 190px;
  }
}
.resources .explore__box-text {
  font-size: 14px !important;
  line-height: 22px;
  font-family: "Mulish", sans-serif;
  color: #00384B !important;
  font-weight: bold;
  letter-spacing: 0px;
  max-width: 246px;
  margin: 5px 15px !important;
  text-decoration: none;
}
.resources .explore__section-container {
  max-width: 1320px;
  min-height: 690px;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 90px 0;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}
.resources .explore__section-container2 {
  max-width: 1320px;
  min-height: 570px;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 100px 0 170px;
  -webkit-box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
  box-shadow: 0px 14px 25px rgba(0, 90, 109, 0.1);
}
.resources .sample__box {
  background-color: #ffffff;
  border-radius: 16px;
  margin: 15px;
  -webkit-box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  padding: 0px;
  width: 1159px;
}
@media (max-width: 1200px) {
  .resources .sample__box {
    width: 90%;
    padding: 20px;
    padding-bottom: 0px;
  }
}
.resources .sample__bg-top {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  height: 100px;
  margin-top: -50px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
@media (max-width: 1200px) {
  .resources .sample__bg-top {
    height: 150px;
  }
}
.resources .sample__content {
  background: url("https://bala-alex.github.io/images/features/sample-bg@3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: -65px;
  padding-left: 100px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .resources .sample__content {
    padding-left: 15px;
    padding-top: -95px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.resources .sample__title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #0b7a76;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 34px;
  margin-top: -65px;
}
@media (max-width: 992px) {
  .resources .sample__title {
    margin-top: -92px;
  }
}
.resources .sample__subtitle {
  color: #ffffff;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 28px;
  max-width: 490px;
  margin-top: 70px;
}
.resources .sample__image {
  position: absolute;
  top: -160px;
  width: 480px;
  left: 90%;
}
@media (max-width: 992px) {
  .resources .sample__image {
    position: relative;
    top: 0;
    left: -30px;
    width: 100%;
  }
}
.resources .intro__bg {
  background-color: #ffffff;
  min-height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .resources .intro__bg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.resources .intro__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 140px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 4%;
}
.resources .intro__col-spacing {
  margin-right: auto;
}
.resources .intro__col-green {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #009CB7;
  padding-top: 140px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 4%;
  padding-left: 15px;
}
.resources .intro__col-green-spacing {
  margin-left: auto;
}
.resources .intro__image {
  width: 100%;
  max-width: 300px;
  margin-left: -15px;
}
.resources .intro__add-on {
  font-size: 16px !important;
  line-height: 16px;
  font-family: "Mulish", sans-serif;
  color: #5F77F7;
  font-weight: 700;
  text-align: center;
  height: 35px;
  min-width: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #DFE4FF;
  border-radius: 10px;
  padding: 10px 20px;
}
.resources .intro__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.423077px;
  color: #ffffff;
  max-width: 450px;
}
.resources .intro__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  max-width: 490px;
}
.resources .intro__title2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.423077px;
  color: #00384B;
  max-width: 366px;
}
.resources .intro__subtitle2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
  color: #00384B;
  max-width: 440px;
}
.resources .intro__link {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  max-width: 200px;
  text-decoration: underline !important;
  color: #ffffff;
}
.resources .intro__link:hover {
  opacity: 0.8;
  cursor: pointer;
}
.resources .intro__link2 {
  color: #009CB7;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 23px;
  font-family: "Mulish", sans-serif;
  max-width: 200px;
  text-decoration: underline !important;
}
.resources .intro__link2:hover {
  opacity: 0.8;
  cursor: pointer;
}
.resources .escrow__customised-bg {
  background-color: #009CB7;
  min-height: 700px;
  position: relative;
  padding-top: 300px;
  margin-top: -150px;
}
@media (max-width: 992px) {
  .resources .escrow__customised-bg {
    padding-top: 200px;
    padding-bottom: 100px;
  }
}
.resources .escrow__customised-bg2 {
  background-color: #009CB7;
  min-height: 750px;
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .resources .escrow__customised-bg2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.resources .escrow__customised-left {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 400px;
}
@media (max-width: 992px) {
  .resources .escrow__customised-left {
    max-width: 200px;
  }
}
.resources .escrow__customised-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 400px;
}
@media (max-width: 767px) {
  .resources .escrow__customised-right {
    max-width: 300px;
  }
}
.resources .escrow__customised-left-shape {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 210px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 15%;
}
@media (max-width: 992px) {
  .resources .escrow__customised-left-shape {
    max-width: 15%;
  }
}
.resources .escrow__customised-right-shape {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 600px;
  max-width: 40%;
}
@media (max-width: 767px) {
  .resources .escrow__customised-right-shape {
    max-width: 40%;
  }
}
.resources .escrow__customised-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .resources .escrow__customised-image {
    margin: 30px 15px 50px;
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .resources .escrow__customised-image {
    margin: 10px;
    max-width: 200px !important;
  }
}
.resources .escrow__customised-title {
  color: #ffffff;
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
}
.resources .escrow__customised-subtitle {
  color: #ffffff;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  max-width: 600px;
}
.resources .escrow__agreement-box {
  min-height: 340px;
  width: 100%;
  background: #ffffff;
  border: 0.5px solid rgba(0, 54, 134, 0.05);
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
  display: flex;
}
@media (max-width: 992px) {
  .resources .escrow__agreement-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .resources .escrow__agreement-box {
    padding: 30px 15px;
  }
}
.resources .escrow__agreement-spacing-top {
  padding-bottom: 100px;
  position: relative;
  top: -100px;
}
.resources .escrow__agreement-spacing-bottom {
  margin-bottom: -100px;
  z-index: 10;
}
.resources .escrow__agreement-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 320px;
}
@media (max-width: 767px) {
  .resources .escrow__agreement-content {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.resources .escrow__agreement-title {
  color: #003543;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  max-width: 340px;
}
.resources .escrow__agreement-subtitle {
  color: #48748C;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 340px;
}
.resources .escrow__agreement-info {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #6A8493;
  max-width: 420px;
}
.resources .escrow__agreement-bg-right {
  width: 15%;
  position: absolute;
  top: 0px;
  right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .escrow__agreement-bg-left {
  width: 30%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .escrow__agreement-image-right {
  width: 110px;
  height: 135px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 10;
}
@media (max-width: 992px) {
  .resources .escrow__agreement-image-right {
    margin-top: 30px;
  }
}
.resources .escrow__agreement-image-left {
  width: 150px;
  height: 190px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 10;
  margin-right: 100px;
}
.resources .escrow__how-container {
  width: 100%;
  min-height: 320px;
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 50px;
}
@media (max-width: 767px) {
  .resources .escrow__how-container {
    padding: 50px 20px;
  }
}
.resources .escrow__how-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .resources .escrow__how-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.resources .escrow__how-col {
  width: 33%;
  border-top: 1px dashed #48748C;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .resources .escrow__how-col {
    border-top: none;
    width: 100%;
  }
}
.resources .escrow__how-col:last-child {
  border-top: none;
}
.resources .escrow__how-title {
  color: #00384B;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-size: 45px;
  line-height: 55px;
  margin-bottom: 40px;
}
.resources .escrow__how-text {
  color: #003543;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  max-width: 290px;
}
.resources .escrow__how-subtext {
  color: #48748C;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-top: 80px;
}
.resources .escrow__how-number {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  width: 40px;
  height: 40px;
  background-color: #009CB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  margin-top: -20px;
}
@media (max-width: 767px) {
  .resources .escrow__how-number {
    margin-top: 30px;
  }
}
.resources .pricing-plan__custom-title {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-transform: lowercase;
}
.resources .pricing-plan__custom-title::first-letter {
  text-transform: capitalize;
}
.resources .pricing-plan__custom-subtitle {
  color: #6A8493;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.resources .pricing-plan__complete-bg {
  min-height: 750px;
  background: linear-gradient(6.27deg, #EEFBFD 8.63%, #FFFFFF 78.31%);
  padding-top: 100px;
  position: relative;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .resources .pricing-plan__complete-bg {
    margin-top: 50px;
  }
}
.resources .pricing-plan__complete-bg-shape {
  position: absolute !important;
  width: 25%;
  height: auto;
  max-width: 480px;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.resources .pricing-plan__complete-title {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  max-width: 550px;
}
@media (max-width: 767px) {
  .resources .pricing-plan__complete-title {
    font-size: 42px;
    line-height: 53px;
  }
}
.resources .pricing-plan__complete-subtitle {
  color: #6A8493;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.resources .pricing-plan__philosophy-title {
  color: #ffffff;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
}
.resources .pricing-plan__philosophy-subtitle {
  color: #ffffff;
  font-family: "Mulish";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.resources .pricing-plan__philosophy-text {
  color: #ffffff;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.resources input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
}
.resources form#hsForm_c53c102c-4883-4e75-ad40-860501eb9420 {
  color: #009CB7 !important;
  font-family: "Mulish", sans-serif !important;
}
.resources #hbspt-form-28a8dc55-845b-4a5f-a92e-d0bddd2ded85 {
  font-family: "Mulish", sans-serif !important;
}
.resources .submitted-message .hs-main-font-element .hs-form-c53c102c-4883-4e75-ad40-860501eb9420 .hs-form-c53c102c-4883-4e75-ad40-860501eb9420_28a8dc55-845b-4a5f-a92e-d0bddd2ded85 {
  font-family: "Mulish", sans-serif !important;
}

.solutions .header {
  overflow: hidden;
}
.solutions .header__title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #1A5261;
  max-width: 551px;
}
@media (max-width: 992px) {
  .solutions .header__title {
    font-size: 50px !important;
    line-height: 55px;
  }
}
@media (max-width: 480px) {
  .solutions .header__title {
    font-size: 30px !important;
    line-height: 32px;
  }
}
.solutions .header__subtitle {
  color: var(--light-dark-dark, #1A5261);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.solutions .header__add-on {
  background: #DDEAFC;
  -webkit-box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  color: #245CB0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin-left: 20px;
  font-family: "Mulish", sans-serif;
}
.solutions .header__add-on2 {
  background: #DDEAFC;
  -webkit-box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 16px;
  color: #245CB0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  height: 42px;
  width: fit-content;
  line-height: 23px;
  margin-top: 20px;
}
.solutions .header__bg-new {
  min-height: 700px !important;
  background: linear-gradient(1.58deg, #F8FBFF 1.71%, #FFFFFF 82.27%);
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
}
.solutions .header__bg-integrations {
  min-height: 600px !important;
  background: linear-gradient(1.58deg, #F8FBFF 1.71%, #FFFFFF 82.27%);
  padding-top: 150px !important;
  padding-bottom: 100px !important;
  position: relative;
}
.solutions .header__bg-software-escrow {
  min-height: 700px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #EBFAFC 129.81%);
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 60% 40%/0 0 40% 15%;
}
.solutions .header__bg-top-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
}
.solutions .header__bg-top-left2 {
  position: absolute;
  top: 25px;
  left: 0;
  width: 180px;
  max-width: 30%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .solutions .header__bg-top-left2 {
    top: 0px;
  }
}
.solutions .header__bg-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  max-width: 15%;
  -o-object-fit: contain;
  object-fit: contain;
}
.solutions .header__bg-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 620px;
  max-width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}
.solutions .header__bg-left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 155px;
  max-width: 10%;
  -o-object-fit: contain;
  object-fit: contain;
}
.solutions .header__bg-right-shape2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 552px;
  max-width: 35%;
  -o-object-fit: contain;
  object-fit: contain;
}
.solutions .header__bg-right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 412px;
  max-width: 25%;
  -o-object-fit: contain;
  object-fit: contain;
}
.solutions .header__info {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #009CB7;
}
.solutions .header__left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 132px;
  height: 233px;
  background: linear-gradient(187.4deg, rgba(65, 123, 210, 0.1) -78.56%, rgba(255, 255, 255, 0) 161.22%);
  border-radius: 0px 106px 0px 0px;
}
.solutions .header__right-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 129px;
  width: 287px;
  background: linear-gradient(187.4deg, rgba(65, 123, 210, 0.1) -78.56%, rgba(255, 255, 255, 0) 161.22%);
  border-radius: 0px 0px 0px 106px;
}
.solutions .escrow-works__bg {
  min-height: 800px !important;
  background: #009CB7;
  padding-top: 100px !important;
  padding-bottom: 150px !important;
  position: relative;
}
.solutions .escrow-works__bg-shape {
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.99%, rgba(0, 136, 159, 0)), color-stop(57.85%, #00889F));
  background: linear-gradient(180deg, rgba(0, 136, 159, 0) 5.99%, #00889F 57.85%);
  opacity: 0.5;
  border-radius: 0px 0px 0px 255px;
}
@media (max-width: 767px) {
  .solutions .escrow-works__bg-shape {
    max-height: 400px;
    width: 100%;
  }
}
.solutions .escrow-works__title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #ffffff;
  max-width: 493px;
  margin-top: 100px;
}
.solutions .escrow-works__subtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  max-width: 447px;
}
.solutions .escrow-works__image {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 560px;
  padding: 50px;
}
@media (max-width: 767px) {
  .solutions .escrow-works__image {
    max-width: 100%;
  }
}
.solutions .select-level__main-title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  text-align: center;
  color: #1A5261;
}
.solutions .select-level__main-subtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1A5261;
  max-width: 714px;
}
.solutions .select-level__title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #1A5261;
}
.solutions .select-level__subtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 406px;
  color: #1A5261;
  margin-top: 20px;
  margin-bottom: 26px;
}
.solutions .select-level__col {
  width: 100%;
  min-height: 1000px;
  background: #FFFFFF;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  margin-bottom: 30px;
}
.solutions .select-level__bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.56%, #FFFFFF), color-stop(119.9%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 6.56%, #EBFAFC 119.9%);
  height: 230px;
  border-radius: 0 0 50% 50%;
}
.solutions .select-level__bg2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6.56%, #FFFFFF), color-stop(119.9%, #EFF6FF));
  background: linear-gradient(180deg, #FFFFFF 6.56%, #EFF6FF 119.9%);
  height: 230px;
  border-radius: 0 0 50% 50%;
}
.solutions .select-level__image {
  margin-top: -50px;
  width: 195px;
  height: 125px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.solutions .select-level__content {
  padding: 40px;
}
.solutions .select-level__badge-recovery {
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  height: 55px;
  background: #45B4C8;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}
.solutions .select-level__badge-continuity {
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  height: 55px;
  background: #417BD2;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
}
.solutions .select-level__text {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #1A5261;
}
.solutions .select-level__subtext {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
  max-width: 450px;
}
.solutions .select-level__devider {
  border: 1px dashed #6A8493;
  margin-top: 20px;
  margin-bottom: 40px;
}
.solutions .select-level__price {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A5261;
}
.solutions .select-level__price span {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #1A5261;
}
.solutions .more-about__main-title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #1A5261;
}
.solutions .more-about__background {
  background: -webkit-gradient(linear, left top, left bottom, from(#46BFD4), to(#009CB7));
  background: linear-gradient(180deg, #46BFD4 0%, #009CB7 100%);
  min-height: 495px;
  border-radius: 0 0 90% 90%;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .solutions .more-about__background {
    border-radius: 0 0 10% 10%;
  }
}
.solutions .more-about__bottom-shape {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 600px;
  height: auto;
  max-width: 40%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .solutions .more-about__bottom-shape {
    display: none;
  }
}
.solutions .more-about__shape {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 95px;
  height: 219px;
}
.solutions .more-about__title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #1A5261;
}
@media (max-width: 480px) {
  .solutions .more-about__title {
    font-size: 22px !important;
    line-height: 28px;
  }
}
.solutions .more-about__subtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 354px;
  color: #6A8493;
}
.solutions .more-about__icon {
  width: 100px;
  height: 100px;
  position: relative;
}
.solutions .more-about__link {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #009CB7;
}
.solutions .more-about__col {
  width: 100%;
  max-width: 600px;
  min-height: 260px;
  padding: 30px 40px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F9FF));
  background: linear-gradient(180deg, #FFFFFF 0%, #F7F9FF 100%);
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  margin-top: 30px;
}
.solutions .features__title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #1A5261;
}
.solutions .features__container {
  max-width: 1000px;
  padding: 0 15px;
}
.solutions .features__text {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1A5261;
}
.solutions .features__icon {
  width: 65px;
  height: 65px;
}
.solutions .features__subtext {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
  max-width: 420px;
}
.solutions .features__link {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #009CB7;
}
.solutions .compare__bg-gray {
  min-height: 1000px;
  background: -webkit-gradient(linear, left top, left bottom, from(#F0F9FC), to(#FAFDFF));
  background: linear-gradient(180deg, #F0F9FC 0%, #FAFDFF 100%);
  padding-top: 150px;
  padding-bottom: 200px;
}
.solutions .compare__title {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #1A5261;
  max-width: 520px;
}
.solutions .compare__subtitle {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
  max-width: 420px;
}
.solutions .compare__screen-img {
  max-width: 420px !important;
  width: 100%;
}
@media (max-width: 767px) {
  .solutions .compare__screen-img {
    max-width: 90%;
    padding-bottom: 30px;
  }
}
.solutions .compare__text {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #1A5261;
  max-width: 520px;
}
.solutions .compare__subtext {
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #6A8493;
  max-width: 520px;
}
.solutions .compare__shape-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .solutions .compare__shape-left {
    max-width: 50%;
  }
}
.solutions .compare__shape-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 245px;
  width: 137px;
}
@media (max-width: 767px) {
  .solutions .compare__shape-right {
    width: 15%;
    height: auto;
  }
}

.software-escrow .header {
  overflow: hidden;
}
.software-escrow .header__title {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px; /* 120.69% */
  letter-spacing: -1px;
  max-width: 615px;
}
@media (max-width: 767px) {
  .software-escrow .header__title {
    font-size: 50px !important;
    line-height: 55px;
  }
}
@media (max-width: 480px) {
  .software-escrow .header__title {
    font-size: 28px !important;
    line-height: 34px;
  }
}
.software-escrow .header__subtitle {
  color: var(--light-dark-dark);
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #1A5261;
  max-width: 611px;
}
.software-escrow .header__title2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
  text-align: center;
}
.software-escrow .header__subtitle2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #1A5261;
  text-align: center;
}
.software-escrow .header__bg-disaster-recovery2 {
  min-height: 700px !important;
  background-color: green !important;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative !important;
  border-radius: 0 0 60% 40%/0 0 40% 15%;
  z-index: 2;
}
.software-escrow .header__bg-disaster-recovery2::before, .software-escrow .header__bg-disaster-recovery2::after {
  content: "";
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 391px;
  background-color: blue;
  border-radius: 0 0 58% 33%/0 0 89% 15%;
  opacity: 0.8;
  z-index: 1;
}
.software-escrow .header__bg-disaster-recovery {
  min-height: 700px !important;
  background: #ffffff;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 35% 40%/0 0 35% 40%;
  z-index: 7;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-disaster-recovery {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-disaster-recovery-line {
  min-height: 700px !important;
  background: #EDF6FF;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 32% 45%/0 0 25% 55%;
  z-index: 5;
  margin-top: -650px;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-disaster-recovery-line {
    display: none;
  }
}
.software-escrow .header__bg-software-backup-new {
  min-height: 700px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(183.28%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #EBFAFC 183.28%);
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  position: relative;
  border-radius: 0 0 40% 40%/0 0 40% 40%;
  z-index: 7;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-backup-new {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-software-backup-line {
  min-height: 500px !important;
  background: #C4F0F4;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 29% 45%/0 0 28% 67%;
  z-index: 5;
  margin-top: -450px;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-backup-line {
    display: none;
  }
}
.software-escrow .header__bg-software-escrow-new {
  min-height: 700px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #EBFAFC 129.81%);
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  position: relative;
  border-radius: 0 0 40% 40%/0 0 40% 40%;
  z-index: 7;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-escrow-new {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-software-escrow-line {
  min-height: 500px !important;
  background: #009CB7;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 29% 45%/0 0 28% 67%;
  z-index: 5;
  margin-top: -450px;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-escrow-line {
    display: none;
  }
}
.software-escrow .header__bg-saas-escrow-new {
  min-height: 700px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #F5FAFF));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #F5FAFF 129.81%);
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  position: relative;
  border-radius: 0 0 40% 40%/0 0 40% 40%;
  z-index: 7;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-saas-escrow-new {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-saas-escrow-line {
  min-height: 500px !important;
  background: #417BD2;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 29% 45%/0 0 28% 67%;
  z-index: 5;
  margin-top: -450px;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-saas-escrow-line {
    display: none;
  }
}
.software-escrow .header__bg-software-custodian-new {
  min-height: 700px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #EAF1FF));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #EAF1FF 129.81%);
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  position: relative;
  border-radius: 0 0 40% 40%/0 0 40% 40%;
  z-index: 7;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-custodian-new {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-software-custodian-line {
  min-height: 500px !important;
  background: #164995;
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 29% 45%/0 0 28% 67%;
  z-index: 5;
  margin-top: -450px;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-custodian-line {
    display: none;
  }
}
.software-escrow .header__bg-software-escrow {
  min-height: 700px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #EBFAFC 129.81%);
  padding-top: 150px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 60% 40%/0 0 40% 15%;
}
.software-escrow .header__bg-software-escrow-tabs {
  min-height: 600px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #EBFAFC));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #EBFAFC 129.81%);
  padding-top: 0px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 40% 40%/0 0 40% 40%;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-escrow-tabs {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-saas-escrow-tabs {
  min-height: 600px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #F5FAFF));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #F5FAFF 129.81%);
  padding-top: 0px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 40% 40%/0 0 40% 40%;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-saas-escrow-tabs {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-software-custodian-tabs {
  min-height: 600px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #EAF1FF));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #EAF1FF 129.81%);
  padding-top: 0px !important;
  padding-bottom: 180px !important;
  position: relative;
  border-radius: 0 0 40% 40%/0 0 40% 40%;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-software-custodian-tabs {
    border-radius: 0 0 35% 40%/0 0 5% 5%;
  }
}
.software-escrow .header__bg-software-escrow2 {
  min-height: 620px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#F1FDFF), to(#E5FCFF));
  background: linear-gradient(180deg, #F1FDFF 0%, #E5FCFF 100%);
  padding-top: 150px !important;
  padding-bottom: 180px !important;
}
.software-escrow .header__source-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  max-width: 30%;
}
.software-escrow .header__shape-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 180px;
}
@media (max-width: 767px) {
  .software-escrow .header__shape-top {
    height: 150px;
  }
}
.software-escrow .header__shape-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 180px;
}
@media (max-width: 767px) {
  .software-escrow .header__shape-bottom {
    height: 150px;
  }
}
.software-escrow .header__bg-source-code {
  min-height: 700px !important;
  background: linear-gradient(0.58deg, #F8FBFF 1.71%, #FFFFFF 82.27%);
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  position: relative;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-source-code {
    padding-bottom: 80px !important;
  }
}
.software-escrow .header__bg-saas-escrow {
  min-height: 700px !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(22.17%, #FFFFFF), color-stop(129.81%, #ECF5FF));
  background: linear-gradient(180deg, #FFFFFF 22.17%, #ECF5FF 129.81%);
  padding-top: 150px !important;
  padding-bottom: 150px !important;
  position: relative;
  border-radius: 0 0 60% 40%/0 0 40% 15%;
}
@media (max-width: 767px) {
  .software-escrow .header__bg-saas-escrow {
    padding-bottom: 80px !important;
  }
}
.software-escrow .header__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #6A8493;
  margin-bottom: 5px;
}
.software-escrow .header__info {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #009CB7;
}
.software-escrow .header__subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: #6A8493;
  max-width: 295px;
}
.software-escrow .header__link {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
.software-escrow .framework__bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.57%, #F6FDFE), to(#FFFFFF));
  background: linear-gradient(180deg, #F6FDFE -15.57%, #FFFFFF 100%);
  min-height: 200px;
  padding-top: 120px;
}
.software-escrow .framework__bg2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.57%, #F9FBFF), to(#FFFFFF));
  background: linear-gradient(180deg, #F9FBFF -15.57%, #FFFFFF 100%);
  min-height: 200px;
  padding-top: 120px;
}
.software-escrow .framework__title {
  color: var(--light-dark-dark) !important;
  font-family: 'Mulish' !important;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 50px !important;
  line-height: 60px !important;
  text-align: center;
}
.software-escrow .framework__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #1A5261;
}
.software-escrow .framework__shape-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 400px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1 !important;
}
@media (max-width: 992px) {
  .software-escrow .framework__shape-left {
    max-width: 60%;
  }
}
.software-escrow .framework__shape-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1 !important;
}
@media (max-width: 992px) {
  .software-escrow .framework__shape-right {
    max-width: 50%;
  }
}
.software-escrow .depositing__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
}
.software-escrow .depositing__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #1A5261;
}
.software-escrow .depositing__bg {
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-15.57%, #F6FDFE), to(#FFFFFF));
  background: linear-gradient(180deg, #F6FDFE -15.57%, #FFFFFF 100%);
}
.software-escrow .depositing__bg2 {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), color-stop(136.56%, #F6FDFE));
  background: linear-gradient(0deg, #FFFFFF 0%, #F6FDFE 136.56%);
}
.software-escrow .depositing__margin {
  margin-top: -250px;
  padding-bottom: 100px;
}
.software-escrow .datacenters__title {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 24px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 32px; /* 133.333% */
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.software-escrow .datacenters__title-add {
  background: #DDEAFC;
  -webkit-box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.25);
  border-radius: 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 91px;
  max-width: 130px;
  padding: 8px 6px;
  color: #245CB0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  margin-left: 20px;
  font-family: "Mulish", sans-serif;
  white-space: normal;
  text-align: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
}
.software-escrow .datacenters__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
  max-width: 350px;
}
.software-escrow .datacenters__bg {
  min-height: 1000px;
  background: linear-gradient(1.38deg, #F8FBFF -35%, #FFFFFF 60.1%);
  padding-top: 150px;
  padding-bottom: 150px;
}
.software-escrow .difference__main-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  text-align: center;
  color: #1A5261;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .software-escrow .difference__main-title {
    font-size: 42px;
    line-height: 53px;
  }
}
.software-escrow .difference__competitor-box {
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
}
.software-escrow .difference__price-badge {
  width: 140px;
  height: 70px;
  background: linear-gradient(255.2deg, #13AFCA -5.22%, #019DB8 112.9%);
  position: absolute;
  right: -40px;
  top: 124px;
  text-align: center;
  color: #ffffff;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  padding-top: 15px;
}
@media (max-width: 992px) {
  .software-escrow .difference__price-badge {
    display: none;
  }
}
.software-escrow .difference__setup-fee {
  width: 140px;
  height: 50px;
  background: linear-gradient(255.2deg, #13AFCA -5.22%, #019DB8 112.9%);
  position: absolute;
  right: -40px;
  bottom: 45px;
  text-align: center;
  color: #ffffff;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  padding-top: 15px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .software-escrow .difference__setup-fee {
    display: none;
  }
}
.software-escrow .difference__price-corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #09778B transparent transparent transparent;
  position: absolute;
  right: -40px;
  top: 194px;
}
@media (max-width: 992px) {
  .software-escrow .difference__price-corner {
    display: none;
  }
}
.software-escrow .difference__setup-corner {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 0;
  border-color: #09778B transparent transparent transparent;
  position: absolute;
  right: -40px;
  bottom: 15px;
}
@media (max-width: 992px) {
  .software-escrow .difference__setup-corner {
    display: none;
  }
}
.software-escrow .difference__table-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #6A8493;
}
.software-escrow .difference__table-recovery {
  background-color: #009CB7;
  border-radius: 5px 0px 0px 0px;
  color: #ffffff;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  font-family: "Mulish";
}
.software-escrow .difference__table-recovery2 {
  background-color: #F7FDFF;
  border-radius: 10px 10px 0px 0px;
  padding-bottom: 15px;
}
.software-escrow .difference__table-continuity {
  background-color: #245CB0;
  border-radius: 0px 5px 0px 0px;
  color: #ffffff;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  font-family: "Mulish";
}
.software-escrow .difference__table-ck {
  background-color: #6A8493;
  border-radius: 0px;
  color: #ffffff;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  font-family: "Mulish";
}
.software-escrow .difference__table-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #1A5261;
  padding-top: 15px;
}
.software-escrow .difference__table-subtext {
  font-family: "Muli";
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #6A8493;
}
.software-escrow .information__main-title {
  color: var(--light-dark-dark);
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */  
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .software-escrow .information__main-title {
    font-size: 50px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .software-escrow .information__main-title {
    font-size: 30px;
    line-height: 35px;
  }
}
.software-escrow .information__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #1A5261;
  margin-top: 80px;
}
.software-escrow .information__title2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #1A5261;
  max-width: 900px;
  text-align: center;
}
.software-escrow .information__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #1A5261;
  max-width: 500px;
}
.software-escrow .information__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
  text-align: center;
}
.software-escrow .information__image {
  width: 100%;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}
.software-escrow .your-protection__bg {
  min-height: 700px;
  background: linear-gradient(125.78deg, rgba(244, 249, 255, 0.53) 29.06%, #EDF3FE 125.1%);
  position: relative;
  margin-top: 100px;
  padding: 150px 0;
}
@media (max-width: 992px) {
  .software-escrow .your-protection__bg {
    padding: 100px 0;
  }
}
.software-escrow .your-protection__bg2 {
  min-height: 700px;
  background: linear-gradient(131.83deg, #F9FEFF 26.38%, #E9F6FB 172.43%);
  position: relative;
  margin-top: 100px;
  padding: 150px 0;
}
@media (max-width: 992px) {
  .software-escrow .your-protection__bg2 {
    padding: 100px 0;
  }
}
.software-escrow .your-protection__info {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #417BD2;
}
.software-escrow .your-protection__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 50px;
  color: #1A5261;
}
.software-escrow .your-protection__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #1A5261;
}
.software-escrow .your-protection__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A5261;
}
.software-escrow .your-protection__image {
  width: 100%;
  max-width: 370px;
  -o-object-fit: contain;
  object-fit: contain;
}
.software-escrow .your-protection__shape-left {
  width: 128px;
  height: 348px;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .software-escrow .your-protection__shape-left {
    max-width: 20%;
  }
}
.software-escrow .your-protection__shape-right {
  width: 467px;
  height: 653px;
  position: absolute;
  bottom: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .software-escrow .your-protection__shape-right {
    max-width: 50%;
  }
}
.software-escrow .how-works__box {
  width: 100%;
  min-height: 440px;
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.1);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.1);
  border-radius: 10px;
  position: relative;
  margin-top: -150px;
}
.software-escrow .how-works__box-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
  max-width: 253px;
  width: 100%;
}
.software-escrow .how-works__box-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A5261;
  max-width: 263px;
  width: 100%;
}
.software-escrow .how-works__box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .software-escrow .how-works__box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.software-escrow .how-works__box-content {
  padding: 50px;
}
.software-escrow .how-works__box-text {
  width: 90px;
  word-wrap: break-word;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A5261;
}
.software-escrow .how-works__box-text:nth-of-type(3) {
  width: 130px;
  word-wrap: break-word;
}
.software-escrow .how-works__box-text2 {
  width: 100%;
  max-width: 216px;
  height: 55px;
  padding-top: 23px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1A5261;
  font-family: "Mulish";
}
.software-escrow .how-works__box-text2:nth-of-type(2) {
  width: 100%;
  max-width: 216px;
  height: 55px;
  padding-top: 32px;
}
.software-escrow .how-works__box-bg {
  width: 100%;
  max-width: 65%;
  height: 100%;
  min-height: 440px;
  background: linear-gradient(151.67deg, #009CB7 17.51%, #008FA9 88.11%);
  border-radius: 0px 10px 10px 116px;
  padding: 80px;
}
@media (max-width: 992px) {
  .software-escrow .how-works__box-bg {
    max-width: 100%;
    border-radius: 0px 0px 10px 10px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 30px;
  }
}
.software-escrow .how-works__box-bg-continuity {
  width: 100%;
  max-width: 65%;
  height: 100%;
  min-height: 540px;
  background: linear-gradient(151.67deg, #3C75CB 17.51%, #245CB0 88.11%);
  border-radius: 0px 10px 10px 116px;
  padding: 80px;
}
@media (max-width: 992px) {
  .software-escrow .how-works__box-bg-continuity {
    max-width: 100%;
    border-radius: 0px 0px 10px 10px;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding: 30px;
  }
}
.software-escrow .more-about__box {
  width: 100%;
  max-width: 390px;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 35px 20px;
  min-height: 255px;
  background-color: #ffffff;
}
.software-escrow .more-about__box2 {
  width: 100%;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 35px;
  min-height: 200px;
  background-color: #ffffff;
}
.software-escrow .more-about__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #1A5261;
}
.software-escrow .more-about__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
  max-width: 322px;
  min-height: 100px;
}
.software-escrow .more-about__subtitle2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
  max-width: 322px;
}
.software-escrow .more-about__subtitle3 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #1A5261;
  max-width: 550px;
  text-align: center;
}
.software-escrow .more-about__icon {
  width: 32px;
  height: 32px;
  margin-bottom: 10px;
}
.software-escrow .more-about__bg-shape {
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38.38%, rgba(248, 254, 255, 0)), color-stop(120.07%, #D5F3F7));
  background: linear-gradient(180deg, rgba(248, 254, 255, 0) 38.38%, #D5F3F7 120.07%);
  border-radius: 0 0 60% 60%;
}
.software-escrow .more-about__bg-shape2 {
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38.38%, rgba(249, 251, 255, 0)), color-stop(120.07%, #E0EDFF));
  background: linear-gradient(180deg, rgba(249, 251, 255, 0) 38.38%, #E0EDFF 120.07%);
  border-radius: 0 0 60% 60%;
}
.software-escrow .easy__main-title {
  color: var(--light-dark-dark);
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  max-width: 673px;
}
@media (max-width: 480px) {
  .software-escrow .easy__main-title {
    font-size: 32px !important;
    line-height: 38px;
  }
}
.software-escrow .easy__main-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
  max-width: 625px;
}
.software-escrow .easy__box {
  width: 100%;
  max-width: 390px;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 20px;
}
.software-escrow .easy__box2 {
  width: 100%;
  max-width: 390px;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 30px;
}
.software-escrow .easy__box-padding {
  padding: 30px;
}
@media (max-width: 992px) {
  .software-escrow .easy__box-padding {
    padding: 15px;
  }
}
.software-escrow .easy__box-header {
  padding: 5px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.software-escrow .easy__box-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  text-transform: uppercase;
}
.software-escrow .easy__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #1A5261;
}
.software-escrow .easy__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6A8493;
  max-width: 322px;
  min-height: 100px;
}
.software-escrow .easy__link {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #009CB7;
}
.software-escrow .easy__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.software-escrow .easy__bg {
  min-height: 1000px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2.98%, #F9FCFF), to(rgba(249, 252, 255, 0)));
  background: linear-gradient(180deg, #F9FCFF 2.98%, rgba(249, 252, 255, 0) 100%);
  padding-top: 150px;
  padding-bottom: 150px;
}
.software-escrow .setting-up__container {
  width: 100%;
  max-width: 1300px;
  background: #ffffff;
  border: 0.5px solid #DCE4F2;
  -webkit-box-shadow: 0px 7px 35px rgba(61, 114, 194, 0.18);
  box-shadow: 0px 7px 35px rgba(61, 114, 194, 0.18);
  border-radius: 10px;
  min-height: 1000px;
  margin: 15px;
  padding-top: 120px;
  padding-bottom: 120px;
}
.software-escrow .setting-up__title {
  color: var(--light-dark-dark);
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
}
.software-escrow .setting-up__title-small {
  color: var(--light-dark-dark);
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
}
.software-escrow .setting-up__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #1A5261;
  max-width: 553px;
}
.software-escrow .setting-up__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1A5261;
  max-width: 553px;
}
.software-escrow .setting-up__devider {
  width: 100%;
  border: 1px dashed #6A8493;
}
.software-escrow .setting-up__arrow-left {
  position: absolute;
  left: -4px;
  top: -9px;
}
.software-escrow .setting-up__arrow-right {
  position: absolute;
  right: -4px;
  top: -9px;
}
.software-escrow .setting-up__devider-line {
  width: 100%;
  border: 1px solid #BFC8CC;
}
.software-escrow .setting-up__devider-gradient {
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, right top, left top, color-stop(12.43%, #013685), color-stop(37.29%, #316ABF), color-stop(61.06%, #23A5BB), color-stop(87.57%, #A8E6EC));
  background: linear-gradient(270deg, #013685 12.43%, #316ABF 37.29%, #23A5BB 61.06%, #A8E6EC 87.57%);
}
.software-escrow .setting-up__devider-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 230px !important;
}
@media (max-width: 767px) {
  .software-escrow .setting-up__devider-bg {
    max-width: 150px !important;
  }
}
.software-escrow .we-support__bg {
  min-height: 600px;
  background: linear-gradient(166.24deg, #FFFFFF 35.05%, #F0FCFD 137.53%);
  border-radius: 0px 0px 377px 0px;
  padding-top: 150px;
}
.software-escrow .we-support__bg2 {
  min-height: 600px;
  background: linear-gradient(166.24deg, #FFFFFF 35.05%, #ECF5FE 137.53%);
  border-radius: 0px 0px 377px 0px;
  padding-top: 150px;
}
.software-escrow .we-support__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  color: #1A5261;
  max-width: 985px;
}
.software-escrow .we-support__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #1A5261;
  max-width: 682px;
}
.software-escrow .save-more__bg {
  min-height: 600px;
  background: linear-gradient(258.11deg, #EEFBFD -46.4%, #FFFFFF 116.86%);
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 150px;
}
.software-escrow .save-more__bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 380px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .software-escrow .save-more__bg-shape {
    max-width: 280px;
  }
}
.software-escrow .save-more__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 50px;
  line-height: 53px;
  color: #1A5261;
  max-width: 650px;
}
.software-escrow .save-more__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: #009CB7;
  max-width: 820px;
}
.software-escrow .save-more__subtitle span {
  color: #1A5261;
}
.software-escrow .scenario__title {
  color: var(--light-dark-dark, #1A5261);
  text-align: center;
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */  
  max-width: 800px;
}
@media (max-width: 480px) {
  .software-escrow .scenario__title {
    font-size: 30px !important;
    line-height: 32px;
  }
}
.software-escrow .scenario__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #6A8493;
}
.software-escrow .scenario__text {
  font-family: "Mulish";
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 346px;
  color: #1A5261;
}
.software-escrow .scenario__text2 {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  max-width: 290px;
  color: #6A8493;
}
.software-escrow .scenario__subtext {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 950px;
  margin-top: 80px;
  color: #6A8493;
}
.software-escrow .risks__bg {
  min-height: 900px;
  background: #F6FDFE;
  padding-top: 180px;
  padding-bottom: 300px;
}
.software-escrow .risks__title {
  color: var(--light-dark-dark, #1A5261);
  font-family: Mulish;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 120% */
}
.software-escrow .risks__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #6A8493;
  max-width: 804px;
}
.software-escrow .risks__text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #1A5261;
}
.software-escrow .risks__box {
  min-height: 350px;
  background: #ffffff;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  margin-top: -175px;
  position: relative;
  padding: 60px;
}
.software-escrow .risks__box-shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 247px;
  height: 310px;
}
.software-escrow .risks__box-text {
  font-family: "Mulish" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  max-width: 585px;
  color: #1A5261;
}
.software-escrow .risks__box-image {
  width: 100%;
  max-width: 265px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .software-escrow .risks__box-image {
    margin-top: 50px;
  }
}

.start-guide .header__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -0.42px;
  max-width: 495px;
}
.start-guide .header__text {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.start-guide .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.start-guide .header__content input {
  width: 100%;
  background-color: #FAFAFA;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.start-guide .header__content input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.start-guide .header__content label {
  color: #ffffff !important;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.start-guide .header__content .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.start-guide .header__content .hs-button.primary.large {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  height: 50px;
  width: 257px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 50px;
}
.start-guide .header__content .hs-button.primary.large:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.start-guide .header__content .hs-button.primary.large:focus, .start-guide .header__content .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.start-guide .header__content .hs-button.primary.large.disabled, .start-guide .header__content .hs-button.primary.large:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.start-guide .header__content .hs-button.primary.large:not(:disabled):not(.disabled):active, .start-guide .header__content .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .start-guide .header__content .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.start-guide .header__content .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .start-guide .header__content .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .start-guide .header__content .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.start-guide .header__content .hs-button.primary.large:hover {
  color: #ffffff !important;
  background-color: transparent !important;
  text-decoration: none;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.start-guide .header__bg {
  min-height: 530px !important;
  background: url("https://bala-alex.github.io/images/features/Slogan@3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}
.start-guide .header__guide {
  height: 500px;
  width: 354px;
  margin-bottom: -250px;
}
@media (max-width: 992px) {
  .start-guide .header__guide {
    margin-top: 50px;
    margin-bottom: 0px;
  }
}
.start-guide .conduct__header-content {
  margin-top: 85px;
  background: linear-gradient(1.58deg, #F8FBFF 1.71%, #FFFFFF 82.27%);
  min-height: 650px;
  position: relative;
}
.start-guide .conduct__header-title {
  font-size: 60px !important;
  line-height: 70px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 300;
  letter-spacing: -1px;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .start-guide .conduct__header-title {
    padding-top: 20px;
    font-size: 50px !important;
    line-height: 53px;
  }
}
.start-guide .conduct__header-small-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .start-guide .conduct__header-small-shape {
    max-width: 20%;
  }
}
.start-guide .conduct__header-large-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 520px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 992px) {
  .start-guide .conduct__header-large-shape {
    max-width: 40%;
  }
}
.start-guide .conduct__bg-gradient {
  background: linear-gradient(1deg, rgba(204, 248, 255, 0.295) -4.05%, rgba(239, 249, 251, 0) 50%);
}
.start-guide .conduct__info-title {
  font-size: 50px !important;
  line-height: 60px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 300;
}
.start-guide .conduct__info-text {
  font-size: 35px !important;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 300;
}
.start-guide .conduct__info-text2 {
  font-size: 24px !important;
  line-height: 40px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: 300;
}
.start-guide .conduct__info-subtext {
  font-size: 18px !important;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #1A5261;
  font-weight: 300;
}
.start-guide .conduct__office-image {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 650px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .start-guide .conduct__office-image {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .start-guide .conduct__office-image {
    max-width: 50%;
  }
}
.start-guide .discover__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: center;
}
.start-guide .discover__subtitle {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 706px;
  text-align: center;
}
.start-guide .discover__title2 {
  font-size: 14px !important;
  font-family: "Mulish", sans-serif;
  color: #333333;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
}
.start-guide .discover__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 295px;
  min-height: 170px;
}
.start-guide .discover__icon {
  width: 32px;
  height: 32px;
}
.start-guide .schedule__box {
  background-color: #ffffff;
  border-radius: 16px;
  margin: 15px;
  -webkit-box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  box-shadow: 0px 16px 32px 0 rgba(67, 67, 87, 0.2) !important;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 127px;
  padding-right: 67px;
  overflow: hidden;
  width: 1159px;
}
@media (max-width: 1200px) {
  .start-guide .schedule__box {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.start-guide .schedule__title {
  font-size: 28px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  letter-spacing: -0.2px;
  line-height: 34px;
}
.start-guide .schedule__subtitle {
  color: #333333;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  max-width: 420px;
}
.start-guide .sample__bg {
  min-height: 530px !important;
  background: url("https://bala-alex.github.io/images/features/Slogan@3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  margin-top: 85px;
}
.start-guide .sample__image {
  height: 362px;
  width: 242px;
}
.start-guide .sample__image2 {
  max-height: 362px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.start-guide .sample__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 530px;
}
.start-guide .sample__content {
  max-width: 470px;
  padding: 25px;
}
.start-guide .sample__content input {
  width: 100%;
  background-color: #FAFAFA;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.start-guide .sample__content input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.start-guide .sample__content label {
  color: #333333 !important;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.start-guide .sample__content .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.start-guide .sample__content .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 257px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 50px;
}
.start-guide .sample__content .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.start-guide .sample__content .hs-button.primary.large:focus, .start-guide .sample__content .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.start-guide .sample__content .hs-button.primary.large.disabled, .start-guide .sample__content .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.start-guide .sample__content .hs-button.primary.large:not(:disabled):not(.disabled):active, .start-guide .sample__content .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .start-guide .sample__content .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.start-guide .sample__content .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .start-guide .sample__content .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .start-guide .sample__content .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.start-guide .sample__content .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.start-guide .sample__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  letter-spacing: -0.42px;
}
.start-guide .sample__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.start-guide .secure__bg {
  min-height: 530px !important;
  background: url("https://bala-alex.github.io/images/features/Slogan@3x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 58px;
  padding-bottom: 58px;
}
.start-guide .secure__image {
  height: 384px;
  width: 314px;
}
.start-guide .secure__content {
  background-size: 100%;
  margin-top: 85px;
}
.start-guide .secure__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: bold;
  letter-spacing: -0.42px;
  max-width: 478px;
}
.start-guide .secure__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.start-guide .secure__box {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  -webkit-box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.08);
  min-height: 538px;
  width: 1316px;
  margin-bottom: -200px;
  margin-right: -200px;
  padding: 15px;
}
@media (max-width: 1200px) {
  .start-guide .secure__box {
    width: 100%;
    margin-bottom: 0px;
    margin-right: 0px;
  }
}
.start-guide .secure__box input {
  width: 100%;
  background-color: #FAFAFA;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.start-guide .secure__box input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.start-guide .secure__box label {
  color: #333333 !important;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.start-guide .secure__box .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.start-guide .secure__box .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 257px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 50px;
}
.start-guide .secure__box .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.start-guide .secure__box .hs-button.primary.large:focus, .start-guide .secure__box .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.start-guide .secure__box .hs-button.primary.large.disabled, .start-guide .secure__box .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.start-guide .secure__box .hs-button.primary.large:not(:disabled):not(.disabled):active, .start-guide .secure__box .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .start-guide .secure__box .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.start-guide .secure__box .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .start-guide .secure__box .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .start-guide .secure__box .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.start-guide .secure__box .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.start-guide input {
  max-width: 425px;
  height: 49px;
}
.start-guide input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.start-guide input::-webkit-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide input::-moz-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide input:-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide input::-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide input::placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide textarea::-webkit-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide textarea::-moz-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide textarea:-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide textarea::-ms-input-placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}
.start-guide textarea::placeholder {
  color: #7f7f7f !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
  font-weight: normal;
}

.confirmation .header__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: 200;
  letter-spacing: -0.42px;
  text-align: center;
}
.confirmation .header__subtitle {
  color: #6782A3;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  max-width: 702px;
  text-align: center;
}
.confirmation .header__content {
  background-size: 100%;
  margin-top: 85px;
}
.confirmation .header__bg {
  min-height: 350px !important;
  background: url("https://bala-alex.github.io/images/landing/background-fill.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  padding-top: 100px;
  padding-bottom: 100px;
}
.confirmation .discount__container {
  min-height: 800px !important;
  background: url("https://bala-alex.github.io/images/resources-page/saas-escrow-bg.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover !important;
  padding-top: 140px;
  padding-bottom: 60px;
}
@media (max-width: 992px) {
  .confirmation .discount__container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.confirmation .discount__title {
  font-size: 55px !important;
  font-family: "Mulish", sans-serif;
  color: #ffffff;
  font-weight: bold;
  line-height: 66px;
  letter-spacing: -1px;
  max-width: 535px;
}
@media (max-width: 767px) {
  .confirmation .discount__title {
    font-size: 38px !important;
    font-weight: 600;
    line-height: 42px;
  }
}
.confirmation .discount__subtitle {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 560px;
}
.confirmation .discount__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 400px;
  max-height: 350px;
}
.confirmation .discount__form {
  width: 100%;
  min-height: 500px;
  max-width: 450px;
  padding: 40px;
  background: #ffffff;
  -webkit-box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 6px 20px rgba(0, 0, 0, 0.11);
  border-radius: 20px;
}
@media (max-width: 767px) {
  .confirmation .discount__form {
    padding: 40px 15px;
  }
}
.confirmation .discount__form-title {
  color: #00384B;
  font-size: 28px;
  font-weight: 600;
  line-height: 30px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.confirmation .discount__form label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #6782A3;
  font-weight: normal;
  letter-spacing: 0px;
}
.confirmation .discount__form input {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.confirmation .discount__form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.confirmation .discount__form label.hs-error-msg {
  color: #169DFF;
}
.confirmation .discount__form .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.confirmation .discount__form textarea {
  width: 100% !important;
  background-color: #ffffff;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 221px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  font-weight: 400;
  background-clip: padding-box;
  border: 1px solid rgba(206, 212, 218, 0.5);
  border-radius: 0.25rem;
  outline: none;
}
.confirmation .discount__form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.confirmation .discount__form fieldset {
  max-width: 100% !important;
}
.confirmation .discount__form .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.confirmation .discount__form .hs-form-booleancheckbox-display .hs-input {
  width: auto;
}
.confirmation .discount__form .hs-form-booleancheckbox-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.confirmation .discount__form .hs-form-booleancheckbox-display span a {
  color: #009CB7;
}
.confirmation .discount__form .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 200px !important;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.confirmation .discount__form .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.confirmation .discount__form .hs-button.primary.large:focus, .confirmation .discount__form .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.confirmation .discount__form .hs-button.primary.large.disabled, .confirmation .discount__form .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.confirmation .discount__form .hs-button.primary.large:not(:disabled):not(.disabled):active, .confirmation .discount__form .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .confirmation .discount__form .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.confirmation .discount__form .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .confirmation .discount__form .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .confirmation .discount__form .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.confirmation .discount__form .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.confirmation .discount__form input::-webkit-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.confirmation .discount__form input::-moz-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.confirmation .discount__form input:-ms-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.confirmation .discount__form input::-ms-input-placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.confirmation .discount__form input::placeholder {
  color: #BDBDBD !important;
  font-family: "Mulish", sans-serif;
  font-size: 16px !important;
}
.confirmation .reads__title {
  font-size: 44px !important;
  font-family: "Mulish", sans-serif;
  color: #00384B;
  font-weight: normal;
  letter-spacing: -0.42px;
  text-align: center;
}
.confirmation .reads__subtitle {
  color: #00384B;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  text-align: center;
  max-width: 736px;
}
.confirmation .reads__bg1 {
  background: url("https://bala-alex.github.io/images/confirmation/how_i_save.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  border-radius: 6px;
  height: 260px;
  width: 328px;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-shadow: 2px 4px 10px #E8ECF2;
  box-shadow: 2px 4px 10px #E8ECF2;
}
.confirmation .reads__bg2 {
  background: url("https://bala-alex.github.io/images/confirmation/software_verification.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  border-radius: 6px;
  height: 260px;
  width: 328px;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-shadow: 2px 4px 10px #E8ECF2;
  box-shadow: 2px 4px 10px #E8ECF2;
}
.confirmation .reads__bg3 {
  background: url("https://bala-alex.github.io/images/confirmation/best_practices.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
  border-radius: 6px;
  height: 260px;
  width: 328px;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-shadow: 2px 4px 10px #E8ECF2;
  box-shadow: 2px 4px 10px #E8ECF2;
}
.confirmation .reads__content {
  background-color: #ffffff;
  min-height: 80px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding-left: 24px;
  padding-top: 16px;
}
.confirmation .reads__text {
  color: #00384B;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  max-width: 270px;
}
.confirmation .reads__text:hover {
  text-decoration: none !important;
}

.registration .pricing-tabs .nav-link {
  background-color: #ffffff;
  border-radius: 27px;
  border: 1px solid rgb(212, 212, 212);
  -webkit-box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  height: 54px;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  z-index: 0;
  text-transform: capitalize;
}
.registration .pricing-tabs .nav-link:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .registration .pricing-tabs .nav-link {
    margin-top: 20px !important;
  }
}
.registration .pricing-tabs .nav-link.active {
  background-color: #F4F4F4;
  border-radius: 27px;
  border: 1px solid rgb(212, 212, 212);
  -webkit-box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  box-shadow: 2px 4px 16px 0px rgba(51, 51, 51, 0.06);
  height: 54px;
  width: 300px;
  text-align: center;
  z-index: 999 !important;
  color: #009CB7;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
}
.registration .pricing-tabs #pills-home-tab {
  position: relative;
  right: -45px;
}
@media (max-width: 992px) {
  .registration .pricing-tabs #pills-home-tab {
    right: 0px;
  }
}
.registration .pricing-tabs .nav-pills {
  margin-top: 10px;
}
.registration .sign-up__content {
  margin-top: 85px;
  min-height: calc(100vh - 90px);
  max-width: 100%;
}
.registration .sign-up__partners {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .registration .sign-up__partners {
    margin-top: -80px;
    margin-bottom: 80px;
  }
}
.registration .sign-up__image {
  max-width: 500px;
}
@media (max-width: 767px) {
  .registration .sign-up__image {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 100px;
  }
}
.registration .sign-up__image2 {
  width: 210px;
}
.registration .sign-up__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: calc(100vh - 90px);
}
@media (max-width: 1200px) {
  .registration .sign-up__box {
    height: auto;
  }
}
.registration .sign-up__box label {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0px;
}
.registration .sign-up__box input {
  width: 100%;
  background-color: #FAFAFA;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.registration .sign-up__box input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.registration .sign-up__box .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.registration .sign-up__box .hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.registration .sign-up__box .hs-form-booleancheckbox-display .hs-input {
  width: auto;
}
.registration .sign-up__box .hs-form-booleancheckbox-display span {
  margin-left: 10px !important;
  margin-top: 7px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.registration .sign-up__box .hs-form-booleancheckbox-display span a {
  color: #009CB7;
}
.registration .sign-up__box .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 200px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}
.registration .sign-up__box .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.registration .sign-up__box .hs-button.primary.large:focus, .registration .sign-up__box .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.registration .sign-up__box .hs-button.primary.large.disabled, .registration .sign-up__box .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.registration .sign-up__box .hs-button.primary.large:not(:disabled):not(.disabled):active, .registration .sign-up__box .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .registration .sign-up__box .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.registration .sign-up__box .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .registration .sign-up__box .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .registration .sign-up__box .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.registration .sign-up__box .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.registration .sign-up__logos {
  max-width: 100px;
  min-width: 100px;
  max-height: 30px;
  margin: 15px;
}
.registration .sign-up__title {
  font-size: 32px !important;
  line-height: 32px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: 200;
  text-align: center;
}
.registration .sign-up__subtitle {
  color: #6782A3;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.registration .sign-up__subtitle a {
  color: #009CB7;
}
.registration .sign-up__input {
  width: 100%;
  background-color: #FAFAFA;
}
.registration .sign-up__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.registration .sign-up__text {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #000000;
  font-weight: normal;
  letter-spacing: 0px;
}
.registration .sign-up__divider {
  height: 1px;
  width: 100%;
  background-color: #d4d4d4;
}
.registration .sign-up__divider-text {
  height: 30px;
  width: 60px;
  background-color: #ffffff;
  text-align: center;
  margin-top: -15px;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.registration .sign-up__icon {
  height: 24px;
  width: 24px;
}
.registration .confirm-plan__section-plan {
  background: rgb(255, 255, 255);
  border-radius: 0px;
  border: 1px solid rgb(212, 212, 212);
  min-height: 146px;
  width: 613px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 24px;
  padding-left: 36px;
  position: relative;
}
.registration .confirm-plan__section-plan:hover:before {
  content: "";
  height: 100%;
  width: 12px;
  background-color: #009CB7;
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 1200px) {
  .registration .confirm-plan__section-plan {
    width: 100%;
  }
}
.registration .confirm-plan__title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
}
.registration .confirm-plan__subtitle {
  color: #009CB7;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Mulish", sans-serif;
  text-decoration: underline;
}
.registration .confirm-plan__amount {
  color: #009CB7;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: -0.6px;
  font-family: "Mulish", sans-serif;
}
.registration .confirm-plan__amount span {
  font-size: 28px;
}
.registration .confirm-plan__text {
  color: #818181;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "Rubik", sans-serif;
}
.registration .confirm-message__box {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  box-shadow: 0px 10px 34px 0px rgba(210, 210, 210, 0.5);
  height: 173px;
  width: 477px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .registration .confirm-message__box {
    width: 100%;
  }
}
.registration .confirm-message__text {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 20px;
  margin-bottom: 30px;
  font-family: "Mulish", sans-serif;
  max-width: 309px;
}
.registration .confirm-message__icon {
  width: 95px;
  height: 95px;
}

.book-demo .header__content {
  background-color: #ffffff;
}
.book-demo .header__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #00384B;
  margin-top: 100px;
}
.book-demo .header__subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #48748C;
  max-width: 754px;
}
.book-demo .header__devider {
  width: 100%;
  height: 0.5px;
  background-color: #48748C;
  margin-top: 30px;
  margin-bottom: 60px;
}
.book-demo .contact__info {
  position: relative;
  margin-top: -220px !important;
  margin-bottom: -50px !important;
}
.book-demo .contact__box {
  width: 100%;
  min-height: 332px;
  padding: 40px;
  border-radius: 10px;
  background: #009CB7;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
}
@media (max-width: 767px) {
  .book-demo .contact__box {
    padding: 40px 15px;
  }
}
.book-demo .contact__box-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}
.book-demo .contact__box-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.book-demo .contact__box-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #48748C;
  margin-bottom: 0px;
  margin-top: 5px;
  text-align: center;
}
.book-demo .contact__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .book-demo .contact__box-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.book-demo .contact__box-btn {
  width: 240px;
  min-height: 140px;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  margin-top: 15px;
  background-color: #ffffff;
  z-index: 9;
}
.book-demo .contact__box-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.1) !important;
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.1) !important;
}
.book-demo .contact__box-white {
  width: 100%;
  min-height: 330px;
  padding: 40px;
  border-radius: 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(10.38%, #F9FCFF), color-stop(92.14%, #F3F6FC));
  background: linear-gradient(270deg, #F9FCFF 10.38%, #F3F6FC 92.14%);
  border: 1px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  position: relative;
}
@media (max-width: 1200px) {
  .book-demo .contact__box-white {
    padding: 40px 15px;
    min-height: 550px;
  }
}
.book-demo .contact__box-white-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  color: #009CB7;
}
.book-demo .contact__box-white-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #48748C;
}
.book-demo .contact__box-white-text {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #48748C;
  margin-bottom: 0px;
  margin-top: 5px;
  text-align: center;
}
.book-demo .contact__box-white-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .book-demo .contact__box-white-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.book-demo .contact__box-white-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 50%;
}
.book-demo .contact__box-white-btn {
  width: 210px;
  min-height: 140px;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  border: 1px solid #F3F6FC;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.0509803922);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.0509803922);
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  margin-top: 15px;
  background-color: #ffffff;
  z-index: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.book-demo .contact__box-white-btn:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.1) !important;
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.1) !important;
}
.book-demo .questions__bg {
  background: #F9FCFF;
  padding-top: 150px;
  padding-bottom: 150px;
}
.book-demo .questions__bg2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-9.77%, #F8FBFF), color-stop(42.6%, rgba(248, 251, 255, 0)));
  background: linear-gradient(180deg, #F8FBFF -9.77%, rgba(248, 251, 255, 0) 42.6%);
  padding-top: 150px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .book-demo .questions__bg2 {
    padding-bottom: 0px;
  }
}
.book-demo .questions__title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 200;
  font-size: 45px;
  line-height: 55px;
  color: #00384B;
}
.book-demo .questions__image {
  max-width: 400px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.book-demo .questions__box {
  width: 100%;
  min-height: 500px;
  padding: 50px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .book-demo .questions__box {
    padding: 15px;
  }
}
.book-demo .questions__box-title {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 25px;
}
.book-demo .questions__box-subtitle {
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  color: #003543;
  max-width: 480px;
  margin-bottom: 20px;
}

.eu-react {
  overflow: hidden;
  font-family: "Mulish", sans-serif;
}
.eu-react .eu-header__background {
  min-height: 750px;
  overflow: hidden;
  background: url("https://bala-alex.github.io/images//eu-react/header-bg.webp");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover !important;
  padding-bottom: 80px !important;
}
.eu-react .eu-header__image {
  width: 100%;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .eu-react .eu-header__image {
    margin-bottom: 80px !important;
  }
}
.eu-react .eu-header__title {
  font-weight: 300;
  font-size: 55px;
  line-height: 65px;
  letter-spacing: -1px;
  color: #1A5261;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .eu-react .eu-header__title {
    margin-top: 80px;
  }
}
.eu-react .eu-header__subtitle {
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
  color: #1A5261;
  max-width: 690px;
}
.eu-react .eu-header__text {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #009CB7;
}
.eu-react .eu-header__subtext {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1A5261;
  max-width: 690px;
  text-align: left;
}
.eu-react .eu-info__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #1A5261;
}
.eu-react .eu-info__subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #1A5261;
  max-width: 450px;
}
.eu-react .eu-info__image {
  width: 100%;
  max-width: 500px;
  -o-object-fit: contain;
  object-fit: contain;
}
.eu-react .sync__title {
  font-weight: normal;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #001767;
}
.eu-react .sync__subtitle {
  font-weight: 300;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #001767;
  margin-top: 30px;
  max-width: 713px;
}
.eu-react .eu-flag__text {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: #333333;
}
.eu-react .eu-flag__text span {
  font-style: italic;
}
.eu-react .eu-flag__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 5px;
}
.eu-react .eu-flag__subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #333333;
  text-align: center;
  font-family: "Bookmania Semibold" !important;
}
.eu-react .eu-flag__shape-right {
  position: absolute;
  width: 110px;
  top: 0;
  right: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .eu-react .eu-flag__shape-right {
    width: 60px;
  }
}
.eu-react .eu-flag__shape-left {
  position: absolute;
  width: 380px;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 767px) {
  .eu-react .eu-flag__shape-left {
    width: 200px;
  }
}
.eu-react .eu-protect {
  min-height: 1200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47.18%, #F6FDFF), to(rgba(249, 252, 255, 0)));
  background: linear-gradient(180deg, #F6FDFF 47.18%, rgba(249, 252, 255, 0) 100%);
}
.eu-react .eu-protect__main-title {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -1px;
  color: #1A5261;
  text-align: center;
}
.eu-react .eu-protect__main-subtitle {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #1A5261;
  text-align: center;
  max-width: 660px;
}
.eu-react .eu-protect__box {
  width: 100%;
  background: #FFFFFF;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  min-height: 410px;
  padding: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .eu-react .eu-protect__box {
    padding: 60px 20px;
  }
}
.eu-react .eu-protect__shape-right {
  position: absolute;
  width: 150px;
  top: 0;
  right: 0;
}
.eu-react .eu-protect__shape-left {
  position: absolute;
  width: 150px;
  top: 0;
  left: 0;
}
.eu-react .eu-protect__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #245CB0;
}
.eu-react .eu-protect__text {
  font-weight: 600;
  font-size: 35px;
  line-height: 53px;
  color: #00384B;
}
.eu-react .eu-protect__subtext {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #1A5261;
  max-width: 670px;
}
.eu-react .eu-footer {
  padding: 60px 40px;
  background: #6A8493;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .eu-react .eu-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.eu-react .eu-footer__logo {
  width: 92px;
  height: 21px;
}
.eu-react .eu-footer__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.eu-react .eu-footer__bullet {
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 767px) {
  .eu-react .eu-footer__bullet {
    margin-top: 10px;
  }
}
.eu-react .eu-footer__link {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .eu-react .eu-footer__link {
    margin-top: 10px;
  }
}
.eu-react .eu-footer__link:hover {
  text-decoration: none;
}

.backups__subscribe-box {
  width: 100%;
  padding: 50px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EFFBFF));
  background: linear-gradient(180deg, #FFFFFF 0%, #EFFBFF 100%);
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  top: -200px;
  position: absolute;
  z-index: 99;
}
@media (max-width: 767px) {
  .backups__subscribe-box {
    width: 96%;
  }
}
.backups__subscribe-title {
  color: #1A5261;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 300;
  font-size: 35px;
  line-height: 40px;
}
.backups__subscribe-subtitle {
  color: #6A8493;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 615px;
}
.backups__unlimited-box {
  width: 100%;
  border: 0.5px solid #DCE5F2;
  -webkit-box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px rgba(0, 54, 134, 0.05);
  border-radius: 10px;
  top: -180px;
  position: relative;
  max-width: 900px;
  min-height: 480px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .backups__unlimited-box {
    width: 96%;
    top: -100px;
  }
}
.backups__unlimited-left {
  position: absolute;
  top: 60px;
  left: 0;
  max-width: 180px;
}
@media (max-width: 767px) {
  .backups__unlimited-left {
    max-width: 30%;
  }
}
.backups__unlimited-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}
@media (max-width: 767px) {
  .backups__unlimited-right {
    max-width: 40%;
  }
}
.backups__circles-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 390px;
  width: 100%;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .backups__circles-left {
    max-width: 30%;
  }
}
.backups__circles-right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 320px;
  width: 100%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .backups__circles-right {
    max-width: 15%;
  }
}
.backups__circles-left2 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 300px;
  width: 100%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .backups__circles-left2 {
    max-width: 15%;
  }
}
.backups__circles-right2 {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 380px;
  width: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .backups__circles-right2 {
    max-width: 30%;
  }
}
.backups .hs-button.primary.large {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: 174px !important;
  max-width: 174px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  margin-top: 24px !important;
  margin-left: 10px;
}
.backups .hs-button.primary.large:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.backups .hs-button.primary.large:focus, .backups .hs-button.primary.large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.backups .hs-button.primary.large.disabled, .backups .hs-button.primary.large:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.backups .hs-button.primary.large:not(:disabled):not(.disabled):active, .backups .hs-button.primary.large:not(:disabled):not(.disabled).active, .show > .backups .hs-button.primary.large.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.backups .hs-button.primary.large:not(:disabled):not(.disabled):active:focus, .backups .hs-button.primary.large:not(:disabled):not(.disabled).active:focus, .show > .backups .hs-button.primary.large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.backups .hs-button.primary.large:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .backups .hs-button.primary.large {
    margin-left: 0px;
  }
}
.backups input {
  width: 100% !important;
  background-color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 50px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  outline: none;
}
.backups input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.backups input.hs-input {
  min-width: 400px !important;
}
@media (max-width: 767px) {
  .backups input.hs-input {
    min-width: auto !important;
  }
}
.backups input[name=consent] {
  width: 20px !important;
  height: 20px !important;
  margin-right: 5px;
  max-width: 20px !important;
}
.backups label.hs-error-msg {
  color: red;
}
.backups .inputs-list {
  list-style-type: none;
  padding-left: 0px;
}
.backups input::-webkit-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.backups input::-moz-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.backups input:-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.backups input::-ms-input-placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.backups input::placeholder {
  font-size: 16px !important;
  font-family: "Mulish", sans-serif;
  color: #CCD5DF;
  font-weight: 400;
}
.backups form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.backups__footer-bg {
  background: #ECEEF4;
  padding: 60px 10px;
}
.backups__footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .backups__footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.backups__footer-text {
  font-size: 16px !important;
  line-height: 24px;
  font-family: "Mulish", sans-serif;
  color: #6A8493;
  font-weight: 400;
}
@media (max-width: 767px) {
  .backups__footer-text {
    text-align: center;
  }
}
.backups__footer-logo {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .backups__footer-logo {
    margin-right: 0px;
  }
}
.backups__footer-bullet {
  font-size: 20px;
  color: #009CB7;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .backups__footer-bullet {
    display: none;
  }
}
.backups__footer-link {
  font-size: 18px !important;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  color: #009CB7;
  font-weight: 300;
  margin: 10px;
}
.backups__footer-link:hover {
  color: #00889F;
  text-decoration: none;
}

.btn-secondary-lg {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #009CB7;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 170px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
}
.btn-secondary-lg:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-lg:focus, .btn-secondary-lg.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-lg.disabled, .btn-secondary-lg:disabled {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.btn-secondary-lg:not(:disabled):not(.disabled):active, .btn-secondary-lg:not(:disabled):not(.disabled).active, .show > .btn-secondary-lg.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-lg:not(:disabled):not(.disabled):active:focus, .btn-secondary-lg:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-lg.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-lg:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-secondary-large {
  color: var(--light-dark-dark) !important;
  border-color: 1px solid var(--light-dark-dark) !important;
  background-color: transparent;
  border-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 170px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.btn-secondary-large:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-large:focus, .btn-secondary-large.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-large.disabled, .btn-secondary-large:disabled {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.btn-secondary-large:not(:disabled):not(.disabled):active, .btn-secondary-large:not(:disabled):not(.disabled).active, .show > .btn-secondary-large.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-large:not(:disabled):not(.disabled):active:focus, .btn-secondary-large:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-large.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-large:hover,
.btn-secondary-large:focus,
.btn-secondary-large:active{
  color: var(--light-dark-white) !important;
  background: var(--light-dark-dark) !important;
  border-color: 1px solid var(--light-dark-dark) !important;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
}

.btn-secondary-large2 {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #009CB7;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: fit;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.btn-secondary-large2:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-large2:focus, .btn-secondary-large2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-large2.disabled, .btn-secondary-large2:disabled {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.btn-secondary-large2:not(:disabled):not(.disabled):active, .btn-secondary-large2:not(:disabled):not(.disabled).active, .show > .btn-secondary-large2.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-large2:not(:disabled):not(.disabled):active:focus, .btn-secondary-large2:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-large2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-large2:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-secondary-small {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid #009CB7;
  height: 35px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 120px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  text-align: center;
}
.btn-secondary-small:hover {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-small:focus, .btn-secondary-small.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-small.disabled, .btn-secondary-small:disabled {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.btn-secondary-small:not(:disabled):not(.disabled):active, .btn-secondary-small:not(:disabled):not(.disabled).active, .show > .btn-secondary-small.dropdown-toggle {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}
.btn-secondary-small:not(:disabled):not(.disabled):active:focus, .btn-secondary-small:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-small.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-secondary-small:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-white {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  height: 50px;
  min-width: 200px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white:hover {
  color: #009CB7 !important;
  text-decoration: none;
  background-color: #ececec !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-white2 {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  min-height: 50px;
  min-width: 200px;
  padding: 10px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-white2:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white2:focus, .btn-white2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white2.disabled, .btn-white2:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white2:not(:disabled):not(.disabled):active, .btn-white2:not(:disabled):not(.disabled).active, .show > .btn-white2.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-white2:not(:disabled):not(.disabled):active:focus, .btn-white2:not(:disabled):not(.disabled).active:focus, .show > .btn-white2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white2:hover {
  color: #009CB7 !important;
  text-decoration: none;
  background-color: #ececec !important;
  border: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-white-lg {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  height: 50px;
  min-width: 200px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-white-lg:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white-lg:focus, .btn-white-lg.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-lg.disabled, .btn-white-lg:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-lg:not(:disabled):not(.disabled):active, .btn-white-lg:not(:disabled):not(.disabled).active, .show > .btn-white-lg.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-white-lg:not(:disabled):not(.disabled):active:focus, .btn-white-lg:not(:disabled):not(.disabled).active:focus, .show > .btn-white-lg.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-lg:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-white-lg2 {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  height: 50px;
  min-width: 200px;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-white-lg2:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white-lg2:focus, .btn-white-lg2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-lg2.disabled, .btn-white-lg2:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-lg2:not(:disabled):not(.disabled):active, .btn-white-lg2:not(:disabled):not(.disabled).active, .show > .btn-white-lg2.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-white-lg2:not(:disabled):not(.disabled):active:focus, .btn-white-lg2:not(:disabled):not(.disabled).active:focus, .show > .btn-white-lg2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-lg2:hover {
  color: #009CB7 !important;
  background-color: #F3FDFF !important;
  text-decoration: none;
  border: 1px solid #F3FDFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-bondi-blue {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-bondi-blue:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue:focus, .btn-bondi-blue.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-bondi-blue.disabled, .btn-bondi-blue:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-bondi-blue:not(:disabled):not(.disabled):active, .btn-bondi-blue:not(:disabled):not(.disabled).active, .show > .btn-bondi-blue.dropdown-toggle {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue:not(:disabled):not(.disabled):active:focus, .btn-bondi-blue:not(:disabled):not(.disabled).active:focus, .show > .btn-bondi-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-bondi-blue:hover {
  color: #ffffff !important;
  background-color: #007b91 !important;
  text-decoration: none;
  border: 1px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-bondi-blue2 {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-bondi-blue2:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue2:focus, .btn-bondi-blue2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-bondi-blue2.disabled, .btn-bondi-blue2:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-bondi-blue2:not(:disabled):not(.disabled):active, .btn-bondi-blue2:not(:disabled):not(.disabled).active, .show > .btn-bondi-blue2.dropdown-toggle {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue2:not(:disabled):not(.disabled):active:focus, .btn-bondi-blue2:not(:disabled):not(.disabled).active:focus, .show > .btn-bondi-blue2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
@media (min-width: 767px) and (max-width: 1000px) {
  .btn-bondi-blue2 {
    min-width: 150px;
  }
}
.btn-bondi-blue2:hover {
  color: #ffffff !important;
  background-color: #007b91 !important;
  text-decoration: none;
  border: 1px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-bondi-blue3 {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 290px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-bondi-blue3:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue3:focus, .btn-bondi-blue3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-bondi-blue3.disabled, .btn-bondi-blue3:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-bondi-blue3:not(:disabled):not(.disabled):active, .btn-bondi-blue3:not(:disabled):not(.disabled).active, .show > .btn-bondi-blue3.dropdown-toggle {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue3:not(:disabled):not(.disabled):active:focus, .btn-bondi-blue3:not(:disabled):not(.disabled).active:focus, .show > .btn-bondi-blue3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
@media (max-width: 1200px) {
  .btn-bondi-blue3 {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .btn-bondi-blue3 {
    min-width: 250px;
  }
}
.btn-bondi-blue3:hover {
  color: #ffffff !important;
  background-color: #007b91 !important;
  text-decoration: none;
  border: 1px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-bondi-blue4 {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 270px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  border: none;
  outline: none;
}
.btn-bondi-blue4:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue4:focus, .btn-bondi-blue4.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-bondi-blue4.disabled, .btn-bondi-blue4:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-bondi-blue4:not(:disabled):not(.disabled):active, .btn-bondi-blue4:not(:disabled):not(.disabled).active, .show > .btn-bondi-blue4.dropdown-toggle {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-bondi-blue4:not(:disabled):not(.disabled):active:focus, .btn-bondi-blue4:not(:disabled):not(.disabled).active:focus, .show > .btn-bondi-blue4.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
@media (min-width: 1200px) and (max-width: 1250px) {
  .btn-bondi-blue4 {
    min-width: 100%;
  }
}
@media (max-width: 1200px) {
  .btn-bondi-blue4 {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
@media (max-width: 767px) {
  .btn-bondi-blue4 {
    min-width: 250px;
  }
}
.btn-bondi-blue4:hover {
  color: #ffffff !important;
  background-color: #007b91 !important;
  text-decoration: none;
  border: 1px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-bondi-blue4:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-developer {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-developer:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-developer:focus, .btn-developer.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-developer.disabled, .btn-developer:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-developer:not(:disabled):not(.disabled):active, .btn-developer:not(:disabled):not(.disabled).active, .show > .btn-developer.dropdown-toggle {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-developer:not(:disabled):not(.disabled):active:focus, .btn-developer:not(:disabled):not(.disabled).active:focus, .show > .btn-developer.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-developer:hover {
  color: #ffffff !important;
  background-color: #007b91 !important;
  text-decoration: none;
  border: 1px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-client {
  color: #ffffff;
  background-color: #245CB0;
  border-color: #245CB0;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #245CB0;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 250px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-client:hover {
  color: #ffffff;
  background-color: #1e4b90;
  border-color: #1b4686;
}
.btn-client:focus, .btn-client.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 92, 176, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 176, 0.5);
}
.btn-client.disabled, .btn-client:disabled {
  color: #ffffff;
  background-color: #245CB0;
  border-color: #245CB0;
}
.btn-client:not(:disabled):not(.disabled):active, .btn-client:not(:disabled):not(.disabled).active, .show > .btn-client.dropdown-toggle {
  color: #ffffff;
  background-color: #1e4b90;
  border-color: #1b4686;
}
.btn-client:not(:disabled):not(.disabled):active:focus, .btn-client:not(:disabled):not(.disabled).active:focus, .show > .btn-client.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(36, 92, 176, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(36, 92, 176, 0.5);
}
.btn-client:hover {
  color: #ffffff !important;
  background-color: #1e4b90 !important;
  text-decoration: none;
  border: 1px solid #245CB0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-cerulean {
  color: var(--light-dark-white) !important;
  background: var(--light-dark-dark) !important;
  border-color: var(--light-dark-dark) !important;
  display: flex; /* Removed vendor-specific `display` properties */
  align-items: center; /* Shortened alignments */
  justify-content: center;
  border-radius: 5px;
  height: 50px;
  width: max-content; /* Removed vendor-specific `width` properties */
  min-width: 250px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-cerulean:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-cerulean:focus, .btn-cerulean.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-cerulean.disabled, .btn-cerulean:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-cerulean:not(:disabled):not(.disabled):active, .btn-cerulean:not(:disabled):not(.disabled).active, .show > .btn-cerulean.dropdown-toggle {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-cerulean:not(:disabled):not(.disabled):active:focus, .btn-cerulean:not(:disabled):not(.disabled).active:focus, .show > .btn-cerulean.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-cerulean:hover,
.btn-cerulean:active,
.btn-cerulean:focus{
  color: #ffffff !important;
  background-color: #007b91 !important;
  text-decoration: none;
  border: 1px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-weight:700!important;
}

.btn-cerulean2 {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
}
.btn-cerulean2:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-cerulean2:focus, .btn-cerulean2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-cerulean2.disabled, .btn-cerulean2:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-cerulean2:not(:disabled):not(.disabled):active, .btn-cerulean2:not(:disabled):not(.disabled).active, .show > .btn-cerulean2.dropdown-toggle {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-cerulean2:not(:disabled):not(.disabled):active:focus, .btn-cerulean2:not(:disabled):not(.disabled).active:focus, .show > .btn-cerulean2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-cerulean2:hover {
  color: #ffffff !important;
  background-color: #007b91 !important;
  text-decoration: none;
  border: 1px solid #009CB7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-cerulean3 {
  color: var(--light-dark-white) !important;
  background-color: var(--light-dark-dark) !important;
  border-color: var(--light-dark-dark) !important;
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  padding: 13px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.btn-cerulean3:hover {
  color: var(--light-dark-white);
  background-color: var(--base-primary);
  border-color: var(--base-primary);
}
.btn-cerulean3:focus, .btn-cerulean3.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-cerulean3.disabled, .btn-cerulean3:disabled {
  color: var(--light-dark-white);
  background-color: var(--ck-green-default);
  border-color: var(--ck-green-default);
}
.btn-cerulean3:not(:disabled):not(.disabled):active, .btn-cerulean3:not(:disabled):not(.disabled).active, .show > .btn-cerulean3.dropdown-toggle {
  color: var(--light-dark-white) !important;
  background-color: var(--base-primary) !important;
  border-color: var(--base-primary) !important;
}
.btn-cerulean3:not(:disabled):not(.disabled):active:focus, .btn-cerulean3:not(:disabled):not(.disabled).active:focus, .show > .btn-cerulean3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
@media (max-width: 992px) {
  .btn-cerulean3 {
    padding: 10px 20px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: auto;
    text-align: center;
  }
}
.btn-cerulean3:hover,
.btn-cerulean3:focus,
.btn-cerulean3:active{
  color: var(--light-dark-white) !important;
  background-color: var(--base-primary) !important;
  border-color: var(--base-primary) !important;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
}

.btn-white-sm {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #6D9EDE !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  height: 38px;
  min-width: 117px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
}
.btn-white-sm:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white-sm:focus, .btn-white-sm.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-sm.disabled, .btn-white-sm:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-sm:not(:disabled):not(.disabled):active, .btn-white-sm:not(:disabled):not(.disabled).active, .show > .btn-white-sm.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-white-sm:not(:disabled):not(.disabled):active:focus, .btn-white-sm:not(:disabled):not(.disabled).active:focus, .show > .btn-white-sm.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-sm:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-white-xl {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 257px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-white-xl:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white-xl:focus, .btn-white-xl.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-xl.disabled, .btn-white-xl:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-xl:not(:disabled):not(.disabled):active, .btn-white-xl:not(:disabled):not(.disabled).active, .show > .btn-white-xl.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-white-xl:not(:disabled):not(.disabled):active:focus, .btn-white-xl:not(:disabled):not(.disabled).active:focus, .show > .btn-white-xl.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-xl:hover {
  color: #ffffff !important;
  text-decoration: none;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-white-xl2 {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 257px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-white-xl2:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white-xl2:focus, .btn-white-xl2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-xl2.disabled, .btn-white-xl2:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white-xl2:not(:disabled):not(.disabled):active, .btn-white-xl2:not(:disabled):not(.disabled).active, .show > .btn-white-xl2.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-white-xl2:not(:disabled):not(.disabled):active:focus, .btn-white-xl2:not(:disabled):not(.disabled).active:focus, .show > .btn-white-xl2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-white-xl2:hover {
  color: #009CB7 !important;
  background-color: #F3FDFF !important;
  text-decoration: none;
  border: 1px solid #F3FDFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn-yellow {
  background: var(--ck-green-extra-light) !important;
  border-color: var(--ck-green-extra-light) !important;
  color: var(--light-dark-dark) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFD12D;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-yellow:hover, .btn-yellow:active, .btn-yellow:focus {
  color: var(--light-dark-white) !important;
  background: var(--light-dark-dark) !important;
  border: 1px solid var(--light-dark-dark) !important;
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #FFD12D;
  border-color: #FFD12D;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}
.btn-yellow:hover,
.btn-yellow:active,
.btn-yellow:focus{
  color: var(--light-dark-white) !important;
  background-color: var(--light-dark-dark) !important;
  text-decoration: none;
  border: 1px solid var(--light-dark-dark);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  font-weight: 700;
}

.btn-yellow-small {
  color: #212529;
  background-color: #FFD12D;
  border-color: #FFD12D;
  color: #00384B !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFD12D;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-yellow-small:hover {
  color: #212529;
  background-color: #ffc907;
  border-color: #f9c200;
}
.btn-yellow-small:focus, .btn-yellow-small.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}
.btn-yellow-small.disabled, .btn-yellow-small:disabled {
  color: #212529;
  background-color: #FFD12D;
  border-color: #FFD12D;
}
.btn-yellow-small:not(:disabled):not(.disabled):active, .btn-yellow-small:not(:disabled):not(.disabled).active, .show > .btn-yellow-small.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-yellow-small:not(:disabled):not(.disabled):active:focus, .btn-yellow-small:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-small.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 209, 45, 0.5);
}
.btn-yellow-small:hover {
  color: #00384B !important;
  background-color: #FFA800 !important;
  text-decoration: none;
  border: 1px solid #FFA800;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary-xl {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  min-width: 257px;
  padding: 0 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-primary-xl:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-primary-xl:focus, .btn-primary-xl.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-xl.disabled, .btn-primary-xl:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-primary-xl:not(:disabled):not(.disabled):active, .btn-primary-xl:not(:disabled):not(.disabled).active, .show > .btn-primary-xl.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-primary-xl:not(:disabled):not(.disabled):active:focus, .btn-primary-xl:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-xl.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-xl:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none !important;
}

.btn-primary-square-xl {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 4px;
  height: 40px;
  width: 100%;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-primary-square-xl:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-primary-square-xl:focus, .btn-primary-square-xl.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-square-xl.disabled, .btn-primary-square-xl:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-primary-square-xl:not(:disabled):not(.disabled):active, .btn-primary-square-xl:not(:disabled):not(.disabled).active, .show > .btn-primary-square-xl.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-primary-square-xl:not(:disabled):not(.disabled):active:focus, .btn-primary-square-xl:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-square-xl.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-square-xl:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary-lg {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 200px;
  padding: 0 20px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-primary-lg:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-primary-lg:focus, .btn-primary-lg.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-lg.disabled, .btn-primary-lg:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-primary-lg:not(:disabled):not(.disabled):active, .btn-primary-lg:not(:disabled):not(.disabled).active, .show > .btn-primary-lg.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-primary-lg:not(:disabled):not(.disabled):active:focus, .btn-primary-lg:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-lg.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-lg:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none !important;
}

.btn-primary-sm {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  height: 35px;
  width: 141px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
}
.btn-primary-sm:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-primary-sm:focus, .btn-primary-sm.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-sm.disabled, .btn-primary-sm:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-primary-sm:not(:disabled):not(.disabled):active, .btn-primary-sm:not(:disabled):not(.disabled).active, .show > .btn-primary-sm.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-primary-sm:not(:disabled):not(.disabled):active:focus, .btn-primary-sm:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-sm.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-sm:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-primary-small {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  min-height: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
}
.btn-primary-small:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-primary-small:focus, .btn-primary-small.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-small.disabled, .btn-primary-small:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-primary-small:not(:disabled):not(.disabled):active, .btn-primary-small:not(:disabled):not(.disabled).active, .show > .btn-primary-small.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-primary-small:not(:disabled):not(.disabled):active:focus, .btn-primary-small:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-small.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-small:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.btn-primary-small2 {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  min-height: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
  border: none;
}
.btn-primary-small2:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-primary-small2:focus, .btn-primary-small2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-small2.disabled, .btn-primary-small2:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-primary-small2:not(:disabled):not(.disabled):active, .btn-primary-small2:not(:disabled):not(.disabled).active, .show > .btn-primary-small2.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-primary-small2:not(:disabled):not(.disabled):active:focus, .btn-primary-small2:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-small2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-small2:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.btn-primary-small2:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  outline: none;
}

.btn-yellow-small2 {
  color: #212529;
  background-color: #FFDF34;
  border-color: #009CB7;
  color: #1A5261 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FFDF34;
  border-radius: 5px;
  min-height: 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
  border: none;
}
.btn-yellow-small2:hover {
  color: #212529;
  background-color: #ffd90e;
  border-color: #007184;
}
.btn-yellow-small2:focus, .btn-yellow-small2.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-yellow-small2.disabled, .btn-yellow-small2:disabled {
  color: #212529;
  background-color: #FFDF34;
  border-color: #009CB7;
}
.btn-yellow-small2:not(:disabled):not(.disabled):active, .btn-yellow-small2:not(:disabled):not(.disabled).active, .show > .btn-yellow-small2.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-yellow-small2:not(:disabled):not(.disabled):active:focus, .btn-yellow-small2:not(:disabled):not(.disabled).active:focus, .show > .btn-yellow-small2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-yellow-small2:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}
.btn-yellow-small2:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none;
  outline: none;
}

.btn-primary-medium {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
  color: #ffffff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #009CB7;
  border-radius: 5px;
  min-height: 45px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 5px 15px;
  text-align: center;
}
.btn-primary-medium:hover {
  color: #ffffff;
  background-color: #007b91;
  border-color: #007184;
}
.btn-primary-medium:focus, .btn-primary-medium.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-medium.disabled, .btn-primary-medium:disabled {
  color: #ffffff;
  background-color: #009CB7;
  border-color: #009CB7;
}
.btn-primary-medium:not(:disabled):not(.disabled):active, .btn-primary-medium:not(:disabled):not(.disabled).active, .show > .btn-primary-medium.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-primary-medium:not(:disabled):not(.disabled):active:focus, .btn-primary-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-medium.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 156, 183, 0.5);
}
.btn-primary-medium:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-decoration: none;
}

.btn-learn-more {
  text-decoration: underline;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Mulish", sans-serif;
}
.btn-learn-more:hover {
  color: #ffffff;
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.btn-sidebar {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #009CB7 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  border-radius: 0px;
  height: 55px;
  padding: 0 15px;
  border: none;
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #009CB7 !important;
  border-radius: 25px !important;
  padding: 0 30px;
  margin: 10px !important;
}
.btn-sidebar:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-sidebar:focus, .btn-sidebar.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-sidebar.disabled, .btn-sidebar:disabled {
  color: #212529;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-sidebar:not(:disabled):not(.disabled):active, .btn-sidebar:not(:disabled):not(.disabled).active, .show > .btn-sidebar.dropdown-toggle {
  color: #212529;
  background-color: #e7e7e7;
  border-color: #e1e1e1;
}
.btn-sidebar:not(:disabled):not(.disabled):active:focus, .btn-sidebar:not(:disabled):not(.disabled).active:focus, .show > .btn-sidebar.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.btn-sidebar:hover {
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none;
  background-color: #009CB7 !important;
  border: 1px solid #009CB7 !important;
}

.new-navigation {
  /* The container must be positioned relative: */
  /* style the items (options), including the selected item: */
  /* Style items (options): */
  /* Hide the items when the select box is closed: */
}
.new-navigation .top-bar {
  padding: 0 30px;
  padding-left: 40px;
  padding-right: 12px;
  padding-bottom: 0;
}
@media screen and (max-width: 992px) {
  .new-navigation .top-bar {
    display: none !important;
  }
}
.new-navigation .top-bar .nav-link {
  color: #1a5261 !important;
  font-weight: 400;
}
.new-navigation .top-bar .nav-link:hover {
  opacity: 1;
  text-decoration: underline;
}
.new-navigation .top-bar__left {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 992px) {
  .new-navigation .top-bar__right {
    display: none !important;
  }
}
.new-navigation .custom-select {
  position: relative;
  padding-right: 2rem;
  padding-left: 0;
  min-width: 120px;
  border: none;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-transform: capitalize;
}
.new-navigation .custom-select:hover {
  text-decoration: none !important;
}
.new-navigation .custom-select select {
  display: none; /*hide original SELECT element: */
}
.new-navigation .select-items div,
.new-navigation .select-selected {
  color: #00384b;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
.new-navigation .select-items div {
  padding: 10px 0;
  text-align: left;
  text-transform: capitalize;
  padding-left: 24px;
}
.new-navigation .select-items {
  position: absolute;
  color: #00384b;
  background-color: white;
  top: 100%;
  left: -25px;
  z-index: 99;
  margin-top: 10px;
  min-width: 140px;
  border-radius: 5px !important;
  -webkit-box-shadow: 2px 2px 12px #DADFE8 !important;
  box-shadow: 2px 2px 12px #DADFE8 !important;
  overflow: hidden;
}
.new-navigation .select-hide {
  display: none;
}
.new-navigation .select-items div:hover,
.new-navigation .same-as-selected {
  background-color: #009CB7;
  color: #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.new-navigation .w-90 {
  width: 85%;
}
.new-navigation .w-10 {
  width: 15%;
}
.new-navigation .container-fluid {
  padding: 0 30px;
  padding-bottom: 6px;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 992px) {
  .new-navigation .container-fluid {
    padding: 0;
    padding: 1rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .new-navigation .container-fluid .navbar-nav {
    margin-left: 0 !important;
  }
}
.new-navigation .container-fluid .book-btn {
  position: absolute;
  bottom: 8px;
  right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 40px;
  padding: 11px 4px 11px 5px;
  border: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--light-dark-dark) !important;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .new-navigation .container-fluid .book-btn {
    display: none;
  }
}
.new-navigation .navbar-brand {
  padding-bottom: 0;
}
.new-navigation .custom-dropdown-btn {
  color: #1a5261;
  text-align: right;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.new-navigation .line {
  display: none;
}
.new-navigation .show .line {
  display: inline-block;
  height: 4px;
  width: 100%;
  background-color: #009cb7;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.new-navigation .show .custom-dropdown-btn,
.new-navigation .custom-dropdown-btn:hover{
  color: #009cb7;
  text-align: right;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
}
.new-navigation .recovery-menu {
  border-radius: 0px 0px 10px 10px;
  border: 0.5px solid #dce5f2;
  background: #f9fbff;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(1, 37, 90, 0.14);
  box-shadow: 0px 7px 20px 0px rgba(1, 37, 90, 0.14);
  width: 826px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-navigation .card-paragraph {
  margin: 0;
  color: #1a5261;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}
.new-navigation .header-wrapper {
  padding: 20px 25px;
}
.new-navigation .header-wrapper .header-card {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 0.5px solid #dce5f2;
  background: #fff;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  width: 377px;
  height: 100%;
  padding: 20px 25px;
}
.new-navigation .content-wrapper {
  width: 100%;
  padding: 0 30px;
}
.new-navigation .card-title {
  height: 10%;
  margin: 0;
  color: #6a8493;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.new-navigation .card-wrapper {
  margin-top: 25px;
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.new-navigation .buttons-wrapper {
  border-radius: 0px 0px 10px 10px;
  background: #eaeff9;
  margin-top: 20px;
  padding: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.new-navigation .buttons-wrapper .btn-new-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 68px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: calc(50% - 6px);
  border-radius: 10px;
  border: 0.5px solid #dce5f2;
  background: #fff;
  color: #009cb7;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px; /* 112.5% */
}
.new-navigation .card-item {
  padding: 20px 25px;
  height: 126px;
  width: 377px;
  border-radius: 10px;
  border: 0.5px solid #dce5f2;
  background: #fff;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
}
.new-navigation .card-item:hover {
  text-decoration: none;
  background: #f1f1f1;
}
.new-navigation .dropdown-menu {
  padding: 0;
  margin-top: 7px;
}
.new-navigation #recoveryMenuBtn:focus,
.new-navigation #resourcesMenuBtn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.new-navigation .dropdown-item {
  padding: 20px 25px;
}
.new-navigation .card-info {
  color: #1a5261;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  font-style: normal;
  margin-top: 12px;
  font-weight: 300;
  line-height: 18px;
  white-space: normal;
}
.new-navigation .icon-nav {
  height: 34px;
  width: 30px;
}
@media screen and (max-width: 1450px) {
  .new-navigation .resources .dropdown-menu {
    left: -18rem;
  }
}
@media screen and (max-width: 1150px) {
  .new-navigation .resources .dropdown-menu {
    left: -28rem;
  }
}
@media screen and (max-width: 1150px) {
  .new-navigation .dropdown-menu {
    left: -8rem;
  }
}
.new-navigation .resources-menu {
  width: 732px;
  height: 387px;
  border-radius: 0px 0px 10px 10px;
  border: 0.5px solid #dce5f2;
  background: #f9fbff;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(1, 37, 90, 0.14);
  box-shadow: 0px 7px 20px 0px rgba(1, 37, 90, 0.14);
  row-gap: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.new-navigation .resources-menu .resource-card {
  border-radius: 10px;
  width: 330px;
  height: 74px;
  border: 0.5px solid #dce5f2;
  background: #fff;
  -webkit-box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  box-shadow: 0px 7px 20px 0px rgba(0, 54, 134, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px;
}


/*10-01-24 Gen Dev override the codes for nis2dora*/
.new-navigation .resources-menu {
  padding: 20px;
  gap: 12px;
  height: 464px;
  flex-direction: unset;
  justify-content: flex-start;
}

.new-navigation .resources-menu .resource-card {
  width: calc(50% - 6px);
}
/*end of update */

.new-navigation .resources-menu .resource-card:hover {
  cursor: pointer;
  text-decoration: none;
  background: #f1f1f1;
}
.new-navigation .resources-menu .resource-card .resources-text {
  color: #1a5261;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}
.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}
.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}
.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}
.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}
.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}
.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}
.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}
.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}
.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}
.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-border {
  height: 1.5em;
}
.svg-inline--fa.fa-li {
  width: 2em;
}
.svg-inline--fa.fa-fw {
  width: 1.25em;
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}
.fa-inverse {
  color: #fff;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}