/* Base.css
----------------------------------------------- */

/* Variables
----------------------------------------------- */

:root {
  --font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,Segoe UI,Roboto,Ubuntu,sans-serif;
  --color-danger:rgb(218, 72, 57);                      /* #da4839 */
  --color-danger-background:rgba(218, 72, 57,0.1);      /* #da4839 */
  --body-text-color: rgb(22,30,46);                     /* #161e2e */
  --text-color: rgb(107, 114, 128);                     /* #6b7280 */
  --height-full-screen: 100vh;
  --placeholder-color: rgba(0,0,0,0.4);
  --light-shade-color: #f7fafc;
  --regular-shade-color: #eef3f8;
  --button-primary-background-color: #252f3f;
  --stripe-background-color: rgb(84, 105, 212);  /* #5469d4 */
  --special-background-color: rgb(84, 105, 212);  /* #5469d4 */
  --button-padding-pixel: 0px;
  --light-border-color: rgb(227, 232, 238);
  --regular-border-color: rgb(210, 214, 220);

  --link-bottom-border-color: rgba(0,0,0,0.2);

  --light-success-color: #cbf4c9;
  --dark-success-color: rgb(14, 98, 69);
  --light-neutral-color: #daecfd;
  --dark-neutral-color: rgb(14, 61, 98);;

  --preview-scale: 0.5;
  --preview-mobile-width: 200px;
  --preview-cell-height: 500px;

  --vertical-padding: 15px;
  --horizontal-padding: 12px;

  --default-border-radius: 7px;

  /* --sf-pro-display-letter-spacing-increment: .04rem; */
}

/* iOS-specific */
@supports (-webkit-touch-callout: none) {
  :root {
      --height-full-screen: -webkit-fill-available;
      --button-padding-pixel: 1px;
  }
}

/* Webkit-specific */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
  :root { 
    /* --sf-pro-display-letter-spacing-increment: .04rem; */
    /* --font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue","Vaud",Oxygen-Sans,Ubuntu,Cantarell,sans-serif; */
  }
}



* { box-sizing: border-box !important; text-rendering: geometricPrecision; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, input, textarea, button, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  background: linear-gradient(0deg,white 0%,#eef3f8 100%);
  background: var(--regular-shade-color);
}

body {
  /* -webkit-font-smoothing: antialiased; */
  -webkit-text-size-adjust: 100%;
  /* letter-spacing: var(--sf-pro-display-letter-spacing-increment); */
  color: var(--body-text-color);
  font-size: 0;
  font-family: var(--font-family);
  /* font-family: Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; */
  /* background-color: var(--light-shade-color); */
  /* background-color: white !important; */
  /* background-color: #eef3f8; */
}

h1 { font-size: 32px; letter-spacing: -0.04rem; }

a       { cursor: pointer; color: inherit; text-decoration: none; }
a.small-text-button {
  color: var(--text-color);
  font-size: 12px;
  text-decoration: underline;
}
p:empty, small:empty { display: none; }


/* Positional
----------------------------------------------- */

/*.locked { min-height: 100% !important; overflow: hidden !important; } */

.ba     { word-break: break-all; }
.bw     { word-wrap: break-word; }
.dn     { display: none !important; }
.ib     { display: inline-block !important; }
.tc     { text-align: center; }
.fr     { float: right; }

.mb44   { margin-bottom: 44px; }
.mt44   { margin-top: 44px; }
.mt36   { margin-top: 36px; }
.mt32   { margin-top: 32px; }
.mb32   { margin-bottom: 32px; }
.mt28   { margin-top: 28px; }
.mt24   { margin-top: 24px; }
.mb24   { margin-bottom: 24px; }
.m24_0  { margin: 24px 0; }
.mt20   { margin-top: 20px; }
.mt18   { margin-top: 18px;  }
.mt16   { margin-top: 16px;  }
.mt12   { margin-top: 12px;  }
.mt10   { margin-top: 10px;  }
.mt8    { margin-top: 8px;  }
.mt4    { margin-top: 4px;  }
.mt2    { margin-top: 2px;  }

/* Visual
----------------------------------------------- */

.bs  { box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) }
.o0  { opacity: 0 !important; }
.o1  { opacity: 1 !important; }
.os  { background-color: var(--light-shade-color) !important; /*background-color: #eef3f8 !important;*/ }
.tn  { text-decoration: none !important; }
.u   { text-decoration: underline !important; }
.nb  { border: none !important; }
.r   { border-radius: var(--default-border-radius); }
.w100 { width: 100% !important; }

.blue     { background-color: #02b2fe !important; }
.pink     { background-color: #fe025b !important; }
.purple   { background-color: #00005a !important; }
.mono     { font-family: Menlo, Consolas, monospace; }
.unselectable {   
  user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
}

/* a.hl  { color: rgb(84, 105, 212); font-weight: 500; text-decoration: none !important;} */

.show-on-mobile { display: none; }

.arrowed::after {
  content: " →";
  white-space: pre;
  display: inline-block;
  transition: transform 0.15s ease 0s;
}

.arrowed:hover::after {
  transform: translateX(4px);
}

.back-arrowed::before {
  content: "← ";
  white-space: pre;
  display: inline-block;
  transition: transform 0.15s ease 0s;
}

.back-arrowed:hover::before {
  transform: translateX(-4px);
}

/* State
----------------------------------------------- */

.logged-in, .logged-out { display: none; }


/* Header
----------------------------------------------- */

header {
  display: flex;
  justify-content: space-between; /* fills space between h1 (flex-start) and nav (flex-end) children */
  align-items: center;
  padding: 10px 32px;
}

header .logo {
  height: 26px;
  margin-right: 4px;
}

header .nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /*flex-shrink: 0;*/ /* so contents don't line-break when squashed */
}

header .nav a {
  margin-left: 16px;
  font-size: 14px;
}


/* Buttons
----------------------------------------------- */

.button {
  font-family: var(--font-family);
  display: block;
  cursor: pointer;
  font-size: 16px;
  padding: calc(var(--button-padding-pixel) + 14px) var(--horizontal-padding) calc(16px - var(--button-padding-pixel));
  font-weight: bold;
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: var(--default-border-radius);
  line-height: normal;
  user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
}

.button.primary {
  text-decoration: none;
  color: white;
  background-color: var(--button-primary-background-color);
}

.button.primary.small {
  padding: 0 16px;
  /* height: 32px; */
  border-radius: 4px;
  line-height: 30px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  display: inline-block;
}

.button:hover  { box-shadow: inset 0 0 100px 100px rgba(255,255,255, 0.1); }
.button:active { box-shadow: inset 0 0 100px 100px rgba(0,0,0,0.1); }

.button.primary.disabled { /* not used */
  color: var(--regular-border-color);
  border: 1px solid var(--regular-border-color);
  background: none;
}

.button.primary.special {
  background-color: var(--special-background-color);
}

.button.primary.stripe {
  background-image: url('/static/images/logotype-stripe-s-dash-white.svg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto 16px;
  padding-left: 36px;
  background-color: var(--stripe-background-color);
  max-width: 270px;
}

.button.pay {
  color: white;
  background-color: black;
  /* box-shadow: 0 7px 14px 0 rgba(60,66,87,.16), 0 3px 6px 0 rgba(0,0,0,.16);
  box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.16); */
  /* box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.32); */
  border-radius: var(--default-border-radius);
  /* border-radius: 0; */
}

.button.pay.apple {
  font-family: -apple-system,BlinkMacSystemFont;
  font-weight: 500;
  font-size: 21px;
  padding: calc(var(--button-padding-pixel) + 11px) var(--horizontal-padding) calc(13px - var(--button-padding-pixel));
  letter-spacing: -0.02em;
}

.button.pay.google {
  padding: 10px var(--horizontal-padding) 9px;
}

.button.pay.google::before {
  content: '';
  background: url('/static/images/gpay.svg') no-repeat;
  background-size: contain;
  display: inline-block;
  width: 53.3px;
  height: 26px;
}

.button.pay.apple.white {
  color: black;
  background-color: white;
  padding: calc(var(--button-padding-pixel) + 10px) var(--horizontal-padding) calc(12px - var(--button-padding-pixel));
  border: 1px solid var(--regular-border-color);
  border: 1px solid black;
  box-shadow: none;
}

.button .icon-left {
  position: absolute;
  height: 20px;
  width: 20px;
  left: var(--horizontal-padding);
  top: 50%;
  opacity: 0.8;
  margin-top: -10px;
}

.button.secondary {
  text-decoration: none;
  color: var(--text-color);
  border: 1px solid var(--regular-border-color); /* #d2d6dc */
}

.button.secondary.small {
  padding: 0 var(--horizontal-padding);
  /* height: 32px; */
  line-height: 30px;
  border-radius: var(--default-border-radius);
  border: 1px solid var(--regular-border-color);
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  color: var(--body-text-color);
  background-color: var(--light-shade-color) !important;
  cursor: pointer;
  width: auto;
  display: inline-block;
}

.button.secondary.small.disabled {
  color: var(--regular-border-color);
  border: 1px solid var(--light-border-color);
  pointer-events: none;
  /* background-color: none !important;
  background: none !important; */
}

.button.left {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-right: none !important;
}

.button.right {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}


/* Spinner (buttons, divs)
----------------------------------------------- */

/* Spin (mini in-element js-based spinner)
----------------------------------------------- */

.spin, .spin * {
  color: transparent !important;
  pointer-events: none;
}

.spin::before  { /* hides e.g. Google Pay icon pseudo-image */
  visibility: hidden;
}

.spin svg.inside-loader { /* outer svg */
  animation: 2s linear infinite svg-animation;
  max-width: 100px;
  width: 22px;

  position: absolute;
  top:50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
}

.spin svg.inside-loader circle {  /* inner circle */
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: var(--text-color);
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 8px;
  transform-origin: 50% 50%;
}

.spin.light svg.inside-loader circle { stroke: var(--text-color); }
.spin.dark svg.inside-loader circle  { stroke: white }


/* Spinner-Light and Spinner-Dark (pure css class-based spinner)
----------------------------------------------- */

[class^="spinner"], [class*=" spinner"], [class^="spinner"] *, [class*=" spinner"] * {
  color: transparent !important;
  pointer-events: none;
  /* text-indent: -9999px; */
  /* padding-left: -4000px; */
}

[class^="spinner"] *, [class*=" spinner"] * { /* e.g. when spinner is applied to input-box */
  visibility: hidden;
}

.spinner-dark::before  { /* hides e.g. Google Pay icon pseudo-image */
  visibility: hidden;
}

.spinner-dark::after  {
  position: absolute;
  content: "";
  border: 2px solid rgba(255,255,255,0.8);
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}

.spinner-light::after  {
  position: absolute;
  content: "";
  border: 2px solid rgba(0,0,0,0.4);
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -11px;
  -webkit-animation: spin 500ms infinite linear;
  animation: spin 500ms infinite linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}


/* Input Box
----------------------------------------------- */

/* Explicit font enables font-weight in chrome */
input {
  font-family: var(--font-family);
  color: var(--body-text-color) !important;
}

input:disabled { opacity: 1; }
input::placeholder {color: var(--placeholder-color); opacity: 1 } /* opacity needed for ffox */

/* hide number increment arrows (1) */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* hide number increment arrows (2) */
input[type=number] {
  -moz-appearance: textfield;
}

.input-box[disabled],input[disabled], input[disabled=true], input.disabled {
  pointer-events: none !important;
  user-select: none !important;
  -moz-user-select: none !important;
  -khtml-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
}

.input-set {
  border: 1px solid var(--regular-border-color); 
  border-radius: var(--default-border-radius);
  overflow: hidden;
}

.input-box {
  position: relative;
  background: white;
  overflow: hidden;
}

.input-box:only-of-type {
  /* to do: replace top/middle/bottom */
}

.input-box + .input-box {
  border-top: 1px solid var(--light-border-color);
}

/* .input-box.invalid { border-bottom-color: var(--color-danger); } */
.input-box.invalid input,
.input-box.invalid input::placeholder { /*color: var(--color-danger);*/ }

.input-box .anchor-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 var(--horizontal-padding);
  font-size: 12px;
  color: var(--text-color);
  text-decoration: underline;
}

.input-box input {
  padding: var(--vertical-padding) var(--horizontal-padding);
  font-size: 16px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}


/* Cell List
----------------------------------------------- */

ul.cell-list {
  border: 1px solid var(--regular-border-color);
  border-radius: var(--default-border-radius);
  overflow: hidden;
}

ul.cell-list li {
  position: relative;
  color: var(--placeholder-color);
  color: var(--body-text-color);
  display: inline-block;
  background: white;
  border-top: 1px solid var(--light-border-color);
  border-bottom: none;
  overflow: hidden;
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

ul.cell-list li:first-of-type { border-top: none; }

ul.cell-list.bleed { border: none; }
ul.cell-list.bleed li {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0 !important;
  border-left: none;
  border-right: none;
  border-color: var(--light-border-color);
  border-top: none;
}

ul.cell-list.bleed li:first-of-type { border-top: none; }
ul.cell-list.bleed li:last-of-type  { border-bottom: none; }
ul.cell-list.bleed li .content-block:first-of-type { padding-left: 0; }
ul.cell-list.bleed li .content-block:last-of-type  { padding-right: 0; }

ul.cell-list li:first-of-type { border-top: none; }

/* ul.cell-list.bleed li:not(:first-of-type) .content-block.main {
  border-top: 1px solid var(--light-border-color);
} */

/* ul.cell-list.bleed li:not(:last-of-type) .content-block.main:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 70%;
  height: 1px;
  background-color: var(--light-border-color);
} */

ul.cell-list li .medium {
  line-height: 1.6;
  font-weight: bold;
  font-size: 14px;
  color: var(--body-text-color);
}

ul.cell-list li .medium a { border-bottom: 1px solid var(--link-bottom-border-color); text-decoration: none; }

ul.cell-list li .medium + div, ul.cell-list li .medium + small {
  margin-top: 1px;
}

ul.cell-list li small { 
  font-size: 11px; 
  display: block; 
  margin-top: 1px; 
  line-height: 1.8; 
  color: var(--body-text-color);
}

ul.cell-list li *.light {
  color: var(--placeholder-color);
  font-weight: normal;
}

ul.cell-list li .content-block {
  position: relative;
}

ul.cell-list li .content-block.main {
  flex-direction: column;
  align-self: center;
  flex-grow: 1;
  padding: var(--vertical-padding) var(--horizontal-padding);
}

ul.cell-list li .content-block.main input {
  font-size: 16px;
  width: 100%;
  width: calc(100% + 24px);
  margin-top: calc(-1 * var(--vertical-padding));
  margin-bottom: calc(-1 * var(--vertical-padding));
  margin-left: calc(-1 * var(--horizontal-padding));
  margin-right: calc(-1 * var(--horizontal-padding));
  padding: var(--vertical-padding) var(--horizontal-padding);
}

/* ul.cell-list li .content-block.main .checkboxes label {
  margin-right: 6px;
  cursor: pointer;
}

ul.cell-list li .content-block.main .checkboxes label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

ul.cell-list li .content-block.main .checkboxes label .title {
  font-size: 16px;
  color: var(--placeholder-color);
  transition: 0.15s padding-left ease-out;
}

ul.cell-list li .content-block.main .checkboxes label input:checked + span.title {
  color: var(--body-text-color);
  padding-left: 17px;
}

ul.cell-list li .content-block.main .checkboxes label .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 4px;
  border: 0px solid var(--placeholder-color);
}

ul.cell-list li .content-block.main .checkboxes label .checkmark:after {
  content: "";
  background-image: url("/static/images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  display: none;
}

ul.cell-list li .content-block.main .checkboxes label input:checked ~ .checkmark:after {
  display: block;
}
*/

ul.cell-list li .content-block.main select {
  width: calc(100% + 2 * var(--horizontal-padding));
  margin-top: calc(-1 * var(--vertical-padding));
  margin-bottom: calc(-1 * var(--vertical-padding));
  margin-left: calc(-1 * var(--horizontal-padding));
  margin-right: calc(-1 * var(--horizontal-padding));
  border: none;
  border-radius: 0;
}

ul.cell-list li .content-block.main select.placeholder {
  color: var(--placeholder-color);
}

ul.cell-list li .content-block.left {
  align-self: top;
  flex-grow: 0;
  flex-shrink: 0;
  padding: var(--vertical-padding) 0 var(--vertical-padding) var(--horizontal-padding);
}

ul.cell-list li .content-block.left.indent-label {
  background: var(--light-shade-color);
  padding: var(--vertical-padding) var(--horizontal-padding);
  text-align: right;
  width: 110px;
  border-right: 1px solid var(--light-border-color);
  color: var(--placeholder-color);
  /* font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  white-space: nowrap; */
}

ul.cell-list li .content-block.right {
  align-self: center;
  flex-grow: 0;
  flex-shrink: 0;
  padding: var(--vertical-padding) var(--horizontal-padding) var(--vertical-padding) 0;
}

ul.cell-list li .content-block .anchor-right {
  color: var(--text-color);
  font-size: 12px;
}

ul.cell-list li .image {
  display: flex;
  padding: 0 14px;
  height: 44px;
  width: 44px;
  border-radius: var(--default-border-radius);
  overflow: hidden;
  border: 1px solid var(--regular-border-color);
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Input Choice
----------------------------------------------- */

ul.input-choice {

}

ul.input-choice li input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

ul.input-choice li input[type="radio"]:checked+label {
  color: var(--body-text-color);
  background-image: url('../images/icon-check.svg');
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: right var(--horizontal-padding) center;
  padding-right: 42px;
}

ul.input-choice li label {
  color: var(--placeholder-color);
  display: inline-block;
  background: white;
  border: 1px solid var(--regular-border-color);
  border-radius: 4px;
  padding: var(--vertical-padding) var(--horizontal-padding);
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

ul.input-choice li label small { font-size: 11px; display: block; margin-top: 6px; line-height: 1.5; }

ul.input-choice li label:hover { color: var(--body-text-color); }

ul.input-choice li label.top    { border-radius: 4px 4px 0 0; border-bottom: none; }
ul.input-choice li label.middle { border-radius: 0; border-bottom: none; }
ul.input-choice li label.bottom { border-radius: 0 0 4px 4px; }


/* Select
----------------------------------------------- */

select {
  font-family: var(--font-family);
  color: var(--body-text-color);
  width: 100%;
  font-size: 16px;
  padding: var(--vertical-padding) 42px var(--vertical-padding) var(--horizontal-padding);
  background-color: white;
  background-image: url('/static/images/icon-chevron-down.svg');
  background-repeat: no-repeat;
  background-position: right var(--horizontal-padding) center;
  background-size: auto 18px !important;
  border: none;
  /* border: 1px solid var(--regular-border-color);
  border-radius: 4px; */
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;    /* removes moz select arrow */
  -webkit-appearance: none; /* removes blinker, webkit, edge select arrow */
  outline: none;
}

select::-ms-expand { display: none; } /* removes ie select arrow */


/* File Upload
----------------------------------------------- */

input[type="file"] {
  display: none;
}

/* Switch
----------------------------------------------- */

/* The switch - the LABEL around the slider */
.switch {
  position: relative;
  display: block;
  width: 48px;
  height: 30px;
  margin: calc(-1 * var(--vertical-padding)) 0;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid var(--regular-border-color);
  background-color: var(--light-shade-color);
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 0px;
  bottom: 0px;
  -webkit-transition: .2s;
  transition: .2s;
  border: 1px solid var(--regular-border-color);
  background: white;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
}

input:checked + .slider {
  background-color: var(--special-background-color);
  border-color: var(--special-background-color);
}

input:disabled:checked + .slider {
  background-color: #929292;
  border-color: #929292;
  pointer-events: none;
  cursor: pointer;
}

input:disabled:checked + .slider:before {
  border-color: #929292;
}

/* input:focus + .slider {
  box-shadow: 0 0 1px rgb(37, 47, 63);
} */

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
  border-color: var(--special-background-color);
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Composer
----------------------------------------------- */

.composer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color:rgba(244, 245, 247,0.9); 
  /* opacity: 0;
  -webkit-animation: opacity 1.2s forwards ease-out;
  animation: showhide 1.2s forwards ease-out; */
}

.composer-window { 
  text-align: center;
  background: rgba(0,0,0,0.8);
  border-radius: 6px;
  /* background: white; */
}

/* Alert
----------------------------------------------- */

.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.4);
  background: rgba(255,255,255,0.8);
  background: white;
  background-color:rgb(244, 245, 247); 
  background-color:rgba(244, 245, 247,0.9); 
  opacity: 0;
  -webkit-animation: showhide 1.2s forwards ease-out;
  animation: showhide 1.2s forwards ease-out;
}

@keyframes showhide { 
  0%   {opacity: 0;}
  25%  {opacity: 1;}
  75%  {opacity: 1;}
  100% {opacity: 0;}
}

@-webkit-keyframes showhide { 
  0%   {opacity: 0;}
  25%  {opacity: 1;}
  75%  {opacity: 1;}
  100% {opacity: 0;}
}

.alert-box { 
  text-align: center;
  background: rgba(0,0,0,0.8);
  border-radius: 6px;
  margin-bottom: 88px;
}

.alert-box .alert-icon {
  width: 160px;
  height: 132px;
  background-image: url('../images/icon-check-white.svg');
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center;
}

.alert-box .alert-message {
  padding: 0 8px 12px;
  font-size: 16px;
  color: white;
  /* color: var(--text-color); */
  font-weight: normal;
  line-height: 1.5;
}


/* Loading
----------------------------------------------- */

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

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

.loading-box svg.loading-loader { /* outer svg */
  animation: 2s linear infinite svg-animation;
  max-width: 100px;
  width: 50px;
  margin-bottom: 6px;
}

.loading-box svg.loading-loader circle {  /* inner circle */
  animation: 1.4s ease-in-out infinite both circle-animation;
  display: block;
  fill: transparent;
  stroke: var(--regular-border-color);
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 280;
  stroke-width: 6px;
  transform-origin: 50% 50%;
}

/*  svg animation */
@keyframes svg-animation {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg)
  }
}

/*  circle animation */
@keyframes circle-animation {
  0%,
  25% {
    stroke-dashoffset: 280;
    transform: rotate(0);
  }
  
  50%,
  75% {
    stroke-dashoffset: 75;
    transform: rotate(45deg);
  }
  
  100% {
    stroke-dashoffset: 280;
    transform: rotate(360deg);
  }
}

.loading-box .loading-message { 
  font-size: 16px;
  color: var(--text-color);
  font-weight: normal;
  line-height: 1.5;
}

@-webkit-keyframes  rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
@keyframes          rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }


/* Media: Mobile
--------------------------------------------------------------------------------------------------------------------- */

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

  .show-on-mobile { display: inherit !important }
  .hide-on-mobile { display: none !important; }
  .invisible-on-mobile { visibility: hidden !important; }

  header {
    padding: 10px 16px;
  }

}

/* Fonts
--------------------------------------------------------------------------------------------------------------------- */

/* @font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-Bold.eot");
  src: url("type/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-Bold.otf") format("opentype"),
    url("type/SFProDisplay-Bold.svg") format("svg"),
    url("type/SFProDisplay-Bold.ttf") format("truetype"),
    url("type/SFProDisplay-Bold.woff") format("woff"),
    url("type/SFProDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-BoldItalic.eot");
  src: url("type/SFProDisplay-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-BoldItalic.otf") format("opentype"),
    url("type/SFProDisplay-BoldItalic.svg") format("svg"),
    url("type/SFProDisplay-BoldItalic.ttf") format("truetype"),
    url("type/SFProDisplay-BoldItalic.woff") format("woff"),
    url("type/SFProDisplay-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-Heavy.eot");
  src: url("type/SFProDisplay-Heavy.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-Heavy.otf") format("opentype"),
    url("type/SFProDisplay-Heavy.svg") format("svg"),
    url("type/SFProDisplay-Heavy.ttf") format("truetype"),
    url("type/SFProDisplay-Heavy.woff") format("woff"),
    url("type/SFProDisplay-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-HeavyItalic.eot");
  src: url("type/SFProDisplay-HeavyItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-HeavyItalic.otf") format("opentype"),
    url("type/SFProDisplay-HeavyItalic.svg") format("svg"),
    url("type/SFProDisplay-HeavyItalic.ttf") format("truetype"),
    url("type/SFProDisplay-HeavyItalic.woff") format("woff"),
    url("type/SFProDisplay-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-Light.eot");
  src: url("type/SFProDisplay-Light.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-Light.otf") format("opentype"),
    url("type/SFProDisplay-Light.svg") format("svg"),
    url("type/SFProDisplay-Light.ttf") format("truetype"),
    url("type/SFProDisplay-Light.woff") format("woff"),
    url("type/SFProDisplay-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-LightItalic.eot");
  src: url("type/SFProDisplay-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-LightItalic.otf") format("opentype"),
    url("type/SFProDisplay-LightItalic.svg") format("svg"),
    url("type/SFProDisplay-LightItalic.ttf") format("truetype"),
    url("type/SFProDisplay-LightItalic.woff") format("woff"),
    url("type/SFProDisplay-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-Medium.eot");
  src: url("type/SFProDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-Medium.otf") format("opentype"),
    url("type/SFProDisplay-Medium.svg") format("svg"),
    url("type/SFProDisplay-Medium.ttf") format("truetype"),
    url("type/SFProDisplay-Medium.woff") format("woff"),
    url("type/SFProDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-MediumItalic.eot");
  src: url("type/SFProDisplay-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-MediumItalic.otf") format("opentype"),
    url("type/SFProDisplay-MediumItalic.svg") format("svg"),
    url("type/SFProDisplay-MediumItalic.ttf") format("truetype"),
    url("type/SFProDisplay-MediumItalic.woff") format("woff"),
    url("type/SFProDisplay-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-Regular.eot");
  src: url("type/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-Regular.otf") format("opentype"),
    url("type/SFProDisplay-Regular.svg") format("svg"),
    url("type/SFProDisplay-Regular.ttf") format("truetype"),
    url("type/SFProDisplay-Regular.woff") format("woff"),
    url("type/SFProDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-RegularItalic.eot");
  src: url("type/SFProDisplay-RegularItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-RegularItalic.otf") format("opentype"),
    url("type/SFProDisplay-RegularItalic.svg") format("svg"),
    url("type/SFProDisplay-RegularItalic.ttf") format("truetype"),
    url("type/SFProDisplay-RegularItalic.woff") format("woff"),
    url("type/SFProDisplay-RegularItalic.woff2") format("woff2");
  letter-spacing: 0.06em;
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-Semibold.eot");
  src: url("type/SFProDisplay-Semibold.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-Semibold.otf") format("opentype"),
    url("type/SFProDisplay-Semibold.svg") format("svg"),
    url("type/SFProDisplay-Semibold.ttf") format("truetype"),
    url("type/SFProDisplay-Semibold.woff") format("woff"),
    url("type/SFProDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-SemiboldItalic.eot");
  src: url("type/SFProDisplay-SemiboldItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-SemiboldItalic.otf") format("opentype"),
    url("type/SFProDisplay-SemiboldItalic.svg") format("svg"),
    url("type/SFProDisplay-SemiboldItalic.ttf") format("truetype"),
    url("type/SFProDisplay-SemiboldItalic.woff") format("woff"),
    url("type/SFProDisplay-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-Thin.eot");
  src: url("type/SFProDisplay-Thin.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-Thin.otf") format("opentype"),
    url("type/SFProDisplay-Thin.svg") format("svg"),
    url("type/SFProDisplay-Thin.ttf") format("truetype"),
    url("type/SFProDisplay-Thin.woff") format("woff"),
    url("type/SFProDisplay-Thin.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("type/SFProDisplay-ThinItalic.eot");
  src: url("type/SFProDisplay-ThinItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SFProDisplay-ThinItalic.otf") format("opentype"),
    url("type/SFProDisplay-ThinItalic.svg") format("svg"),
    url("type/SFProDisplay-ThinItalic.ttf") format("truetype"),
    url("type/SFProDisplay-ThinItalic.woff") format("woff"),
    url("type/SFProDisplay-ThinItalic.woff2") format("woff2");
  font-weight: 200;
  font-style: italic;
} */

/* @font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-Bold.eot");
  src: url("type/SF-UI-Text-Bold.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-Bold.otf") format("opentype"),
    url("type/SF-UI-Text-Bold.svg") format("svg"),
    url("type/SF-UI-Text-Bold.ttf") format("truetype"),
    url("type/SF-UI-Text-Bold.woff") format("woff"),
    url("type/SF-UI-Text-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-BoldItalic.eot");
  src: url("type/SF-UI-Text-BoldItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-BoldItalic.otf") format("opentype"),
    url("type/SF-UI-Text-BoldItalic.svg") format("svg"),
    url("type/SF-UI-Text-BoldItalic.ttf") format("truetype"),
    url("type/SF-UI-Text-BoldItalic.woff") format("woff"),
    url("type/SF-UI-Text-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-Heavy.eot");
  src: url("type/SF-UI-Text-Heavy.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-Heavy.otf") format("opentype"),
    url("type/SF-UI-Text-Heavy.svg") format("svg"),
    url("type/SF-UI-Text-Heavy.ttf") format("truetype"),
    url("type/SF-UI-Text-Heavy.woff") format("woff"),
    url("type/SF-UI-Text-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-HeavyItalic.eot");
  src: url("type/SF-UI-Text-HeavyItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-HeavyItalic.otf") format("opentype"),
    url("type/SF-UI-Text-HeavyItalic.svg") format("svg"),
    url("type/SF-UI-Text-HeavyItalic.ttf") format("truetype"),
    url("type/SF-UI-Text-HeavyItalic.woff") format("woff"),
    url("type/SF-UI-Text-HeavyItalic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-Light.eot");
  src: url("type/SF-UI-Text-Light.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-Light.otf") format("opentype"),
    url("type/SF-UI-Text-Light.svg") format("svg"),
    url("type/SF-UI-Text-Light.ttf") format("truetype"),
    url("type/SF-UI-Text-Light.woff") format("woff"),
    url("type/SF-UI-Text-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-LightItalic.eot");
  src: url("type/SF-UI-Text-LightItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-LightItalic.otf") format("opentype"),
    url("type/SF-UI-Text-LightItalic.svg") format("svg"),
    url("type/SF-UI-Text-LightItalic.ttf") format("truetype"),
    url("type/SF-UI-Text-LightItalic.woff") format("woff"),
    url("type/SF-UI-Text-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-Medium.eot");
  src: url("type/SF-UI-Text-Medium.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-Medium.otf") format("opentype"),
    url("type/SF-UI-Text-Medium.svg") format("svg"),
    url("type/SF-UI-Text-Medium.ttf") format("truetype"),
    url("type/SF-UI-Text-Medium.woff") format("woff"),
    url("type/SF-UI-Text-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-MediumItalic.eot");
  src: url("type/SF-UI-Text-MediumItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-MediumItalic.otf") format("opentype"),
    url("type/SF-UI-Text-MediumItalic.svg") format("svg"),
    url("type/SF-UI-Text-MediumItalic.ttf") format("truetype"),
    url("type/SF-UI-Text-MediumItalic.woff") format("woff"),
    url("type/SF-UI-Text-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-Regular.eot");
  src: url("type/SF-UI-Text-Regular.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-Regular.otf") format("opentype"),
    url("type/SF-UI-Text-Regular.svg") format("svg"),
    url("type/SF-UI-Text-Regular.ttf") format("truetype"),
    url("type/SF-UI-Text-Regular.woff") format("woff"),
    url("type/SF-UI-Text-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-Italic.eot");
  src: url("type/SF-UI-Text-Italic.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-Italic.otf") format("opentype"),
    url("type/SF-UI-Text-Italic.svg") format("svg"),
    url("type/SF-UI-Text-Italic.ttf") format("truetype"),
    url("type/SF-UI-Text-Italic.woff") format("woff"),
    url("type/SF-UI-Text-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-Semibold.eot");
  src: url("type/SF-UI-Text-Semibold.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-Semibold.otf") format("opentype"),
    url("type/SF-UI-Text-Semibold.svg") format("svg"),
    url("type/SF-UI-Text-Semibold.ttf") format("truetype"),
    url("type/SF-UI-Text-Semibold.woff") format("woff"),
    url("type/SF-UI-Text-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Text";
  src: url("type/SF-UI-Text-SemiboldItalic.eot");
  src: url("type/SF-UI-Text-SemiboldItalic.eot?#iefix") format("embedded-opentype"),
    url("type/SF-UI-Text-SemiboldItalic.otf") format("opentype"),
    url("type/SF-UI-Text-SemiboldItalic.svg") format("svg"),
    url("type/SF-UI-Text-SemiboldItalic.ttf") format("truetype"),
    url("type/SF-UI-Text-SemiboldItalic.woff") format("woff"),
    url("type/SF-UI-Text-SemiboldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
} */


/* @font-face {
  font-family: 'Vaud';
  font-style: normal;
  font-weight: 800;
  src: 
    url("type/vaud-extrabold.eot?#iefix") format("embedded-opentype"), 
    url("type/vaud-extrabold.woff2") format("woff2"), 
    url("type/vaud-extrabold.woff") format("woff"), 
    url("type/vaud-extrabold.ttf") format("truetype"); }

@font-face {
  font-family: 'Vaud';
  font-style: italic;
  font-weight: 800;
  src: 
    url("type/vaud-extrabold-italic.eot?#iefix") format("embedded-opentype"), 
    url("type/vaud-extrabold-italic.woff2") format("woff2"), 
    url("type/vaud-extrabold-italic.woff") format("woff"), 
    url("type/vaud-extrabold-italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Vaud';
  font-style: normal;
  font-weight: 600;
  src: 
    url("type/vaud-semibold.eot?#iefix") format("embedded-opentype"), 
    url("type/vaud-semibold.woff2") format("woff2"), 
    url("type/vaud-semibold.woff") format("woff"), 
    url("type/vaud-semibold.ttf") format("truetype"); }

@font-face {
  font-family: 'Vaud';
  font-style: italic;
  font-weight: 600;
  src: 
    url("type/vaud-semibold-italic.eot?#iefix") format("embedded-opentype"), 
    url("type/vaud-semibold-italic.woff2") format("woff2"), 
    url("type/vaud-semibold-italic.woff") format("woff"), 
    url("type/vaud-semibold-italic.ttf") format("truetype"); }

@font-face {
  font-family: 'Vaud';
  font-style: normal;
  font-weight: 400;
  src: 
    url("type/vaud.eot?#iefix") format("embedded-opentype"), 
    url("type/vaud.woff2") format("woff2"), 
    url("type/vaud.woff") format("woff"), 
    url("type/vaud.ttf") format("truetype"); }

@font-face {
  font-family: 'Vaud';
  font-style: italic;
  font-weight: 400;
  src: 
    url("type/vaud-italic.eot?#iefix") format("embedded-opentype"), 
    url("type/vaud-italic.woff2") format("woff2"), 
    url("type/vaud-italic.woff") format("woff"), 
    url("type/vaud-italic.ttf") format("truetype"); }

    
@font-face {
  font-family: "Helvetica Neue";
  src: url("type/HelveticaNeue-Thin.eot");
  src: 
    local("Helvetica Neue Thin"), local("HelveticaNeue-Thin"), 
    url("type/HelveticaNeue-Thin.eot?#iefix") format("embedded-opentype"), 
    url("type/HelveticaNeue-Thin.otf") format("opentype"), 
    url("type/HelveticaNeue-Thin.svg") format("svg"), 
    url("type/HelveticaNeue-Thin.ttf") format("truetype"), 
    url("type/HelveticaNeue-Thin.woff") format("woff"), 
    url("type/HelveticaNeue-Thin.woff2") format("woff2"); 
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("type/HelveticaNeue-Light.eot"); 
  src: 
    local("Helvetica Neue Light"), local("HelveticaNeue-Light"), 
    url("type/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), 
    url("type/HelveticaNeue-Light.otf") format("opentype"), 
    url("type/HelveticaNeue-Light.svg") format("svg"), 
    url("type/HelveticaNeue-Light.ttf") format("truetype"), 
    url("type/HelveticaNeue-Light.woff") format("woff"), 
    url("type/HelveticaNeue-Light.woff2") format("woff2"); 
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("type/HelveticaNeue-Regular.eot"); 
  src: 
    local("Helvetica Neue Regular"), local("HelveticaNeue-Regular"), 
    url("type/HelveticaNeue-Regular.eot?#iefix") format("embedded-opentype"), 
    url("type/HelveticaNeue-Regular.otf") format("opentype"), 
    url("type/HelveticaNeue-Regular.svg") format("svg"), 
    url("type/HelveticaNeue-Regular.ttf") format("truetype"), 
    url("type/HelveticaNeue-Regular.woff") format("woff"), 
    url("type/HelveticaNeue-Regular.woff2") format("woff2"); 
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("type/HelveticaNeue-RegularItalic.eot"); 
  src: 
    local("Helvetica Neue Regular Italic"), local("HelveticaNeue-RegularItalic"), 
    url("type/HelveticaNeue-RegularItalic.eot?#iefix") format("embedded-opentype"), 
    url("type/HelveticaNeue-RegularItalic.otf") format("opentype"), 
    url("type/HelveticaNeue-RegularItalic.svg") format("svg"),
    url("type/HelveticaNeue-RegularItalic.ttf") format("truetype"), 
    url("type/HelveticaNeue-RegularItalic.woff") format("woff"), 
    url("type/HelveticaNeue-RegularItalic.woff2") format("woff2"); 
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("type/HelveticaNeue-Medium.eot"); 
  src: 
    local("Helvetica Neue Medium"), local("HelveticaNeue-Medium"), 
    url("type/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), 
    url("type/HelveticaNeue-Medium.otf") format("opentype"), 
    url("type/HelveticaNeue-Medium.svg") format("svg"), 
    url("type/HelveticaNeue-Medium.ttf") format("truetype"), 
    url("type/HelveticaNeue-Medium.woff") format("woff"), 
    url("type/HelveticaNeue-Medium.woff2") format("woff2"); 
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("type/HelveticaNeue-Bold.eot"); 
  src: 
    local("Helvetica Neue Bold"), local("HelveticaNeue-Bold"), 
    url("type/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"),
    url("type/HelveticaNeue-Bold.otf") format("opentype"), 
    url("type/HelveticaNeue-Bold.svg") format("svg"), 
    url("type/HelveticaNeue-Bold.ttf") format("truetype"), 
    url("type/HelveticaNeue-Bold.woff") format("woff"), 
    url("type/HelveticaNeue-Bold.woff2") format("woff2"); 
  font-weight: 700;
  font-style: normal;
} */