@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,300;1,400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap);
@charset "UTF-8";
/*!
 * * ress.css • v1.2.2
 * * MIT License
 * * github.com/filipelinhares/ress */
/* # =================================================================
 * * # Global selectors
 * * # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
 * * # General elements
 * * # ================================================================= */
/* Add the correct display in iOS 4-7. */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/* ** Correct `block` display not defined for any HTML5 element in IE 8/9
 * ** Correct `block` display not defined for `details` or `summary` in IE 10/11
 * ** and Firefox
 * ** Correct `block` display not defined for `main` in IE 11 */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
 * * # Forms
 * * # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Remove inner padding and border in Firefox 4+ */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
 * * # Specify media element style
 * * # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
 * * # Accessibility
 * * # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
 * * # Selection
 * * # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*!
 * * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * * Copyright 2011-2018 The Bootstrap Authors
 * * Copyright 2011-2018 Twitter, Inc.
 * * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
/*! system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 300;
  src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 400;
  src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 500;
  src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold");
}
@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 700;
  src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold");
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hidden {
  display: none;
}

.invisible {
  opacity: 0;
  pointer-events: none;
}

.visible {
  opacity: 1;
  pointer-events: all;
}

:root {
  font-size: 18px;
}

:root,
body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

* {
  box-sizing: border-box;
}

.rel {
  position: relative;
}

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

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

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

html {
  scroll-behavior: smooth;
}

:root {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 300;
  color: #373233;
  scroll-behavior: smooth;
  font-size: 15.3px;
  background-color: #373233;
}
@media (min-width: 768px) {
  :root {
    font-size: 18px;
  }
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  max-width: 1440px;
  margin: auto;
  background-color: #FFFFFF;
}

a {
  color: currentColor;
  text-decoration: underline;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-right {
    text-align: right;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 500;
}

.egg2-h1 {
  font-size: 2.6666666667rem;
  line-height: 1.4;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .egg2-h1 {
    font-size: 3.5555555556rem;
  }
}
.egg2-h1:not(:last-child) {
  margin-bottom: 1.5em;
}

.egg2-h2, .egg2-editable h2, .egg2-editable h1 {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-weight: 200;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .egg2-h2, .egg2-editable h2, .egg2-editable h1 {
    font-size: 2.6666666667rem;
  }
}
.egg2-h2:not(:last-child), .egg2-editable h2:not(:last-child), .egg2-editable h1:not(:last-child) {
  margin-bottom: 1.5em;
}

.egg2-h3, .egg2-editable h3 {
  font-size: 1.5555555556rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .egg2-h3, .egg2-editable h3 {
    font-size: 1.7777777778rem;
  }
}
.egg2-h3:not(:last-child), .egg2-editable h3:not(:last-child) {
  margin-bottom: 1.5em;
}

.egg2-yellow {
  color: #FF9E00;
}

.egg2-readmore {
  font-size: 0.6666666667rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  color: #FF9E00;
  transition: color 250ms;
}
.egg2-readmore:hover {
  color: #373233;
}

.egg2-heading-narrow, .egg2-heading-narrow-centered {
  max-width: 40rem;
}

.egg2-heading-narrow-centered {
  margin-left: auto;
  margin-right: auto;
}

p,
ul,
ol,
blockquote {
  line-height: 1.5;
}

.egg2-editable p {
  text-align: justify;
}
.egg2-editable p:not(:last-child),
.egg2-editable ul:not(:last-child),
.egg2-editable ol:not(:last-child),
.egg2-editable blockquote:not(:last-child) {
  margin-bottom: 1.5em;
}
.egg2-editable ul,
.egg2-editable ol {
  padding-left: 1em;
}
.egg2-editable ul li:not(:last-child),
.egg2-editable ol li:not(:last-child) {
  margin-bottom: 1em;
}
.egg2-editable blockquote {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 200;
}
.egg2-editable blockquote div {
  font-size: 1.3333333333rem;
}
.egg2-editable a {
  color: currentColor;
  text-decoration: underline;
  font-weight: bold;
}
.egg2-editable a:hover {
  text-decoration: underline;
}

.egg2-link-popup a {
  position: relative;
}
.egg2-link-popup a::after {
  content: attr(title) "\a" attr(href);
  position: absolute;
  top: 100%;
  left: 50%;
  background: #FFFFFF;
  border: 1px solid #C0C0C0;
  color: #373233;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
  transform: translateX(-50%);
  z-index: 100;
}
.egg2-link-popup a:hover::after {
  opacity: 1;
  pointer-events: all;
}

.egg2-footer {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.8888888889rem;
}
.egg2-footer-top {
  background: radial-gradient(235.54% 68.83% at 82.22% 72.94%, #FDC000 0%, #FDBD00 22.93%, #FEB300 55.67%, #FFA300 81.81%, #FF9E00 100%);
  padding-top: 7.6111111111rem;
  padding-bottom: 4.2222222222rem;
}
@media (min-width: 992px) {
  .egg2-footer-top {
    padding-bottom: 4.0555555556rem;
  }
}
.egg2-footer-col-logo {
  text-align: center;
}
@media (min-width: 992px) {
  .egg2-footer-col-logo {
    width: auto;
  }
}
.egg2-footer-logo {
  position: relative;
  margin-top: -11.2777777778rem;
  max-width: 18.5rem;
  width: 100%;
  margin-bottom: 1.8888888889rem;
}
.egg2-footer-links {
  text-align: center;
  margin-top: 1.1111111111rem;
}
@media (min-width: 768px) {
  .egg2-footer-links {
    margin-top: 5rem;
  }
}
.egg2-footer-links a {
  text-decoration: none;
}
.egg2-footer-links .item:not(:last-child) {
  margin-right: 1.6666666667rem;
}
.egg2-footer-links .item img {
  width: 2rem;
}
.egg2-footer-partners .lapna,
.egg2-footer-partners .eu {
  height: 1.3333333333rem;
}
@media (min-width: 992px) {
  .egg2-footer-partners .lapna,
.egg2-footer-partners .eu {
    height: auto;
  }
}
.egg2-footer-partners .enjoy {
  height: 5.2777777778rem;
  margin-top: -2.8333333333rem;
}
@media (min-width: 992px) {
  .egg2-footer-partners .enjoy {
    height: auto;
    margin-top: -6.3888888889rem;
  }
}
.egg2-footer-partners .col:first-child img {
  max-width: 50%;
}
@media (min-width: 992px) {
  .egg2-footer-partners .col:first-child img {
    max-width: 100%;
  }
}
.egg2-footer-partners img {
  width: auto;
  max-width: 100%;
}
.egg2-footer-copyleft {
  font-size: 0.6666666667rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
.egg2-footer-copyleft a {
  text-decoration: none;
}

.egg2-mobmenu {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 158, 0, 0.9);
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 100;
  padding-top: 4.6666666667rem;
  padding-left: 1.5555555556rem;
  padding-right: 1.5555555556rem;
  padding-bottom: 2.6111111111rem;
  font-family: "Roboto", sans-serif;
  color: #FFFFFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-size: 1.3333333333rem;
  font-weight: 400;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms, transform 500ms;
  transform: translateX(100%);
  will-change: opacity;
}
.egg2-mobmenu.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
.egg2-mobmenu-menu ul {
  list-style: none;
  padding: 0;
}
.egg2-mobmenu-menu li {
  margin-bottom: 1.5em;
}
@media (orientation: landscape) {
  .egg2-mobmenu-menu li {
    width: 50%;
    float: left;
  }
}
.egg2-mobmenu a {
  text-decoration: none;
}
.egg2-mobmenu-close {
  display: inline-block;
  position: relative;
}
.egg2-mobmenu-close::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  border-bottom: 1px solid currentColor;
  width: calc(100% + 11px);
}

.egg2-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.6666666667rem;
  z-index: 100;
  color: #FFFFFF;
  transition: background-color 250ms, color 250ms, -webkit-backdrop-filter 250ms;
  transition: background-color 250ms, backdrop-filter 250ms, color 250ms;
  transition: background-color 250ms, backdrop-filter 250ms, color 250ms, -webkit-backdrop-filter 250ms;
}
.egg2-header.sticky {
  background-color: rgba(55, 50, 51, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.egg2-header .container,
.egg2-header .row {
  height: 100%;
}
.egg2-header .row {
  align-items: center;
}
.egg2-header-col-logo {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 0 15px;
}
@media (min-width: 992px) {
  .egg2-header-col-logo {
    width: auto;
    padding: 0;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 5.1111111111rem;
    margin-right: 5.1111111111rem;
  }
}
.egg2-header-logo img, .egg2-header-logo svg {
  width: 28px;
  height: 33px;
}
@media (min-width: 992px) {
  .egg2-header-logo img, .egg2-header-logo svg {
    width: 35px;
    height: 42px;
  }
}
.egg2-header-menu {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.egg2-header-menu li:not(:last-child) {
  margin-bottom: 0;
}
.egg2-header-menu a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 0.7777777778rem;
}
.egg2-header a {
  color: inherit;
  text-decoration: none;
  transition: color 250ms;
}
.egg2-header a:hover,
.egg2-header .current-menu-item a {
  color: #FF9E00;
}
.egg2-header-logo-big {
  position: absolute;
  display: block;
  width: 13.8888888889rem;
  height: 13.8888888889rem;
  left: calc(50% - 6.9444444444rem);
  top: 6.8333333333rem;
}
.egg2-header.animated .egg2-header-logo {
  opacity: 0;
  -webkit-animation: headerLogo 1500ms 4000ms 1 forwards;
          animation: headerLogo 1500ms 4000ms 1 forwards;
}
.egg2-header.animated .egg2-header-logo-big {
  -webkit-animation: headerLogoBig 3000ms 1000ms 1 forwards;
          animation: headerLogoBig 3000ms 1000ms 1 forwards;
}
.egg2-header.animated + .egg2-subheader .egg2-subheader-slide .content {
  opacity: 0;
  -webkit-animation: headerLogo 1500ms 4000ms 1 forwards;
          animation: headerLogo 1500ms 4000ms 1 forwards;
}
.egg2-header-burger {
  position: relative;
  z-index: 10;
}
.egg2-header-burger.active {
  color: #FFFFFF;
}
.egg2-header-burger.active:hover {
  color: #FFFFFF;
}
.egg2-header-lang {
  height: 1.5em;
  position: relative;
  display: inline-block;
  width: 2.5em;
}
.egg2-header-lang ul {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.3333333333rem;
  overflow: hidden;
  max-height: 1.5em;
  transition: max-height 500ms, background-color 500ms;
}
.egg2-header-lang ul .arrow {
  margin-left: 0.25em;
}
.egg2-header-lang ul .arrow svg {
  transform: rotate(0);
  transition: transform 300ms;
  transform-origin: 50% 50%;
}
.egg2-header-lang ul:hover, .egg2-header-lang.hover ul {
  color: #FFFFFF;
  max-height: 8.3333333333rem;
  transition: max-height 500ms, background 300ms;
}
.egg2-header-lang ul:hover .arrow svg, .egg2-header-lang.hover ul .arrow svg {
  transform: rotate(180deg);
}
.egg2-header-lang a {
  color: currentColor;
  transition: color 250ms;
}
.egg2-header-lang li {
  display: block;
  margin-right: 0;
  text-align: left;
}
.egg2-header-lang li:not(.active) a::after {
  display: none;
}
.egg2-header-lang li:not(.active) a:hover {
  opacity: 0.5;
}
.egg2-header #menu-header-menu-1-lithuanian {
  letter-spacing: -0.05em;
}

.egg2-subheader {
  position: relative;
}
@media (orientation: portrait) {
  .egg2-subheader {
    height: 100vh;
  }
}
@media (orientation: landscape) {
  .egg2-subheader {
    height: min(62.5vw, 900px);
  }
}
.egg2-subheader-prev, .egg2-subheader-next {
  position: absolute;
  top: calc(min(50%, 50vh) - 1.1111111111rem);
  width: 2.2222222222rem;
  height: 2.2222222222rem;
}
@media (min-width: 992px) {
  .egg2-subheader-prev, .egg2-subheader-next {
    top: calc(min(50%, 50vh) - 1.6666666667rem);
    width: 3.3333333333rem;
    height: 3.3333333333rem;
  }
}
.egg2-subheader-prev img,
.egg2-subheader-prev svg, .egg2-subheader-next img,
.egg2-subheader-next svg {
  display: block;
  width: 100%;
  height: 100%;
}
.egg2-subheader-prev {
  left: 5px;
}
@media (min-width: 992px) {
  .egg2-subheader-prev {
    left: 15px;
  }
}
.egg2-subheader-next {
  right: 5px;
}
@media (min-width: 992px) {
  .egg2-subheader-next {
    right: 15px;
  }
}

.egg2-subheader-slider {
  position: relative;
}
@media (orientation: portrait) {
  .egg2-subheader-slider {
    height: 100vh;
  }
}
@media (orientation: landscape) {
  .egg2-subheader-slider {
    height: min(62.5vw, 900px);
  }
}

.egg2-subheader-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.egg2-subheader-slide.shaded {
  position: relative;
}
.egg2-subheader-slide.shaded::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #919191 36.46%, rgba(196, 196, 196, 0) 97.94%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.egg2-subheader-slide-image, .egg2-subheader-slide-image-portrait {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.egg2-subheader-slide-image-portrait {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
@media (orientation: portrait) {
  .egg2-subheader-slide-image-portrait {
    opacity: 1;
    pointer-events: all;
  }
}
.egg2-subheader-slide .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
}

.egg2-home-egg {
  background: radial-gradient(195.14% 50.4% at 23.82% 29.3%, #FDC000 0%, #FDBD00 22.93%, #FEB300 55.67%, #FFA300 79.65%, #FF9E00 100%);
  color: #FFFFFF;
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-home-egg {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.egg2-home-egg-image {
  max-width: 1236px;
  width: 100%;
  margin: auto;
  display: block;
}
.egg2-home-egg-image svg,
.egg2-home-egg-image img {
  display: block;
  width: 100%;
}
.egg2-home-egg-image .svg-home-item {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: 50% 50%;
  transition: opacity 750ms, transform 750ms;
}
.egg2-home-egg-image .svg-home-item.animated {
  opacity: 1;
  transform: scale(1);
}
.egg2-home-egg-image .svg-home-item:hover {
  transform: rotate(1deg);
}

.egg2-home-text1 {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-home-text1 {
    padding-top: 7.0555555556rem;
    padding-bottom: 7.0555555556rem;
  }
}

.egg2-home-stats {
  margin-bottom: 2.9444444444rem;
}
.egg2-home-stats .container {
  position: relative;
}
.egg2-home-stats-rect {
  position: relative;
  padding-top: 3.8888888889rem;
  padding-bottom: 7.0555555556rem;
}
@media (min-width: 768px) {
  .egg2-home-stats-rect {
    padding-top: 4.8333333333rem;
  }
}
.egg2-home-stats-rect::before {
  content: "";
  position: absolute;
  left: -3.7222222222rem;
  bottom: 0;
  width: calc(min(100vw, 1440px) - (min(50vw, 720px) - 50%) + 3.7222222222rem);
  background-color: #FFF0D7;
  top: 0;
}
.egg2-home-stats-rect .content {
  position: relative;
}
.egg2-home-stats-logo {
  position: absolute;
  max-width: 10rem;
  bottom: -2.9444444444rem;
  width: 100%;
  right: 15px;
}
@media (min-width: 768px) {
  .egg2-home-stats-logo {
    max-width: 13.3333333333rem;
    bottom: -6.2777777778rem;
  }
}
@media (min-width: 992px) {
  .egg2-home-stats-logo {
    max-width: 20rem;
    bottom: -12.9444444444rem;
  }
}
@media (min-width: 576px) {
  .egg2-home-stats-logo {
    right: 0;
  }
}
@media (min-width: 768px) {
  .egg2-home-stats {
    margin-bottom: 6.2777777778rem;
  }
}
@media (min-width: 992px) {
  .egg2-home-stats {
    margin-bottom: 12.9444444444rem;
  }
}
@media (min-width: 992px) {
  .egg2-home-stats {
    margin-bottom: 0;
  }
}

.egg2-home-why {
  padding-top: 3.8888888889rem;
}
@media (min-width: 992px) {
  .egg2-home-why {
    padding-top: 11.1666666667rem;
  }
}
@media (min-width: 992px) {
  .egg2-home-why-heading {
    width: calc(100% - 20rem);
  }
}

.egg2-home-topics {
  padding-top: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-home-topics {
    padding-top: 5.8888888889rem;
  }
}
@media (min-width: 992px) {
  .egg2-home-topics-heading {
    width: calc(100% - 20rem);
  }
}
.egg2-home-topics-rect {
  position: relative;
  padding-top: 3.7777777778rem;
  padding-bottom: 10.7777777778rem;
  padding-right: 0;
}
@media (min-width: 576px) {
  .egg2-home-topics-rect {
    padding-right: 15px;
  }
}
.egg2-home-topics-rect .content {
  position: relative;
}
.egg2-home-topics-rect::before {
  position: absolute;
  content: "";
  background-color: #FFF0D7;
  top: 0;
  bottom: 0;
  left: calc(50% - min(50vw, 720px));
  right: -15px;
}
@media (min-width: 576px) {
  .egg2-home-topics-rect::before {
    right: 0;
  }
}
.egg2-home-topics a {
  text-decoration: none;
}
.egg2-home-topics a:hover {
  text-decoration: underline;
}

.egg2-common-intro {
  background-color: #FFF0D7;
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-common-intro {
    padding-top: 8.8888888889rem;
    padding-bottom: 6.6666666667rem;
  }
}

.egg2-receptes-intro {
  background-color: #FFF0D7;
  padding-top: 8.8888888889rem;
  padding-bottom: 9.1111111111rem;
}
.egg2-receptes-intro hr {
  width: 100%;
  max-width: 44rem;
  margin: 9.2777777778rem auto;
  background: none;
  border: none;
  border-bottom: solid 2px #FF9E00;
}

.egg2-receptes-intro + .egg2-receptes-grid {
  margin-top: -7.1111111111rem;
}

.egg2-receptes-grid,
.egg2-news-grid,
.egg2-video {
  margin-bottom: 4.1111111111rem;
}

.egg2-receptes-card,
.egg2-news-card {
  margin-bottom: 6.7777777778rem;
}
.egg2-receptes-card-image,
.egg2-news-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 542/350;
  -o-object-fit: cover;
     object-fit: cover;
}
.egg2-receptes-card-heading,
.egg2-news-card-heading {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #3C3C3B;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.7777777778rem;
}
@media (min-width: 992px) {
  .egg2-receptes-card-heading,
.egg2-news-card-heading {
    font-size: 1.3333333333rem;
  }
}

.egg2-news-grid {
  padding-top: 6.2222222222rem;
}

.egg2-recepte-instructions {
  padding-top: 6.6666666667rem;
  padding-bottom: 10rem;
}

.egg2-recepte-specs {
  padding-bottom: 10.1666666667rem;
}
.egg2-recepte-specs .row {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
}
.egg2-recepte-specs .col-1, .egg2-recepte-specs .col-2, .egg2-recepte-specs .col-3, .egg2-recepte-specs .col-4, .egg2-recepte-specs .col-5, .egg2-recepte-specs .col-6, .egg2-recepte-specs .col-7, .egg2-recepte-specs .col-8, .egg2-recepte-specs .col-9, .egg2-recepte-specs .col-10, .egg2-recepte-specs .col-11, .egg2-recepte-specs .col-12, .egg2-recepte-specs .col, .egg2-recepte-specs .col-auto, .egg2-recepte-specs .col-sm-1, .egg2-recepte-specs .col-sm-2, .egg2-recepte-specs .col-sm-3, .egg2-recepte-specs .col-sm-4, .egg2-recepte-specs .col-sm-5, .egg2-recepte-specs .col-sm-6, .egg2-recepte-specs .col-sm-7, .egg2-recepte-specs .col-sm-8, .egg2-recepte-specs .col-sm-9, .egg2-recepte-specs .col-sm-10, .egg2-recepte-specs .col-sm-11, .egg2-recepte-specs .col-sm-12, .egg2-recepte-specs .col-sm, .egg2-recepte-specs .col-sm-auto, .egg2-recepte-specs .col-md-1, .egg2-recepte-specs .col-md-2, .egg2-recepte-specs .col-md-3, .egg2-recepte-specs .col-md-4, .egg2-recepte-specs .col-md-5, .egg2-recepte-specs .col-md-6, .egg2-recepte-specs .col-md-7, .egg2-recepte-specs .col-md-8, .egg2-recepte-specs .col-md-9, .egg2-recepte-specs .col-md-10, .egg2-recepte-specs .col-md-11, .egg2-recepte-specs .col-md-12, .egg2-recepte-specs .col-md, .egg2-recepte-specs .col-md-auto, .egg2-recepte-specs .col-lg-1, .egg2-recepte-specs .col-lg-2, .egg2-recepte-specs .col-lg-3, .egg2-recepte-specs .col-lg-4, .egg2-recepte-specs .col-lg-5, .egg2-recepte-specs .col-lg-6, .egg2-recepte-specs .col-lg-7, .egg2-recepte-specs .col-lg-8, .egg2-recepte-specs .col-lg-9, .egg2-recepte-specs .col-lg-10, .egg2-recepte-specs .col-lg-11, .egg2-recepte-specs .col-lg-12, .egg2-recepte-specs .col-lg, .egg2-recepte-specs .col-lg-auto, .egg2-recepte-specs .col-xl-1, .egg2-recepte-specs .col-xl-2, .egg2-recepte-specs .col-xl-3, .egg2-recepte-specs .col-xl-4, .egg2-recepte-specs .col-xl-5, .egg2-recepte-specs .col-xl-6, .egg2-recepte-specs .col-xl-7, .egg2-recepte-specs .col-xl-8, .egg2-recepte-specs .col-xl-9, .egg2-recepte-specs .col-xl-10, .egg2-recepte-specs .col-xl-11, .egg2-recepte-specs .col-xl-12, .egg2-recepte-specs .col-xl, .egg2-recepte-specs .col-xl-auto {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
.egg2-recepte-specs .bordered {
  position: relative;
  padding-bottom: 3.7777777778rem;
}
@media (min-width: 992px) {
  .egg2-recepte-specs .bordered::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 15.8888888889rem);
    border-right: 2px solid #FF9E00;
  }
}
.egg2-recepte-specs ul {
  list-style: none;
}
.egg2-recepte-specs ul li:not(:last-child) {
  margin-bottom: 1em;
}
.egg2-recepte-specs table {
  width: 100%;
}
.egg2-recepte-specs table td {
  padding-bottom: 1em;
}

.egg2-faq {
  counter-reset: faq-items;
  padding-top: 6.2777777778rem;
  padding-bottom: 10.8888888889rem;
}
.egg2-faq.unordered .question::before {
  content: "";
  display: none;
}
.egg2-faq .egg2-faq-item {
  margin-bottom: 3.5555555556rem;
  will-change: opacity;
  transform: translateZ(0);
}
.egg2-faq .egg2-faq-item .question {
  font-size: 1.7777777778rem;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  font-weight: 300;
  font-weight: 400;
  color: #FF9E00;
}
.egg2-faq .egg2-faq-item .question::before {
  counter-increment: faq-items;
  content: counter(faq-items) ". ";
}
.egg2-faq .egg2-faq-item .answer {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 500ms;
}
.egg2-faq .egg2-faq-item .answer .content {
  padding-top: 3.3888888889rem;
  padding-bottom: 0.7222222222rem;
}
.egg2-faq .egg2-faq-item.active .answer {
  max-height: 3000px;
  transition: max-height 2000ms;
}
.egg2-faq .egg2-faq-item .close {
  font-size: 0.6666666667rem;
  color: #FF9E00;
  transition: color 250ms;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
.egg2-faq .egg2-faq-item .close .icon svg {
  transform: rotate(180deg);
  margin-right: 0.5em;
}
.egg2-faq .egg2-faq-item .close:hover {
  color: #373233;
}

.egg2-about-quote {
  color: #FFFFFF;
  background-color: #FF9E00;
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-about-quote {
    padding-top: 6.1666666667rem;
    padding-bottom: 5.2222222222rem;
  }
}
.egg2-about-quote-logo {
  display: block;
  position: relative;
  margin-top: -7.1666666667rem;
  max-width: 23.6666666667rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.3333333333rem;
}
@media (min-width: 992px) {
  .egg2-about-quote-logo {
    float: right;
    margin-left: 4.3333333333rem;
    margin-right: -3.3888888889rem;
  }
}
.egg2-about-quote-text {
  display: inline;
  font-size: 2rem;
  line-height: 1.6667;
  text-transform: uppercase;
  font-weight: 300;
}

.egg2-about-part2 {
  background: linear-gradient(154.86deg, #FDD38F 18.16%, rgba(255, 227, 154, 0) 63.74%);
  padding-top: 4.8888888889rem;
  padding-bottom: 10.1666666667rem;
}

.egg2-eggs-hr {
  border: none;
  border-bottom: solid 2px #FF9E00;
}

.egg2-eggs-intro {
  color: #FFFFFF;
  background-color: #FF9E00;
  padding-top: 3.8888888889rem;
  padding-bottom: 5.5555555556rem;
  padding-left: 2.2222222222rem;
  padding-right: 2.2222222222rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  .egg2-eggs-intro {
    margin-left: 4.5555555556rem;
    margin-top: -4.6111111111rem;
    padding-top: 5.3888888889rem;
    padding-bottom: 7.9444444444rem;
    padding-left: 4.6111111111rem;
    padding-right: 4.6111111111rem;
  }
}

.egg2-eggs-a {
  background-color: #F1DC93;
  color: #7C5702;
}
.egg2-eggs-a-letter {
  margin-top: -3.2222222222rem;
  margin-bottom: 1.5em;
  position: relative;
  z-index: 6;
}
.egg2-eggs-a-image {
  max-width: 62.5rem;
  width: 100%;
  margin: auto;
}
.egg2-eggs-a-image image,
.egg2-eggs-a-image svg {
  width: 100%;
  margin-bottom: -1.1111111111rem;
}
@media (min-width: 576px) {
  .egg2-eggs-a-image image,
.egg2-eggs-a-image svg {
    margin-bottom: -2.3333333333rem;
  }
}
@media (min-width: 768px) {
  .egg2-eggs-a-image image,
.egg2-eggs-a-image svg {
    margin-bottom: -4.2222222222rem;
  }
}
.egg2-eggs-a-image .svg-akat-item {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 750ms, transform 750ms;
}
.egg2-eggs-a-image .svg-akat-item.animated {
  opacity: 1;
  transform: translateX(0);
}

.egg2-eggs-a2 {
  padding-top: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-eggs-a2 {
    padding-top: 9.1666666667rem;
  }
}
.egg2-eggs-a2 h2.egg2-h2, .egg2-eggs-a2 .egg2-editable h2, .egg2-editable .egg2-eggs-a2 h2 {
  max-width: 47.5555555556rem;
  margin-top: 5.4444444444rem;
  margin-bottom: 2.2777777778rem;
}
.egg2-eggs-a2-image {
  max-width: 52.8888888889rem;
  display: block;
  width: 100%;
  margin: auto;
}

.egg2-eggs-b {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-eggs-b {
    padding-top: 5.3888888889rem;
    padding-bottom: 8.7222222222rem;
  }
}
.egg2-eggs-b-letter {
  float: none;
  display: block;
  margin: auto;
}
@media (min-width: 768px) {
  .egg2-eggs-b-letter {
    float: left;
    margin-right: 1.7777777778rem;
    margin-bottom: 3.5555555556rem;
  }
}
@media (min-width: 992px) {
  .egg2-eggs-b-letter {
    margin-right: 3.5555555556rem;
    margin-bottom: 3.5555555556rem;
  }
}
.egg2-eggs-b h2.egg2-h2, .egg2-eggs-b .egg2-editable h2, .egg2-editable .egg2-eggs-b h2 {
  margin-top: 2.6666666667rem;
}

.egg2-eggs-color-image {
  width: 100%;
  aspect-ratio: 1440/650;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.egg2-eggs-color-rect {
  position: relative;
  color: #FFFFFF;
  padding-top: 3.0555555556rem;
  padding-bottom: 3.3333333333rem;
  margin-top: -3.3333333333rem;
}
.egg2-eggs-color-rect:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF9E00;
  opacity: 0.9;
}

.egg2-eggs-coding {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-eggs-coding {
    padding-top: 8.0555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
.egg2-eggs-coding .egg2-eggs-coding-image {
  max-width: 51.2222222222rem;
  width: 100%;
  margin: auto;
  margin-top: 1.5em;
  display: block;
}
.egg2-eggs-coding .egg2-eggs-coding-image svg {
  display: block;
  width: 100%;
}
.egg2-eggs-coding .code-svg-part {
  cursor: pointer;
  fill: black;
  transition: fill 250ms;
}
.egg2-eggs-coding .code-svg-part:hover, .egg2-eggs-coding .code-svg-part.hover {
  fill: white;
}
.egg2-eggs-coding-menu {
  font-size: 0.7777777778rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.egg2-eggs-coding-menu button {
  color: #1A1A1A;
  transition: color 250ms;
  text-transform: uppercase;
  margin-top: 2em;
}
@media (min-width: 768px) {
  .egg2-eggs-coding-menu button {
    margin-top: 0;
  }
}
.egg2-eggs-coding-menu button:hover,
.egg2-eggs-coding-menu button.hover {
  color: #FF9E00;
}

.egg2-eggs-method .egg2-faq {
  padding-top: 3.8888888889rem;
  padding-bottom: 0.5555555556rem;
}
@media (min-width: 768px) {
  .egg2-eggs-method .egg2-faq {
    padding-top: 5.1111111111rem;
    padding-bottom: 6.1666666667rem;
  }
}
.egg2-eggs-method-rect {
  position: relative;
  padding-top: 4.2222222222rem;
  padding-bottom: 4.7222222222rem;
}
@media (min-width: 992px) {
  .egg2-eggs-method-rect {
    padding-right: 14.1111111111rem;
  }
}
.egg2-eggs-method-rect:before {
  content: "";
  background-color: #FFE39A;
  position: absolute;
  top: 0;
  height: 100%;
  left: calc(50% - min(50vw, 720px));
  right: -15px;
}
@media (min-width: 576px) {
  .egg2-eggs-method-rect:before {
    right: 0;
  }
}

.egg2-eggs-country {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-eggs-country {
    padding-top: 7.7777777778rem;
    padding-bottom: 5.8333333333rem;
  }
}

.egg2-eggs-registration {
  padding-top: 3.8888888889rem;
  padding-bottom: 10.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-eggs-registration {
    padding-top: 7.7777777778rem;
  }
}

.egg2-farming-intro {
  padding-bottom: 12.5555555556rem;
}

.egg2-farming-henhouse {
  background-color: #7C5702;
  color: #FFFFFF;
  padding-top: 6.5555555556rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-farming-henhouse {
    padding-bottom: 7.2777777778rem;
  }
}

.egg2-farming-henhouse-image,
.egg2-farming-vet-image {
  display: block;
  float: right;
  width: 100%;
  max-width: 27.7777777778rem;
  aspect-ratio: 500/750;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 3.9444444444rem;
  margin-bottom: 3.9444444444rem;
}
@media (min-width: 992px) {
  .egg2-farming-henhouse-image,
.egg2-farming-vet-image {
    margin-bottom: 0;
  }
}

.egg2-farming-henhouse-image {
  margin-top: -14.0555555556rem;
}

.egg2-farming-feeding {
  background-image: url("../images/v2/farming-feeding.jpg");
  background-size: cover;
  color: #FFFFFF;
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
  position: relative;
}
@media (min-width: 768px) {
  .egg2-farming-feeding {
    padding-top: 7.7222222222rem;
    padding-bottom: 6.6666666667rem;
  }
}
.egg2-farming-feeding::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(179.93deg, #543B00 37.21%, rgba(196, 196, 196, 0) 108.4%);
  mix-blend-mode: multiply;
  transform: rotate(-180deg);
}

.egg2-farming-feeding2 {
  padding-top: 3.8888888889rem;
  padding-bottom: 11.6666666667rem;
  position: relative;
}
@media (min-width: 768px) {
  .egg2-farming-feeding2 {
    padding-top: 5.5555555556rem;
    padding-bottom: 11.6666666667rem;
  }
}
.egg2-farming-feeding2::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(179.99deg, #FFF0D7 11.91%, rgba(196, 196, 196, 0) 87.35%);
  mix-blend-mode: multiply;
  transform: rotate(-180deg);
}
.egg2-farming-feeding2 hr {
  border: none;
  border-bottom: 2px solid #FF9E00;
  width: calc(100% - 3rem);
  margin: auto;
}
.egg2-farming-feeding2-image {
  max-width: 960px;
  width: 100%;
  margin: auto;
  display: block;
}
.egg2-farming-feeding2-image svg,
.egg2-farming-feeding2-image img {
  display: block;
  width: 100%;
}
.egg2-farming-feeding2-image .svg-feeding2-item {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: 50% 50%;
  transition: opacity 750ms, transform 750ms;
}
.egg2-farming-feeding2-image .svg-feeding2-item.animated {
  opacity: 1;
  transform: scale(1);
}
.egg2-farming-feeding2-image .svg-feeding2-item:hover {
  transform: rotate(1deg);
}

.egg2-nutrition-structure {
  background-color: #FDD38F;
  padding-top: 2.3888888889rem;
  padding-bottom: 2.3888888889rem;
}
@media (min-width: 576px) {
  .egg2-nutrition-structure {
    padding-bottom: 3.7777777778rem;
  }
}
@media (min-width: 768px) {
  .egg2-nutrition-structure {
    padding-top: 4.7222222222rem;
  }
}
@media (min-width: 992px) {
  .egg2-nutrition-structure {
    padding-bottom: 7.5rem;
  }
}
.egg2-nutrition-structure-image {
  max-width: 1115px;
  width: 100%;
  margin: auto;
  display: block;
}
.egg2-nutrition-structure-image svg,
.egg2-nutrition-structure-image img {
  display: block;
  width: 100%;
}
.egg2-nutrition-structure-image .svg-structure-item {
  opacity: 0;
  transform: scale(0.9);
  transform-origin: 50% 50%;
  transition: opacity 750ms, transform 750ms;
}
.egg2-nutrition-structure-image .svg-structure-item.animated {
  opacity: 1;
  transform: scale(1);
}
.egg2-nutrition-structure-image .svg-structure-item:hover {
  transform: rotate(1deg);
}

.egg2-nutrition-vitamins {
  background-color: #FF9E00;
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .egg2-nutrition-vitamins {
    padding-top: 5.0555555556rem;
    padding-bottom: 8.1111111111rem;
  }
}

.egg2-nutrition-minerals {
  background-color: #FFE9AA;
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-nutrition-minerals {
    padding-top: 7.5555555556rem;
    padding-bottom: 6.0555555556rem;
  }
}

.egg2-nutrition-antioxidants {
  background-image: url("../images/v2/antioxidants.jpg");
  background-size: cover;
  color: #FFFFFF;
  padding-top: 3.8888888889rem;
  padding-bottom: 3.6111111111rem;
}
@media (min-width: 768px) {
  .egg2-nutrition-antioxidants {
    padding-top: 6.1666666667rem;
    padding-bottom: 3.6111111111rem;
  }
}

.egg2-nutrition-kids {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-nutrition-kids {
    padding-top: 6.5555555556rem;
    padding-bottom: 9.3333333333rem;
  }
}
.egg2-nutrition-kids-image {
  display: block;
  float: right;
  width: 50%;
  margin-right: calc(50% - min(50vw, 720px));
  margin-left: 2em;
  margin-bottom: 1.5em;
  max-width: 33.8333333333rem;
  aspect-ratio: 609/517;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .egg2-nutrition-kids-image {
    margin-left: 7rem;
    margin-bottom: 12.2777777778rem;
  }
}

.egg2-nutrition-pregnancy {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.8888888889rem;
  background-color: #FFE9AA;
  position: relative;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .egg2-nutrition-pregnancy {
    padding-top: 5.5555555556rem;
    padding-bottom: 5.5555555556rem;
  }
}
.egg2-nutrition-pregnancy::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #F2A900;
  width: 100%;
}
@media (min-width: 1024px) {
  .egg2-nutrition-pregnancy::before {
    width: calc(100% - 2.2222222222rem);
  }
}
@media (min-width: 1110px) {
  .egg2-nutrition-pregnancy::before {
    width: calc(100% - 3.9444444444rem);
  }
}
@media (min-width: 1200px) {
  .egg2-nutrition-pregnancy::before {
    width: calc(100% - 2.2222222222rem);
  }
}
@media (min-width: 1280px) {
  .egg2-nutrition-pregnancy::before {
    width: calc(100% - 3.9444444444rem);
  }
}

.egg2-nutrition-pregnancy-image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 1440/492;
  -o-object-fit: cover;
     object-fit: cover;
}

.egg2-nutrition-bg1 {
  position: relative;
}
.egg2-nutrition-bg1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F5FFC8;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.egg2-nutrition-cholesterin {
  position: relative;
}

.egg2-nutrition-seniors,
.egg2-nutrition-cholesterin {
  padding-top: 3.8888888889rem;
  padding-bottom: 3.4444444444rem;
}
@media (min-width: 768px) {
  .egg2-nutrition-seniors,
.egg2-nutrition-cholesterin {
    padding-top: 5.5555555556rem;
    padding-bottom: 3.4444444444rem;
  }
}

.egg2-nutrition-compare {
  position: relative;
  padding-top: 3.8888888889rem;
  padding-bottom: 10.8888888889rem;
}
@media (min-width: 768px) {
  .egg2-nutrition-compare {
    padding-top: 6.1111111111rem;
  }
}
.egg2-nutrition-compare .container {
  position: relative;
}
.egg2-nutrition-compare::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B8EA99;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.egg2-nutrition-compare-image {
  max-width: 966px;
  width: 100%;
  margin: auto;
  display: block;
}
.egg2-nutrition-compare-image svg,
.egg2-nutrition-compare-image img {
  display: block;
  width: 100%;
}
.egg2-nutrition-compare-image .svg-compare-item {
  opacity: 0;
  transition: opacity 500ms, transform 500ms;
}
.egg2-nutrition-compare-image .svg-compare-item.animated {
  opacity: 1;
}

.egg2-video {
  padding-top: 6.6666666667rem;
  padding-bottom: 6.7777777778rem;
}

.egg2-home-banner {
  position: relative;
}
.egg2-home-banner-image {
  width: 100%;
}
.egg2-home-banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #FFFFFF;
}
.egg2-home-banner-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #919191 36.46%, rgba(196, 196, 196, 0) 97.94%);
  mix-blend-mode: multiply;
  z-index: 0;
}

@-webkit-keyframes headerLogo {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}

@keyframes headerLogo {
  0% {
    opacity: 0;
    pointer-events: none;
  }
  100% {
    opacity: 1;
    pointer-events: all;
  }
}
@-webkit-keyframes headerLogoBig {
  0% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: translateY(-200px) scale(0.5);
    opacity: 0;
  }
}
@keyframes headerLogoBig {
  0% {
    transform: none;
    opacity: 1;
  }
  100% {
    transform: translateY(-200px) scale(0.5);
    opacity: 0;
  }
}
