@charset "UTF-8";

@media (min-width: 576px) {
.container, 
.container-sm {
    max-width: unset;
  }
}
@media (min-width: 1270px) {
  .container, .container-lg, 
  .container-md, .container-sm, 
  .container-xl, .container-xxl {
      max-width: 1256px;
  }
}
.row>* {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .625);
    padding-left: calc(var(--bs-gutter-x) * .625);
}
@media (min-width: 576px) {
  .row>* {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * .83);
    padding-left: calc(var(--bs-gutter-x) * .83);
  }
}
.container {
    width: 100%;
    padding-right: var(--bs-gutter-x,15px);
    padding-left: var(--bs-gutter-x,15px);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
    padding-right: var(--bs-gutter-x,20px);
    padding-left: var(--bs-gutter-x,20px);
    margin-right: auto;
    margin-left: auto;
}
}
 
body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  color: #3E4763;
}

h1, h2, h3, h4, h5, span, p, ul, li, div, dl, dt, dd, ol {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none; 
}

form ul li {
  list-style: none;
}

ul {
  padding-left: 20px;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-style: none;
} 

body, .preat-body, .puragraft-body, .mps-body {
 	font-family: Helvetica, sans-serif;
}

.preat-body p, .puragraft-body p, .mps-body p,
.preat-body a, .puragraft-body a, .mps-body a,
.preat-body input, .puragraft-body input, .mps-body input,
.preat-body textarea, .puragraft-body textarea, .mps-body textarea,
.preat-body select, .puragraft-body select, .mps-body select,
.preat-body button, .puragraft-body button, .mps-body button,
.preat-body li, .puragraft-body li, .mps-body li
{
 	font-family: Helvetica, Arial, sans-serif;
}


button, input, optgroup, select, textarea {
  font-family: inherit; 
}

.mt-body h1,
.mt-body h1 span {
  font-size: 2.6rem;
  line-height: 1.435; 
  font-weight: 700;
  padding-bottom: 32px;
  font-family: Helvetica;
  color: #001489;
}
.mt-body h2,
.mt-body h2 span {
  font-size: 2rem;
  line-height: 1.435;
  font-weight: 700;
  padding-bottom: 30px;
  font-family: Helvetica;
  color: #001489;
}

.mt-body h3,
.mt-body h3 span {
  font-size: 1.5rem;
  line-height: 1.435;
  font-weight: 600;
  padding-bottom: 24px;
  font-family: Helvetica;
  color: #001489;
}
.mt-body h4,
.mt-body h4 span {
  font-size: 1.25rem;
  line-height: 1.435;
  font-weight: 600;
  padding-bottom: 20px;
  font-family: Helvetica;
  color: #001489;
}

.mt-body h5,
.mt-body h5 span {
  font-size: 1.15rem;
  line-height: 1.435;
  font-weight: 700;
  padding-bottom: 18px;
  font-family: Helvetica;
  color: #001489;
}
.mt-body h6,
.mt-body h6 span {
  font-size: 1rem;
  line-height: 1.435;
  font-weight: 700;
  padding-bottom: 16px;
  font-family: Helvetica;
  color: #001489;
}

p, li {
  font-size: 1rem;
  line-height: 1.9;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
p {
  padding-bottom: 30px;
}
.mt-body ol {
  padding-left: 0px;
}
.mt-body ol li{
  color: #3E4763;
  font-family: Helvetica;
  list-style-position: inside;
  padding-bottom: 30px;
}
.mt-body ol li::marker {
  color: #001489;
  font-family: Helvetica;
}
strong {
    font-family: Helvetica;
}
.mt-body a {
  color: #5176E5;
  text-decoration: underline;
}
 
@media (max-width: 992px) {
.mt-body h1,
.mt-body h1 span {
    font-size: 2.25rem!important;
  }
.mt-body h2,
.mt-body h2 span {
    font-size: 1.75rem!important;
  }
.mt-body h3,
.mt-body h3 span {
  font-size: 1.4rem!important;
  }
.mt-body h4,
.mt-body h4 span {
  font-size: 1.2rem!important;
  }
.mt-body h5,
.mt-body h5 span {
    font-size: 1.1rem !important;
  }
.mt-body h6,
.mt-body h6 span {
  font-size: 1rem!important;
  }
.mt-body p,
.mt-body p span {
  font-size: 1rem!important;
  }
  
}
  
@media (max-width: 768px) {
.mt-body h1,
.mt-body h1 span {
    font-size: 1.75rem!important;
  }
.mt-body h2,
.mt-body h2 span {
    font-size: 1.5rem!important;
  }
.mt-body h3,
.mt-body h3 span {
  font-size: 1.3rem!important;
  }
.mt-body h4,
.mt-body h4 span {
  font-size: 1.15rem!important;
  }
  
} 


/* ------------- sup, sub ------------------*/

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

sup { top: -0.9em; }
sub { bottom: -0.25em; }

form ul, form li,form ol {
    padding: 0;
}
/*****************************************/
/* Header */
/*****************************************/

header {
  height: 72px;
  position: relative;
  background-size: cover;
}

.yss-header {
  background-color: #001489;
}

.yss-header-light {
  background-color: #ffffff;
}
.yss-header-center {
  background-color: #ffffff;
}
.puragraft-header {
  background-color: #003c69;
}

.mps-header {
  background-color: #ffffff;
  height: 100px;
  position: relative;
  background-size: cover;
  align-items: center;
  display: flex;
  border-bottom: 1px solid #707070;
}

.col-lg-9-mps {
  flex: -20 0 auto;
  width: 75%;
  }
  
}
.logo__block {
  display: inline-block;
}
.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo-mps {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.logo-center {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
}
.logo__center {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100%;
  margin: 0 auto;
}
.header-menu .hs-menu-flow-horizontal ul {
  padding-left: 0;
  margin-top: 23px;
}
.header-menu .hs-menu-flow-horizontal ul li {
  display: inline;
  color: #fff;
  margin-right: 30px;
  position: relative;
  padding-bottom: 5px;
}
.header-menu .hs-menu-flow-horizontal ul li.active active-branch > a,
.header-menu .hs-menu-flow-horizontal ul li.active-branch > a {
  border-bottom: 2px solid;
  transition: all .3s ease-in-out;
}
.header-menu .hs-menu-flow-horizontal ul li:hover > a {
  border-bottom: 2px solid;
  transition: all .3s ease-in-out;
}
/*.header-menu .hs-menu-flow-horizontal ul li:nth-last-child(1) {
  margin-right: 0;
}*/
.header-menu .hs-menu-flow-horizontal ul li a {
  text-decoration: none;
  border-bottom: 2px solid rgba(255, 0, 0, 0);
  letter-spacing: 0.15px;
  font-size: 15px;
}

.header-menu .hs-menu-flow-horizontal ul li ul {
  max-width: 250px;
  width: 250px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  visibility: hidden;
  text-align: left;
  padding: 12px 45px 35px;
}

.header-menu .hs-menu-flow-horizontal ul li ul li {
  display: block;
}

.header-menu .hs-menu-flow-horizontal ul li:hover ul {
  opacity: 1;
  max-width: 250px;
  width: 250px;
  left: 0;
  top: 7px;
  z-index: 6;
  background-color: #001038;
  text-align: left;
  padding: 20px 25px 25px;
  margin-top: 15px;
  display: block;
  visibility: visible;
  transition: opacity .4s;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 15%);
}
.preat-body .header-menu .hs-menu-flow-horizontal ul li ul {
  background-color: #001038;
}
.preat-body .header-menu .hs-menu-flow-horizontal ul li a {
  color: #fff;
}
.preat-light .header-menu .hs-menu-flow-horizontal ul li a {
  color: #001038;
}
.preat-light .header-menu .hs-menu-flow-horizontal ul li:hover ul,
.preat-light .header-menu .hs-menu-flow-horizontal ul li ul {
  background-color: #f7f7f9;
  box-shadow: none;
}

.yss .header-menu .hs-menu-flow-horizontal ul li a {
  color: #545859;
  font-size: 18px;
}
.hamburger-menu-icon {
  margin-top: 25px;
  width: 20px;
  height: 16px;
  display: none;
}
.hamburger-menu-icon svg {
  cursor: pointer;
}
@media (max-width: 992px) {
  .hamburger-menu-icon.left {
    display: inline-block;
    margin-right: 15px;
    position: relative;
  }
  .hamburger-menu-icon.right {
    display: inline-block;
    margin-left: 15px;
  }
}
.header-cta {
  text-align: right;
  margin-top: 26px;
}
.header-cta-content.mobile {
  display: none;
}
.header-cta .header-cta-content .header-cta-link {
  color: #fff;
  text-decoration: none;
}
.mobile-menu .cross-button {
  display: none;
}

@media (max-width: 992px) {
  .header-cta {
    margin-top: -23px;
  }
  .header-cta-content.desktop {
    display: none;
  }
  .header-cta-content.mobile {
  display: inline-block;
  }
  
  .mobile-menu {
    max-width: 100%;
    width: 90%;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1039;
    transform: translate(-101%,0);
    transition: all .2s cubic-bezier(.23,1,.32,1) .1s;
  }
  .header-menu .hs-menu-flow-horizontal ul li ul,
  .header-menu .hs-menu-flow-horizontal ul li:hover ul {
    display: block;
    left: 0;
    margin: 5px 0 5px 20px;
    max-width: 100%;
    opacity: 1;
    padding: 0 5px 0 0;
    position: static;
    text-align: left;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }
  .preat-body .header-menu.mobile-menu ul li ul li {
    border-bottom: none;
  }
  .header-menu.mobile-menu ul li ul li a {
    font-size: 1.2rem;
  }
  
  .header-menu .hs-menu-flow-horizontal ul li:hover > a {
    border-bottom: 2px solid rgba(255, 0, 0, 0);
  }
  .header-menu .hs-menu-flow-horizontal ul li a:hover {
    transition: all .1s ease-out .1s;
    border-bottom: 2px solid;
  }
  
  .header-menu .hs-menu-flow-horizontal ul li ul li:hover > a {
    transition: all .1s ease-out .1s;
    border-bottom: 2px solid;
  }
  
  .preat-header .mobile-menu {
    background-color: #001038;
  }
  .header-menu.mobile-menu {
    text-align: left;
    padding-left: 1.5rem;
  }
  .header-menu.mobile-menu ul li {
    display: block;
    padding: 10px 0;
    margin-right: 15px;
  }
  .header-menu.mobile-menu ul li a {
    font-size: 1.5rem;
  }
  .mobile-menu .cross-button {
    display: block;
    text-align: right;
    padding: 20px 20px 0 0;
  }
  .mobile-menu .cross-button svg {
    cursor: pointer;
  }
  
  .preat-body .header-menu.mobile-menu ul li{
    border-bottom: 1px solid #fff;
  }
  .preat-light .header-menu.mobile-menu ul li {
    border-bottom: 1px solid #e9e9e9;
  }
  .preat-light .hamburger-menu-icon svg path {
    fill: #001038;
  }
  .preat-light .mobile-menu .cross-button svg path {
    stroke: #001038;
  }
  .preat-light .mobile-menu {
    background-color: #F7F7F9;
  }
}

.mobile-menu.is-active {
    box-shadow: 0 1px 10px 10px rgb(0 0 0 / 10%);
    transform: translate(0,0);
}



.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.4);
  z-index: 1030;
}

.yss-center .logo-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}

/* -----------Button ---------------*/

.button {
  display: inline-block;
}
.mt-body  a.button {
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
  padding: 15px 66px;
  border-radius: 8px;
  text-decoration: none;
}
.mt-body  a.button:hover {
  opacity: 0.85;
}
.mt-body a.button.button__green {
  background: #25B779;
}
.mt-body a.button.button__dark-blue {
  background: #001038;
}

.mt-body .button-block a {
  color: #FFFFFF;
  background-color: #25B779;
  border-radius: 8px;
  padding: 15px 37px;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
}
.mt-body .button-block a:hover {
  opacity: .85;
}


/*****************************************/
/* Form Style */
/*****************************************/
textarea, input, input[type="text"], input[type="password"], input[type="datetime"], 
input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], input[type="number"], input[type="email"], 
input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  margin-bottom: 0;
  font-size: 1rem;
  border: 2px solid #EAECF7;
  background: #FAFAFA;
  padding: 14px 20px;
  display: block;
  box-sizing: border-box;
  width: 100%!important;
  border-radius: 8px;
  box-shadow: none;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.85;
  transition: all 0.25s ease-in-out;
  color: #001038;
}
div.hs-form-field {
  margin-bottom: 20px;
}
.mt-body form .hs-richtext,
.mt-body fieldset.form-columns-2 .input,
.mt-body fieldset.form-columns-1 .input {
    margin-right: 10px!important;
    margin-left: 10px!important;
}
.mt-body form label {
  margin: 20px 10px 15px;
  font-size: 18px;
  line-height: 30px;
  color: #001038;
  font-family: Helvetica;
}
.mt-body form label span {
  font-size: 18px;
  line-height: 30px;
}

.mt-body fieldset.form-columns-2 div.input label, 
.mt-body fieldset.form-columns-1 div.input label {
  margin: 0;
}

.mt-body form legend {
  margin: 0px 10px 20px;
  font-size: 14px;
}
ul input {
  width: inherit!important;
}

form .actions {
  margin-right: 10px;
  margin-left: 10px;
}
.mt-body form div.hs-input.hs-fieldtype-intl-phone select.hs-input {
    margin-bottom: 15px;
}

/* Select */
.mt-body select {
  margin-bottom: 0;
  font-size: 1rem;
  border: 2px solid #eaecf7;
  border-radius: 8px;
  background: #fafafa;
  padding: 14px 20px;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.85;
  background-image: url("https://22332597.fs1.hubspotusercontent-na1.net/hubfs/22332597/Preat-LP/Forms/dropdown_arrow.svg");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; 
  box-sizing: border-box;
  width: 100%!important; 
  appearance: none;
}

select:focus {
  outline: none;
  box-shadow: none;
  transition: all 0.25s ease-in-out; 
} 
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; 
}
select::-ms-expand {
  display: none; 
}
select[multiple] {
  height: auto;
  background-image: none; 
} 
select option {
  color: #818FB6;
  font-size: 1rem;
  opacity: 1;
  line-height: 2;
}

select option {
  color: #001038;
}
.hs-form select.hs-input.is-placeholder {
  color: #818fb6;
}

.hs-form .hs-phone select {
  background-image: url(https://22332597.fs1.hubspotusercontent-na1.net/hubfs/22332597/Preat-LP/Forms/blue-arrow-down.svg);
  background-size: 10px 5px;
}

/* Date picker */
.mt-body div.input div.pika-single {
  border: 2px solid #EAECF7;
  border-radius: 9px;
  box-shadow: none;
  box-shadow: 0px 4px 12px rgba(13, 28, 72, 0.02);
}
.mt-body div.input div.pika-single .pika-lendar {
  width: 319px;
  margin: 0;
  padding: 25px 23px 40px;
}
.mt-body .fn-date-picker .pika-table th {
  color: #1F1F1F;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  font-family: Helvetica;
}
.mt-body .fn-date-picker .pika-table th {
  color: #1F1F1F;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: Helvetica;
}
.mt-body .fn-date-picker .pika-table th abbr {
  text-decoration: none;
  font-family: Helvetica;
}
.mt-body .fn-date-picker .pika-button {
  background: #fff;
  color: #1F1F1F;
  font-size: 16px;
  padding: 10px;
  text-align: center;
  width: 38px;
  margin: 0 auto;
  margin-top: 2px;
  margin-bottom: 2px;
}
.mt-body .fn-date-picker .is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #5176E5;
    box-shadow: none;
    border-radius: 4px;
}
.mt-body .fn-date-picker .pika-button:hover {
    color: #fff!important;
    background: #5176E5!important;
    box-shadow: none!important;
    border-radius: 4px!important;
}
.mt-body .fn-date-picker .is-today .pika-button {
  color: #5176E5;
  font-weight: 700;
}
.mt-body .fn-date-picker .pika-title {
    margin-bottom: 18px;
}
.mt-body .fn-date-picker .pika-label {
  margin: 0;
  padding: 5px 7px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  font-family: Helvetica;
  color: #141414;
}
.mt-body .fn-date-picker .pika-prev {
  background-image: url(https://22332597.fs1.hubspotusercontent-na1.net/hubfs/22332597/Preat-LP/Forms/arrow-left.svg);
  width: 10px;
  opacity: 1;
}
.mt-body .fn-date-picker .pika-next {
  background-image: url(https://22332597.fs1.hubspotusercontent-na1.net/hubfs/22332597/Preat-LP/Forms/arrow-right.svg);
  width: 10px;
  opacity: 1;
}
.mt-body .fn-date-picker .pika-next:hover, 
.mt-body .fn-date-picker .pika-prev:hover {
    opacity: 0.5;
}

.mt-body .pika-lendar tbody:before {
    content: "-";
    display: block;
    line-height: 16px;
    color: transparent;
}

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, 
[type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, 
[type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus, select:focus {
    outline: none;
    box-shadow: none;
    transition: all 0.25s ease-in-out; 
    border: 2px solid #5176E5;
} 
.form-row {
  max-width: 580px;
  margin: 0 auto;
}
.form-row-wide {
  max-width: 820px;
  margin: 0 auto;
}
.form-row .form-header {
  background-color: #5176E5;
  padding: 30px 35px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.form-row .form-header h3 {
  padding-bottom: 10px;
}
.form-row .form-header p:last-child {
  padding-bottom: 0;
}
.form-row .form-title {
  padding-bottom: 0;
}
textarea {
  height: auto;
  min-height: 50px;
  overflow: auto;
}
textarea[rows] {
    height: auto; 
}

input::placeholder, 
textarea::placeholder {
  font-size: 1rem;
  color: #818FB6;
  opacity: 1;
  line-height: 2;
} 
.mt-body .form-row form {
  padding: 40px 23px 56px;
  border: 3px solid #EAECF7;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #fff;
}

input {
  overflow: visible; 
}

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

/* Checkbox Buttons */
.mt-body input[type="checkbox"] {
  position: relative;
  width: 24px!important;
  height: 24px;
  color: #000;
  border: 1.5px solid #CDD2E2;
  border-radius: 4px;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  margin-right: 18px;
  margin-bottom: 0;
  vertical-align: middle;
}
.mt-body input[type="checkbox"]::before {
  position: absolute;
  content: '';
  display: block;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  }
.mt-body input[type="checkbox"]:checked {
  color: #fff;
  border-color: #5176E5;
  background: #5176E5;
}
.mt-body input[type="checkbox"]:checked::before {
  opacity: 1;
}
.mt-body ul.inputs-list li.hs-form-checkbox {
  margin-bottom: 23px;
}

.mt-body ul.inputs-list li.hs-form-checkbox span,
.mt-body ul.inputs-list li.hs-form-booleancheckbox span {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #001038;
}

/* Textarea */
.mt-body textarea {
  min-height: 180px;
  resize: none;
  color: #001038;
}
.mt-body textarea::before {
  color: #818FB6;
  display: inline-block;
}
.mt-body textarea::before {
  color: #818FB6;
}
.mt-body .hs-fieldtype-file div.input {
  position: relative;
}
.mt-body input[type='file'] {
  border: none;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.mt-body fieldset.form-columns-2 div.input label.hs-form-radio-display, 
.mt-body fieldset.form-columns-1 div.input label.hs-form-radio-display {
  margin-bottom: 15px;
}

/* Radio Buttons */
.mt-body input[type="radio"] {
  width: 20px!important;
  height: 20px;
  color: #000;
  border: 1px solid #818FB6;
  border-radius: 50%;
  appearance: none;
  outline: 0;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
  margin-right: 12px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.mt-body input[type="radio"]::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-color: #5176E5;
  border-radius: 50%;
  background: #5176E5;
  opacity: 0;
  margin: 4px auto 0;
  border: none;
  }
.mt-body input[type="radio"]:checked {
  color: #5176E5;
  border-color: #5176E5;
}
.mt-body input[type="radio"]:checked::before {
  opacity: 1;
}
.mt-body form label.hs-form-radio-display span {
  font-size: 18px;
  line-height: 30px;
  color: #818FB6;
  font-family: Helvetica;
}
.mt-body input[type="radio"]:checked ~ span {
  color: #001038;
  font-family: Helvetica;
}

/* ERRORS */

.hs_error_rollup {
  margin-bottom: 20px;
}

.hs-form .hs-error-msg,
.hs-error-msgs label {
  display: inline-block;
  margin: 3px 14px 0 14px;
  color: #d32f2f;
  font-size: 12px;
}

.hs-form .hs-input.invalid,
.hs-form .hs-input.error {
  border-color: #f62000;
}
@media (max-width: 768px){
  .mt-body form legend {
    margin: 0;
    padding: 0 10px 20px;
  }
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
  form.hs-form .hs-input[type='tel'] {
   width: 100%!important; 
  }
}

label {
  display: block;
  align-items: center;
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
}
label span{
  font-size: 0.9rem;
  font-weight: normal;
}
.hide-label-in-form label{
  display: none;
}
.hide-label-in-form div.input label{
  display: block;
}
.hide-label-in-form .hs-form-booleancheckbox label {
  display: block;
}
.hide-label-in-form .hs-error-msg {
  display: block;
}

span.hs-form-required {
  margin-left: 0.1rem;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; 
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; 
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; 
}
.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; 
}

.is-invalid-label {
  color: #cc4b37; 
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; 
}
.form-error.is-visible {
  display: block;
}
.form-block .form-columns-1 .field.hs-form-field .hs-form-booleancheckbox-display .hs-input {
  display: inline-block;
}
.form-block .form-columns-1 .hs-form-checkbox-display .hs-input  {
  display: inline-block ;
}

form.hs-form fieldset {
  border: none;
  margin: 0;
}

form.hs-form fieldset {
  max-width: 100%;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
  margin-bottom: 0.5rem; 
 }

progress {
  display: inline-block;
  vertical-align: baseline;
}

[data-whatinput='mouse'] button {
  outline: 0; 
}

@media (max-width: 576px) {
  .mt-body .form-row form {
    padding: 20px 0px 56px;
  }
  .form-row .form-header {
    padding: 30px 13px;
  }
}
/*-------- Thank you message -----------*/
.form-row .submitted-message {
  border: 3px solid #EAECF7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
}

/*-------------- Preat form -----------*/
.preat-body form input[type="submit"] {
  background-color: #5176e5;
  color: #fff;
  border-radius: 8px;
  width: 270px !important;
  margin-left: 0;
  font-size: 18px;
  line-height: 1.4;
  padding: 18px 15px;
  margin-top: 56px;
  max-width: 100%;
} 
.puragraft-body form input[type="submit"] {
  background-color:  #C4D600;
  color: #444;
} 
.mps-body form input[type="submit"] {
  background-color:  #14467C;
  color: #fff;
}

form input[type="submit"]:hover {
  opacity: 0.85;
}

 
/****************************************/
/* MT Footer Style */
/*****************************************/

.mt-footer .wrapper-container {
  max-width: 1220px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; 
}

.mt-footer {
  padding: 45px 0 40px;
  background-color: #001038;
}

.mt-footer-simple {
  padding: 25px 0 30px;
  background-color: #071745;
}

.mt-footer .footer-wrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}

.mt-footer .footer-logo img {
  width: 110px!important;
  height: auto;
}

.mt-footer .links-list {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.mt-footer .links-list li {
  list-style: none;
  margin-bottom: 0;
}

.mt-footer .links-list li a{
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding-right: 18px;
  padding-left: 18px;
  border-right: 1px solid #fff;
  opacity: 0.7;
}
.mt-footer .links-list li:last-child a{
  padding-right: 0;
  padding-left: 18px;
  border-right: none;
}

.mt-footer .links-list li:first-child a{
  padding-left: 0;
}

.mt-footer .links-list li a:hover{
  opacity: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.mt-footer .links-list li:last-child a:hover {
  border-right: none;
}
.mt-footer p.copyright-text,
.mt-footer p.address-text {
  color: #fff;
  opacity: 0.7;
  margin: 0;
  padding-bottom: 0;
  text-align: center;
}

.mt-footer .text-center {
  text-align: center; 
}

.st-footer .p-b-20 {
  padding-bottom: 20px; 
}


/* ------------- Preat ------------------*/
.mt-footer.preat-header {
  background-color: #001038;
}

/* ------------- Preat Light ------------------*/
.mt-footer.preat-header-light {
  background-color: #F7F7F9;
}
.mt-footer.preat-header-light .copyright-text, 
.mt-footer.preat-header-light .address-text {
  color: #001038;
}
.mt-footer.preat-header-light .links-list li a {
  color: #001038;
  border-right: 1px solid #001038;
}
.mt-footer.preat-header-light .links-list li a {
  color: #001038;
  border-right: 1px solid #001038;
}
.mt-footer.preat-header-light .links-list li a:hover {
  border-right: 1px solid rgba(0, 16, 56, .7);
}
.mt-footer.preat-header-light .links-list li:last-child a {
  padding-right: 0;
  padding-left: 10px;
  border-right: 0;
}
.mt-footer.preat-header-light .links-list li:last-child a:hover  {
  border-right: 0;
}
        
/* Media Queries */
@media (min-width: 992px) {
  .mt-footer .text-right {
    text-align: right; 
  }

  .mt-footer .copyright-text, 
  .mt-footer .address-text {
    text-align: left; 
  }

  .mt-footer .text-left {
    text-align: left; 
  }
  .mt-footer .footer-wrapper {
    justify-content: space-between;
    min-height: 162px;
  }
  .mt-footer .links-list {
    justify-content: flex-end;
  }
  .mt-footer .footer-left-block,
  .mt-footer .footer-right-block {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    height: 168px;
  }
  .mt-footer.yss-footer .footer-left-block,
  .mt-footer.yss-footer .footer-right-block {
    height: auto;
  }
  .mt-footer .footer-left-block .address-text,
  .mt-footer .footer-right-block nav {
    margin-top: auto;
  }
}

@media (min-width: 992px) {
  .mt-footer .wrapper-container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1340px) {
  .mt-footer .wrapper-container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .mt-footer .links-list li{
    padding-bottom: 5px;
  }
}

.mt-footer .footer-left-block img {
    width: auto !important;
    max-width: 176px;
    padding-bottom: 0;
    border-bottom: none;
} 
.mt-footer.black-color-text .links-list li a{
    color: rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
}
.mt-footer.black-color-text .links-list li:last-child a{
    color: rgba(0, 0, 0, 0.5);
    border-right: 0;
}
.mt-footer.black-color-text p.copyright-text{
    color: rgba(0, 0, 0, 0.5);
}

/* ------------- Preat Light ------------------*/
.mt-footer.yss-footer {
  background-color: #001489;
}

.mt-footer.yss-footer-simple {
  background-color: #000000;
}

/****************************************/
/* End Footer Style */
/*****************************************/

.mt-body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border-top: 1px solid #EAECF7;
    box-shadow: none;
}
.mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 1250px;
  padding: 32px 25px;
  display: flex;
}
.mt-body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording {
  margin-bottom: 0px;
  width: 70%;
}
.mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #001038;
}
.mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  width: 30%;
  margin-right: 0;
}
.mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #5176E5 !important;
  border: 1px solid #5176E5 !important;
  padding: 14px 58px!important;
  font-size: 18px;
  line-height: 1.65;
  margin: 0!important;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 992px) {
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    display: block;
  }
  .mt-body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording,
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
  }
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    width: 100%;
    display: block;
    padding-top: 15px;
  }
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-cookie-confirmation-button-group {
    justify-content: unset;
  }
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    font-size: 12px!important;
  }
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin-bottom: 0!important;
    line-height: 1.6!important;
  }
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 25px 15px!important;
  }
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 14px!important;
  }
}

/*---------------Padding--------------*/
.p-t-0 {
 padding-top: 0; 
}
.p-b-10 {
 padding-bottom: 10px; 
}

.p-b-20 {
 padding-bottom: 20px; 
}
.p-t-20 {
 padding-top: 20px; 
}

.p-b-40 {
 padding-bottom: 40px; 
}

.p-b-0 {
  padding-bottom: 0;
}

.l-p-50 {
  padding-left: 50px;
}

.p-t-50 {
  padding-top: 50px;
}
.text-align-left {
text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
text-align: right;
}

@media (min-width: 1024px) {
  .m-t-40 {
    margin-top: -40px;
  }
    .m-b-40 {
    margin-bottom: -40px;
  }
}

@media (max-width: 640px) {
  .m-b-20 {
    margin-bottom: 20px;
  }
  
  .cta-table td {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1270px) {
  .hs_cos_wrapper_type_module .slider__container,
  .hs_cos_wrapper_type_module .hs-image__grid__container,
  .hs_cos_wrapper_type_module .hs-tabs-wrapper {
    max-width: 1256px;
    margin: 0 auto;
  }
}



/*---------------Icons section--------------*/

.contact-container {
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            gap: 25px;
            padding: 20px;
        }
        .contact-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 220px;
            width: 100%;
        }
        .contact-item img {
            width: auto;
            height: auto;
        }
        .contact-item p {
            margin-top: 10px;
            font-size: 22px;
            color: #1D397B;
            font-weight: bold;
        }
        @media (max-width: 768px) {
            .contact-container {
                flex-direction: column;
                gap: 40px;
            }
        }