* {
  box-sizing: border-box;
}

:root {
  --black-color: #000;
  --white-color: #ffffff;
  --primary-color: #3FBAFD;
  --section-margins: 50px;
  --section-padding: 50px;
  --transition: all 0.4s ease-in-out;
}

@media (min-width:768px) {
  :root {
    --section-margins: 70px;
    --section-padding: 70px;
  }
}

@media (min-width:1200px) {
  :root {
    --section-margins: 100px;
    --section-padding: 100px;
  }
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Bold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Extralight.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Extralight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Light.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Medium.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Regular.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplay-Semibold.woff2') format('woff2'),
    url('../fonts/ClashDisplay-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Syne", sans-serif;
  font-weight: normal;
  color: var(--black-color);
  background: var(--white-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #0b5798;
}

:focus {
  outline: none !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

iframe {
  max-width: 100%;
}

/**
  * Typography
  */

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Clash Display';
  font-weight: 500;
}

h1 {
  background: linear-gradient(91.37deg, #FFFFFF 0%, #5CCEFD 80.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 28px;
  line-height: 1.16em;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

h2 {
  font-size: 42px;
  font-size: 22px;
  line-height: 1.2380952380952381em;
  letter-spacing: 0.02em;
  background: linear-gradient(91.37deg, #002482 0%, #36AFFC 80.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

h3 {}

h4 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2272727272727273em;
  letter-spacing: 0.02em;
  background: linear-gradient(91.37deg, #002482 0%, #29ABE2 80.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

p {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  color: #2A2A32;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0px;
}

.subheading {
  font-family: 'Clash Display';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25em;
  letter-spacing: 0.02em;
  color: #29ABE2;
  margin-bottom: 7px;
}

@media (min-width: 768px) {

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 50px;
    font-size: 44px;
  }

  h2 {
    font-size: 42px;
  }

  h4 {
    font-size: 22px;
  }

  p {
    font-size: 20px;
    margin-bottom: 20px;
  }

  p:last-child {
    margin-bottom: 0px;
  }

  .subheading {
    font-size: 20px;
    margin-bottom: 14px;
  }

}

@media (min-width: 1366px) {
  h1 {
    font-size: 50px;
  }
}

p,
ul,
ol {}

.page-content ul,
.page-content ol {
  width: auto;
  overflow: hidden;
  padding-left: 15px;
}

.page-content ul {
  list-style-type: none;
}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}

ul li {}

ul li:before {}

ol {
  padding-left: 25px;
}

ol li {
  counter-increment: list;
  position: relative;
  list-style-type: none;
}

ol li:before {
  content: counter(list) ".";
  position: absolute;
  left: 0;
}


a {
  word-break: break-word;
}

a:hover {}

/*------------------------------------*\
      COMPONENTS
  \*------------------------------------*/

/**
   * Utility Margin/Padding Classes
   *
   * TODO: Update the --margins variable in custom-properties.css to match prototypes margins 
   */

/* Used on outer-most section container so section margins collapse */
.section-margins {
  margin-top: var(--section-margins);
  margin-bottom: var(--section-margins);
}

/* Used only for sections with colored backgrounds */
.section-padding {
  padding-top: var(--section-margins);
  padding-bottom: var(--section-margins);
}

/**
  * Clearfix
  * Apply clearing without adding additional markup
  */

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*--------------------------------------------------------------*\
       OBJECTS
       Objects are independent generic stylibf classes or UI peices.
       All styles for objects should be self contained.
   
       e.g. an object shouldn't rely on trump helpers to apply padding etc.
   \*--------------------------------------------------------------*/

/**
   * Buttons
   */

.btn {
  display: inline-block;
  padding: 13px 26px;
  padding: 8px 16px;
  box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  font-family: 'Clash Display';
  font-weight: 500;
  font-size: 18px;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border: none;
}

.btn-menu {
  background: linear-gradient(95.86deg, rgba(54, 175, 252, 0.4) 0%, rgba(85, 30, 229, 0.4) 100%);
}

.btn-menu:hover {
  background: linear-gradient(95.86deg, rgba(85, 30, 229, 0.4) 0%, rgba(54, 175, 252, 0.4) 100%);
  color: #ffffff;
}

.btn-primary {
  background: linear-gradient(95.86deg, #36AFFC 0%, #0B36A8 100%);
}

.btn-primary:hover {
  background: linear-gradient(95.86deg, #0B36A8 0%, #36AFFC 100%);
}

.btn-secondary {
  color: #0B36A8;
  background: linear-gradient(95.86deg, rgba(54, 175, 252, 0.2) 0%, rgba(11, 54, 168, 0.2) 100%);
  box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.15);
  border-radius: 6px;
}

.btn+.btn {
  margin-left: 15px;
}

@media (min-width: 600px) {
  .btn+.btn {
    margin-left: 24px;
  }
}

@media (min-width: 1200px) {
  .btn {
    padding: 13px 26px;
    font-size: 18px;
  }

}

/**
   * Icons
   */

@font-face {
  font-family: 'ai';
  src: url('../icons/ai.eot?qq5vyj');
  src: url('../icons/ai.eot?qq5vyj#iefix') format('embedded-opentype'),
    url('../icons/ai.ttf?qq5vyj') format('truetype'),
    url('../icons/ai.woff?qq5vyj') format('woff'),
    url('../icons/ai.svg?qq5vyj#ai') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ai' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-linkedin-in:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}


/**
   * Forms
   */
.form-col {
  display: block;
}

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  /* pointer-events: none; */
}

label {}

select {}

textarea {
  width: 100%;
  height: 150px;
  padding: 0 0 0px;
  border: 0;
  border-bottom: rgba(42, 42, 50, 0.5) 1px solid;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2A2A32;
  opacity: 1;
  resize: none;
}

/* Removes default webkit form styling */
input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
  -webkit-appearance: none;
}

input:active,
textarea:active,
select:active,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  /* Removes blue border on focus */
  /* border: 1px solid #ccc; */
  /* TODO: Please add a branded border for active and focus */
}

/* default text input style */
[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
  width: 100%;
  height: 60px;
  padding: 0 0 15px;
  border: 0;
  border-bottom: rgba(42, 42, 50, 0.5) 1px solid;
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2A2A32;
  opacity: 1;
}

/* Removes inconsistent padding from Firefox buttons */
button::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

[type="text"]::placeholder,
[type="date"]::placeholder,
[type="datetime"]::placeholder,
[type="datetime-local"]::placeholder,
[type="email"]::placeholder,
[type="month"]::placeholder,
[type="number"]::placeholder,
[type="password"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="week"]::placeholder,
[type="date"]::placeholder,
textarea::placeholder {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #2A2A32;
  opacity: 1;
}


.checkbox {
  display: block;
}

.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox label {
  position: relative;
  cursor: pointer;
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: #2A2A32;
}

.checkbox label span {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  text-decoration-line: underline;
  color: #36AFFC;
}

.checkbox label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #36AFFC;
  box-shadow: inset 0px 6px 12px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.checkbox input:checked+label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 11px;
  width: 8px;
  height: 19px;
  border: solid #263246;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.container-fluid {
  padding: 0 15px;
}

.container {
  max-width: 1290px;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 22px;
  }

  .container {
    padding: 0 22px;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0 60px;
  }

  .container {
    padding: 0 60px;
  }
}