/* Styles/main.scss */
.umb-block-grid__layout-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--grid-columns, 1), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  column-gap: var(--umb-block-grid--column-gap, 0);
  row-gap: var(--umb-block-grid--row-gap, 0);
}
.umb-block-grid__layout-item {
  position: relative;
  grid-column-end: span min(var(--umb-block-grid--item-column-span, 1) * 3, var(--umb-block-grid--grid-columns));
  grid-row: span var(--umb-block-grid--item-row-span, 1);
}
.umb-block-grid__area-container,
.umb-block-grid__block--view::part(area-container) {
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--umb-block-grid--area-grid-columns, var(--umb-block-grid--grid-columns, 1)), minmax(0, 1fr));
  grid-auto-flow: row;
  grid-auto-rows: minmax(50px, min-content);
  column-gap: var(--umb-block-grid--areas-column-gap, 0);
  row-gap: var(--umb-block-grid--areas-row-gap, 0);
}
.umb-block-grid__area {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  grid-column-end: span min(var(--umb-block-grid--area-column-span, 1) * 3, var(--umb-block-grid--area-grid-columns));
  grid-row: span var(--umb-block-grid--area-row-span, 1);
}
@media (min-width: 1024px) {
  .umb-block-grid__layout-item {
    grid-column-end: span min(var(--umb-block-grid--item-column-span, 1), var(--umb-block-grid--grid-columns));
  }
  .umb-block-grid__area {
    grid-column-end: span min(var(--umb-block-grid--area-column-span, 1), var(--umb-block-grid--area-grid-columns));
  }
}
.rich-text > p:first-child {
  margin-top: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 3em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
html {
  color: #2C3D5A;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.hidden,
[hidden] {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media only screen and (min-width: 35em) {
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
}
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body {
  color: #2C3D5A;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
  font-style: normal;
  line-height: 1.47;
  background-color: #f2f2f2;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  background: #fff;
  z-index: 2;
}
@media (min-width: 768px) {
  .header {
    padding: 1rem;
  }
}
.header .image-wrapper {
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  margin-right: 0.5rem;
}
.header img {
  max-width: 200px;
  width: 100%;
}
.header .btn {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  font-size: 15px;
}
.nav {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav-open .nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.97);
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-open .nav ul {
    padding: 2rem 1rem;
    flex-direction: column;
  }
  .nav-open .nav li {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .nav {
    display: block;
  }
}
.nav a {
  text-decoration: none;
  color: #2C3D5A;
}
.nav a:hover {
  text-decoration: underline;
}
.nav ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.nav li {
  padding: 1rem;
  list-style: none;
}
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}
.nav-open .hamburger:hover {
  opacity: 0.7;
}
.nav-open .hamburger .hamburger-inner,
.nav-open .hamburger .hamburger-inner::before,
.nav-open .hamburger .hamburger-inner::after {
  background-color: #2C3D5A;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #2C3D5A;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.close.close.close .hamburger-inner,
.nav-open .hamburger--spin .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.close.close.close .hamburger-inner::before,
.nav-open .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.close.close.close .hamburger-inner::after,
.nav-open .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-close {
  display: inline-block !important;
}
figure {
  margin: 0;
}
figcaption {
  padding-left: 100px;
  font-weight: bold;
  padding-top: 1rem;
}
blockquote {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='300px' width='300px' fill='%232C3D5A' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M5273.1,2400.1v-2c0-2.8-5-4-9.7-4s-9.7,1.3-9.7,4v2c0,1.8,0.7,3.6,2,4.9l5,4.9c0.3,0.3,0.4,0.6,0.4,1v6.4c0,0.4,0.2,0.7,0.6,0.8l2.9,0.9c0.5,0.1,1-0.2,1-0.8v-7.2c0-0.4,0.2-0.7,0.4-1l5.1-5C5272.4,2403.7,5273.1,2401.9,5273.1,2400.1z M5263.4,2400c-4.8,0-7.4-1.3-7.5-1.8v0c0.1-0.5,2.7-1.8,7.5-1.8c4.8,0,7.3,1.3,7.5,1.8C5270.7,2398.7,5268.2,2400,5263.4,2400z'%3E%3C/path%3E%3Cpath d='M5268.4,2410.3c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h4.3c0.6,0,1-0.4,1-1c0-0.6-0.4-1-1-1H5268.4z'%3E%3C/path%3E%3Cpath d='M5272.7,2413.7h-4.3c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h4.3c0.6,0,1-0.4,1-1C5273.7,2414.1,5273.3,2413.7,5272.7,2413.7z'%3E%3C/path%3E%3Cpath d='M5272.7,2417h-4.3c-0.6,0-1,0.4-1,1c0,0.6,0.4,1,1,1h4.3c0.6,0,1-0.4,1-1C5273.7,2417.5,5273.3,2417,5272.7,2417z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath d='M78.2,40.7c2.2-4,6.2-8.3,13-12.4c1.9-1.1,3.1-3.1,3.1-5.2c0-4.3-4.4-7.3-8.4-5.5C74.3,22.7,55,35.4,55,61.7 C55,73.5,64.5,83,76.3,83s21.2-9.5,21.2-21.2C97.5,50.7,89,41.7,78.2,40.7z'%3E%3C/path%3E%3Cpath d='M25.6,40.7c2.2-4,6.2-8.3,13-12.4c1.9-1.1,3.1-3.1,3.1-5.2c0-4.3-4.4-7.3-8.4-5.5C21.8,22.7,2.5,35.4,2.5,61.7C2.5,73.5,12,83,23.7,83S45,73.5,45,61.7C45,50.7,36.5,41.7,25.6,40.7z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 0 0;
  margin: 0;
  padding-left: 55px;
  min-height: 40px;
}
@media (min-width: 768px) {
  blockquote {
    background-size: 70px;
    padding-left: 100px;
    min-height: 70px;
  }
}
.h1,
.h2 {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.022em;
}
.h1 {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
  position: relative;
  z-index: 1;
  word-break: break-word;
  font-size: 2.5rem;
  line-height: 2.7rem;
  display: inline-block;
}
.h1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  filter: blur(200px);
  background-color: white;
  z-index: -1;
}
@media (min-width: 768px) {
  .h1 {
    font-size: 3rem;
    line-height: 3.2rem;
  }
}
.h2 {
  position: relative;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-size: 2rem;
  line-height: 1.07;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .h2 {
    font-size: 2.8rem;
    margin-bottom: 4rem;
    text-align: left;
  }
  .h2:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 5px;
    background-color: #6790ac;
    left: 0;
    bottom: -1rem;
    border-radius: 1rem 0;
  }
  .section-blue .h2:after {
    background-color: #2C3D5A;
  }
}
.h3 {
  font-weight: 400;
  font-size: 1.3rem;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.main {
  flex: 1 1 auto;
}
.footer {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #2e4955;
  min-height: 100px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .footer {
    font-size: 16px;
  }
}
.footer .links {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.footer .links a {
  color: rgba(255, 255, 255, 0.9);
}
.footer > div {
  display: flex;
}
.footer > div > * {
  padding: 0 0.65rem;
}
.footer > div > * + * {
  position: relative;
}
.footer > div > * + *:after {
  content: "";
  width: 1px;
  position: absolute;
  left: 0;
  top: 0.18rem;
  bottom: 0.18rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.footer a {
  color: white;
}
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
.container > div {
  width: 100%;
}
.container-sm {
  max-width: 800px;
}
.section {
  padding: 4rem 1rem;
}
@media (min-width: 768px) {
  .section {
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .home .section {
    min-height: calc(100vh - 87px);
  }
}
.main .section-intro {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 50%;
  max-height: 700px;
  min-width: 1px;
}
@media (min-width: 768px) {
  .main .section-intro {
    position: sticky;
    top: 87px;
    min-height: 600px;
    padding: 0 2rem;
  }
}
.section-blue {
  background: #6790ac;
  color: #fff;
}
.section-blue-dark {
  background: #2e4955;
  color: #fff;
}
.intro-text {
  max-width: 600px;
  padding-bottom: 2rem;
  color: white;
}
.btn {
  cursor: pointer;
  padding: 1rem 2rem;
  background: #ff8080;
  border: 1px solid #ff8080;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 250px;
  font-weight: bold;
}
.btn.small {
  padding: 0.25rem 1rem;
  font-size: 15px;
}
.btn.secondary {
  background: #6790ac;
  border: 1px solid #6790ac;
}
.section-storage .d-flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  .section-storage .d-flex {
    flex-direction: row;
  }
}
.section-image-wrapper {
  padding: 2rem;
  text-align: center;
}
.section-image-wrapper img {
  min-width: 140px;
  max-width: 270px;
}
@media (min-width: 768px) {
  .section-image-wrapper {
    padding: 1rem 1rem 1rem 3rem;
    text-align: right;
  }
  .section-image-wrapper img {
    min-width: 230px;
  }
}
.bullet {
  display: flex;
  align-items: center;
}
.bullet img {
  width: 30px;
  margin-right: 1rem;
}
.btn-wrapper {
  text-align: center;
  padding-top: 2rem;
}
.d-flex {
  display: flex;
}
.text-right {
  text-align: right;
}
.contact-form {
  position: relative;
}
.label {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.form-message-wrapper {
  display: none;
}
.form-control {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 0.5rem;
  padding: 10px;
  width: 100%;
}
.contact-overlay {
  display: none;
}
.contact-form-open .contact-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(255, 255, 255, 0.97);
  padding: 1rem;
}
@media (min-width: 768px) {
  .contact-form-open .contact-overlay {
    padding: 2rem;
  }
}
.contact-overlay .contact-form {
  max-width: 800px;
  margin: 0 auto;
}
.contact-overlay .text-right {
  max-width: 840px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .header .btn {
    padding: 1rem 2rem;
    font-size: 16px;
  }
}
a {
  white-space: nowrap;
}
em {
  font-weight: normal;
  font-size: 95%;
}
.page-support {
  margin: 2rem 1rem 4rem;
}
.page-support .intro {
  padding-bottom: 2rem;
}
.page-support .h2 {
  margin-bottom: 2rem;
}
.page-support .support-form .label {
  font-size: 18px;
  margin-bottom: 0;
}
.page-support .support-form small {
  margin-bottom: 0.25rem;
  display: inline-block;
}
.page-support .support-form .radio-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.page-support .support-form .radio-wrapper label {
  margin: 0 1rem 0 0.25rem;
}
.page-support .support-form .checkbox-wrapper {
  display: flex;
  align-items: center;
  margin: 1rem 0 2rem;
}
.page-support .support-form .checkbox-wrapper label {
  margin: 0 0 0 1rem;
}
.page-support .support-form input[type=radio] {
  height: 20px;
  width: 20px;
}
.page-support .support-form input[type=checkbox] {
  height: 30px;
  width: 30px;
}
.page-support .form-message {
  background-color: white;
  padding: 0.5rem 2rem 1rem;
  border-radius: 10px;
  margin-top: 4rem;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
