/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
  background-color:#F5F5F5;
}

/**
 * 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;
}

/* 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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/







/* 1a. Containers */



/* 1b. Colors */




 




 


/* 1c. Typography */






























.row-fluid {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
  display: flex;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #003CFF;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
  color: #425b76;
}

@media only screen and (min-width: 1024px) {
  a:hover,
  a:focus {
    font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #1a334e;
  }


  a:active {
    font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', sans-serif; font-style: normal;
    color: #6a839e;
  }

}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #003CFF;
  font-size: 60px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #003CFF;
  font-size: 48px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #003CFF;
  font-size: 32px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 700; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #003CFF;
  font-size: 32px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #003CFF;
  font-size: 24px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
  color: #003CFF;
  font-size: 20px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #003CFF;
}





form,
.submitted-message {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: ;
}

/* Labels */

form label {
  color: ;
}

/* Help text */

form legend {
  color: ;
}

/* 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 select,
form textarea {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #003CFF;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #003CFF;
}

::-moz-placeholder {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #003CFF;
}

:-ms-input-placeholder {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #003CFF;
}

::placeholder {
  font-family: 'Source Sans Pro', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #003CFF;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #425b76;
}

.fn-date-picker td.is-selected .pika-button {
  background: #425b76;
}
@media only screen and (min-width: 1024px) {

.fn-date-picker td .pika-button:hover {
  background-color: #425b76 !important;
}
}

.fn-date-picker td.is-today .pika-button {
  color: #425b76;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  
  
  ;
  background-color: ;
  border-radius: ;
  color: ;
  font-size: ;
  text-transform: ;
}

@media only screen and (min-width: 1024px) {

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(#null, 0.0);
  border-color: ;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(#null, 0.0);
  border-color: ;
}
}





/* Table */

table {
  
  background-color: ;
}

/* Table cells */

td,
th {
  
  
  color: ;
}

/* Table header */

thead th {
  background-color: ;
  color: ;
}

/* Table footer */

tfoot td {
  background-color: ;
  color: ;
}

.is-clipped {
  overflow: hidden !important;
}

.content-wrapper {
  margin: 0 auto;
}

.dnd-section > .row-fluid > .span12,
.main-section > .row-fluid-wrapper > .row-fluid > .span12,
.dnd-row > .row-fluid > .span12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


/* Responsive grid */

@media (max-width: 899px) {
  .row-fluid {
    display: block;
  }

  .row-fluid [class*='span'] {
    display: block;
    position: relative;
    padding: 0 16px;
  }
}

@media (min-width: 900px) {
  .row-fluid {
    display: flex;
    flex-wrap: wrap;
  }
  
  .row-fluid [class*='span'] {
    display: block;
    position: relative;
    padding: 0 16px;
  }
  
  .row-fluid .span12 {
    width: 100%;
    flex: none;
  }
  
  .row-fluid .span11 {
    width: 91.66666674%;
    flex: none;
  }
  
  .row-fluid .span10 {
    width: 83.33333337%;
    flex: none;
  }
  
  .row-fluid .span9 {
    width: 75%;
    flex: none;
  }
  
  .row-fluid .span8 {
    width: 66.66666674%;
    flex: none;
  }
  
  .row-fluid .span7 {
    width: 58.33333337%;
    flex: none;
  }
  
  .row-fluid .span6 {
    width: 50%;
    flex: none;
  }
  
  .row-fluid .span5 {
    width: 41.66666674%;
    flex: none;
  }
  
  .row-fluid .span4 {
    width: 33.33333337%;
    flex: none;
  }
  
  .row-fluid .span3 {
    width: 25%;
    flex: none;
  }
  
  .row-fluid .span2 {
    width: 16.66666674%;
    flex: none;
  }
  
  .row-fluid .span1 {
    width: 8.33333337%;
    flex: none;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 899px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 900px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  font-family:Comfortaa;
  color:#3A3A3A; 
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}


.img-container {
  display: block;
  position: relative;
}

.img-container img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.widget-type-custom_widget .hs_cos_wrapper .hs_cos_wrapper_type_header h3 {
  font-size: 32px;
}


@media only screen and (max-width: 899px) {
  .widget-type-custom_widget .hs_cos_wrapper .hs_cos_wrapper_type_header h3 {
    font-size: 24px !important;
  }
}

.text-blue{
  color: var(--blue);
}

.text-gold{
  color: var(--gold);
}

.text-white{
  color: var(--white);
}

.text-white{
  color: #fff;
}

.font-bold{
  font-weight:700;
}

.font-medium{
  font-weight:500;
}

.font-normal{
  font-weight:400;
}

.bg-black{
  background-color: var(--black);
}


button,
.button {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  font-weight: 700;
  line-height: 1;
  transition: color, box-shadow 0.3s ease-in-out;
}

@media only screen and (min-width: 1024px) {
  button:hover,
  .button:hover {
    color: #fff;
    
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.1);
  }
  
  button:focus,
  .button:focus {
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.1);
    background: #425b76;
    color: #fff;
  }
}


button:disabled,
.button:disabled {
  opacity: 0.5;
}

.button svg,
button svg {
  margin-left: 8px;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;

}

@media only screen and (min-width: 1024px) {

  .button:hover svg,
  .button:hover svg {
    transform: translateX(10px);
  }
}
 
.primary-button {
  padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;

  background: #425b76;
  color: #FFFFFF;font-size: 16px;font-family: 'Source Sans Pro', sans-serif;
  border: 1px solid transparent;
  transition:all 200ms ease;
}

@media only screen and (min-width: 1024px) {
  .primary-button:hover {
    background-color: var(--gold) !important;
    color: #fff !important;
    border-color: 0;
  }
}

.secondary-button {
  padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;

  border: 1px solid #ffffff;

  background: transparent;
  color: var(--gold);
  display:flex;
  gap: 8px;
  padding:0;
}

.secondary-button:after {
  content: '';
  width: 24px;
  height:1px;
  background: var(--blue);
  transition:transform 300ms ease;
  transform:translateX(0);
}

@media only screen and (min-width: 1024px) {
  .secondary-button:hover {
    color: var(--gold);
    box-shadow: 0 0;    
    background:transparent;
  }
  
  .secondary-button:focus{
    background:transparent;
  }

  .secondary-button:hover:after {
    transform:translateX(20px); 
  }
}

.no-class {
  padding: 0;
  color: #425b76;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
.no-class:hover {
  box-shadow: none;
  color: #425b76;
}
}
button.no-class:focus,
.button.no-class:focus {
  box-shadow: none;
  background: transparent;
  color: #425b76;
}
/* Fields */

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

/* Labels */

form label {
  display: flex !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin-bottom: 0.35rem !important;
  align-items: flex-start !important;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

input[type=checkbox]{
  max-width:16px;
}


.hs-form-field {
  margin-bottom: 48px;
}

/* 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 select,
form textarea {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #191919;
  font-size: 1rem;
  font-weight: 300;
  color: var(--black)
}

form textarea {
  resize: vertical;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
    outline: 0;
    border-color: var(--gold);
}

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 - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  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;
}

@media only screen and (min-width: 1024px) {
.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 */

input::placeholder,
textarea::placeholder {
  color: var(--black);
  font-weight:400;
}

.legal-consent-container .hs-form-booleancheckbox-display p{
  font-size:12px !important;
  display: inline !important;
  margin: 0 !important
}

input[type=checkbox].hs-input {
  width: 16px !important;
  height: 13px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
    cursor: pointer;
    margin-left: 0 !important;
    font-weight: 300;
    font-size: 12px;
  margin-left: 0 !important;
    padding-left: 0 !important;
  width: 100% !important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}




/* Submit button */


form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  padding: 16px 24px;
  border: none;
  border-radius: 50px;
  background: var(--black);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background: var(--gold);
}

@media only screen and (min-width: 1024px) {
form .hs-button:hover, form input[type=submit]:hover {
    box-shadow: 0 8px 16px rgba(0, 16, 130, 0.2);
}
}

/* Captcha */

.hs_recaptcha {
    display: none;
}

.button, button{
  font-weight:400;
}


@media only screen and (max-width: 899px) {
  
  fieldset.form-columns-2{
    display:block;
  }

  
  fieldset.form-columns-2 .hs-form-field{
    width:100% !important;
  }

}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.iframe-wrapper {
  position: relative;
}

.iframe-wrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe-wrapper .hs-responsive-embed {
  max-width: initial !important;
  max-height: initial !important;
  height: 500px !important;
}

@media only screen and (max-width: 899px) {
  .iframe-wrapper .hs-responsive-embed {
    height: 400px !important;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/







.header {
  background: linear-gradient(90.23deg, rgba(0, 60, 255, 0.8) 1.95%, rgba(35, 31, 32, 0.2) 98.76%);
}

.header.menu-opened {
  background: var(--black)
}

.page--homepage .header,
.page--about .header,
.hs-blog-listing .header{
  
  background: transparent;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  
}

.header-container {
  position: relative;
  top: 0;
  z-index: 99;
}

.fixed {
  position: sticky;
  animation: slide-down 0.3s;
}

.fixed .burger-lines path{
  stroke: #231F20;
} 
 
.fixed .header {
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.1);
}



.header .logo-wrapper--black{
  display:none;
}

.fixed .logo-wrapper--black{
  display:block;
}

.fixed .logo-wrapper--white{
  display:none;
}

.fixed .header.menu-opened .logo-wrapper--white{
  display:block;
}

.fixed .header.menu-opened .logo-wrapper--black{
  display:none;
}



@media (max-width: 899px) {
  
  .fixed .header {
    padding: 0;
    background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    box-shadow: 0px 4px 10px rgba(25, 25, 25, 0.1);
  }
  .page--homepage .header.menu-opened,
  .page--about .header.menu-opened,
  .hs-blog-listing .header.menu-opened,
  .header.menu-opened{
    background-color: var(--black)
  }
  #hs_cos_wrapper_button div.button-container {
    justify-content: flex-start;
  }
  #hs_cos_wrapper_button .button {
    border-color: #fff;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

@media only screen and (min-width: 1024px) {

.header{
  padding: 19px 0 0;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}
}




.search-icon svg > path {
  stroke: 

  
  
    
  


  rgba(11, 11, 11, 1.0)

;
}
 
.search-icon svg > path + path {
  stroke: transparent;
  fill: 

  
  
    
  


  rgba(11, 11, 11, 1.0)

;
}


.navbar .row-fluid {
  max-width: 1240px;
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}

@media (max-width: 1023px){
  .navbar .row-fluid {
    padding: 0;
    display: block;
  }
} 

.navbar-end {
  display: flex;
  /* flex-direction: column-reverse; */
  align-items: flex-start;
}

@media (max-width: 1024px) {
  .navbar-end {
    display: block;
    margin-top: 26px;
  }

}

@media (min-width: 1024px) {

  #hs_cos_wrapper_header_navigation .fixed-menu .menu__item--depth-1>.menu__link{
    color: var(--black) !important;
  }

  #hs_cos_wrapper_header_navigation .fixed-menu .menu__child-toggle-icon {
    border-color: var(--black) !important;
  }
  
  .navbar-end {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .navbar-end .button-container {
    display: inline-block;
    margin-left: 30px;
  }
}

@media (max-width: 1023px) {
  .navbar-end > div {
    margin: 12px 0;
  }
}

.navbar-end > div#hs_cos_wrapper_button2 {
  padding: 0;
}

@media (max-width: 1023px) {
  .navbar-end > div#hs_cos_wrapper_button2 .button {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.navbar-brand {
  padding: 20px 16px;
  margin: 0;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0px 4px 10px rgba(0, 16, 130, 0.1);
}

.navbar-brand svg {
  display: inline-block;
  vertical-align: middle;
}

.navbar-burger {
  min-width: 26px;
}

@media (min-width: 1024px) {
  .navbar-brand {
    padding: 0;
    box-shadow: none;
  }
  .navbar-burger, .search-icon {
    display: none;
  }
}

.logo-wrapper {
  position: relative;
  display: block;
  max-width: 220px;
}
 
.logo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
}

.navbar-menu {
  display: none;
  border-top: 1px solid transparent;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: baseline;
  justify-content: space-between;
}

.navbar-menu.is-opened {
  display: block;
  margin-top: 16px;
  padding: 12px 16px;
}

@media (min-width: 1024px) {
  .navbar-menu {
    display: flex;
  }
}

.navbar-start {
  margin-left: auto;
} 

.header-button .button{
  background-color: var(--black) !important;
  font-weight:400;
  font-size:14px;
  padding:14px 50px;
}

.header-button .button:hover{
  background-color: var(--gold) !important;
}
.header__language-switcher {
    margin-left: 16px;
}

@media (max-width: 900px) {
    .header__language-switcher {
        margin-left: 0;
        margin-top: 12px;
    }
}

.header__language-switcher--label {
    display: flex;
}

.header__language-switcher--label-current {
    margin-left: 8px;
}

@media (max-width: 900px) {
    .header__language-switcher--label-current {
        font-size: 16px;
    }
}

.lang_list_class {
    top: 20px !important;
}

@media (max-width: 900px) {
    .lang_list_class {
        transform: translateX(0%) !important;
        left: 0 !important;
    }
}

.lang_list_class li {
    border: none !important;
    padding: 0 16px 20px 16px !important;
}

.lang_list_class li:first-child {
    padding-top: 20px !important;
}

.globe_class:hover .lang_list_class {
    padding-top: 20px !important
}

@media (max-width: 900px) {
    .globe_class:hover .lang_list_class {
        padding-top: 10px !important
    }
}

.lang_list_class li a {
    font-size: 16px;
    font-weight: 600;
    color: #001082 !important;
}

.lang_list_class:after, .lang_list_class:before {
    border: none !important;
}
.navbar-end > div.search-icon {
  padding: 9px 0;
  cursor: pointer;
  width: 25px;
}

@media (max-width: 899px) {
  .navbar-end > div.search-icon {
    display: none;
  }
}

.search-close,
.search-section label {
  display: none;
}

.search-section.is-active,
.search-close.is-clicked {
    display: block;
}

.search-section {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: -70px;
  height: 0;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.search-section.is-active {
  height: auto;
  opacity: 1;
  top: 100%;
  bottom: auto;
  padding: 20px 0;
  background: #fff;
  z-index: 2;
  border-top: 1px solid #EBEBEB;
}

.search-section form {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-section input[type=text] {
  border: 1px solid #ebebeb;
  height: 40px;
  outline: 0;
}

.search-section button {
  margin-left: 10px;
  padding: 0;
  background: transparent;
  border: none;
}

.search-section button span { display: none; }

.search-section button:before {
  content: '';
  background: url('https://434084.fs1.hubspotusercontent-na1.net/hubfs/434084/search-icon.png');
  display: inline-block;
  width: 25px;
  height: 25px;
}







footer{
    margin-top:200px; 
    color: #fff;
    background: #231F20;
}

footer .row-fluid {
    max-width: 1240px;
}

footer .dnd-section {
    margin: 0 !important;
} 

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

footer .footer_top-row-1-background-color{
    background:transparent !important;
}

.footer_top-module-1-vertical-alignment.dnd-module {
    padding: 24px 0;
    text-align: center;
}

.footer-top .footer-menu { 
    border-top: 1px solid #f9f9f9;
}

.footer-bottom {
    padding: 16px 0 !important;
}

.footer-bottom .row-fluid [class*=span]{
    padding:0;
}
 
.footer-bottom .span6 {
    padding: 0;
}

.footer .row-fluid > .span12 {
    padding-left: 0;
    padding-right: 0;
}

.copyright, .madeby {
    margin: 0;
    text-align: center;
    font-size: 10px;
    font-family:Comfortaa;
}

.copyright svg {
    margin-top: 1px;
}

.footer-bottom a {
    font-weight: normal; text-decoration: none; font-family: 'Source Sans Pro', serif; font-style: normal;
}

.contact-ways{ 
    gap:32px;
    padding: 24px 0 !important;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-ways__title{
    color: var(--gold);
    font-size:14px;
    margin:0 0 4px;
}
   
.contact-ways__text,
.contact-ways__text a{
    color: #fff;
    font-size:14px;
}

.contact-ways__text a:hover,
.footer .menu__link:hover{
    color: var(--gold) !important;
}
 
#hs_cos_wrapper_social2-module-1 .social-links__icon{
    background-color: transparent  !important;
}

.footer-social .social-links{
    flex-wrap:nowrap;
}

.footer-social .social-links__icon{
    width:18px;
    height:24px;
}

.footer .menu__link {
    color: #fff !important;
    font-size: 12px !important;
}

.copyright{
    align-items: center;
    color: #fff;
}

@media (max-width: 1025px) {
    footer{
        text-align:center;
    }

    .copyright{
        justify-content: center;
    }

    .contact-ways{
        flex-direction: column;
        align-items: center;
    }

    .footer-top img {
        margin: 0 auto !important;
    }

    .row-fluid-wrapper.row-depth-1.dnd-row > .row-fluid,
    .footer_top-row-0-vertical-alignment.row-number-1 > .row-fluid {
        display: block !important;
    }

    .copyright .seperator {
        display: none;
    }
}


@media (min-width: 1288px) {
    .footer-bottom .row-fluid .span6 {
        width: 56%;
        padding-right: 0;
    }
    
    .footer-bottom .row-fluid .span2 {
        width: 10.3%;
    }
}

@media (min-width: 900px) {

    .footer_top-module-1-vertical-alignment.dnd-module {
        padding: 0;
        text-align: left;
    }

    .footer-top {
        padding-bottom: 48px;
    }

    .footer-top .footer-menu {
        border-top: none;
    }

    .footer-bottom .row-fluid {
        justify-content: space-between;
    }

    .copyright {
        text-align: left;
    }
}



.page--contact .footer .social-links__icon{
    margin: 0 0.35rem;
}


.page--contact .footer .social-links__icon svg{
    fill: #fff;
} 

/* 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: 899px) {
  .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: 899px) {
  .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: 899px) {
  .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%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 899px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.is-hidden {
  display: none !important;
}

.is-invincible {
  visibility: hidden;
}

.center-1080{
  margin:0 auto;
  max-width:1080px;
}

.px-4{
  padding-left:16px;
  padding-right:16px;
}

.page--contact .hs-form,
.page--contact .row-number-5 h3 {
    width: 100%;
    margin: 0 0 0 auto;
}

.page--contact .row-number-5 h3 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 850px) {
    .page--contact .row-number-5 h3 {
        margin-top: 80px;
        margin-bottom: 24px;
        font-size: 24px;
    }    
}

.page--contact .background-block {
    display: none;
}

.page--contact .row-number-6.dnd-section {
    margin-bottom: 0;
}

@media only screen and (max-width: 850px) {
    .page--contact .hs-form {
        max-width: initial;
        margin: 50px auto 0 auto;
    }
}
.page--error .button {
    background-color: var(--black)!important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 14px 50px !important;
}


body, a, p{
    font-family: 'Comfortaa' !important;
    color:#3A3A3A;
}


    .is-used {
        overflow: hidden;
    }

:root{
    --blue: #003CFF;
    --headingColor: #003CFF;
    --gold: #C69C60;
    --black: #231F20;
    --white: #fff;
}    




.text-10{
    font-size:40px;
} 

.mb-2{
    margin-bottom:8px;
} 

.mb-10{
    margin-bottom:40px;
} 

.my-32{
    margin-top:128px;
    margin-bottom:128px;
}

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

.mx-auto{
    margin-left:auto;
    margin-right:auto;
}

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

.page--faq, .page--privacy, .page--mortages, .page--rates, .page--στεγαστικά {
    background: #F9F9F9;
}

.page--faq .row-number-1.dnd-section {
    margin-bottom: 80px;
} 

.page--faq .row-number-1.dnd-section + .row-number-3 p {
    margin-bottom: 80px;
    padding: 0 16px;
}

.page--basic .body-container-wrapper h1{
    font-size: 32px;
}

@media only screen and (max-width: 1023px) {

    .text-mobile-6{
        font-size:24px !important;
    }
    .page--basic .body-container-wrapper{
        margin-left:16px;
        margin-right:16px;
    }
    .page--basic .body-container-wrapper h1 *{
        font-size:32px !important;
    }
    .page--basic .body-container-wrapper h2{
        font-size: 20px!important;
    }
    .page--basic .body-container-wrapper h3{
        font-size: 18px!important;
    }
    
}

.page--home .logo-wrapper img {
    filter: brightness(0) invert(1);
}

.page--home .fixed .logo-wrapper img {
    filter: none;
}

@media (min-width: 1024px) {
    .page--home header:hover {
        background-color: #fff;
    }
    .page--home header:hover .logo-wrapper img {
        filter: none;
    }
  .page--σχετικά .header-container .header {
        background: transparent;
    }
  .page--σχετικά .header-container.fixed .header {
        background: white;
    }
  .page--cosmetics .header-container .header {
        background: transparent;
    }
  .page--cosmetics .header-container.fixed .header {
        background: white;
    }
}

@media only screen and (max-width: 1023px) {

    .menu-opened {
        height: 100vh
    }
    
    .page--home .header {
        background: transparent;
    }
  
    .page--home .navbar-burger svg path {
        stroke: #fff;
    }

    .page--home .fixed .header,
    .page--home .header.menu-opened {
        background: #fff;
    }

    .page--home .header.menu-opened .logo-wrapper img {
        filter: none;
    }

    .page--home .menu-opened .menu__item--depth-1>.menu__link {
        color: #001082 !important;
    }

    .page--home .menu-opened .menu__child-toggle-icon {
        border-color: #001082 !important;
    }

    .page--home .fixed .navbar-burger svg path {
        stroke: #0b0b0b;
    }
}

.relative{
    position:relative;
}

.swiper-slide--auto-height.swiper-slide{
    height: auto;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-button-next-2,
.swiper-button-prev-2{
    border-radius: 50%;
    width:48px !important;
    height:48px !important;
    background-repeat: no-repeat;   
    background-position:50%; 
    box-shadow: 1px 1px 2px 5px rgba(0,0,0,0);
    transition: box-shadow 300ms ease;
}


.swiper-button-next:not(.swiper-button-disabled):hover ,
.swiper-button-prev:not(.swiper-button-disabled):hover ,
.swiper-button-next-2:not(.swiper-button-disabled):hover ,
.swiper-button-prev-2:not(.swiper-button-disabled):hover {
    box-shadow:1px 1px 7px 0px #898563a8;
}

.swiper-button-next--gold{
    background-color:  var(--gold);
    background-repeat:no-repeat;
    background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2717%27%20height=%2710%27%20viewBox=%270%200%2017%2010%27%20fill=%27none%27><path%20d=%27M0.570965%205L14.9043%205%27%20stroke=%27white%27%20stroke-linecap=%27square%27%20stroke-linejoin=%27round%27/><path%20d=%27M11.333%200.999999L15.333%205L11.333%209%27%20stroke=%27white%27%20stroke-linecap=%27square%27/></svg>");
}

.swiper-button-prev--gold{
    background-color:  var(--gold);
    background-repeat:no-repeat;
    background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2717%27%20height=%2710%27%20viewBox=%270%200%2017%2010%27%20fill=%27none%27><path%20d=%27M16.429%205L2.0957%205%27%20stroke=%27white%27%20stroke-linecap=%27square%27%20stroke-linejoin=%27round%27/><path%20d=%27M5.66699%209L1.66699%205L5.66699%201%27%20stroke=%27white%27%20stroke-linecap=%27square%27/></svg>");
}


.swiper-button-next--outside{
    right: -64px !important;
}

.swiper-button-prev--outside{
    left: -64px !important;
}

.swiper-button-next--ghost{

    background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2740%27%20height=%2740%27%20viewBox=%270%200%2040%2040%27%20fill=%27none%27><circle%20cx=%2720%27%20cy=%2720%27%20r=%2719.5%27%20transform=%27matrix%281%201.74846e-07%201.74846e-07%20-1%200%2040%29%27%20fill=%27white%27%20stroke=%27#231F20%27/><path%20d=%27M13.8095%2020L25.7539%2020%27%20stroke=%27#231F20%27%20stroke-linecap=%27square%27%20stroke-linejoin=%27round%27/><path%20d=%27M22.7775%2016.6666L26.1108%2020L22.7775%2023.3333%27%20stroke=%27%23231F20%27%20stroke-linecap=%27square%27/></svg>");
    
}

.swiper-button-prev--ghost{
    background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2740%27%20height=%2740%27%20viewBox=%270%200%2040%2040%27%20fill=%27none%27><circle%20cx=%2720%27%20cy=%2720%27%20r=%2719.5%27%20transform=%27matrix%28-1%200%200%201%2040%200%29%27%20fill=%27white%27%20stroke=%27%23231F20%27/><path%20d=%27M26.1905%2020L14.2461%2020%27%20stroke=%27#231F20%27%20stroke-linecap=%27square%27%20stroke-linejoin=%27round%27/><path%20d=%27M17.2225%2023.3334L13.8892%2020L17.2225%2016.6667%27%20stroke=%27%23231F20%27%20stroke-linecap=%27square%27/></svg>");
}

.swiper-button-next--inside{
    right: 32px !important;
}

.swiper-button-prev--inside{
    left: 32px !important;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-button-next-2:after,
.swiper-button-prev-2:after{
    display:none;
}

.swiper-pagination{
     bottom: -16px !important;
}

.swiper-pagination .swiper-pagination-bullet{
    background-color: transparent;
    width:8px;
    height:8px;
    border:1px solid var(--black);
    opacity:1;
    will-change:width;
    transition: width 100ms ease;
}

.swiper-pagination .swiper-pagination-bullet-active{
    background: var(--gold);
    border-color: var(--gold);
    border-radius: 16px;
    width:20px;
}


.flex{
    display:flex;
}

.gap-16{
    gap: 16px;
}

.icon--sharing{
    width:20px;
    background-repeat:no-repeat;
    height:20px;
    background-position:50%;
}

.sharer{
    color: var(--black);
    font-size: 14px;
    font-weight: 800;
    margin-right: 6px;
}

.icon--facebook{
    background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2715%27%20height=%2713%27%20viewBox=%270%200%2015%2013%27%20fill=%27none%27><path%20d=%27M14.8579%200.938014C14.2393%201.37437%2013.5543%201.70811%2012.8295%201.92639C12.4404%201.47904%2011.9233%201.16198%2011.3482%201.01807C10.7731%200.874165%2010.1676%200.910363%209.61375%201.12177C9.05986%201.33318%208.58427%201.70959%208.25128%202.20011C7.9183%202.69062%207.74399%203.27156%207.75194%203.86437V4.51037C6.61669%204.5398%205.49178%204.28802%204.4774%203.77745C3.46301%203.26688%202.59065%202.51336%201.93799%201.58401C1.93799%201.58401%20-0.645994%207.39796%205.16796%209.98194C3.83755%2010.885%202.25269%2011.3378%200.645996%2011.2739C6.45995%2014.5039%2013.5659%2011.2739%2013.5659%203.84499C13.5653%203.66505%2013.548%203.48556%2013.5142%203.30882C14.1735%202.65862%2014.6388%201.8377%2014.8579%200.938014Z%27%20fill=%27%23003CFF%27/></svg>");
}

.icon--linkedin {
    background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2717%27%20height=%2716%27%20viewBox=%270%200%2017%2016%27%20fill=%27none%27><path%20d=%27M11.1704%205.33337C12.2313%205.33337%2013.2487%205.7548%2013.9988%206.50495C14.749%207.25509%2015.1704%208.27251%2015.1704%209.33337V14H12.5037V9.33337C12.5037%208.97975%2012.3633%208.64061%2012.1132%208.39057C11.8632%208.14052%2011.524%208.00004%2011.1704%208.00004C10.8168%208.00004%2010.4776%208.14052%2010.2276%208.39057C9.97755%208.64061%209.83708%208.97975%209.83708%209.33337V14H7.17041V9.33337C7.17041%208.27251%207.59184%207.25509%208.34198%206.50495C9.09213%205.7548%2010.1095%205.33337%2011.1704%205.33337Z%27%20fill=%27%23003CFF%27/><path%20d=%27M4.50407%206H1.8374V14H4.50407V6Z%27%20fill=%27%23003CFF%27/><path%20d=%27M3.17074%204.00004C3.90712%204.00004%204.50407%203.40309%204.50407%202.66671C4.50407%201.93033%203.90712%201.33337%203.17074%201.33337C2.43436%201.33337%201.8374%201.93033%201.8374%202.66671C1.8374%203.40309%202.43436%204.00004%203.17074%204.00004Z%27%20fill=%27%23003CFF%27/></svg>");
}

.icon--twitter{
    background-image: url("data:image/svg+xml,<svg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2717%27%20height=%2716%27%20viewBox=%270%200%2017%2016%27%20fill=%27none%27><path%20d=%27M12.5037%201.33337H10.5037C9.61969%201.33337%208.77184%201.68456%208.14672%202.30969C7.5216%202.93481%207.17041%203.78265%207.17041%204.66671V6.66671H5.17041V9.33338H7.17041V14.6667H9.83708V9.33338H11.8371L12.5037%206.66671H9.83708V4.66671C9.83708%204.4899%209.90731%204.32033%2010.0323%204.1953C10.1574%204.07028%2010.3269%204.00004%2010.5037%204.00004H12.5037V1.33337Z%27%20fill=%27%23003CFF%27/></svg>");
}

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


.center-1024{
    width:min(1024px, 100%);
    padding:16px;
}

.center-1240{
    width:min(1272px, 100%);
    padding:16px;
}

.center-820{
    width:min(820px, 100%);
    margin:0 auto;
}

.center-920{
    width:min(920px, 100%);
    margin:0 auto;
}


::marker{
    color: var(--gold);
}

.widget-type-form{
    background:#fff;
    padding: 48px 
}



.widget-type-form .hs-input{
    background: #F9F9F9;
    border: 1px solid rgba(35, 31, 32, 0.5);
    font-size:14px;
    padding:20px 16px;
    width: 100% !important;
}

textarea{
    min-height: 200px;
}

.form-columns-2{
    display: flex;
    column-gap: 24px;
}

.hs-form-field {
    margin-bottom: 32px;
}

.actions{
    text-align:center;
}

@media (max-width: 899px) {
    .cell_1668072909611-padding {
        padding-left: 0px !important;
    }

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

    .dnd_area-row-6-background-color {
        padding-bottom: 0 !important
    }

    .widget-type-form{
        background:#fff;
        padding: 24px 48px 
    }
}

.page--error .button {
    background-color: var(--black)!important;
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 14px 50px !important;
}


.js-tab.desktop-tab > div {
  height: 100% !important;
  margin-bottom: 20px !important;
}