*, *:before, *:after {
  box-sizing: border-box;
}

.rotate-45 {
      transform: rotate(45deg);
}

@keyframes rotate {
      0% {
            transform: rotate(0deg);
      }
      100% {
            transform: translate(-50%, -50%) rotate(720deg);
      }
}
@keyframes rotate-inner {
      0% {
            transform: translate(-50%, -50%) rotate(0deg);
      }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0 auto;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.body-wrapper {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.body-container-wrapper {
    margin-top: 90px;
}
.body-container-wrapper--no-margin {
    margin-top: 0;
}



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
  }
  
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

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

body {
  line-height: 1.2;
  letter-spacing: 0.5px;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all .3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 16px;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  margin: 16px 0 16px 16px;
  padding: 0;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */
form {
  padding: 40px 16px;
  border-radius: 14px;
}

.form-title{
  padding: 8px;
}

.form-title:empty{
  display:none;
}

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

/* Labels */

form label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form input[type=date],
form select,
form textarea {
  border-radius: 10px;
  border: 1px solid #586E99;
  background: #090C13;
  box-shadow: 0px 1px 2px 0px rgba(255, 255, 255, 0.00);
  display: inline-block;
  font-size: 16px;
  padding: 8px;
  width: 100%;
  line-height: 1.2;   
  min-height: 40px;
  font-weight: 500;
  color: #D1D5DE;
}

form input[type=checkbox]+label {
  display: inline-block;
  vertical-align: middle;
}
.systems-page form label {
  display: inline-block;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F5D3';
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

form .hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}

form .hs-form-field .hs-error-msgs {
  margin-top: 8px;
  padding: 8px;
}

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

form .hs-form-field .hs-error-msgs label {
  margin-bottom: 0.6em;
  font-size: 14px;
  color: #C10015;
  font-weight: 500;
  letter-spacing: 0.5px;
}

form .hs_error_rollup {
  border-radius: 5px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding: 8px;
  position: relative;
  width: 100%;
}

form .hs_error_rollup .hs-error-msgs label {
  color: #C10015;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0.6em;
  letter-spacing: 0.5px;
}

/* Submit button */

form input[type=submit],
.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1;
  font-weight: 400;
  font-size: 13px;
  background-color: #1532EF;
  border-color: #2E50FA;
  border-radius: 25px;
  color: #FFFFFF;
  padding: 8px 26px;
  min-height: 42px;  
}

/* Captcha */

.hs_recaptcha {
  overflow: auto;
  padding-bottom: 10px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.site-header {
  padding: 20px 10px 10px;
  position: relative;
  background-color: #0c092f;
}
.site-header .container {
  display: grid;
  align-items: center;
  justify-content: space-between;
  grid-template-columns: 122px 30px;
  margin: 0 auto;
}
.site-header .logo img {
  margin-bottom: -11px;
}
.site-header .nav-right-icons {
  display: none;
  align-items: center;
  gap: 10px;
}
.site-header .options {
  background: #1d1e35;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 4px;
}
.site-header .search-button {
  display: flex;
  background: transparent;
  border-radius: 999px;
  border: 1px solid #586e99;
  color: white;
  cursor: pointer;
  font-size: 12px;
  padding: 8px;
  width: 30px;
  height: 30px;
}
.site-header .language-selector {
  position: relative;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 10px;
  color: white;
  display: flex;
  align-items: center;
  gap: 8px;
}
.site-header .language-selector i {
  font-size: 16px;
}
.site-header .language-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: -5px;
  background: #1d1e35;
  border-radius: 12px;
  display: none;
  list-style: none;
  padding: 5px 0;
  margin: 5px 0 0;
  width: 120px;
  z-index: 20;
}
.site-header .language-dropdown li {
  padding: 8px 12px;
  color: white;
  cursor: pointer;
}
.site-header .language-dropdown li:hover {
  background: #005eff;
}
.site-header .language-selector.open .language-dropdown {
  display: block;
}
.site-header .menu-toggle {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  padding: 0;
}
.site-header .menu-toggle i {
  font-size: 20px;
  color: white;
}
.menu-item.open .main-item::after {
  transform: rotate(180deg);
}
.site-header .mobile-extra {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.site-header .nav-menu .submenu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #0c092f;
  border-radius: 0 0 14px 14px;
  padding: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  overflow: hidden;
  z-index: 15;
}
.site-header .nav-menu .menu-item.open .submenu {
  pointer-events: all;
  opacity: 1;
}
.site-header .nav-menu .submenu-wrapper {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 2em;
}
.site-header .nav-menu .submenu-intro {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.site-header .nav-menu .submenu-title {
  font-size: 32px;
  font-weight: 500;
  color: white;
  margin: 0;
}
.site-header .nav-menu .submenu-subtitle {
  font-size: .95em;
  color: #a1a1a1;
  margin: 0.2em 0;
  line-height: 1.5;
}
.site-header .nav-menu .submenu-cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: #d1e0ff;
  border-radius: 999px;
  padding: 12px 20px;
  color: #110d45;
  text-decoration: none;
  font-size: 15px;
  transition: background-color 0.2s ease;
}
.site-header .nav-menu .submenu-cta:hover {
  background: rgba(255, 255, 255, 0.15);
}
.site-header .nav-menu .submenu-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background-color: #141c2b;
  padding: 1em;
  border-radius: 16px;
}
.site-header .nav-menu .submenu-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.site-header .nav-menu .category-tag {
  background-color: #0c092f;
  border: 1px solid #586e99;
  color: #84adff;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 12px;
  width: fit-content;
  white-space: nowrap;
}
.site-header .nav-menu .submenu-grid {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.site-header .nav-menu .submenu-item,
.site-header .nav-menu a.submenu-item {
  display: flex;
  gap: .5em;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  border-bottom: 1px solid #1e293e;
  border-radius: 16px 16px 0 0;
  color: #f4f5f6;
  font-weight: 500;
  padding: .7em .7em .6em;
  transition: all 0.2s ease;
}
.site-header .nav-menu .submenu-item:hover {
  background: #1e293e;
}
.site-header .nav-menu  .submenu-item span {
  font-size: 15px;
}
.site-header .nav-menu  .submenu-item .icon {
  border-radius: 10px;
  background: #1e293e;
  padding: .85em .55em;
  transition: all 0.2s ease;
}
.site-header .nav-menu .submenu-item:hover .icon {
  background: #2e50fa;
}
.site-header .nav-menu .cards-wrapper {
  display: grid;
  gap: 1em;
  width: 100%;
  margin: 0 auto;
}
.site-header .nav-menu .card {
  display: grid;
  border-radius: 10px;
  background: #101870;
  max-width: 784px;
  overflow: hidden;
}
.site-header .nav-menu .cards-wrapper .submenu-item {
  display: grid;
  gap: 1em;
  border: none;
}
.site-header .nav-menu .cards-wrapper .submenu-item .info {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
.site-header .nav-menu .cards-wrapper .submenu-item .img {
  margin-top: auto;
}

.site-header .nav-menu .cards-wrapper .submenu-item .icon {
  background: #1532ef;
  padding: .85em .55em;
  transition: all 0.2s ease;
}
.site-header .nav-menu .cards-wrapper .submenu-item:hover .icon {
  background: #2e50fa;
}

@media (max-width: 1179px) {
  .site-header .nav-menu {
    border-radius: 0 0 16px 16px;
    display: none;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    background: #0B0D33;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 25;
  }
  .site-header .nav-menu.show,
  .site-header .nav-menu.show-mobile {
    display: block;
  }
  .site-header .nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .site-header .nav-menu li {
    padding: 10px 0;
    margin: 10px 0;
  }
  .site-header .nav-menu li:not(:last-child) {
    border-bottom: 1px solid #314161;
  }
  .site-header .nav-menu a {
    text-decoration: none;
  }
  .site-header .nav-menu .menu-item>a {
    color: #f9fafb;
    font-size: 22px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .nav-menu .menu-item .plus {
    display: none;
  }  
  .site-header .nav-menu .menu-item .main-item::after {
    content: "\f107";
    font-family: Fontawesome;
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-size: 0.7em;
    transition: transform 0.2s ease;
  }
  .site-header .nav-menu .submenu {
    padding: 1em .2em;
  }
  .site-header .nav-menu .submenu-title {
    display: none;
  } 
  .site-header .nav-menu .submenu-item {
    padding: .7em 0.2em .6em;
  }
  .site-header .nav-menu .submenu-item p {
    font-size: 15px;
  }
  .site-header .nav-menu li {
    position: relative;
  }
  .site-header .nav-menu .submenu {
    position: relative;
    display: none;
    background: transparent;
    box-shadow: none;
  }
  .site-header .nav-menu .menu-item.open .submenu {
    display: flex;
  }
}

@media (min-width: 1024px) {
  .site-header .nav-menu .submenu-wrapper {
    grid-template-columns: 400px 1fr;
  }
  .site-header .nav-menu .submenu-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }
  .site-header .nav-menu .cards-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1180px) {
  .site-header {
    padding: 10px;
  }      
  .site-header .container {
    display: grid;
    align-items: center;
    justify-content: space-between;
    grid-template-columns: 122px 1fr 162px;
  }      
  .site-header .menu-toggle {
    display: none;
  }        
  .site-header .nav-menu {
    display: block;
    margin: 0 1em;
  }      
  .site-header .nav-menu .menu {
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }      
  .site-header .nav-menu .menu-item>a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 8px;
    transition: background-color 0.2s ease;
  }     
  .site-header .nav-menu .submenu {
    padding: 40px;
  }
  .site-header .nav-menu .menu-item .plus {
    margin-right: 4px;
  }      
  .site-header .nav-menu .menu-item:hover>a {
    background: rgba(255, 255, 255, 0.1);
  }      
  .site-header .nav-menu .menu-item.active>a {
    background: #1532ef;
  }      
  .site-header .nav-right-icons {
    display: flex;
    align-items: center;
    gap: 8px;
  }     
}
.footer {
  background: #101870;
  border-radius: 16px 16px 0 0;
  margin: 1em 16px 0;
  padding: 1.2em;
}
.footer p {
  color: #d1d5de;
}
.footer .top {
  display: grid;
  gap: 6rem;
  margin-bottom: 1em;
}
.footer-logo img {
  max-width: 269px;
}
.footer-logo p {
  font-size: 19px;
  margin-top: 26px;
}

.footer-content {
  display: grid;
  gap: 2rem;
}
.footer-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.footer-links h4 {
  color: #98a3ba;
  font-size: 13px;
  font-weight: 600;
  margin-top: 0;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  display: grid;
  gap: 1em;
}
.footer-coda {
  border-top: 1px solid #314161;
  font-weight: 400;
  padding-top: 1em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.6em;
}
.footer-coda p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1;
  margin-block: 0.8em;
}
.footer-social {
  display: grid;
  grid-template-columns: 24px 24px 24px;
  gap: 1.6em;
  align-items: center;
}
/* Newsletter */
.footer-newsletter {
  background: #b2ccff;
  color: #1e293e;
  padding: 1.3rem;
  border-radius: 14px;
  margin: 0 auto;
  width: 100%;
}
.footer-newsletter h3 {
  color: #141c2b;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 5px;
}
.footer-newsletter p {
  color: #314161;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
}

.newsletter-form input {
  background: transparent;
  border: none;
  border-radius: 5px;
  color: #98a3ba;
  font-size: 18px;
  font-weight: 500;
  padding: .5em;
  width: 100%;
}
.newsletter-button {
  cursor: pointer;
  background-color: #1532ef;
  border: 2px solid #2e50fa;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  font-weight: 300;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  display: flex;
  gap: .6em;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.newsletter-privacy {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.newsletter-privacy a {
  color: #314161;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}
/* custom Checkbox */
.newsletter-privacy input {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  font-size: 2rem;
  padding: 0;
  margin: 0;
  border: 1px solid #141c2b;
  border-radius: 5px;
}
.newsletter-privacy input::before {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  clip-path: polygon(28% 38%, 41% 53%, 75% 24%, 86% 38%, 40% 78%, 15% 50%);
  margin: -1px;
  transform: scale(0);
  background-color: #141c2b;
  transition: all .1s ease-out;
}
.newsletter-privacy input:checked::before {
  transform: scale(1);
}
.newsletter-privacy input:hover {
  border-color: #314161;
}
.newsletter-privacy input:hover::before {
  background-color: #314161;
}

@media (min-width: 1024px) {
  .footer {
    padding: 4rem;
  }
  .footer-newsletter {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr 350px;
    padding: 2.8rem;
  }
  .footer-newsletter p {
    margin: 10px 0 0;
  }
  .newsletter-form {
    align-items: center;
    padding: .5em;
  }
  .footer-content {
    grid-template-columns: 338px 1fr;
    gap: 1rem;
  }
  .footer-links {
    grid-template-columns: auto auto auto;
    gap: 1.5rem;
  }
  .footer-coda {
    grid-template-columns: 1fr 118px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding: 4rem 8rem;
  }
  .footer-content {
    gap: 5rem;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}
.blog-listing {
  Display: flex;
  flex-wrap: wrap;
}
.blog-card {
  background-color: #1d283d;
  border: 1px solid #586E99;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.blog-card__wrap-image {
  position: relative;
  overflow: hidden;
}
.blog-card__image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16/9;
}
.blog-card__tags {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 0.75rem 0 0;
  gap: 0.3em;
  z-index: 1;
}
.blog-card__tag-link {
  background-color: #141C2B;
  padding: 0.125rem 0.75rem;
  border: 1px solid #586e99;
  border-radius: 999px;
  font-size: 0.75rem;
  color: #D1D5DE;
  text-decoration: none;
  gap: .0.1666666em;
  align-items: center;
}
.blog-card__wrap-content {
  padding: 1rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
.blog-card__date {
  color: #83adff;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1;
  width: fit-content;
  height: fit-content;
  white-space: nowrap;
  background-color: #20235b;
  border-radius: 999px;
  border: 1px solid #83adff;
}
.blog-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.blog-card__title-link, .blog-card__title-link:hover, .blog-card__title-link:focus {
  display: block;
  color: #F4F5F6;
  text-decoration: none;
}
.blog-card__excerpt {
    font-size: 0.9rem;
    color: #D1D5DE;
    margin-bottom: 1rem;
}
.blog-card__read-more {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1D1E35;
  text-align: center;
  gap: 0.4rem;
  color: #D1D5DE;
  text-decoration: none;
  border: 1px solid #586e99;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: auto;
}

@media (min-width: 1024px) {
  .blog-card {
    display: grid;
    grid-template-columns: 1fr 50%;
  }
  .blog-card__title {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}