@charset "UTF-8";

/* Global Styles */
body {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  color: #2D2D2D;
}

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: 0 20px 20px 20px;
}

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

body, .vk-body {
  font-family: Arial, Helvetica, sans-serif;
}

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

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

p, li {
  font-size: 1.125rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  font-weight: 400;
  color
}
p {
  padding-bottom: 20px;
}
.mt-body ol {
  padding-left: 0px;
}
.mt-body ol li{
  color: #2D2D2D;
  font-family: Arial;
  list-style-position: inside;
  padding-bottom: 30px;
}
.mt-body ol li::marker {
  color: #1B456D;
  font-family: Arial;
}
strong {
  font-family: Arial;
}
.mt-body a {
  color: #5176E5;
  text-decoration: underline;
}

/* Container and Row */
.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}
.row > * {
  flex-shrink: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.625);
  padding-left: calc(var(--bs-gutter-x) * 0.625);
}

/* Heading Styles */
.mt-body h1,
.mt-body h1 span {
  font-size: 3.4rem;
  line-height: 1.15;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: Arial;
  color: #0B445E;
}
.mt-body h2,
.mt-body h2 span {
  font-size: 1.875rem;
  line-height: 1.25;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: Arial;
  color: #0B445E;
}
.mt-body h3,
.mt-body h3 span {
  font-size: 1.25rem;
  line-height: 1.435;
  font-weight: 600;
  padding-bottom: 12px;
  font-family: Arial;
  color: #0B445E;
}
.mt-body h4,
.mt-body h4 span {
  font-size: 1.25rem;
  line-height: 1.435;
  font-weight: 600;
  padding-bottom: 12px;
  font-family: Arial;
  color: #0B445E;
}
.mt-body h5,
.mt-body h5 span {
  font-size: 1.15rem;
  line-height: 1.435;
  font-weight: 600;
  padding-bottom: 12px;
  font-family: Arial;
  color: #2D2D2D;
}
.mt-body h6,
.mt-body h6 span {
  font-size: 1rem;
  line-height: 1.435;
  font-weight: 700;
  /*padding-bottom: 16px;*/
  font-family: Arial;
  color: #2D2D2D;
}

/* Superscript and Subscript */
sup, sub {
  position: relative;
  font-size: 50%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.9em;
}
sub {
  bottom: -0.25em;
}

/* Form General Styles */
form ul, form li, form ol {
  padding: 0;
}
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: 10px 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;
}

.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 fieldset.form-columns-1 .input .inputs-list, 
.mt-body fieldset.form-columns-1 .input .inputs-list li {
    margin-top: 20px;
    margin-bottom: 20px;
}


.mt-body form label {
  margin: 20px 10px 15px;
  font-size: 18px;
  line-height: 30px;
  color: #001038;
  font-family: Arial;
}
.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: 20px 10px 10px 10px;
  
}
.mt-body form div.hs-input.hs-fieldtype-intl-phone select.hs-input {
  margin-bottom: 15px;
}
textarea {
  height: auto;
  min-height: 50px;
  overflow: auto;
}
textarea[rows] {
  height: auto;
}
.mt-body [type="checkbox"],
.mt-body [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.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;
}
form.hs-form fieldset {
  border: none;
  margin: 0;
  max-width: 100%;
  /*padding: 10px 0 0px 0px;*/
}
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;
}
label {
  display: block;
  align-items: center;
  margin: 0;
  font-size: 0.8rem;
  font-weight: normal;
}
label span{
  font-size: 0.9rem;
  font-weight: normal;
}
span.hs-form-required {
  margin-left: 0.1rem;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

/* Form Input Focus, Invalid, and Placeholder States */
[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;
}
.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 Specific Layouts */
.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;
}
.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;
}
.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;
}
.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;
}

/* Form Selects */
.mt-body select {
  margin-bottom: 0;
  font-size: 1rem;
  border: 2px solid #eaecf7;
  border-radius: 8px;
  background: #fafafa;
  padding: 10px 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: Arial;
}
.mt-body .fn-date-picker .pika-table th {
  color: #1F1F1F;
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  font-family: Arial;
}
.mt-body .fn-date-picker .pika-table th abbr {
  text-decoration: none;
  font-family: Arial;
}
.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: Arial;
  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;
}

/* 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;
}

/* 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: Arial;
}
.mt-body input[type="radio"]:checked ~ span {
  color: #001038;
  font-family: Arial;
}

/* 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;
}

/* Form 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;
  line-height: normal;
}
.hs-form .hs-input.invalid,
.hs-form .hs-input.error {
  border-color: #f62000;
}

/* Form Submission Buttons */
.vk-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%;
}

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

/* Thank You Message */
.form-row .submitted-message {
  border: 3px solid #EAECF7;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top: none;
}

/* Button Styles */
.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;
}

.mt-orange-btn {
  background-color: #fcb116;
  color: #ffffff;
  font-family: Arial;
  font-style: normal;
  padding: 12px 40px;
  border: none;
  border-radius: 9px;
  font-size: 22px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none!important;
}

.mt-orange-btn:hover {
  opacity: 0.8; 
}

/* Header */
header {
  background-size: cover;
}
 
.vk-header {
  border-bottom: 1px solid #707070;
}

.vk-header-center {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  color: #1B456D;
}
.vk-header-center img,
.vk-header-center p {
  margin: 0;
  padding: 0;
}
.col-lg-9-mps {
  flex: -20 0 auto;
  width: 75%;
}
.logo__block, .light_logo__block {
  height: 100px;
  position: relative;
  background-size: cover;
}
.vk_logo__block {
  height: 200px;
  position: relative;
  background-size: cover;
}
.logo, .light_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.vk_logo {
  position: absolute;
  top: 70%;
  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;
}

/*Menu*/
.vk-menu {
  display: flex ; 
  flex-direction: column; 
  justify-content: flex-end; 
  height: 100%;
  padding-bottom: 20px;
}

.vk-menu-center {
}

.vk-menu-light {
}


.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: 20px;
  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 .2s ease-in-out;
}

.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 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 350px;
  width: 350px;
  z-index: 2;
  text-align: left;
  padding: 30px 25px 25px;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition-delay: 0.2s;
}

.header-menu .hs-menu-flow-horizontal ul li ul li {
  display: block;
}
.header-menu .hs-menu-flow-horizontal ul li:hover ul {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  top: 105%;
  z-index: 6;
  margin-top: 0px;
  display: block;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 9px;
}
.hs-item-has-children > a {
  position: relative;
  padding-right: 20px; 
  display: inline-flex;
  align-items: center;
}

.hs-item-has-children > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px; 
  height: 15px; 
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" class="e-font-icon-svg e-fas-angle-down" viewBox="0 0 320 512" xmlns="http://www.w3.org/2000/svg"><path d="M143 352.3L7 216.3c-9.4-9.4-9.4-24.6 0-33.9l22.6-22.6c9.4-9.4 24.6-9.4 33.9 0l96.4 96.4 96.4-96.4c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9l-136 136c-9.2 9.4-24.4 9.4-33.8 0z"></path></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
}

.vk-body .header-menu .hs-menu-flow-horizontal ul li ul {
  background-color: #ffffff;
}
.vk-body .header-menu .hs-menu-flow-horizontal ul li a {
  color: #fff;
}
.vk-light .header-menu .hs-menu-flow-horizontal ul li a {
  color: #001038;
}
.vk-light .header-menu .hs-menu-flow-horizontal ul li:hover ul,
.vk-light .header-menu .hs-menu-flow-horizontal ul li ul {
  background-color: #ffffff;
  box-shadow: none;
}
.vk .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;
}
.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;
}
.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;
}
.vk-center .logo-center {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
}
p.white-text a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* Footer Styles */
.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: #545859;
}
.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;
}
.mt-footer.vk-header {
  background-color: #001038;
}
.mt-footer.vk-header-light {
  background-color: #F7F7F9;
}
.mt-footer.vk-header-light .copyright-text,
.mt-footer.vk-header-light .address-text {
  color: #001038;
}
.mt-footer.vk-header-light .links-list li a {
  color: #001038;
  border-right: 1px solid #001038;
}
.mt-footer.vk-header-light .links-list li a {
  color: #001038;
  border-right: 1px solid #001038;
}
.mt-footer.vk-header-light .links-list li a:hover {
  border-right: 1px solid rgba(0, 16, 56, .7);
}
.mt-footer.vk-header-light .links-list li:last-child a {
  padding-right: 0;
  padding-left: 10px;
  border-right: 0;
}
.mt-footer.vk-header-light .links-list li:last-child a:hover {
  border-right: 0;
}
.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);
}
.mt-footer.vk-footer {
  background-color: #1B456D;
}
.mt-footer.vk-footer-simple {
  background-color: #000000;
}




/* Cookie Notification */
.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;
}

 /*Padding Utilities 
.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 Alignment Utilities */
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.text-align-right {
  text-align: right;
}

/* 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;
}

/* ========== Max-width Queries (Mobile First) ========== */

/* Phones (≤400px, some devices ≤480px) */
@media (max-width: 400px),
       (max-device-width: 480px) and (min-device-width: 320px) {
  form.hs-form .hs-input[type='tel'] {
    width: 100% !important;
  }
}

/* Small devices (≤480px) */
@media (max-width: 480px) {
  /* Cookie Banner */
  .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 p {
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
  }
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    font-size: 14px !important;
  }
}

/* Small devices (≤576px) */
@media (max-width: 576px) {
  /* Forms */
  .mt-body .form-row form {
    padding: 20px 0 56px;
  }
  .form-row .form-header {
    padding: 30px 13px;
  }
}

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

/* Medium devices (≤992px) */
@media (max-width: 992px) {
  /* =========================
     TYPOGRAPHY
  ========================== */
  .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,
  .mt-body p,  .mt-body p span { font-size: 1rem !important; }

  /* =========================
     HEADER
  ========================== */
  .vk_logo__block {
    height: 60px;
    position: relative;
    background-size: cover;
  }

  /* Hamburger icons */
  .hamburger-menu-icon.left {
    display: inline-block;
    margin-right: 15px;
    position: relative;
  }
  .hamburger-menu-icon.right {
    display: inline-block;
    margin-left: 15px;
  }

  /* Header CTA */
  .header-cta-content.desktop { display: none; }
  .header-cta-content.mobile { display: inline-block; }

  /* =========================
     MOBILE MENU
  ========================== */
  .mobile-menu {
    max-width: 100%;
    width: 90%;
    position: fixed;
    top: 0; left: 0; bottom: 0;
    margin: 0;
    overflow: hidden;
    z-index: 1039;
    transform: translate(-101%,0);
    transition: all .2s cubic-bezier(.23,1,.32,1) .1s;
  }
  .vk-header .mobile-menu { background-color: #fff; }
  .vk-light .mobile-menu { background-color: #F7F7F9; }

  /* Cross button */
  .mobile-menu .cross-button {
    display: block;
    text-align: right;
    padding: 20px 20px 0 0;
  }
  .mobile-menu .cross-button svg { cursor: pointer; }
  .vk-light .hamburger-menu-icon svg path { fill: #001038; }
  .vk-light .mobile-menu .cross-button svg path { stroke: #001038; }

  /* Menu wrapper */
  .header-menu .hs-menu-flow-horizontal ul {
    padding-left: 0;
    margin-top: 0 !important;
  }
  .header-menu .hs-menu-flow-horizontal ul li {
    display: block !important;
  }
  .header-menu .hs-menu-flow-horizontal ul li ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    top: auto !important;
    padding: 0 25px 0 !important;
  }

  /* Menu styles */
  #hs_cos_wrapper_menu .hs-menu-wrapper > ul {
    color: #2d2d2d !important;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 39px !important;
    padding-top: 0 !important;
    text-align: left !important;
  }
  .header-menu.mobile-menu {
    text-align: left;
    padding-left: 1.5rem;
  }
  .header-menu.mobile-menu ul li {
    display: block !important;
    padding: 10px 0;
    margin-right: 15px;
    border-bottom: 1px solid #fff;
  }
  .vk-light .header-menu.mobile-menu ul li {
    border-bottom: 1px solid #e9e9e9;
  }
  .header-menu.mobile-menu ul li a { font-size: 1.5rem; }
  .header-menu.mobile-menu ul li ul li { border-bottom: none; }
  .header-menu.mobile-menu ul li ul li a { font-size: 1.2rem; }

  /* Submenu always visible */
  .header-menu.mobile-menu ul ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    transform: none !important;
    height: auto !important;
  }
  .hs-item-has-children > a::after { display: none !important; }

  /* Hover effects */
  .header-menu .hs-menu-flow-horizontal ul li a:hover,
  .header-menu .hs-menu-flow-horizontal ul li ul li:hover > a {
    transition: all .1s ease-out .1s;
    border-bottom: 2px solid;
  }

  /* =========================
     CONTACT FORM
  ========================== */
  .contact-container {
    flex-direction: column;
    gap: 40px;
  }

  /* =========================
     COOKIE BANNER
  ========================== */
  .mt-body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    display: block;
  }
  .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 !important;
  }
  .mt-body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording,
  .mt-body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
    width: 100%;
  }
  .mt-body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
    display: block;
    padding-top: 15px;
  }
  .mt-body #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-cookie-confirmation-button-group {
    justify-content: unset;
  }

  /* =========================
     FOOTER
  ========================== */
  .mt-footer .links-list { justify-content: flex-end; }
  .mt-footer .links-list li { padding-bottom: 5px; }

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

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

  .mt-footer .footer-wrapper {
    justify-content: space-between;
    min-height: 162px;
  }

  .mt-footer .footer-left-block,
  .mt-footer .footer-right-block {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    height: 168px;
  }
  .mt-footer.vk-footer .footer-left-block,
  .mt-footer.vk-footer .footer-right-block { height: auto; }

  .mt-footer .footer-left-block .address-text,
  .mt-footer .footer-right-block nav { margin-top: auto; }

  .mt-footer .wrapper-container {
    padding: 0 30px;
  }
}



/* ========== Min-width Queries (Desktop Up) ========== */

/* Small devices (≥576px) */
@media (min-width: 576px) {
  .container,
  .container-sm { max-width: unset; }
  .row > * {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.83);
    padding-left: calc(var(--bs-gutter-x) * 0.83);
  }
}

/* Medium devices (≥768px) */
@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;
  }
  .mt-body form legend {
    margin: 0;
    padding: 0 10px 20px;
  }
}

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

/* Extra large (≥1270px) */
@media (min-width: 1270px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1256px;
  }
  .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;
  }
}

/* Extra large (≥1340px) */
@media (min-width: 1340px) {
  .mt-footer .wrapper-container {
    padding-right: 0;
    padding-left: 0;
  }
}