/* Source static/css/styles/default/advertisement.scss */

.advertisement {
  background-color: #fff;
  border: 1px solid #c2c2c2;
  border-right-width: 0;
  bottom: 6.6em;
  display: none !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 75vh;
  padding: 1.2375em 1.65em;
  position: fixed;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 80vw;
  z-index: 100000;
}

@media screen and (min-width: 480px) {
  .advertisement {
    width: 71vw;
  }
}
@media screen and (min-width: 640px) {
  .advertisement {
    width: 62vw;
    display: -webkit-box !important;
    display: flex !important;
  }
}
@media screen and (min-width: 760px) {
  .advertisement {
    width: 56vw;
  }
}
@media screen and (min-width: 880px) {
  .advertisement {
    width: 49vw;
  }
}
@media screen and (min-width: 990px) {
  .advertisement {
    width: 43vw;
  }
}
@media screen and (min-width: 1100px) {
  .advertisement {
    width: 37vw;
  }
}
@media screen and (min-width: 1200px) {
  .advertisement {
    width: 31vw;
  }
}
@media screen and (min-width: 1300px) {
  .advertisement {
    width: 26vw;
  }
}
@media screen and (min-width: 1400px) {
  .advertisement {
    width: 20vw;
  }
}
@media screen and (orientation: landscape) and (max-width: 640px) {
  .advertisement {
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    bottom: 0;
    display: block;
    left: 0;
    width: 100% !important;
  }

  .advertisement .image_wrapper {
    float: left;
    padding-right: 0.825em;
    width: 20%;
  }

  .advertisement .image_wrapper img {
    max-height: 20vh;
    width: auto;
  }

  .advertisement .infotext, .advertisement .title {
    width: 100% !important;
  }

  .advertisement .button {
    clear: both;
  }
}
@media screen and (min-width: 320px) {
  .advertisement .image_wrapper {
    display: block;
  }
}
@media screen and (min-width: 320px) {
  .advertisement .infotext {
    flex-basis: 67%;
    width: 67%;
  }
}
@media screen and (min-width: 1200px) {
  .price_information {
    display: block;
  }
}
@media (min-width: 1200px) {
  .h3_design, .style_h3, h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 990) {
  .h3_design, .style_h3, h3 {
    font-size: 2.2rem;
  }
}
@media (min-width: 760) {
  .h3_design, .style_h3, h3 {
    font-size: 2rem;
  }
}
@media (min-width: 640) {
  .h3_design, .style_h3, h3 {
    font-size: 2rem;
  }
}
@media (min-width: 480) {
  .h3_design, .style_h3, h3 {
    font-size: 1.8rem;
  }
}
.advertisement .title {
  font-size: 1.5rem;
  flex-basis: 100%;
  color: #eb6607;
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 0.825em;
  padding-top: 0;
}

.h3_design, .style_h3, h3 {
  font-family: Meta, sans-serif;
  font-weight: 400;
  line-height: 1.15;
  padding-top: 0.825em;
  margin: 0 0 0.4125em;
  font-size: 1.8rem;
}

.advertisement .image_wrapper {
  flex-basis: 33%;
  max-width: 10rem;
  -webkit-box-ordinal-group: 3;
  order: 2;
  padding-right: 0.825em;
  width: 33%;
}

.advertisement .image_wrapper img {
  max-width: 100%;
  max-height: 20vh;
  margin-right: auto;
  width: auto;
}

.advertisement .infotext {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 4;
  order: 3;
}

.advertisement .button {
  -webkit-box-ordinal-group: 5;
  order: 4;
  margin-bottom: 0;
  margin-top: 0;
}

.advertisement .close {
  padding: 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}

.advertisement .close svg {
  max-width: 2.1875rem;
  max-height: 2.1875rem;
}

.advertisement.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

svg {
  height: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

/* Source static/css/styles/default/default.scss */

@charset "UTF-8";
.nobreak {
  white-space: nowrap;
}

.nohyphens {
  hyphens: none;
}

.hideme {
  display: none !important;
}

::selection {
  background: #F7A52C;
  color: #111E27;
}

* {
  -webkit-tap-highlight-color: rgba(247, 165, 44, 0.1);
  box-sizing: border-box;
}

main {
  display: block;
}

html {
  text-size-adjust: 100%;
}

body {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #F1F2F3;
  color: #111E27;
  font-family: "Meta", sans-serif;
  font-feature-settings: "liga", "kern";
  font-kerning: normal;
  font-smoothing: antialiased;
  font-weight: 400;
  hyphenate-limit-chars: 6 3 2;
  hyphenate-limit-lines: 2;
  hyphens: auto;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 160rem;
  position: relative;
  text-rendering: geometricPrecision;
}
@media (min-width: 18.75rem) {
  body {
    font-size: calc(0.875rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  body {
    font-size: 1rem;
  }
}
body.login {
  background: #fff;
}
body.no_scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.style_h1,
.style_h2,
.style_h3,
.style_h4,
.style_h5,
.style_h6 {
  hyphens: none;
  word-wrap: break-word;
}

h1,
.style_h1 {
  letter-spacing: calc((1.4375rem + 1.1875 * (100vw - 18.75rem) / (75)) / 1000 * -20);
  font-size: 1.4375rem;
  color: #111E27;
  font-family: "Meta", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0.4em;
}
@media (min-width: 18.75rem) {
  h1,
.style_h1 {
    font-size: calc(1.4375rem + 1.1875 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  h1,
.style_h1 {
    font-size: 2.625rem;
  }
}

h2,
.style_h2 {
  letter-spacing: calc((1.1875rem + 0.1875 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 1.1875rem;
  color: #111E27;
  font-family: "Meta", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.8em;
  padding-top: 0.8em;
}
@media (min-width: 18.75rem) {
  h2,
.style_h2 {
    font-size: calc(1.1875rem + 0.1875 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  h2,
.style_h2 {
    font-size: 1.375rem;
  }
}

h3,
.style_h3 {
  letter-spacing: calc((1rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 1rem;
  color: #111E27;
  font-family: "Meta", sans-serif;
  font-weight: 400;
  line-height: 1.44;
  margin: 0 0 0.8em;
  padding-top: 0.8em;
}
@media (min-width: 18.75rem) {
  h3,
.style_h3 {
    font-size: calc(1rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  h3,
.style_h3 {
    font-size: 1.125rem;
  }
}

h4,
.style_h4 {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.875rem;
  color: #111E27;
  font-family: "Meta", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.8em;
}
@media (min-width: 18.75rem) {
  h4,
.style_h4 {
    font-size: calc(0.875rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  h4,
.style_h4 {
    font-size: 1rem;
  }
}

h5,
.style_h5 {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.875rem;
  color: #111E27;
  font-family: "Meta", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
@media (min-width: 18.75rem) {
  h5,
.style_h5 {
    font-size: calc(0.875rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  h5,
.style_h5 {
    font-size: 1rem;
  }
}

h6,
.style_h6 {
  height: 0;
  margin: 0;
  overflow: hidden;
  width: 0;
}

p,
.style_p {
  margin: 0 0 0.8em;
}

.small {
  font-size: 0.875rem;
}

a {
  color: #EB6607;
  transition: color 300ms;
  text-decoration: none;
}
a:active, a.active {
  color: #111E27;
  outline: 0;
}
a:focus {
  outline: 0.1875rem solid rgba(247, 165, 44, 0.8);
  outline-offset: 0.0625rem;
}
a:focus[data-focus-method=mouse], a:focus[data-focus-method=touch] {
  outline: 0;
}
a:hover, a:focus {
  text-decoration: underline;
}
a[tabindex="-1"]:focus {
  outline: 0;
}
a[tabindex="-1"][id] {
  position: relative;
}
a[tabindex="-1"][id]:after {
  content: "";
}
a.touch_link {
  color: #111E27;
  display: block;
  text-decoration: none;
}
a.touch_link .title {
  color: #F7A52C;
  display: inline-block;
  margin-bottom: 0.4em;
  outline-offset: 0;
  padding: 0;
  text-decoration: underline;
  transition: color 300ms;
}
a.touch_link .title.active {
  color: #111E27;
}
a.touch_link:focus {
  outline: 0;
}
a.touch_link:focus .title {
  outline: 0.1875rem solid rgba(247, 165, 44, 0.8);
  outline-offset: 0.0625rem;
  text-decoration: none;
}
a.touch_link:focus[data-focus-method=mouse] .title, a.touch_link:focus[data-focus-method=touch] .title {
  outline: 0;
}
a.touch_link:hover .title {
  text-decoration: none;
}

.highlighted {
  animation: highlighted-anchor 900ms;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 0 0.8em 1ch;
  text-indent: -1ch;
}
blockquote:before {
  content: "„";
}
blockquote:after {
  content: "“";
}

small {
  font-size: 85%;
}

sup {
  font-size: 85%;
  line-height: 1;
  position: relative;
  top: -0.3125rem;
}

sub {
  bottom: -0.125rem;
  font-size: 85%;
  line-height: 1;
  position: relative;
}

.table {
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1.6em;
  overflow-y: auto;
}

* + .table {
  margin-top: 1.6em;
}

table {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}

th {
  font-weight: 700;
  text-align: left;
}

td,
th {
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
  padding: 0.5333333333em;
  transition: background 300ms;
  vertical-align: top;
}

tr:hover td,
tr:hover th {
  background: #F1F2F3;
}

ol {
  counter-reset: list;
  list-style: none;
  margin: 0 0 0.8em;
  padding: 0;
}
ol > li {
  padding: 0.4em 0 0.8em 3.2em;
  position: relative;
}
ol > li:before {
  align-items: center;
  background: #F7A52C;
  border-radius: 50%;
  color: #fff;
  content: counter(list);
  counter-increment: list;
  display: flex;
  font-weight: 700;
  height: 2rem;
  justify-content: center;
  left: 0;
  line-height: 1.6;
  position: absolute;
  text-align: right;
  top: 0.125rem;
  width: 2rem;
}
ol ol, ol ul {
  margin: 0;
}

ul {
  list-style: url("../images/list_styles/rectangle.svg") !important;
  margin: 0 0 0.8em;
  padding-left: 1.2em;
}
ul > li {
  padding-left: 0.4em;
}
ul ol, ul ul {
  margin: 0;
}

.defined_list dl {
  border-bottom: 0.0625rem solid rgba(112, 112, 112, 0.15);
  margin: 0.8em 0;
}
@media (min-width: 35rem) {
  .defined_list dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.defined_list dt {
  border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
  font-weight: 700;
  padding: 0.8em 0;
}
@media (min-width: 35rem) {
  .defined_list dt {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0.8em 0.8em 0.8em 0;
  }
}
.defined_list dd {
  margin: 0;
}
@media (min-width: 35rem) {
  .defined_list dd {
    border-top: 0.0625rem solid rgba(112, 112, 112, 0.15);
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0.8em 0.5333333333em 0 0;
  }
}

nav {
  user-select: none;
}
nav ol {
  margin: 0;
}
nav ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
}
nav li {
  margin: 0;
  padding: 0;
}
nav li:before {
  display: none;
}

figure {
  margin: 0 0 1.6em;
}
figure img {
  display: block;
}
figure.center {
  margin-left: auto;
  margin-right: auto;
}
figure.floatleft {
  float: left;
  margin-right: 1.6em;
}
figure.floatright {
  float: right;
  margin-left: 1.6em;
}

figcaption {
  font-size: 85%;
  margin-top: 0.4em;
  text-align: left;
}

.img_container {
  overflow: hidden;
}
.img_container img,
.img_container svg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.img_resize {
  height: 0;
  position: relative;
  width: 100%;
}

img {
  border: 0;
  display: inline-block;
  height: auto;
  max-width: 100%;
  user-select: none;
}

svg {
  height: 100%;
  transform: scale(1);
  width: 100%;
}
svg .initial_size {
  height: auto;
  width: auto;
}
svg a:focus {
  outline: 0;
}

/* Source static/css/styles/default/form_default.scss */

input,
select,
textarea {
  font-family: inherit;
  font-weight: 400;
  font-size: 0.8125rem;
}

button {
  letter-spacing: calc((1rem + 0 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 1rem;
}
@media (min-width: 18.75rem) {
  button {
    font-size: calc(1rem + 0 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  button {
    font-size: 1rem;
  }
}

label {
  font-size: 0.8125rem;
  cursor: pointer;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input[type=time]::-webkit-inner-spin-button, input[type=time]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
input:-webkit-autofill {
  -webkit-text-fill-color: #111E27;
  box-shadow: 0 0 0 62.5rem #F1F2F3 inset, 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2) !important;
}
input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

::placeholder {
  color: #707070;
  user-select: none;
}

.required_asterisk {
  color: #FF0000;
}

.required_description {
  font-size: 85%;
  font-style: italic;
  margin-top: 1.6em;
  text-align: right;
}
.dialog_wrapper .required_description {
  align-items: center;
  display: flex;
  margin: 0 0.8em 0 0;
  text-align: left;
}
@media (max-width: 34.9375rem) {
  .dialog_wrapper .required_description {
    margin: 0 0.8em 1.6em 0;
  }
}

.error_warning {
  background: #FF0000;
  color: #fff;
  display: none;
  font-weight: 700;
  margin-right: 0.4em;
  padding: 0 0.4em;
  text-align: center;
  user-select: none;
}
.error_warning.show {
  display: inline-block;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.legend {
  letter-spacing: calc((0.875rem + 0.125 * (100vw - 18.75rem) / (75)) / 1000 * 0);
  font-size: 0.875rem;
  color: #111E27;
  font-family: "Meta", sans-serif;
  font-weight: 400;
  line-height: 1.35;
  margin: 0 0 1.28em;
  padding: 1.2em 0 0;
  width: 100%;
}
@media (min-width: 18.75rem) {
  .legend {
    font-size: calc(0.875rem + 0.125 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .legend {
    font-size: 1rem;
  }
}
.legend .label {
  margin-bottom: 0;
}

.label {
  display: inline-block;
  margin-bottom: 0.6956521739em;
  font-size: 0.8125rem;
}

.input,
.textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #fff;
  border: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0 0 rgba(112, 112, 112, 0.15) inset;
  color: #111E27;
  margin: 0 0 1.0666666667em;
  outline: 0;
  width: 100%;
}
.input[aria-invalid=true],
.textarea[aria-invalid=true] {
  border-color: #FF0000;
}
.input[aria-invalid=true]:focus,
.textarea[aria-invalid=true]:focus {
  border-color: #F7A52C;
  box-shadow: 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  color: #111E27;
}
.input:focus,
.textarea:focus {
  border-color: #F7A52C;
  box-shadow: 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  color: #111E27;
}

.input {
  padding: 0 0.8em;
  transition: border 300ms;
  height: 1.875rem;
}
@media (min-width: 18.75rem) {
  .input {
    height: calc(1.875rem + 0.625 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .input {
    height: 2.5rem;
  }
}

.search_input {
  height: 2rem;
  width: 100%;
  border: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-radius: 0.25rem;
  cursor: pointer;
  display: flex;
  padding: 0 1.056em;
}
@media (min-width: 18.75rem) {
  .search_input {
    height: calc(2rem + 0.625 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  .search_input {
    height: 2.625rem;
  }
}
.search_input:focus {
  border-color: #F7A52C;
  box-shadow: 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  color: #111E27;
}

.textarea {
  line-height: 1.6;
  overflow: hidden;
  padding: 0.8em;
  resize: none;
  transition: border 300ms, height 300ms;
}
@media (max-width: 47.4375rem) {
  .dialog_wrapper .textarea {
    min-height: 15.625rem;
  }
}
.textarea.smm_posting {
  resize: vertical;
  overflow: auto;
  display: block;
  min-height: 15.625rem;
}

.control {
  display: flex;
  align-items: center;
  margin: 0 3.2em 0.8em 0;
}
.control.checkbox input:checked ~ .indicator .icon {
  opacity: 1;
  visibility: visible;
}
.control input {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 10;
  border: 0;
  cursor: pointer;
}
.control input[aria-invalid=true] ~ .indicator {
  border-color: #FF0000;
}
.control input[aria-invalid=true]:focus ~ .indicator {
  border-color: #F7A52C;
  box-shadow: 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  color: #111E27;
}
.control input:focus ~ .indicator {
  border-color: #F7A52C;
  box-shadow: 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  color: #111E27;
}
.control input[type=checkbox] ~ .indicator {
  border-radius: 0.375rem;
  border-color: #F7A52C;
}
.control input[type=radio] ~ .indicator {
  border-radius: 100%;
  border-color: #F7A52C;
}
.control .indicator_wrapper {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-right: 0.8em;
  position: relative;
}
.control .indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0.0625rem solid rgba(112, 112, 112, 0.15);
  height: 1.375rem;
  position: relative;
  transition: border 300ms;
  width: 1.375rem;
}
.control .indicator .icon {
  fill: #111E27;
  height: 0.8125rem;
  opacity: 0;
  position: absolute;
  transition: opacity 300ms;
  visibility: hidden;
  width: 0.8125rem;
}

.select_wrapper {
  display: block;
}

.select {
  background: #fff;
  border: 0.0625rem solid rgba(112, 112, 112, 0.15);
  border-radius: 0.25rem;
  box-shadow: 0 0 0.1875rem rgba(112, 112, 112, 0.15) inset;
  color: #111E27;
  cursor: pointer;
  display: flex;
  margin: 0 0 1.0666666667em;
  padding: 0 1.056em;
  position: relative;
  transition: border 300ms;
}
.select:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.2em;
  display: block;
  background-image: url("../images/small-down.svg");
  background-size: 0.6875rem 0.4375rem;
  height: 0.4375rem;
  width: 0.6875rem;
  transform: translateY(-0.1875rem);
  pointer-events: none;
}
.select.error {
  border-color: #FF0000;
}
.select.error.focus {
  border-color: #F7A52C;
  box-shadow: 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  color: #111E27;
}
.select.focus {
  border-color: #F7A52C;
  box-shadow: 0 0 0.1875rem #F7A52C inset, 0 0 0 0.1875rem rgba(247, 165, 44, 0.2);
  color: #111E27;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: #111E27;
  cursor: pointer;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  height: 1.875rem;
}
@media (min-width: 18.75rem) {
  select {
    height: calc(1.875rem + 0.625 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  select {
    height: 2.5rem;
  }
}
select option {
  height: 1.875rem;
}
@media (min-width: 18.75rem) {
  select option {
    height: calc(1.875rem + 0.625 * (100vw - 18.75rem) / (75));
  }
}
@media (min-width: 93.75rem) {
  select option {
    height: 2.5rem;
  }
}
select::-ms-expand {
  display: none;
}
select:focus:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #111E27;
}
select:focus::-ms-value {
  background: none;
  color: #111E27;
}

