@charset "UTF-8";
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).  Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - no likey commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - we likey commas, no support for clip-path */
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.mejs-container {
  position: relative;
  background: #000;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0; }

.mejs-fill-container, .mejs-fill-container .mejs-container {
  width: 100%;
  height: 100%; }

.mejs-fill-container {
  overflow: hidden; }

.mejs-container:focus {
  outline: none; }

.me-plugin {
  position: absolute; }

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%; }

.mejs-clear {
  clear: both; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

:root .mejs-poster img {
  display: none; }

.mejs-poster img {
  border: 0;
  padding: 0; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-overlay-play {
  cursor: pointer; }

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("bigplay.svg") no-repeat; }

.no-svg .mejs-overlay-button {
  background-image: url("bigplay.png"); }

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url("background.png");
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9)); }

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("loading.gif") 50% 50% no-repeat; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url("background.png");
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%; }

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Helvetica", Arial, serif;
  border: 0; }

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url("controls.svg") no-repeat; }

.no-svg .mejs-controls .mejs-button button {
  background-image: url("controls.png"); }

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999; }

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box; }

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto; }

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0; }

.mejs-controls .mejs-pause button {
  background-position: 0 -16px; }

.mejs-controls .mejs-stop button {
  background-position: -112px 0; }

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px; }

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer; }

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  animation: buffering-stripes 2s linear infinite; }

@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0; }

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center; }

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111; }

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0; }

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px; }

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px; }

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0; }

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px; }

.mejs-controls .mejs-unmute button {
  background-position: -16px 0; }

.mejs-controls .mejs-volume-button {
  position: relative; }

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0; }

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0; }

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8)); }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0; }

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px; }

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #fff;
  width: 10000px;
  z-index: 1; }

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0; }

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer; }

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none; }

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232); }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px; }

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff; }

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 35px; }

.mejs-captions-text {
  padding: 0;
  background: url("background.png");
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5); }

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold; }

.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333; }

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: "Helvetica", Arial, serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333; }

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff; }

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative; }

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px; }

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px; }

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden; }

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%; }

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer; }

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative; }

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff; }

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0; }

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 11px;
  color: white;
  margin-left: 5px;
  cursor: pointer; }

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important; }

/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url("jumpforward.png") no-repeat 3px 3px; }

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff; }

/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url("skipback.png") no-repeat 3px 3px; }

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff; }

/* End: Skip Back */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../fancybox/fancybox_sprite-2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../fancybox/fancybox_loading-2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 *  Custom Flag build
 */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333em;
  line-height: 1em; }
  .flag-icon:before {
    content: '\00a0'; }
  .flag-icon.flag-icon-squared {
    width: 1em; }


section,
.tuv-container,
.cc-content {
  /**
   * Container classes used for several behaviors
   * See dedicated documentation for each container
   */ }
section:before,
.tuv-container:before,
.cc-content:before{
  /**
   * Container classes used for several behaviors
   * See dedicated documentation for each container
   */
  content: '';
  display: table; }
section:after,
.tuv-container:after,
.cc-content:after{
  /**
   * Container classes used for several behaviors
   * See dedicated documentation for each container
   */
  content: '';
  display: table;
  clear: both; }
section:before,
.tuv-container:before,
.cc-content:before{
  /**
   * Container classes used for several behaviors
   * See dedicated documentation for each container
   */
  content: '';
  display: table; }
section:after,
.tuv-container:after,
.cc-content:after{
  /**
   * Container classes used for several behaviors
   * See dedicated documentation for each container
   */
  content: '';
  display: table;
  clear: both; }
  @media (min-width: 1024px) {
    section,
    .tuv-container,
    .cc-content {
      margin: 0 auto !important;
      max-width: 940px; } }
  @media only print, screen and (min-width: 1024px) {
    section .break-out,
    .tuv-container .break-out, .cc-content .break-out {
      margin-left: calc((100vw - 940px) / -2) !important;
      margin-right: calc((100vw - 940px) / -2) !important; }
      section .break-out .break-in,
      .tuv-container .break-out .break-in, .cc-content .break-out .break-in {
        max-width: 940px; } }
  @media only print, screen and (min-width: 1024px) {
    section .break-out-md,
    .tuv-container .break-out-md, .cc-content .break-out-md {
      max-width: 940px;
      margin: 0 auto !important; } }
  section section,
  section .tuv-container,
  section .cc-content,
  .tuv-container section, .cc-content section,
  .tuv-container .tuv-container, .cc-content .tuv-container,
  .tuv-container .cc-content, .cc-content .cc-content {
    margin-left: 0;
    margin-right: 0;
    max-width: none; }
  @media only print, screen and (min-width: 320px) {
    section,
    .tuv-container,
    .cc-content {
      margin-left: calc(15/280 * 100vw);
      margin-right: calc(15/280 * 100vw); }
      section .break-out-xs,
      .tuv-container .break-out-xs, .cc-content .break-out-xs {
        overflow: hidden;
        margin-left: calc(15/280 * 100vw * -1);
        margin-right: calc(15/280 * 100vw * -1); } }
    @media only print, screen and (min-width: 320px) and (min-width: 768px) {
      section .break-out-xs,
      .tuv-container .break-out-xs, .cc-content .break-out-xs {
        margin-left: 0;
        margin-right: 0; } }
  @media only print, screen and (min-width: 320px) {
        section .break-out-xs .break-in,
        .tuv-container .break-out-xs .break-in, .cc-content .break-out-xs .break-in {
          width: calc((100vw - (100vw - 100%)) - 15/280 * 100vw * 2);
          margin: 0 auto; }
      section .break-out,
      .tuv-container .break-out, .cc-content .break-out {
        overflow: hidden;
        margin-left: calc(15/280 * 100vw * -1);
        margin-right: calc(15/280 * 100vw * -1); }
        section .break-out .break-in,
        .tuv-container .break-out .break-in, .cc-content .break-out .break-in {
          width: calc((100vw - (100vw - 100%)) - 15/280 * 100vw * 2);
          margin: 0 auto; } }
  @media only print, screen and (min-width: 768px) {
    section,
    .tuv-container,
    .cc-content {
      margin-left: calc(70/640 * 100vw);
      margin-right: calc(70/640 * 100vw); }
      section .break-out-sm,
      .tuv-container .break-out-sm, .cc-content .break-out-sm {
        overflow: hidden;
        margin-left: calc(70/640 * 100vw * -1);
        margin-right: calc(70/640 * 100vw * -1); }
        section .break-out-sm .break-in,
        .tuv-container .break-out-sm .break-in, .cc-content .break-out-sm .break-in {
          width: calc((100vw - (100vw - 100%)) - 70/640 * 100vw * 2);
          margin: 0 auto; }
      section .break-out,
      .tuv-container .break-out, .cc-content .break-out {
        overflow: hidden;
        margin-left: calc(70/640 * 100vw * -1);
        margin-right: calc(70/640 * 100vw * -1); }
        section .break-out.right,
        .tuv-container .break-out.right, .cc-content .break-out.right {
          margin-left: 0; }
          section .break-out.right .break-in,
          .tuv-container .break-out.right .break-in, .cc-content .break-out.right .break-in {
            width: auto;
            margin: 0;
            margin-right: calc(70/640 * 100vw); }
        section .break-out.left,
        .tuv-container .break-out.left, .cc-content .break-out.left {
          margin-right: 0; }
          section .break-out.left .break-in,
          .tuv-container .break-out.left .break-in, .cc-content .break-out.left .break-in {
            width: auto;
            margin: 0;
            margin-left: calc(70/640 * 100vw); }
        section .break-out .break-in,
        .tuv-container .break-out .break-in, .cc-content .break-out .break-in {
          width: calc((100vw - (100vw - 100%)) - 70/640 * 100vw * 2);
          margin: 0 auto; } }
  @media only print, screen and (min-width: 1024px) {
    section,
    .tuv-container,
    .cc-content {
      margin-left: calc(42/940 * 100vw);
      margin-right: calc(42/940 * 100vw); }
      section .break-out-md,
      .tuv-container .break-out-md, .cc-content .break-out-md {
        overflow: hidden;
        margin-left: calc(42/940 * 100vw * -1);
        margin-right: calc(42/940 * 100vw * -1); }
        section .break-out-md .break-in,
        .tuv-container .break-out-md .break-in, .cc-content .break-out-md .break-in {
          width: calc((100vw - (100vw - 100%)) - 42/940 * 100vw * 2);
          margin: 0 auto; }
      section .break-out,
      .tuv-container .break-out, .cc-content .break-out {
        overflow: hidden;
        margin-left: calc(42/940 * 100vw * -1);
        margin-right: calc(42/940 * 100vw * -1); }
        section .break-out.right,
        .tuv-container .break-out.right, .cc-content .break-out.right {
          margin-left: 0; }
          section .break-out.right .break-in,
          .tuv-container .break-out.right .break-in, .cc-content .break-out.right .break-in {
            width: auto;
            margin: 0;
            margin-right: calc(((100vw) - 1440px) / 2); }
        section .break-out.left,
        .tuv-container .break-out.left, .cc-content .break-out.left {
          margin-right: 0; }
          section .break-out.left .break-in,
          .tuv-container .break-out.left .break-in, .cc-content .break-out.left .break-in {
            width: auto;
            margin: 0;
            margin-left: calc(((100vw) - 1440px) / 2); }
        section .break-out .break-in,
        .tuv-container .break-out .break-in, .cc-content .break-out .break-in {
          width: calc((100vw - (100vw - 100%)) - 42/940 * 100vw * 2);
          margin: 0 auto; } }
  @media only print, screen and (min-width: 320px) {
    section--12-4 .l-col,
    .tuv-container--12-4 .l-col {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    section--12-4 .l-col:nth-child(1n),
    .tuv-container--12-4 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--12-4 .l-col:last-child,
    .tuv-container--12-4 .l-col:last-child{
    margin-right: 0; }
    section--12-4 .l-col:nth-child(4n),
    .tuv-container--12-4 .l-col:nth-child(4n){
    margin-right: 0;
    float: right; }
    section--12-4 .l-col:nth-child(4n + 1),
    .tuv-container--12-4 .l-col:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--12-4 .l-col,
    .tuv-container--12-4 .l-col {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    section--12-4 .l-col:nth-child(1n),
    .tuv-container--12-4 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--12-4 .l-col:last-child,
    .tuv-container--12-4 .l-col:last-child{
    margin-right: 0; }
    section--12-4 .l-col:nth-child(4n),
    .tuv-container--12-4 .l-col:nth-child(4n){
    margin-right: 0;
    float: right; }
    section--12-4 .l-col:nth-child(4n + 1),
    .tuv-container--12-4 .l-col:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--12-4 .l-col,
    .tuv-container--12-4 .l-col {
      width: calc(99.9% * 0.08333 - (20px - 20px * 0.08333)); }
    section--12-4 .l-col:nth-child(1n),
    .tuv-container--12-4 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--12-4 .l-col:last-child,
    .tuv-container--12-4 .l-col:last-child{
    margin-right: 0; }
    section--12-4 .l-col:nth-child(0n),
    .tuv-container--12-4 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--12-4 .l-col:nth-child(0n + 1),
    .tuv-container--12-4 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--12-4 .l-col,
    .tuv-container--12-4 .l-col {
      width: calc(99.9% * 0.08333 - (20px - 20px * 0.08333)); }
    section--12-4 .l-col:nth-child(1n),
    .tuv-container--12-4 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--12-4 .l-col:last-child,
    .tuv-container--12-4 .l-col:last-child{
    margin-right: 0; }
    section--12-4 .l-col:nth-child(0n),
    .tuv-container--12-4 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--12-4 .l-col:nth-child(0n + 1),
    .tuv-container--12-4 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 320px) {
    section--3 .l-col,
    .tuv-container--3 .l-col {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    section--3 .l-col:nth-child(1n),
    .tuv-container--3 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3 .l-col:last-child,
    .tuv-container--3 .l-col:last-child{
    margin-right: 0; }
    section--3 .l-col:nth-child(0n),
    .tuv-container--3 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3 .l-col:nth-child(0n + 1),
    .tuv-container--3 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--3 .l-col,
    .tuv-container--3 .l-col {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--3 .l-col:nth-child(1n),
    .tuv-container--3 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3 .l-col:last-child,
    .tuv-container--3 .l-col:last-child{
    margin-right: 0; }
    section--3 .l-col:nth-child(0n),
    .tuv-container--3 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3 .l-col:nth-child(0n + 1),
    .tuv-container--3 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--3 .l-col,
    .tuv-container--3 .l-col {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--3 .l-col:nth-child(1n),
    .tuv-container--3 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3 .l-col:last-child,
    .tuv-container--3 .l-col:last-child{
    margin-right: 0; }
    section--3 .l-col:nth-child(0n),
    .tuv-container--3 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3 .l-col:nth-child(0n + 1),
    .tuv-container--3 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--3-2-1 .l-col,
    .tuv-container--3-2-1 .l-col {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    section--3-2-1 .l-col:nth-child(1n),
    .tuv-container--3-2-1 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3-2-1 .l-col:last-child,
    .tuv-container--3-2-1 .l-col:last-child{
    margin-right: 0; }
    section--3-2-1 .l-col:nth-child(2n),
    .tuv-container--3-2-1 .l-col:nth-child(2n){
    margin-right: 0;
    float: right; }
    section--3-2-1 .l-col:nth-child(2n + 1),
    .tuv-container--3-2-1 .l-col:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--3-2-1 .l-col,
    .tuv-container--3-2-1 .l-col {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--3-2-1 .l-col:nth-child(1n),
    .tuv-container--3-2-1 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3-2-1 .l-col:last-child,
    .tuv-container--3-2-1 .l-col:last-child{
    margin-right: 0; }
    section--3-2-1 .l-col:nth-child(0n),
    .tuv-container--3-2-1 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3-2-1 .l-col:nth-child(0n + 1),
    .tuv-container--3-2-1 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--3-2-1 .l-col,
    .tuv-container--3-2-1 .l-col {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--3-2-1 .l-col:nth-child(1n),
    .tuv-container--3-2-1 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3-2-1 .l-col:last-child,
    .tuv-container--3-2-1 .l-col:last-child{
    margin-right: 0; }
    section--3-2-1 .l-col:nth-child(0n),
    .tuv-container--3-2-1 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3-2-1 .l-col:nth-child(0n + 1),
    .tuv-container--3-2-1 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 320px) {
    section--3-2-1 .l-col:nth-child(3),
    .tuv-container--3-2-1 .l-col:nth-child(3) {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    section--3-2-1 .l-col:nth-child(3):nth-child(1n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3-2-1 .l-col:nth-child(3):last-child,
    .tuv-container--3-2-1 .l-col:nth-child(3):last-child{
    margin-right: 0; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n + 1),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--3-2-1 .l-col:nth-child(3),
    .tuv-container--3-2-1 .l-col:nth-child(3) {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    section--3-2-1 .l-col:nth-child(3):nth-child(1n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3-2-1 .l-col:nth-child(3):last-child,
    .tuv-container--3-2-1 .l-col:nth-child(3):last-child{
    margin-right: 0; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n + 1),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--3-2-1 .l-col:nth-child(3),
    .tuv-container--3-2-1 .l-col:nth-child(3) {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--3-2-1 .l-col:nth-child(3):nth-child(1n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3-2-1 .l-col:nth-child(3):last-child,
    .tuv-container--3-2-1 .l-col:nth-child(3):last-child{
    margin-right: 0; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n + 1),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--3-2-1 .l-col:nth-child(3),
    .tuv-container--3-2-1 .l-col:nth-child(3) {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--3-2-1 .l-col:nth-child(3):nth-child(1n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--3-2-1 .l-col:nth-child(3):last-child,
    .tuv-container--3-2-1 .l-col:nth-child(3):last-child{
    margin-right: 0; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--3-2-1 .l-col:nth-child(3):nth-child(0n + 1),
    .tuv-container--3-2-1 .l-col:nth-child(3):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--1-2 .l-col,
    .tuv-container--1-2 .l-col {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    section--1-2 .l-col:nth-child(1n),
    .tuv-container--1-2 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--1-2 .l-col:last-child,
    .tuv-container--1-2 .l-col:last-child{
    margin-right: 0; }
    section--1-2 .l-col:nth-child(0n),
    .tuv-container--1-2 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--1-2 .l-col:nth-child(0n + 1),
    .tuv-container--1-2 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--1-2 .l-col,
    .tuv-container--1-2 .l-col {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--1-2 .l-col:nth-child(1n),
    .tuv-container--1-2 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--1-2 .l-col:last-child,
    .tuv-container--1-2 .l-col:last-child{
    margin-right: 0; }
    section--1-2 .l-col:nth-child(0n),
    .tuv-container--1-2 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--1-2 .l-col:nth-child(0n + 1),
    .tuv-container--1-2 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--1-2 .l-col,
    .tuv-container--1-2 .l-col {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--1-2 .l-col:nth-child(1n),
    .tuv-container--1-2 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--1-2 .l-col:last-child,
    .tuv-container--1-2 .l-col:last-child{
    margin-right: 0; }
    section--1-2 .l-col:nth-child(0n),
    .tuv-container--1-2 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--1-2 .l-col:nth-child(0n + 1),
    .tuv-container--1-2 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--1-2 .l-col:nth-child(2),
    .tuv-container--1-2 .l-col:nth-child(2) {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    section--1-2 .l-col:nth-child(2):nth-child(1n),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--1-2 .l-col:nth-child(2):last-child,
    .tuv-container--1-2 .l-col:nth-child(2):last-child{
    margin-right: 0; }
    section--1-2 .l-col:nth-child(2):nth-child(0n),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--1-2 .l-col:nth-child(2):nth-child(0n + 1),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--1-2 .l-col:nth-child(2),
    .tuv-container--1-2 .l-col:nth-child(2) {
      width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
    section--1-2 .l-col:nth-child(2):nth-child(1n),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--1-2 .l-col:nth-child(2):last-child,
    .tuv-container--1-2 .l-col:nth-child(2):last-child{
    margin-right: 0; }
    section--1-2 .l-col:nth-child(2):nth-child(0n),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--1-2 .l-col:nth-child(2):nth-child(0n + 1),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--1-2 .l-col:nth-child(2),
    .tuv-container--1-2 .l-col:nth-child(2) {
      width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
    section--1-2 .l-col:nth-child(2):nth-child(1n),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--1-2 .l-col:nth-child(2):last-child,
    .tuv-container--1-2 .l-col:nth-child(2):last-child{
    margin-right: 0; }
    section--1-2 .l-col:nth-child(2):nth-child(0n),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--1-2 .l-col:nth-child(2):nth-child(0n + 1),
    .tuv-container--1-2 .l-col:nth-child(2):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--2-1 .l-col,
    .tuv-container--2-1 .l-col {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    section--2-1 .l-col:nth-child(1n),
    .tuv-container--2-1 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--2-1 .l-col:last-child,
    .tuv-container--2-1 .l-col:last-child{
    margin-right: 0; }
    section--2-1 .l-col:nth-child(0n),
    .tuv-container--2-1 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--2-1 .l-col:nth-child(0n + 1),
    .tuv-container--2-1 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--2-1 .l-col,
    .tuv-container--2-1 .l-col {
      width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
    section--2-1 .l-col:nth-child(1n),
    .tuv-container--2-1 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--2-1 .l-col:last-child,
    .tuv-container--2-1 .l-col:last-child{
    margin-right: 0; }
    section--2-1 .l-col:nth-child(0n),
    .tuv-container--2-1 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--2-1 .l-col:nth-child(0n + 1),
    .tuv-container--2-1 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--2-1 .l-col,
    .tuv-container--2-1 .l-col {
      width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
    section--2-1 .l-col:nth-child(1n),
    .tuv-container--2-1 .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--2-1 .l-col:last-child,
    .tuv-container--2-1 .l-col:last-child{
    margin-right: 0; }
    section--2-1 .l-col:nth-child(0n),
    .tuv-container--2-1 .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
    section--2-1 .l-col:nth-child(0n + 1),
    .tuv-container--2-1 .l-col:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    section--2-1 .l-col:nth-child(2),
    .tuv-container--2-1 .l-col:nth-child(2) {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    section--2-1 .l-col:nth-child(2):nth-child(1n),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--2-1 .l-col:nth-child(2):last-child,
    .tuv-container--2-1 .l-col:nth-child(2):last-child{
    margin-right: 0; }
    section--2-1 .l-col:nth-child(2):nth-child(0n),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--2-1 .l-col:nth-child(2):nth-child(0n + 1),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--2-1 .l-col:nth-child(2),
    .tuv-container--2-1 .l-col:nth-child(2) {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--2-1 .l-col:nth-child(2):nth-child(1n),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--2-1 .l-col:nth-child(2):last-child,
    .tuv-container--2-1 .l-col:nth-child(2):last-child{
    margin-right: 0; }
    section--2-1 .l-col:nth-child(2):nth-child(0n),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--2-1 .l-col:nth-child(2):nth-child(0n + 1),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    section--2-1 .l-col:nth-child(2),
    .tuv-container--2-1 .l-col:nth-child(2) {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    section--2-1 .l-col:nth-child(2):nth-child(1n),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    section--2-1 .l-col:nth-child(2):last-child,
    .tuv-container--2-1 .l-col:nth-child(2):last-child{
    margin-right: 0; }
    section--2-1 .l-col:nth-child(2):nth-child(0n),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(0n){
    margin-right: 0;
    float: right; }
    section--2-1 .l-col:nth-child(2):nth-child(0n + 1),
    .tuv-container--2-1 .l-col:nth-child(2):nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 320px) {
    section .mobile-image-break-out,
    .tuv-container .mobile-image-break-out, .cc-content .mobile-image-break-out {
      margin: 0 calc((15 / 280) * -1 * 100vw); } }
  @media only print, screen and (min-width: 768px) {
    section .mobile-image-break-out,
    .tuv-container .mobile-image-break-out, .cc-content .mobile-image-break-out {
      margin: 0; } }
  section .debug *:not(input):not(textarea):not(select),
  .tuv-container .debug *:not(input):not(textarea):not(select), .cc-content .debug *:not(input):not(textarea):not(select){
  background-color: rgba(0, 0, 255, 0.1); }
  section .breakout-example,
  .tuv-container .breakout-example, .cc-content .breakout-example {
    margin-bottom: 50px; }
    @media only print, screen and (min-width: 320px) {
      section .breakout-example .l-col,
      .tuv-container .breakout-example .l-col, .cc-content .breakout-example .l-col {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      section .breakout-example .l-col:nth-child(1n),
      .tuv-container .breakout-example .l-col:nth-child(1n), .cc-content .breakout-example .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child{
    margin-right: 0; }
      section .breakout-example .l-col:nth-child(4n),
      .tuv-container .breakout-example .l-col:nth-child(4n), .cc-content .breakout-example .l-col:nth-child(4n){
    margin-right: 0;
    float: right; }
      section .breakout-example .l-col:nth-child(4n + 1),
      .tuv-container .breakout-example .l-col:nth-child(4n + 1), .cc-content .breakout-example .l-col:nth-child(4n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      section .breakout-example .l-col,
      .tuv-container .breakout-example .l-col, .cc-content .breakout-example .l-col {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      section .breakout-example .l-col:nth-child(1n),
      .tuv-container .breakout-example .l-col:nth-child(1n), .cc-content .breakout-example .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child{
    margin-right: 0; }
      section .breakout-example .l-col:nth-child(4n),
      .tuv-container .breakout-example .l-col:nth-child(4n), .cc-content .breakout-example .l-col:nth-child(4n){
    margin-right: 0;
    float: right; }
      section .breakout-example .l-col:nth-child(4n + 1),
      .tuv-container .breakout-example .l-col:nth-child(4n + 1), .cc-content .breakout-example .l-col:nth-child(4n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      section .breakout-example .l-col,
      .tuv-container .breakout-example .l-col, .cc-content .breakout-example .l-col {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      section .breakout-example .l-col:nth-child(1n),
      .tuv-container .breakout-example .l-col:nth-child(1n), .cc-content .breakout-example .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child{
    margin-right: 0; }
      section .breakout-example .l-col:nth-child(0n),
      .tuv-container .breakout-example .l-col:nth-child(0n), .cc-content .breakout-example .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
      section .breakout-example .l-col:nth-child(0n + 1),
      .tuv-container .breakout-example .l-col:nth-child(0n + 1), .cc-content .breakout-example .l-col:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      section .breakout-example .l-col,
      .tuv-container .breakout-example .l-col, .cc-content .breakout-example .l-col {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      section .breakout-example .l-col:nth-child(1n),
      .tuv-container .breakout-example .l-col:nth-child(1n), .cc-content .breakout-example .l-col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child{
    margin-right: 0; }
      section .breakout-example .l-col:nth-child(0n),
      .tuv-container .breakout-example .l-col:nth-child(0n), .cc-content .breakout-example .l-col:nth-child(0n){
    margin-right: 0;
    float: right; }
      section .breakout-example .l-col:nth-child(0n + 1),
      .tuv-container .breakout-example .l-col:nth-child(0n + 1), .cc-content .breakout-example .l-col:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      section .breakout-example .l-col:last-child:nth-child(1n),
      .tuv-container .breakout-example .l-col:last-child:nth-child(1n), .cc-content .breakout-example .l-col:last-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      section .breakout-example .l-col:last-child:last-child,
      .tuv-container .breakout-example .l-col:last-child:last-child, .cc-content .breakout-example .l-col:last-child:last-child{
    margin-right: 0; }
      section .breakout-example .l-col:last-child:nth-child(0n),
      .tuv-container .breakout-example .l-col:last-child:nth-child(0n), .cc-content .breakout-example .l-col:last-child:nth-child(0n){
    margin-right: 0;
    float: right; }
      section .breakout-example .l-col:last-child:nth-child(0n + 1),
      .tuv-container .breakout-example .l-col:last-child:nth-child(0n + 1), .cc-content .breakout-example .l-col:last-child:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      section .breakout-example .l-col:last-child:nth-child(1n),
      .tuv-container .breakout-example .l-col:last-child:nth-child(1n), .cc-content .breakout-example .l-col:last-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      section .breakout-example .l-col:last-child:last-child,
      .tuv-container .breakout-example .l-col:last-child:last-child, .cc-content .breakout-example .l-col:last-child:last-child{
    margin-right: 0; }
      section .breakout-example .l-col:last-child:nth-child(0n),
      .tuv-container .breakout-example .l-col:last-child:nth-child(0n), .cc-content .breakout-example .l-col:last-child:nth-child(0n){
    margin-right: 0;
    float: right; }
      section .breakout-example .l-col:last-child:nth-child(0n + 1),
      .tuv-container .breakout-example .l-col:last-child:nth-child(0n + 1), .cc-content .breakout-example .l-col:last-child:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child {
        position: relative;
        left: calc(99.9% * 0.33333 - (20px - 20px * 0.33333) + 20px); } }
    @media only print, screen and (min-width: 1024px) {
      section .breakout-example .l-col:last-child,
      .tuv-container .breakout-example .l-col:last-child, .cc-content .breakout-example .l-col:last-child {
        position: relative;
        left: calc(99.9% * 0.33333 - (20px - 20px * 0.33333) + 20px); } }

body {
  padding: 0;
  margin: 0;
  background-color: #fff;
  color: #333333;
  font-size: 16px;
  font-family: "Univers LT W02_55 Roman1475958", "Roboto", sans-serif;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  position: relative; }
  body.modal-active {
    overflow: hidden; }

li {
  list-style-type: none; }

.tuv-jp-fontstack {
  font-family: arial, helvetica, sans-serif !important; }
  .tuv-jp-fontstack * {
    font-family: arial, helvetica, sans-serif !important; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent; }
  * *:first-child {
    margin-top: 0; }
  * *:last-child {
    margin-bottom: 0; }

.tuv-containers.tuv-containers--landing {
  padding-top: 71px; }

.tuv-image--full-width {
  width: 100% !important; }
  .tuv-image--full-width img {
    max-width: 100%; }

@media only print, screen and (min-width: 1024px) {
  .tuv-image--offset {
    margin-left: calc(99.9% * (-0.125 * -1) - (20px - 20px * (-0.125 * -1)) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-image--offset {
    margin-left: calc(99.9% * (-0.125 * -1) - (20px - 20px * (-0.125 * -1)) + 20px) !important; } }

.tuv-container, .cc-content {
  padding-bottom: 40px; }
  .tuv-container.tuv-container--continuous, .tuv-container--continuous.cc-content {
    padding-bottom: 15px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container, .cc-content {
      padding-bottom: 60px; }
      .tuv-container.tuv-container--continuous, .tuv-container--continuous.cc-content {
        padding-bottom: 15px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--form {
      padding-bottom: 40px; } }
  .tuv-container--bordered {
    border: 1px solid #cccccc; }
  .tuv-container--text-bottom {
    padding-bottom: 37px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-bottom {
        padding-bottom: 57px; } }
  .tuv-container--secondary {
    max-width: 960px; }
  .tuv-container--full-width {
    margin: 0; }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--full-width--tablet {
      margin: 0; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--full-width--tablet {
      margin: inherit; } }
  .tuv-container--page-header {
    padding: 20px 0 0; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--page-header {
        padding: 11px 0 0; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container.tuv-container--stage, .tuv-container--stage.cc-content {
      padding-bottom: 40px; } }
  .tuv-container.tuv-container--component, .tuv-container--component.cc-content {
    margin-bottom: 60px; }
  .tuv-container.tuv-container--title, .tuv-container--title.cc-content {
    padding-top: 35px;
    padding-bottom: 27px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container.tuv-container--title, .tuv-container--title.cc-content {
        padding-top: 57px;
        padding-bottom: 0px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container.tuv-container--title, .tuv-container--title.cc-content {
        padding-top: 56px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container.tuv-container--title + .tuv-container, .tuv-container--title.cc-content + .tuv-container, .tuv-container.tuv-container--title + .cc-content, .tuv-container--title.cc-content + .cc-content {
        padding-top: 27px; } }
  .tuv-container--1-2-3-first-full > div {
    margin-bottom: 20px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full > div {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div {
        margin-bottom: 0; } }
    .tuv-container--1-2-3-first-full > div .tuv-teaser__image img {
      width: 100%; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full > div:first-child {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:first-child {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:first-child {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:first-child {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:first-child:nth-child(3n + 1){
    clear: both; } }
    .tuv-container--1-2-3-first-full > div:last-of-type {
      margin-bottom: 0; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2) {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2) {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full > div:nth-child(2n+2) {
        float: left !important;
        margin-bottom: 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3) {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3) {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full > div:nth-child(3n+3) {
        float: right !important; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full > div:nth-child(4) {
        display: none; } }
  .tuv-container--1-2-3-first-full-half-md > div {
    margin-bottom: 20px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full-half-md > div {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div {
        margin-bottom: 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full-half-md > div:first-child {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:first-child {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:first-child {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:first-child {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:first-child:nth-child(3n + 1){
    clear: both; } }
    .tuv-container--1-2-3-first-full-half-md > div:last-of-type {
      margin-bottom: 0; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2) {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2) {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(2n+2) {
        float: left !important;
        margin-bottom: 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3) {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3) {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3) {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):last-child{
    margin-right: 0; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3):nth-child(3n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(3n+3) {
        float: right !important; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-3-first-full-half-md > div:nth-child(4) {
        display: none; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--1-2-3-first-full-half-md .tuv-contact a.tuv-btn.h-pull-right, .tuv-container--1-2-3-first-full-half-md .tuv-contact a.h-pull-right.cc-btn {
      width: 100%; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-3-first-full-half-md .tuv-contact a.tuv-btn.h-pull-right, .tuv-container--1-2-3-first-full-half-md .tuv-contact a.h-pull-right.cc-btn {
      width: 100%; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-2 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-1-2 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-2 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-2 > div:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-2 > div:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-2 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-1-2 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-2 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-2 > div:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-2 > div:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-3 > div {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-container--1-1-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-3 > div:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-3 > div:nth-child(3n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-3 > div {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-container--1-1-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-3 > div:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-3 > div:nth-child(3n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-7 > div {
      width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
    .tuv-container--1-1-7 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-7 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-7 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-7 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-7 > div {
      width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
    .tuv-container--1-1-7 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-7 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-7 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-7 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-7 > div {
      position: relative;
      left: calc(99.9% * 0.08333 - (20px - 20px * 0.08333) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-7 > div {
      position: relative;
      left: calc(99.9% * 0.08333 - (20px - 20px * 0.08333) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-8 > div {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-container--1-1-8 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-8 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-8 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-8 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-8 > div {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-container--1-1-8 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-8 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-8 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-8 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-8 > div {
      position: relative;
      left: calc(99.9% * 0.08333 - (20px - 20px * 0.08333) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-8 > div {
      position: relative;
      left: calc(99.9% * 0.08333 - (20px - 20px * 0.08333) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-9 > div {
      width: calc(99.9% * 0.83333 - (20px - 20px * 0.83333)); }
    .tuv-container--1-1-9 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-9 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-9 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-9 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-9 > div {
      width: calc(99.9% * 0.83333 - (20px - 20px * 0.83333)); }
    .tuv-container--1-1-9 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-9 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-9 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-9 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-6 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-1-6 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-6 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-6 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-6 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-6 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-1-6 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-6 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-6 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-6 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-6 > div {
      position: relative;
      left: calc(99.9% * 0.08333 - (20px - 20px * 0.08333) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-6 > div {
      position: relative;
      left: calc(99.9% * 0.08333 - (20px - 20px * 0.08333) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-3 > div {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-container--1-1-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-3 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-3 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-1-3 > div {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-container--1-1-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-1-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-1-3 > div:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-1-3 > div:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--1-2-4 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-2-4 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-4 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-4 > div:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-4 > div:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-4 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-2-4 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-4 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-4 > div:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-4 > div:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-4 > div {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-container--1-2-4 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-4 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-4 > div:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-4 > div:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-4 > div {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-container--1-2-4 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-4 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-4 > div:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-4 > div:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--1-2-3 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-2-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-3 > div:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-3 > div:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-3 > div {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-container--1-2-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-3 > div:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-3 > div:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-3 > div {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-container--1-2-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-3 > div:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-3 > div:nth-child(3n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-3 > div {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-container--1-2-3 > div:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--1-2-3 > div:last-child{
    margin-right: 0; }
    .tuv-container--1-2-3 > div:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-container--1-2-3 > div:nth-child(3n + 1){
    clear: both; } }
  .tuv-container--1-2-3 > div .tuv-teaser__image img {
    width: 100%; }
  .tuv-container--1-2-2 > div {
    margin-bottom: 20px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-2 > div {
        margin-bottom: 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--1-2-2 > div:first-child {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-2 > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-2 > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-2 > div:first-child:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-2 > div:first-child:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-2 > div:first-child {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--1-2-2 > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-2 > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-2 > div:first-child:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-2 > div:first-child:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-2 > div:first-child {
        width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
      .tuv-container--1-2-2 > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-2 > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-2 > div:first-child:nth-child(4n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-2 > div:first-child:nth-child(4n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--1-2-2 > div:first-child {
        width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
      .tuv-container--1-2-2 > div:first-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--1-2-2 > div:first-child:last-child{
    margin-right: 0; }
      .tuv-container--1-2-2 > div:first-child:nth-child(4n){
    margin-right: 0;
    float: right; }
      .tuv-container--1-2-2 > div:first-child:nth-child(4n + 1){
    clear: both; } }
    .tuv-container--1-2-2 > div:last-child {
      margin-bottom: 0; }
      @media only print, screen and (min-width: 768px) {
        .tuv-container--1-2-2 > div:last-child {
          width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
        .tuv-container--1-2-2 > div:last-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-container--1-2-2 > div:last-child:last-child{
    margin-right: 0; }
        .tuv-container--1-2-2 > div:last-child:nth-child(2n){
    margin-right: 0;
    float: right; }
        .tuv-container--1-2-2 > div:last-child:nth-child(2n + 1){
    clear: both; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-container--1-2-2 > div:last-child {
          width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
        .tuv-container--1-2-2 > div:last-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-container--1-2-2 > div:last-child:last-child{
    margin-right: 0; }
        .tuv-container--1-2-2 > div:last-child:nth-child(2n){
    margin-right: 0;
    float: right; }
        .tuv-container--1-2-2 > div:last-child:nth-child(2n + 1){
    clear: both; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-container--1-2-2 > div:last-child {
          width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
        .tuv-container--1-2-2 > div:last-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-container--1-2-2 > div:last-child:last-child{
    margin-right: 0; }
        .tuv-container--1-2-2 > div:last-child:nth-child(4n){
    margin-right: 0;
    float: right; }
        .tuv-container--1-2-2 > div:last-child:nth-child(4n + 1){
    clear: both; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-container--1-2-2 > div:last-child {
          width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
        .tuv-container--1-2-2 > div:last-child:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-container--1-2-2 > div:last-child:last-child{
    margin-right: 0; }
        .tuv-container--1-2-2 > div:last-child:nth-child(4n){
    margin-right: 0;
    float: right; }
        .tuv-container--1-2-2 > div:last-child:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--1-2-2 .tuv-contact a.tuv-btn.h-pull-right, .tuv-container--1-2-2 .tuv-contact a.h-pull-right.cc-btn {
      width: 100%; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--1-2-2 .tuv-contact a.tuv-btn.h-pull-right, .tuv-container--1-2-2 .tuv-contact a.h-pull-right.cc-btn {
      width: auto; } }
  .tuv-container__title-box {
    margin-bottom: 27px; }

.tuv-container-grey {
  background-color: #f2f2f2;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: -40px;
  margin-top: -40px; }
  .tuv-container-grey--inner {
    background-color: #f2f2f2;
    padding: 15px 15px 15px 6px; }

.tuv-container-white {
  background-color: #fff;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-bottom: -40px;
  margin-top: -40px; }

.tuv-base-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-base-container {
      padding: 0 10px;
      max-width: 940px; } }

.tuv-grey-section--top-item {
  margin-top: 40px; }

.tuv-grey-section--inside-item {
  margin-bottom: 40px;
  margin-top: 40px; }

.tuv-grey-section--bottom-item {
  margin-bottom: 0; }
  @media only print, screen and (min-width: 768px) {
    .tuv-grey-section--bottom-item {
      margin-bottom: 0; } }

.key-visual-container {
  position: relative;
  padding-bottom: 20px !important; }
  .key-visual-container__wave-overlay {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100vw;
    width: 101vw;
    left: -2px; }
    @media only print, screen and (min-width: 768px) {
      .key-visual-container__wave-overlay {
        bottom: 10px; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content > * {
    width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
  .tuv-container--main-content > *:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container--main-content > *:last-child{
    margin-right: 0; }
  .tuv-container--main-content > *:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container--main-content > *:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content > * {
    width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
  .tuv-container--main-content > *:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container--main-content > *:last-child{
    margin-right: 0; }
  .tuv-container--main-content > *:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container--main-content > *:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content > * {
    margin-left: calc(99.9% * (-0.08333 * -1) - (20px - 20px * (-0.08333 * -1)) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content > * {
    margin-left: calc(99.9% * (-0.08333 * -1) - (20px - 20px * (-0.08333 * -1)) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content .tuv-container--text-image {
    width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
  .tuv-container--main-content .tuv-container--text-image:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container--main-content .tuv-container--text-image:last-child{
    margin-right: 0; }
  .tuv-container--main-content .tuv-container--text-image:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container--main-content .tuv-container--text-image:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content .tuv-container--text-image {
    width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
  .tuv-container--main-content .tuv-container--text-image:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container--main-content .tuv-container--text-image:last-child{
    margin-right: 0; }
  .tuv-container--main-content .tuv-container--text-image:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container--main-content .tuv-container--text-image:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content .tuv-container--text-image {
    margin-left: calc(99.9% * (-0.08333 * -1) - (20px - 20px * (-0.08333 * -1)) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--main-content .tuv-container--text-image {
    margin-left: calc(99.9% * (-0.08333 * -1) - (20px - 20px * (-0.08333 * -1)) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-image--offset {
    margin-left: calc(99.9% * -0.08333 - (20px - 20px * -0.08333) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-image--offset {
    margin-left: calc(99.9% * -0.08333 - (20px - 20px * -0.08333) + 20px) !important; } }

.tuv-list, .tuv-list--unordered, .tuv-list--unordered ul, .tuv-list--unordered ul ul, .tuv-list-nav, .tuv-check-list,
.tuv-radiobox-list, .tuv-upload-progress-bar__list, .tuv-breadcrumbs__list, .tuv-container__search-results__breadcrumb-container ul, .tuv-nav__meta-list, .tuv-nav__navigation__third-level, .tuv-nav__navigation__fourth-level, .tuv-nav > ul > li > ul, .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li .tuv-nav__navigation__fourth-level, .footer-top ul, .footer-bottom .meta-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.tuv-container--1-1-7:after, .tuv-container--1-1-8:after, .tuv-container--1-1-9:after, .tuv-container--1-1-6:after, .tuv-container--1-1-3:after, .tuv-container--main-content:after, .clearfix:after, .tuv-contact__content:after, .tuv-contact__text-box:after, .tuv-contact .h-bottom-box:after, .ui-datepicker-buttonpane:after, .tuv-teaser-container:after, .tuv-teaser--event:after, .tuv-container--text-image .tuv-container--text-image__wrapper:after {
  content: '';
  display: block;
  clear: both; }

.h-hidden-mobile {
  display: none !important; }
  @media only print, screen and (min-width: 768px) {
    .h-hidden-mobile {
      display: block !important; } }

@media only print, screen and (min-width: 768px) {
  .h-hidden-tablet-up {
    display: none !important; } }

@media only print, screen and (min-width: 768px) {
  .h-hidden-desktop-up {
    display: none !important; } }

@media only print, screen and (min-width: 1440px) {
  .h-hidden-large-desktop {
    display: none !important; } }

.h-show-mobile {
  display: block !important; }
  @media only print, screen and (min-width: 768px) {
    .h-show-mobile {
      display: none !important; } }

.h-show-tablet-up {
  display: none !important; }
  @media only print, screen and (min-width: 768px) {
    .h-show-tablet-up {
      display: block !important; } }

.h-show-desktop-up {
  display: none !important; }
  @media only print, screen and (min-width: 1024px) {
    .h-show-desktop-up {
      display: block !important; } }

.h-show-large-desktop {
  display: none !important; }
  @media only print, screen and (min-width: 1440px) {
    .h-show-large-desktop {
      display: block !important; } }

.h-invisible {
  visibility: hidden; }

.h-pull-right {
  float: right; }

.h-hidden {
  display: none; }

h1, h2, h3, h4, p, span, label {
  margin-top: 0;
  margin-bottom: 1em; }

h1,
h2 {
  font-family: 'Univers LT W02_55 Roman1475958', 'Roboto', sans-serif;
  font-size: 1.5rem;
  color: #333333;
  font-weight: normal;
  line-height: 1.875rem;
  margin-bottom: 13px; }

h3 {
  font-family: 'Univers LT W02_55 Roman1475958', 'Roboto', sans-serif;
  font-size: 1.125rem;
  color: #333333;
  font-weight: normal;
  line-height: 1.3125rem;
  word-wrap: break-word; }

h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333; }

figure {
  margin-left: 0;
  margin-right: 0; }
  figure figcaption {
    font-family: 'Roboto', sans-serif;
    font-size: 0.75rem;
    font-style: italic;
    color: #333333; }

p {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.375rem; }
  p.tuv-typo-italic {
    font-style: italic;
    font-size: 0.75rem;
    line-height: 1.125rem;
    margin-left: -2px; }

span.tuv-typo-meta, p.tuv-typo-meta {
  font-family: 'Roboto', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #333333; }

hr {
  margin: 50px 0; }

.tuv-link {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  color: #333333;
  font-size: 0.9375rem;
  text-decoration: none;
  color: #007ac2;
  cursor: pointer; }
  .tuv-link:hover {
    color: #007ac2;
    text-decoration: underline; }
  .tuv-link--headline {
    font-family: 'Univers LT W02_55 Roman1475958', 'Roboto', sans-serif;
    font-size: 1.125rem;
    color: #333333;
    font-weight: normal;
    font-weight: normal;
    line-height: 1.2em;
    color: #333333; }
  .tuv-link--download {
    font-size: 0.875rem; }
  .tuv-link [class*="inner-icon"] {
    margin-left: 6px;
    color: #007ac2;
    vertical-align: middle; }

td {
  font-family: 'Roboto', sans-serif;
  font-size: 0.875rem;
  color: #333333;
  margin-bottom: 15px; }

button, .tuv-btn, .cc-btn {
  display: inline-block;
  outline: none;
  background-color: #007ac2;
  padding: 7px 30px;
  font-size: 0.875rem;
  font-family: "Univers LT W02_55 Roman1475958", "Roboto", sans-serif;
  line-height: 1.375rem;
  color: white;
  border-radius: 8px;
  -webkit-appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #007ac2;
  cursor: pointer;
  text-align: center; }
  button:hover, .tuv-btn:hover, .cc-btn:hover {
    background-color: #12598d;
    border-color: #12598d; }

.tuv-btn-container {
  font-size: 0;
  line-height: 0; }
  .tuv-btn-container .tuv-btn, .tuv-btn-container .cc-btn {
    margin-right: 14px;
    font-size: 0.875rem;
    line-height: 1.375rem; }
    .tuv-btn-container .tuv-btn:last-child, .tuv-btn-container .cc-btn:last-child {
      margin: 0; }

.tuv-btn--gunmetal {
  background-color: #999999;
  border-color: #999999; }
  .tuv-btn--gunmetal.tuv-btn--secondary {
    border: 2px solid #999999;
    color: #999999; }
    .tuv-btn--gunmetal.tuv-btn--secondary:hover {
      border: 2px solid #333333;
      color: #333333; }
  .tuv-btn--gunmetal:hover {
    background-color: #333333;
    border-color: #333333; }

.tuv-btn--grey {
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  .tuv-btn--grey:hover {
    background-color: #999999;
    border-color: #999999; }

.tuv-btn--disabled {
  background-color: #bdcee9;
  border-color: #bdcee9;
  color: #bdcee9 !important;
  pointer-events: none; }
  .tuv-btn--disabled:hover {
    background-color: #bdcee9;
    border-color: #bdcee9; }

.tuv-btn--more {
  padding: 12px 15px; }

.tuv-btn--close {
  padding: 6px 7px 5px 8px; }
  .tuv-btn--close [class*="inner-icon"] {
    color: #333333;
    margin: 0 !important;
    font-size: 1rem; }

.tuv-btn--secondary {
  background-color: #fff;
  color: #007ac2; }
  .tuv-btn--secondary:hover {
    background-color: #fff;
    color: #12598d;
    border-color: #12598d; }

.tuv-btn [class*="inner-icon"], .cc-btn [class*="inner-icon"] {
  margin-right: 7px; }

.tuv-btn--right {
  float: right; }

.tuv-container-grey--inner .tuv-list {
  padding-left: 9px; }

.tuv-list--unordered .tuv-list__item {
  padding-left: 15px;
  margin-bottom: 20px;
  overflow: hidden; }
  .tuv-list--unordered .tuv-list__item:last-child {
    margin-bottom: 0; }
  .tuv-list--unordered .tuv-list__item:before {
    content: '';
    top: 10px;
    background: #007ac2;
    width: 3px;
    height: 3px;
    margin-left: -15px; }

.tuv-list--unordered ul {
  margin-top: 20px; }
  .tuv-list--unordered ul li:before {
    content: "\2212" !important;
    background: none !important;
    top: 0 !important; }
  .tuv-list--unordered ul ul {
    margin-top: 20px; }
    .tuv-list--unordered ul ul li:before {
      content: "\2022" !important;
      background: none !important;
      top: 0 !important; }

.tuv-list--ordered {
  counter-reset: item; }
  .tuv-list--ordered .tuv-list__item {
    padding-left: 18px;
    margin-bottom: 20px;
    counter-increment: item;
    overflow: hidden; }
    .tuv-list--ordered .tuv-list__item:last-child {
      margin-bottom: 0; }
    .tuv-list--ordered .tuv-list__item:nth-child(n+10):before {
      margin-left: -25px; }
    .tuv-list--ordered .tuv-list__item:before {
      content: counter(item) ".";
      color: #007ac2;
      margin-left: -18px; }

.tuv-list--checkmark .tuv-list__item {
  padding-left: 29px;
  margin-bottom: 8px;
  overflow: hidden; }
  .tuv-list--checkmark .tuv-list__item:before {
    content: "\f00c";
    font: normal normal normal 22px/1 FontAwesome;
    color: #007ac2;
    top: -1px;
    left: 0; }

.tuv-list__item {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: "Roboto", sans-serif; }
  .tuv-list__item:before {
    position: absolute; }

.tuv-list-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .tuv-list-nav__item {
    alin-self: stretch;
    padding-bottom: 25px; }
    .tuv-list-nav__item--active {
      position: relative; }
      .tuv-list-nav__item--active:before {
        content: ' ';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: #007ac2; }
      .tuv-list-nav__item--active .tuv-list-nav__link {
        color: #007ac2; }
  .tuv-list-nav__link {
    display: inline-block;
    text-decoration: none;
    color: #333333;
    font-size: 0.875rem;
    line-height: 1rem; }
    .tuv-list-nav__link:hover {
      color: #007ac2; }

.tuv-container .tuv-landing-offset--top, .cc-content .tuv-landing-offset--top {
  margin-top: 70px; }

label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #333333;
  display: inline-block;
  margin-bottom: 12px; }

.tuv-input input {
  -webkit-appearance: none; }
  .tuv-input input:focus {
    outline: none;
    border: 1px solid #007ac2; }

.tuv-input--error label {
  font-weight: bold;
  color: #ff0000; }

.tuv-input--error .tuv-input__control,
.tuv-input--error .tuv-input__control:focus {
  border-color: #ff0000;
  border-width: 2px; }

.tuv-input--error .tuv-form__error-message {
  display: block; }

.tuv-input--focus input {
  border: 1px solid #007ac2; }

.tuv-input--password .tuv-input__info {
  display: block;
  color: #999999;
  font-size: 0.75rem; }

.tuv-input__control {
  outline: 0;
  width: 100%;
  border: 1px solid #999999;
  background: #fff;
  color: #333333;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 2.5rem; }
  .tuv-input__control::-webkit-input-placeholder {
    color: #999999; }
  .tuv-input__control::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .tuv-input__control:-moz-placeholder {
    color: #999999; }
  .tuv-input__control:-ms-input-placeholder {
    color: #999999; }
  .tuv-input__control.placeholder {
    color: #999999; }

.tuv-input__error-message {
  display: none; }

.tuv-input__info {
  display: none; }

.tuv-input-group {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: 1.813em; }
  .tuv-input-group .tuv-input {
    padding-right: 38px; }
  .tuv-input-group .tuv-input__control {
    border: 0;
    height: 38px; }
  .tuv-input-group label {
    position: absolute;
    top: -2em;
    left: 0;
    font-family: "Roboto", sans-serif; }
  .tuv-input-group .tuv-btn, .tuv-input-group .cc-btn {
    position: absolute;
    top: 50%;
    right: -1px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 12px;
    border-radius: 7px;
    width: 40px;
    height: 40px;
    line-height: 1.125rem;
    border: 0; }

select:focus {
  outline: none; }

.tuv-select span {
  margin: 0; }

.tuv-select__control .tuv-select__label {
  width: 100%; }

.tuv-select__control .select2-container {
  display: block;
  text-indent: 0;
  width: 100% !important;
  margin-top: 10px; }
  .tuv-select__control .select2-container--focus {
    outline: 0; }
  .tuv-select__control .select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f077"; }
  .tuv-select__control .select2-container--open.select2-container--default.select2-container--above .select2-selection--single,
  .tuv-select__control .select2-container--open.select2-container--default.select2-container--above .select2-selection--multiple, .tuv-select__control .select2-container--open.select2-container--default.select2-container--below .select2-selection--single,
  .tuv-select__control .select2-container--open.select2-container--default.select2-container--below .select2-selection--multiple {
    border-radius: 8px; }
  .tuv-select__control .select2-container--default .select2-selection--single {
    border-radius: 8px;
    border-color: #999999;
    height: 40px;
    outline: 0; }
    .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0 20px;
      line-height: 38px; }
    .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 38px; }
      .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 20px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #007ac2; }
      .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }

.tuv-select__label .tuv-tooltip-icon {
  margin-left: 8px; }

.tuv-select--error label {
  font-weight: bold;
  color: #ff0000; }

.tuv-select--error .tuv-select__control .select2-container--default {
  font-weight: normal; }
  .tuv-select--error .tuv-select__control .select2-container--default .select2-selection--single {
    border-color: #ff0000;
    border-width: 2px; }

.tuv-select--error .tuv-form__error-message {
  display: block; }

.tuv-select .tuv-tooltip__icon {
  margin-left: 8px; }

.select2-search--dropdown {
  display: none !important; }

.select2-container--open .select2-dropdown--above.select2-dropdown, .select2-container--open .select2-dropdown--below.select2-dropdown {
  border-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  padding: 7px 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ffffff !important;
  color: #000000; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f2f2f2; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background: #007ac2 !important; }

.select2-results .select2-results__option {
  padding: 6px 20px;
  font-size: 0.8125rem;
  font-size: 13px; }

.tuv-text-area__control {
  display: block;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  resize: none;
  overflow-y: auto; }
  .tuv-text-area__control:focus {
    outline: none;
    border-color: #007ac2; }

.tuv-text-area--error .tuv-form__error-message {
  display: block; }

.tuv-text-area--error .tuv-text-area__label {
  color: #ff0000;
  font-weight: bold; }

.tuv-text-area--error .tuv-text-area__control {
  border-color: #ff0000;
  border-width: 2px; }

.tuv-form__error-message {
  display: none;
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #ff0000; }

.tuv-tooltip {
  position: absolute;
  bottom: 32px;
  left: 30px; }
  .tuv-tooltip__icon {
    border-radius: 50%;
    display: inline-block;
    background: #007ac2;
    width: 18px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    height: 18px;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin: 0 0 0 8px;
    cursor: pointer; }
  .tuv-tooltip__box {
    background: #f8f8f8;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.17);
    width: 300px;
    padding: 14px;
    border-radius: 10px;
    position: relative; }
    .tuv-tooltip__box h3 {
      line-height: 1.5rem;
      margin: 0 17px 9px 0; }
    .tuv-tooltip__box p {
      margin-right: 17px; }
  .tuv-tooltip__close-btn {
    text-decoration: none;
    color: #333333;
    position: absolute;
    top: 10px;
    right: 13px; }
    .tuv-tooltip__close-btn:hover {
      color: #999999; }
    .tuv-tooltip__close-btn:before {
      font-size: 16px; }
  .tuv-tooltip__triangle {
    width: 20px;
    height: 13px;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.17);
    position: absolute;
    top: 100%;
    left: 78px; }
    .tuv-tooltip__triangle:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background: #f8f8f8;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -15px;
      left: 0;
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.17); }

.tuv-progress-bar {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif; }
  .tuv-progress-bar__status {
    color: #007ac2;
    font-weight: bold; }
  .tuv-progress-bar__text-box {
    margin-bottom: 9px; }
  .tuv-progress-bar__holder {
    border-radius: 8px;
    max-width: 166px;
    background: #f2f2f2;
    width: 100%;
    height: 31px;
    position: relative;
    overflow: hidden; }
  .tuv-progress-bar__progress {
    background: #007ac2;
    height: 31px;
    width: 60%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .tuv-progress-bar__badge {
    position: absolute;
    top: 50%;
    left: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff; }
  .tuv-progress-bar--upload {
    width: calc(100% - 35px);
    padding-right: 4px;
    float: left; }
    .tuv-progress-bar--upload .tuv-progress-bar__holder {
      max-width: 100%; }

.tuv-check-list-box--error > .tuv-form__error-message {
  display: block; }

.tuv-check-list-box--error .tuv-checkbox--error .tuv-form__error-message {
  display: none; }

.tuv-check-list--grey, .tuv-check-list--blue,
.tuv-radiobox-list--grey,
.tuv-radiobox-list--blue {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 17px 12px 4px; }

.tuv-check-list--transparent,
.tuv-radiobox-list--transparent {
  padding: 17px 12px 4px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-check-list--transparent,
    .tuv-radiobox-list--transparent {
      padding: 0; } }

.tuv-check-list--grey--error, .tuv-check-list--blue--error,
.tuv-radiobox-list--grey--error,
.tuv-radiobox-list--blue--error {
  background: #f2f2f2;
  border: 2px solid #ff0000;
  padding: 15px 12px 2px;
  border-radius: 8px; }

.tuv-check-list--blue, .tuv-check-list--blue--error,
.tuv-radiobox-list--blue,
.tuv-radiobox-list--blue--error {
  background: #eaeef8;
  border: 0; }

.tuv-checkbox {
  position: relative; }
  .tuv-checkbox--error .tuv-checkbox__control:checked + .tuv-checkbox__icon:before,
  .tuv-checkbox--error .tuv-checkbox__control + .tuv-checkbox__icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #007ac2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .tuv-checkbox--error .tuv-form__error-message {
    display: block;
    padding-top: 2px; }
  .tuv-checkbox__control {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .tuv-checkbox__control:checked + .tuv-checkbox__icon:before {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #007ac2;
      font-size: 1.125rem;
      line-height: 1.25rem;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .tuv-checkbox__icon {
    background: #f8f8f8;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35) inset;
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
    margin: 0; }
    .tuv-checkbox__icon:before {
      display: none; }
  .tuv-checkbox__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-left: 34px; }

.tuv-radiobox {
  position: relative; }
  .tuv-radiobox--error .tuv-form__error-message {
    display: block;
    padding-top: 3px; }
  .tuv-radiobox__control {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .tuv-radiobox__control:checked + .tuv-radiobox__icon:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #007ac2;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .tuv-radiobox__icon {
    background: #f8f8f8;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35) inset;
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0; }
    .tuv-radiobox__icon:before {
      display: none; }
  .tuv-radiobox__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-left: 37px; }

.tuv-upload {
  display: table;
  padding: 15px;
  height: 103px;
  width: 100%;
  border-radius: 10px;
  border: 3px dashed #bdcee9;
  cursor: pointer; }
  .tuv-upload--hover {
    border-style: solid;
    border-color: #007ac2; }
    .tuv-upload--hover .tuv-upload__text-box {
      opacity: 0.5; }
  .tuv-upload__text-box {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }
    .tuv-upload__text-box p {
      color: #bdcee9;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.4375rem;
      line-height: 1; }

.tuv-upload-progress-bar__list {
  counter-reset: myCounter; }

.tuv-upload-progress-bar__list-item {
  margin-bottom: 28px; }
  .tuv-upload-progress-bar__list-item:before {
    content: counter(myCounter) ") ";
    counter-increment: myCounter; }

.tuv-upload-progress-bar__title {
  display: inline-block;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.375rem; }

.tuv-upload-progress-bar__box--finished .tuv-progress-bar__progress {
  width: 100%;
  background: #bdcee9; }

.tuv-upload-progress-bar__box--error .tuv-progress-bar__progress {
  background: #e6e6e6; }

.tuv-upload-progress-bar__box--error .tuv-progress-bar__badge {
  color: rgba(51, 51, 51, 0.5); }

.tuv-upload-progress-bar__box--error .tuv-form__error-message {
  display: block;
  padding-top: 3px; }

.tuv-upload-progress-bar .tuv-btn, .tuv-upload-progress-bar .cc-btn {
  border: none;
  padding: 0 7px; }
  .tuv-upload-progress-bar .tuv-btn span.inner-icon, .tuv-upload-progress-bar .cc-btn span.inner-icon {
    line-height: 31px;
    height: 31px;
    vertical-align: middle; }

.language-selector__form {
  width: 100%; }
  .language-selector__form__content__select .selectize-control {
    text-align: left; }
    .language-selector__form__content__select .selectize-control .selectize-input {
      z-index: 1054;
      border-radius: 6px;
      border-color: #ccc;
      box-shadow: none;
      height: 40px;
      line-height: 22px;
      padding-left: 20px;
      font-size: 14px; }
      .language-selector__form__content__select .selectize-control .selectize-input input {
        font-size: 14px; }
      .language-selector__form__content__select .selectize-control .selectize-input:after {
        content: '\f078' !important;
        width: 12px !important;
        height: 7px !important;
        position: absolute;
        background-repeat: no-repeat;
        border: none !important;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #007ac2;
        font: normal normal normal 14px/1 FontAwesome; }
    .language-selector__form__content__select .selectize-control .selectize-dropdown {
      z-index: 1053;
      margin-top: -4px;
      padding-top: 4px;
      border-radius: 0;
      border-top: 1px solid #cccccc;
      padding-left: 20px;
      font-size: 14px; }
      .language-selector__form__content__select .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
        padding-left: 0;
        font-size: 14px; }
      .language-selector__form__content__select .selectize-control .selectize-dropdown .selectize-dropdown-content .highlight {
        font-weight: bold;
        background: #fff; }
      .language-selector__form__content__select .selectize-control .selectize-dropdown .selectize-dropdown-content .active {
        background: #fff; }
  .language-selector__form .selectize-input.dropdown-active:after {
    content: '\f077' !important; }
  .language-selector__form__content {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 20px;
    padding-top: 30px;
    position: relative;
    top: 10%;
    left: 0;
    right: 0;
    background: #ffffff;
    margin-bottom: 60px; }
    .language-selector__form__content .close-language-selector {
      position: absolute;
      top: 0;
      right: 0;
      width: 10px;
      height: 10px;
      padding: 15px;
      padding-top: 35px;
      background: url("../img/close.png") no-repeat center center; }
    .language-selector__form__content__headline {
      margin-top: 10px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 20px; }
    .language-selector__form__content__country-select {
      text-align: left;
      padding: 30px 0;
      border-top: 1px solid #cccccc;
      background: #f6f6f6;
      margin-top: 30px; }

.tuv-nav__country-switch__select {
  min-width: 67px;
  display: inline-block;
  padding-left: 16px; }
  .tuv-nav__country-switch__select .dropdown-wrapper {
    display: block; }
  .tuv-nav__country-switch__select .select2-container--default {
    width: 100% !important;
    min-width: 100%; }
    .tuv-nav__country-switch__select .select2-container--default .select2-selection--single {
      border: 0;
      position: relative; }
      .tuv-nav__country-switch__select .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0;
        height: 28px; }
        .tuv-nav__country-switch__select .select2-container--default .select2-selection--single .select2-selection__rendered > div {
          display: block; }
      .tuv-nav__country-switch__select .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 5px 5px 0 5px;
        border-color: #333333 transparent transparent transparent; }
      .header .tuv-nav__country-switch__select .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 3px;
        right: -2px; }
    .tuv-nav__country-switch__select .select2-container--default.select2-container--focus .select2-selection--single {
      outline: 0; }
    .tuv-nav__country-switch__select .select2-container--default .selection {
      display: block; }
  .tuv-nav__country-switch__select .select2-container span {
    margin-bottom: 0; }
  .tuv-nav__country-switch__select .flag-icon {
    width: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
  .tuv-nav__country-switch__select .label {
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 0.75rem; }

.select2-container--default.lang .select2-results__option {
  padding: 10px 5px; }

.select2-container--default.lang.select2-container--open .select2-dropdown--below.select2-dropdown,
.select2-container--default.lang.select2-container--open .select2-dropdown--above.select2-dropdown {
  padding: 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }

.flag-icon {
  width: 15px;
  margin-bottom: 0; }

.page-inner-box--breadcrumbs {
  display: none; }
  @media only print, screen and (min-width: 768px) {
    .page-inner-box--breadcrumbs {
      display: block;
      padding: 0; } }

.page-inner-box--breadcrumbs-footer {
  padding: 19px 0; }
  @media only print, screen and (min-width: 1024px) {
    .page-inner-box--breadcrumbs-footer {
      padding: 0 0 18px; } }
  .page-inner-box--breadcrumbs-footer .tuv-breadcrumbs--logo {
    margin-top: -3px; }

.page-inner-box--video {
  padding-bottom: 53px; }
  @media only print, screen and (min-width: 768px) {
    .page-inner-box--video {
      padding-top: 23px;
      padding-bottom: 14px; } }
  @media only print, screen and (min-width: 1024px) {
    .page-inner-box--video {
      padding-top: 8px;
      padding-bottom: 60px; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--category-page .tuv-grey-section--inside-item, .tuv-container--subcategory-page .tuv-grey-section--inside-item {
    margin-bottom: 31px; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container--category-page .page-inner-box--breadcrumbs-footer, .tuv-container--subcategory-page .page-inner-box--breadcrumbs-footer {
    padding-bottom: 28px; } }

.tuv-container--no-padding {
  padding-bottom: 20px; }

.tuv-container__title-box {
  width: 100%; }

.tuv-background-grey {
  background: #f2f2f2; }

.tuv .tuv-styleguide-h2 {
  color: #007ac2;
  font-weight: bold;
  text-transform: uppercase; }

.tuv .tuv-styleguide-h3 {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase; }

.tuv-btn-container {
  margin-bottom: 16px; }

.tuv-link-box {
  margin-bottom: 16px; }

.tuv-list-box {
  max-width: 263px;
  float: left; }
  .tuv-list-box .tuv-list__item {
    width: 47%;
    margin-right: 3%; }

@media only print, screen and (min-width: 1024px) {
  .tuv-col-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

@media only print, screen and (min-width: 768px) {
  .tuv-col-box--flex-sm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.tuv-col-box .col {
  padding: 0 0 15px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-col-box .col {
      width: 48%;
      padding: 0 15px; } }

.tuv-col-box .col-1-3 {
  padding: 0 0 15px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-col-box .col-1-3 {
      width: 33.33%;
      padding: 0 15px; } }

.tuv-col-box .col-1-7 {
  padding: 0 0 15px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-col-box .col-1-7 {
      width: 70%;
      padding: 0 15px; } }

.tuv-box {
  position: relative; }

.tuv-select-holder {
  margin-top: 17px; }

.pt-40 {
  padding-top: 40px !important; }

.tuv-arabic > p, .tuv-arabic h1, .tuv-arabic h2, .tuv-arabic h3, .tuv-arabic h4, .tuv-arabic h5, .tuv-arabic h6, .tuv-arabic a, .tuv-arabic span, .tuv-arabic ul, .tuv-arabic ul li, .tuv-arabic table, .tuv-arabic tr, .tuv-arabic td, .tuv-arabic th {
  direction: rtl !important; }

.tuv-arabic table th {
  text-align: right;
  padding-right: 10px; }

.tuv-arabic > div, .tuv-arabic table, .tuv-arabic ul {
  text-align: right; }

@media only print, screen and (min-width: 1024px) {
  .tuv-arabic .footer-list-box {
    padding-right: 120px; } }

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.language-selector {
  display: none;
  content: ' ';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll; }
  .language-selector.active {
    display: block; }
  .language-selector span.current-language-image {
    width: 100px;
    height: 70px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: 30px;
    float: left; }
  @media only print, screen and (min-width: 768px) {
    .language-selector__mobile {
      display: none; } }
  .language-selector__mobile .current-language-image {
    width: 100%;
    max-width: 200px; }
  .language-selector__tablet-and-up {
    text-align: left;
    display: none;
    min-height: 160px; }
    .language-selector__tablet-and-up img {
      float: left;
      margin-left: 30px; }
    @media only print, screen and (min-width: 768px) {
      .language-selector__tablet-and-up {
        display: blocK; } }
    .language-selector__tablet-and-up .language-selector__top-content {
      float: left;
      margin-left: 20px;
      width: calc(100% - 160px);
      padding-right: 30px;
      margin-bottom: 25px; }
      .language-selector__tablet-and-up .language-selector__top-content .language-selector__content__headline {
        padding: 0;
        margin-bottom: 0;
        margin-top: 0; }
      .language-selector__tablet-and-up .language-selector__top-content ul {
        padding: 0; }
        .language-selector__tablet-and-up .language-selector__top-content ul li {
          padding-left: 10px;
          padding-right: 10px;
          line-height: 24px;
          margin-top: 15px;
          border-right: 1px solid #cccccc;
          border-left: 1px solid #cccccc;
          margin-left: -1px;
          min-width: 42px;
          float: left;
          list-style-type: none;
          display: inline-block; }
          .language-selector__tablet-and-up .language-selector__top-content ul li a {
            font-size: 14px;
            text-decoration: none; }
            .language-selector__tablet-and-up .language-selector__top-content ul li a:visited {
              color: #007ac2; }
            .language-selector__tablet-and-up .language-selector__top-content ul li a.active {
              color: #000000; }
    .language-selector__tablet-and-up .language-selector__top-content + * {
      clear: both; }
    .language-selector__tablet-and-up .language-selector__content__countries a,
    .language-selector__tablet-and-up .language-selector__content__countries a:visited {
      font-size: 12px;
      color: #000000;
      margin-left: 5px;
      text-decoration: none;
      vertical-align: middle;
      line-height: 16px; }
      .language-selector__tablet-and-up .language-selector__content__countries a:after,
      .language-selector__tablet-and-up .language-selector__content__countries a:visited:after {
        content: ' ';
        margin-left: 5px;
        width: 6px;
        height: 9px;
        display: inline-block;
        background: url("../img/arrow-right.png");
        background-repeat: no-repeat;
        border: none; }
      .language-selector__tablet-and-up .language-selector__content__countries a:hover,
      .language-selector__tablet-and-up .language-selector__content__countries a:visited:hover {
        color: #007ac2; }
    .language-selector__tablet-and-up .language-selector__content__countries ul {
      margin-top: 30px;
      -moz-column-count: 4;
      -moz-column-gap: 20px;
      -webkit-column-count: 4;
      -webkit-column-gap: 20px;
      column-count: 4;
      column-gap: 20px;
      -moz-column-width: 150px;
      column-width: 150px;
      -moz-column-fill: auto;
      column-fill: auto;
      height: 500px;
      padding-left: 30px;
      padding-right: 30px; }
      .language-selector__tablet-and-up .language-selector__content__countries ul li {
        position: relative;
        color: #000000;
        list-style-type: none;
        margin-bottom: 10px;
        line-height: 16px;
        vertical-align: middle; }
        .language-selector__tablet-and-up .language-selector__content__countries ul li a {
          padding-left: 1.33rem;
          display: inline-block; }
        .language-selector__tablet-and-up .language-selector__content__countries ul li .flag-icon {
          position: absolute;
          left: 0;
          width: 1.333rem;
          line-height: 1rem; }
          .language-selector__tablet-and-up .language-selector__content__countries ul li .flag-icon-placeholder {
            background: #cccccc; }
          .language-selector__tablet-and-up .language-selector__content__countries ul li .flag-icon-global {
            background: #fff; }
  .language-selector .language-selector__content__country-select .selectize-control .selectize-input {
    z-index: 1052; }
  .language-selector .language-selector__content__country-select .selectize-control .selectize-dropdown {
    z-index: 1051; }
  .language-selector .language-selector__content__select {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px; }
  .language-selector .selectize-control {
    text-align: left; }
    .language-selector .selectize-control .selectize-input {
      z-index: 1054;
      border-radius: 6px;
      border-color: #ccc;
      box-shadow: none;
      height: 40px;
      line-height: 22px;
      padding-left: 20px;
      font-size: 14px; }
      .language-selector .selectize-control .selectize-input input {
        font-size: 14px; }
      .language-selector .selectize-control .selectize-input:after {
        content: ' ';
        width: 15px;
        height: 10px;
        position: absolute;
        background: url("../img/arrow-down.png");
        background-repeat: no-repeat;
        border: none; }
      .language-selector .selectize-control .selectize-input.search:after {
        background: url("../img/search.png");
        height: 16px;
        top: 13px; }
    .language-selector .selectize-control .selectize-dropdown {
      z-index: 1053;
      margin-top: -4px;
      padding-top: 4px;
      border-radius: 0;
      border-top: 1px solid #cccccc;
      padding-left: 20px;
      font-size: 14px; }
      .language-selector .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
        padding-left: 0;
        font-size: 14px; }
      .language-selector .selectize-control .selectize-dropdown .selectize-dropdown-content .highlight {
        font-weight: bold;
        background: #fff; }
      .language-selector .selectize-control .selectize-dropdown .selectize-dropdown-content .active {
        background: #fff; }
  .language-selector__content {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 20px;
    padding-top: 30px;
    position: relative;
    top: 10%;
    left: 0;
    right: 0;
    background: #ffffff;
    margin-bottom: 60px; }
    .language-selector__content .close-language-selector {
      position: absolute;
      top: 0;
      right: 0;
      width: 10px;
      height: 10px;
      padding: 15px;
      padding-top: 35px;
      background: url("../img/close.png") no-repeat center center; }
    .language-selector__content__headline {
      margin-top: 10px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 20px; }
    .language-selector__content__country-select {
      text-align: left;
      padding: 30px 0;
      border-top: 1px solid #cccccc;
      background: #f6f6f6;
      margin-top: 30px; }

.tuv-headline-table {
  margin-top: 30px;
  margin-bottom: -17px; }

.headline-table {
  width: 100%;
  border-collapse: collapse; }
  .headline-table td {
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    line-height: 1.375rem; }
  .headline-table th {
    text-align: left;
    padding-left: 10px;
    min-width: 125px; }
  .headline-table tr {
    border-bottom: 1px solid #999999; }
    .headline-table tr:last-child {
      border-bottom: none; }
  .headline-table thead {
    font-size: 0.875rem;
    line-height: 22px; }
    .headline-table thead tr {
      height: 50px;
      background-color: #f2f2f2; }

.parallax-overlay {
  background-color: #fff;
  z-index: 0; }

.tuv-container--parallax {
  padding-bottom: 0;
  position: relative; }

.parallax__wave-overlay {
  width: 101%;
  position: absolute;
  bottom: 0;
  left: -2px;
  display: block; }

.parallax-wrapper .tuv-container--header-image {
  transform: translateZ(0); }

.parallax-wrapper + * {
  padding-top: 20px; }
  @media only print, screen and (min-width: 768px) {
    .parallax-wrapper + * {
      padding-top: 0; } }

.tuv-contactform {
  background-color: #f2f2f2;
  padding: 30px 40px; }

.tuv-contactform:before{
  content: '';
  display: table; }

.tuv-contactform:after{
  content: '';
  display: table;
  clear: both; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform {
      width: calc(99.9% * 0.83333 - (20px - 20px * 0.83333)); }
    .tuv-contactform:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform:last-child{
    margin-right: 0; }
    .tuv-contactform:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-contactform:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform {
      width: calc(99.9% * 0.83333 - (20px - 20px * 0.83333)); }
    .tuv-contactform:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform:last-child{
    margin-right: 0; }
    .tuv-contactform:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-contactform:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-contactform form {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-contactform form:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form:last-child{
    margin-right: 0; }
    .tuv-contactform form:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform form {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-contactform form:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form:last-child{
    margin-right: 0; }
    .tuv-contactform form:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form:nth-child(2n + 1){
    clear: both; } }
  .tuv-contactform form label, .tuv-contactform form input, .tuv-contactform form textarea {
    margin-top: 10px;
    display: block;
    width: 100%; }
  @media only print, screen and (min-width: 768px) {
    .tuv-contactform form .form-left-wrapper {
      width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
    .tuv-contactform form .form-left-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-left-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform form .form-left-wrapper {
      width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
    .tuv-contactform form .form-left-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-left-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-contactform form .form-right-wrapper {
      width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
    .tuv-contactform form .form-right-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-right-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform form .form-right-wrapper {
      width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
    .tuv-contactform form .form-right-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-right-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n + 1){
    clear: both; } }
  .tuv-contactform form .form-right-wrapper label[for="message"] {
    height: calc(100% - 10px); }
  .tuv-contactform form .button-wrapper {
    margin-top: 20px;
    text-align: right; }
    @media only print, screen and (min-width: 768px) {
      .tuv-contactform form .button-wrapper {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-contactform form .button-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contactform form .button-wrapper:last-child{
    margin-right: 0; }
      .tuv-contactform form .button-wrapper:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contactform form .button-wrapper:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contactform form .button-wrapper {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-contactform form .button-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contactform form .button-wrapper:last-child{
    margin-right: 0; }
      .tuv-contactform form .button-wrapper:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contactform form .button-wrapper:nth-child(0n + 1){
    clear: both; } }

.emp-form-page {
  display: none; }

.emp-form-page-active {
  display: block; }

.emp-form .tuv-form__error-message {
  display: none; }

.emp-form .tuv-form__error-message--error {
  display: block; }

.emp-tuv_core_error_template {
  display: none; }

.tuv-upload:hover {
  border: 3px dashed #bdcee9; }

.tuv-upload.dragover {
  border: 3px dashed #ff0000; }

.emp-fileupload_fallback {
  display: none; }

#emp-fileinput {
  visibility: hidden; }

#emp-summary-formdata {
  margin-bottom: 20px; }

.emp-summary-formfield {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  padding: 15px;
  border: 1px solid;
  border-color: whitesmoke;
  background-color: whitesmoke; }

.emp-summary-formfield-name {
  -ms-flex: 1;
  flex: 1; }

.emp-summary-formfield-value {
  -ms-flex: 1;
  flex: 1; }

.emp-summary-formfield-value > ul {
  list-style: outside none none; }

.emp-summary-formfield-value ul li {
  margin-bottom: 15px; }

.emp-summary-formfield-value ul li:last-child {
  margin-bottom: 0; }

.emp-tuv-form-contact {
  border: 1px solid #999999;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px; }

/* inject:imports */
/* endinject */
/* DO NOT REMOVE THIS, COMPONENT AND ELEMENT SCSS FILES GET INJECTED AUTOMATIGALLY */
/* inject:imports */
@font-face {
  font-family: "Univers LT W02_55 Roman1475958";
  src: url("../fonts/19254118_a7ad_4609_8cee_8ef44a85bba1.eot+?#iefix");
  src: url("../fonts/19254118_a7ad_4609_8cee_8ef44a85bba1.eot+?#iefix") format("eot"), url("../fonts/c5f91eda_7bd6_4dda_920e_a8aca7f11884.woff2") format("woff2"), url("../fonts/34799647_aca8_402d_a341_220207b91cbf.woff") format("woff"), url("../fonts/8186c8c1_cfdb_4c3e_b38e_6c2fd28486b5.ttf") format("truetype"), url("../fonts/d7d2f6ed_1dde_4178_9353_bdd0821e77cb.svg+#d7d2f6ed_1dde_4178_9353_bdd0821e77cb") format("svg"); }

@font-face {
  font-family: "Univers LT W02_55 Oblique";
  src: url("../fonts/baaa9eb9_5a9d_412c_a1d5_9e6c7e5b461d.eot+?#iefix");
  src: url("../fonts/baaa9eb9_5a9d_412c_a1d5_9e6c7e5b461d.eot+?#iefix") format("eot"), url("../fonts/6cb09624_6e64_4ae0_bbc8_c90dcb3ca661.woff2") format("woff2"), url("../fonts/76965b0c_431e_47e7_9e3a_3c0d11975ae0.woff") format("woff"), url("../fonts/f7972b84_b8a3_4d30_83da_4f412de478fc.ttf") format("truetype"), url("../fonts/056a6a96_36ce_4fd0_9e83_4d55f5247495.svg+#056a6a96_36ce_4fd0_9e83_4d55f5247495") format("svg"); }

@font-face {
  font-family: "Univers LT W02_65 Bold1475970";
  src: url("../fonts/e4c74689_7dab_4e97_a1bd_4671a16bbe0a.eot+?#iefix");
  src: url("../fonts/e4c74689_7dab_4e97_a1bd_4671a16bbe0a.eot+?#iefix") format("eot"), url("../fonts/864f8bdc_1a42_4d28_97a5_c15513fd193b.woff2") format("woff2"), url("../fonts/5ae7499f_7af1_46c7_b908_2978d7379f56.woff") format("woff"), url("../fonts/bd4ea697_ae5b_421a_9a3c_d94f6f0ab7c0.ttf") format("truetype"), url("../fonts/456f8353_6dc4_4323_bae1_c3cb5109d01f.svg+#456f8353_6dc4_4323_bae1_c3cb5109d01f") format("svg"); }

@font-face {
  font-family: "Univers LT W02_65 Bold Oblique";
  src: url("../fonts/d719f224_b56c_4318_b422_e9bad43b5f2f.eot+?#iefix");
  src: url("../fonts/d719f224_b56c_4318_b422_e9bad43b5f2f.eot+?#iefix") format("eot"), url("../fonts/a280844d_c319_4413_b04e_ebb478120eb9.woff2") format("woff2"), url("../fonts/ae3e8565_e2d1_4d87_bca2_b73bdf48d85c.woff") format("woff"), url("../fonts/9b333936_49bf_41a5_8b65_caa9d4a52d30.ttf") format("truetype"), url("../fonts/fba63f3a_df73_43b6_8cf3_fc8a52a0d714.svg+#fba63f3a_df73_43b6_8cf3_fc8a52a0d714") format("svg"); }

.font-secondary {
  font-family: "Roboto", sans-serif; }

button, .tuv-btn, .cc-btn {
  display: inline-block;
  outline: none;
  background-color: #007ac2;
  padding: 7px 30px;
  font-size: 0.875rem;
  font-family: "Univers LT W02_55 Roman1475958", "Roboto", sans-serif;
  line-height: 1.375rem;
  color: white;
  border-radius: 8px;
  -webkit-appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  border: 2px solid #007ac2;
  cursor: pointer;
  text-align: center; }
  button:hover, .tuv-btn:hover, .cc-btn:hover {
    background-color: #12598d;
    border-color: #12598d; }

.tuv-btn-container {
  font-size: 0;
  line-height: 0; }
  .tuv-btn-container .tuv-btn, .tuv-btn-container .cc-btn {
    margin-right: 14px;
    font-size: 0.875rem;
    line-height: 1.375rem; }
    .tuv-btn-container .tuv-btn:last-child, .tuv-btn-container .cc-btn:last-child {
      margin: 0; }

.tuv-btn--gunmetal {
  background-color: #999999;
  border-color: #999999; }
  .tuv-btn--gunmetal.tuv-btn--secondary {
    border: 2px solid #999999;
    color: #999999; }
    .tuv-btn--gunmetal.tuv-btn--secondary:hover {
      border: 2px solid #333333;
      color: #333333; }
  .tuv-btn--gunmetal:hover {
    background-color: #333333;
    border-color: #333333; }

.tuv-btn--grey {
  background-color: #f2f2f2;
  border-color: #f2f2f2; }
  .tuv-btn--grey:hover {
    background-color: #999999;
    border-color: #999999; }

.tuv-btn--disabled {
  background-color: #bdcee9;
  border-color: #bdcee9;
  color: #bdcee9 !important;
  pointer-events: none; }
  .tuv-btn--disabled:hover {
    background-color: #bdcee9;
    border-color: #bdcee9; }

.tuv-btn--more {
  padding: 12px 15px; }

.tuv-btn--close {
  padding: 6px 7px 5px 8px; }
  .tuv-btn--close [class*="inner-icon"] {
    color: #333333;
    margin: 0 !important;
    font-size: 1rem; }

.tuv-btn--secondary {
  background-color: #fff;
  color: #007ac2; }
  .tuv-btn--secondary:hover {
    background-color: #fff;
    color: #12598d;
    border-color: #12598d; }

.tuv-btn [class*="inner-icon"], .cc-btn [class*="inner-icon"] {
  margin-right: 7px; }

.tuv-btn--right {
  float: right; }

.tuv-step-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center; }
  @media only print, screen and (min-width: 768px) {
    .tuv-step-list {
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .tuv-step-list__connector {
    height: 10px;
    width: 24px;
    position: relative;
    background: #f2f2f2;
    left: -3px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-step-list__connector {
        display: none; } }
  .tuv-step-list__item {
    color: #999999;
    counter-increment: step-counter;
    position: relative;
    margin-left: -5px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-step-list__item {
        -ms-flex: 1;
        flex: 1;
        margin-right: 20px;
        margin-left: 0; }
        .tuv-step-list__item:last-child {
          margin: 0; } }
    .tuv-step-list__item:first-child {
      margin-left: 0; }
    .tuv-step-list__item--disabled + .tuv-step-list__connector {
      background: #bdcee9; }
    .tuv-step-list__item--disabled .tuv-step-list__box {
      color: #fff; }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__item--disabled .tuv-step-list__box {
          background: #bdcee9; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__item--disabled .tuv-step-list__box:before {
          background-image: linear-gradient(64deg, #bdcee9 50%, #fff 50%); } }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__item--disabled .tuv-step-list__box:after {
          background-image: linear-gradient(-64deg, #fff 50%, #bdcee9 50%); } }
    .tuv-step-list__item--disabled .tuv-step-list__title-box:after {
      color: #fff;
      content: "\f00c";
      font: normal normal normal 20px/1 FontAwesome;
      left: 10px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__item--disabled .tuv-step-list__title-box:after {
          color: #bdcee9;
          left: 5px; } }
    .tuv-step-list__item--disabled .tuv-step-list__title-box:before {
      background: #bdcee9; }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__item--disabled .tuv-step-list__title-box:before {
          background: #fff; } }
    .tuv-step-list__item--active + .tuv-step-list__connector {
      width: 25px;
      margin-left: -5px; }
    .tuv-step-list__item--active .tuv-step-list__box {
      background-image: linear-gradient(to right, #007ac2 87%, transparent 87%);
      color: #fff; }
      @media only screen and (max-width: 1023px) {
        .tuv-step-list__item--active .tuv-step-list__box {
          padding: 10px 15px 10px 10px;
          width: 100%;
          max-width: 140px; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-step-list__item--active .tuv-step-list__box {
          background-image: none;
          background: #007ac2; } }
      .tuv-step-list__item--active .tuv-step-list__box:before {
        content: "";
        background-image: linear-gradient(64deg, #007ac2 50%, transparent 50%); }
        @media only print, screen and (min-width: 768px) {
          .tuv-step-list__item--active .tuv-step-list__box:before {
            background-image: linear-gradient(64deg, #007ac2 50%, #fff 50%); } }
      .tuv-step-list__item--active .tuv-step-list__box:after {
        content: "";
        background-image: linear-gradient(-64deg, transparent 50%, #007ac2 50%); }
        @media only print, screen and (min-width: 768px) {
          .tuv-step-list__item--active .tuv-step-list__box:after {
            background-image: linear-gradient(-64deg, #fff 50%, #007ac2 50%); } }
    .tuv-step-list__item--active .tuv-step-list__title-box {
      text-indent: 0; }
      .tuv-step-list__item--active .tuv-step-list__title-box:before {
        width: 29px;
        height: 29px;
        background: #fff; }
      .tuv-step-list__item--active .tuv-step-list__title-box:after {
        left: 10px;
        color: #007ac2; }
    .tuv-step-list__item:last-child .tuv-step-list__box {
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
      .tuv-step-list__item:last-child .tuv-step-list__box:after, .tuv-step-list__item:last-child .tuv-step-list__box:before {
        content: none; }
  .tuv-step-list__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 60px;
    background: none;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 0.75rem;
    font-family: "Roboto", sans-serif;
    line-height: 0.875rem; }
    @media only print, screen and (min-width: 768px) {
      .tuv-step-list__box {
        width: 100%;
        height: 80px;
        padding: 10px 15px 10px 10px;
        background: #f2f2f2; } }
    .tuv-step-list__box:before, .tuv-step-list__box:after {
      content: none;
      position: absolute;
      top: 0;
      right: -5px;
      width: 20%;
      height: 50%;
      z-index: 1; }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__box:before, .tuv-step-list__box:after {
          content: "";
          background-image: linear-gradient(64deg, #f2f2f2 50%, #fff 50%); } }
    .tuv-step-list__box:after {
      top: auto;
      bottom: 0; }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__box:after {
          background-image: linear-gradient(-64deg, #fff 50%, #f2f2f2 50%); } }
  .tuv-step-list__title-box {
    padding-left: 36px;
    text-indent: -9999px;
    position: relative;
    z-index: 2;
    width: 100%;
    font-size: 9px;
    line-height: 1;
    word-break: break-all; }
    @media only print, screen and (min-width: 768px) {
      .tuv-step-list__title-box {
        text-indent: 0; } }
    @media only print, screen and (min-width: 375px) {
      .tuv-step-list__title-box {
        font-size: 0.75rem;
        line-height: 0.875rem; } }
    .tuv-step-list__title-box:before {
      content: '';
      background: #f2f2f2;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__title-box:before {
          background: #fff;
          width: 29px;
          height: 29px; } }
    .tuv-step-list__title-box:after {
      content: counter(step-counter);
      font-size: 1rem;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      color: #d0d0d0;
      text-indent: 0;
      position: absolute;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 16px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-step-list__title-box:after {
          color: #999999;
          left: 10px; } }

.tuv-search-icon {
  width: 55px;
  position: relative;
  left: 20px;
  top: 1px;
  display: block; }
  @media only print, screen and (min-width: 768px) {
    .tuv-search-icon {
      width: 45px;
      top: -7px;
      left: 15px; } }
  .tuv-search-icon svg {
    width: 100% !important;
    height: 44px !important; }

.cc-window {
  opacity: 1;
  transition: opacity 1s ease; }

.cc-content {
  padding-bottom: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only print, screen and (min-width: 768px) {
    .cc-content {
      -ms-flex-direction: row;
      flex-direction: row; } }

.cc-grower .dialog {
  position: relative; }

.cc-window.cc-invisible {
  opacity: 0; }

.cc-animate.cc-revoke {
  transition: transform 1s ease; }

.cc-animate.cc-revoke.cc-top {
  -ms-transform: translateY(-2em);
  transform: translateY(-2em); }

.cc-animate.cc-revoke.cc-bottom {
  -ms-transform: translateY(2em);
  transform: translateY(2em); }

.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  -ms-transform: translateY(0);
  transform: translateY(0); }

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
  background: #f2f2f2;
  width: 100%; }

.cc-link,
.cc-revoke:hover {
  text-decoration: underline; }

.cc-revoke,
.cc-window {
  position: fixed;
  overflow: hidden;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.cc-window .cc-message {
  font-size: 0.875em; }

.cc-window.cc-static {
  position: static; }

.cc-window.cc-floating {
  padding: 18px 10px;
  -ms-flex-direction: column;
  flex-direction: column; }

.cc-window.cc-banner {
  padding: 20px 0 20px 0;
  width: 100%;
  -ms-flex-direction: row;
  flex-direction: row; }

.cc-revoke {
  padding: .5em; }

.cc-header {
  font-weight: 700; }

.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
  cursor: pointer; }

.cc-link {
  opacity: .8;
  display: inline-block;
  padding: .2em; }

.cc-link:hover {
  opacity: 1; }

.cc-link:active,
.cc-link:visited {
  color: initial; }

.cc-btn {
  text-align: center;
  display: inline-block;
  right: 0;
  top: 0;
  line-height: 15px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  background-color: #007ac2;
  color: #fff;
  white-space: nowrap;
  outline: none; }
  @media only print, screen and (min-width: 768px) {
    .cc-btn {
      padding: 5px 10px; } }
  .cc-btn:focus, .cc-btn:active {
    outline: none; }

@media only print, screen and (min-width: 768px) {
  .cc-banner .cc-btn:last-child {
    width: 50px; } }

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent; }

.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline; }

.cc-close {
  display: block;
  position: absolute;
  top: .5em;
  right: .5em;
  opacity: .9;
  line-height: .75; }

.cc-close:focus,
.cc-close:hover {
  opacity: 1; }

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em; }

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em; }

.cc-revoke.cc-left {
  left: 3em;
  right: unset; }

.cc-revoke.cc-right {
  right: 3em;
  left: unset; }

.cc-top {
  top: 1em; }

.cc-left {
  left: 1em; }

.cc-right {
  right: 1em; }

.cc-bottom {
  bottom: 1em; }

.cc-floating > .cc-link {
  margin-bottom: 1em; }

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em; }

.cc-window.cc-floating .cc-compliance {
  display: inline-block;
  text-align: left; }
  @media only print, screen and (min-width: 768px) {
    .cc-window.cc-floating .cc-compliance {
      -ms-flex: 1;
      flex: 1; } }

.cc-window.cc-banner {
  -ms-flex-align: flex-start;
  align-items: flex-start; }

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0; }

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0; }

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1; }

.cc-compliance {
  display: inline-block; }
  @media only print, screen and (min-width: 768px) {
    .cc-compliance {
      padding-left: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: flex-start;
      align-items: flex-start;
      -ms-flex-line-pack: justify;
      align-content: space-between; } }

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1; }

.cc-btn + .cc-btn {
  margin-left: .5em; }

@media print {
  .cc-revoke,
  .cc-window {
    display: none; } }

@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal; } }

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0; }
  .cc-window.cc-bottom {
    bottom: 0; }
  .cc-window.cc-banner,
  .cc-window.cc-left,
  .cc-window.cc-right {
    left: 0;
    right: 0; }
  .cc-window.cc-banner {
    -ms-flex-direction: column;
    flex-direction: column; }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1; }
  .cc-window.cc-floating {
    max-width: none; }
  .cc-window .cc-message {
    margin-bottom: 1em; }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset; } }

.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none; }

.cc-theme-classic .cc-btn {
  border-radius: 5px; }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block; }

.cc-theme-edgeless.cc-window {
  padding: 0; }

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em; }

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: .8em 1.8em;
  height: 100%; }

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em; }

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0; }

.cookieDisclaimer {
  z-index: 9999;
  position: relative; }

.tuv-image--landing {
  overflow: hidden; }
  .tuv-image--landing img {
    margin-top: 15px; }

.tuv-container--breadcrumbs-footer {
  padding: 0; }

.tuv-container__search-results__breadcrumb-container ul > li {
  min-width: 25px;
  display: inline-block;
  position: relative;
  padding-left: 12px;
  padding-right: 12px !important;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-indent: -9999px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-container__search-results__breadcrumb-container ul > li {
      text-indent: 0; } }
  .tuv-container__search-results__breadcrumb-container ul > li a {
    color: #006621;
    text-decoration: none; }
    .tuv-container__search-results__breadcrumb-container ul > li a:hover {
      color: #006621; }
  .tuv-container__search-results__breadcrumb-container ul > li:first-child {
    text-indent: 0;
    padding-left: 0; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container__search-results__breadcrumb-container ul > li:first-child {
        padding-left: 9px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container__search-results__breadcrumb-container ul > li:first-child {
        padding-left: 0; } }
    .tuv-container__search-results__breadcrumb-container ul > li:first-child:before {
      display: none; }
  .tuv-container__search-results__breadcrumb-container ul > li:last-child {
    text-indent: 0; }
    .tuv-container__search-results__breadcrumb-container ul > li:last-child:after {
      display: none; }
  .tuv-container__search-results__breadcrumb-container ul > li:after {
    content: "\f054";
    font: normal normal normal 12px/1 FontAwesome;
    position: absolute;
    text-indent: 0;
    top: calc(50% + 1px);
    right: -6px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tuv-container__search-results__breadcrumb-container ul > li:before {
    content: '...';
    display: block;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only print, screen and (min-width: 768px) {
      .tuv-container__search-results__breadcrumb-container ul > li:before {
        display: none; } }

.tuv-breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: calc(15 / 280 * 100vw);
  padding-right: calc(15 / 280 * 100vw);
  max-width: 940px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-breadcrumbs {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0; } }
  .tuv-breadcrumbs__list, .tuv-container__search-results__breadcrumb-container ul {
    font-family: "Roboto", sans-serif; }
  .tuv-breadcrumbs__item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    position: relative;
    line-height: 14px; }
    .tuv-breadcrumbs__item:before {
      content: "\f054";
      font: normal normal normal 12px/1 FontAwesome;
      position: absolute;
      top: calc(50% + 1px);
      right: -6px;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    .tuv-breadcrumbs__item:first-child .tuv-breadcrumbs__link {
      text-indent: 0;
      padding-left: 0; }
      @media only print, screen and (min-width: 768px) {
        .tuv-breadcrumbs__item:first-child .tuv-breadcrumbs__link {
          padding-left: 9px; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-breadcrumbs__item:first-child .tuv-breadcrumbs__link {
          padding-left: 0; } }
      .tuv-breadcrumbs__item:first-child .tuv-breadcrumbs__link:before {
        display: none; }
    .tuv-breadcrumbs__item:last-child:before {
      display: none; }
    .tuv-breadcrumbs__item:last-child .tuv-breadcrumbs__link {
      text-indent: 0; }
      .tuv-breadcrumbs__item:last-child .tuv-breadcrumbs__link:before {
        display: none; }
  .tuv-breadcrumbs__link {
    color: #333333;
    text-decoration: none;
    font-size: 0.75rem;
    line-height: 0.875rem;
    padding: 0 9px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-indent: -9999px;
    min-width: 25px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-breadcrumbs__link {
        text-indent: 0; } }
    .tuv-breadcrumbs__link:hover {
      color: #007ac2; }
    .tuv-breadcrumbs__link:before {
      content: '...';
      display: block;
      text-indent: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only print, screen and (min-width: 768px) {
        .tuv-breadcrumbs__link:before {
          display: none; } }
  .tuv-breadcrumbs--logo {
    padding: 0; }
    .tuv-breadcrumbs--logo .tuv-breadcrumbs__item:first-child {
      padding-right: 12px; }
      .tuv-breadcrumbs--logo .tuv-breadcrumbs__item:first-child .tuv-breadcrumbs__link {
        text-indent: -9999px;
        width: 118px;
        height: 25px;
        background: url("../img/logo_sm.png") 0 0 no-repeat;
        background-size: contain;
        padding: 0 10px 0 0; }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--full-width--tablet .tuv-breadcrumbs {
      padding-left: 10px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--full-width--tablet .tuv-breadcrumbs {
      padding-left: 0; } }

.tuv-contact {
  border: 1px solid #cccccc;
  background: #fff; }
  .tuv-container--form .tuv-contact {
    margin-top: 30px;
    margin-bottom: 30px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px; }
    @media only print, screen and (min-width: 320px) {
      .tuv-container--form .tuv-contact {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-container--form .tuv-contact:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--form .tuv-contact:last-child{
    margin-right: 0; }
      .tuv-container--form .tuv-contact:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--form .tuv-contact:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--form .tuv-contact {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-container--form .tuv-contact:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--form .tuv-contact:last-child{
    margin-right: 0; }
      .tuv-container--form .tuv-contact:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--form .tuv-contact:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--form .tuv-contact {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--form .tuv-contact:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--form .tuv-contact:last-child{
    margin-right: 0; }
      .tuv-container--form .tuv-contact:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--form .tuv-contact:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--form .tuv-contact {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-container--form .tuv-contact:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--form .tuv-contact:last-child{
    margin-right: 0; }
      .tuv-container--form .tuv-contact:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--form .tuv-contact:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--form .tuv-contact {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .tuv-container--form .tuv-contact:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--form .tuv-contact:last-child{
    margin-right: 0; }
      .tuv-container--form .tuv-contact:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--form .tuv-contact:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--form .tuv-contact {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .tuv-container--form .tuv-contact:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--form .tuv-contact:last-child{
    margin-right: 0; }
      .tuv-container--form .tuv-contact:nth-child(1n){
    margin-right: 0;
    float: right; }
      .tuv-container--form .tuv-contact:nth-child(1n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--form .tuv-contact {
        margin-top: 0;
        margin-bottom: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--form .tuv-contact {
        -ms-flex-preferred-size: auto;
        flex-basis: auto; } }
    .tuv-container--form .tuv-contact .tuv-contact__img-box {
      float: none;
      position: relative;
      width: 100%;
      padding: 0;
      text-align: center; }
      .tuv-container--form .tuv-contact .tuv-contact__img-box img {
        width: 100%; }
    .tuv-container--form .tuv-contact .tuv-contact__info.tuv-contact__info--with-image {
      float: none;
      width: 100%;
      position: relative; }
      .tuv-container--form .tuv-contact .tuv-contact__info.tuv-contact__info--with-image .tuv-contact__text-box {
        position: relative;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 15px; }
        .tuv-container--form .tuv-contact .tuv-contact__info.tuv-contact__info--with-image .tuv-contact__text-box .tuv-contact__title-box {
          margin-bottom: 20px; }
      .tuv-container--form .tuv-contact .tuv-contact__info.tuv-contact__info--with-image .tuv-contact__btn-box {
        position: relative;
        bottom: inherit;
        left: inherit;
        right: inherit; }
        .tuv-container--form .tuv-contact .tuv-contact__info.tuv-contact__info--with-image .tuv-contact__btn-box.h-bottom-box.h-hidden-mobile {
          position: relative; }
  .tuv-contact__content {
    position: relative; }
  .tuv-contact__text-box {
    padding: 24px 18px 18px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact__info--with-image .tuv-contact__text-box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 20px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact__text-box {
        padding: 24px 20px 18px 20px; } }
    .tuv-contact__text-box p:last-of-type {
      margin-bottom: 0; }
    .tuv-contact__text-box h3 {
      margin-bottom: 10px;
      line-height: 1.375rem; }
      .tuv-contact__text-box h3 + p {
        margin-bottom: 0; }
  .tuv-contact__img-box {
    /*overflow: hidden;
    float: left;
    width: 40.5%;

    @include mq($bp-sm) {
        width: 41.1%;
    }

    @include mq($bp-md) {
        width: 47.8%;
    }*/ }
    @media only print, screen and (min-width: 320px) {
      .tuv-contact__img-box {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contact__img-box:last-child{
    margin-right: 0; }
      .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact__img-box {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contact__img-box:last-child{
    margin-right: 0; }
      .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-contact__img-box {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contact__img-box:last-child{
    margin-right: 0; }
      .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact__img-box {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contact__img-box:last-child{
    margin-right: 0; }
      .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }
    @media only screen and (max-width: 768px) {
      .tuv-contact__img-box {
        margin-right: 0 !important;
        padding-right: 20px; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-contact__img-box {
        padding-right: 0; } }
    .tuv-contact__img-box img {
      width: 100%;
      vertical-align: top; }
  .tuv-contact__info {
    position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    /*float: left;
    width: 59.5%;
    position: relative;

    @include mq($bp-sm) {
        width: 58.8%;
    }

    @include mq($bp-md) {
        width: 52.2%;
    }*/ }
    @media only print, screen and (min-width: 320px) {
      .tuv-contact__info {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-contact__info:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contact__info:last-child{
    margin-right: 0; }
      .tuv-contact__info:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contact__info:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact__info {
        width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
      .tuv-contact__info:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contact__info:last-child{
    margin-right: 0; }
      .tuv-contact__info:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contact__info:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-contact__info--with-image {
        position: absolute; } }
    .tuv-contact__info--with-image .tuv-contact__text-box {
      padding-left: 0; }
    .tuv-contact__info--with-image .tuv-contact__img-box {
      width: 100%; }
    .tuv-contact__info--with-image .tuv-btn, .tuv-contact__info--with-image .cc-btn {
      padding-left: 20px;
      padding-right: 20px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-contact__info--with-image .tuv-btn, .tuv-contact__info--with-image .cc-btn {
          padding-left: 40px;
          padding-right: 40px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact__info--with-image .tuv-contact__btn-box.h-bottom-box {
        left: 0;
        right: 0; } }
    .tuv-contact__info--with-image .tuv-contact__btn-box.h-bottom-box .tuv-btn, .tuv-contact__info--with-image .tuv-contact__btn-box.h-bottom-box .cc-btn {
      width: 100%; }
  .tuv-contact__btn-box {
    padding-top: 18px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-contact__btn-box {
        padding: 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-contact__btn-box .tuv-btn, .tuv-contact__btn-box .cc-btn {
        width: 100%;
        margin-bottom: 15px; }
        .tuv-contact__btn-box .tuv-btn:last-child, .tuv-contact__btn-box .cc-btn:last-child {
          margin-bottom: 0; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-contact .h-bottom-box {
      position: absolute;
      right: 20px;
      bottom: 40px; } }
  .tuv-contact .h-bottom-box .tuv-btn, .tuv-contact .h-bottom-box .cc-btn {
    min-width: 178px;
    padding: 11px 20px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-contact .h-bottom-box .tuv-btn, .tuv-contact .h-bottom-box .cc-btn {
        width: 100%;
        min-width: 178px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact .h-bottom-box .tuv-btn, .tuv-contact .h-bottom-box .cc-btn {
        width: auto; } }
    .tuv-contact .h-bottom-box .tuv-btn.h-pull-right, .tuv-contact .h-bottom-box .h-pull-right.cc-btn {
      width: auto; }
  @media only print, screen and (min-width: 768px) {
    .tuv-contact--text-image .tuv-contact__text-box {
      padding-bottom: 95px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contact--text-image .tuv-contact__text-box {
      padding-top: 24px;
      padding-bottom: 88px; } }
  .tuv-contact--text-image .tuv-contact__img-box {
    display: none; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contact--text-image .tuv-contact__img-box {
        display: block; } }
  .tuv-contact--text-image .tuv-contact__info {
    width: 100%; }
  .tuv-contact--text-image .tuv-contact__title-box {
    margin-bottom: 35px; }
  .tuv-contact--text-quote .tuv-contact__text-box {
    padding: 24px 19px 20px;
    position: relative; }
    @media only print, screen and (min-width: 768px) {
      .tuv-contact--text-quote .tuv-contact__text-box {
        padding-bottom: 95px; } }
    .tuv-contact--text-quote .tuv-contact__text-box h3 {
      margin-bottom: 36px; }

@media only print, screen and (min-width: 1024px) {
  .single-box .tuv-contact__img-box {
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
  .single-box .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .single-box .tuv-contact__img-box:last-child{
    margin-right: 0; }
  .single-box .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
  .single-box .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .single-box .tuv-contact__img-box {
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
  .single-box .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .single-box .tuv-contact__img-box:last-child{
    margin-right: 0; }
  .single-box .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
  .single-box .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .single-box .tuv-contact__info {
    width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
  .single-box .tuv-contact__info:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .single-box .tuv-contact__info:last-child{
    margin-right: 0; }
  .single-box .tuv-contact__info:nth-child(0n){
    margin-right: 0;
    float: right; }
  .single-box .tuv-contact__info:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .single-box .tuv-contact__info {
    width: calc(99.9% * 0.66667 - (20px - 20px * 0.66667)); }
  .single-box .tuv-contact__info:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .single-box .tuv-contact__info:last-child{
    margin-right: 0; }
  .single-box .tuv-contact__info:nth-child(0n){
    margin-right: 0;
    float: right; }
  .single-box .tuv-contact__info:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .double-box .tuv-contact--text-image .tuv-contact__text-box {
    height: 223px; } }

@media only print, screen and (min-width: 1024px) {
  .double-box .tuv-contact--text-image .tuv-contact__img-box {
    width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:last-child{
    margin-right: 0; }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .double-box .tuv-contact--text-image .tuv-contact__img-box {
    width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:last-child{
    margin-right: 0; }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:nth-child(0n){
    margin-right: 0;
    float: right; }
  .double-box .tuv-contact--text-image .tuv-contact__img-box:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .double-box .tuv-contact--text-image .tuv-contact__info {
    width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
  .double-box .tuv-contact--text-image .tuv-contact__info:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .double-box .tuv-contact--text-image .tuv-contact__info:last-child{
    margin-right: 0; }
  .double-box .tuv-contact--text-image .tuv-contact__info:nth-child(0n){
    margin-right: 0;
    float: right; }
  .double-box .tuv-contact--text-image .tuv-contact__info:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .double-box .tuv-contact--text-image .tuv-contact__info {
    width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
  .double-box .tuv-contact--text-image .tuv-contact__info:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .double-box .tuv-contact--text-image .tuv-contact__info:last-child{
    margin-right: 0; }
  .double-box .tuv-contact--text-image .tuv-contact__info:nth-child(0n){
    margin-right: 0;
    float: right; }
  .double-box .tuv-contact--text-image .tuv-contact__info:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .double-box .tuv-contact--text-quote .tuv-contact__text-box {
    height: 223px; } }

@media only print, screen and (min-width: 1024px) {
  .triple-box .tuv-btn, .triple-box .cc-btn {
    width: 100%;
    padding: 10px; } }

.contact-section .tuv-container .break-out, .contact-section .cc-content .break-out {
  padding-top: 37px; }

.contact-section .title-holder {
  width: 100%;
  display: table; }
  .contact-section .title-holder h2 {
    display: table-cell;
    vertical-align: middle;
    width: 60%; }
  .contact-section .title-holder .btn-box {
    display: none;
    vertical-align: middle; }
    @media only print, screen and (min-width: 1024px) {
      .contact-section .title-holder .btn-box {
        display: table-cell;
        width: 40%;
        text-align: right; } }
  .contact-section .title-holder .tuv-btn, .contact-section .title-holder .cc-btn {
    min-width: 178px; }

.contact-section h2 {
  margin-bottom: 0; }

.tuv-customer {
  height: 100%; }
  .tuv-customer__text-box h3 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    margin-bottom: 10px; }
  .tuv-customer--image--top .tuv-customer__text-box {
    padding: 16px 19px; }
    .tuv-customer--image--top .tuv-customer__text-box__link {
      text-decoration: none; }
  .tuv-customer--image--bottom {
    padding: 15px 20px; }
    .tuv-customer--image--bottom .tuv-customer__text-box {
      margin-bottom: 36px; }
      @media only print, screen and (min-width: 1024px) {
        .tuv-customer--image--bottom .tuv-customer__text-box {
          margin-bottom: 42px; } }
      .tuv-customer--image--bottom .tuv-customer__text-box__link {
        text-decoration: none; }
    .tuv-customer--image--bottom .tuv-customer__img-box {
      border-top: 1px solid #cccccc;
      padding: 20px 0 0; }

.tuv-download__title-box {
  margin-bottom: 34px; }
  .tuv-download__title-box h2 {
    margin-bottom: 10px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-download__title-box h2 {
        margin-bottom: 13px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-download__title-box h2 {
        margin-bottom: 8px; } }

.tuv-download__col {
  border: 1px solid #cccccc;
  margin-bottom: 20px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-download__col {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-download__col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-download__col:last-child{
    margin-right: 0; }
    .tuv-download__col:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-download__col:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-download__col {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-download__col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-download__col:last-child{
    margin-right: 0; }
    .tuv-download__col:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-download__col:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-download__col {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-download__col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-download__col:last-child{
    margin-right: 0; }
    .tuv-download__col:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-download__col:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-download__col {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-download__col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-download__col:last-child{
    margin-right: 0; }
    .tuv-download__col:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-download__col:nth-child(4n + 1){
    clear: both; } }

.tuv-download__img-box {
  text-align: center;
  float: left;
  width: 50%; }
  @media only print, screen and (min-width: 768px) {
    .tuv-download__img-box {
      width: 100%; } }
  .tuv-download__img-box--portrait a img {
    vertical-align: top;
    width: auto; }
  .tuv-download__img-box img {
    vertical-align: top;
    width: 100%; }

.tuv-download__content {
  padding: 7px 9px 10px;
  position: relative;
  float: left;
  width: 50%; }
  @media only print, screen and (min-width: 768px) {
    .tuv-download__content {
      width: 100%;
      min-height: 131px; } }
  .tuv-download__content h3 {
    font: bold 14px/18px "Roboto", sans-serif;
    margin-bottom: 8px; }
  .tuv-download__content p {
    font: 12px/16px "Roboto", sans-serif; }
    .tuv-download__content p:last-of-type {
      margin-bottom: 25px; }

.tuv-download__btn-box {
  position: absolute;
  bottom: 7px;
  left: 9px;
  right: 9px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-download__btn-box {
      bottom: 18px; } }
  .tuv-download__btn-box .tuv-link {
    font-size: 0.875rem; }

@media only print, screen and (min-width: 1024px) {
  .tuv-download--img-area-horizontal .tuv-download__col {
    width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
  .tuv-download--img-area-horizontal .tuv-download__col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-download--img-area-horizontal .tuv-download__col:last-child{
    margin-right: 0; }
  .tuv-download--img-area-horizontal .tuv-download__col:nth-child(2n){
    margin-right: 0;
    float: right; }
  .tuv-download--img-area-horizontal .tuv-download__col:nth-child(2n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-download--img-area-horizontal .tuv-download__col {
    width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
  .tuv-download--img-area-horizontal .tuv-download__col:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-download--img-area-horizontal .tuv-download__col:last-child{
    margin-right: 0; }
  .tuv-download--img-area-horizontal .tuv-download__col:nth-child(2n){
    margin-right: 0;
    float: right; }
  .tuv-download--img-area-horizontal .tuv-download__col:nth-child(2n + 1){
    clear: both; } }

.tuv-download--img-area-horizontal .tuv-download__img-box {
  text-align: left; }
  @media only print, screen and (min-width: 768px) {
    .tuv-download--img-area-horizontal .tuv-download__img-box img {
      width: 100%; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-download--img-area-horizontal .tuv-download__img-box {
      float: left;
      width: 35.2%; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-download--img-area-horizontal .tuv-download__content {
    padding: 17px 21px;
    float: left;
    width: 64.8%; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-download--img-area-horizontal .tuv-download__btn-box {
    left: 21px; } }

.c-contact-form-overlay {
  left: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  display: none;
  border: 1px solid #333333;
  background: #fff;
  position: fixed;
  border-radius: 15px;
  z-index: 999;
  transition: opacity 1.5s;
  opacity: 0; }

.tuv-download-area-table {
  margin-top: -17px;
  margin-bottom: -17px; }

.download-area-table {
  width: 100%;
  border-collapse: collapse; }
  .download-area-table td {
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px; }
    .download-area-table td:nth-child(1) {
      width: 10%;
      text-transform: uppercase; }
    .download-area-table td:nth-child(2) {
      width: 69.5%; }
    .download-area-table td:nth-child(3) {
      text-transform: uppercase;
      text-align: right; }
    .download-area-table td:last-child {
      padding-left: 0;
      padding-right: 0;
      text-align: right; }
  .download-area-table tr {
    border-bottom: 1px solid #999999; }
    .download-area-table tr:last-child {
      border-bottom: none; }

.tuv-datepicker label {
  margin-bottom: 0; }

.tuv-datepicker__label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #333333;
  display: block;
  margin-bottom: 10px; }

.tuv-datepicker__holder {
  position: relative;
  padding-right: 34px;
  min-width: 254px; }
  .tuv-datepicker__holder .inner-icon {
    position: absolute;
    top: 6px;
    right: 0;
    color: #007ac2;
    font-size: 1.5625rem; }

.tuv-datepicker__control {
  outline: 0;
  width: 100%;
  border: 1px solid #999999;
  background: #fff;
  color: #333333;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 2.5rem; }

.tuv-datepicker--error .tuv-form__error-message {
  display: block; }

.ui-datepicker {
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  padding: 15px 12px 10px;
  z-index: 100 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  min-width: 326px;
  display: none; }
  .ui-datepicker-header {
    position: relative;
    padding: 0 30px 14px; }
  .ui-datepicker-title {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5rem; }
  .ui-datepicker-prev, .ui-datepicker-next {
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
    cursor: pointer; }
    .ui-datepicker-prev:before, .ui-datepicker-next:before {
      content: "\f053"; }
    .ui-datepicker-prev:hover, .ui-datepicker-next:hover {
      color: #007ac2; }
    .ui-datepicker-prev span, .ui-datepicker-next span {
      display: none; }
  .ui-datepicker-next {
    left: auto;
    right: 0; }
    .ui-datepicker-next:before {
      content: "\f054"; }
  .ui-datepicker-calendar {
    width: 100%; }
    .ui-datepicker-calendar th {
      font-size: 0.75rem;
      line-height: 1.5rem;
      color: #999999; }
    .ui-datepicker-calendar td {
      text-align: center; }
    .ui-datepicker-calendar tbody td {
      position: relative;
      padding: 8px 0; }
      .ui-datepicker-calendar tbody td .ui-state-default {
        color: #333333; }
      .ui-datepicker-calendar tbody td .ui-state-active {
        color: #fff; }
        .ui-datepicker-calendar tbody td .ui-state-active:before {
          content: '';
          display: block;
          width: 39px;
          height: 39px;
          background: #007ac2;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 50%;
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          z-index: -1; }
        .ui-datepicker-calendar tbody td .ui-state-active:hover {
          color: #fff; }
  .ui-datepicker-current {
    display: none; }
  .ui-datepicker-buttonpane {
    padding-top: 13px; }
    .ui-datepicker-buttonpane .ui-datepicker-close {
      background-color: transparent;
      border: 0;
      color: #007ac2;
      font-weight: 700;
      float: right;
      padding: 4px; }
      .ui-datepicker-buttonpane .ui-datepicker-close:hover {
        background-color: transparent; }
  .ui-datepicker .ui-state-default {
    font-size: 0.75rem;
    line-height: 1.5rem;
    text-decoration: none;
    padding: 10px; }
    .ui-datepicker .ui-state-default:hover {
      color: #cccccc; }

.tuv-fullscreen-image__img-box {
  position: relative; }

.tuv-fullscreen-image__caption-box {
  padding-top: 10px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-fullscreen-image__caption-box {
      padding-top: 17px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-fullscreen-image__caption-box {
      padding-top: 20px; } }

.tuv-fullscreen-image img {
  vertical-align: top;
  width: 100%; }

.tuv-fullscreen-image .fancybox-full-screen-opener {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  background: #007ac2;
  position: absolute;
  bottom: 20px;
  right: 20px; }
  .tuv-fullscreen-image .fancybox-full-screen-opener span {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.5625rem; }

.tuv-gallery-item {
  width: 50%;
  float: left;
  position: relative;
  border: 1px solid #fff; }
  .tuv-gallery-item__big {
    width: 100%; }
  @media only print, screen and (min-width: 768px) {
    .tuv-gallery-item {
      width: 25%; }
      .tuv-gallery-item__big {
        width: 50%; } }
  .tuv-gallery-item:hover:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(254, 254, 254, 0.6);
    display: block;
    position: absolute; }
  .tuv-gallery-item:hover .img-wrap:before, .tuv-gallery-item:hover .img-wrap:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .tuv-gallery-item:hover .img-wrap:before {
    content: "";
    background-color: #007ac2;
    width: 60px;
    height: 60px;
    border-radius: 50%; }
  .tuv-gallery-item:hover .img-wrap:after {
    content: "\f067";
    font: normal normal normal 24px/1 FontAwesome;
    color: #fff; }
  .tuv-gallery-item img {
    width: 100%;
    vertical-align: top;
    border: 0; }

.tuv-gallery__images {
  overflow: hidden; }

.tuv-gallery__caption-box {
  padding-top: 10px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-gallery__caption-box {
      padding-top: 17px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-gallery__caption-box {
      padding-top: 20px; } }

.tuv-map {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px; }
  .tuv-map .map {
    position: relative;
    height: 466px;
    overflow: hidden;
    display: none; }
    @media only print, screen and (min-width: 768px) {
      .tuv-map .map {
        display: block; } }
    .tuv-map .map:before, .tuv-map .map:after {
      content: '';
      height: 100%;
      width: 50px;
      display: block;
      position: absolute;
      z-index: 9;
      background: rgba(254, 254, 254, 0.8);
      display: none; }
      @media only print, screen and (min-width: 768px) {
        .tuv-map .map:before, .tuv-map .map:after {
          width: 50px;
          display: block; } }
    .tuv-map .map:after {
      right: 0; }
  @media only print, screen and (min-width: 768px) {
    .tuv-map {
      padding: 0; } }
  .tuv-map-information {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9; }
    @media only print, screen and (min-width: 768px) {
      .tuv-map-information {
        width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
      .tuv-map-information:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map-information:last-child{
    margin-right: 0; }
      .tuv-map-information:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-map-information:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map-information {
        width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
      .tuv-map-information:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map-information:last-child{
    margin-right: 0; }
      .tuv-map-information:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-map-information:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map-information {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-map-information:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map-information:last-child{
    margin-right: 0; }
      .tuv-map-information:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-map-information:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map-information {
        width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
      .tuv-map-information:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map-information:last-child{
    margin-right: 0; }
      .tuv-map-information:nth-child(2n){
    margin-right: 0;
    float: right; }
      .tuv-map-information:nth-child(2n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map-information {
        position: relative;
        left: calc(99.9% * 0.125 - (20px - 20px * 0.125) + 20px); } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map-information {
        position: relative;
        left: calc(99.9% * 0.125 - (20px - 20px * 0.125) + 20px); } }
    @media only print, screen and (min-width: 768px) {
      .tuv-map-information {
        position: absolute !important;
        left: 69px; }
        .tuv-map-information-content {
          border: 1px solid #cccccc;
          background-color: #fff;
          padding: 24px 18px 18px;
          margin: 20px 0;
          height: calc(100% - 40px);
          position: relative; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map-information {
        left: 80px; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-map-information h4 {
        margin-bottom: 180px; } }
    .tuv-map-information .tuv-contact__btn-box {
      clear: both; }
      @media only print, screen and (min-width: 768px) {
        .tuv-map-information .tuv-contact__btn-box {
          padding-top: 21px; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-map-information .tuv-contact__btn-box {
          position: absolute;
          bottom: 20px;
          right: 20px;
          left: 20px; } }
    .tuv-map-information .tuv-btn, .tuv-map-information .cc-btn {
      width: 100%;
      margin-bottom: 18px;
      display: none; }
      @media only print, screen and (min-width: 768px) {
        .tuv-map-information .tuv-btn, .tuv-map-information .cc-btn {
          display: block; } }
      .tuv-map-information .tuv-btn:last-child, .tuv-map-information .cc-btn:last-child {
        margin-bottom: 0; }
      .tuv-map-information .tuv-btn--mobile {
        display: block; }
        @media only print, screen and (min-width: 768px) {
          .tuv-map-information .tuv-btn--mobile {
            display: none; } }
  .tuv-map .tuv-map-information-content--text-box {
    margin-bottom: 40px; }
    @media only print, screen and (min-width: 320px) {
      .tuv-map .tuv-map-information-content--text-box {
        width: calc(99.9% * 0.58333 - (20px - 20px * 0.58333)); }
      .tuv-map .tuv-map-information-content--text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map .tuv-map-information-content--text-box:last-child{
    margin-right: 0; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map .tuv-map-information-content--text-box {
        width: calc(99.9% * 0.58333 - (20px - 20px * 0.58333)); }
      .tuv-map .tuv-map-information-content--text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map .tuv-map-information-content--text-box:last-child{
    margin-right: 0; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-map .tuv-map-information-content--text-box {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-map .tuv-map-information-content--text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map .tuv-map-information-content--text-box:last-child{
    margin-right: 0; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-map .tuv-map-information-content--text-box {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-map .tuv-map-information-content--text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-map .tuv-map-information-content--text-box:last-child{
    margin-right: 0; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-map .tuv-map-information-content--text-box:nth-child(0n + 1){
    clear: both; } }

.menu-expended .toggle-button .fa:before {
  content: "\f00d"; }

.tuv-nav {
  position: relative;
  z-index: 1049;
  height: 100%;
  width: 100%; }
  .tuv-nav .header--landing .header__inner-wrapper--semi-transparent .tuv-nav__navigation__second-level {
    bottom: -2px; }
  .tuv-nav__search-mobile {
    font-size: 20px;
    cursor: pointer; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-nav > ul.tuv-nav__navigation--second {
      height: 52px; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-nav > ul.tuv-nav__navigation--second > li.active > a {
      padding-left: 14px; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-nav > ul.tuv-nav__navigation--second > li > a {
      padding: 0 14px 15px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-nav > ul.tuv-nav__navigation--second > li > a {
      padding-bottom: 30px; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-nav > ul.tuv-nav__navigation--second > li > ul > li > a {
      display: block; } }
  .tuv-nav__icon-bar-mobile {
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav__icon-bar-mobile {
        right: 11px;
        top: 30px;
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-nav__icon-bar-mobile {
        right: -4px;
        top: 17px;
        -ms-transform: translateY(0);
        transform: translateY(0); } }
    .tuv-nav__icon-bar-mobile a, .tuv-nav__icon-bar-mobile span, .tuv-nav__icon-bar-mobile div {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
    .tuv-nav__icon-bar-mobile .tuv-input__control {
      line-height: 1; }
    .tuv-nav__icon-bar-mobile .tuv-search-icon {
      width: 55px;
      position: relative;
      left: 20px;
      top: 1px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__icon-bar-mobile .tuv-search-icon {
          width: 45px;
          top: -7px;
          left: 15px; } }
  .tuv-nav__meta-list {
    display: none; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-nav__meta-list {
        display: block;
        margin-right: 36px; } }
    .tuv-nav__meta-list li {
      float: left;
      margin-left: 18px; }
    .tuv-nav__meta-list a {
      text-transform: uppercase;
      font-size: 0.75rem;
      line-height: 0.9375rem; }
      .tuv-nav__meta-list a:hover {
        color: #007ac2; }
  header .tuv-nav__country-switch {
    display: none !important; }
    @media only print, screen and (min-width: 768px) {
      header .tuv-nav__country-switch {
        display: inline-block !important; } }
  .tuv-nav__search-input {
    position: relative; }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav__search-input {
        margin-right: 45px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-nav__search-input {
        margin-right: 0;
        min-width: 204px; } }
    .tuv-nav__search-input input {
      display: none;
      border-radius: 0;
      height: 30px;
      padding-right: 30px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__search-input input {
          display: inline-block;
          vertical-align: middle; } }
    .tuv-nav__search-input button {
      display: none;
      -webkit-appearance: none;
      background: none;
      position: absolute;
      border: 0;
      top: 0;
      right: 0;
      color: #000;
      height: 100%;
      padding: 0 10px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__search-input button {
          display: block;
          position: absolute;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
  .tuv-nav__icon-bar-mobile-divider {
    margin-left: 11px;
    margin-right: 7px;
    height: 28px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2); }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav__icon-bar-mobile-divider {
        margin-right: 12px; } }
  .tuv-nav__navigation {
    top: 71px;
    margin-top: 0;
    list-style-type: none; }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav__navigation {
        display: block; } }
    .tuv-nav__navigation--first {
      display: none; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__navigation--first {
          border-bottom: 2px solid #c9cac9; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__navigation--first {
          display: block;
          border: 0;
          z-index: 2; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__navigation--first {
          float: left; } }
    .tuv-nav__navigation--second {
      display: none; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__navigation--second {
          border-bottom: 2px solid #c9cac9; }
          .header--landing .tuv-nav__navigation--second {
            border-bottom: 0; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__navigation--second {
          display: none;
          border: 0;
          z-index: 1; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-nav__navigation--second {
          display: block;
          float: right; } }
      .tuv-nav__navigation--second > li {
        margin-right: 0; }
        .tuv-nav__navigation--second > li.drop-item > a {
          position: relative; }
          @media only print, screen and (min-width: 768px) {
            .tuv-nav__navigation--second > li.drop-item > a:before {
              content: "\f0d7";
              position: absolute;
              top: -1px;
              left: 0;
              font: normal normal normal 17px/1 FontAwesome;
              color: #333333; } }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav__navigation--second > li.drop-item.active:before {
            display: block; } }
        .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level {
          left: auto;
          right: 0; }
          @media only print, screen and (min-width: 768px) {
            .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level {
              background: #f2f2f2;
              width: 100%; } }
          @media only print, screen and (min-width: 1024px) {
            .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level {
              bottom: -2px;
              width: 940px; } }
          @media only print, screen and (min-width: 768px) {
            .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li {
              float: left;
              width: 25%;
              margin: 0;
              padding: 0 10px; } }
          .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li:last-child h4 {
            display: none; }
            @media only print, screen and (min-width: 768px) {
              .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li:last-child h4 {
                min-height: 14px;
                display: block; } }
          .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li h4 {
            padding: 20px 32px;
            border-bottom: 2px solid #007ac2; }
            @media only print, screen and (min-width: 768px) {
              .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li h4 {
                padding: 0;
                border-bottom: 0; } }
          .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level {
            position: static;
            display: block;
            width: auto;
            border: 0;
            padding: 0; }
            @media only print, screen and (min-width: 768px) {
              .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level {
                background: #fff;
                border-top: 1px solid #999999; }
                .header--landing .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level {
                  border-top: 0; } }
            .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li {
              margin: 0;
              width: 100%;
              padding: 0; }
              .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li > a {
                min-height: 1px;
                padding: 16px 32px 16px 30px;
                font-family: "Univers LT W02_55 Roman1475958", "Roboto", sans-serif; }
                @media only print, screen and (min-width: 768px) {
                  .tuv-nav__navigation--second > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li > a {
                    padding: 15px; } }
    .menu-expended .tuv-nav__navigation--first {
      display: block; }
    .menu-expended .tuv-nav__navigation--second {
      display: block; }
      @media only print, screen and (min-width: 768px) {
        .menu-expended .tuv-nav__navigation--second {
          position: absolute;
          right: 0;
          left: 0;
          padding: 7px 7px 0;
          top: calc(100% + 2px);
          background: #fff;
          border-bottom: 2px solid #999999; } }
      @media only print, screen and (min-width: 1024px) {
        .menu-expended .tuv-nav__navigation--second {
          position: static;
          float: right;
          padding: 12px 0 0;
          border-bottom: 0; } }
    .tuv-nav__navigation li {
      border-bottom: 1px solid #c9cac9; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav__navigation li {
          border: 0; } }
      .tuv-nav__navigation li a {
        position: relative;
        display: block; }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav__navigation li a {
            display: inline-block; } }
      .tuv-nav__navigation li.active > a .open-close-icon:before {
        content: "\f00d";
        top: -4px; }
  .tuv-nav__toggle-mobile i {
    display: table;
    text-align: center; }
    .tuv-nav__toggle-mobile i:before {
      width: 23px;
      display: table-cell;
      vertical-align: middle;
      font-size: 22px; }
  .tuv-nav a {
    text-decoration: none;
    color: #333333;
    font-family: "Univers LT W02_55 Roman1475958", "Roboto", sans-serif; }
  .tuv-nav .open-close-icon {
    font-size: 0.875rem;
    color: #333333;
    position: absolute;
    top: 50%;
    right: 10px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav .open-close-icon {
        right: 15px;
        padding: 0; } }
  .tuv-nav > ul {
    position: relative;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.95);
    margin-bottom: 0; }
  .tuv-nav > ul:before{
  content: '';
  display: table; }
  .tuv-nav > ul:after{
  content: '';
  display: table;
  clear: both; }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul {
        background: #fff;
        padding: 23px 0 0 0; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-nav > ul {
        padding: 5px 0 0 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li {
        border-bottom: 2px solid #999999; }
        .header--landing .tuv-nav > ul > li {
          border-bottom: 0; } }
    .tuv-nav > ul > li:last-child > a {
      border: 0; }
    .tuv-nav > ul > li.active > a {
      color: #007ac2;
      position: relative;
      padding-left: 30px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li.active > a {
          padding-left: 11px;
          border: 0; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-nav > ul > li.active > a {
          padding-left: 10px; } }
      .tuv-nav > ul > li.active > a:before {
        content: "\f0da";
        position: absolute;
        top: 50%;
        left: 16px;
        font: normal normal normal 0.875rem/1 FontAwesome;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #333333; }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav > ul > li.active > a:before {
            display: none; } }
      .tuv-nav > ul > li.active > a:after {
        content: " ";
        position: absolute;
        top: auto;
        left: -10px;
        bottom: 0;
        width: calc(100% + 20px);
        height: 4px;
        z-index: 1;
        background-color: #007ac2; }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav > ul > li.active > a:after {
            left: 0;
            width: 100%; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li.active.drop-item > a:before {
        display: block;
        content: "\f0d7";
        top: -1px;
        left: 0;
        -ms-transform: translateY(0);
        transform: translateY(0);
        font-size: 17px;
        line-height: 1; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li {
        float: left;
        margin: 0; }
        .tuv-nav > ul > li:last-child {
          margin-right: 0; } }
    .tuv-nav > ul > li > a {
      font-size: 1.125rem;
      line-height: 1.25rem;
      padding: 16px 35px 16px 10px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > a {
          font-size: 0.75rem;
          line-height: 1rem;
          padding: 0 11px 17px;
          border: 0;
          min-height: 49px;
          vertical-align: middle; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-nav > ul > li > a {
          padding: 0 20px 15px 10px;
          min-height: 47px; } }
      .tuv-nav > ul > li > a br {
        display: none; }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav > ul > li > a br {
            display: inline-block; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > a .open-close-icon {
          display: none; } }
  .tuv-nav > ul > li > ul {
    display: none; }
    .header--landing .tuv-nav > ul > li > ul {
      border-top: 1px solid #c9cac9; }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul {
        position: absolute;
        width: 200px;
        bottom: 0;
        left: 0;
        z-index: 5;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        padding: 27px 0;
        background: #fff;
        border-bottom: 1px solid #cccccc;
        box-sizing: border-box;
        border-top: 2px solid #999999; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul {
        padding: 29px 0;
        border-top: 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul:after {
        content: "";
        position: absolute;
        left: 200px;
        top: 0;
        z-index: -1;
        width: 400px;
        height: 100%; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul > li {
        margin: 0 10px 7px; }
        .tuv-nav > ul > li > ul > li:last-child {
          margin-bottom: 0; } }
    .tuv-nav > ul > li > ul > li > a {
      color: #333333;
      display: block;
      padding: 16px 32px 16px 30px;
      font-size: 1.125rem;
      line-height: 1.25rem; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li > a {
          padding: 5px 0;
          padding-right: 20px;
          display: inline-block;
          font-size: 0.75rem;
          line-height: 0.9375rem;
          font-family: "Univers LT W02_65 Bold1475970", "Roboto", sans-serif;
          width: 190px; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li > a .open-close-icon {
          display: none; } }
    .tuv-nav > ul > li > ul > li.active > ul {
      display: block; }
    .tuv-nav > ul > li > ul > li.active > a {
      color: #007ac2;
      padding-left: 49px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li.active > a {
          padding-left: 0; } }
      .tuv-nav > ul > li > ul > li.active > a:after {
        content: "\f0da";
        font: normal normal normal 0.875rem/1 FontAwesome;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 30px;
        color: #333333; }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav > ul > li > ul > li.active > a:after {
            display: none; } }
    .tuv-nav > ul > li > ul > li.active > ul {
      display: block; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li.active > ul {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -ms-flex-line-pack: start;
          align-content: flex-start; } }
      .tuv-nav > ul > li > ul > li.active > ul > li > ul {
        border-top: 1px solid #c9cac9; }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav > ul > li > ul > li.active > ul > li > ul {
            border: 0; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul > li:focus > a {
        color: #007ac2; }
        .tuv-nav > ul > li > ul > li:focus > a .open-close-icon {
          display: block;
          color: #007ac2; }
          .tuv-nav > ul > li > ul > li:focus > a .open-close-icon:before {
            content: "\f054"; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-nav > ul > li > ul > li:hover > a {
        color: #007ac2; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul > li.active > a .open-close-icon {
        display: block;
        color: #007ac2; }
        .tuv-nav > ul > li > ul > li.active > a .open-close-icon:before {
          content: "\f054"; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-nav > ul > li:focus > ul {
      display: block; } }
  .tuv-nav > ul > li.active > ul {
    display: block; }
  .tuv-nav > ul > li > ul > li > ul {
    display: none; }
    @media only screen and (max-width: 767px) {
      .tuv-nav > ul > li > ul > li > ul {
        border-top: 1px solid #c9cac9; } }
    .header--landing .tuv-nav > ul > li > ul > li > ul {
      border-top: 1px solid #c9cac9; }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul > li > ul {
        position: absolute;
        top: 0;
        left: 200px;
        width: calc(100% - 200px);
        padding: 26px 60px 2px 20px;
        background: rgba(255, 255, 255, 0.92);
        border-bottom: 1px solid #cccccc; }
        .header--landing .tuv-nav > ul > li > ul > li > ul {
          bottom: -1px;
          top: auto; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-nav > ul > li > ul > li > ul {
        padding: 27px 20px 2px; } }
    @media (min-width: 940px) {
      .tuv-nav > ul > li > ul > li > ul {
        width: 740px; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul > li > ul > li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 22px;
        -ms-flex-item-align: start;
        align-self: flex-start; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-nav > ul > li > ul > li > ul > li {
        width: 25%;
        padding: 0 10px;
        margin-bottom: 50px; } }
    .tuv-nav > ul > li > ul > li > ul > li.active a {
      padding-left: 83px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li > ul > li.active a {
          padding-left: 0; } }
    .tuv-nav > ul > li > ul > li > ul > li > a {
      display: block;
      width: 100%;
      font-size: 1.125rem;
      line-height: 1.25rem;
      padding: 16px 24px 16px 60px; }
      @media only print, screen and (min-width: 1024px) {
        .tuv-nav > ul > li > ul > li > ul > li > a:hover {
          color: #007ac2; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li > ul > li > a {
          min-height: 40px;
          font-size: 0.75rem;
          line-height: 0.875rem;
          padding: 0 0 11px 0;
          border-bottom: 1px solid #999999;
          color: #333333;
          font-family: "Univers LT W02_65 Bold1475970", "Roboto", sans-serif; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-nav > ul > li > ul > li > ul > li > a {
          padding: 0 0 10px 0; } }
    .tuv-nav > ul > li > ul > li > ul > li.active > ul {
      display: block; }
    .tuv-nav > ul > li > ul > li > ul > li.active > a {
      color: #007ac2;
      position: relative; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li > ul > li.active > a {
          padding-left: 0;
          color: #333333; } }
      .tuv-nav > ul > li > ul > li > ul > li.active > a:after {
        content: "\f0da";
        position: absolute;
        top: 50%;
        left: 45px;
        font: normal normal normal 0.875rem/1 FontAwesome;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #333333; }
        @media only print, screen and (min-width: 768px) {
          .tuv-nav > ul > li > ul > li > ul > li.active > a:after {
            display: none; } }
    .tuv-nav > ul > li > ul > li > ul > li > ul {
      display: none; }
      @media only print, screen and (min-width: 768px) {
        .tuv-nav > ul > li > ul > li > ul > li > ul {
          display: block; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul > li > ul .open-close-icon {
        display: none; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-nav > ul > li > ul > li > ul > li > ul > li:first-child {
      margin-top: 12px; } }
  .tuv-nav > ul > li > ul > li > ul > li > ul > li:focus > a {
    color: #007ac2; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-nav > ul > li > ul > li > ul > li > ul > li:hover > a {
      color: #007ac2; } }
  .tuv-nav > ul > li > ul > li > ul > li > ul > li > a {
    font-size: 1rem;
    color: #333333;
    font-family: "Roboto", sans-serif;
    padding: 16px 8px 16px 88px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-nav > ul > li > ul > li > ul > li > ul > li > a {
        padding: 6px 0;
        font-size: 0.75rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block; } }
    .tuv-nav > ul > li > ul > li > ul > li > ul > li > a:before {
      display: none; }

.footer-nav__title {
  padding-bottom: 67px; }

.footer-nav__list {
  padding-bottom: 102px; }
  .footer-nav__list .break-out {
    padding: 7px 0 0 0; }
  .footer-nav__list .tuv-nav__icon-bar-mobile, .footer-nav__list .tuv-nav__navigation--second {
    display: none; }
  .footer-nav__list .tuv-nav__navigation--first {
    position: static;
    display: block;
    background-color: transparent;
    padding: 0;
    border-bottom: 0; }
    .footer-nav__list .tuv-nav__navigation--first li {
      border-bottom-color: rgba(51, 51, 51, 0.2); }
      .footer-nav__list .tuv-nav__navigation--first li.active a:before {
        display: none; }
      .footer-nav__list .tuv-nav__navigation--first li.active > a .open-close-icon:before {
        position: relative;
        right: 1px;
        top: 0; }
      .footer-nav__list .tuv-nav__navigation--first li a {
        font-size: 0.875rem;
        font-family: "Roboto", sans-serif; }
      .footer-nav__list .tuv-nav__navigation--first li > ul li.active a:after {
        display: none; }
    .footer-nav__list .tuv-nav__navigation--first > li > a {
      padding: 9px 35px 10px 15px; }
    .footer-nav__list .tuv-nav__navigation--first > li:last-child > a {
      padding-bottom: 16px; }
  .footer-nav__list .tuv-nav > ul > li.active > a {
    color: #333333;
    border-bottom: 2px solid rgba(51, 51, 51, 0.3);
    padding: 9px 35px 10px 15px; }
    .footer-nav__list .tuv-nav > ul > li.active > a:after {
      display: none; }
  .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level {
    background: #e5e5e5; }
    .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li.active > a {
      color: #333333;
      padding: 9px 35px 10px 25px;
      border-bottom: 2px solid rgba(51, 51, 51, 0.3); }
    .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li > a {
      padding: 9px 35px 10px 25px; }
    .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level {
      background: lightgray; }
      .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li.active > a {
        color: #333333;
        border-bottom: 2px solid rgba(51, 51, 51, 0.3);
        padding-left: 83px; }
      .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li > a {
        padding: 9px 35px 10px 35px;
        line-height: 1; }
      .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li .tuv-nav__navigation__fourth-level {
        background: #c7c7c7; }
        .footer-nav__list .tuv-nav > ul > li .tuv-nav__navigation__second-level > li .tuv-nav__navigation__third-level > li .tuv-nav__navigation__fourth-level > li > a {
          padding: 9px 15px 10px 45px; }
  .footer-nav__list .tuv-nav .open-close-icon {
    right: 4px; }
    .footer-nav__list .tuv-nav .open-close-icon:before {
      content: "\f078"; }

.tuv-nav__navigation--second li > ul {
  width: 100%; }

.tuv-newsletter {
  border: 1px solid #cccccc;
  padding: 25px 19px 40px 80px;
  position: relative;
  background: #fff; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-newsletter {
      padding: 25px 19px 40px 77px; } }
  .tuv-newsletter__icon {
    position: absolute;
    left: 19px;
    top: 22px;
    height: 45px;
    width: 41px;
    background: url("../img/newsletter.png") no-repeat;
    color: #007ac2; }
    @media only print, screen and (min-width: 768px) {
      .tuv-newsletter__icon {
        top: 18px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-newsletter__icon {
        top: 17px;
        left: 14px; } }
    .tuv-newsletter__icon.fa {
      font-size: 43px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-newsletter__col {
      float: left;
      width: 50%; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-newsletter__col:last-child {
      padding: 57px 8px 0 21px; } }
  .tuv-newsletter h3 {
    line-height: 1.3125rem;
    margin-bottom: 10px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-newsletter h3 {
        margin-bottom: 30px; } }
  .tuv-newsletter p {
    margin-bottom: 6px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-newsletter p {
        margin-bottom: 9px; } }
  .tuv-newsletter .tuv-list {
    margin-bottom: 34px; }
  .tuv-newsletter .tuv-input {
    margin-bottom: 19px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-newsletter .tuv-input {
        float: left;
        width: 55%;
        padding-right: 21px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-newsletter .tuv-input {
        float: none;
        width: 100%;
        padding: 0; } }
  .tuv-newsletter .tuv-btn, .tuv-newsletter .cc-btn {
    max-width: 208px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-newsletter .tuv-btn, .tuv-newsletter .cc-btn {
        float: left;
        width: 45%; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-newsletter .tuv-btn, .tuv-newsletter .cc-btn {
        float: none;
        width: 100%;
        max-width: 178px; } }

.tuv-container--page-header img {
  width: 100%;
  margin-bottom: 1rem; }

.tuv-container--page-header--top-category {
  max-height: 420px; }

.tuv-container--page-header--middle-category {
  max-height: 370px; }

.tuv-container--page-header--sub-category {
  max-height: 320px; }

.fixed-stage .tuv-fixed-stage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background-color: #fff;
  width: 100%;
  border-bottom: 2px solid #cccccc; }
  @media only screen and (max-width: 1023px) {
    .fixed-stage .tuv-fixed-stage {
      margin-left: 0 !important; } }
  @media only print, screen and (min-width: 768px) {
    .fixed-stage .tuv-fixed-stage {
      border-bottom: none; } }
  @media only print, screen and (min-width: 768px) {
    .fixed-stage .tuv-fixed-stage > .break-out {
      border-bottom: 2px solid #cccccc; } }

.tuv-fixed-stage {
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: calc(15 / 280 * 100vw);
  padding-right: calc(15 / 280 * 100vw); }
  @media only print, screen and (min-width: 768px) {
    .tuv-fixed-stage {
      margin-top: 0;
      padding: 0 10px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-fixed-stage {
      padding: 0; } }
  .tuv-fixed-stage .break-out {
    padding: 20px 0;
    margin-top: -20px;
    margin-bottom: -20px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-fixed-stage .break-out {
        padding: 11px 0;
        margin-top: 0;
        margin-bottom: 0; } }
  .tuv-fixed-stage__text-box {
    display: none;
    padding-bottom: 15px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-fixed-stage__text-box {
        width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
      .tuv-fixed-stage__text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-fixed-stage__text-box:last-child{
    margin-right: 0; }
      .tuv-fixed-stage__text-box:nth-child(4n){
    margin-right: 0;
    float: right; }
      .tuv-fixed-stage__text-box:nth-child(4n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-fixed-stage__text-box {
        width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
      .tuv-fixed-stage__text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-fixed-stage__text-box:last-child{
    margin-right: 0; }
      .tuv-fixed-stage__text-box:nth-child(4n){
    margin-right: 0;
    float: right; }
      .tuv-fixed-stage__text-box:nth-child(4n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-fixed-stage__text-box {
        width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
      .tuv-fixed-stage__text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-fixed-stage__text-box:last-child{
    margin-right: 0; }
      .tuv-fixed-stage__text-box:nth-child(4n){
    margin-right: 0;
    float: right; }
      .tuv-fixed-stage__text-box:nth-child(4n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-fixed-stage__text-box {
        width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
      .tuv-fixed-stage__text-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-fixed-stage__text-box:last-child{
    margin-right: 0; }
      .tuv-fixed-stage__text-box:nth-child(4n){
    margin-right: 0;
    float: right; }
      .tuv-fixed-stage__text-box:nth-child(4n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-fixed-stage__text-box {
        display: block;
        padding-bottom: 0; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-fixed-stage__btn-box {
      width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
    .tuv-fixed-stage__btn-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-fixed-stage__btn-box:last-child{
    margin-right: 0; }
    .tuv-fixed-stage__btn-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-fixed-stage__btn-box:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-fixed-stage__btn-box {
      width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
    .tuv-fixed-stage__btn-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-fixed-stage__btn-box:last-child{
    margin-right: 0; }
    .tuv-fixed-stage__btn-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-fixed-stage__btn-box:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-fixed-stage__btn-box {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-fixed-stage__btn-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-fixed-stage__btn-box:last-child{
    margin-right: 0; }
    .tuv-fixed-stage__btn-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-fixed-stage__btn-box:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-fixed-stage__btn-box {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-fixed-stage__btn-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-fixed-stage__btn-box:last-child{
    margin-right: 0; }
    .tuv-fixed-stage__btn-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    .tuv-fixed-stage__btn-box:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-fixed-stage__btn-box {
      padding-top: 6px; } }
  .tuv-fixed-stage__btn-box .tuv-btn, .tuv-fixed-stage__btn-box .cc-btn {
    width: 100%; }
    @media only print, screen and (min-width: 768px) {
      .tuv-fixed-stage__btn-box .tuv-btn, .tuv-fixed-stage__btn-box .cc-btn {
        width: auto; } }
  .tuv-fixed-stage h2 {
    font-size: 1rem;
    line-height: 1.125rem; }
    @media only print, screen and (min-width: 768px) {
      .tuv-fixed-stage h2 {
        font-size: 1.5rem;
        line-height: 1.875rem; } }

.tuv-search--mobile {
  display: none;
  position: relative;
  z-index: 99; }
  @media only print, screen and (min-width: 768px) {
    .tuv-search--mobile {
      display: none !important; } }
  .tuv-search--mobile .tuv-input .tuv-search-icon {
    right: -10px; }

.tuv-input .tuv-search-icon {
  position: absolute;
  top: -7px;
  left: initial;
  right: -5px; }

.tuv-additional-service__item {
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  position: relative; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-additional-service__item {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-additional-service__item:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-additional-service__item:last-child{
    margin-right: 0; }
    .tuv-additional-service__item:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-additional-service__item:nth-child(3n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-additional-service__item {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-additional-service__item:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-additional-service__item:last-child{
    margin-right: 0; }
    .tuv-additional-service__item:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-additional-service__item:nth-child(3n + 1){
    clear: both; } }
  .tuv-additional-service__item.active .accordion-content {
    display: block; }
  .tuv-additional-service__item.active .accordion-header:before {
    content: "\f077"; }
  .tuv-additional-service__item .accordion-content {
    display: none;
    padding: 0 21px 40px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-additional-service__item .accordion-content {
        display: block;
        padding: 0 19px 40px; } }

.tuv-additional-service .accordion-header {
  margin: 0;
  padding: 16px 35px 16px 18px;
  position: relative;
  line-height: 1.3125rem; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-additional-service .accordion-header {
      padding-right: 18px; } }
  .tuv-additional-service .accordion-header:before {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 20px;
    right: 18px;
    color: #007ac2; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-additional-service .accordion-header:before {
        display: none; } }

.tuv-additional-service__img-box img {
  width: 100%; }

.tuv-additional-service .tuv-text-box {
  padding-top: 13px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-additional-service .tuv-text-box {
      padding: 12px 0 72px; } }
  .tuv-additional-service .tuv-text-box p:last-of-type {
    margin-bottom: 37px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-additional-service .tuv-text-box p:last-of-type {
        margin-bottom: 0; } }
  .tuv-additional-service .tuv-text-box .tuv-btn, .tuv-additional-service .tuv-text-box .cc-btn {
    width: 100%; }
    @media only print, screen and (min-width: 768px) {
      .tuv-additional-service .tuv-text-box .tuv-btn, .tuv-additional-service .tuv-text-box .cc-btn {
        float: right;
        width: 162px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-additional-service .tuv-text-box .tuv-btn, .tuv-additional-service .tuv-text-box .cc-btn {
        width: auto;
        position: absolute;
        bottom: 39px;
        left: 19px;
        right: 19px; } }

.tuv-service__key-item {
  margin-bottom: 20px;
  position: relative; }
  @media only print, screen and (min-width: 768px) {
    .tuv-service__key-item {
      margin-bottom: 10px; } }
  .tuv-service__key-item.active .accordion-content {
    display: block; }
  .tuv-service__key-item.active .accordion-header {
    white-space: normal;
    text-overflow: inherit;
    overflow: visible; }
    .tuv-service__key-item.active .accordion-header:before {
      content: "\f077"; }
  .tuv-service__key-item .accordion-content {
    display: none;
    padding: 0 21px 26px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-service__key-item .accordion-content {
        display: block;
        padding: 0; } }
  .tuv-service__key-item .accordion-header {
    margin: 0;
    padding: 15px 35px 16px 18px;
    position: relative;
    line-height: 1.375rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only print, screen and (min-width: 768px) {
      .tuv-service__key-item .accordion-header {
        padding: 0;
        white-space: normal;
        text-overflow: inherit;
        overflow: visible; } }
    .tuv-service__key-item .accordion-header:before {
      content: "\f078";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      top: 20px;
      right: 18px;
      color: #007ac2; }
      @media only print, screen and (min-width: 768px) {
        .tuv-service__key-item .accordion-header:before {
          display: none; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-service__key-item__image-box {
      width: 32.9%;
      float: left; } }
  .tuv-service__key-item__image-box img {
    width: 100%;
    vertical-align: top; }
  .tuv-service__key-item__image-box + .tuv-service__key-item__text-box {
    padding: 16px 20px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-service__key-item__image-box + .tuv-service__key-item__text-box {
        float: left;
        width: 67.1%; } }
  .tuv-service__key-item__text-box {
    padding-top: 16px;
    width: 100%; }
    @media only print, screen and (min-width: 768px) {
      .tuv-service__key-item__text-box {
        padding: 16px 20px; } }
    .tuv-service__key-item__text-box p:last-of-type {
      margin-bottom: 14px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-service__key-item__text-box p:last-of-type {
          margin-bottom: 0; } }
    .tuv-service__key-item__text-box .tuv-btn, .tuv-service__key-item__text-box .cc-btn {
      width: 182px;
      margin-top: 20px;
      margin-bottom: 20px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-service__key-item__text-box .tuv-btn, .tuv-service__key-item__text-box .cc-btn {
          float: left; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-service__key-item__text-box .tuv-btn, .tuv-service__key-item__text-box .cc-btn {
          width: auto;
          position: initial;
          bottom: 39px; } }
  .tuv-service__key-item--new {
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background: #007ac2;
    text-transform: uppercase; }

.tuv-service__item {
  margin-bottom: 20px;
  border: 1px solid #cccccc;
  position: relative; }
  @media only print, screen and (min-width: 768px) {
    .tuv-service__item {
      margin-bottom: 10px; } }
  .tuv-service__item.active .accordion-content {
    display: block; }
  .tuv-service__item.active .accordion-header {
    white-space: normal;
    text-overflow: inherit;
    overflow: visible; }
    .tuv-service__item.active .accordion-header:before {
      content: "\f077"; }
  .tuv-service__item .accordion-content {
    display: none;
    padding: 0 21px 26px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-service__item .accordion-content {
        display: block;
        padding: 0; } }
  .tuv-service__item .accordion-header {
    margin: 0;
    padding: 15px 35px 16px 18px;
    position: relative;
    line-height: 1.375rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only print, screen and (min-width: 768px) {
      .tuv-service__item .accordion-header {
        padding: 0;
        white-space: normal;
        text-overflow: inherit;
        overflow: visible; } }
    .tuv-service__item .accordion-header:before {
      content: "\f078";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      top: 20px;
      right: 18px;
      color: #007ac2; }
      @media only print, screen and (min-width: 768px) {
        .tuv-service__item .accordion-header:before {
          display: none; } }

@media only print, screen and (min-width: 768px) {
  .tuv-service__img-box {
    float: left;
    width: 31.3%; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-service__img-box {
    width: 19.9%; } }

.tuv-service__img-box img {
  width: 100%;
  vertical-align: top; }

.tuv-service__img-box + .tuv-service__text-box {
  padding: 16px 20px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-service__img-box + .tuv-service__text-box {
      float: left;
      width: 68.7%; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-service__img-box + .tuv-service__text-box {
      width: 80.1%; } }

.tuv-service__text-box {
  padding-top: 16px;
  width: 100%; }
  @media only print, screen and (min-width: 768px) {
    .tuv-service__text-box {
      padding: 16px 20px; } }
  .tuv-service__text-box p:last-of-type {
    margin-bottom: 14px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-service__text-box p:last-of-type {
        margin-bottom: 0; } }
  .tuv-service__text-box .tuv-btn, .tuv-service__text-box .cc-btn {
    width: 100%; }
    @media only print, screen and (min-width: 768px) {
      .tuv-service__text-box .tuv-btn, .tuv-service__text-box .cc-btn {
        float: right;
        width: 162px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-service__text-box .tuv-btn, .tuv-service__text-box .cc-btn {
        width: auto;
        position: absolute;
        bottom: 39px;
        left: 19px;
        right: 19px; } }

.tuv-headline-table {
  margin-top: 30px;
  margin-bottom: -17px; }

.headline-table {
  width: 100%;
  border-collapse: collapse; }
  .headline-table td {
    padding-bottom: 17px;
    padding-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
    line-height: 1.375rem; }
  .headline-table th {
    text-align: left;
    padding-left: 10px;
    min-width: 125px; }
  .headline-table tr {
    border-bottom: 1px solid #999999; }
    .headline-table tr:last-child {
      border-bottom: none; }
  .headline-table thead {
    font-size: 0.875rem;
    line-height: 22px; }
    .headline-table thead tr {
      height: 50px;
      background-color: #f2f2f2; }

.tuv-teaser-container {
  margin-bottom: -20px; }
  @media only print, screen and (min-width: 320px) {
    .tuv-teaser-container .tuv-teaser {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-teaser-container .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-container .tuv-teaser:last-child{
    margin-right: 0; }
    .tuv-teaser-container .tuv-teaser:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-container .tuv-teaser:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-container .tuv-teaser {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-teaser-container .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-container .tuv-teaser:last-child{
    margin-right: 0; }
    .tuv-teaser-container .tuv-teaser:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-container .tuv-teaser:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-teaser-container .tuv-teaser {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-teaser-container .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-container .tuv-teaser:last-child{
    margin-right: 0; }
    .tuv-teaser-container .tuv-teaser:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-container .tuv-teaser:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-container .tuv-teaser {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-teaser-container .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-container .tuv-teaser:last-child{
    margin-right: 0; }
    .tuv-teaser-container .tuv-teaser:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-container .tuv-teaser:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-container .tuv-teaser {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-teaser-container .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-container .tuv-teaser:last-child{
    margin-right: 0; }
    .tuv-teaser-container .tuv-teaser:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-container .tuv-teaser:nth-child(3n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-container .tuv-teaser {
      width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
    .tuv-teaser-container .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-container .tuv-teaser:last-child{
    margin-right: 0; }
    .tuv-teaser-container .tuv-teaser:nth-child(3n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-container .tuv-teaser:nth-child(3n + 1){
    clear: both; } }

.tuv-teaser {
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  position: relative; }
  .tuv-teaser--multi {
    padding: 20px; }
    .tuv-teaser--multi div.tuv-teaser__content {
      padding: 0; }
      @media only print, screen and (min-width: 768px) {
        .tuv-teaser--multi div.tuv-teaser__content {
          width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-teaser--multi div.tuv-teaser__content:last-child{
    margin-right: 0; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n){
    margin-right: 0;
    float: right; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n + 1){
    clear: both; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-teaser--multi div.tuv-teaser__content {
          width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-teaser--multi div.tuv-teaser__content:last-child{
    margin-right: 0; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n){
    margin-right: 0;
    float: right; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n + 1){
    clear: both; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-teaser--multi div.tuv-teaser__content {
          width: calc(99.9% * 1 - (20px - 20px * 1)); }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-teaser--multi div.tuv-teaser__content:last-child{
    margin-right: 0; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n){
    margin-right: 0;
    float: right; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n + 1){
    clear: both; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-teaser--multi div.tuv-teaser__content {
          width: calc(99.9% * 1 - (20px - 20px * 1)); }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
        .tuv-teaser--multi div.tuv-teaser__content:last-child{
    margin-right: 0; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n){
    margin-right: 0;
    float: right; }
        .tuv-teaser--multi div.tuv-teaser__content:nth-child(0n + 1){
    clear: both; } }
      .tuv-teaser--multi div.tuv-teaser__content :last-child {
        margin-bottom: 0; }
    .tuv-teaser--multi .tuv-teaser__image {
      margin-bottom: 20px;
      display: block; }
      .tuv-teaser--multi .tuv-teaser__image img {
        margin-bottom: 0;
        width: 100%; }
    .tuv-teaser--multi a.tuv-btn.tuv-btn--teaser, .tuv-teaser--multi a.tuv-btn--teaser.cc-btn {
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      margin-top: 5px;
      padding-left: 10px;
      padding-right: 10px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-teaser--multi a.tuv-btn.tuv-btn--teaser, .tuv-teaser--multi a.tuv-btn--teaser.cc-btn {
          margin-top: 30px; } }
      @media only print, screen and (min-width: 1024px) {
        .tuv-teaser--multi a.tuv-btn.tuv-btn--teaser, .tuv-teaser--multi a.tuv-btn--teaser.cc-btn {
          margin-top: 5px; } }
  .tuv-teaser .tuv-teaser__content + .tuv-teaser__content {
    margin-top: 20px;
    border-top: 1px solid #cccccc;
    padding-top: 19px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser .tuv-teaser__content + .tuv-teaser__content {
        margin-top: 0;
        border-top: none;
        padding-top: 0; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-teaser .tuv-teaser__content + .tuv-teaser__content {
        margin-top: 20px;
        border-top: 1px solid #cccccc;
        padding-top: 19px; } }
  .tuv-teaser--icon {
    text-align: center; }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser--icon {
        margin-bottom: 40px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-teaser--icon {
        margin-bottom: 0; } }
    .tuv-teaser--icon:hover .tuv-teaser--icon__content {
     /* display: none; */ }
    .tuv-teaser--icon:hover .tuv-teaser--icon__search {
      display: block; }
    .tuv-teaser--icon__content {
      display: inline-block;
      text-decoration: none;
      padding: 45px 20px 75px;
      cursor: pointer; }
      .tuv-teaser--icon__content img {
        max-width: 40px;
        max-height: 40px;
        margin-bottom: 10px; }
    .tuv-teaser--icon h3 {
      margin-bottom: 13px; }
      @media only print, screen and (min-width: 1024px) {
        .tuv-teaser--icon h3 {
          line-height: 1.5rem;
          font-size: 1.125rem;
          margin-bottom: 10px; } }
    .tuv-teaser--icon .icon {
      color: #007ac2;
      font-size: 1.875rem; }
    .tuv-teaser--icon .tuv-input__control::-webkit-input-placeholder {
      font-size: 12px; }
    .tuv-teaser--icon .tuv-input__control::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 12px; }
    .tuv-teaser--icon .tuv-input__control:-ms-input-placeholder {
      /* IE 10+ */
      font-size: 12px; }
    .tuv-teaser--icon .tuv-input__control:-moz-placeholder {
      /* Firefox 18- */
      font-size: 12px; }
    .tuv-teaser--icon__search {
      display: none;
      margin: 0;
      padding: 0;
      position: relative;
      cursor: default; }
      .tuv-teaser--icon__search__content {
        position: absolute;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        width: 100%;
        padding: 0 10px; }
        .tuv-teaser--icon__search__content form {
          padding-top: 20px; }
        .tuv-teaser--icon__search__content .tuv-btn-container {
          margin-top: 15px; }
        .tuv-teaser--icon__search__content h4 {
          font-size: 1.1rem; }
  .tuv-teaser--img-top img {
    width: 100%;
    line-height: 0%;
    font-size: 0;
    vertical-align: top; }
  .tuv-teaser--img-top .tuv-teaser__content p {
    margin-top: 1rem; }
  .tuv-teaser--img-top:last-child {
    margin-bottom: 20px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser--img-top:last-child {
        margin-bottom: 0; } }
  .tuv-teaser--video iframe {
    width: 100%; }
  .tuv-teaser--topic .tuv-teaser__category, .tuv-teaser--news .tuv-teaser__category {
    display: block;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 18px;
    color: rgba(51, 51, 51, 0.6); }
  .tuv-teaser--topic .tuv-teaser__meta, .tuv-teaser--news .tuv-teaser__meta {
    font-size: 14px;
    font-family: "Roboto", sans-serif; }
  .tuv-teaser--news .tuv-teaser__content-inner {
    padding: 0; }
  .tuv-teaser--topic {
    @expand clearfix; }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser--topic.full-content .tuv-teaser__image {
        float: left;
        width: 48%; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser--topic.full-content .tuv-teaser__content {
        float: left;
        width: 52%; } }
    .tuv-teaser--topic .tuv-teaser__image {
      min-height: 300px; }
      .tuv-teaser--topic .tuv-teaser__image img {
        min-height: 300px; }
    @media only print, screen and (min-width: 320px) {
      .tuv-teaser--topic {
        min-height: 445px;
        height: 100%; } }
    @media only print, screen and (min-width: 480px) {
      .tuv-teaser--topic {
        min-height: 250px;
        height: 100%; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser--topic {
        min-height: 408px;
        height: 100%;
        margin-bottom: 0px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-teaser--topic {
        min-height: 300px;
        height: 100%; } }
  .tuv-teaser--events .tuv-teaser__content .tuv-link {
    display: block; }
  .tuv-teaser--events .tuv-teaser__content-inner:first-of-type {
    padding-top: 0; }
  .tuv-teaser--link-list .tuv-teaser__content .tuv-link {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.375rem; }
  .tuv-teaser--link-list .tuv-teaser__content-inner:first-of-type {
    padding-top: 0; }
  .tuv-teaser__image {
    display: block;
    font-size: 0; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-teaser__image img {
        width: 100%; } }
  .tuv-teaser__content {
    background-color: #fff;
    padding: 15px 15px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-teaser__content {
        padding: 30px; } }
    .tuv-teaser__content .tuv-link {
      display: inline-block; }
      .tuv-teaser__content .tuv-link.tuv-link--headline {
        display: block; }
    .tuv-teaser__content .tuv-teaser__meta {
      display: block; }
    .tuv-teaser__content h3, .tuv-teaser__content .tuv-link {
      margin-bottom: 15px;
      min-height: 42px; }
    .tuv-teaser__content time {
      display: block;
      margin-bottom: 15px;
      font-size: 0.875rem;
      font-family: "Roboto", sans-serif; }
    .tuv-teaser__content img {
      margin-bottom: 20px; }
    .tuv-teaser__content-inner {
      padding: 20px 0; }
      .tuv-teaser__content-inner:last-child {
        border: 0; }
  .tuv-teaser__headline {
    display: block;
    margin-bottom: 10px; }
  .tuv-teaser--ordered--list {
    width: 100%; }
  .tuv-teaser--ordered {
    border: 0;
    position: relative; }
    .tuv-teaser--ordered .tuv-teaser__content__number {
      color: #007ac2;
      font-size: 1.375rem;
      position: absolute;
      top: 0;
      left: 0; }
    .tuv-teaser--ordered img {
      width: 100%;
      margin-bottom: 10px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-teaser--ordered img {
          margin-bottom: 34px; } }
      @media only print, screen and (min-width: 768px) {
        .tuv-teaser--ordered img {
          margin-bottom: 32px; } }
    .tuv-teaser--ordered h3 {
      display: inline-block;
      margin-left: 25px;
      line-height: 1.375rem;
      margin-top: 1px; }
      @media screen and (min--moz-device-pixel-ratio: 0) {
        .tuv-teaser--ordered h3 {
          margin-top: 2px; } }
    .tuv-teaser--ordered .tuv-teaser__content {
      padding: 0; }
  @media only print, screen and (min-width: 768px) {
    .tuv-teaser-events-box .tuv-teaser__content {
      padding-bottom: 90px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-events-box .tuv-teaser__content {
      padding: 16px 19px 90px; } }
  .tuv-teaser-events-box .tuv-teaser__content > div:last-of-type {
    border: 0; }
  .tuv-teaser-events-box .tuv-teaser__content-inner {
    border-bottom: 1px solid #cccccc; }
  @media only print, screen and (min-width: 768px) {
    .tuv-teaser-events-box .tuv-teaser .tuv-btn, .tuv-teaser-events-box .tuv-teaser .cc-btn {
      position: absolute;
      bottom: 40px;
      left: 15px;
      right: 15px; } }
  @media only print, screen and (min-width: 320px) {
    .tuv-teaser-events-box--vertical {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-teaser-events-box--vertical:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-events-box--vertical:last-child{
    margin-right: 0; }
    .tuv-teaser-events-box--vertical:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-events-box--vertical:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-events-box--vertical {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-teaser-events-box--vertical:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-events-box--vertical:last-child{
    margin-right: 0; }
    .tuv-teaser-events-box--vertical:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-events-box--vertical:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-events-box--vertical {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-teaser-events-box--vertical:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-events-box--vertical:last-child{
    margin-right: 0; }
    .tuv-teaser-events-box--vertical:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-events-box--vertical:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser-events-box--vertical {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-teaser-events-box--vertical:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-teaser-events-box--vertical:last-child{
    margin-right: 0; }
    .tuv-teaser-events-box--vertical:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-teaser-events-box--vertical:nth-child(0n + 1){
    clear: both; } }
  .tuv-teaser-events-box--vertical div.tuv-teaser {
    float: none !important;
    width: 100% !important; }
  .tuv-teaser--links--list {
    padding: 15px; }
    .tuv-teaser--links--list .tuv-teaser__content {
      padding: 0; }
    .tuv-teaser--links--list .tuv-btn, .tuv-teaser--links--list .cc-btn {
      display: block;
      margin-bottom: 10px;
      padding: 7px 18px; }
      .tuv-teaser--links--list .tuv-btn:last-child, .tuv-teaser--links--list .cc-btn:last-child {
        margin-bottom: 0; }
  .tuv-teaser--hightlight {
    padding: 15px; }
    .tuv-teaser--hightlight .tuv-teaser__image {
      display: block; }
      .tuv-teaser--hightlight .tuv-teaser__image a {
        display: block; }
      .tuv-teaser--hightlight .tuv-teaser__image img {
        width: 100%; }
    .tuv-teaser--hightlight .tuv-teaser__content {
      padding: 15px 0 0 0; }
  .tuv-teaser--event > a {
    display: block; }
  .tuv-teaser--event .tuv-teaser__image {
    min-height: 300px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser--event .tuv-teaser__image {
        float: left;
        width: 48%; } }
    .tuv-teaser--event .tuv-teaser__image img {
      width: 100%;
      min-height: 300px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-teaser--event .tuv-teaser__content {
      float: left;
      width: 52%; } }
  .tuv-teaser--event .tuv-teaser__category {
    display: block;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 18px;
    color: rgba(51, 51, 51, 0.6); }
  @media only print, screen and (min-width: 320px) {
    .tuv-teaser--event {
      min-height: 445px;
      height: 100%; } }
  @media only print, screen and (min-width: 480px) {
    .tuv-teaser--event {
      min-height: 250px;
      height: 100%; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-teaser--event {
      min-height: 408px;
      height: 100%; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-teaser--event {
      min-height: 300px;
      height: 100%;
      margin-bottom: 0px; } }
  .tuv-teaser--slider .tuv-teaser__image {
    height: 100%; }
    @media only print, screen and (min-width: 768px) {
      .tuv-teaser--slider .tuv-teaser__image img {
        height: 100%; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser {
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:last-child{
    margin-right: 0; }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:nth-child(3n){
    margin-right: 0;
    float: right; }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:nth-child(3n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser {
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:last-child{
    margin-right: 0; }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:nth-child(3n){
    margin-right: 0;
    float: right; }
  .tuv-teaser-container.tuv-teaser-container--3 .tuv-teaser:nth-child(3n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser {
    width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:last-child{
    margin-right: 0; }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:nth-child(4n){
    margin-right: 0;
    float: right; }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:nth-child(4n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser {
    width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:last-child{
    margin-right: 0; }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:nth-child(4n){
    margin-right: 0;
    float: right; }
  .tuv-teaser-container.tuv-teaser-container--4 .tuv-teaser:nth-child(4n + 1){
    clear: both; } }

.tuv-background-grey {
  background-color: #f2f2f2; }

.tuv-text-box--more {
  padding-top: 13px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-text-box--more {
      padding: 12px 0 72px; } }
  .tuv-text-box--more p:last-of-type {
    margin-bottom: 37px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-text-box--more p:last-of-type {
        margin-bottom: 0; } }

.tuv-container--text-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--text-image {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-container--text-image:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--text-image:last-child{
    margin-right: 0; }
    .tuv-container--text-image:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--text-image:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--text-image {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-container--text-image:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--text-image:last-child{
    margin-right: 0; }
    .tuv-container--text-image:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--text-image:nth-child(0n + 1){
    clear: both; } }
  .tuv-container--text-image p {
    margin-bottom: 15px; }
  .tuv-container--text-image p +
h3 {
    margin-top: 30px;
    margin-bottom: 15px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--text-image--image-left figure.tuv-container--text-image__figure {
      float: left;
      -ms-flex-order: 1;
      order: 1;
      margin-right: 20px;
      margin-top: 5px;
      margin-left: 0; } }
  .tuv-container--text-image .tuv-container--text-image__wrapper {
    -ms-flex-order: 0;
    order: 0; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--text-image .tuv-container--text-image__wrapper {
        -ms-flex-order: 1;
        order: 1; } }
  .tuv-container--text-image .tuv-container--text-image__headline {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--text-image .tuv-container--text-image__headline {
        -ms-flex-order: 0;
        order: 0; } }
  .tuv-container--text-image .tuv-container--text-image__figure {
    clear: both;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 20px;
    position: relative; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--text-image .tuv-container--text-image__figure {
        float: right;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 20px;
        margin-top: 5px; } }
    .tuv-container--text-image .tuv-container--text-image__figure .fancybox-full-screen-opener {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: block;
      background: #007ac2;
      position: absolute;
      top: -45px;
      right: 15px; }
      .tuv-container--text-image .tuv-container--text-image__figure .fancybox-full-screen-opener span {
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 1rem; }
    .tuv-container--text-image .tuv-container--text-image__figure figure,
    .tuv-container--text-image .tuv-container--text-image__figure img {
      width: 100%; }
      @media only print, screen and (min-width: 768px) {
        .tuv-container--text-image .tuv-container--text-image__figure figure,
        .tuv-container--text-image .tuv-container--text-image__figure img {
          max-width: 300px; } }
    .tuv-container--text-image .tuv-container--text-image__figure figcaption {
      width: 100%;
      position: relative;
      word-wrap: break-word; }
      @media only print, screen and (min-width: 768px) {
        .tuv-container--text-image .tuv-container--text-image__figure figcaption {
          max-width: 300px; } }
  .tuv-container--text-image .tuv-container--text-image__content {
    -ms-flex-order: 3;
    order: 3;
    width: 100%; }
    .tuv-container--text-image .tuv-container--text-image__content--text {
      padding-left: 10px; }
  .tuv-container--text-image .tuv-container--text-image__cta {
    clear: both;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 30px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-image .tuv-container--text-image__cta {
        width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
      .tuv-container--text-image .tuv-container--text-image__cta:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--text-image .tuv-container--text-image__cta:last-child{
    margin-right: 0; }
      .tuv-container--text-image .tuv-container--text-image__cta:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--text-image .tuv-container--text-image__cta:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-image .tuv-container--text-image__cta {
        width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
      .tuv-container--text-image .tuv-container--text-image__cta:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--text-image .tuv-container--text-image__cta:last-child{
    margin-right: 0; }
      .tuv-container--text-image .tuv-container--text-image__cta:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--text-image .tuv-container--text-image__cta:nth-child(0n + 1){
    clear: both; } }
  .tuv-container--text-image__citation {
    background-color: #f2f2f2;
    margin-bottom: 10px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-image__citation {
        width: calc(99.9% * 0.55556 - (20px - 20px * 0.55556)); }
      .tuv-container--text-image__citation:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--text-image__citation:last-child{
    margin-right: 0; }
      .tuv-container--text-image__citation:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--text-image__citation:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-image__citation {
        width: calc(99.9% * 0.55556 - (20px - 20px * 0.55556)); }
      .tuv-container--text-image__citation:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--text-image__citation:last-child{
    margin-right: 0; }
      .tuv-container--text-image__citation:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--text-image__citation:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-image__citation {
        margin-bottom: 0; } }
    .tuv-container--text-image__citation-wrapper {
      position: relative;
      padding: 10px;
      padding-left: 54px;
      padding-right: 20px; }
      @media only print, screen and (min-width: 1024px) {
        .tuv-container--text-image__citation-wrapper {
          padding: 20px;
          padding-left: 56px;
          padding-right: 50px; } }
      .tuv-container--text-image__citation-wrapper img {
        position: absolute;
        left: 10px;
        top: 10px; }
      .tuv-container--text-image__citation-wrapper h4 {
        font-family: "Univers LT W02_55 Roman1475958", "Roboto", sans-serif;
        font-size: 1.125rem;
        line-height: 1.5rem;
        font-weight: 400; }
      .tuv-container--text-image__citation-wrapper span {
        display: block;
        text-align: right;
        font-family: "Univers LT W02_55 Roman1475958", "Roboto", sans-serif;
        font-size: 0.75rem;
        line-height: 1.5rem;
        text-transform: uppercase; }

footer {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  clear: both; }
  @media only print, screen and (min-width: 768px) {
    footer {
      padding-left: 10px;
      padding-right: 10px; } }
  footer a.tuv-link {
    font-weight: normal; }
    footer a.tuv-link:hover {
      text-decoration: none;
      color: #007ac2; }
  footer .tuv-container-grey {
    padding-top: 0;
    margin-top: 0; }
  footer .lang-switcher .select2-container--default .select2-selection--single {
    background: #d9d9d9; }
  footer.footer--landing .footer-container {
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media only print, screen and (min-width: 768px) {
    footer.footer--landing .footer-box {
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  footer.footer--landing .footer-box .copyright {
    -ms-flex-order: 1;
    order: 1; }
  footer.footer--landing .footer-box .meta-list-box {
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px; }
    @media only print, screen and (min-width: 768px) {
      footer.footer--landing .footer-box .meta-list-box {
        margin-top: 0; } }
    footer.footer--landing .footer-box .meta-list-box:before {
      content: none; }
    footer.footer--landing .footer-box .meta-list-box .meta-list {
      margin: auto;
      max-width: none;
      text-transform: uppercase;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: row;
      flex-direction: row;
      -moz-column-count: 3;
      column-count: 3;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      padding: 0 calc(15 / 280 * 100vw); }
      footer.footer--landing .footer-box .meta-list-box .meta-list li {
        float: left; }
        footer.footer--landing .footer-box .meta-list-box .meta-list li a {
          padding: 0;
          border: none;
          font-weight: normal; }
  footer.footer--landing .footer-box .lang-switcher-box {
    -ms-flex-order: 3;
    order: 3;
    -ms-flex: none;
    flex: none;
    padding: 0 calc(15 / 280 * 100vw); }
    @media only print, screen and (min-width: 768px) {
      footer.footer--landing .footer-box .lang-switcher-box {
        padding: 0;
        padding-right: 10px; } }
    footer.footer--landing .footer-box .lang-switcher-box .tuv-nav__country-switch__select {
      padding: 0;
      min-width: 53px; }
  @media only print, screen and (min-width: 768px) {
    footer.footer--landing .footer-list-box {
      -ms-flex-order: 1;
      order: 1;
      -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
      margin-top: 20px; }
      footer.footer--landing .footer-list-box h4 a {
        padding-top: 0; } }
  @media only print, screen and (min-width: 1024px) {
    footer.footer--landing .footer-list-box {
      -ms-flex-order: 1;
      order: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      margin-right: 0px !important; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .footer-list-box {
      width: calc(99.9% * 0.16667 - (20px - 20px * 0.16667)); }
    footer.footer--landing .footer-list-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .footer-list-box:last-child{
    margin-right: 0; }
    footer.footer--landing .footer-list-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .footer-list-box:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .footer-list-box {
      width: calc(99.9% * 0.16667 - (20px - 20px * 0.16667)); }
    footer.footer--landing .footer-list-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .footer-list-box:last-child{
    margin-right: 0; }
    footer.footer--landing .footer-list-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .footer-list-box:nth-child(4n + 1){
    clear: both; } }
  footer.footer--landing .footer-list-box ul {
    background: none;
    display: block; }
    footer.footer--landing .footer-list-box ul li {
      background: none; }
      footer.footer--landing .footer-list-box ul li a {
        background: none; }
  footer.footer--landing .newsletter-box {
    margin-top: 40px; }
    @media only print, screen and (min-width: 768px) {
      footer.footer--landing .newsletter-box {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        margin-top: 20px; } }
    @media only print, screen and (min-width: 1024px) {
      footer.footer--landing .newsletter-box {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-right: 0px !important; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .newsletter-box {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    footer.footer--landing .newsletter-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .newsletter-box:last-child{
    margin-right: 0; }
    footer.footer--landing .newsletter-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .newsletter-box:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .newsletter-box {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    footer.footer--landing .newsletter-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .newsletter-box:last-child{
    margin-right: 0; }
    footer.footer--landing .newsletter-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .newsletter-box:nth-child(4n + 1){
    clear: both; } }
    footer.footer--landing .newsletter-box input {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    footer.footer--landing .newsletter-box button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      height: 38px; }
  footer.footer--landing .contact-box {
    -ms-flex-order: 4;
    order: 4;
    border-bottom: none;
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 20px; }
    @media only print, screen and (min-width: 768px) {
      footer.footer--landing .contact-box {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%; } }
    @media only print, screen and (min-width: 1024px) {
      footer.footer--landing .contact-box {
        -ms-flex-order: 4;
        order: 4;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-right: 0px !important; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .contact-box {
      width: calc(99.9% * 0.16667 - (20px - 20px * 0.16667)); }
    footer.footer--landing .contact-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .contact-box:last-child{
    margin-right: 0; }
    footer.footer--landing .contact-box:nth-child(0n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .contact-box:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .contact-box {
      width: calc(99.9% * 0.16667 - (20px - 20px * 0.16667)); }
    footer.footer--landing .contact-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .contact-box:last-child{
    margin-right: 0; }
    footer.footer--landing .contact-box:nth-child(0n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .contact-box:nth-child(0n + 1){
    clear: both; } }
    footer.footer--landing .contact-box ul {
      display: block; }
      footer.footer--landing .contact-box ul li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px; }
        footer.footer--landing .contact-box ul li a span {
          margin-bottom: 0;
          margin-right: 40px; }
  footer.footer--landing .social-box {
    -ms-flex-order: 3;
    order: 3;
    margin-top: 40px; }
    @media only print, screen and (min-width: 768px) {
      footer.footer--landing .social-box {
        -ms-flex-order: 4;
        order: 4;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
        margin-top: 20px; } }
    @media only print, screen and (min-width: 1024px) {
      footer.footer--landing .social-box {
        -ms-flex-order: 3;
        order: 3;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        margin-top: 20px;
        margin-right: 0 !important; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .social-box {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    footer.footer--landing .social-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .social-box:last-child{
    margin-right: 0; }
    footer.footer--landing .social-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .social-box:nth-child(4n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) and (min-width: 1024px) {
    footer.footer--landing .social-box {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    footer.footer--landing .social-box:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    footer.footer--landing .social-box:last-child{
    margin-right: 0; }
    footer.footer--landing .social-box:nth-child(4n){
    margin-right: 0;
    float: right; }
    footer.footer--landing .social-box:nth-child(4n + 1){
    clear: both; } }

.footer-inner-wrap {
  margin-left: calc(15 / 280 * 100vw);
  margin-right: calc(15 / 280 * 100vw); }
  @media only print, screen and (min-width: 768px) {
    .footer-inner-wrap {
      margin: 0; } }

.footer-inner {
  max-width: 940px;
  margin: 0 auto; }

.back-top-box .text-box {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 0.75rem;
  line-height: 1;
  margin: 0 10px 0 0; }

.back-top-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 9px 9px 0 0;
  background: rgba(51, 51, 51, 0.5);
  color: #fff; }
  .back-top-btn:hover {
    background: #333333; }
  .back-top-btn .icon-item {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.footer-top {
  background: #f2f2f2;
  font-family: "Roboto", sans-serif; }
  .footer-top ul a {
    text-decoration: none; }

.footer-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.contact-box {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 3;
  order: 3;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin-top: 40px;
  margin-bottom: 38px;
  padding-top: 38px;
  padding-bottom: 40px; }
  @media only print, screen and (min-width: 768px) {
    .contact-box {
      -ms-flex-order: 1;
      order: 1;
      border: 0;
      margin: 0; } }
  @media only print, screen and (min-width: 1024px) {
    .contact-box {
      -ms-flex: 0 0 76.55%;
      flex: 0 0 76.55%;
      padding-top: 28px;
      margin-bottom: 23px; } }
  .contact-box h4 {
    font-weight: normal;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 34px; }
    @media only print, screen and (min-width: 1024px) {
      .contact-box h4 {
        margin-bottom: 38px; } }
  .contact-box ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between; }
  .contact-box li {
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    text-align: center; }
    @media only print, screen and (min-width: 768px) {
      .contact-box li {
        -ms-flex: 0 0 23%;
        flex: 0 0 23%;
        text-align: left; } }
    @media only print, screen and (min-width: 1024px) {
      .contact-box li {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%; } }
  .contact-box a {
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    color: #999999;
    display: inline-block; }
    @media only print, screen and (min-width: 768px) {
      .contact-box a {
        position: relative;
        padding-left: 45px;
        font-size: 0.75rem;
        line-height: 1.125rem; } }
    .contact-box a .icon-item {
      display: block;
      font-size: 1.875rem;
      margin-bottom: 17px; }
      @media only print, screen and (min-width: 768px) {
        .contact-box a .icon-item {
          margin: 0;
          position: absolute;
          left: 0;
          top: 50%;
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }

.newsletter-box {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 18px; }
  @media only print, screen and (min-width: 768px) {
    .newsletter-box {
      margin-top: 60px; } }
  @media only print, screen and (min-width: 768px) {
    .newsletter-box {
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      -ms-flex-order: 3;
      order: 3; } }
  @media only print, screen and (min-width: 1024px) {
    .newsletter-box {
      -ms-flex-order: 3;
      order: 3;
      -ms-flex: 0 0 23.45%;
      flex: 0 0 23.45%;
      margin-top: 28px; } }
  .newsletter-box input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .newsletter-box .tuv-input-group {
    margin-top: 43px; }
    .newsletter-box .tuv-input-group label {
      top: -44px;
      font-weight: normal;
      color: rgba(51, 51, 51, 0.5);
      margin-bottom: 34px; }
      @media only print, screen and (min-width: 1024px) {
        .newsletter-box .tuv-input-group label {
          margin-bottom: 38px; } }
    .newsletter-box .tuv-input-group button {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      height: 38px; }

.footer-list-box {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 1;
  order: 1; }
  @media only print, screen and (min-width: 768px) {
    .footer-list-box {
      margin-bottom: 9px; } }
  @media only print, screen and (min-width: 768px) {
    .footer-list-box {
      -ms-flex-order: 2;
      order: 2; } }
  @media only print, screen and (min-width: 1024px) {
    .footer-list-box {
      -ms-flex: 0 0 76.55%;
      flex: 0 0 76.55%;
      -ms-flex-order: 3;
      order: 3; } }
  @media only print, screen and (min-width: 768px) {
    .footer-list-box > ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-line-pack: justify;
      align-content: space-between; } }
  @media only print, screen and (min-width: 768px) {
    .footer-list-box > ul > li {
      -ms-flex: 0 0 22.7%;
      flex: 0 0 22.7%; } }
  @media only print, screen and (min-width: 1024px) {
    .footer-list-box > ul > li {
      -ms-flex: 0 0 33.3%;
      flex: 0 0 33.3%; } }
  .footer-list-box > ul > li > h4 {
    margin: 0;
    font-weight: normal;
    display: block;
    cursor: pointer;
    font-size: 0.875rem;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    padding: 18px 0;
    position: relative;
    color: rgba(51, 51, 51, 0.5); }
    @media only print, screen and (min-width: 768px) {
      .footer-list-box > ul > li > h4 {
        cursor: inherit; } }
    @media only print, screen and (min-width: 1024px) {
      .footer-list-box > ul > li > h4 {
        padding-top: 0; } }
    .footer-list-box > ul > li > h4 .open-close-btn {
      position: absolute;
      right: 13px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only print, screen and (min-width: 768px) {
        .footer-list-box > ul > li > h4 .open-close-btn {
          display: none; } }
  .footer-list-box > ul > li.active > h4 > a .open-close-btn:before {
    content: "\f077"; }
  .footer-list-box > ul > li.active > ul {
    display: block; }
  .footer-list-box > ul > li ul {
    padding-top: 7px;
    background: #e6e6e6;
    display: none;
    margin-left: calc(-15 / 280 * 100vw);
    margin-right: calc(-15 / 280 * 100vw); }
    .footer-list-box > ul > li ul.active {
      display: block; }
    @media only print, screen and (min-width: 768px) {
      .footer-list-box > ul > li ul {
        margin: 0;
        display: block;
        background-color: transparent;
        padding-top: 0; } }
    .footer-list-box > ul > li ul > li a {
      display: block;
      padding-top: 12px;
      padding-bottom: 12px;
      padding-left: calc(15 / 280 * 100vw);
      padding-right: calc(15 / 280 * 100vw);
      font-size: 0.75rem;
      font-family: "Roboto", sans-serif;
      line-height: 1;
      color: #999999;
      background: #e6e6e6; }
      .footer-list-box > ul > li ul > li a:hover {
        color: #007ac2; }
      @media only print, screen and (min-width: 768px) {
        .footer-list-box > ul > li ul > li a {
          background-color: transparent;
          padding: 9px 0;
          min-height: 30px; } }

.social-box {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-order: 4;
  order: 4; }
  @media only print, screen and (min-width: 768px) {
    .social-box {
      -ms-flex: 0 0 61.5%;
      flex: 0 0 61.5%;
      margin-left: 8.5%;
      margin-top: 60px; } }
  @media only print, screen and (min-width: 1024px) {
    .social-box {
      -ms-flex: 0 0 23%;
      flex: 0 0 23%;
      margin-left: 0; } }
  .social-box h4 {
    font-weight: normal;
    color: rgba(51, 51, 51, 0.5);
    margin-bottom: 34px; }
    @media only print, screen and (min-width: 1024px) {
      .social-box h4 {
        margin-bottom: 22px; } }
  .social-box ul li {
    text-align: center;
    margin-bottom: 16px; }
    @media only print, screen and (min-width: 320px) {
      .social-box ul li {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .social-box ul li:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .social-box ul li:last-child{
    margin-right: 0; }
      .social-box ul li:nth-child(0n){
    margin-right: 0;
    float: right; }
      .social-box ul li:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .social-box ul li {
        width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
      .social-box ul li:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .social-box ul li:last-child{
    margin-right: 0; }
      .social-box ul li:nth-child(0n){
    margin-right: 0;
    float: right; }
      .social-box ul li:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 768px) {
      .social-box ul li {
        margin-right: 28px !important;
        width: auto; } }
    @media only print, screen and (min-width: 1024px) {
      .social-box ul li:nth-child(4) {
        margin-right: 0 !important; }
      .social-box ul li:last-child {
        margin-right: 0 !important; } }
    .social-box ul li a {
      font-size: 0.875rem;
      font-family: "Roboto", sans-serif;
      color: #999999;
      display: inline-block; }
      .social-box ul li a span:first-child {
        position: absolute;
        left: -9999px; }
      .social-box ul li a span:last-child {
        display: block;
        font-size: 1.875rem;
        margin-bottom: 17px; }
    .social-box ul li:nth-child(4) {
      margin-right: 0; }

.footer-bottom {
  background: #d9d9d9;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "Roboto", sans-serif;
  margin-left: calc(-15 / 280 * 100vw);
  margin-right: calc(-15 / 280 * 100vw); }
  @media only print, screen and (min-width: 768px) {
    .footer-bottom {
      padding-top: 20px;
      margin-left: -10px;
      margin-right: -10px; } }
  @media only print, screen and (min-width: 1024px) {
    .footer-bottom {
      padding-top: 20px;
      padding-bottom: 19px; } }
  .footer-bottom .meta-list {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding-bottom: 10px; }
    @media only print, screen and (min-width: 768px) {
      .footer-bottom .meta-list {
        max-width: 100%;
        padding-bottom: 0; } }
    .footer-bottom .meta-list li {
      display: inline-block;
      margin-bottom: 19px; }
      @media only print, screen and (min-width: 768px) {
        .footer-bottom .meta-list li {
          margin-bottom: 0; } }
      .footer-bottom .meta-list li:nth-child(2n) a {
        border-right: 0; }
    .footer-bottom .meta-list a {
      color: #333333;
      text-decoration: none;
      font-size: 0.75rem;
      line-height: 0.625rem;
      display: inline-block;
      padding: 0 5px;
      border-right: 1px solid #333333; }
      @media only print, screen and (min-width: 768px) {
        .footer-bottom .meta-list a {
          padding: 0 10px;
          border-right: 0; } }
      @media only print, screen and (min-width: 1024px) {
        .footer-bottom .meta-list a {
          text-transform: uppercase;
          padding: 0 13px; } }

.footer-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }
  .footer-box .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-flex-line-pack: start;
    align-content: flex-start; }
    @media only print, screen and (min-width: 768px) {
      .footer-box .col {
        -ms-flex: 0 0 21%;
        flex: 0 0 21%; } }
    .footer-box .col.meta-list-box {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 20px;
      position: relative; }
      @media only print, screen and (min-width: 768px) {
        .footer-box .col.meta-list-box {
          -ms-flex: 0 0 67%;
          flex: 0 0 67%;
          border-bottom: 0;
          margin: 0;
          -ms-flex-order: 2;
          order: 2; } }
      @media only print, screen and (min-width: 1024px) {
        .footer-box .col.meta-list-box {
          -ms-flex: 0 0 62%;
          flex: 0 0 62%; } }
      .footer-box .col.meta-list-box:before {
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1px;
        left: calc(15 / 280 * 100vw);
        right: calc(15 / 280 * 100vw);
        background: rgba(51, 51, 51, 0.2); }
        @media only print, screen and (min-width: 768px) {
          .footer-box .col.meta-list-box:before {
            display: none; } }
    .footer-box .col.lang-switcher-box {
      padding-right: calc(15 / 280 * 100vw);
      -ms-flex-order: 3;
      order: 3; }
      @media only print, screen and (min-width: 768px) {
        .footer-box .col.lang-switcher-box {
          -ms-flex: 0 0 11%;
          flex: 0 0 11%;
          padding-right: 10px; } }
      @media only print, screen and (min-width: 1024px) {
        .footer-box .col.lang-switcher-box {
          -ms-flex: 0 0 20%;
          flex: 0 0 20%; } }
      @media only print, screen and (min-width: 1024px) {
        .footer-box .col.lang-switcher-box {
          padding-right: 0; } }
    .footer-box .col.copyright {
      font-size: 0.75rem;
      line-height: 1;
      color: rgba(51, 51, 51, 0.5);
      padding-left: calc(15 / 280 * 100vw);
      -ms-flex-order: 2;
      order: 2; }
      @media only print, screen and (min-width: 768px) {
        .footer-box .col.copyright {
          -ms-flex-order: 1;
          order: 1;
          padding-left: 10px; } }
      @media only print, screen and (min-width: 1024px) {
        .footer-box .col.copyright {
          -ms-flex: 0 0 18%;
          flex: 0 0 18%; } }
      @media only print, screen and (min-width: 1024px) {
        .footer-box .col.copyright {
          padding-left: 0; } }

.tuv-contactform {
  background-color: #f2f2f2;
  padding: 30px 40px; }

.tuv-contactform:before{
  content: '';
  display: table; }

.tuv-contactform:after{
  content: '';
  display: table;
  clear: both; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform {
      width: calc(99.9% * 0.83333 - (20px - 20px * 0.83333)); }
    .tuv-contactform:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform:last-child{
    margin-right: 0; }
    .tuv-contactform:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-contactform:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform {
      width: calc(99.9% * 0.83333 - (20px - 20px * 0.83333)); }
    .tuv-contactform:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform:last-child{
    margin-right: 0; }
    .tuv-contactform:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-contactform:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-contactform form {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-contactform form:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form:last-child{
    margin-right: 0; }
    .tuv-contactform form:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform form {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-contactform form:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form:last-child{
    margin-right: 0; }
    .tuv-contactform form:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form:nth-child(2n + 1){
    clear: both; } }
  .tuv-contactform form label, .tuv-contactform form input, .tuv-contactform form textarea {
    margin-top: 10px;
    display: block;
    width: 100%; }
  @media only print, screen and (min-width: 768px) {
    .tuv-contactform form .form-left-wrapper {
      width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
    .tuv-contactform form .form-left-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-left-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform form .form-left-wrapper {
      width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
    .tuv-contactform form .form-left-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-left-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-left-wrapper:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-contactform form .form-right-wrapper {
      width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
    .tuv-contactform form .form-right-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-right-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-contactform form .form-right-wrapper {
      width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
    .tuv-contactform form .form-right-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-contactform form .form-right-wrapper:last-child{
    margin-right: 0; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-contactform form .form-right-wrapper:nth-child(2n + 1){
    clear: both; } }
  .tuv-contactform form .form-right-wrapper label[for="message"] {
    height: calc(100% - 10px); }
  .tuv-contactform form .button-wrapper {
    margin-top: 20px;
    text-align: right; }
    @media only print, screen and (min-width: 768px) {
      .tuv-contactform form .button-wrapper {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-contactform form .button-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contactform form .button-wrapper:last-child{
    margin-right: 0; }
      .tuv-contactform form .button-wrapper:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contactform form .button-wrapper:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-contactform form .button-wrapper {
        width: calc(99.9% * 1 - (20px - 20px * 1)); }
      .tuv-contactform form .button-wrapper:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-contactform form .button-wrapper:last-child{
    margin-right: 0; }
      .tuv-contactform form .button-wrapper:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-contactform form .button-wrapper:nth-child(0n + 1){
    clear: both; } }

.header {
  border-bottom: 2px solid #999999;
  height: 71px;
  position: relative; }
  @media only print, screen and (min-width: 768px) {
    .header {
      height: 145px; } }
  @media only print, screen and (min-width: 1024px) {
    .header {
      height: 125px; } }
  .header--landing {
    background: none;
    position: absolute;
    width: 100%;
    height: 71px; }
    .header--landing .tuv-nav__navigation {
      top: 0; }
    @media only print, screen and (min-width: 768px) {
      .header--landing .header__inner .logo {
        top: 18px; } }
    @media only print, screen and (min-width: 768px) {
      .header--landing .header__inner .tuv-nav__icon-bar-mobile {
        top: 18px; } }
    .header--landing .header__inner-wrapper--semi-transparent {
      top: 69px;
      height: auto;
      background: rgba(255, 255, 255, 0.8); }
      @media only print, screen and (min-width: 768px) {
        .header--landing .header__inner-wrapper--semi-transparent {
          display: block; }
          .header--landing .header__inner-wrapper--semi-transparent .tuv-nav__navigation--second,
          .header--landing .header__inner-wrapper--semi-transparent .tuv-nav__navigation--first {
            background: none; }
          .header--landing .header__inner-wrapper--semi-transparent .tuv-nav__navigation__second-level {
            bottom: -2px; }
          .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: end;
            justify-content: flex-end;
            width: 100%;
            -ms-flex-align: stretch;
            align-items: stretch;
            -ms-flex-line-pack: start;
            align-content: flex-start;
            padding: 0;
            height: 60px; }
            .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li {
              margin: 0;
              display: -ms-flexbox;
              display: flex;
              -ms-flex-positive: 1;
              flex-grow: 1;
              -ms-flex-pack: distribute;
              justify-content: space-around;
              -ms-flex-align: center;
              align-items: center; }
              .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li > a {
                text-align: center;
                padding: 0;
                display: -ms-flexbox;
                display: flex;
                line-height: 100%;
                height: 100%;
                width: 100%;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-align: center;
                align-items: center;
                /*&:after {
                    content: none;
                  }*/ }
                .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li > a span {
                  margin-bottom: 0; }
              .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li.active > a:after {
                content: " ";
                position: absolute;
                top: auto;
                margin-left: 0;
                bottom: 0;
                width: calc(100% + 20px);
                height: 4px;
                z-index: 1;
                background-color: #007ac2; } }
        @media only print, screen and (min-width: 768px) and (min-width: 768px) {
          .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li.active > a:after {
            left: 0;
            width: 100%; } }
      @media only print, screen and (min-width: 768px) {
            .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li:first-child {
              -ms-flex-positive: 0.3;
              flex-grow: 0.3;
              -ms-flex-pack: start;
              justify-content: flex-start;
              margin-left: -20px;
              padding-left: 20px; }
              .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li:first-child > a {
                text-align: left;
                padding-left: 0; }
            .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li:last-child {
              -ms-flex-positive: 0.3;
              flex-grow: 0.3;
              -ms-flex-pack: end;
              justify-content: flex-end;
              padding-right: 20px;
              margin-right: -20px; }
              .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li:last-child > a {
                text-align: right;
                padding-right: 0; }
            .header--landing .header__inner-wrapper--semi-transparent .header__inner > .tuv-nav > .tuv-nav__navigation--first > li > a {
              bottom: -2px; } }
  .header__inner-wrapper {
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1;
    position: absolute; }
  .header__inner {
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 940px;
    position: relative; }
    @media (min-width: 940px) {
      .header__inner {
        margin: 0 auto; } }

.logo {
  display: inline-block;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1050; }
  @media only print, screen and (min-width: 768px) {
    .logo {
      top: 31px;
      left: 9px;
      -ms-transform: translateY(0);
      transform: translateY(0); } }
  @media only print, screen and (min-width: 1024px) {
    .logo {
      top: 12px;
      left: 0px;
      height: 42px; } }
  .logo img {
    height: 100%;
    border: none; }

/**
 * selectize.css (v0.12.4)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #ffffff; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block; }

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input > input:focus {
  outline: none !important; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch; }

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer; }

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent; }

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important; }

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa; }

.language-selector {
  display: none;
  content: ' ';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-y: scroll; }
  .language-selector.active {
    display: block; }
  .language-selector span.current-language-image {
    width: 100px;
    height: 70px;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: 30px;
    float: left; }
  @media only print, screen and (min-width: 768px) {
    .language-selector__mobile {
      display: none; } }
  .language-selector__mobile .current-language-image {
    width: 100%;
    max-width: 200px; }
  .language-selector__tablet-and-up {
    text-align: left;
    display: none;
    min-height: 160px; }
    .language-selector__tablet-and-up img {
      float: left;
      margin-left: 30px; }
    @media only print, screen and (min-width: 768px) {
      .language-selector__tablet-and-up {
        display: blocK; } }
    .language-selector__tablet-and-up .language-selector__top-content {
      float: left;
      margin-left: 20px;
      width: calc(100% - 160px);
      padding-right: 30px;
      margin-bottom: 25px; }
      .language-selector__tablet-and-up .language-selector__top-content .language-selector__content__headline {
        padding: 0;
        margin-bottom: 0;
        margin-top: 0; }
      .language-selector__tablet-and-up .language-selector__top-content ul {
        padding: 0; }
        .language-selector__tablet-and-up .language-selector__top-content ul li {
          padding-left: 10px;
          padding-right: 10px;
          line-height: 24px;
          margin-top: 15px;
          border-right: 1px solid #cccccc;
          border-left: 1px solid #cccccc;
          margin-left: -1px;
          min-width: 42px;
          float: left;
          list-style-type: none;
          display: inline-block; }
          .language-selector__tablet-and-up .language-selector__top-content ul li a {
            font-size: 14px;
            text-decoration: none; }
            .language-selector__tablet-and-up .language-selector__top-content ul li a:visited {
              color: #007ac2; }
            .language-selector__tablet-and-up .language-selector__top-content ul li a.active {
              color: #000000; }
    .language-selector__tablet-and-up .language-selector__top-content + * {
      clear: both; }
    .language-selector__tablet-and-up .language-selector__content__countries a,
    .language-selector__tablet-and-up .language-selector__content__countries a:visited {
      font-size: 12px;
      color: #000000;
      margin-left: 5px;
      text-decoration: none;
      vertical-align: middle;
      line-height: 16px; }
      .language-selector__tablet-and-up .language-selector__content__countries a:after,
      .language-selector__tablet-and-up .language-selector__content__countries a:visited:after {
        content: ' ';
        margin-left: 5px;
        width: 6px;
        height: 9px;
        display: inline-block;
        background: url("../img/arrow-right.png");
        background-repeat: no-repeat;
        border: none; }
      .language-selector__tablet-and-up .language-selector__content__countries a:hover,
      .language-selector__tablet-and-up .language-selector__content__countries a:visited:hover {
        color: #007ac2; }
    .language-selector__tablet-and-up .language-selector__content__countries ul {
      margin-top: 30px;
      -moz-column-count: 4;
      -moz-column-gap: 20px;
      -webkit-column-count: 4;
      -webkit-column-gap: 20px;
      column-count: 4;
      column-gap: 20px;
      -moz-column-width: 150px;
      column-width: 150px;
      -moz-column-fill: auto;
      column-fill: auto;
      height: 500px;
      padding-left: 30px;
      padding-right: 30px; }
      .language-selector__tablet-and-up .language-selector__content__countries ul li {
        position: relative;
        color: #000000;
        list-style-type: none;
        margin-bottom: 10px;
        line-height: 16px;
        vertical-align: middle; }
        .language-selector__tablet-and-up .language-selector__content__countries ul li a {
          padding-left: 1.33rem;
          display: inline-block; }
        .language-selector__tablet-and-up .language-selector__content__countries ul li .flag-icon {
          position: absolute;
          left: 0;
          width: 1.333rem;
          line-height: 1rem; }
          .language-selector__tablet-and-up .language-selector__content__countries ul li .flag-icon-placeholder {
            background: #cccccc; }
          .language-selector__tablet-and-up .language-selector__content__countries ul li .flag-icon-global {
            background: #fff; }
  .language-selector .language-selector__content__country-select .selectize-control .selectize-input {
    z-index: 1052; }
  .language-selector .language-selector__content__country-select .selectize-control .selectize-dropdown {
    z-index: 1051; }
  .language-selector .language-selector__content__select {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px; }
  .language-selector .selectize-control {
    text-align: left; }
    .language-selector .selectize-control .selectize-input {
      z-index: 1054;
      border-radius: 6px;
      border-color: #ccc;
      box-shadow: none;
      height: 40px;
      line-height: 22px;
      padding-left: 20px;
      font-size: 14px; }
      .language-selector .selectize-control .selectize-input input {
        font-size: 14px; }
      .language-selector .selectize-control .selectize-input:after {
        content: ' ';
        width: 15px;
        height: 10px;
        position: absolute;
        background: url("../img/arrow-down.png");
        background-repeat: no-repeat;
        border: none; }
      .language-selector .selectize-control .selectize-input.search:after {
        background: url("../img/search.png");
        height: 16px;
        top: 13px; }
    .language-selector .selectize-control .selectize-dropdown {
      z-index: 1053;
      margin-top: -4px;
      padding-top: 4px;
      border-radius: 0;
      border-top: 1px solid #cccccc;
      padding-left: 20px;
      font-size: 14px; }
      .language-selector .selectize-control .selectize-dropdown .selectize-dropdown-content .option {
        padding-left: 0;
        font-size: 14px; }
      .language-selector .selectize-control .selectize-dropdown .selectize-dropdown-content .highlight {
        font-weight: bold;
        background: #fff; }
      .language-selector .selectize-control .selectize-dropdown .selectize-dropdown-content .active {
        background: #fff; }
  .language-selector__content {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 20px;
    padding-top: 30px;
    position: relative;
    top: 10%;
    left: 0;
    right: 0;
    background: #ffffff;
    margin-bottom: 60px; }
    .language-selector__content .close-language-selector {
      position: absolute;
      top: 0;
      right: 0;
      width: 10px;
      height: 10px;
      padding: 15px;
      padding-top: 35px;
      background: url("../img/close.png") no-repeat center center; }
    .language-selector__content__headline {
      margin-top: 10px;
      padding-left: 30px;
      padding-right: 30px;
      line-height: 20px; }
    .language-selector__content__country-select {
      text-align: left;
      padding: 30px 0;
      border-top: 1px solid #cccccc;
      background: #f6f6f6;
      margin-top: 30px; }

.parallax-overlay {
  background-color: #fff;
  z-index: 0; }

.tuv-container--parallax {
  padding-bottom: 0;
  position: relative; }

.parallax__wave-overlay {
  width: 101%;
  position: absolute;
  bottom: 0;
  left: -2px;
  display: block; }

.parallax-wrapper .tuv-container--header-image {
  transform: translateZ(0); }

.parallax-wrapper + * {
  padding-top: 20px; }
  @media only print, screen and (min-width: 768px) {
    .parallax-wrapper + * {
      padding-top: 0; } }

.tuv-slider {
  margin-bottom: 30px;
  position: relative; }
  .tuv-slider a:visited {
    text-decoration: none; }
  .tuv-slider__slide {
    position: relative;
    outline: none; }
    .tuv-slider__slide img {
      width: 100%;
      vertical-align: top; }
  .tuv-slider__slide-content {
    width: 100%;
    text-align: right;
    padding-right: 18px; }
    .tuv-slider__slide-content p {
      display: none; }
    .tuv-slider__slide-content h2 {
      line-height: 1.875rem;
      margin-bottom: 34px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-slider__slide-content h2 {
          margin-bottom: 7px; } }
    @media only print, screen and (min-width: 768px) {
      .tuv-slider__slide-content {
        float: right;
        padding-right: 35px;
        width: 75%; }
        .tuv-slider__slide-content p {
          display: block; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-slider__slide-content {
        width: 80%;
        padding-right: 21px; } }
    .tuv-slider__slide-content .tuv-btn, .tuv-slider__slide-content .cc-btn {
      float: right;
      margin-bottom: 43px; }
      @media only print, screen and (min-width: 768px) {
        .tuv-slider__slide-content .tuv-btn, .tuv-slider__slide-content .cc-btn {
          margin-top: 20px;
          margin-bottom: 0; } }
  .tuv-slider ul.slick-dots {
    list-style: none;
    margin: 0 auto;
    padding-left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  .tuv-slider ul.slick-dots:before{
  content: '';
  display: table; }
  .tuv-slider ul.slick-dots:after{
  content: '';
  display: table;
  clear: both; }
    @media only print, screen and (min-width: 768px) {
      .tuv-slider ul.slick-dots {
        position: relative;
        top: -30px; } }
    .tuv-slider ul.slick-dots li {
      float: left;
      cursor: pointer;
      margin: 0 7px 0 8px;
      color: rgba(51, 51, 51, 0.2); }
      .tuv-slider ul.slick-dots li.slick-active {
        color: #333333; }
      .tuv-slider ul.slick-dots li:before {
        font-size: 14px;
        font-family: 'FontAwesome';
        content: "\f111"; }
  .tuv-slider .slick-arrow {
    position: absolute;
    background-color: transparent;
    top: 50%;
    right: -60px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    border: 0;
    font-size: 0;
    line-height: 0; }
    .tuv-slider .slick-arrow:before {
      content: "\f054";
      font: normal normal normal 45px/1 FontAwesome;
      color: #007ac2;
      display: block; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-slider .slick-arrow.slick-disabled {
        display: none !important; } }
    .tuv-slider .slick-arrow.slick-disabled:before {
      color: rgba(0, 122, 194, 0.2); }
    .tuv-slider .slick-arrow.slick-prev {
      right: auto;
      left: -60px; }
      .tuv-slider .slick-arrow.slick-prev:before {
        content: "\f053"; }

.tuv-slider--stage .tuv-slider__slide {
  padding-bottom: 150px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-slider--stage .tuv-slider__slide {
      padding-bottom: 150px !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-slider--stage .tuv-slider__slide {
      padding-bottom: 150px !important; } }

.tuv-slider--stage .tuv-slider__wave {
  position: absolute;
  bottom: 150px;
  width: 104%;
  left: -4px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-slider--stage .tuv-slider__wave {
      position: absolute;
      bottom: 140px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-slider--stage .tuv-slider__wave {
      position: absolute;
      bottom: 135px; } }

.tuv-slider--stage .tuv-slider__slide-content {
  padding-right: 20px;
  width: 100%;
  position: absolute; }
  @media only print, screen and (min-width: 768px) {
    .tuv-slider--stage .tuv-slider__slide-content {
      padding-right: 35px;
      width: 75%;
      position: absolute;
      right: 20px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-slider--stage .tuv-slider__slide-content {
      width: 80%;
      position: absolute;
      padding-right: 21px;
      right: 20px; } }

.tuv-slider--customer {
  margin: 0 57px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-slider--customer {
      margin: 0; } }
  @media only print, screen and (min-width: 768px) {
    .tuv-slider--customer .slick-list {
      margin: 0; } }
  .tuv-slider--customer .tuv-slider__slide {
    /*@include mq($bp-sm) {
        margin: 0;
      }*/ }
    @media only screen and (max-width: 767px) {
      .tuv-slider--customer .tuv-slider__slide:nth-child(2n) .tuv-customer {
        margin-right: 2px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-slider--customer .tuv-slider__slide:nth-child(3n) .tuv-customer {
        margin-right: 3px; } }
    .tuv-slider--customer .tuv-slider__slide .tuv-customer {
      margin-right: 20px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-slider--customer .tuv-slider__slide {
        margin-bottom: 10px; } }
  .tuv-slider--customer .tuv-customer {
    border: 1px solid #cccccc; }

.tuv-slider--multi-row .slick-list {
  margin-left: 0;
  margin-right: 0; }

.tuv-slider--multi-row .slick-slide[aria-hidden="true"] {
  visibility: hidden; }

.tuv-slider--multi-row.is-changing .slick-slide {
  visibility: visible !important; }

.tuv-slider--multi-row .tuv-slider__slide {
  float: left !important; }

@media only print, screen and (min-width: 320px) {
  .tuv-slider--multi-row--2 .tuv-slider__slide {
    width: calc(99.5% * 0.5 - (20px - 20px * 0.5)); }
  .tuv-slider--multi-row--2 .tuv-slider__slide:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-slider--multi-row--2 .tuv-slider__slide:last-child{
    margin-right: 0; }
  .tuv-slider--multi-row--2 .tuv-slider__slide:nth-child(2n){
    margin-right: 0;
    float: right; }
  .tuv-slider--multi-row--2 .tuv-slider__slide:nth-child(2n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-slider--multi-row--2 .tuv-slider__slide {
    width: calc(99.5% * 0.5 - (20px - 20px * 0.5)); }
  .tuv-slider--multi-row--2 .tuv-slider__slide:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-slider--multi-row--2 .tuv-slider__slide:last-child{
    margin-right: 0; }
  .tuv-slider--multi-row--2 .tuv-slider__slide:nth-child(2n){
    margin-right: 0;
    float: right; }
  .tuv-slider--multi-row--2 .tuv-slider__slide:nth-child(2n + 1){
    clear: both; } }

@media only print, screen and (min-width: 320px) {
  .tuv-slider--multi-row--3 .tuv-slider__slide {
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
  .tuv-slider--multi-row--3 .tuv-slider__slide:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-slider--multi-row--3 .tuv-slider__slide:last-child{
    margin-right: 0; }
  .tuv-slider--multi-row--3 .tuv-slider__slide:nth-child(3n){
    margin-right: 0;
    float: right; }
  .tuv-slider--multi-row--3 .tuv-slider__slide:nth-child(3n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-slider--multi-row--3 .tuv-slider__slide {
    width: calc(99.9% * 0.33333 - (20px - 20px * 0.33333)); }
  .tuv-slider--multi-row--3 .tuv-slider__slide:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-slider--multi-row--3 .tuv-slider__slide:last-child{
    margin-right: 0; }
  .tuv-slider--multi-row--3 .tuv-slider__slide:nth-child(3n){
    margin-right: 0;
    float: right; }
  .tuv-slider--multi-row--3 .tuv-slider__slide:nth-child(3n + 1){
    clear: both; } }

.tuv-slider--multi-row--4 .tuv-slider__slide {
  margin-bottom: 20px; }
  @media only print, screen and (min-width: 320px) {
    .tuv-slider--multi-row--4 .tuv-slider__slide {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-slider--multi-row--4 .tuv-slider__slide:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-slider--multi-row--4 .tuv-slider__slide:last-child{
    margin-right: 0; }
    .tuv-slider--multi-row--4 .tuv-slider__slide:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-slider--multi-row--4 .tuv-slider__slide:nth-child(2n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-slider--multi-row--4 .tuv-slider__slide {
      width: calc(99.9% * 0.5 - (20px - 20px * 0.5)); }
    .tuv-slider--multi-row--4 .tuv-slider__slide:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-slider--multi-row--4 .tuv-slider__slide:last-child{
    margin-right: 0; }
    .tuv-slider--multi-row--4 .tuv-slider__slide:nth-child(2n){
    margin-right: 0;
    float: right; }
    .tuv-slider--multi-row--4 .tuv-slider__slide:nth-child(2n + 1){
    clear: both; } }

.tuv-video figure {
  margin: 0; }

.tuv-video .mejs-container {
  position: relative;
  padding-bottom: 56.25%;
  width: 100% !important;
  height: 0 !important; }
  .tuv-video .mejs-container .mejs-controls {
    background: rgba(0, 122, 194, 0.85); }
    .tuv-video .mejs-container .mejs-controls div.mejs-time-rail {
      padding: 9px 32px 0; }
    .tuv-video .mejs-container .mejs-controls .mejs-playpause-button {
      margin-right: 5px; }
      .tuv-video .mejs-container .mejs-controls .mejs-playpause-button.mejs-pause button:before {
        content: "\f04c"; }
      .tuv-video .mejs-container .mejs-controls .mejs-playpause-button button:before {
        content: "\f04b";
        font: normal normal normal 11px/1 FontAwesome; }
    .tuv-video .mejs-container .mejs-controls .mejs-mute button:before {
      content: "\f028";
      font: normal normal normal 16px/1 FontAwesome; }
    .tuv-video .mejs-container .mejs-controls .mejs-unmute button:before {
      content: "\f026";
      font: normal normal normal 16px/1 FontAwesome; }
    .tuv-video .mejs-container .mejs-controls .mejs-fullscreen-button button {
      outline: none; }
      .tuv-video .mejs-container .mejs-controls .mejs-fullscreen-button button:before {
        content: "\f0b2";
        font: normal normal normal 12px/1 FontAwesome; }
    .tuv-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering {
      height: 3px; }
    .tuv-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
      background: #b2d7ed;
      border-radius: 0;
      height: 3px; }
    .tuv-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
      background: #fff;
      height: 3px; }
    .tuv-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
      display: none; }
    .tuv-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
      display: inline-block;
      top: -3px; }
    .tuv-video .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
      border: 0;
      width: 8px;
      height: 8px; }
    .tuv-video .mejs-container .mejs-controls .mejs-time-rail > span:focus {
      outline: none; }
    .tuv-video .mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider {
      background: rgba(0, 122, 194, 0.55); }
    .tuv-video .mejs-container .mejs-controls button {
      outline: none; }
  .tuv-video .mejs-container .mejs-duration-container {
    padding-top: 9px;
    margin-right: 10px; }
    .tuv-video .mejs-container .mejs-duration-container .mejs-duration {
      font-family: "Roboto", sans-serif;
      font-size: 0.5625rem; }

.tuv-video .mejs-overlay {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0; }
  .tuv-video .mejs-overlay .mejs-overlay-button {
    border-radius: 50%;
    background: #007ac2;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px; }
    .tuv-video .mejs-overlay .mejs-overlay-button:before {
      content: "\f04b";
      font: normal normal normal 24px/1 FontAwesome;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -12px 0 0 -7px; }

.tuv-video video {
  width: 100%;
  height: auto;
  cursor: pointer; }

@media only print, screen and (min-width: 1024px) {
  .tuv-video--full-width {
    margin: 0 -10px; } }

.tuv-video--full-width .mejs-container {
  background: none; }
  .tuv-video--full-width .mejs-container:after {
    left: auto;
    right: 0; }

@media only print, screen and (min-width: 1024px) {
  .tuv-video--full-width .mejs-controls {
    padding: 0 85px 0 103px; } }

.tuv-video .mejs-overlay-loading {
  background: transparent; }

.tuv-video__caption-box {
  padding-top: 10px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-video__caption-box {
      padding-top: 16px; } }

.tuv-video--with-wave {
  position: relative; }
  .tuv-video--with-wave .mejs-container:before, .tuv-video--with-wave .mejs-container:after {
    background: transparent !important; }
  .tuv-video--with-wave .mejs-overlay {
    position: initial;
    padding-bottom: 12%;
    width: inherit;
    height: inherit;
    display: inline; }
  .tuv-video--with-wave__wave {
    position: absolute;
    bottom: 0;
    width: 102%;
    left: -4px; }
  .tuv-video--with-wave .mejs-controls {
    display: none !important; }

label {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  line-height: 1;
  color: #333333;
  display: inline-block;
  margin-bottom: 12px; }

.tuv-input input {
  -webkit-appearance: none; }
  .tuv-input input:focus {
    outline: none;
    border: 1px solid #007ac2; }

.tuv-input--error label {
  font-weight: bold;
  color: #ff0000; }

.tuv-input--error .tuv-input__control,
.tuv-input--error .tuv-input__control:focus {
  border-color: #ff0000;
  border-width: 2px; }

.tuv-input--error .tuv-form__error-message {
  display: block; }

.tuv-input--focus input {
  border: 1px solid #007ac2; }

.tuv-input--password .tuv-input__info {
  display: block;
  color: #999999;
  font-size: 0.75rem; }

.tuv-input__control {
  outline: 0;
  width: 100%;
  border: 1px solid #999999;
  background: #fff;
  color: #333333;
  height: 40px;
  padding: 0 20px;
  border-radius: 8px;
  font-size: 0.875rem;
  line-height: 2.5rem; }
  .tuv-input__control::-webkit-input-placeholder {
    color: #999999; }
  .tuv-input__control::-moz-placeholder {
    opacity: 1;
    color: #999999; }
  .tuv-input__control:-moz-placeholder {
    color: #999999; }
  .tuv-input__control:-ms-input-placeholder {
    color: #999999; }
  .tuv-input__control.placeholder {
    color: #999999; }

.tuv-input__error-message {
  display: none; }

.tuv-input__info {
  display: none; }

.tuv-input-group {
  border: 1px solid #cccccc;
  background: #fff;
  border-radius: 8px;
  position: relative;
  margin-top: 1.813em; }
  .tuv-input-group .tuv-input {
    padding-right: 38px; }
  .tuv-input-group .tuv-input__control {
    border: 0;
    height: 38px; }
  .tuv-input-group label {
    position: absolute;
    top: -2em;
    left: 0;
    font-family: "Roboto", sans-serif; }
  .tuv-input-group .tuv-btn, .tuv-input-group .cc-btn {
    position: absolute;
    top: 50%;
    right: -1px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 12px;
    border-radius: 7px;
    width: 40px;
    height: 40px;
    line-height: 1.125rem;
    border: 0; }

select:focus {
  outline: none; }

.tuv-select span {
  margin: 0; }

.tuv-select__control .tuv-select__label {
  width: 100%; }

.tuv-select__control .select2-container {
  display: block;
  text-indent: 0;
  width: 100% !important;
  margin-top: 10px; }
  .tuv-select__control .select2-container--focus {
    outline: 0; }
  .tuv-select__control .select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f077"; }
  .tuv-select__control .select2-container--open.select2-container--default.select2-container--above .select2-selection--single,
  .tuv-select__control .select2-container--open.select2-container--default.select2-container--above .select2-selection--multiple, .tuv-select__control .select2-container--open.select2-container--default.select2-container--below .select2-selection--single,
  .tuv-select__control .select2-container--open.select2-container--default.select2-container--below .select2-selection--multiple {
    border-radius: 8px; }
  .tuv-select__control .select2-container--default .select2-selection--single {
    border-radius: 8px;
    border-color: #999999;
    height: 40px;
    outline: 0; }
    .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__rendered {
      padding: 0 20px;
      line-height: 38px; }
    .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__arrow {
      height: 38px; }
      .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__arrow:before {
        content: "\f078";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 20px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #007ac2; }
      .tuv-select__control .select2-container--default .select2-selection--single .select2-selection__arrow b {
        display: none; }

.tuv-select__label .tuv-tooltip-icon {
  margin-left: 8px; }

.tuv-select--error label {
  font-weight: bold;
  color: #ff0000; }

.tuv-select--error .tuv-select__control .select2-container--default {
  font-weight: normal; }
  .tuv-select--error .tuv-select__control .select2-container--default .select2-selection--single {
    border-color: #ff0000;
    border-width: 2px; }

.tuv-select--error .tuv-form__error-message {
  display: block; }

.tuv-select .tuv-tooltip__icon {
  margin-left: 8px; }

.select2-search--dropdown {
  display: none !important; }

.select2-container--open .select2-dropdown--above.select2-dropdown, .select2-container--open .select2-dropdown--below.select2-dropdown {
  border-radius: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  padding: 7px 0; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #ffffff !important;
  color: #000000; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #f2f2f2; }
  .select2-container--default .select2-results__option[aria-selected=true]:hover {
    background: #007ac2 !important; }

.select2-results .select2-results__option {
  padding: 6px 20px;
  font-size: 0.8125rem;
  font-size: 13px; }

.tuv-text-area__control {
  display: block;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif;
  resize: none;
  overflow-y: auto; }
  .tuv-text-area__control:focus {
    outline: none;
    border-color: #007ac2; }

.tuv-text-area--error .tuv-form__error-message {
  display: block; }

.tuv-text-area--error .tuv-text-area__label {
  color: #ff0000;
  font-weight: bold; }

.tuv-text-area--error .tuv-text-area__control {
  border-color: #ff0000;
  border-width: 2px; }

.tuv-form__error-message {
  display: none;
  margin-bottom: 0;
  padding-top: 7px;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #ff0000; }

.tuv-tooltip {
  position: absolute;
  bottom: 32px;
  left: 30px; }
  .tuv-tooltip__icon {
    border-radius: 50%;
    display: inline-block;
    background: #007ac2;
    width: 18px;
    font-size: 0.875rem;
    line-height: 1.125rem;
    height: 18px;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin: 0 0 0 8px;
    cursor: pointer; }
  .tuv-tooltip__box {
    background: #f8f8f8;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.17);
    width: 300px;
    padding: 14px;
    border-radius: 10px;
    position: relative; }
    .tuv-tooltip__box h3 {
      line-height: 1.5rem;
      margin: 0 17px 9px 0; }
  .tuv-tooltip__close-btn {
    text-decoration: none;
    color: #333333;
    position: absolute;
    top: 10px;
    right: 13px; }
    .tuv-tooltip__close-btn:hover {
      color: #999999; }
    .tuv-tooltip__close-btn:before {
      font-size: 16px; }
  .tuv-tooltip__triangle {
    width: 20px;
    height: 13px;
    overflow: hidden;
    box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.17);
    position: absolute;
    top: 100%;
    left: 78px; }
    .tuv-tooltip__triangle:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 20px;
      background: #f8f8f8;
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -15px;
      left: 0;
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.17); }

.tuv-progress-bar {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-family: "Roboto", sans-serif; }
  .tuv-progress-bar__status {
    color: #007ac2;
    font-weight: bold; }
  .tuv-progress-bar__text-box {
    margin-bottom: 9px; }
  .tuv-progress-bar__holder {
    border-radius: 8px;
    max-width: 166px;
    background: #f2f2f2;
    width: 100%;
    height: 31px;
    position: relative;
    overflow: hidden; }
  .tuv-progress-bar__progress {
    background: #007ac2;
    height: 31px;
    width: 60%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
  .tuv-progress-bar__badge {
    position: absolute;
    top: 50%;
    left: 10%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff; }
  .tuv-progress-bar--upload {
    width: calc(100% - 35px);
    padding-right: 4px;
    float: left; }
    .tuv-progress-bar--upload .tuv-progress-bar__holder {
      max-width: 100%; }

.tuv-check-list-box--error > .tuv-form__error-message {
  display: block; }

.tuv-check-list-box--error .tuv-checkbox--error .tuv-form__error-message {
  display: none; }

.tuv-check-list--grey, .tuv-check-list--blue,
.tuv-radiobox-list--grey,
.tuv-radiobox-list--blue {
  background: #f2f2f2;
  border-radius: 8px;
  padding: 17px 12px 4px; }

.tuv-check-list--transparent,
.tuv-radiobox-list--transparent {
  padding: 17px 12px 4px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-check-list--transparent,
    .tuv-radiobox-list--transparent {
      padding: 0; } }

.tuv-check-list--grey--error, .tuv-check-list--blue--error,
.tuv-radiobox-list--grey--error,
.tuv-radiobox-list--blue--error {
  background: #f2f2f2;
  border: 2px solid #ff0000;
  padding: 15px 12px 2px;
  border-radius: 8px; }

.tuv-check-list--blue, .tuv-check-list--blue--error,
.tuv-radiobox-list--blue,
.tuv-radiobox-list--blue--error {
  background: #eaeef8;
  border: 0; }

.tuv-checkbox {
  position: relative; }
  .tuv-checkbox--error .tuv-checkbox__control:checked + .tuv-checkbox__icon:before,
  .tuv-checkbox--error .tuv-checkbox__control + .tuv-checkbox__icon:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 1.125rem;
    line-height: 1.25rem;
    color: #007ac2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .tuv-checkbox--error .tuv-form__error-message {
    display: block;
    padding-top: 2px; }
  .tuv-checkbox__control {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .tuv-checkbox__control:checked + .tuv-checkbox__icon:before {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: #007ac2;
      font-size: 1.125rem;
      line-height: 1.25rem;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .tuv-checkbox__icon {
    background: #f8f8f8;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35) inset;
    position: absolute;
    top: -2px;
    left: 0;
    height: 22px;
    width: 22px;
    cursor: pointer;
    margin: 0; }
    .tuv-checkbox__icon:before {
      display: none; }
  .tuv-checkbox__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-left: 34px; }

.tuv-radiobox {
  position: relative; }
  .tuv-radiobox--error .tuv-form__error-message {
    display: block;
    padding-top: 3px; }
  .tuv-radiobox__control {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .tuv-radiobox__control:checked + .tuv-radiobox__icon:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: #007ac2;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
  .tuv-radiobox__icon {
    background: #f8f8f8;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.35) inset;
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 50%;
    margin: 0; }
    .tuv-radiobox__icon:before {
      display: none; }
  .tuv-radiobox__label {
    font-size: 0.875rem;
    line-height: 1.125rem;
    font-family: "Roboto", sans-serif;
    display: block;
    margin-left: 37px; }

.tuv-upload {
  display: table;
  padding: 15px;
  height: 103px;
  width: 100%;
  border-radius: 10px;
  border: 3px dashed #bdcee9;
  cursor: pointer; }
  .tuv-upload--hover {
    border-style: solid;
    border-color: #007ac2; }
    .tuv-upload--hover .tuv-upload__text-box {
      opacity: 0.5; }
  .tuv-upload__text-box {
    display: table-cell;
    vertical-align: middle;
    overflow: hidden; }
    .tuv-upload__text-box p {
      color: #bdcee9;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      font-size: 1.4375rem;
      line-height: 1; }

.tuv-upload-progress-bar__list {
  counter-reset: myCounter; }

.tuv-upload-progress-bar__list-item {
  margin-bottom: 28px; }
  .tuv-upload-progress-bar__list-item:before {
    content: counter(myCounter) ") ";
    counter-increment: myCounter; }

.tuv-upload-progress-bar__title {
  display: inline-block;
  margin-bottom: 4px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.375rem; }

.tuv-upload-progress-bar__box--finished .tuv-progress-bar__progress {
  width: 100%;
  background: #bdcee9; }

.tuv-upload-progress-bar__box--error .tuv-progress-bar__progress {
  background: #e6e6e6; }

.tuv-upload-progress-bar__box--error .tuv-progress-bar__badge {
  color: rgba(51, 51, 51, 0.5); }

.tuv-upload-progress-bar__box--error .tuv-form__error-message {
  display: block;
  padding-top: 3px; }

.tuv-upload-progress-bar .tuv-btn, .tuv-upload-progress-bar .cc-btn {
  border: none;
  padding: 0 7px; }
  .tuv-upload-progress-bar .tuv-btn span.inner-icon, .tuv-upload-progress-bar .cc-btn span.inner-icon {
    line-height: 31px;
    height: 31px;
    vertical-align: middle; }

@media only print, screen and (min-width: 1024px) {
  .tuv-tabs select,
  .tuv-tabs .select2 {
    display: none; } }

.tuv-tabs .tabs-titles {
  margin: 0px;
  padding: 0px;
  height: 55px;
  list-style: none;
  border-bottom: 2px solid #d9d9d9;
  display: none; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-tabs .tabs-titles {
      display: -ms-flexbox;
      display: flex; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-tabs .tabs-titles {
      font-size: 0.875rem; } }
  .tuv-tabs .tabs-titles li {
    background: none;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    width: 114px;
    margin-right: 20px; }
    .tuv-tabs .tabs-titles li:last-child.active:before {
      left: 0;
      right: -22px; }
    .tuv-tabs .tabs-titles li.active {
      color: #007ac2;
      position: relative; }
      .tuv-tabs .tabs-titles li.active:before {
        content: '';
        background: #007ac2;
        position: absolute;
        bottom: -6px;
        left: -10px;
        right: -10px;
        height: 4px; }
    .tuv-tabs .tabs-titles li:first-child.active:before {
      left: 0; }

.tuv-tabs .tab-content {
  display: none;
  padding-top: 30px; }

.tuv-tabs .tab-content:before{
  content: '';
  display: table; }

.tuv-tabs .tab-content:after{
  content: '';
  display: table;
  clear: both; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-tabs .tab-content h3 {
      margin-bottom: 20px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-tabs .tab-content p {
      margin-bottom: 20px; } }

.tuv-tabs .tab-content.active {
  display: inherit; }

.tuv-container--tabs .btn-box {
  padding-top: 20px; }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--tabs .btn-box {
      padding-top: 0; } }

.tuv-container--category-page .tuv-teaser--img-top {
  min-height: 435px; }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small > * {
    width: calc(99.9% * 0.89 - (20px - 20px * 0.89)); }
  .tuv-container__wrapper--small > *:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container__wrapper--small > *:last-child{
    margin-right: 0; }
  .tuv-container__wrapper--small > *:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container__wrapper--small > *:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small > * {
    width: calc(99.9% * 0.89 - (20px - 20px * 0.89)); }
  .tuv-container__wrapper--small > *:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container__wrapper--small > *:last-child{
    margin-right: 0; }
  .tuv-container__wrapper--small > *:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container__wrapper--small > *:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small > * {
    margin-left: calc(99.9% * (-0.11111 * -1) - (20px - 20px * (-0.11111 * -1)) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small > * {
    margin-left: calc(99.9% * (-0.11111 * -1) - (20px - 20px * (-0.11111 * -1)) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small {
    width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
  .tuv-container__wrapper--small:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container__wrapper--small:last-child{
    margin-right: 0; }
  .tuv-container__wrapper--small:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container__wrapper--small:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small {
    width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
  .tuv-container__wrapper--small:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-container__wrapper--small:last-child{
    margin-right: 0; }
  .tuv-container__wrapper--small:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-container__wrapper--small:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small .tuv-container--text-image__citation {
    margin-left: calc(99.9% * -0.123 - (20px - 20px * -0.123) + 20px) !important; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-container__wrapper--small .tuv-container--text-image__citation {
    margin-left: calc(99.9% * -0.123 - (20px - 20px * -0.123) + 20px) !important; } }

.tuv-containers {
  /*.tuv-container__title-box + * {
    clear: both;
  }*/ }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers > div {
      position: relative;
      left: calc(99.9% * 0 - (20px - 20px * 0) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers > div {
      position: relative;
      left: calc(99.9% * 0 - (20px - 20px * 0) + 20px); } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium > * {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-containers .tuv-container__wrapper--medium > *:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-containers .tuv-container__wrapper--medium > *:last-child{
    margin-right: 0; }
    .tuv-containers .tuv-container__wrapper--medium > *:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-containers .tuv-container__wrapper--medium > *:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium > * {
      width: calc(99.9% * 1 - (20px - 20px * 1)); }
    .tuv-containers .tuv-container__wrapper--medium > *:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-containers .tuv-container__wrapper--medium > *:last-child{
    margin-right: 0; }
    .tuv-containers .tuv-container__wrapper--medium > *:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-containers .tuv-container__wrapper--medium > *:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium > * {
      margin-left: calc(99.9% * (-0.11111 * -1) - (20px - 20px * (-0.11111 * -1)) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium > * {
      margin-left: calc(99.9% * (-0.11111 * -1) - (20px - 20px * (-0.11111 * -1)) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-containers .tuv-container__wrapper--medium:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-containers .tuv-container__wrapper--medium:last-child{
    margin-right: 0; }
    .tuv-containers .tuv-container__wrapper--medium:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-containers .tuv-container__wrapper--medium:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-containers .tuv-container__wrapper--medium:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-containers .tuv-container__wrapper--medium:last-child{
    margin-right: 0; }
    .tuv-containers .tuv-container__wrapper--medium:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-containers .tuv-container__wrapper--medium:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium .tuv-container--text-image__citation {
      margin-left: calc(99.9% * -0.11 - (20px - 20px * -0.11) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container__wrapper--medium .tuv-container--text-image__citation {
      margin-left: calc(99.9% * -0.11 - (20px - 20px * -0.11) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container--1-1-9 .tuv-headline-table,
    .tuv-containers .tuv-container--1-1-9 .tuv-teaser-container,
    .tuv-containers .tuv-container--1-1-9 .tuv-container__title-box,
    .tuv-containers .tuv-container--1-1-9 .tuv-fullscreen-image {
      margin-left: calc(99.9% * (-0.1 * -1) - (20px - 20px * (-0.1 * -1)) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container--1-1-9 .tuv-headline-table,
    .tuv-containers .tuv-container--1-1-9 .tuv-teaser-container,
    .tuv-containers .tuv-container--1-1-9 .tuv-container__title-box,
    .tuv-containers .tuv-container--1-1-9 .tuv-fullscreen-image {
      margin-left: calc(99.9% * (-0.1 * -1) - (20px - 20px * (-0.1 * -1)) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container--1-1-9 .tuv-container--text-image__content > * {
      margin-left: calc(99.9% * (-0.1 * -1) - (20px - 20px * (-0.1 * -1)) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers .tuv-container--1-1-9 .tuv-container--text-image__content > * {
      margin-left: calc(99.9% * (-0.1 * -1) - (20px - 20px * (-0.1 * -1)) + 20px) !important; } }
  .tuv-containers .contact-section .tuv-container__title-box,
  .tuv-containers .contact-section .tuv-fullscreen-image {
    margin-left: 0 !important; }
  .tuv-containers .tuv-teaser-events-box .tuv-teaser-container {
    margin-left: 0 !important;
    margin-right: 0 !important; }

.tuv-containers--search .tuv-grey-section {
  margin-bottom: 60px;
  padding-bottom: 0; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers--search .tuv-grey-section {
      margin-bottom: 80px; } }

.tuv-containers--search .tuv-breadcrumbs {
  margin-bottom: 16px; }

.tuv-containers--search .tuv-teaser--no-image {
  text-align: center; }
  .tuv-containers--search .tuv-teaser--no-image .tuv-teaser__content {
    padding-top: 40px; }
  .tuv-containers--search .tuv-teaser--no-image h1 {
    margin-bottom: 0; }
  .tuv-containers--search .tuv-teaser--no-image p {
    padding-bottom: 100px;
    padding-top: 40px;
    max-width: 60%;
    margin: 0 auto; }
  .tuv-containers--search .tuv-teaser--no-image .tuv-btn-container {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin-bottom: 0px; }
    .tuv-containers--search .tuv-teaser--no-image .tuv-btn-container .tuv-btn, .tuv-containers--search .tuv-teaser--no-image .tuv-btn-container .cc-btn {
      margin: 0 auto; }

.tuv-container__search-results-container {
  padding-bottom: 29px; }

.tuv-container--search {
  margin-top: 16px;
  padding-bottom: 0; }
  @media only print, screen and (min-width: 768px) {
    .tuv-container--search div.break-in {
      width: 95% !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--search div.break-in {
      margin: 0 auto !important; } }
  .tuv-container--search .break-out {
    padding-top: 10px;
    padding-bottom: 10px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--search .break-out {
        padding-bottom: 30px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--search .break-out {
        padding-bottom: 40px; } }
  .tuv-container--search h1 {
    text-transform: uppercase;
    line-height: 1.375rem;
    font-size: 1.125rem;
    padding: 4px 0;
    margin: 0;
    margin-bottom: 10px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--search h1 {
        padding: 0;
        margin-bottom: 4px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--search h1 {
        display: inline-block;
        margin-left: 40px;
        margin-bottom: 0;
        padding-top: 40px; } }
  .tuv-container--search input {
    outline: 0;
    width: 100%;
    border: 1px solid #999999;
    background: #fff;
    color: #333333;
    height: 30px;
    padding: 0 15px;
    border-radius: 0;
    font-size: 0.875rem;
    line-height: 1.375rem; }
  .tuv-container--search .tuv-input {
    display: inline-block;
    width: 100%;
    position: relative; }
    .tuv-container--search .tuv-input .search-icon {
      float: right;
      top: 7px;
      position: absolute;
      z-index: 2;
      color: #999999;
      right: 10px; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--search .tuv-input {
        width: inherit;
        max-width: 80%;
        margin-top: 7px; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--search .tuv-input {
        margin-left: 40px;
        width: inherit;
        min-width: 0;
        max-width: 51%;
        margin-bottom: 0; } }
  .tuv-container--search .tuv-btn-container {
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
    float: right; }
    @media only print, screen and (min-width: 768px) {
      .tuv-container--search .tuv-btn-container {
        margin-top: 0; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--search .tuv-btn-container {
        margin-left: 40px;
        margin-bottom: 0;
        float: none; } }

.tuv-container__search-result-count-container {
  padding-bottom: 25px; }

.tuv-container__search-result-count {
  border-bottom: 1px solid #333333;
  padding-bottom: 10px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container__search-result-count {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-container__search-result-count:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container__search-result-count:last-child{
    margin-right: 0; }
    .tuv-container__search-result-count:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container__search-result-count:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container__search-result-count {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-container__search-result-count:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container__search-result-count:last-child{
    margin-right: 0; }
    .tuv-container__search-result-count:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container__search-result-count:nth-child(0n + 1){
    clear: both; } }

.tuv-container__search-results {
  padding-bottom: 30px;
  overflow: hidden;
  padding-left: 5px;
  margin-left: -5px;
  clear: both; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container__search-results {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-container__search-results:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container__search-results:last-child{
    margin-right: 0; }
    .tuv-container__search-results:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container__search-results:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container__search-results {
      width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
    .tuv-container__search-results:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container__search-results:last-child{
    margin-right: 0; }
    .tuv-container__search-results:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container__search-results:nth-child(0n + 1){
    clear: both; } }

.tuv-container__search-results__tag {
  margin-left: -5px;
  padding: 3px 4px;
  float: left;
  background-color: #f2f2f2;
  color: #999999;
  font-size: 0.875rem;
  text-transform: uppercase; }

.tuv-container__search-results__title {
  margin-top: 7px;
  clear: left;
  float: left; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container__search-results__title {
      clear: none;
      padding-top: 2px;
      margin-left: 10px;
      margin-top: 0; } }

.tuv-container__search-results__breadcrumb-container {
  margin-top: 5px;
  color: #006621;
  clear: both;
  float: left; }
  .tuv-container__search-results__breadcrumb-container .tuv-breadcrumbs {
    padding: 0;
    margin: 0; }
  .tuv-container__search-results__breadcrumb-container .tuv-breadcrumbs__link {
    color: #006621; }

.tuv-container__search-results__content {
  float: left;
  clear: both;
  margin-top: 8px;
  color: #333333; }

@media only print, screen and (min-width: 1024px) {
  .tuv-btn-container--search-action {
    width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
  .tuv-btn-container--search-action:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-btn-container--search-action:last-child{
    margin-right: 0; }
  .tuv-btn-container--search-action:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-btn-container--search-action:nth-child(0n + 1){
    clear: both; } }

@media only print, screen and (min-width: 1024px) {
  .tuv-btn-container--search-action {
    width: calc(99.9% * 0.75 - (20px - 20px * 0.75)); }
  .tuv-btn-container--search-action:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
  .tuv-btn-container--search-action:last-child{
    margin-right: 0; }
  .tuv-btn-container--search-action:nth-child(0n){
    margin-right: 0;
    float: right; }
  .tuv-btn-container--search-action:nth-child(0n + 1){
    clear: both; } }

.tuv-btn-container--search-action .tuv-btn, .tuv-btn-container--search-action .cc-btn {
  float: right; }

.tuv-container__offset:before{
  content: '';
  display: table; }

.tuv-container__offset:after{
  content: '';
  display: table;
  clear: both; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container__offset {
      margin-left: calc(99.9% * (-0.11111 * -1) - (20px - 20px * (-0.11111 * -1)) + 20px) !important; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container__offset {
      margin-left: calc(99.9% * (-0.11111 * -1) - (20px - 20px * (-0.11111 * -1)) + 20px) !important; } }

.tuv-containers--landing .tuv-poll {
  padding: 60px; }

.tuv-containers--landing .tuv-container--header-image img {
  width: 100%; }

.tuv-containers--landing .tuv-teaser-container--4 .tuv-teaser__content {
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px; }

@media only print, screen and (min-width: 768px) {
  .tuv-containers--landing .tuv-video {
    margin-top: 60px; } }

.tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event {
  min-height: 200px;
  padding: 20px; }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event {
      min-height: 400px; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:last-child{
    margin-right: 0; }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event {
      width: calc(99.9% * 0.25 - (20px - 20px * 0.25)); }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:last-child{
    margin-right: 0; }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event:nth-child(0n + 1){
    clear: both; } }
  .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event .tuv-teaser__text,
  .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event .tuv-teaser__location,
  .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event .tuv-teaser__meta {
    font-size: 14px;
    line-height: 22px; }
  .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event .tuv-teaser__text {
    letter-spacing: -0.25px; }
  .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event .tuv-teaser__image {
    width: 100%; }
  .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event .tuv-teaser__headline {
    line-height: 22px; }
  .tuv-containers--landing .tuv-teaser-events-box .tuv-teaser--event .tuv-teaser__content {
    width: 100%;
    padding: 0;
    margin-top: 20px; }

.tuv-containers--landing .tuv-newsletter form {
  text-align: right; }

.tuv-containers--landing .tuv-newsletter .tuv-input input {
  width: 80%; }

.tuv-container--stage .mejs-container:after, .tuv-container--stage .mejs-container:before,
.tuv-container--scroll-story .mejs-container:after,
.tuv-container--scroll-story .mejs-container:before {
  content: none; }

.tuv-container--text-image--with-form {
  /*.tuv-container__title-box {
    margin-bottom: 20px;
  }*/ }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--text-image--with-form .tuv-container--text-image {
      width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
    .tuv-container--text-image--with-form .tuv-container--text-image:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--text-image--with-form .tuv-container--text-image:last-child{
    margin-right: 0; }
    .tuv-container--text-image--with-form .tuv-container--text-image:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--text-image--with-form .tuv-container--text-image:nth-child(0n + 1){
    clear: both; } }
  @media only print, screen and (min-width: 1024px) {
    .tuv-container--text-image--with-form .tuv-container--text-image {
      width: calc(99.9% * 0.625 - (20px - 20px * 0.625)); }
    .tuv-container--text-image--with-form .tuv-container--text-image:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
    .tuv-container--text-image--with-form .tuv-container--text-image:last-child{
    margin-right: 0; }
    .tuv-container--text-image--with-form .tuv-container--text-image:nth-child(0n){
    margin-right: 0;
    float: right; }
    .tuv-container--text-image--with-form .tuv-container--text-image:nth-child(0n + 1){
    clear: both; } }
  .tuv-container--text-image--with-form .tuv-contactform {
    margin-top: 0.5rem;
    padding: 0 20px 10px; }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-image--with-form .tuv-contactform {
        width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
      .tuv-container--text-image--with-form .tuv-contactform:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--text-image--with-form .tuv-contactform:last-child{
    margin-right: 0; }
      .tuv-container--text-image--with-form .tuv-contactform:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--text-image--with-form .tuv-contactform:nth-child(0n + 1){
    clear: both; } }
    @media only print, screen and (min-width: 1024px) {
      .tuv-container--text-image--with-form .tuv-contactform {
        width: calc(99.9% * 0.375 - (20px - 20px * 0.375)); }
      .tuv-container--text-image--with-form .tuv-contactform:nth-child(1n){
    float: left;
    margin-right: 20px;
    clear: none; }
      .tuv-container--text-image--with-form .tuv-contactform:last-child{
    margin-right: 0; }
      .tuv-container--text-image--with-form .tuv-contactform:nth-child(0n){
    margin-right: 0;
    float: right; }
      .tuv-container--text-image--with-form .tuv-contactform:nth-child(0n + 1){
    clear: both; } }
    .tuv-container--text-image--with-form .tuv-contactform .form-left-wrapper {
      width: 100%; }
      .tuv-container--text-image--with-form .tuv-contactform .form-left-wrapper label {
        margin-top: 20px; }
      .tuv-container--text-image--with-form .tuv-contactform .form-left-wrapper .tuv-btn, .tuv-container--text-image--with-form .tuv-contactform .form-left-wrapper .cc-btn {
        margin-top: 10px;
        margin-bottom: 20px; }
      .tuv-container--text-image--with-form .tuv-contactform .form-left-wrapper div.form-meta {
        clear: both;
        font-size: 0.75rem;
        line-height: 22px;
        color: #999999; }

/* endinject */
/* DO NOT REMOVE THIS, COMPONENT AND ELEMENT SCSS FILES GET INJECTED AUTOMATIGALLY */

/*# sourceMappingURL=style.css.map */
