<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @license
 * MyFonts Webfont Build ID 4035984, 2021-04-07T05:54:02-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Gilroy-Light by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light/
 * Copyright: Copyright &amp;amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 *
 *
 *
 * Â© 2021 MyFonts Inc
*/

@font-face {
  font-family: "Gilroy-Light";
  src: url('font.woff2') format('woff2'), url('font.woff') format('woff');
}

body {
  font-family: "Gilroy-Light" !important;
}

section {
  max-width: 91rem;
  width: calc(100% - 4rem);
  height: 65rem;
}

h2, .ec-ci-headline-2 {
  font-size: 20px;
  color: white;
  font-weight: normal;
  line-height: 1.25em
}

.ec-ci-maximum-cta {
  background: #0075be;
  margin-top: 0;
  padding: 2.5rem;
}


@media (max-width: 900px) and (min-width: 769px) {
  div.ec-ci-group {
    grid-template-columns: 2fr 1fr;
  }

  label.ec-ci-label {
    grid-column: 1 / 3;
  }
}

@media (max-width: 900px) {
}

@media (max-width: 768px) {
  h2, .ci-headline-2 {
    font-size: 24px
  }

  h3, .ci-headline-3 {
    font-size: 24px
  }

  .ec-ci-grid.ec-ci-input-template {
    grid-template-columns: 1fr;
  }

  .ec-ci-input-template .ec-ci-reference {
    grid-column: auto;
    grid-row: auto;
  }

  .ec-ci-reference .ec-ci-table {
    text-align: left;
  }

  div.ec-ci-res-group {
    gap: 1rem;
  }

  div.ec-ci-group {
    gap: 1rem;
  }

  div.ec-ci-grid {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  h2, .ci-headline-2 {
    font-size: 20px
  }

  h3, .ci-headline-3 {
    font-size: 20px
  }

  div.ec-ci-group {
    grid-template-columns: 2fr 1fr;
  }

  label.ec-ci-label {
    grid-column: 1 / 3;
  }

  label.ec-ci-label {
    font-size: 1.4rem;
  }

  h2.ec-ci-headline-2 {
    padding: 1.5rem;
    font-size: 1.8rem;
  }

  h3.ci-headline-3 {
    font-size: 1.8rem;
    margin: 0;
  }

  div.ec-ci-res-group {
    grid-template-columns: 1.2fr 1fr 0.3fr;
  }

  p.ec-ci-label {
    font-size: 1.4rem;
  }

  p.ec-ci-result-value {
    font-size: 1.8rem;
  }

  p.ec-ci-result-value ~ span {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  p.ec-ci-bottom-text {
    font-size: 1.2rem;
    font-weight: bold;
  }

  div.ec-ci-table {
    grid-template-columns: 1fr 1fr;
  }

  /* div.ec-ci-reference {
    display: none;
  } */
}

h3, .ci-headline-3 {
  font-size: 24px;
  color: #0075be;
  margin-bottom: 10px;
  font-weight: normal;
  line-height: 1.35em
}

.ci-headline-3 sup {
  font-size: 60%;
}

.ec-ci-section {
  border: solid 1px #0075be;
}

.ec-ci-content {
  padding: 2rem;
}

.ec-ci-grid {
  display: grid;
  width: 100%;
  gap: 2rem;
}

.ec-ci-input-template {
  grid-template-columns: 1fr 1fr;
  column-gap: 0;
}

.ec-ci-reference {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}

.ec-ci-group {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.6fr;
  gap: 2rem;
}

.ec-ci-res-group {
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1fr;
  gap: 2rem;
}

.ec-ci-input {
  height: 3rem;
  text-align: right;
  font-size: 1.8rem;
  padding-right: 0.8rem;
}

.ec-ci-unit {
  line-height: 3rem;
  vertical-align: middle;
}

.ec-ci-result-value {
  text-align: right;
}

.ec-ci-result-value {
  text-align: right;
  font-size: 2.6rem;
  color: #0fb300;
}

.ec-ci-label {
  font-size: 2rem;
}

.ec-ci-result-value ~ span {
  font-size: 2rem;
  line-height: 4rem;
  vertical-align: middle;
}

.ec-ci-bottom-text {
  font-size: 2rem;
}

.ec-ci-contact-us {
  text-align: center;
}

.ec-ci-sub-text {
  font-size: 1.2rem;
  margin-top: 3rem;
}

.ec-ci-table {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 1rem;
  text-align: right;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
</pre></body></html>