/* font import */
@font-face {
  font-family: "Mulish-Regular";
  src: url("../font/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
:root {
  --white: #fff;
  --grey: #323e48;
  --grey-light: #d6d6d6;
  --blue: #0071ce;
  --dark-grey: #333;
  --light-grey: #91989e;
  --light-white: #fafafa;
  --grey-darker: #494f54;
  --light-blue: #92b4e7;
  --light-dark-2: #adadad;

  /* Spacing */
  --section-block-padding: 72px;
  --item-spacing-padding: 64px;

  /* Typography */
  --font-size-extra-large: 80px;
  --font-size-large: 64px;
  --font-size-medium-large: 48px;
  --font-size-medium: 28px;
  --font-size-small: 20px;
  --font-size-extra-small: 16px;
  --font-size-smallest: 14px;

  --font-size-36: 36px;
  --font-size-32: 32px;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.heading-large{
font-size: var(--font-size-medium-large, 48px);
font-style: normal;
font-weight: 700;
line-height: 56px; /* 116.667% */
letter-spacing: -1.44px;
}
.heading-medium{
font-size: var(--font-size-medium, 28px);
font-style: normal;
font-weight: 700;
line-height: 36px; /* 116.667% */
}
.white-text{
 color:var(--White, #fff);
}
.grey-text{
  color: var(--gray-700, #323E48);
}
.black-text{
  color:var(--white, #fff);
}
.white-background{
  background-color: var(--White, #fff);
}
body {
  font-family: "Mulish-Regular", sans-serif;
}
.button-white {
  border-radius: 4px;
  border: 1px solid var(--grey-light, #d6d6d6);
  background: var(--White, #fff);
  color: var(--grey, #333);
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
}
.grey-button {
  border-radius: 4px;
  border: 1px solid var(--grey-light, #d6d6d6);
  background: #f5f5f5;
  color: var(--grey, #333);
  padding: 10px 16px;
  font-weight: 600;
  text-decoration: none;
}
.button-default {
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin: 10px;
}
.border-small {
  width: 100%;
  height: 12px;
  background: url("../images/gicp_lines.svg");
  background-position: center right;
  background-size: cover;
  background-repeat: no-repeat;
}
.button-blue {
  padding: 12px 20px;
  border-radius: 4px;
  background: var(--blue, #0071ce);
  text-decoration: none;
  color: var(--white, #fff);
  font-weight: 600;
  display: inline-block;
}
.text-smallest {
  font-size: var(--font-size-smallest, 14px);
}
hr{
  width: 100%;
}
.border-btn{
  border : 1px solid  #3333334a;
}
.btn:hover{
  color:var(--grey, #333);
  background-color:var(--White, #fff);
  border-color: 1px solid var(--grey-light, #d6d6d6);;
}
/* loader */
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
.mktoForm_marketo-from{
  font-family: "Mulish-Regular", sans-serif;
}
.mktoForm_marketo-from form, .mktoForm_marketo-from label, .mktoForm_marketo-from input, .mktoForm_marketo-from button, .mktoForm_marketo-from p, .mktoForm_marketo-from a{
  font-family: "Mulish-Regular", sans-serif !important;
}
.mktoForm_marketo-from label{
  font-weight: bold !important;
}

.mktoForm_marketo-from input{
  height: 40px !important;
  width: 100% !important;
}

.mktoForm_marketo-from select{
  height: 40px !important;
    width: 100% !important;
}

.mktoForm_marketo-from input[type='checkbox'] {
    width: 20px !important;
    height: 20px !important;
}
.mktoForm_marketo-from label{
  width: 100% !important;
  padding-bottom: 10px !important;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.mktoForm_marketo-from .mktoForm {
    text-align: left;
    width: 100% !important;
}
.mktoForm_marketo-from .mktoGutter{
  width: 0 !important;
}
.mktoForm_marketo-from .mktoForm .mktoFormCol {
    float: left;
    position: relative;
    min-height: 2em;
    width: 50%;
}

.mktoForm_marketo-from .mktoForm .mktoFormCol:has(#LblHas_Accepted_Privacy_Policy_Terms__c){
   float: left;
    position: relative;
    min-height: 2em;
    width: 100% !important;
}

.mktoFieldWrap{
  width: 90%;
}
.mktoForm_marketo-from .mktoButton{
      padding: 12px 20px;
    border-radius: 4px;
    background: var(--blue, #0071ce);
    text-decoration: none;
    color: var(--white, #fff);
    font-weight: 600;
    border: none;
}
.mktoForm_marketo-from .mktoButtonWrap{
  margin-left: 0px !important;
}
.mktoForm_marketo-from{
  font-family: "Mulish-Regular", sans-serif !important;
}
.mktoForm_marketo-from textarea{
  width: 100% !important;
  height: 100px;
}
.mktoForm_marketo-from .mktoForm, .mktoForm *{
  padding: 0px !important;
}
.mktoForm_marketo-from .mktoRequiredField:has(#LblHas_Accepted_Privacy_Policy_Terms__c){
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.mktoForm_marketo-from .mktoCheckboxList{
  width: auto !important;
  padding-right: 10px !important;
}
.mktoForm_marketo-from .mktoButtonRow .mktoButton{
  padding: 12px 20px !important;
    border-radius: 4px;
    background: var(--blue, #0071ce) !important;
    text-decoration: none;
    color: var(--white, #fff);
    font-weight: 600;
    border: none !important; 
    width: 100%;
    font-family: "Mulish-Regular", sans-serif !important;
}
.mktoForm_marketo-from .mktoButtonRow{
  width: 100%;
}
.mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
}

.mktoForm .mktoAsterix {
    float: left !important;
    color: #bf0000;
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.mktoForm #LblHas_Accepted_Privacy_Policy_Terms__c {
    display: block !important;
}

h1,h2,h3,h4,h5,h6{
  margin-bottom:0 ;
}
.white{
  color: #fff;
}
.thanks-you-marketo{
  font-size: 36px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
}

.mktoForm .mktoAsterix {
    float: left !important;
    color: #bf0000;
    padding-right: 3px !important;
    padding-left: 3px !important;
}
.mktoForm #LblHas_Accepted_Privacy_Policy_Terms__c {
    display: block !important;
    font-family: "Mulish-Regular", sans-serif !important;
}
.mktoForm input, .mktoForm select {
  padding: 10px !important;
  font-family: "Mulish-Regular", sans-serif !important;
}