.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: "TTCommonsRegular";
  src: url("/extras/fonts/56184c9a-0155-4961-a836-516c2a37949d.woff2") format("woff2"), url("/extras/fonts/941bd4ef-6d96-4cc3-b891-b967fb693919.woff") format("woff");
}
@font-face {
  font-family: "TTCommonsBold";
  src: url("/extras/fonts/7d35d1f9-668e-42b2-a6b2-9009f0aa3ed4.woff2") format("woff2"), url("/extras/fonts/23a70446-ff80-4d9d-a429-94bc68bb5c97.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  background: none;
  font-size: 100%;
}
*::selection {
  background: #D00A4E;
  color: #fff;
}
.hidden,
.cb-invisible {
  display: none !important;
}
li {
  list-style-position: inside;
}
img,
audio,
video,
iframe {
  float: left;
  width: 100%;
}
strong {
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
sup,
sub {
  position: relative;
  vertical-align: baseline;
  top: -0.8em;
  font-size: 70%;
}
sub {
  top: 0.4em;
}
address {
  font-style: normal;
}
input,
textarea {
  border-radius: 0;
  font-size: 16px;
  font-family: 'TTCommonsRegular', sans-serif;
  line-height: 1.375;
}
.unit caption {
  display: none;
}
.flag {
  background: #D00A4E;
  color: #fff;
}
img.cb-loading {
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader.svg);
}
.area {
  float: left;
  width: 100%;
}
#view .area:empty {
  display: none;
}
.unit {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 1023px) {
  .unit {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-top: 20px;
  }
}
@media (max-width: 1023px) {
  .unit {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .unit {
    margin-bottom: 20px;
  }
}
.unit .head,
.unit .body,
.unit .foot {
  float: left;
  width: 100%;
}
.unit.fold div.less,
.unit.fold div.more {
  float: left;
  width: 100%;
}
.unit.fold .ctrl {
  float: left;
  width: 100%;
}
.part {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1023px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .part {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .part {
    margin-bottom: 10px;
  }
}
.pict a {
  float: left;
  width: 100%;
}
.pict img {
  width: 100%;
}
.pict img:not(.svg) {
  width: auto;
  max-width: 100% !important;
}
#root#root#root img.zoom {
  display: none !important;
}
.cb-image-figure {
  float: left;
  width: 100%;
}
.cb-image-container {
  float: left;
  width: 100%;
  position: relative;
}
.cb-image-caption {
  float: left;
  width: 100%;
}
#expo .cb-image-figure {
  height: 100%;
}
#expo .cb-image-container {
  height: 100% !important;
}
#disp.zoom .cb-image-figure {
  height: 100%;
}
#disp.zoom .cb-image-container {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom .cb-image-caption {
  display: none;
}
.cb-album .cb-image-figure {
  opacity: 1 !important;
  display: block !important;
}
.cb-album .cb-image-container {
  position: static;
}
.cb-album .cb-image-caption {
  display: none;
}
div.load {
  background: none !important;
}
.show a {
  float: left;
  width: 100%;
  display: block;
}
#edit .line {
  padding-top: 5px;
  padding-bottom: 5px;
}
.line hr {
  float: left;
  width: 100%;
  border-bottom: 2px solid #B1D1D0;
}
.line hr.bold {
  border-bottom-width: 4px;
}
.line hr.dash {
  border-bottom-style: dashed;
}
.line hr.spot {
  border-bottom-style: dotted;
}
#edit div.code {
  position: relative;
  min-height: 30px;
}
#edit div.code:after {
  content: 'Code';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background: #aaa;
  opacity: 0.6;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  padding: 0 20px;
}
.cb-code-executable {
  float: left;
  width: 100%;
}
.cb-service {
  float: left;
  width: 100%;
  margin: 5px 0;
}
.cb-service:first-child {
  margin-top: 0;
}
.cb-service:last-child {
  margin-bottom: 0;
}
.cb-youtube iframe,
.cb-vimeo iframe {
  height: 100%;
  background-color: #fff;
}
.text-section {
  float: left;
  width: 100%;
}
.list {
  float: left;
  width: 100%;
}
.list--bullet li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--bullet li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.list--numbered {
  counter-reset: numberedList;
}
.list--numbered li {
  list-style: none;
  padding-left: 24px;
  position: relative;
}
.list--numbered li:before {
  content: counter(numberedList) ".";
  counter-increment: numberedList;
  position: absolute;
  left: 0;
  top: 0;
}
#expo {
  float: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  #expo {
    position: relative;
  }
}
#slides {
  float: left;
  width: 100%;
  height: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding-bottom: 65.06410256%;
  position: relative;
}
.cb-layout6 #slides {
  padding-bottom: 144.23076923%;
}
#slides .slide {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
#slides a {
  display: block;
  width: 100%;
  height: 100%;
}
#slides a.null {
  cursor: default;
}
.cb-slides .cb-image-figure {
  height: 100%;
}
.cb-slides .cb-image-container {
  height: 100% !important;
}
#slides img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  object-position: center;
}
#expo div.link {
  display: none;
  float: left;
  width: 100%;
  height: 0;
}
#expo a.link {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 30px;
  height: 50px;
  transform: translateY(-50%);
  background: #D00A4E;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#expo a.link.prev {
  left: 20px;
}
#expo a.link.next {
  right: 20px;
}
table.link,
table.link tbody {
  float: left;
  display: block;
  width: 100%;
  height: 0;
}
.cb-index-all {
  display: block;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cb-index-all td {
  float: left;
  display: block;
  margin: 0 10px;
}
.cb-index-all td.init {
  margin-left: 0;
}
.cb-index-all td.exit {
  margin-right: 0;
}
.cb-index-all a {
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background: #fff;
  border-radius: 16px;
  transition: all 0.4s;
}
.cb-index-all td.this a {
  background: #D00A4E;
}
.cb-index-some {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}
.cb-index-some td {
  float: left;
  display: block;
  color: #fff;
}
.cb-index-some td:first-child:after {
  display: inline-block;
  content: '/';
  margin: 0 5px;
}
.cb-index-some a {
  color: #fff;
}
.cb-index-some a:hover,
.cb-index-some a:focus {
  color: #fff;
}
#over {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.8);
}
#disp {
  position: absolute;
  z-index: 5001;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 1000px !important;
  max-width: 90%;
  min-height: 100vh;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 !important;
  box-sizing: border-box;
  padding: 80px 0 !important;
  font-size: 14px;
  font-family: 'TTCommonsRegular', sans-serif;
  line-height: 1.42857143;
  color: #5C5959;
}
@media (max-width: 767px) {
  #disp {
    padding: 20px 0 !important;
  }
}
.disp-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px;
}
@media (max-width: 767px) {
  .disp-wrapper {
    padding: 15px;
  }
}
#disp form {
  float: left;
}
.disp-wrapper > form {
  width: 100%;
}
@media (max-width: 767px) {
  #disp form {
    width: 100%;
  }
}
#disp .fail {
  color: #ae2121;
}
#disp .part {
  margin-top: 4px;
  margin-bottom: 4px;
}
#disp a.mail {
  float: left;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
#disp .head,
#disp .body,
#disp .foot {
  float: left;
  width: 100%;
  position: relative;
}
#disp .body {
  margin: 20px 0;
}
#disp .foot form + form {
  float: right;
}
#disp h2 {
  font-size: 14px;
  line-height: 1.71428571;
  font-weight: normal;
  text-transform: uppercase;
  color: #D00A4E;
  width: 100%;
  box-sizing: border-box;
  padding-right: 30px;
}
#disp h3 {
  color: #D00A4E;
  font-size: 16px;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  padding: 20px 0;
  width: 100%;
}
#disp .head .ctrl {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
#disp .head .ctrl > div {
  float: left;
}
#disp .head .ctrl a {
  float: left;
  display: block;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 16px;
  height: 24px;
  background-size: 16px 16px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
#disp .foot input,
#disp .foot a {
  float: left;
  background-color: #D00A4E;
  line-height: 1.375;
  cursor: pointer;
  color: #FFF;
  padding: 9px 20px 9px 20px;
  border-radius: 100px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  line-height: 1.42857143;
}
@media (min-width: 1024px) {
  #disp .foot input,
  #disp .foot a {
    background-size: 15px 10px;
    background-position: -16px 50%;
    background-repeat: no-repeat;
    background-image: url('/images/arrow-btn-shortright-white.svg');
  }
}
#disp .foot input:hover,
#disp .foot a:hover,
#disp .foot input:focus,
#disp .foot a:focus {
  color: #FFF;
}
@media (min-width: 1024px) {
  #disp .foot input:hover,
  #disp .foot a:hover,
  #disp .foot input:focus,
  #disp .foot a:focus {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
@media (min-width: 1024px) {
  #disp .foot input:active,
  #disp .foot a:active {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
#disp .foot input.next,
#disp .foot a.next {
  float: right;
}
#disp.mail .foot input {
  float: right;
}
@media (max-width: 767px) {
  #disp .foot input,
  #disp .foot a {
    width: 100%;
    margin: 5px 0;
  }
  #disp .foot input:first-child,
  #disp .foot a:first-child {
    margin-top: 0;
  }
  #disp .foot input:last-child,
  #disp .foot a:last-child {
    margin-bottom: 0;
  }
}
#disp fieldset {
  float: left;
  width: 100%;
  position: relative;
  margin: 4px 0;
}
#disp fieldset.tiny {
  width: 48%;
}
#disp .head fieldset,
#disp .foot fieldset {
  margin: 0;
}
@media (max-width: 767px) {
  #disp fieldset.tiny {
    width: 100%;
  }
}
#disp label.name {
  float: left;
  width: 30%;
  margin-right: 4%;
  min-height: 26px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  #disp label.name {
    width: 100%;
    margin-right: 0;
  }
}
#disp input.text,
#disp textarea {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  min-height: 26px;
  box-sizing: border-box;
  padding: 2px 10px;
}
#disp input.text.fail,
#disp textarea.fail {
  border: 2px solid #ae2121;
}
#disp textarea {
  min-height: 100px;
  padding: 6px 10px;
}
@media (max-width: 767px) {
  #disp input.text,
  #disp textarea {
    width: 100%;
  }
}
#disp select {
  float: right;
  width: 66%;
  background-color: #F0F0F0;
  height: 26px;
}
@media (max-width: 767px) {
  #disp select {
    width: 100%;
  }
}
#disp input + label,
#disp input + label {
  display: block;
  padding-left: 30px;
}
#disp input.radio,
#disp input.checkbox {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  height: 20px;
  width: 20px;
}
.cb-sitemap-target {
  float: left;
  margin-bottom: 20px;
  color: #fff;
  padding: 5px 10px;
  background-color: #ae2121;
}
.cb-sitemap-contents {
  float: left;
  width: 100%;
}
.cb-sitemap-contents li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.cb-sitemap-contents li:before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
}
.cb-zoom-indicator {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 15px;
  width: 36px;
  height: 36px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 18px 18px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-zoom-white.svg);
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
a.zoom .cb-zoom-indicator {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 1023px) {
  .cb-zoom-indicator {
    right: 10px;
    bottom: 10px;
    width: 24px;
    height: 24px;
    background-size: 12px 12px;
    opacity: 1;
    transform: scale(1);
  }
}
#disp.zoom {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  background: none;
  padding: 0 !important;
  display: block !important;
  transform: none;
}
#disp.zoom .disp-wrapper {
  padding: 0;
  background: none;
  height: 100%;
}
#disp.zoom div.head h2 {
  display: none;
}
#disp.zoom div.head div.ctrl {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 2;
}
@media (max-width: 767px) {
  #disp.zoom div.head div.ctrl {
    top: 20px;
    right: 20px;
  }
}
#disp.zoom div.head div.ctrl > div {
  float: left;
  margin: 0 10px;
}
#disp.zoom div.head div.ctrl > div:first-child {
  margin-left: 0;
}
#disp.zoom div.head div.ctrl > div:last-child {
  margin-right: 0;
}
#disp.zoom div.head div.ctrl a {
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-white.svg);
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#disp.zoom div.head div.ctrl .next a {
  background-image: url(/images/cb-default/cb-arrow-right-white.svg);
}
#disp.zoom div.head div.ctrl .quit a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
  background-size: 16px 16px;
}
#disp.zoom div.head div.ctrl a:hover {
  transform: scale(1.1);
}
#disp.zoom div.head div.ctrl a:active {
  transform: scale(1);
}
#disp.zoom div.body {
  float: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 80px 30px;
  margin: 0;
}
@media (max-width: 767px) {
  #disp.zoom div.body {
    padding: 60px 20px;
  }
}
#disp.zoom div.body > div {
  float: left;
  width: 100% !important;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body a {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#disp.zoom div.body img {
  float: left;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#disp.zoom div.foot {
  display: none;
}
.ie11 #disp.zoom {
  position: absolute;
}
.ie11 #disp.zoom div.body,
.ie11 #disp.zoom div.body > div,
.ie11 #disp.zoom div.body a {
  height: auto;
  display: block;
}
.ie11 #disp.zoom div.body img {
  float: none;
  position: relative;
  height: auto;
  display: block;
  margin: 0 auto;
}
#disp.srch {
  display: block !important;
}
#disp.srch h2 {
  display: none;
}
#disp.srch .disp-wrapper {
  background: none;
  padding: 0;
}
#disp.srch .head .ctrl a {
  background-image: url(/images/cb-default/cb-cross-white.svg);
}
#disp.srch div.body {
  margin: 0;
}
#disp.srch fieldset {
  margin: 0;
}
#disp.srch label.name {
  display: none;
}
#disp.srch input.text {
  font-family: 'TTCommonsRegular', sans-serif;
  background-color: transparent;
  margin-top: 40px;
  width: 100%;
  color: #fff;
  font-size: 50px;
  line-height: 1;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  #disp.srch input.text {
    font-size: 18px;
  }
}
.cb-result {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 18px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
}
.cb-result p {
  margin-top: 40px;
}
.cb-result a {
  color: #fff;
  text-decoration: none;
}
.cb-result a:hover {
  color: #fff;
  text-decoration: underline;
}
.cb-result table {
  float: left;
  width: 100%;
  border-collapse: collapse;
}
.cb-result tbody {
  width: 100%;
}
.cb-result th {
  padding-top: 20px;
  font-size: 24px;
  line-height: 1;
  text-align: left;
}
.cb-result th:first-child {
  padding-right: 40px;
  width: 80px;
}
.cb-result td {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.cb-result th,
.cb-result td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cb-result {
    font-size: 14px;
  }
  .cb-result th {
    padding-top: 10px;
    font-size: 18px;
  }
  .cb-result th:first-child {
    padding-right: 10px;
    width: 54px;
  }
  .cb-result td {
    padding-bottom: 10px;
    padding-top: 5px;
  }
}
.unit.form form {
  float: left;
  width: 100%;
}
.cb-form-required {
  float: left;
  width: 100%;
}
.unit.form fieldset {
  float: left;
  width: 100%;
  position: relative;
}
.unit.form div.ctrl {
  float: left;
  width: 100%;
}
.unit.form div.ctrl.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
@media (min-width: 768px) {
  .unit.form .tile div.ctrl {
    float: right;
    width: 66%;
  }
}
.unit.form .name {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
@media (min-width: 768px) {
  .unit.form .tile .name {
    width: 30%;
    min-height: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
  }
}
.unit.form input.text,
.unit.form textarea {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #EFF7F7;
  min-height: 50px;
  padding: 5px 10px;
  -webkit-appearance: none;
}
.unit.form input.text:focus,
.unit.form textarea:focus {
  border: 2px solid #B1D1D0;
}
.unit.form input.text.fail,
.unit.form textarea.fail {
  background-color: #e7bcbc;
}
.unit.form textarea {
  padding: 10px;
}
@media (min-width: 768px) {
  .unit.form .tile input.text,
  .unit.form .tile textarea {
    float: right;
    width: 66%;
  }
}
.unit.form div.tick div.ctrl > div {
  float: left;
  width: auto;
  margin-right: 20px;
  position: relative;
  padding: 4px 0;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile div.ctrl > div {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.unit.form div.tick label {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 26px;
}
.unit.form div.tick input {
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  margin-right: 6px;
  height: 22px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .unit.form div.tick.tile input {
    top: 14px;
  }
}
.unit.form select {
  float: left;
  width: 100%;
  font-family: 'TTCommonsRegular', sans-serif;
  font-size: 16px;
  line-height: 1.375;
  background: #EFF7F7;
  height: 50px;
  border: 1px solid #5C5959;
  padding: 5px;
}
.unit.form .ship fieldset > div {
  float: left;
  width: 100%;
}
.unit.form .ship fieldset > div.fail {
  box-sizing: border-box;
  padding: 5px;
  background-color: #e7bcbc;
}
.unit.form .ship div.chop {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.unit.form .ship div.chop input {
  float: left;
  display: block;
  font-size: 12px;
}
.unit.form .ship div.chop span {
  float: left;
}
.unit.form .ship div.chop a {
  float: left;
  display: block;
  margin-left: 10px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  width: 12px;
  height: 12px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-cross-black.svg);
}
@media (min-width: 768px) {
  .unit.form .ship.tile fieldset > div {
    float: right;
    width: 66%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
.unit.form input.submit {
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #D00A4E;
  line-height: 1.375;
  cursor: pointer;
  color: #FFF;
  padding: 9px 20px 9px 20px;
  border-radius: 100px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form input.submit {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .unit.form input.submit {
    background-size: 15px 10px;
    background-position: -16px 50%;
    background-repeat: no-repeat;
    background-image: url('/images/arrow-btn-shortright-white.svg');
  }
}
.unit.form input.submit:hover,
.unit.form input.submit:focus {
  color: #FFF;
}
@media (min-width: 1024px) {
  .unit.form input.submit:hover,
  .unit.form input.submit:focus {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
@media (min-width: 1024px) {
  .unit.form input.submit:active {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
.calendar {
  position: absolute !important;
  z-index: 2;
  left: 34% !important;
  top: 100% !important;
  right: unset !important;
  background: #fff;
  width: 200px;
  margin: 10px 0 0 0 !important;
  box-shadow: 0 0 6px rgba(160, 160, 160, 0.4);
  font-size: 14px;
  line-height: 1.14285714;
  padding: 20px;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.calendar th,
.calendar td {
  text-align: center;
  padding: 2px;
}
.calendar tr.month th {
  padding-bottom: 10px;
}
.calendar tr.month th:first-child a,
.calendar tr.month th:last-child a {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-arrow-left-black.svg);
}
.calendar tr.month th:last-child a {
  float: right;
  background-image: url(/images/cb-default/cb-arrow-right-black.svg);
}
.calendar td.today a {
  color: #5C5959;
  text-decoration: underline;
}
.unit.form .recaptcha-info {
  color: #aaa;
}
.unit.form .recaptcha-info a {
  color: #aaa;
}
.unit.form .recaptcha-info a:hover,
.unit.form .recaptcha-info a:focus {
  text-decoration: underline;
}
.unit.form .part.fail {
  font-size: 16px;
  line-height: 1.25;
  border-left: 4px solid #ae2121;
  box-sizing: border-box;
  padding: 20px;
  background-color: #e7bcbc;
  color: #ae2121;
}
.unit.form div.cb-form-sent {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-top: 10px;
  }
}
@media (max-width: 1023px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .unit.form div.cb-form-sent {
    margin-bottom: 10px;
  }
}
.unit.form div.cb-form-sent a {
  float: right;
  color: #D00A4E;
  font-size: 18px;
}
#disp.two-step-verification div.body {
  overflow: hidden;
}
#disp.two-step-verification p {
  float: left;
  width: 100%;
}
.two-step-verification-container {
  float: left;
  width: 100%;
  min-width: 300px;
  margin-top: 10px;
  height: 350px;
  position: relative;
}
.two-step-verification-container a {
  background-color: #D00A4E;
  line-height: 1.375;
  cursor: pointer;
  color: #FFF;
  padding: 9px 20px 9px 20px;
  border-radius: 100px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1024px) {
  .two-step-verification-container a {
    background-size: 15px 10px;
    background-position: -16px 50%;
    background-repeat: no-repeat;
    background-image: url('/images/arrow-btn-shortright-white.svg');
  }
}
.two-step-verification-container a:hover,
.two-step-verification-container a:focus {
  color: #FFF;
}
@media (min-width: 1024px) {
  .two-step-verification-container a:hover,
  .two-step-verification-container a:focus {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
@media (min-width: 1024px) {
  .two-step-verification-container a:active {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
.two-step-verification__div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #fff;
  background-size: 100px 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/cb-default/cb-loader-black.svg);
}
.two-step-verification-container.loaded .two-step-verification__div {
  background-image: none;
}
.table {
  float: left;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table-layout-fixed .table {
  table-layout: fixed;
}
.table tr {
  border-top: 2px solid #B9BCB3;
  border-bottom: 2px solid #B9BCB3;
}
.table-head tr {
  border-top: none;
}
.table th {
  font-weight: normal;
  padding: 10px 10px;
  vertical-align: top;
}
.table th.init {
  padding-left: 0;
}
.table th.exit {
  padding-right: 0;
}
.table th.align-left {
  text-align: left;
}
.table th.align-center {
  text-align: center;
}
.table th.align-right {
  text-align: right;
}
.table--headline th {
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
.table td {
  padding: 10px 10px;
  vertical-align: top;
}
.table td.init {
  padding-left: 0;
}
.table td.exit {
  padding-right: 0;
}
.table td.align-left {
  text-align: left;
}
.table td.align-center {
  text-align: center;
}
.table td.align-right {
  text-align: right;
}
#edit .table td {
  border-left: 1px dashed #e0e0e0;
  border-right: 1px dashed #e0e0e0;
}
.table--footer .table-foot td {
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
@media (max-width: 767px) {
  .part--table .table {
    font-size: 2.08604954vw;
  }
}
html,
body {
  float: left;
  width: 100%;
  min-height: 100vh;
}
#home {
  float: left;
  height: 22px;
  margin-top: 30px;
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .fr #home {
    height: 34px;
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .it #home {
    height: 38px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
.logo {
  width: auto;
  height: 100%;
}
#head {
  float: left;
  width: 100%;
}
.wrapper {
  float: left;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: 'TTCommonsRegular', sans-serif;
  font-size: 16px;
  line-height: 1.375;
  color: #5C5959;
  overflow: hidden;
  hyphens: none;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 80px;
  -webkit-font-smoothing: antialiased;
}
.desk {
  *zoom: 1;
  margin: 0 auto;
  max-width: calc(100% - 60px);
  width: 1278px;
  position: relative;
}
.desk:before,
.desk:after {
  display: table;
  content: '';
}
.desk:after {
  clear: both;
}
.section--four .desk {
  width: 100%;
  max-width: 100%;
}
.section {
  float: left;
  width: 100%;
  position: relative;
}
.section--header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2000;
  background-color: #FFF;
}
.cb-scroll-triggered--active .section--header {
  box-shadow: 0 0 30px rgba(177, 209, 208, 0.3);
}
.cb-toggle-target-active .section--header {
  box-shadow: unset;
}
.navicontainer {
  float: right;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
}
.navicontainer__top {
  float: left;
  display: flex;
  position: relative;
  flex-direction: row;
  justify-content: space-between;
  z-index: 3;
  margin-top: 15px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.cb-scroll-triggered--active .navicontainer__top {
  transform: translateY(-100px);
  margin-top: 0;
}
#headerlinks {
  float: left;
  position: relative;
  width: 100%;
}
.mobile-navigation #headerlinks {
  display: flex;
  flex-direction: column;
  padding: 0 6vw;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .mobile-navigation #headerlinks {
    padding: 0 30px;
  }
}
#headerlinks .meta {
  color: #B1D1D0;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  margin-right: 30px;
  font-size: 14px;
  line-height: 1.35714286;
  letter-spacing: 0.02em;
}
.mobile-navigation #headerlinks .meta {
  margin: 8px 0;
}
#headerlinks .meta:hover,
#headerlinks .meta:focus {
  color: #D00A4E;
}
.langpick {
  float: left;
  position: relative;
}
.langpick.cb-toggle-target-active {
  box-shadow: 0 0 30px rgba(177, 209, 208, 0.5);
}
.mobile-navigation .langpick {
  margin-top: 108px;
  margin-left: 30px;
}
.langpick__toggle {
  float: left;
  position: relative;
  z-index: 3;
  font-size: 14px;
  line-height: 1.35714286;
  width: 76px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  background-position: 50% 0;
  background-size: 100% 0;
  background-repeat: no-repeat;
  transition: all 0.2s;
  color: #B1D1D0;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
.langpick__toggle:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  top: 5px;
  left: 5px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/globe-europe.svg);
}
.langpick__toggle:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 11px;
  top: 8px;
  right: 10px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/langtoggle-open.svg);
}
.langpick__toggle:hover,
.langpick__toggle:focus {
  color: #D00A4E;
}
.langpick__toggle.cb-toggle-active:after {
  background-image: url(/images/langtoggle-close.svg);
}
.langpick__menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
  transition: all 0.4s;
}
.langpick.cb-toggle-target-active .langpick__menu {
  top: 100%;
  transform: translateY(0);
  pointer-events: initial;
  opacity: 1;
}
div.sub1 {
  float: left;
  width: 100%;
  box-shadow: 0 0 30px rgba(177, 209, 208, 0.5);
  background-color: #fff;
  width: 76px;
  z-index: 3;
}
div.sub1 > .item {
  width: 100%;
}
div.sub1 > .item.path {
  display: none;
}
div.sub1 > .item > .menu {
  font-size: 14px;
  line-height: 1.35714286;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  width: 66px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #B1D1D0;
  border-top: 1px solid #EFF7F7;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  background-color: #fff;
  background-position: 50% 0;
  background-size: 100% 0;
  background-repeat: no-repeat;
  transition: all 0.2s;
}
div.sub1 > .item > .menu:hover {
  color: #D00A4E;
}
main {
  width: 100%;
  float: left;
  position: relative;
  flex: 1 0 auto;
}
.cb-layout6 .section--multimood {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .cb-layout6 .section--multimood {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cb-layout6 .section--multimood {
    margin-bottom: 30px;
  }
}
.section--multimood .container {
  float: left;
  position: relative;
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-wrap: wrap;
}
.cb-layout6 .section--multimood .container {
  min-height: 700px;
}
.section--multimood .container .content {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 30px;
}
@media (max-width: 1023px) {
  .section--multimood .container .content .area.north .unit {
    margin: 0;
  }
}
#edit .section--multimood .container .content .area.north {
  min-height: 70px;
}
.section--multimood .container .multimood {
  float: left;
  position: relative;
  width: 100%;
  padding-top: 25px;
}
@media (max-width: 1023px) {
  .section--multimood .container .multimood {
    margin-top: -80px;
    transform: translateY(65px);
  }
  .cb-layout6 .section--multimood .container .multimood {
    margin-top: -400px;
    transform: translateY(275px);
  }
}
@media (max-width: 767px) {
  .section--multimood .container .multimood {
    margin-top: -40px;
  }
  .cb-layout6 .section--multimood .container .multimood {
    margin-top: -400px;
    transform: translateY(275px);
  }
}
@media (max-width: 1023px) {
  .section--multimood {
    margin-bottom: 40px;
  }
  .cb-layout6 .section--multimood {
    margin-bottom: 275px;
  }
}
.section--four {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .section--four {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--four {
    margin-top: 30px;
  }
}
#view.farwest--empty .section--four {
  margin-top: 0;
}
.section--red {
  background-color: #D00A4E;
}
.section--petrol {
  background-color: #B1D1D0;
}
.section--softpetrol {
  background-color: #EFF7F7;
}
.desginelement {
  display: none;
}
.breadcrump {
  float: left;
  width: 100%;
  margin-top: 27px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .breadcrump {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .breadcrump {
    margin-bottom: 30px;
  }
}
.cb-layout1 .breadcrump,
.cb-layout5 .breadcrump {
  margin-bottom: min(6vw, 100px);
}
.breadcrump a {
  font-size: 14px;
  line-height: 1.35714286;
  display: inline-block;
  color: #5C5959;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
.breadcrump .here {
  font-weight: normal;
}
@media (max-width: 1023px) {
  .breadcrump {
    display: none;
  }
}
.breadcrump--arrow {
  float: none;
  width: 10px;
  margin-right: 5px;
  margin-left: 3px;
}
.slider {
  float: left;
  width: 100%;
}
@media (max-width: 1023px) {
  .slider-wrapper {
    float: left;
    width: 100vw;
    margin-left: -30px;
    margin-bottom: 90px;
  }
  .slider {
    float: left;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .slider::-webkit-scrollbar {
    display: none;
  }
  .slider-wrapper .area {
    margin: 0!important;
  }
  #view .slider-wrapper .area {
    width: auto;
    display: flex;
    align-items: flex-start;
  }
  .slider-wrapper .area .unit {
    width: 70vw;
    min-height: 365px;
    margin-right: 30px;
    transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  .slider__index {
    position: relative;
    float: left;
    left: 0;
    bottom: -25px;
    z-index: 3;
    cursor: pointer;
  }
  .slider-index {
    float: left;
    margin: 0 5px;
    width: 30px;
    height: 4px;
    background-color: #D6EFED;
    cursor: pointer;
  }
  .slider-index.slider-index--active {
    position: absolute;
    background-color: #B1D1D0;
    width: 30px!important;
    height: 4px;
  }
  .slider-index:first-child {
    margin-top: 0;
  }
  .slider-index:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .slider-wrapper {
    margin-bottom: 90px;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  .slider-wrapper {
    margin-bottom: 90px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .slider__index {
    bottom: -40px;
    left: 30px;
  }
}
.section--footer {
  flex-shrink: 0;
}
.footarea {
  float: left;
  position: relative;
  width: 100% ;
  margin-top: 40px;
  margin-bottom: 30px;
}
.footstripe .footarea {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .footarea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footpart {
  float: left;
  position: relative;
  width: 100% ;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footstripe .footpart {
  margin-top: 13px;
  margin-bottom: 13px;
}
.footpart h5 {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .footpart h5 {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .footpart h5 {
    margin-bottom: 10px;
  }
}
.foottitle {
  float: left;
  width: 100%;
  position: relative;
}
.vcard {
  float: left;
  width: 100%;
  position: relative;
}
.vcard address {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .vcard address {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .vcard address {
    margin-bottom: 10px;
  }
}
.footlogo {
  float: left;
  width: 316px;
}
.fr .footlogo {
  width: 262px;
}
.footstripe {
  float: left;
  width: 100%;
  background-color: #B1D1D0;
  color: #FFF;
}
#social {
  float: left;
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  #social {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #social {
    margin-top: 20px;
  }
}
#social .meta {
  float: left;
  width: 40px;
  height: 40px;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 20px;
}
#social .meta:last-child {
  margin-right: 0;
}
#social .meta.service_facebook {
  background-image: url(/images/facebook.svg);
}
#social .meta.service_facebook:hover,
#social .meta.service_facebook:focus {
  background-image: url(/images/facebook-hover.svg);
}
#social .meta.service_twitter {
  background-image: url(/images/twitter.svg);
}
#social .meta.service_twitter:hover,
#social .meta.service_twitter:focus {
  background-image: url(/images/twitter-hover.svg);
}
#social .meta.service_instagram {
  background-image: url(/images/instagram.svg);
}
#social .meta.service_instagram:hover,
#social .meta.service_instagram:focus {
  background-image: url(/images/instagram-hover.svg);
}
#sponsor {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#sponsor .meta {
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#sponsor .meta.service_swisscarecompany {
  float: left;
  width: 83px;
  height: 70px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/Logo_SwissCareCompany.jpg);
}
#sponsor .meta.service_carecoach {
  float: left;
  width: 150px;
  height: 70px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/carecoach.svg);
}
#sponsor .meta.service_pharmis {
  float: left;
  width: 140px;
  height: 70px;
  background-size: contain;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-image: url(/images/Pharmis_Logo_mit_Kreuz_01_small.png);
}
#sponsor .meta.service_krankenhaushygiene {
  float: left;
  width: 168px;
  height: 70px;
  background-size: contain;
  background-position: 50% center;
  background-repeat: no-repeat;
  background-image: url(/images/hygienetool-logo.jpg);
}
#sponsor .meta.service_sosoxygene {
  float: left;
  width: 113px;
  height: 70px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/sosoxygene.png);
}
#hauptsponsor {
  float: left;
  width: 100%;
}
#hauptsponsor .meta {
  float: left;
  font-size: 0;
  overflow: hidden;
  text-indent: 101%;
  color: transparent;
}
#hauptsponsor .meta.service_carecoach {
  float: left;
  width: 188px;
  height: 76px;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/carecoach.svg);
}
@media (max-width: 1023px) {
  #hauptsponsor .meta.service_carecoach {
    width: 103px;
    height: 80px;
  }
}
#legal {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  #legal {
    justify-content: space-between;
  }
}
#legal .meta {
  float: left;
  color: #FFF;
  margin-right: 40px;
}
#legal .meta:last-child {
  margin-right: 0;
}
a {
  color: #D00A4E;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.part.text a {
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
.section--red a {
  color: #EFF7F7;
}
a:hover,
a:focus {
  color: #B1D1D0;
}
.section:not(.section--red) .part.link.tall .open {
  background-color: #D00A4E;
  line-height: 1.375;
  cursor: pointer;
  color: #FFF;
  padding: 9px 20px 9px 20px;
  border-radius: 100px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1024px) {
  .section:not(.section--red) .part.link.tall .open {
    background-size: 15px 10px;
    background-position: -16px 50%;
    background-repeat: no-repeat;
    background-image: url('/images/arrow-btn-shortright-white.svg');
  }
}
.section:not(.section--red) .part.link.tall .open:hover,
.section:not(.section--red) .part.link.tall .open:focus {
  color: #FFF;
}
@media (min-width: 1024px) {
  .section:not(.section--red) .part.link.tall .open:hover,
  .section:not(.section--red) .part.link.tall .open:focus {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
@media (min-width: 1024px) {
  .section:not(.section--red) .part.link.tall .open:active {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
.section--red .part.link.tall .open {
  background-color: #FFF;
  line-height: 1.375;
  cursor: pointer;
  color: #D00A4E;
  padding: 9px 20px 9px 20px;
  border-radius: 100px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1024px) {
  .section--red .part.link.tall .open {
    background-size: 15px 10px;
    background-position: -16px 50%;
    background-repeat: no-repeat;
    background-image: url('/images/arrow-btn-shortright-red.svg');
  }
}
.section--red .part.link.tall .open:hover,
.section--red .part.link.tall .open:focus {
  color: #D00A4E;
}
@media (min-width: 1024px) {
  .section--red .part.link.tall .open:hover,
  .section--red .part.link.tall .open:focus {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
@media (min-width: 1024px) {
  .section--red .part.link.tall .open:active {
    padding: 9px 20px 9px 50px;
    background-position: 22px 50%;
  }
}
.section:not(.section--red) .part.link.tiny .open {
  background-color: transparent;
  line-height: 1.375;
  cursor: pointer;
  color: #D00A4E;
  padding: 0px 0px 0px 25px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-size: 30px 10px;
  background-position: -16px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-btn-longright-red.svg');
}
@media (min-width: 1024px) {
  .section:not(.section--red) .part.link.tiny .open:hover,
  .section:not(.section--red) .part.link.tiny .open:focus {
    color: #B1D1D0;
    padding: 0px 0px 0px 40px;
    background-image: url('/images/arrow-btn-longright-petrol.svg');
    background-position: 0 50%;
  }
}
@media (min-width: 1024px) {
  .section:not(.section--red) .part.link.tiny .open:active {
    color: #B1D1D0;
    padding: 0px 0px 0px 40px;
    background-image: url('/images/arrow-btn-longright-petrol.svg');
    background-position: 0 50%;
  }
}
.section--red .part.link.tiny .open {
  background-color: transparent;
  line-height: 1.375;
  cursor: pointer;
  color: #FFF;
  padding: 0px 0px 0px 25px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  background-size: 30px 10px;
  background-position: -16px 50%;
  background-repeat: no-repeat;
  background-image: url('/images/arrow-btn-longright-white.svg');
}
@media (min-width: 1024px) {
  .section--red .part.link.tiny .open:hover,
  .section--red .part.link.tiny .open:focus {
    color: #FFF;
    padding: 0px 0px 0px 40px;
    background-image: url('/images/arrow-btn-longright-white.svg');
    background-position: 0 50%;
  }
}
@media (min-width: 1024px) {
  .section--red .part.link.tiny .open:active {
    color: #FFF;
    padding: 0px 0px 0px 40px;
    background-image: url('/images/arrow-btn-longright-white.svg');
    background-position: 0 50%;
  }
}
.part.load a.load {
  display: inline-block;
  padding-left: 30px;
  background-size: 15px 20px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url(/images/file-default.svg);
  color: #5C5959;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
.part.load a.load:hover,
.part.load a.load:focus {
  color: #D00A4E;
}
.part.load a.load[href$=".docx"] .part.load a.load[href$=".doc"] {
  background-image: url(/images/file-word.svg);
}
.part.load a.load[href$=".pptx"] .part.load a.load[href$=".ppt"] {
  background-image: url(/images/file-ppt.svg);
}
.part.load a.load[href$=".pdf"] {
  background-image: url(/images/file-pdf.svg);
}
.part.load a.load[href$=".zip"] {
  background-image: url(/images/file-zip.svg);
}
.section--red h1,
.section--red h2,
.section--red h3,
.section--red h4,
.section--red h5,
.section--red h6,
.section--red p.loud,
.section--red p.norm {
  color: #FFF;
}
.section--petrol h1,
.section--petrol h2,
.section--petrol h3,
.section--petrol h4,
.section--petrol h5,
.section--petrol h6,
.section--petrol p.loud,
.section--petrol p.norm {
  color: #FFF;
}
.section--four h1,
.section--four h2,
.section--four h3,
.section--four h4,
.section--four h5,
.section--four h6,
.section--four p.loud,
.section--four p.norm {
  color: #D00A4E;
}
h1 {
  font-size: 35px;
  line-height: 1.02857143;
  letter-spacing: 0.01em;
  font-weight: normal;
}
h1 strong {
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
h2 {
  font-size: 30px;
  line-height: 1.03333333;
  letter-spacing: 0.01em;
  font-weight: normal;
}
h2 strong {
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
h3 {
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  font-weight: normal;
}
h3 strong {
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
h4 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.01em;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
h5 {
  font-size: 18px;
  line-height: 1.33333333;
  letter-spacing: 0.01em;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
}
h5 strong {
  color: #B1D1D0;
}
p.loud {
  font-size: 18px;
  line-height: 1.33333333;
}
.section--one .area {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section--one .area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--one .area {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .section--one .area {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--one .area {
    margin-bottom: 30px;
  }
}
.section--one .area.fareast {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .section--one .area.fareast {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--one .area.fareast {
    margin-bottom: 60px;
  }
}
.section--red .area {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section--red .area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--red .area {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .section--red .area {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--red .area {
    margin-bottom: 30px;
  }
}
.section--six .area {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .section--six .area {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--six .area {
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .section--six .area {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section--six .area {
    margin-bottom: 30px;
  }
}
.section--slider .fareast {
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .section--slider .fareast {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section--slider .fareast {
    margin-top: 30px;
  }
}
.section--slider .east {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .section--slider .east {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--slider .east {
    margin-bottom: 60px;
  }
}
.section--noslider .east {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .section--noslider .east {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--noslider .east {
    margin-bottom: 60px;
  }
}
.section--softpetrol .base {
  margin-bottom: 60px;
}
@media (max-width: 1023px) {
  .section--softpetrol .base {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section--softpetrol .base {
    margin-bottom: 60px;
  }
}
#view .scroll-animated {
  opacity: 0;
  transform: translateY(10rem);
  transition: transform 0.5s 0s cubic-bezier(0.425, 0.125, 0.11, 1), opacity 0.5s 0s ease-in-out;
}
#view .scroll-animated.scroll-animated--active {
  opacity: 1;
  transform: translateY(0);
}
.section--one .area .wide.pure .part.text.tiny {
  text-align: center;
}
.section--one .area .slim.edge {
  padding-bottom: 30px;
}
#view .section--one .area .slim.edge .part.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#view .section--one .area .slim.edge .part.link .open {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-position: -16px calc(100% - 8px);
}
.section--one .area .slim.edge .part.text h4 {
  color: #D00A4E;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.section--one .area .wide.seam {
  margin-top: 40px;
  border-top: 1px solid #B9BCB3;
  border-bottom: 1px solid #B9BCB3;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 1023px) {
  .section--one .area .wide.seam {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section--one .area .wide.seam {
    margin-top: 40px;
  }
}
.section--one .area .wide.seam + .wide.seam {
  margin-top: 0;
  border-top: unset;
  border-bottom: 1px solid #B9BCB3;
  padding-top: 0;
}
.section--one .area .wide.seam .part.text h3 a {
  font-weight: normal;
  color: #B1D1D0;
  display: inline-block;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
}
.section--one .area .wide.seam .part.text h3 a strong {
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  padding-left: 5px;
  box-sizing: border-box;
}
.section--one .area .wide.seam .part.text h3 a:after {
  content: '';
  position: absolute;
  right: 0;
  top: 10px;
  width: 19px;
  height: 12px;
  background-size: 27px 12px;
  background-position: -10px 50%;
  background-repeat: no-repeat;
  background-image: url(/images/arrowlong-right-petrol.svg);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 1024px) {
  .section--one .area .wide.seam .part.text h3 a {
    padding-right: 50px;
    box-sizing: border-box;
  }
  .section--one .area .wide.seam .part.text h3 a:after {
    width: 45px;
    height: 20px;
    background-size: 45px 20px;
    background-position: -25px 50%;
  }
}
@media (min-width: 1024px) {
  .section--one .area .wide.seam .part.text h3 a:hover,
  .section--one .area .wide.seam .part.text h3 a:focus {
    color: #B1D1D0;
  }
  .section--one .area .wide.seam .part.text h3 a:hover strong,
  .section--one .area .wide.seam .part.text h3 a:focus strong {
    color: #D00A4E;
    padding-left: 15px;
  }
  .section--one .area .wide.seam .part.text h3 a:hover:after,
  .section--one .area .wide.seam .part.text h3 a:focus:after {
    background-position: 0 50%;
    background-image: url(/images/arrowlong-right-red.svg);
  }
}
.section--four .area .unit {
  margin: 0;
}
.section--four .area .unit .body {
  width: 624px;
  max-width: calc(100% - 60px);
  box-sizing: border-box;
  min-height: 650px;
  float: right;
  margin-right: calc(50% - 639px);
  padding-top: 250px;
}
@media (max-width: 1450px) {
  .section--four .area .unit .body {
    width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}
.section--four .area .unit .part.pict:first-child {
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 240px;
  width: 100%;
}
.section--four .area .unit .part.pict:first-child * {
  height: 100%;
}
.section--four .area .unit .part.pict:first-child img {
  width: 100%;
  height: 100%;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.section--four .area .unit .part.pict:first-child img {
  object-position: left;
}
#view .section--noslider .east .unit,
#view .section--slider .east .unit {
  padding-bottom: 30px;
}
#view .section--noslider .east .unit .part.link,
#view .section--slider .east .unit .part.link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
#view .section--noslider .east .unit .part.link .open,
#view .section--slider .east .unit .part.link .open {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background-position: -16px calc(100% - 8px);
}
.section--noslider .east .unit .part.text h4,
.section--slider .east .unit .part.text h4 {
  color: #D00A4E;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (max-width: 1199px) {
  body.cb-toggle-target-active {
    overflow: hidden;
  }
  .section {
    transition: transform 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
  }
  body.cb-toggle-target-active .section {
    transform: translateY(200px);
  }
  body.cb-toggle-target-active .section.section--header {
    transform: none;
  }
  .navicontainer {
    display: none;
  }
}
.togglenavigation {
  position: fixed;
  top: 20px;
  right: 6vw;
  z-index: 2001;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .togglenavigation {
    right: 30px;
  }
}
.tline {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background-color: #D00A4E;
  transition: all 0.4s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.tline--1 {
  top: 50%;
}
.tline--2 {
  top: calc(50% + 10px);
  transform: translateY(-50%);
}
.tline--4 {
  top: unset;
  bottom: 0;
}
body.cb-toggle-target-active .tline--1 {
  transform: translateY(-50%) rotate(-45deg);
}
body.cb-toggle-target-active .tline--2 {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--3 {
  transform: translateY(-50%) rotate(45deg);
}
body.cb-toggle-target-active .tline--4 {
  opacity: 0;
  transform: translateY(10px);
}
.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
  transform: translateY(-100%);
  transition: all 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navigation {
  transform: translateY(0);
}
.mobile-navi-animation {
  float: left;
  width: 100%;
  opacity: 0;
  transform: translateY(-100vh);
  transition: all 0s 0.6s cubic-bezier(0.05, 0.8, 0.5, 1);
}
body.cb-toggle-target-active .mobile-navi-animation {
  transition: all 1s cubic-bezier(0.05, 0.8, 0.5, 1);
  transform: translateY(0);
  opacity: 1;
}
.mobile-navigation div.navi:not(.sub1) {
  float: left;
  width: 100%;
  display: block;
  position: relative;
}
.mobile-navigation div.navi:not(.sub1) > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi:not(.sub1) > .item {
  float: left;
  width: 100%;
  position: relative;
}
.mobile-navigation div.navi:not(.sub1) > .item.item-empty > .cb-toggle {
  display: none;
}
.mobile-navigation div.navi:not(.sub1) > .item > .menu {
  float: left;
  display: block;
  letter-spacing: 0.01em;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  position: relative;
}
.mobile-navigation div.sub2 {
  box-sizing: border-box;
  padding: 0 6vw;
  margin: 70px 0 30px;
}
@media (max-width: 767px) {
  .mobile-navigation div.sub2 {
    padding: 0 30px;
  }
}
.mobile-navigation div.sub2 > .item {
  border-bottom: solid 2px #B9BCB3;
  margin-top: 16px;
  padding-bottom: 15px;
}
.mobile-navigation div.sub2 > .item.init {
  margin-top: 0;
}
.mobile-navigation div.sub2 > .item > .menu {
  position: relative;
  padding: 0 5px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.31818182;
  z-index: 2;
  letter-spacing: 0.01em;
}
.mobile-navigation div.sub2 > .item > .menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  opacity: 0;
  background-color: #D6EFED;
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.mobile-navigation div.sub2 > .item > .menu.path {
  color: #D00A4E;
}
.mobile-navigation div.sub2 > .item > .menu.path:after {
  opacity: 1;
}
.mobile-navigation div.sub3 > .item {
  margin-bottom: 10px;
}
.mobile-navigation div.sub3 > .item.init {
  margin-top: 15px;
}
.mobile-navigation div.sub3 > .item.exit {
  margin-bottom: 5px;
}
.mobile-navigation div.sub3 > .item > .menu {
  color: #B1D1D0;
}
.mobile-navigation div.sub3 > .item > .menu:hover,
.mobile-navigation div.sub3 > .item > .menu:focus {
  color: #D00A4E;
}
.mobile-navigation div.sub3 > .item > .menu.path {
  color: #D00A4E;
}
.mobile-navigation div.sub3 {
  overflow: hidden;
  max-height: 0;
}
.mobile-navigation div.sub3 > .item {
  opacity: 0;
  transform: scale(0.8);
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi {
  transition: none;
  max-height: 1000px;
  transition: max-height 2s;
}
.mobile-navigation div.navi > .item.cb-toggle-target-active > div.navi > .item {
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s;
}
.mobile-navigation div.navi .cb-toggle {
  position: absolute;
  right: 0;
  top: 4px;
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 24px;
  background-size: 12px 19px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(/images/navtoggle-open.svg);
  transition: all 0.3s cubic-bezier(0.05, 0.8, 0.5, 1);
}
.mobile-navigation div.navi .cb-toggle.cb-toggle-active {
  transform: rotate(-180deg);
  background-image: url(/images/navtoggle-close.svg);
}
.ns-unitFilter__unit {
  display: none;
}
.ns-unitFilter__unit.ns-unitFilter__unit--activated {
  display: block;
  opacity: 0;
  transform: translateY(-20px) scale(0.98);
  transition: transform 0.4s, opacity 0.4s !important;
}
.ns-unitFilter__unit.ns-unitFilter__unit--active {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.ns-unitFilter {
  float: left;
  width: 100%;
  position: relative;
  z-index: 20;
}
.ns-unitFilter__wrapper {
  float: left;
  width: 100%;
}
.ns-unitFilter__toggle {
  display: none;
}
.ns-unitFilter__content {
  float: left;
  width: 100%;
}
.ns-unitFilter__list {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ns-unitFilter__actions {
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ns-unitFilter__link {
  display: block;
  text-align: center;
  padding: 8px 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .ns-unitFilter__link--confirm {
    display: none;
  }
}
.ns-unitFilter__group {
  float: left;
  width: 100%;
  margin-top: -1px;
}
.ns-unitFilter__group:first-child {
  margin-top: 0;
}
.ns-unitFilter__groupToggle {
  float: left;
  width: 100%;
  font-size: 18px;
  line-height: 1.66666667;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
  padding: 25px 20px 25px 0;
  box-sizing: border-box;
  position: relative;
  color: #5C5959;
}
.ns-unitFilter__groupToggle:hover,
.ns-unitFilter__groupToggle:focus {
  color: #5C5959;
}
.ns-unitFilter__groupToggle:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-style: solid;
  border-color: transparent;
  border-top-color: #000;
  border-width: 7px 5px 0 5px;
}
.ns-unitFilter__groupToggle.is-active:after {
  transform: translateY(-50%) rotate(-180deg);
}
.ns-unitFilter__groupContent {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 0;
}
.ns-unitFilter__group.is-open .ns-unitFilter__groupContent {
  max-height: initial;
}
.ns-unitFilter__item {
  background-color: #D00A4E;
  line-height: 1.375;
  cursor: pointer;
  color: #FFF;
  padding: 9px 20px 9px 20px;
  border-radius: 100px;
  -webkit-appearance: none;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  font-weight: normal;
  font-family: 'TTCommonsBold', sans-serif;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  margin-right: 30px;
  margin-bottom: 10px;
}
.ns-unitFilter__item:hover,
.ns-unitFilter__item:focus {
  color: #FFF;
}
.ns-unitFilter__item.is-active {
  background-color: #5C5959;
}
@media (max-width: 1023px) {
  .ns-unitFilter__toggle {
    display: block;
    box-sizing: border-box;
    background-color: #D00A4E;
    border-radius: 100px;
    padding: 10px 32px 10px 20px;
    color: #FFF;
    font-weight: normal;
    font-family: 'TTCommonsBold', sans-serif;
    cursor: pointer;
    background-size: 16px 16px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-image: url(/images/arrowlong-down-white.svg);
  }
  .ns-unitFilter__content {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 2;
    background-color: #fff;
    max-height: 0;
    overflow-y: auto;
    padding-top: 10px;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .ns-unitFilter__content::-webkit-scrollbar {
    display: none;
  }
  .is-open .ns-unitFilter__content {
    max-height: initial;
  }
  .ns-unitFilter__list {
    flex-direction: column;
  }
  .ns-unitFilter__actions {
    flex-direction: column;
  }
  .ns-unitFilter__link {
    margin-right: 0;
    margin-bottom: 0;
  }
  .ns-unitFilter__group:first-child {
    border-top: none;
  }
  .ns-unitFilter__group:last-child {
    border-bottom: none;
  }
  .ns-unitFilter__groupToggle {
    padding-left: 40px;
    padding-right: 60px;
  }
  .ns-unitFilter__groupToggle:after {
    right: 40px;
  }
  .ns-unitFilter__groupContent {
    box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
  .ns-unitFilter__item {
    margin-right: 0;
  }
}
/*# sourceMappingURL=./screen-small.css.map */