/*
  Define your resets here or use something like Normalize.css if you like
 */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/*
  ! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com
 */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: "Myriad Pro"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-darkgrey {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}

.bg-lightestgreen {
  --tw-bg-opacity: 1;
  background-color: rgba(159, 199, 63, var(--tw-bg-opacity));
}

.bg-lightergreen {
  --tw-bg-opacity: 1;
  background-color: rgba(141, 188, 27, var(--tw-bg-opacity));
}

.bg-lightgreen {
  --tw-bg-opacity: 1;
  background-color: rgba(113, 154, 66, var(--tw-bg-opacity));
}

.bg-linkgreen {
  --tw-bg-opacity: 1;
  background-color: rgba(105, 144, 61, var(--tw-bg-opacity));
}

.bg-darkestgreen {
  --tw-bg-opacity: 1;
  background-color: rgba(10, 103, 56, var(--tw-bg-opacity));
}

.bg-deepgreen {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 91, 40, var(--tw-bg-opacity));
}

.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgba(215, 234, 123, var(--tw-bg-opacity));
}

.bg-loginlime {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 230, 109, var(--tw-bg-opacity));
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-220\% {
  background-size: 220%;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.border-lightgreen {
  --tw-border-opacity: 1;
  border-color: rgba(113, 154, 66, var(--tw-border-opacity));
}

.border-linkgreen {
  --tw-border-opacity: 1;
  border-color: rgba(105, 144, 61, var(--tw-border-opacity));
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.border-solid {
  border-style: solid;
}

.border-2 {
  border-width: 2px;
}

.border {
  border-width: 1px;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.content-center {
  align-content: center;
}

.self-center {
  align-self: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-evenly {
  justify-content: space-evenly;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-grow {
  flex-grow: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

.h-11 {
  height: 2.75rem;
}

.h-36 {
  height: 9rem;
}

.h-44 {
  height: 11rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.list-disc {
  list-style-type: disc;
}

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.opacity-80 {
  opacity: 0.8;
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.overflow-hidden {
  overflow: hidden;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

* {
  --tw-shadow: 0 0 #0000;
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

.text-right {
  text-align: right;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-logingrey {
  --tw-text-opacity: 1;
  color: rgba(35, 31, 32, var(--tw-text-opacity));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgba(158, 158, 158, var(--tw-text-opacity));
}

.text-linkgreen {
  --tw-text-opacity: 1;
  color: rgba(105, 144, 61, var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.align-middle {
  vertical-align: middle;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-36 {
  width: 9rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-52 {
  width: 13rem;
}

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

.w-auto {
  width: auto;
}

.w-1\/2 {
  width: 50%;
}

.w-4\/5 {
  width: 80%;
}

.w-full {
  width: 100%;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.gap-4 {
  gap: 1rem;
}

.gap-12 {
  gap: 3rem;
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@font-face{
  font-family:'Myriad Pro Condensed';

  src:url("/fonts/MyriadPro-LightCond.woff2") format("woff2"),url("/fonts/MyriadPro-LightCond.woff") format("woff");

  font-weight:300;

  font-style:normal
}

@font-face{
  font-family:'Myriad Pro Condensed';

  src:url("/fonts/MyriadPro-Cond.woff2") format("woff2"),url("/fonts/MyriadPro-Cond.woff") format("woff");

  font-weight:normal;

  font-style:normal
}

@font-face{
  font-family:'Myriad Pro Condensed';

  src:url("/fonts/MyriadPro-BoldCond.woff2") format("woff2"),url("/fonts/MyriadPro-BoldCond.woff") format("woff");

  font-weight:bold;

  font-style:normal
}

@font-face{
  font-family:'Myriad Pro';

  src:url("/fonts/MyriadPro-Bold.woff2") format("woff2"),url("/fonts/MyriadPro-Bold.woff") format("woff");

  font-weight:bold;

  font-style:normal
}

@font-face{
  font-family:'Myriad Pro';

  src:url("/fonts/MyriadPro-Regular.woff2") format("woff2"),url("/fonts/MyriadPro-Regular.woff") format("woff");

  font-weight:normal;

  font-style:normal
}

body{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  margin: 0px;
  padding: 0px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  width: 100%;
  font-family:'Myriad Pro', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale
}

body.lock-scroll{
  overflow:hidden
}

.font-condensed{
  font-family:'Myriad Pro Condensed', 'Helvetica Neue', sans-serif
}

h1{
  font-weight: 700;
  font-family:'Myriad Pro Condensed', 'Helvetica Neue', sans-serif;
  font-size:40px
}

h2{
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-family:'Myriad Pro Condensed', 'Helvetica Neue', sans-serif
}

h1#celltrion-hero-headline{
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family:'Myriad Pro Condensed', 'Helvetica Neue', sans-serif;
  font-size:30px
}

.big-text{
  font-size: 1.125rem;
  line-height: 1.75rem
}

p{
  font-size: 1rem;
  line-height: 1.5rem
}

@media (min-width: 768px){
  h1{
    font-size: 3rem;
    line-height: 1
  }

  h2{
    font-size: 2.25rem;
    line-height: 2.5rem
  }

  .big-text{
    font-size: 1.5rem;
    line-height: 2rem
  }

  p{
    font-size: 1.25rem;
    line-height: 1.75rem
  }

  h1#celltrion-hero-headline{
    font-size:34px
  }
}

@media (min-width: 1024px){
  h1{
    font-size: 3.75rem;
    line-height: 1
  }

  h2{
    font-size: 3rem;
    line-height: 1
  }

  .big-text{
    font-size:1.7rem
  }
}

strong{
  font-weight: 700
}

.site-wrapper{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  max-width:1400px
}

.px-spacing{
  padding-left: 1rem;
  padding-right: 1rem
}

.py-spacing{
  padding-top: 3rem;
  padding-bottom: 3rem
}

.pt-spacing{
  padding-top: 3rem
}

@media (min-width: 768px){
  .px-spacing{
    padding-left: 4rem;
    padding-right: 4rem
  }

  .py-spacing{
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .pt-spacing{
    padding-top: 4rem
  }
}

@media (min-width: 1280px){
  .px-spacing{
    padding-left: 7rem;
    padding-right: 7rem
  }

  .py-spacing{
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .pt-spacing{
    @applt pt-24
  }
}

a:hover{
  text-decoration: underline
}

.btn{
  --tw-border-opacity: 1;
  border-color: rgba(105, 144, 61, var(--tw-border-opacity));
  border-radius: 1rem;
  border-style: solid;
  border-width: 2px;
  display: inline-flex;
  flex: 0 1 auto;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(105, 144, 61, var(--tw-text-opacity));
  text-transform: uppercase;
  text-decoration: none;
  vertical-align: middle
}

.mac .btn{
  padding-top: 0.75rem
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(105, 144, 61, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  text-decoration: none
}

.btn.btn-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn.btn-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(33, 91, 40, var(--tw-text-opacity))
}

.btn.btn-transparent{
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.btn.btn-transparent:hover{
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  color:inherit
}

.btn.btn-lightgreen{
  --tw-bg-opacity: 1;
  background-color: rgba(113, 154, 66, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(113, 154, 66, var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn.btn-lightgreen:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(33, 91, 40, var(--tw-text-opacity))
}

.btn.btn-linkgreen{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(105, 144, 61, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(105, 144, 61, var(--tw-text-opacity))
}

.btn.btn-linkgreen:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(105, 144, 61, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(105, 144, 61, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.btn.btn-linkgreen.extra{
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

@media (min-width: 768px){
  .btn.btn-linkgreen{
    padding-left: 1.5rem;
    padding-right: 1.5rem
  }
}

.btn.btn-logout{
  padding-left: 1rem;
  padding-right: 1rem
}

.yuflyma .btn-logout{
  color:#3aae2a;
  border-color:#3aae2a
}

header.yuflyma .btn.btn-transparent{
  color:white
}

.full-screen{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

#section-links div.full-screen div.w-1\/2{
  padding: 0.5rem
}

@media (min-width: 768px) {
  #section-links div.full-screen div.w-1\/2{
    padding: 1rem
  }
}

@media (min-width: 1280px) {
  .fr .yuflyma-ra .full-screen .big-text{
    margin-left:0;
    margin-right:0
  }
}

.full-screen.opacity-full{
  opacity: 1
}

.full-screen .close-popup-btn{
  background-image:url("/images/icon-close.png")
}

#popup-video.full-screen .close-popup-btn{
  background-image:url("/images/icon-close-white.png")
}

.video-embed-wrapper{
  max-width: 100%;
  overflow: hidden;
  position: relative;
  padding-top:44%
}

.video-embed-wrapper iframe{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px
}

header#celltrion-connect-login-hero{
  background-repeat: no-repeat;
  width: 100%;
  min-height:600px;
  max-height:786px
}

header#celltrion-connect-login-hero{
  background-color:#ffffff
}

.js.no-webp header#celltrion-connect-login-hero{
  background-image:url("/images/bg-login-desktop.jpg")
}

.webp header#celltrion-connect-login-hero{
  background-image:url("/images/bg-login-desktop.webp")
}

header#celltrion-connect-login-hero{
  background-position:45% 100%;
  background-size:200%
}

@media (min-width: 640px){
  header#celltrion-connect-login-hero{
    background-size:168%
  }
}

@media (min-width: 768px){
  header#celltrion-connect-login-hero{
    background-size:140%
  }
}

@media (min-width: 1024px){
  header#celltrion-connect-login-hero{
    background-size:120%
  }
}

@media (min-width: 1400px){
  header#celltrion-connect-login-hero{
    background-size:100%
  }
}

header nav{
  text-align: right
}

#section-links{
  margin-top: -3rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity))
}

#section-links.stoboclo{
  margin-top: 0px
}

#section-links div.flex div.w-1\/2{
  padding: 0.5rem
}

#section-links a{
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 9rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1;
  padding: 0.75rem;
  padding-top: 0.25rem;
  position: relative;
  text-align: center;
  font-family:'Myriad Pro Condensed', 'Helvetica Neue', sans-serif
}

#section-links div#section-links a div.w-1\/2{
  padding: 0.5rem
}

@media (min-width: 768px) {
  #section-links div#section-links a div.w-1\/2{
    padding: 1rem
  }
}

@media (min-width: 1280px) {
  .fr .yuflyma-ra #section-links a .big-text{
    margin-left:0;
    margin-right:0
  }
}

#section-links a {
  transition:all 0.2s ease;
}

#section-links a:hover{
  text-decoration: none
}

#section-links a:after{
  position:absolute;
  bottom:0.5rem;
  left:calc(50% - 0.5rem);
  width:0.4rem;
  content:"";
  border-left:0.4rem solid transparent;
  border-right:0.4rem solid transparent;
  border-top:0.4rem solid #ffffff;
  transition:all 0.2s ease
}

#section-links a:hover::after{
  bottom:0.15rem
}

#nav-psp-link:hover{
  background:#8caf37
}

#nav-remsima-link:hover{
  background:#63873a
}

#nav-ra-link:hover{
  background:#287230
}

#nav-resources-link:hover{
  background:#095a31
}

@media (min-width: 768px){
  #section-links{
    margin-top: -7rem
  }

  #section-links a{
    height: 11rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1;
    padding: 1.5rem
  }

  #section-links div.flex div.w-1\/2{
    padding: 1rem
  }

  #section-links a:after{
    bottom:0.5rem;
    left:calc(50% - 0.55rem);
    width:0.5rem;
    border-left:0.5rem solid transparent;
    border-right:0.5rem solid transparent;
    border-top:0.5rem solid #ffffff
  }
}

@media (min-width: 1024px){
  #section-links a{
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 1;
    padding: 0.75rem;
    padding-top: 0.25rem
  }
}

@media (min-width: 1280px){
  #section-links a{
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem
  }

  .fr #section-links a{
    padding-top: 0.5rem;
    padding-bottom: 1rem
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px){
  .fr #section-links.yuflyma-nav a{
    font-size:24px
  }

  .fr #section-links.yuflyma-nav a .bigger{
    font-size:26px
  }
}

@media screen and (min-width: 1280px){
  .fr #section-links.yuflyma-nav a{
    font-size:28px
  }

  .fr #section-links.yuflyma-nav a .bigger{
    font-size:30px
  }
}

header#celltrion-connect-hero{
  background-repeat: no-repeat;
  width: 100%;
  min-height:600px;
  max-height:786px
}

header#celltrion-connect-hero{
  background-color:#fafafa
}

header#celltrion-connect-hero{
  opacity:0
}

.js.no-webp header#celltrion-connect-hero{
  background-image:url("/images/hero-wide.jpg")
}

.webp header#celltrion-connect-hero{
  background-image:url("/images/hero-wide.webp")
}

header#celltrion-connect-hero.remsima-hero h1 span{
  background-color:#652f6c;
  display:inline-block;
  position:relative;
  top:0.25rem;
  padding:0.5rem 1.5rem;
  color:#ffffff
}

.mac header#celltrion-connect-hero.remsima-hero h1 span{
  padding-top:0.6rem
}

@media (min-width: 768px){
  header#celltrion-connect-hero{
    height: 100vh
  }

  .mac #remsima-sc-logo{
    margin-top: 0.75rem
  }
}

@media (min-width: 1024px){
  .mac #remsima-sc-logo{
    margin-top: 1rem
  }
}

header#celltrion-connect-hero.yuflyma .btn.btn-transparent:hover{
  border-color:#ffffff
}

header#celltrion-connect-hero.yuflyma .btn.btn-logout:hover{
  background-color:#ffffff
}

header#celltrion-connect-hero.yuflyma{
  background-repeat: no-repeat;
  width: 100%;
  min-height:600px;
  max-height:786px;
  background-color:#124ea4;
  background-image:unset
}

.js.no-webp header#celltrion-connect-hero.yuflyma{
  background-image:url("/images/yuflyma/bg-mobile.jpg")
}

.webp header#celltrion-connect-hero.yuflyma{
  background-image:url("/images/yuflyma/bg-mobile.webp")
}

@media screen and (max-width: 767px){
  header#celltrion-connect-hero.yuflyma{
    height:82vh;
    max-height:700px;
    background-size:400px
  }

  header#celltrion-connect-hero.yuflyma h1{
    text-shadow:2px 2px #000000;
    font-weight:500;
    font-size:30px
  }
}

@media screen and (max-width: 375px){
  header#celltrion-connect-hero.yuflyma{
    height:100vh;
    max-height:720px;
    background-size:400px
  }
}

#celltrion-connect-hero.yuflyma .header-tagline{
  padding-top:0rem
}

#celltrion-connect-hero.yuflyma{
  background-position:100% 100%;
  background-size:100%
}

@media (min-width: 768px){
  .js.no-webp header#celltrion-connect-hero.yuflyma{
    background-image:url("/images/bg-yulfyma-desktop.jpg")
  }

  .webp header#celltrion-connect-hero.yuflyma{
    background-image:url("/images/bg-yulfyma-desktop.webp")
  }

  #celltrion-connect-hero.yuflyma{
    background-position:50% 50%;
    background-size:cover
  }

  #celltrion-connect-hero.yuflyma h1{
    font-size:36px
  }

  #celltrion-connect-hero.yuflyma .header-tagline{
    width:52%;
    padding-top:9rem
  }
}

@media (min-width: 1280px){
  #celltrion-connect-hero.yuflyma{
    background-position:45% 50%
  }

  .fr #celltrion-connect-hero.yuflyma h1{
    margin-left: -1.5rem;
    margin-right: -1.5rem
  }
}

@media (min-width: 1400px){
  #celltrion-connect-hero.yuflyma .header-tagline{
    padding-top:11rem
  }
}

@media (min-width: 768px){
  #yuflyma-logo{
    margin-bottom:0.75rem
  }

  .mac #yuflyma-logo{
    margin-bottom:0rem
  }
}

@media (min-width: 1024px){
  #yuflyma-logo{
    margin-bottom:1rem
  }

  .mac #yuflyma-logo{
    margin-bottom:0.2rem
  }
}

.yuflyma-ra h1{
  line-height:1.1
}

@media (min-width: 1280px){
  .fr .yuflyma-ra .flex .big-text{
    margin-left:0;
    margin-right:0
  }
}

p.yuflyma-kids{
  line-height:1.1
}

#other-resources-hero{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -5rem;
  width: 100%;
  min-height:400px
}

.js.no-webp #other-resources-hero{
  background-image:url("/images/other-resources-hero-wide.jpg")
}

.webp #other-resources-hero{
  background-image:url("/images/other-resources-hero-wide.webp")
}

@media (min-width: 768px){
  #other-resources-hero{
    margin-top: -5rem;
    min-height:400px
  }
}

@media (min-width: 1024px){
  #other-resources-hero{
    height: 100vh;
    margin-top: -7rem;
    min-height:700px
  }
}

@media (min-width: 1400px){
  #other-resources-hero{
    background-size: contain
  }
}

.yuflyma-resources .green-border{
  border-color:#d7e1d8
}

.yuflyma-divider{
  border-color:#e2e2e2
}

.yuflyma-resources h3,.remsima-sc-resources h3{
  font-size:30px;
  line-height:1
}

@media (min-width: 1024px){
  .yuflyma-resources h3,.remsima-sc-resources h3{
    font-size:36px
  }
}

header#celltrion-connect-hero.steqeyma{
  background:none;
  position:relative
}

header#celltrion-connect-hero .steqeyma-hero{
  background-position:60% 55%;
  background-size:auto;
  background-repeat:no-repeat;
  width:100%;
  height:48vh;
  margin-top:-2rem
}

.js.no-webp header#celltrion-connect-hero .steqeyma-hero{
  background-image:url("/images/steqeyma/hero.jpg")
}

.webp header#celltrion-connect-hero .steqeyma-hero{
  background-image:url("/images/steqeyma/hero.webp")
}

header#celltrion-connect-hero.steqeyma .site-wrapper{
  background:-webkit-gradient(linear, left top, left bottom, color-stop(94%, #fff), to(rgba(255,255,255,0)));
  background:linear-gradient(180deg, #fff 94%, rgba(255,255,255,0) 100%)
}

@media (min-width: 768px){
  header#celltrion-connect-hero .steqeyma-hero{
    height:93%;
    background-position:60% 5%;
    margin-top:-8%;
    max-width:1400px;
    margin-left:auto;
    margin-right:auto
  }

  header#celltrion-connect-hero.steqeyma .site-wrapper{
    background:unset
  }

  .js.no-webp header#celltrion-connect-hero .steqeyma-hero{
    background-image:url("/images/steqeyma/hero.jpg")
  }

  .webp header#celltrion-connect-hero .steqeyma-hero{
    background-image:url("/images/steqeyma/hero.webp")
  }

  .mac #steqeyma-logo{
    margin-top:1.15rem
  }
}

@media (min-width: 1024px){
  .mac #steqeyma-logo{
    margin-top:1.35rem
  }
}

header#celltrion-connect-hero.omlyclo{
  background:none;
  position:relative
}

header#celltrion-connect-hero .omlyclo-hero{
  background-position:60% 30%;
  background-size:auto;
  background-repeat:no-repeat;
  width:100%;
  height:48vh;
  margin-top:-2rem
}

.js.no-webp header#celltrion-connect-hero .omlyclo-hero{
  background-image:url("/images/omlyclo/hero-omlyclo.jpg")
}

.webp header#celltrion-connect-hero .omlyclo-hero{
  background-image:url("/images/omlyclo/hero-omlyclo.jpg")
}

@media (min-width: 768px){
  header#celltrion-connect-hero .omlyclo-hero{
    height:calc(100% - 180px)
  }

  .mac #omlyclo-logo{
    margin-top:0.75rem
  }
}

.fr #learn-omlyclo p.xl\:px-4,.fr #learn-omlyclo p.xl\:px-20{
  padding-left:0;
  padding-right:0
}

@media (min-width: 1280px){
  .fr #learn-omlyclo p.xl\:px-4{
    margin:0 -4rem
  }
}

header#celltrion-connect-hero.remdantry{
  background:none;
  position:relative
}

header#celltrion-connect-hero .remdantry-hero{
  background-position:70% 30%;
  background-size:auto;
  background-repeat:no-repeat;
  width:100%;
  height:50vh;
  margin-top:-1.5rem
}

.js.no-webp header#celltrion-connect-hero .remdantry-hero{
  background-image:url("/images/remdantry/remdantry-hero.jpg")
}

.webp header#celltrion-connect-hero .remdantry-hero{
  background-image:url("/images/remdantry/remdantry-hero.webp")
}

.pdf-resources-wrapper{
  max-width:960px;
  margin:0 auto
}

@media (min-width: 768px){
  header#celltrion-connect-hero .remdantry-hero{
    height:calc(100% - 180px);
    background-position:60% 55%;
    margin-top:-2rem
  }

  #remdantry-logo{
    margin-top:30px
  }

  .mac #remdantry-logo{
    margin-top:15px
  }
}

@media (min-width: 1024px){
  #remdantry-logo{
    margin-top:30px
  }

  .mac #remdantry-logo{
    margin-top:15px
  }
}

@media (min-width: 768px){
  .avtozma-landing footer .md\:flex{
    align-items: flex-end
  }
}

header#celltrion-connect-hero.stoboclo{
  background:none;
  position:relative
}

header#celltrion-connect-hero .stoboclo-hero{
  background-position:65% 0%;
  background-size:cover;
  background-repeat:no-repeat;
  width:100%;
  height:768px;
  margin-top:-3rem
}

.js.no-webp header#celltrion-connect-hero .stoboclo-hero{
  background-image:url("/images/stoboclo/hero.jpg")
}

.webp header#celltrion-connect-hero .stoboclo-hero{
  background-image:url("/images/stoboclo/hero.jpg")
}

nav.stoboclo #nav-link-a{
  background-color:#076f75
}

#stoboclo-medication-reminders .btn-orange{
  background-color:#ee9e53;
  border-color:#ee9e53;
  color:#ffffff;
  font-size:30px;
  font-family:'Myriad Pro Condensed', 'Helvetica Neue', sans-serif;
  padding:15px 40px;
  text-transform:none
}

#stoboclo-medication-reminders .btn-orange:hover{
  background-color:#ffffff;
  color:#ee9e53
}

@media (min-width: 768px){
  header#celltrion-connect-hero .stoboclo-hero{
    margin-top:-1rem
  }

  .mac #stoboclo-logo{
    margin-top:-0.75rem
  }
}

.resource-image{
  max-width:193px
}

.resource-image img{
  border-width: 1px;
  border-color:#e5e7eb
}

.list-circle{
  list-style-type:circle
}

#top-of-page-btn{
  height: 2.75rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  opacity: 0;
  position: fixed;
  right: 0px;
  bottom: 0px;
  text-align: right;
  width: 2.75rem
}

#top-of-page-btn a{
  --tw-bg-opacity: 1;
  background-color: rgba(141, 188, 27, var(--tw-bg-opacity));
  border-radius: 9999px;
  display: flex;
  align-content: center;
  justify-content: center;
  height: 100%;
  width: 100%
}

#section-links div#top-of-page-btn a div.w-1\/2{
  padding: 0.5rem
}

@media (min-width: 768px) {
  #section-links div#top-of-page-btn a div.w-1\/2{
    padding: 1rem
  }
}

@media (min-width: 1280px) {
  .fr .yuflyma-ra #top-of-page-btn a .big-text{
    margin-left:0;
    margin-right:0
  }
}

@media (min-width: 768px){
  #top-of-page-btn{
    height: 4rem;
    width: 4rem
  }
}

@media (min-width: 1280px){
  #top-of-page-btn{
    height: 6rem;
    width: 6rem
  }
}

@media (min-width: 1536px){
  #top-of-page-btn{
    margin-right:5%
  }
}

@media (min-width: 1920px){
  #top-of-page-btn{
    margin-right:14%
  }
}

#celltrion-connect-login-hero h1#login-celltrion-hero-headline{
  line-height: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family:'Myriad Pro Condensed', 'Helvetica Neue', sans-serif;
  font-size:1.575rem
}

header#celltrion-connect-login-hero{
  height:65vh;
  min-height:400px
}

#login-logo{
  width:207px
}

#dinNo input::-webkit-outer-spin-button,#dinNo input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0
}

#dinNo input[type=number]{
  -moz-appearance:textfield
}

#gate-celltrion-logos div img{
  margin-left: auto;
  margin-right: auto
}

#gate-celltrion-logos div:nth-child(1) img{
  max-width:210px
}

#gate-celltrion-logos div:nth-child(2) img{
  max-width:210px
}

#gate-celltrion-logos div:nth-child(3) img{
  max-width:180px
}

#gate-celltrion-logos div:nth-child(4) img{
  max-width:206px
}

#gate-celltrion-logos div:nth-child(5) img{
  max-width:200px
}

#gate-celltrion-logos div:nth-child(6) img{
  max-width:170px
}

#gate-celltrion-logos div:nth-child(7) img{
  max-width:200px
}

#gate-celltrion-logos div:nth-child(8) img{
  max-width:200px
}

#gate-celltrion-logos div .ml-half{
  margin-left:50%
}

@media (min-width: 768px){
  #gate-celltrion-logos div .ml-half{
    margin-left:0
  }
}

@media screen and (max-width: 320px){
  header#celltrion-connect-login-hero{
    height:80vh;
    min-height:490px
  }
}

@media (min-width: 1024px){
  header#celltrion-connect-login-hero{
    height:80vh;
    min-height:550px
  }

  #login-logo{
    width:21rem;
    position:relative
  }

  #celltrion-connect-login-hero h1#login-celltrion-hero-headline{
    font-size:2.3rem;
    padding:0 1rem
  }
}

#lang-toggle, #lang-usa-site {
  align-items: center;
  text-align: center;
}

#lang-usa-site span{
  display: block;
  font-size:60%
}

#lang-toggle:before, #lang-usa-site:before {
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  height: 1rem;
  margin-right: 0.5rem;
  position: relative;
  width: 1.5rem;
}

#lang-toggle:before,#lang-usa-site:before {
  content:'';
  bottom:0.125rem;
}

#lang-toggle:before{
  background-image:url("/images/flag-ca.svg")
}

#lang-usa-site:before{
  background-image:url("/images/flag-usa.svg")
}

footer .address p{
  line-height: 1.25
}

#footer_wrap{
  height:auto;
  position:relative;
  bottom:0
}

.cookiespopup{
  display:none;
  position:fixed;
  border:1px solid #333;
  z-index:1;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  max-width:500px;
  width:80%;
  padding:20px;
  background:#fff
}

.cookiespopup .logo{
  width:100%;
  border-bottom:1px solid #7F7F7F;
  padding-bottom:20px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:space-between;
  align-items:center
}

.cookiespopup .close img{
  width:20px;
  height:20px
}

.cookiespopup h2{
  text-align:center;
  margin:20px 0;
  font-size:22px
}

.cookiespopup p{
  font-size:14px;
  line-height:17px
}

.cookiespopup div{
  font-size:14px;
  line-height:17px
}

.cookiespopup a{
  text-decoration:underline
}

.cookiespopup .con{
  margin-top:40px
}

.cookiespopup .con .tit{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:#D9D9D9;
  padding:10px 10px
}

.cookiespopup .con .tit .left{
  width:auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer
}

.cookiespopup .indicator{
  transform:rotate(-90deg);
  width:30px
}

.cookiespopup .open .indicator{
  transform:rotate(0deg)
}

.cookiespopup .con .tit .left p{
  margin-left:10px
}

.cookiespopup .con .tit .right{
  width:140px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:space-between;
  align-items:center
}

.cookiespopup .con .tit .arrow{
  width:26px;
  height:18px;
  background-image:url("/images/toggle.png");
  background-size:cover;
  background-repeat:no-repeat
}

.cookiespopup .policy{
  margin:20px 0;
  width:100%;
  height:auto;
  padding:10px;
  box-sizing:border-box;
  border:1px solid #7F7F7F;
  overflow-y:auto;
  display:none;
  background:#dedfe0
}

.cookiespopup .policy.on{
  display:none
}

.cookiespopup .button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content:center;
  grid-gap:50px;
  gap:50px;
  align-items:center
}

.cookiespopup .button button{
  width:100px;
  background:#D7DF23;
  color:#000000;
  padding:8px 0;
  border-radius:4px;
  margin-top:20px;
  font-size:14px
}

.cookiespopup .button button:hover{
  background:rgba(215,223,35,0.8)
}

.preference{
  position:fixed;
  bottom:75px;
  right:0%;
  z-index:10;
  background:#fff;
  padding:10px;
  border:1px solid #666;
  cursor:pointer;
  display:none
}

@media (min-width: 768px){
  .preference{
    bottom:100px
  }
}

@media (min-width: 1280px){
  .preference{
    bottom:130px
  }
}

#btmPopup{
  z-index:9999;
  position:fixed;
  left:0;
  bottom:0;
  right:0;
  top:auto;
  font-size:14px;
  padding:15px 20px;
  width:100%;
  background:#333;
  box-sizing:border-box;
  transform:translateY(100%);
  visibility:hidden;
  word-break:initial !important
}

div.lang_fra #btmPopup{
  background:#fff
}

#btmPopup.on{
  transform:translateY(0);
  visibility:visible;
  transition:transform .6s ease .1s
}

#btmPopup .txtArea{
  width:60%;
  margin:0 auto
}

#btmPopup .txtArea>div{
  position:relative
}

#btmPopup .txtArea>div::after{
  display:block;
  content:"";
  clear:both
}

[dir="ltr"] #btmPopup .txtArea>div p {
  margin-left:0;
}

[dir="rtl"] #btmPopup .txtArea>div p {
  margin-right:0;
}

[dir="ltr"] #btmPopup .txtArea>div p {
  margin-right:0;
}

[dir="rtl"] #btmPopup .txtArea>div p {
  margin-left:0;
}

#btmPopup .txtArea>div p{
  float:left;
  width:80%;
  text-align:justify;
  color:#fff;
  margin:0 !important;
  margin-top:0;
  margin-bottom:0;
  font-size:14px !important;
  line-height:17px
}

#btmPopup .txtArea>div a{
  text-decoration:underline;
  color:#fff
}

#btmPopup .txtArea .btn{
  position:absolute;
  top:50%;
  right:0;
  background:none;
  transform:translateY(-50%);
  text-decoration:none;
  color:#fff;
  border:1px solid #fff;
  padding:10px 25px
}

div.lang_fra #btmPopup .txtArea>div p{
  width:70%;
  color:#000
}

div.lang_fra #btmPopup .txtArea .btnArea{
  position:absolute;
  top:50%;
  right:0;
  transform:translateY(-50%)
}

div.lang_fra #btmPopup .txtArea .btnArea button{
  display:inline-block;
  background:none;
  text-decoration:none;
  color:#000;
  border:1px solid #fff;
  padding:10px 25px
}

@media screen and (max-width: 1024px){
  #btmPopup .txtArea{
    width:100%;
    padding:0 10px
  }
}

@media screen and (max-width: 500px){
  #btmPopup .txtArea{
    padding:0
  }

  #btmPopup .txtArea .btn{
    position:static;
    transform:unset;
    width:100%;
    margin-top:20px
  }

  div.lang_fra #btmPopup .txtArea>div p{
    width:100%
  }

  div.lang_fra #btmPopup .txtArea .btnArea{
    position:static;
    transform:unset;
    top:auto;
    margin-top:20px;
    margin-left:7%;
    text-align:center
  }

  #btmPopup .txtArea>div p{
    width:100%
  }

  div.lang_fra #btmPopup .txtArea>div p{
    float:none
  }
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .md\:bg-cover {
    background-size: cover;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-2\/12 {
    width: 16.666667%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-6\/12 {
    width: 50%;
  }
}

@media (min-width: 1400px) {
  .xxl\:block {
    display: block;
  }

  .xxl\:pr-8 {
    padding-right: 2rem;
  }

  .xxl\:pl-8 {
    padding-left: 2rem;
  }

  .xxl\:w-1\/3 {
    width: 33.333333%;
  }

  .xxl\:w-2\/3 {
    width: 66.666667%;
  }
}

@media (min-width: 1536px) {
  .xxxl\:w-11\/12 {
    width: 91.666667%;
  }
}

@media (min-width: 1920px) {
}

