@charset "UTF-8";
@font-face {
  font-family: "Jost";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Jost-Thin.ttf") format("truetype");
}
@font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 100;
	src: url("../fonts/Jost-ThinItalic.ttf") format("truetype");
  }

  @font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 200;
	src: url("../fonts/Jost-ExtraLight.ttf") format("truetype");
  }
  @font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 200;
	src: url("../fonts/Jost-ExtraLightItalic.ttf") format("truetype");
  }

  @font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/Jost-Light.ttf") format("truetype");
  }
  @font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 300;
	src: url("../fonts/Jost-LightItalic.ttf") format("truetype");
  }

  @font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Jost-Regular.ttf") format("truetype");
  }
  @font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/Jost-Italic.ttf") format("truetype");
  }

  @font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/Jost-Medium.ttf") format("truetype");
  }
  @font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 500;
	src: url("../fonts/Jost-MediumItalic.ttf") format("truetype");
  }

  @font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Jost-SemiBold.ttf") format("truetype");
  }
  @font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 600;
	src: url("../fonts/Jost-SemiBoldItalic.ttf") format("truetype");
  }

  @font-face {
	font-family: "Jost";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/Jost-Bold.ttf") format("truetype");
  }
  @font-face {
	font-family: "Jost";
	font-style: italic;
	font-weight: 700;
	src: url("../fonts/Jost-BoldItalic.ttf") format("truetype");
  }
/*****************************************************
 * CSS override for CloudCraze.
 * Override any CSS provided by OOTB CloudCraze below
*******************************************************/
/*============================= BEGIN LAYOUT ====================================*/
.quick-order {
  position: relative;
  top: 454px;
}

div#containerbody {
  min-height: 950px;
}

.deskLayout > .contentBody:first-child {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .deskLayout {
    overflow-x: hidden;
  }
}

/*============================= END LAYOUT ======================================*/
/*============================= BEGIN COMMON STYLES =============================*/
.checkout_step_title {
  color: rgb(119, 119, 119);
}

.cc_modal {
  z-index: 10000;
}

#containerbody {
  padding-right: 0;
  padding-left: 0;
}

/*============================= END COMMON STYLES ===============================*/
/*============================= BEGIN MY CONTACT STYLES =========================*/
.gotoOrderDetails {
  cursor: pointer;
}

/*============================= END MY CONTACT STYLES ===========================*/
/*============================= BEGIN SITE LOGIN ================================*/
.row.row-margin-vertical-none {
  display: flex !important;
}

input[type=button].cc_register, input[type=button].cc_register:hover {
  background-color: white;
  border-color: #e2001a;
  color: #e2001a;
  font-size: 14px;
  padding-bottom: 2%;
  padding-top: 2%;
  margin-bottom: 9%;
  margin-top: 7%;
  width: 40%;
}

.change-password-block {
  padding: 0 0 20px 0;
  width: 455px;
  margin: auto;
  border: solid 1px lightgrey;
  border-radius: 5px;
  text-align: center;
  background-color: #FFFFFF;
}

.underHeader {
  padding-top: 130px;
  padding-bottom: 168px;
}

.change-password-header {
  background-color: #eeeeee;
  padding-top: 20px;
}

.change-password-header_text {
  color: #333;
  font-weight: bold;
  font-size: 21px;
  padding-bottom: 10px;
}

.change-password-button {
  width: 374px;
  color: white;
  background: #e2001a;
  height: 34px;
  border: none;
  font-size: 14px;
}

.change-password-button:hover {
  background-color: #c20016;
  color: #FFFFFF;
}

.cc_change_password {
  margin-bottom: 0;
  background-size: cover;
}

/*============================= END SITE LOGIN ==================================*/
/*============================= BEGIN HEADER STYLES =============================*/
.search_button {
  height: 50px;
  width: 58px;
  border-left-width: 0px;
}

.cc_search_input {
  height: 50px;
  border-right-width: 0px;
}

input.error {
  border: 1px solid #EE7F00;
}

li.cc_my_account {
  text-align: center !important;
  text-decoration: none !important;
}

.fa.fa-user {
  display: none;
  color: #777777 !important;
  text-decoration: none !important;
}

.fa.fa-shopping-cart {
  display: none;
  text-align: center !important;
  padding-bottom: 5px;
  color: #333 !important;
}

.fa.fa-pencil {
  display: none;
  text-align: center !important;
  padding-bottom: 5px;
  color: #777777 !important;
}

#goToAccount {
  text-decoration: none;
}

.chead.cartHeaderLink {
  text-decoration: none;
}

.doLogout.cc_do_logout {
  text-decoration: none;
  color: #777;
  display: block;
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
}

.goToLogin.cc_goto_login {
  text-decoration: none;
  display: block;
  padding: 0px;
  color: #777;
}

header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: white;
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
}

.go_To_cart {
  background-color: #0b568d;
  color: #FFFFFF;
  margin-left: 5px;
}

button.go_To_checkout {
  background-color: #0b568d;
  color: #FFFFFF;
  margin-left: 15px;
}

.cw_total_price {
  padding: 10px 27px;
  color: #777777;
  font-weight: bold;
  font-size: 14px;
  cursor: default;
}
.cw_total_price .eventClickAddToCart.row {
  padding-left: 0;
  padding-right: 0;
}

/*Custom header styles*/
.all_block {
  padding: 0 5px;
  background-color: #FFFFFF;
}

.language {
  background-color: #333333;
  min-height: 36px;
}

ul.my_account li a {
  color: #777777;
}

.fa.fa-pencil {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 107px;
}

.cc_category {
  text-transform: uppercase;
  font-size: 1em;
  white-space: nowrap;
  font-weight: normal !important;
  font-style: normal;
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
}

a.cc_category:hover {
  color: #e2001a !important;
  text-decoration: none;
}

.loginoutsec.cc_loginoutsec.glyphicon.glyphicon-user {
  display: block;
  text-align: center;
}

.dropdown.cc_dropdown {
  border-bottom: 3px solid transparent;
}

.dropdown.cc_dropdown:hover {
  border-bottom-color: #e2001a;
}

img {
  -ms-interpolation-mode: bicubic;
}

.cc_header_glyphicon {
  font-size: 24px;
  color: #333;
  padding-bottom: 10px;
  background-color: #FFFFFF;
}

.v1 {
  padding: 5px;
  border-left: 0.5px solid #cccccc;
  height: 50px;
}

#cartHeader {
  margin: 0;
  padding: 0;
  display: block;
}

.cc_header_text {
  color: #777;
  font-size: 12px;
}

.prod_items {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding-top: 1px;
  position: absolute;
  margin-left: 50px;
  z-index: 1;
  width: 15px;
  height: 15px;
  background-color: red;
  border-radius: 50%;
}

a.dropdown-toggle:active {
  background-color: #FFFFFF;
}

.cc_btn_to_cart_cartWidget {
  height: 40px;
  width: 217px;
  border-radius: 4px;
  color: white;
  border: 0;
}

.cc_header_menu_space {
  width: 30px;
  height: 1px;
}

.cc_cart_widget_checkbox {
  font-size: 26px;
  color: green;
  font-weight: lighter;
}

.cc_cart_widget_notification_text {
  font-size: 14px;
  vertical-align: text-bottom;
  color: black;
  padding-left: 10px;
}

.cc_notification {
  display: none;
}

.cc_header_cart_widget_scroll {
  overflow: scroll;
  overflow-x: hidden;
  height: 183px;
}

@media screen and (min-width: 1200px) {
  /*
  what is this good for? it grows out of the browser window, adds scroll bar
    .all_block .nav.cc_nav.container.cc_min_width {
        width: 1220px;
    }

   */
}
.cc_header_titles {
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #777777;
  margin-top: 3px;
  font-weight: bold;
}

.cc_flag {
  background-size: 100%;
  display: inline-block;
  height: 14px;
  width: 20px;
}

.cc_icon_arrow_down {
  position: absolute;
  width: 16px;
  height: 10px;
  top: 6px;
}

.cc_lang_itm {
  color: #FFFFFF;
  background-color: #333;
  font-weight: bold;
}

.lang {
  line-height: 23px;
  padding-left: 12px;
}

.lang:hover {
  color: #FFFFFF;
  background-color: #333;
}

.sort-languages {
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.size-3 .lang {
  width: 33.3%;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

/*Custom header styles for Cookie disclaimer*/
#cookie-disclaimer {
  background-color: rgba(246, 246, 246, 0.95);
  z-index: 999;
  width: 100%;
  height: auto;
}

#cookie-disclaimer .cookieWrapper {
  padding: 10px 0;
}

@media screen and (min-width: 1241px) {
  #cookie-disclaimer .cookieWrapper {
    padding: 20px 0;
  }
}
#cookie-disclaimer .tracker-accept {
  margin-top: 10px;
  text-align: center;
}

#cookie-disclaimer p {
  color: #666;
  margin: 0;
  font-size: 13px;
}

#cookie-disclaimer a {
  color: #666;
  display: inline-block;
  position: static;
  text-decoration: underline;
}

#cookie-disclaimer a:hover {
  border-color: transparent !important;
  color: #424242;
}

#cookie-disclaimer .btn {
  background-color: transparent;
  border: 1px solid #666;
  outline: 0;
  border-radius: 3px;
  font-size: inherit;
  line-height: 22px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 20px;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666;
}

#cookie-disclaimer .btn:active,
#cookie-disclaimer .btn:focus,
#cookie-disclaimer .btn:hover {
  background-color: #eee !important;
  border-color: #424242 !important;
  color: #424242 !important;
}

#cookie-disclaimer .btn.active.focus,
#cookie-disclaimer .btn.active:focus,
#cookie-disclaimer .btn.focus,
#cookie-disclaimer .btn:active.focus,
#cookie-disclaimer .btn:active:focus,
#cookie-disclaimer .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

#cookie-disclaimer .btn.focus,
#cookie-disclaimer .btn:focus,
#cookie-disclaimer .btn:hover {
  color: #333;
  text-decoration: none;
}

#cookie-disclaimer .btn.active,
#cookie-disclaimer .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.homeSliderCookie {
  top: 275px !important;
}

.cookieWrapper {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cookieWrapper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .contentBodyCookie {
    padding-top: 320px !important;
  }
  .cloginpageCookie {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 992px) {
  .cookieWrapper {
    width: 908px;
  }
  .contentBodyCookie {
    padding-top: 320px !important;
  }
  .cloginpageCookie {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cookieWrapper {
    width: 988px;
  }
  .contentBodyCookie {
    padding-top: 275px !important;
  }
  .cloginpageCookie {
    padding-top: 150px !important;
  }
}
@media screen and (min-width: 1350px) {
  .cookieWrapper {
    width: 1220px;
  }
  .contentBodyCookie {
    padding-top: 275px !important;
  }
  .cloginpageCookie {
    padding-top: 150px !important;
  }
}
@media screen and (min-width: 561px) {
  #cookie-disclaimer .tracker-note {
    float: left;
    width: 75%;
  }
  #cookie-disclaimer .tracker-accept {
    margin: 0;
    text-align: right;
  }
  #cookie-disclaimer .accept-button {
    float: right;
    margin-left: 5px;
  }
  #cookie-disclaimer .settings-link {
    margin-right: 5px !important;
  }
  #cookie-disclaimer .btn {
    margin: 0 !important;
  }
}
/*============================= END HEADER STYLES ===============================*/
/*============================= BEGIN MENU ======================================*/
.navbar-default {
  background-color: white;
  border: none;
}

a.cc_category {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

#phoneLogo {
  display: none;
}

.nav.open > a, .nav.open > a:hover, .nav.open > a:focus {
  background-color: #FFFFFF;
}

.nav > li > a {
  padding: 15px 0px 15px 0px;
}

/*============================= END MENU ========================================*/
/*============================= BEGIN SPLASH ====================================*/
.splash-promo-Desktop {
  position: relative;
  margin-left: 50%;
  transform: translateX(-50%);
  width: 99.6vw;
}

.splash-promo-Desktop .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  width: 100%;
}

.splash-promo-Desktop .left.carousel-control,
.splash-promo-Desktop .right.carousel-control {
  display: none;
}

@media screen and (min-width: 768px) {
  .splash-promo-Desktop .carousel-indicators {
    left: 20%;
  }
  .splash-promo-Desktop {
    top: -14px;
  }
}
@media screen and (min-width: 992px) {
  .splash-promo-Desktop .carousel-indicators {
    left: 20%;
  }
  .splash-promo-Desktop {
    top: -62px;
  }
}
@media screen and (min-width: 1200px) {
  .splash-promo-Desktop {
    top: 0px;
  }
}
@media screen and (min-width: 1920px) {
  .splash-promo-Desktop {
    top: 0px;
  }
}
.splash-promo-Desktop .carousel-indicators .active {
  background-color: #ebebeb;
  margin: 1px;
  width: 12px;
  height: 12px;
}

.splash-promo-Desktop .carousel-indicators li {
  margin: 1px;
  width: 12px;
  height: 12px;
  border: 2px solid #ebebeb;
}

#carousel-splash {
  /*  max-width: 1903px; */
  margin: auto;
}

/*============================= END SPLASH ======================================*/
/*============================= BEGIN BODY ======================================*/
.cc_forgot_password_panel {
  margin-right: 27%;
  margin-left: 27%;
  padding-top: 66px;
}

body {
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
}

.navbar-inverse {
  background-color: #333333;
}

.mandatory_field {
  color: red;
  position: absolute;
  float: right;
  top: 0px;
  font-size: 18px;
  right: -3px;
}

.title_mandatory {
  color: #878798;
  margin-bottom: 0px;
  margin-top: 10px;
}

.title_mandatory span {
  margin-left: 5px;
  margin-right: 5px;
  color: red;
}

.billing-messagingSection-Error {
  position: relative;
}

.shipping-messagingSection-Error {
  position: fixed;
  width: 35%;
  top: 250px;
  z-index: 10000;
  margin-left: 2%;
  border-radius: 4px;
  border: 1px solid #a94442;
  background-color: #f2dede;
  min-width: 300px;
  left: 30%;
}

.shipping-messagingSection-Error div {
  margin-bottom: 0px;
  border: none;
  border-radius: 4px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background: #0b568d;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .contentBody {
    padding-top: 258px;
    min-height: 553px;
  }
  .button-step, .button-step:hover, .button-step:active, .button-step:focus, .button-step.btn.disabled, .button-step.btn[disabled] {
    margin-left: 15px;
    display: inline-block;
    min-width: 160px;
    height: 40px;
    background: #0b568d;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
  }
  .button-step-back, .button-step-back:hover, .button-step-back:active, .button-step-back:focus, .button-step-back.btn.disabled, .button-step-back.btn[disabled] {
    margin-left: 15px;
    display: inline-block;
    min-width: 160px;
    height: 40px;
    background: white;
    border: 1px solid #0b568d;
    color: #0b568d;
    font-size: 14px;
    border-radius: 4px;
  }
  table.foldingTable.col-md-12 {
    max-width: 720px;
  }
  .foldingTable thead th.col-md-1, .foldingTable tbody td.col-md-1 {
    width: 8.333%;
  }
  .foldingTable thead th.col-md-2, .foldingTable tbody td.col-md-2 {
    width: 16.666%;
  }
  .foldingTable thead th.col-md-6, .foldingTable tbody td.col-md-6 {
    width: 50%;
  }
  .foldingTable thead th.col-md-10, .foldingTable tbody td.col-md-10 {
    width: 83.333%;
  }
  .foldingTable tbody td:first-child {
    padding: 0px;
  }
  div.reviewCartSection {
    max-width: 100%;
  }
  div.reviewCartSection div.total, div.cc_totals_section div.total {
    float: right;
  }
  .cc_checkout_review .link_button.cc_link_button, .cc_order_details .link_button.cc_link_button {
    position: relative;
    float: right;
    margin-right: -78%;
    width: 100%;
  }
  div .login-header img {
    width: 100%;
    max-height: 260px;
  }
  h3.cc-title {
    font-size: 18px;
    padding-bottom: 1rem;
    font-weight: 600;
  }
  .cc_forgot_password, .cc_about_content {
    font-size: 10px;
  }
  input[type=button].cc_login_button, input[type=button].cc_login_button:hover {
    background-color: #e2001a;
    color: white;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 9%;
    margin-top: 7%;
    width: 40%;
  }
  input[type=button].cc_contact_button, input[type=button].cc_contact_button:hover {
    background-color: #0b568d;
    color: white;
    font-size: 9px;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 9%;
    margin-top: 7%;
    width: 40%;
  }
}
@media screen and (min-width: 992px) {
  .contentBody {
    padding-top: 256px;
    min-height: 553px;
  }
  .button-step, .button-step:hover, .button-step:active, .button-step:focus, .button-step.btn.disabled, .button-step.btn[disabled] {
    margin-left: 15px;
    display: inline-block;
    min-width: 180px;
    height: 40px;
    background: #0b568d;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
  }
  .button-step-back, .button-step-back:hover, .button-step-back:active, .button-step-back:focus, .button-step-back.btn.disabled, .button-step-back.btn[disabled] {
    margin-left: 15px;
    display: inline-block;
    min-width: 180px;
    height: 40px;
    background: white;
    border: 1px solid #0b568d;
    color: #0b568d;
    font-size: 14px;
    border-radius: 4px;
  }
  .cc_order_information div.row div:first-child {
    width: 39.1%;
  }
  table.foldingTable.col-md-12 {
    max-width: 944px;
  }
  div.reviewCartSection {
    max-width: 94%;
  }
  div.reviewCartSection div.total, div.cc_totals_section div.total {
    float: right;
    width: 100%;
  }
  .cc_checkout_review .link_button.cc_link_button {
    position: relative;
    float: right;
    margin-right: 6%;
    width: 94%;
  }
  .cc_order_details .link_button.cc_link_button {
    position: relative;
    float: right;
    margin-right: -72%;
  }
  div .login-header img {
    width: 100%;
    max-height: 300px;
  }
  h3.cc-title {
    font-size: 30px;
    padding-bottom: 1rem;
    font-weight: 600;
  }
  .cc_forgot_password, .cc_about_content {
    font-size: 13px;
  }
  input[type=button].cc_login_button, input[type=button].cc_login_button:hover {
    background-color: #e2001a;
    color: white;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 9%;
    margin-top: 7%;
    width: 40%;
  }
  input[type=button].cc_contact_button, input[type=button].cc_contact_button:hover {
    background-color: #0b568d;
    color: white;
    font-size: 14px;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 9%;
    margin-top: 7%;
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .contentBody {
    padding-top: 195px;
    min-height: 632px;
  }
  .button-step, .button-step:hover, .button-step:active, .button-step:focus, .button-step.btn.disabled, .button-step.btn[disabled] {
    margin-left: 15px;
    display: inline-block;
    min-width: 205px;
    height: 40px;
    background: #0b568d;
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
  }
  .button-step-back, .button-step-back:hover, .button-step-back:active, .button-step-back:focus, .button-step-back.btn.disabled, .button-step-back.btn[disabled] {
    margin-left: 15px;
    display: inline-block;
    min-width: 205px;
    height: 40px;
    background: white;
    border: 1px solid #0b568d;
    color: #0b568d;
    font-size: 14px;
    border-radius: 4px;
  }
  .cc_order_information div.row div:first-child {
    width: 39.1%;
  }
  table.foldingTable.col-md-12 {
    max-width: 1152px;
  }
  div.reviewCartSection {
    max-width: 94%;
  }
  div.reviewCartSection div.total, div.cc_totals_section div.total {
    float: right;
    width: 100%;
  }
  .cc_checkout_review .link_button.cc_link_button {
    position: relative;
    float: right;
    margin-right: 6%;
    width: 94%;
  }
  .cc_order_details .link_button.cc_link_button {
    position: relative;
    float: right;
    margin-right: -72%;
  }
  div .login-header img {
    width: 100%;
    max-height: 450px;
  }
  h3.cc-title {
    font-size: 30px;
    padding-bottom: 1rem;
    font-weight: 600;
  }
  .cc_forgot_password, .cc_about_content {
    font-size: 13px;
  }
  input[type=button].cc_login_button, input[type=button].cc_login_button:hover {
    background-color: #e2001a;
    color: white;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 9%;
    margin-top: 7%;
    width: 40%;
  }
  input[type=button].cc_contact_button, input[type=button].cc_contact_button:hover {
    background-color: #0b568d;
    color: white;
    font-size: 14px;
    padding-bottom: 2%;
    padding-top: 2%;
    margin-bottom: 9%;
    margin-top: 7%;
    width: 40%;
  }
}
div.home_slider.cc_home_slider {
  position: relative;
  top: 200px;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  div.home_slider.cc_home_slider {
    top: 245px;
  }
}
/*============================= END BODY ========================================*/
/*============================= BEGIN LOGIN PAGE ================================*/
.home_slider.cc_home_slider {
  display: none;
}

.contentBody-loginpage .col-padding-vertical-none {
  padding: 0px;
  margin: 0px;
}

.contentBody-loginpage + .navbar-inverse {
  min-height: 20.4vh;
}

.contentBody-loginpage .cc_forgot_password_panel {
  margin: 100px auto;
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
}

.contentBody-loginpage .cc_forgot_password_panel + div {
  margin-bottom: 24.4vh;
}

.contentBody-loginpage .cc_forgot_password_panel .form-group {
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 15px;
}

.login-header img {
  width: 100%;
}

.cc_login_input, .cc_password_input {
  border: 2px solid #cccccc;
  margin-bottom: 3%;
}

.cc_login_account {
  background-color: #f6f6f6;
  padding-right: 25%;
  padding-left: 5%;
  width: 50%;
}

.cc_contact_sma {
  background-color: #ffffff;
  padding-left: 25%;
  padding-right: 5%;
  width: 50%;
}

@media (max-width: 500px) {
  .cc_login_account {
    padding-right: 5%;
    padding-left: 5%;
  }
  .cc_contact_sma {
    padding-right: 5%;
    padding-left: 5%;
  }
}
.cc_border_top {
  border-top: 1px solid #e2e2e2;
}

.row-margin-vertical-none {
  margin-top: 0px;
  margin-bottom: 0px;
}

.row-flex {
  display: flex;
}

.col-padding-top {
  padding-top: 10px;
}

.col-padding-bottom {
  padding-bottom: 10px;
}

.col-padding-vertical-none {
  padding-right: 0px;
  padding-left: 0px;
}

/*============================= END LOGIN PAGE ==================================*/
/*============================= BEGIN QUICK ORDER ===============================*/
@media all {
  .quickOrderTable {
    margin-bottom: 20px;
    font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
  }
  .quickOrderTable thead th {
    color: #111111;
    padding: 10px 25px 10px 0px;
    text-align: left;
    width: auto;
  }
  .quickOrderTable thead th.firstThead {
    font-weight: normal;
    padding-left: 15px;
    width: 260px;
  }
  .quickOrderTable tbody tr th, .quickOrderTable tbody tr td {
    border-bottom: 1px solid #DEDEDE;
    padding: 10px 25px 10px 0px;
    vertical-align: top;
  }
  .quickOrderTable.quickOrderForm tbody tr th, .quickOrderTable.quickOrderForm tbody tr td {
    border-top: none;
    border-bottom: none;
    padding: 7px 0px 0px 0px;
    vertical-align: center;
  }
  .quickOrderTable.quickOrderForm tbody tr td input.qty-input {
    display: none;
  }
  .quickOrderTable.addToCartTable tbody tr th, .quickOrderTable.addToCartTable tbody tr td {
    padding: 4px 15px 3px 15px;
  }
  .quickOrderTable.addToCartTable tbody tr td:first-child {
    padding-top: 9px;
  }
  .quickOrderTable tbody td:not(:first-child) {
    text-align: right;
  }
  .quickOrderTable.addToCartTable tbody tr td.productsPrice {
    padding: 0px;
    color: #0b568d;
    font-weight: bold;
  }
  .quickOrderTable.addToCartTable tbody tr td.productsPrice div {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
    height: 32px;
    margin-top: 4px;
    text-align: left;
    padding-left: 10px;
    padding-top: 6px;
  }
  .quickOrderTable.addToCartTable tbody tr td:last-child {
    padding-top: 13px;
    text-align: left;
  }
}
span.glyphicon-trash {
  color: #898989;
}

p .bodytext {
  font-size: 16px;
  font-style: normal;
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.addToCartCustom {
  background-color: #e2001a;
  color: white;
  margin-bottom: 10px;
}

.addToCartCustom span.glyphicon-shopping-cart {
  margin-right: 10px;
}

.addMoreCustom {
  color: #0b568d;
  padding-left: 0px;
  margin-bottom: 20px;
}

.quick-order-header {
  color: white;
  background: #F2001A;
  height: 50px;
  border-radius: 5px 5px 0px 0px;
  padding-left: 25px;
  margin: 0px;
  display: flex;
  align-items: center;
}

.quick-order-header h4 {
  margin: 0px;
  display: inline-block;
  margin-left: 10px;
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.quick-order-header div.arrow-button {
  position: absolute;
  right: 25px;
  top: 19px;
}

#quick-order-form {
  position: absolute;
  z-index: 1;
  background-color: white;
  width: 100%;
  box-shadow: 0px 15px 42px 0px rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 5px 5px;
}

.form-left-side {
  background-color: #f6f6f6;
  border-radius: 0px 0px 0px 5px;
  padding: 15px 0px 0px 0px;
}

.form-right-side {
  padding-top: 15px;
}

.form-left-side-textblock {
  padding: 20px 20px 25px 20px;
  border-top: 1px solid #DEDEDE;
}

.float-right {
  float: right;
}

.messagingSection {
  position: absolute;
  z-index: 2;
  top: 29px;
}

.messagingSection .alert {
  box-shadow: 0px 0px 42px 0px rgba(0, 0, 0, 0.5);
  transition: 0.5s;
  text-align: center;
  border-radius: 0px;
  border: none;
}

/*============================= END QUICK ORDER =================================*/
/*============================= BEGIN FILTER PANEL ==============================*/
.panel-default > .panel-heading {
  background-color: #FFFFFF;
  border: none;
}

.fa.fa-caret-down {
  color: #e2001a;
}

.panel-default {
  border: none;
}

.panel {
  box-shadow: none;
}

.noUi-handle.noUi-handle-lower {
  border-radius: 50%;
}

.noUi-handle.noUi-handle-upper {
  border-radius: 50%;
}

.noUi-target {
  background: none;
  border: none;
  box-shadow: none;
}

.noUi-origin {
  background: rgba(51, 51, 51, 0.2);
}

/*============================= END FILTER PANEL ================================*/
/*============================= BEGIN COMPARE PRODUCT ===========================*/
table {
  table-layout: fixed;
}

.cc_add-to-cart {
  min-height: 40px;
  min-width: 40px;
  border-color: #0b568d;
}

.button-step-back.cc_button-back-step {
  min-width: 163px;
}

.button-step-back.cc_button-small {
  min-width: 99px;
}

/*============================= END COMPARE PRODUCT =============================*/
/*============================= BEGIN SPOTLIGHT AND FEATURED PRODUCTS ===========*/
@media screen and (max-width: 1430px) {
  .cc_feeatured_products .accessories .display-inline {
    width: 32%;
  }
}
.spotlight-description .spotlight-name {
  max-height: 6rem;
}

.spotlight-description .spotlight-price {
  max-height: 3rem;
}

@media screen and (max-width: 940px) {
  .featured-description h3,
  .spotlight-description h3 {
    font-size: 2vw;
  }
  .spotlight-description .sku,
  .featured-description .sku {
    font-size: 1.5vw;
  }
  .spotlight-description .spotlight-name {
    max-height: 2rem;
  }
  .spotlight-description .spotlight-price {
    height: 2rem;
  }
  .spotlight-description {
    height: 5rem;
  }
}
.spotlight-name h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
}

.spotlight-price h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.featured-description h3 {
  margin-top: 1px;
  margin-bottom: 0px;
}

.cc_feeatured_products .display-inline h3 {
  font-weight: 600;
}

.cc_feeatured_products a {
  color: #333;
}

.cc_feeatured_products .display-inline {
  width: 31%;
}

.cc_feeatured_products .featured-product-image {
  width: 100%;
  height: 30rem;
  position: relative;
  bottom: 0rem;
  left: 0rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

.featured-name {
  height: 5rem;
  overflow-y: hidden;
}

.spotlight-row {
  display: block;
}

.cc_spotlight_col {
  color: #333;
  float: left;
  margin: 0px;
  padding: 0px;
}

.first_row {
  width: 48%;
  margin-right: 2%;
}

.second_row {
  width: 32%;
  padding-top: 2rem;
  margin-right: 1%;
}

.cc_spotlight_products .spotlight-product-image {
  width: 100%;
  height: 30rem;
  position: relative;
  bottom: 0rem;
  left: 0rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f6f6f6;
}

.cc_spotlight_products .cc_price_value {
  color: #0b568d;
}

.cc_feeatured_products, .cc_spotlight_products {
  border: none;
  background-color: inherit;
  box-shadow: none;
  -moz-box-shadow: none;
}

.cc_spotlight_products {
  border: none;
  background-color: inherit;
  box-shadow: none;
  -moz-box-shadow: none;
}

.spotlight-description {
  border: 1px solid #cecece;
  padding: 1rem;
  padding-top: 0px;
  max-height: 9rem;
}

.featured-description {
  /*height: 12rem;*/
  height: 5rem;
  border-bottom: 1px solid #eee;
}

.featured-description h3,
.spotlight-description h3 {
  font-weight: 600;
}

.cc_feeatured_products .cc_title,
.cc_spotlight_products .cc_title {
  font-size: xx-large;
  padding-bottom: 1rem;
  font-weight: 600;
}

.cc_feeatured_products .cc_sku {
  height: 3rem;
}

.cc_feeatured_products .cc_price {
  height: 1rem;
}

.cc_spotlight_products .panel-body.cc_body {
  padding-left: 0px;
  padding-right: 0px;
}

.cc_feeatured_products .display-inline {
  display: inline-block;
  width: 32.5%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  margin: 0px;
}

.cc_spotlight_products > .panel-heading {
  background-color: unset;
  border: none;
  padding: unset;
}

.accessories .display-inline > a:hover {
  text-decoration: none;
}

@media screen and (max-width: 786px) {
  .list-inline {
    width: 336px !important;
  }
  .featured-name {
    height: 3rem;
  }
}
.cc_feeatured_products .accessories.item.active {
  width: auto;
}

.cc_feeatured_products .panel-body {
  padding-left: 0px;
  padding-right: 0px;
}

/*============================= END SPOTLIGHT AND FEATURED PRODUCTS =============*/
/*============================= BEGIN CART PAGE =================================*/
.modal-backdrop.in {
  opacity: 0.75;
}

.cc_cart-details_buttonborder {
  border-radius: 7px;
  color: #0b5c93;
  font-weight: bold;
}

.cc_cart-details_totals {
  font-weight: bold;
  color: #777;
}

.cc_cart-details_smagrey {
  color: #777;
}

.cc_cart-details_smablue {
  color: #0b568d;
}

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

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

.cc_cart-details_marginbottom {
  margin-bottom: 0px;
}

.cc_cart-details_margintop {
  margin-bottom: 10px;
}

.cc_cart-details_nodisplay {
  display: none;
}

.cc_shopping_cart_discount_panel {
  border: solid 1px #ddd;
}

.cc_cart-details_subAmount {
  color: #0b568d;
  text-align: right;
  padding-right: 0;
}

.cc_cart-details_mycart {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #777;
  padding-top: 10px;
}

.cc_create_cart_wishlist {
  margin-left: 0;
}

.cc_cart-details_itemquantity {
  text-align: right;
  padding-right: 30px;
  padding-top: 10px;
  color: #777;
  text-align: center;
}

.cc_cart-details_itemprice {
  padding-top: 10px;
  color: #777;
  text-align: right;
  padding-right: 0;
}

.cc_cart-details_itemtotel {
  padding-top: 10px;
  color: #777;
  text-align: right;
}

.cc_cart-details_divider {
  margin-top: 5px;
}

.cc_cart-details_exportcart {
  text-align: right;
  margin-bottom: 20px;
}

/*============================= END CART PAGE ===================================*/
/*============================= BEGIN LAST VIEWED AND LAST ORDERED ==============*/
.carousel-custom {
  width: 4%;
  top: 40%;
}

.lastViewed, .lastOrdered {
  max-width: 1903px;
  margin-left: auto;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 3%;
}

.lastViewed-carousel, .lastOrdered-carousel {
  position: relative;
  margin-top: 3%;
  margin-bottom: 5%;
}

.display-inline-last {
  background-color: #f6f6f6;
  display: inline-block;
  margin: 0.5%;
  width: 15.1667%;
  position: relative;
}

.zum-button-display-none {
  display: none;
}

.carousel-img {
  background-color: #f6f6f6;
  position: relative;
  width: 100%;
  top: 0rem;
  height: inherit;
}

.last-viewed .display-inline-last .carousel-img.noImg {
  display: block;
  height: 100%;
}

.carousel-custom.left, .carousel-custom.left:hover {
  left: -5%;
  color: #cccccc;
  text-shadow: none;
}

.carousel-custom.right, .carousel-custom.right:hover {
  right: -5%;
  color: #cccccc;
  text-shadow: none;
}

.carousel-custom.left span.glyphicon.glyphicon-menu-left, .carousel-custom.right span.glyphicon.glyphicon-menu-right {
  font-size: 33px;
}

.zum-button, .zum-button:hover {
  color: white;
  background-color: #e2001a;
  border-radius: 0px;
  width: 100%;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

div.last-ordered.item.active {
  display: flex !important;
}

div.last-viewed.item.active {
  display: flex !important;
}

/*============================= END LAST VIEWED AND LAST ORDERED=================*/
/*============================= BEGIN PRODUCT LIST ==============================*/
.panel {
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
}

.panel-body {
  margin: 0 auto;
}

.cc_plp_item_name {
  font-size: 16px;
  color: #333;
}

.cc_plp_item_name:hover {
  font-size: 16px;
  color: #c20016;
}

.cc_plp_item_img {
  max-width: 125%;
  border: none;
}

.cc_plp_item_text {
  font-weight: bold;
}

.cc_plp_item_sku {
  color: #adadad;
  font-weight: bold;
  font-size: 12px;
}

.cc_plp_item_price {
  font-size: 20px;
}

.cc_plp_item_qty {
  display: inline-block;
  width: 52px;
}

h5.panel-title.cc_title {
  color: #0a68a8;
}

.cc_resort_action {
  display: block;
  text-decoration: none;
  padding: 5px 10px;
  color: #333;
  min-width: 232px;
}

.cc_resort_action:hover {
  text-decoration: none;
  background-color: lightgrey;
  min-width: 232px;
  color: #333;
}

.pdl-sort-by {
  background: none;
  width: 232px;
  font-weight: bold;
  border: solid 1px lightgrey;
}

.pdl-filt-reset_icon {
  position: absolute;
  width: 36px;
  height: 25px;
  left: 10px;
  top: 64px;
  background-size: 56%;
  font-weight: bold;
}

.pdl-filt-reset_text {
  height: 34px;
  width: 232px;
  border: solid 1px;
  font-weight: bold;
  font-size: 14px;
}

.noUi-origin {
  height: 1px;
  background: black;
}

.noUi-horizontal .noUi-handle {
  top: -10px !important;
}

.noUi-base {
  margin-top: 7px;
}

input[type=checkbox] {
  /*visibility: hidden;*/
}

.checkmark {
  display: inline-block;
  width: 20px;
  position: relative;
}

.checkmark label {
  cursor: pointer;
  position: absolute;
  width: 17px;
  height: 17px;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.checkmark label:hover:after {
  opacity: 0.5;
}

.checkmark input[type=checkbox]:checked + label:after {
  opacity: 1;
  content: "";
  position: absolute;
  width: 9px;
  height: 5px;
  background: transparent;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}

.cc_check_filter_label {
  background-color: #b9b9b9;
  padding: 5px 16px 4px 14px;
  border-radius: 6px;
}

.noUi-handle:before, .noUi-handle:after {
  background: none;
}

.uom {
  display: inline;
  font-size: 11px;
  font-weight: normal;
  font-family: ProximaNovaRegular, Arial, Helvetica, sans-serif;
  padding: 2px;
}

.uom.lower {
  float: left;
}

.uom.higher {
  float: right;
}

.cc_spotlight_products .panel-title, .cc_feeatured_products .panel-title {
  text-transform: none;
}

/*============================= END PRODUCT LIST ================================*/
/*============================= BEGIN PRODUCT DETAILS PANEL =====================*/
.carousel-custom {
  width: 4%;
  top: 40%;
}

.carousel-item {
  display: none;
}

.carousel-custom.left {
  left: -60px;
}

.carousel-custom.right {
  right: -60px;
}

.display-inline {
  display: inline-block;
  margin: 10px;
  width: 30%;
}

.carousel-item {
  margin: 10px;
  width: 30%;
}

.carousel-img {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
}

.product_detail_container .product-name {
  font-weight: 600;
}

.product_detail_container .cc_sku {
  padding-bottom: 1.5rem;
  color: #a7a7a7;
}

.font-medium {
  font-size: medium;
  font-weight: 600;
}

.product_detail_container .cc_short_desc {
  font-weight: 600;
}

.product_detail_container .cc_addtocart {
  background-color: #e2001a;
  color: white;
  margin-bottom: 10px;
  width: 100%;
}

.tab-row {
  display: flex;
  justify-content: space-between;
}

.tab-item {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
}

.tab-item > a {
  display: block;
  width: 100%;
  font-size: medium;
  font-weight: 600;
  color: #a7a7a7;
  text-transform: uppercase;
}

.tab-item > a:hover {
  text-decoration: none;
}

a.tab-active {
  display: block;
  width: 100%;
  color: black;
  border-bottom: 3px solid black;
}

.product_detail_container .cc_main_prod_image {
  width: 100%;
  height: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.images-column {
  width: 30%;
  position: absolute;
  bottom: 0px;
}

.img-tmb {
  height: 10rem;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid gray;
  margin-top: 1rem;
  background-color: #f5f5f5;
}

#carousel-accessories .carousel-control {
  position: relative;
  top: 15rem;
}

#carousel-accessories .contol-left {
  left: -5%;
}

#carousel-accessories .contol-right {
  right: -5%;
}

#carousel-accessories .describe-related {
  color: unset;
}

#carousel-accessories a:hover {
  text-decoration: none;
}

#carousel-accessories .form-horizontal .control-label {
  padding-left: 0px;
}

#carousel-accessories .cc_action {
  width: 100%;
}

#carousel-accessories .form-horizontal .form-group {
  display: flex;
  margin: 0px;
  padding-right: 1rem;
}

#carousel-accessories .button-control {
  float: left;
  position: absolute;
}

#carousel-accessories .button-control > a {
  top: 14rem;
  position: relative;
  color: #cccccc;
  text-shadow: none;
}

#carousel-accessories .carousel-inner {
  width: 100%;
  float: left;
  overflow: visible;
}

.carousel-inner .controls {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.related-section .accessories .display-inline {
  display: inline-block;
  width: 24%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  margin: 0px;
}

.accessories .display-inline:first-child {
  padding-left: 0;
}

.accessories .display-inline:last-child {
  padding-right: 0;
}

.accessories.item.active {
  display: flex;
}

.accessories.item .quantity_block.gp_quantity_block.cc_quantity_block {
  position: absolute;
  bottom: 0;
  width: 23%;
}

.accessories-description .accessories-description-name {
  margin-bottom: 80px;
}

.accessories-description .sku {
  position: absolute;
  bottom: 55px;
}

@media screen and (max-width: 995px) {
  .accessories .display-inline {
    width: 23.5%;
  }
}
.related-section .accessories-carousel.slide {
  position: relative;
}

#carousel-accessories .carousel-img {
  background-color: #f6f6f6;
  width: 100%;
  height: 27rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

#carousel-accessories .carousel-img:hover {
  cursor: pointer;
}

.product-detail {
  background: linear-gradient(to bottom, #f6f6f6 60%, #ffffff);
}

.product_detail_container .product-name {
  font-weight: 600;
}

.prodDetailContainer {
  margin-top: 20px;
}

.prodDetailContainer .cc_tab-pane {
  padding: 1rem;
}

.product_detail_container .cc_sku {
  padding-bottom: 1.5rem;
  color: #a7a7a7;
}

#carousel-accessories .cc_sku {
  padding-bottom: 0px;
  padding-top: 10px;
}

.product_detail_container .font-medium {
  font-size: medium;
  font-weight: 600;
}

.product_detail_container .cc_short_desc {
  font-weight: 600;
}

.product_detail_container .cc_addtocart {
  background-color: #e2001a;
  color: white;
  margin-bottom: 10px;
  width: 100%;
}

.tab-row {
  display: flex;
  justify-content: space-between;
}

.tab-item {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
}

.tab-item > a {
  display: block;
  width: 100%;
  font-size: medium;
  font-weight: 600;
  color: #a7a7a7;
  text-transform: uppercase;
}

.tab-item > a:hover {
  text-decoration: none;
}

a.tab-active {
  display: block;
  width: 100%;
  color: black;
  border-bottom: 3px solid #e2001a;
}

.product_detail_container .cc_main_prod_image {
  width: 100%;
  height: 45rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.slick-next, .slick-prev {
  z-index: 1;
}

.images-column {
  width: 25%;
  position: absolute;
  bottom: 0px;
  padding-top: 1px;
}

.img-tmb {
  height: 9rem;
  width: 9rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #cecece;
  margin-top: 1rem;
  background-color: #f5f5f5;
}

.cc_sku .cc_label {
  font-weight: 600;
  color: #a7a7a7;
}

.breadcrumb.cc_breadcrumb {
  display: none;
}

.cc_product_detail_container .display-inline {
  padding-left: 0px;
}

.product_title.cc_product_title.product-name {
  font-size: 32px;
  margin-top: 0;
}

.carousel-inner .cc_product_title.product-name {
  font-size: 18px;
}

.lightbox .close-image {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #676565;
}

.cc_product_detail_container #carousel-accessories .carousel-inner {
  width: 100%;
  float: left;
}

.cc_product_detail_container #carousel-accessories .cc_addtocart {
  width: 100%;
}

.cc_product_detail_container #carousel-accessories .input-text.plus_minus.cc_entry {
  padding: 6px 1px;
}

.cc_product_detail_container #carousel-accessories .gp_quantity_block .form-group {
  padding-right: 0px;
}

.cc_product_detail_container .button_atc_div {
  padding-left: 0px;
}

/*
.cc_product_detail_container .button_atc_div .cc_addtocart {
    height: 40px;
    width: 250px;
}
 */
.cc_product_detail_container .button_atc_div .cc_addtocart:active:hover,
.cc_product_detail_container .button_atc_div .cc_addtocart:active:focus {
  background-color: #c20016;
}

.accessories.item.active {
  width: unset;
}

.accessories-description .sku.cc_sku {
  font-size: 12px;
}

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

.cart-white-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.lightbox:hover {
  text-decoration: none;
}

.cc_product_detail_container #qty {
  height: 40px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  text-align: center;
  top: 0;
  left: 0;
  background: #cecece;
  width: 80%;
  height: 80%;
  margin-top: 5.5%;
  margin-left: 10%;
  margin-right: 10%;
}

.lightbox img {
  border: 2px silver;
  max-width: 100%;
  max-height: 100%;
}

.image_lightbox {
  position: absolute;
  margin-top: 25%;
  color: #676565;
}

.image_lightbox.prev {
  left: 0.5%;
}

.image_lightbox.next {
  right: 0.5%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

.shipment_description {
  color: #1c6195;
  padding-top: 30px;
}

.specification-container {
  width: 70%;
}

.spec_group {
  margin-bottom: 2rem;
}

.spec_group_name {
  border-bottom: 1px solid silver;
  padding-bottom: 5px;
}

.spec_value {
  float: right;
}

.spec_item {
  border-bottom: 1px solid silver;
}

.tabs_body {
  display: flex;
}

.tabs_container.cc_tabs_container.cc_product_detail_container {
  width: 100%;
}

.advantage_tab {
  padding: 1.5px;
}

.advantage_content {
  padding: 10px;
  padding-top: 35px;
}

.qty-form {
  padding-left: 0px;
}

.cc_tabs_container {
  display: none;
}

.advantage_content ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 16px;
}

.advantage_content li {
  word-wrap: break-word;
}

.advantage_content li:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  font-size: 12px;
  color: #1b6295;
  word-wrap: break-word;
  margin-left: -16px;
  padding-right: 6px;
}

.description-tab {
  text-align: justify;
}

.cc_pdp_hr {
  border: 1px solid #ddd;
}

.pdp_pdf_icon {
  position: absolute;
  width: 28px;
  height: 38px;
  background-size: 100%;
}

/*============================= END PRODUCT DETAILS PANEL =======================*/
/*============================= BEGIN CHECKOUT USER INFO ========================*/
.main-cancel, .billing-cancel, .shipping-cancel {
  color: #a94442;
  cursor: pointer;
  width: 5px;
  height: 5px;
  padding: 0px 5px;
  position: absolute;
  right: 10px !important;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.form-control.shippingField.error, .form-control.billingField.error {
  border-color: #a94442;
}

.checkoutContent div.alert.alert-danger:not(:nth-child(2)) {
  display: none;
}

input[type=checkbox].copyAddress, input[type=checkbox].agreed_checkbox, input[type=checkbox].cc_ship_terms, input[type=checkbox].cc_ship_complete {
  display: none;
}

input[type=checkbox].copyAddress + label, input[type=checkbox].agreed_checkbox + label, input[type=checkbox].cc_ship_terms + label, input[type=checkbox].cc_ship_complete + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px "Open Sans", Arial, sans-serif;
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
  color: #878798;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox].copyAddress + label:last-child {
  margin-bottom: 0;
  margin-left: 20px;
  margin-top: 10px;
}

input[type=checkbox].cc_ship_terms + label:last-child, input[type=checkbox].cc_ship_complete + label:last-child, input[type=checkbox].agreed_checkbox + label:last-child {
  margin-bottom: 0;
  margin-top: 10px;
}

input[type=checkbox].copyAddress + label:before, input[type=checkbox].agreed_checkbox + label:before, input[type=checkbox].cc_ship_terms + label:before, input[type=checkbox].cc_ship_complete + label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #878798;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox].copyAddress:checked + label:before, input[type=checkbox].agreed_checkbox:checked + label:before, input[type=checkbox].cc_ship_terms:checked + label:before, input[type=checkbox].cc_ship_complete:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.row-margin {
  margin-bottom: 1.5%;
  margin-top: 1.5%;
}

.padding-none {
  padding-left: 1%;
  padding-right: 1%;
}

.button-step-sm, .button-step-sm:hover, .button-step-sm:active, .button-step-sm:focus {
  border-radius: 4px;
  background-color: #0b568d;
  border-color: #0070bf;
  color: #ffffff;
  display: inline-block;
  min-width: 100px;
  height: 30px;
}

.button-step-back-sm, .button-step-back-sm:hover, .button-step-back-sm:active, .button-step-back-sm:focus, .button-step-back-sm.btn.disabled, .button-step-back-sm.btn[disabled] {
  border: 1px solid #0b568d;
  border-radius: 4px;
  background-color: #ffffff;
  border-color: #0070bf;
  color: #0b568d;
  display: inline-block;
  min-width: 100px;
  height: 30px;
}

.cc_save_address {
  text-align: right;
}

/*============================= END CHECKOUT USER INFO ==========================*/
/*============================= BEGIN CHECKOUT SHIPPING DETAILS =================*/
.result-table-container {
  display: none;
}

.hided {
  display: none;
}

.link_button.coso_proceed.shippingDetails.cc_shipping_details {
  float: right;
}

.cc_shipcomment_label {
  font-weight: normal;
  margin-bottom: 14px;
}

.comment-container {
  margin-top: -4px;
}

.delivery-incoterm-label, .delivery-method-label, .delivery-destination-label, .delivery-date-label {
  height: 34px;
  padding-top: 6px;
}

#shippingNotes {
  width: 97%;
  height: 147px;
}

.comment-container, .select-form {
  padding-left: 0px;
}

.cc_checkout_user_info .panel-heading {
  padding-left: 0px;
}

.gtc_block {
  float: left;
  width: 100%;
}

.gtc_text_block {
  position: inherit;
  margin-top: 5rem;
}

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.shipping_r {
  width: 100%;
  clear: both;
  float: right;
}

.shipping_checkbox {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
}

.shipping_checkbox_text_block {
  position: inherit;
}

/*============================= END CHECKOUT SHIPPING DETAILS ===================*/
/*============================= BEGIN CHECKOUT ORDER DETAILS AND REVIEW =========*/
.background-gray {
  background-color: #f6f6f6;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.cc_buyer_information, .cc_shipping_information, .cc_billing_address_label, .cc_payment_information, .cc_shipping_address_label, .cc_coupon_label {
  font-size: 15px;
  font-weight: bold;
}

.cc_order_information div.row {
  display: flex;
}

.cc_order_information div.row div.bodered {
  border-left: 10px solid white;
  border-right: 10px solid white;
}

.cc_checkout_review .link_button.cc_link_button .process_buttons {
  margin-top: 5rem;
}

img.orderReview.img-responsive, img.orderDetail.img-responsive {
  max-height: 8rem;
}

@media all {
  .foldingTable {
    margin-bottom: 20px;
    font-family: "Jost", "Trebuchet MS", Arial, sans-serif;
  }
  .foldingTable thead th {
    border-bottom: 1px solid #DEDEDE;
    color: #878798;
    padding-bottom: 5px;
    text-align: right;
    width: auto;
    padding-right: 2px;
  }
  .foldingTable thead th.firstThead {
    font-weight: normal;
    padding-left: 15px;
    width: 260px;
  }
  .foldingTable tbody tr th, .foldingTable tbody tr td {
    border-bottom: 1px solid #DEDEDE;
    vertical-align: middle;
    color: #00497e;
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .foldingTable.total tbody tr th, .foldingTable.total tbody tr td {
    border-bottom: none;
    vertical-align: middle;
    color: #878798;
    padding-bottom: 3px;
    padding-top: 3px;
  }
  .foldingTable tbody td:not(:first-child) {
    text-align: right;
  }
  .foldingTable.total tbody td:first-child {
    text-align: right;
  }
  .foldingTable tbody tr td.productsPrice {
    padding: 0px;
    color: #0b568d;
    font-weight: bold;
    padding-right: 3px;
    text-align: right;
  }
  .foldingTable tbody tr td.productsPrice p.cc_item_title {
    text-align: right;
    margin-top: 5px;
  }
  .foldingTable tbody tr td.productsPrice p.cc_label, .foldingTable tbody tr td.productsPrice p.cc_value {
    text-align: right;
    font-size: 11px;
  }
  .foldingTable tbody tr td.productsPrice p.cc_label {
    color: #878798;
    margin: 0px;
  }
  .foldingTable tbody tr td p.cc_item_title {
    text-align: left;
  }
  .foldingTable tbody tr td p.cc_subscription, .foldingTable tbody tr td p.cc_external {
    text-align: left;
    font-size: 11px;
  }
}
/*============================= END CHECKOUT ORDER DETAILS AND REVIEW ===========*/
/*============================= BEGIN FOOTER ====================================*/
@media screen and (min-width: 1200px) {
  .main_footer {
    width: 1170px;
  }
}
@media screen and (max-width: 768px) {
  .main_footer {
    font-size: 12px;
  }
}
.main_footer {
  background-color: #333;
}

.main_footer a {
  color: #ababab;
  text-decoration: none;
}

.main_footer hr {
  border-color: #515151;
}

.int_footer_email_subscriber {
  width: 10%;
  height: 20px;
}

.int_footer_email_subscriber__input {
  width: 10%;
  color: #575757;
  height: 20px;
  padding: 5px;
}

.int_footer_email_subscriber__input input[type=text] {
  background: transparent;
}

.footer.cc_footer {
  font-family: "Jost", "Trebuchet MS", Arial, sans-serif !important;
}

.cc_footer_menu_item {
  color: #ababab;
}

.cc_sma_footer {
  background-color: #333;
  padding-top: 35px;
}

.footer_media b {
  display: block;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer_corpblock {
  color: #FFFFFF;
  font-weight: bold;
  padding: 0;
}

.footer_bottom p {
  color: #636363;
}

/*============================= END FOOTER ======================================*/
/*============================= BEGIN CHECKOUT PAYMENT ADYEN ====================*/
div.paymentTypeContainer.po iframe {
  border: 1px solid #d6d6d6 !important;
  border-radius: 5.5px !important;
  height: 50px !important;
  background-color: white !important;
  width: 115px !important;
  font: 400 13.3333px Arial !important;
  font-size: 17px !important;
  padding: 5px !important;
}

div.paymentTypeContainer.po input {
  font: 400 13.3333px Arial !important;
  font-size: 17px !important;
  padding-left: 10px !important;
}

div.paymentTypeContainer.po .display-inline {
  display: inline-block;
  margin: 0px;
  width: auto;
}

div.paymentTypeContainer.po .title-block {
  border: 2px solid #0b568d;
  border-radius: 5.5px;
  height: 80px;
  width: 500px;
  padding: 5px 20px;
  margin-bottom: 30px;
}

div.paymentTypeContainer.po .footer-nav {
  margin: 0;
  padding: 0;
  text-align: right;
}

span#encryptedCardNumber iframe {
  border-left: 1px solid #d6d6d6 !important;
  border-radius: 5.5px 0px 0px 5.5px !important;
  height: 50px !important;
  background-color: white !important;
  width: 300px !important;
  font: 400 13.3333px Arial !important;
  font-size: 17px !important;
  padding: 5px !important;
  border-right: none !important;
}

.card-images {
  border: 1px solid #d6d6d6;
  border-radius: 0px 5.5px 5.5px 0px !important;
  border-left: none;
  height: 50px !important;
  width: 200px;
  display: inline-block;
  position: absolute;
  padding: 12px 10px;
}

.card-images div {
  position: inherit;
  right: 10px;
}

.card-images img {
  width: 30px;
  opacity: 0.3;
}

span#encryptedExpiryMonth iframe {
  border-right: none !important;
  border-radius: 5.5px 0px 0px 5.5px !important;
}

span#encryptedExpiryYear iframe {
  border-left: none !important;
  border-radius: 0px 5.5px 5.5px 0px !important;
}

.divider {
  color: #888888;
  font-size: 17px;
  display: inline-block;
  position: relative;
  top: -19px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  height: 50px;
  padding: 12px 7px;
  margin-left: -5px;
  margin-right: -5px;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

/*============================= END CHECKOUT PAYMENT ADYEN ======================*/
/* header new cart widget */
.cc_forgot_password_panel div.form-group:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
}

.cc_forgot_password_panel div.form-group:nth-child(4) > div:first-child {
  margin-top: 1rem;
  order: 2;
}

.contentBody-loginpage .cc_forgot_password_panel + div {
  margin-bottom: 0px;
}

.cc_forgot_password_panel input.error {
  border: 1px solid #EE7F00;
}

div.input-group.cc_input-group {
  width: 100%;
}

#doSearch {
  width: 100%;
}

#ccoverlay {
  display: none;
}

.all_block .nav.cc_nav.container.cc_min_width {
  padding: 10px;
}

.all_block .nav.cc_nav.container.cc_min_width .row .col-sm-2.col-md-2.col-lg-2 {
  height: 65px;
  line-height: 65px;
  display: inline-block;
}

.all_block .nav.cc_nav.container.cc_min_width .row .col-sm-5.col-md-4.col-lg-4 {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}

div.all_block hr {
  border-color: #e6e6e6;
  margin-top: 0px;
  margin-bottom: 0px;
}

.header_menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

#main_logo {
  margin-right: 10%;
  cursor: pointer;
}

.navbar.navbar-default.navbar-static-top.cc_navbar.smaag {
  margin-bottom: 0;
}

li.cc_my_account.dropdown {
  cursor: pointer;
  padding-right: 15px;
}

ul.dropdown-menu.my_account {
  z-index: 1001;
}

span.cc_header_titles {
  max-width: 135px;
}

li.cc_my_chead.cartHeaderLink.show_cart_widget {
  cursor: pointer;
  text-align: center;
  padding-right: 15px;
  display: inline-block;
}

div.dropdown-menu.hide_for_guest.js_main_cart_widget {
  z-index: 1001;
  left: -471%;
}

div.container.sma_cart_widget {
  width: 500px;
  max-height: 500px;
  cursor: default;
}

#cartHeader {
  padding-left: 6px;
  margin-top: -9px;
  display: inline-block;
}

div.language-list {
  display: none;
  background-color: #222;
  color: #D6D6D6;
  cursor: default;
  padding: 10px 0;
  font-size: 12px;
}

.language-list .js_setLocale {
  cursor: pointer;
}

div.container.sma_cart_widget .cc_notification {
  padding: 10px 0;
}

div.container.sma_cart_widget .cc_notification .my_cart_name {
  font-size: 18px;
  font-weight: bold;
  padding-top: 3px;
  text-transform: uppercase;
}

div.container.sma_cart_widget .cc_notification .my_cart_quantity {
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}

div.container.sma_cart_widget .cc_notification .my_cart_price {
  font-weight: bold;
  text-align: right;
  padding-top: 3px;
}

div.row.eventClickAddToCart {
  padding: 10px 10px;
}
div.row.eventClickAddToCart .my_cart_quantity {
  text-align: center;
}
div.row.eventClickAddToCart .my_cart_price {
  text-align: right;
}

div.cc_header_titles.header-col-3 {
  cursor: default;
}

div.header_scroll .row {
  padding: 10px 10px;
}

div.header_scroll .row a {
  cursor: pointer;
}

div.sma_go_to_cart_btn {
  text-align: center;
  padding-bottom: 18px;
  cursor: default;
}

ul.nav.navbar-nav.cc_navbar-nav {
  display: table;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

hr.sma_notification_bottom {
  margin: 0;
}

span.cc_icon_arrow_down.icon_icon-arrow-down-grey-03 {
  right: 0px;
}

span.language-locale i {
  right: 0px;
}

div.sma_cart_widget_net {
  font-weight: lighter;
}

div.container.cc_container.cc_min_width {
  padding-left: 0;
}

div.sma_available_locales {
  max-width: 1220px;
}

div.sma_available_locales table {
  width: 100%;
}

div.main_line_language {
  color: #d6d6d6;
  width: 100%;
  background-color: #333;
  cursor: pointer;
  padding: 8px 0;
  font-size: 14px;
}
div.main_line_language .col_line_language {
  text-align: right;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@font-face {
  font-family: "emerce";
  src: url("../fonts/emerce.eot?m8xugx");
  src: url("../fonts/emerce.eot?m8xugx#iefix") format("embedded-opentype"), url("../fonts/emerce.woff2?m8xugx") format("woff2"), url("../fonts/emerce.ttf?m8xugx") format("truetype"), url("../fonts/emerce.woff?m8xugx") format("woff"), url("../fonts/emerce.svg?m8xugx#emerce") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "emerce" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  position: relative;
  top: 1px;
}

.icon-ic_arrow_carousel:before {
  content: "\e900";
}

.icon-ic_arrow_filter:before {
  content: "\e901";
}

.icon-ic_cal:before {
  content: "\e902";
}

.icon-ic_cart:before {
  content: "\e903";
}

.icon-ic_close_modal:before {
  content: "\e904";
}

.icon-ic_info:before {
  content: "\e905";
}

.icon-ic_login:before {
  content: "\e906";
}

.icon-ic_spinner:before {
  content: "\e907";
}

.icon-ic_subscribe_cancel:before {
  content: "\e908";
}

.icon-ic_subscribe:before {
  content: "\e909";
}

.icon-ic_trash:before {
  content: "\e90a";
}

.icon-ic_wishlist:before {
  content: "\e90b";
}

.alert-success {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2217%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Enoun_325165_cc%3C%2Ftitle%3E%3Cpath%20d%3D%22M15.442.766l-8.71%209.88L1.485%206.41a.57.57%200%201%200-.709.898l5.667%204.571c.108.08.232.12.357.12a.552.552%200%200%200%20.425-.194L16.292%201.52a.573.573%200%200%200-.046-.806.564.564%200%200%200-.804.052z%22%20fill%3D%22%2330BB8E%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.alert-warning {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2213%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.error%3C%2Ftitle%3E%3Cg%20fill%3D%22%23FF001F%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M11.812.688L.262%2011.348c-.194.18-.168.498.06.709.23.21.573.235.768.055l11.55-10.66c.195-.18.168-.498-.06-.709-.23-.21-.573-.235-.768-.055z%22%2F%3E%3Cpath%20d%3D%22M11.85%2011.349L1.022.688C.839.508.517.532.302.743c-.214.211-.239.528-.056.708l10.828%2010.661c.183.18.505.156.72-.055.213-.211.238-.528.056-.708z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-down-disabled {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-disabled%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.671%205.584c.2.205.52.205.708%200L9.834.991a.59.59%200%200%200%200-.82.55.55%200%200%200-.796%200l-3.66%203.772a.484.484%200%200%201-.707%200L1.011.171a.55.55%200%200%200-.795%200%20.59.59%200%200%200%200%20.82L4.67%205.584%22%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-down-error {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.671%205.584c.2.205.52.205.708%200L9.834.991a.59.59%200%200%200%200-.82.55.55%200%200%200-.796%200l-3.66%203.772a.484.484%200%200%201-.707%200L1.011.171a.55.55%200%200%200-.795%200%20.59.59%200%200%200%200%20.82L4.67%205.584%22%20fill%3D%22%23FF001F%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-down-focus {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-focus%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.671%205.584c.2.205.52.205.708%200L9.834.991a.59.59%200%200%200%200-.82.55.55%200%200%200-.796%200l-3.66%203.772a.484.484%200%200%201-.707%200L1.011.171a.55.55%200%200%200-.795%200%20.59.59%200%200%200%200%20.82L4.67%205.584%22%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-down-graphit {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%203%3C%2Ftitle%3E%3Cpath%20d%3D%22M5.379%205.584L9.834.991a.59.59%200%200%200%200-.82.55.55%200%200%200-.796%200l-3.66%203.772a.484.484%200%200%201-.707%200L1.011.171a.55.55%200%200%200-.795%200%20.59.59%200%200%200%200%20.82L4.67%205.584c.2.205.52.205.708%200z%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-down-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-inactive%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.671%205.584c.2.205.52.205.708%200L9.834.991a.59.59%200%200%200%200-.82.55.55%200%200%200-.796%200l-3.66%203.772a.484.484%200%200%201-.707%200L1.011.171a.55.55%200%200%200-.795%200%20.59.59%200%200%200%200%20.82L4.67%205.584%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-left-graphit {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%209%3C%2Ftitle%3E%3Cpath%20d%3D%22M.832%209.342c-.41.398-.41%201.04%200%201.415l9.185%208.911a1.18%201.18%200%200%200%201.641%200%201.098%201.098%200%200%200%200-1.592l-7.544-7.319c-.41-.398-.41-1.039%200-1.415l7.544-7.319a1.098%201.098%200%200%200%200-1.592%201.18%201.18%200%200%200-1.64%200L.831%209.342%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-left-light {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%209%3C%2Ftitle%3E%3Cpath%20d%3D%22M.416%205.329a.484.484%200%200%201%200-.708L5.009.166a.59.59%200%200%201%20.82%200%20.55.55%200%200%201%200%20.796l-3.772%203.66a.484.484%200%200%200%200%20.707l3.772%203.66a.55.55%200%200%201%200%20.795.59.59%200%200%201-.82%200L.416%205.33%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.pagination a:hover .arrow-left-light,
.arrow-left-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%209%3C%2Ftitle%3E%3Cpath%20d%3D%22M.416%205.329a.484.484%200%200%201%200-.708L5.009.166a.59.59%200%200%201%20.82%200%20.55.55%200%200%201%200%20.796l-3.772%203.66a.484.484%200%200%200%200%20.707l3.772%203.66a.55.55%200%200%201%200%20.795.59.59%200%200%201-.82%200L.416%205.33%22%20fill%3D%22%23E2001A%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-right-graphit {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%209%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.168%2010.658c.41-.398.41-1.04%200-1.415L1.983.332a1.18%201.18%200%200%200-1.641%200%201.098%201.098%200%200%200%200%201.592l7.544%207.319c.41.398.41%201.039%200%201.415L.342%2017.977a1.098%201.098%200%200%200%200%201.592%201.18%201.18%200%200%200%201.64%200l9.186-8.911%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.arrow-right-light {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%208%3C%2Ftitle%3E%3Cpath%20d%3D%22M5.584%205.329a.484.484%200%200%200%200-.708L.991.166a.59.59%200%200%200-.82%200%20.55.55%200%200%200%200%20.796l3.772%203.66a.484.484%200%200%201%200%20.707L.171%208.989a.55.55%200%200%200%200%20.795.59.59%200%200%200%20.82%200L5.584%205.33%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.pagination a:hover .arrow-right-light,
.arrow-right-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%208%3C%2Ftitle%3E%3Cpath%20d%3D%22M5.584%205.329a.484.484%200%200%200%200-.708L.991.166a.59.59%200%200%200-.82%200%20.55.55%200%200%200%200%20.796l3.772%203.66a.484.484%200%200%201%200%20.707L.171%208.989a.55.55%200%200%200%200%20.795.59.59%200%200%200%20.82%200L5.584%205.33%22%20fill%3D%22%23E2001A%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.check-blue {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2214%22%20height%3D%2211%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ELine%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.772.456L3.949%209.073l.944-.02-3.501-3.541-.457-.463-.925.914.457.463%203.501%203.541.483.488.461-.508%207.822-8.618.437-.481-.963-.874-.436.482z%22%20fill%3D%22%23004A7F%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.check-checked {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Echeck-inactive%20copy%205%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.226%209.864L0%205.825l1.06-1.11%203.166%202.927L10.94%200%2012%201.111%204.226%209.864%22%20fill%3D%22%23004A7F%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.check-disabled {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Echeck-disabled%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.226%209.864L0%205.825l1.06-1.11%203.166%202.927L10.939%200%2012%201.111%204.226%209.864%22%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.check-error {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Echeck-error%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.226%209.864L0%205.825l1.06-1.11%203.166%202.927L10.939%200%2012%201.111%204.226%209.864%22%20fill%3D%22%23FF001F%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.check-focus {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Echeck-focus%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.226%209.864L0%205.825l1.06-1.11%203.166%202.927L10.939%200%2012%201.111%204.226%209.864%22%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.check-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2210%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Echeck-inactive%3C%2Ftitle%3E%3Cpath%20d%3D%22M4.226%209.864L0%205.825l1.06-1.11%203.166%202.927L10.939%200%2012%201.111%204.226%209.864%22%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.circle-bottom-left {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22600%22%20height%3D%22600%22%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%22300%22%20cy%3D%22300%22%20rx%3D%22300%22%20ry%3D%22300%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M300%200C134.315%200%200%20134.314%200%20300c0%20165.685%20134.315%20300%20300%20300%20165.686%200%20300-134.315%20300-300C600%20134.314%20465.686%200%20300%200zm187.667%20489c-44.669%2043.192-125.026%2058.43-191.389%2058.331-68.919-.103-141.875-26.287-185.945-71.997-43.088-44.692-58.068-108.148-57.682-175.553.406-70.762%2020.437-142.683%2067.682-187.781%2043.757-41.769%20112.188-59.391%20177.729-59.391%2066.575%200%20145.267%2016.627%20191.605%2060.391%2048.531%2045.836%2058.329%20115.37%2057.749%20185.685-.541%2065.565-13.649%20145.741-59.749%20190.315z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M298.551.031V0c-.01%200-.021%200-.031%200C134.458%200%201.35%20132.358%200%20296.176l26.204-26.217%2026.44%2026.452C53.867%20161.56%20163.439%2052.609%20298.521%2052.609c.01%200%20.021%200%20.031%200l26.277-26.288L298.551.031z%22%2F%3E%3Cpath%20fill%3D%22%230C578E%22%20d%3D%22M.03%20301.313H.001c0%20.011-.001.021-.001.032C0%20465.48%20132.299%20598.646%20296.044%20599.999l-26.207-26.216%2026.441-26.452C161.486%20546.105%2052.584%20436.486%2052.584%20301.346c0-.013.001-.022.001-.032l-26.276-26.288L.03%20301.313z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M301.448%20599.969v.029c.012%200%20.022.001.031.001C465.542%20600%20598.65%20467.643%20600%20303.823l-26.203%2026.219-26.441-26.453c-1.224%20134.852-110.795%20243.802-245.876%20243.802-.01%200-.021-.001-.031-.001l-26.276%2026.287%2026.275%2026.292z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M599.971%20298.685h.027c0-.011.001-.021.001-.031C600%20134.517%20467.7%201.351%20303.957%200l26.207%2026.214-26.441%2026.454c134.791%201.224%20243.693%20110.844%20243.693%20245.986%200%20.011%200%20.021%200%20.031l26.274%2026.289%2026.281-26.289z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.circle-bottom-right {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22600%22%20height%3D%22600%22%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%22300%22%20cy%3D%22300%22%20rx%3D%22300%22%20ry%3D%22300%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M300%200C134.315%200%200%20134.314%200%20300c0%20165.685%20134.315%20300%20300%20300%20165.686%200%20300-134.315%20300-300C600%20134.314%20465.686%200%20300%200zm187.667%20489c-44.669%2043.192-125.026%2058.43-191.389%2058.331-68.919-.103-141.875-26.287-185.945-71.997-43.088-44.692-58.068-108.148-57.682-175.553.406-70.762%2020.437-142.683%2067.682-187.781%2043.757-41.769%20112.188-59.391%20177.729-59.391%2066.575%200%20145.267%2016.627%20191.605%2060.391%2048.531%2045.836%2058.329%20115.37%2057.749%20185.685-.541%2065.565-13.649%20145.741-59.749%20190.315z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M298.551.031V0c-.01%200-.021%200-.031%200C134.458%200%201.35%20132.358%200%20296.176l26.204-26.217%2026.44%2026.452C53.867%20161.56%20163.439%2052.609%20298.521%2052.609c.01%200%20.021%200%20.031%200l26.277-26.288L298.551.031z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M.03%20301.313H.001c0%20.011-.001.021-.001.032C0%20465.48%20132.299%20598.646%20296.044%20599.999l-26.207-26.216%2026.441-26.452C161.486%20546.105%2052.584%20436.486%2052.584%20301.346c0-.013.001-.022.001-.032l-26.276-26.288L.03%20301.313z%22%2F%3E%3Cpath%20fill%3D%22%230C578E%22%20d%3D%22M301.448%20599.969v.029c.012%200%20.022.001.031.001C465.542%20600%20598.65%20467.643%20600%20303.823l-26.203%2026.219-26.441-26.453c-1.224%20134.852-110.795%20243.802-245.876%20243.802-.01%200-.021-.001-.031-.001l-26.276%2026.287%2026.275%2026.292z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M599.971%20298.685h.027c0-.011.001-.021.001-.031C600%20134.517%20467.7%201.351%20303.957%200l26.207%2026.214-26.441%2026.454c134.791%201.224%20243.693%20110.844%20243.693%20245.986%200%20.011%200%20.021%200%20.031l26.274%2026.289%2026.281-26.289z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.circle-none {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22600%22%20height%3D%22600%22%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%22300%22%20cy%3D%22300%22%20rx%3D%22300%22%20ry%3D%22300%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M300%200C134.315%200%200%20134.314%200%20300c0%20165.685%20134.315%20300%20300%20300%20165.686%200%20300-134.315%20300-300C600%20134.314%20465.686%200%20300%200zm187.667%20489c-44.669%2043.192-125.026%2058.43-191.389%2058.331-68.919-.103-141.875-26.287-185.945-71.997-43.088-44.692-58.068-108.148-57.682-175.553.406-70.762%2020.437-142.683%2067.682-187.781%2043.757-41.769%20112.188-59.391%20177.729-59.391%2066.575%200%20145.267%2016.627%20191.605%2060.391%2048.531%2045.836%2058.329%20115.37%2057.749%20185.685-.541%2065.565-13.649%20145.741-59.749%20190.315z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M298.551.031V0c-.01%200-.021%200-.031%200C134.458%200%201.35%20132.358%200%20296.176l26.204-26.217%2026.44%2026.452C53.867%20161.56%20163.439%2052.609%20298.521%2052.609c.01%200%20.021%200%20.031%200l26.277-26.288L298.551.031z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M.03%20301.313H.001c0%20.011-.001.021-.001.032C0%20465.48%20132.299%20598.646%20296.044%20599.999l-26.207-26.216%2026.441-26.452C161.486%20546.105%2052.584%20436.486%2052.584%20301.346c0-.013.001-.022.001-.032l-26.276-26.288L.03%20301.313z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M301.448%20599.969v.029c.012%200%20.022.001.031.001C465.542%20600%20598.65%20467.643%20600%20303.823l-26.203%2026.219-26.441-26.453c-1.224%20134.852-110.795%20243.802-245.876%20243.802-.01%200-.021-.001-.031-.001l-26.276%2026.287%2026.275%2026.292z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M599.971%20298.685h.027c0-.011.001-.021.001-.031C600%20134.517%20467.7%201.351%20303.957%200l26.207%2026.214-26.441%2026.454c134.791%201.224%20243.693%20110.844%20243.693%20245.986%200%20.011%200%20.021%200%20.031l26.274%2026.289%2026.281-26.289z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.circle-sprite {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222600.05%22%20height%3D%22519.779%22%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%22260.006%22%20cy%3D%22259.89%22%20rx%3D%22260.006%22%20ry%3D%22259.89%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M258.75.027V0c-.009%200-.018%200-.027%200C116.533%200%201.17%20114.662%200%20256.577l22.71-22.712%2022.916%2022.916c1.06-116.822%2096.025-211.206%20213.098-211.206.009%200%20.018%200%20.027%200l22.774-22.773L258.75.027z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M.026%20261.028H.001c0%20.01-.001.019-.001.027%200%20142.191%20114.662%20257.553%20256.577%20258.724l-22.713-22.71%2022.916-22.916c-116.822-1.061-211.206-96.025-211.206-213.098%200-.009.001-.018.001-.027l-22.773-22.773L.026%20261.028z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M261.261%20519.753v.025c.01%200%20.019.001.027.001%20142.191.001%20257.554-114.661%20258.724-256.577l-22.71%2022.713-22.916-22.916c-1.061%20116.822-96.025%20211.206-213.098%20211.206-.009%200-.018-.001-.027-.001l-22.773%2022.773%2022.773%2022.776z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M519.985%20258.751h.025c0-.01.001-.019.001-.027C520.012%20116.532%20405.35%201.17%20263.435%200l22.713%2022.71-22.916%2022.916c116.822%201.061%20211.206%2096.025%20211.206%20213.098%200%20.009-.001.018-.001.027l22.773%2022.773%2022.775-22.773z%22%2F%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%22780.018%22%20cy%3D%22259.89%22%20rx%3D%22260.006%22%20ry%3D%22259.889%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M778.762.027V0c-.009%200-.018%200-.027%200-142.191%200-257.553%20114.662-258.723%20256.577l22.71-22.712%2022.916%2022.916c1.06-116.822%2096.025-211.206%20213.098-211.206.009%200%20.018%200%20.027%200l22.774-22.773L778.762.027z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M520.038%20261.028h-.025c0%20.01-.001.019-.001.027%200%20142.191%20114.662%20257.553%20256.577%20258.723l-22.713-22.709%2022.916-22.916c-116.822-1.061-211.206-96.025-211.206-213.098%200-.009.001-.018.001-.027l-22.773-22.773-22.776%2022.773z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M781.272%20519.753v.025c.01%200%20.019%200%20.027%200%20142.191.002%20257.554-114.66%20258.724-256.576l-22.711%2022.713-22.916-22.916c-1.061%20116.822-96.025%20211.205-213.097%20211.205-.009%200-.018%200-.027%200l-22.773%2022.773%2022.773%2022.776z%22%2F%3E%3Cpath%20fill%3D%22%230B568D%22%20d%3D%22M1039.997%20258.751h.025c0-.01.002-.019.002-.027C1040.024%20116.532%20925.362%201.17%20783.446%200l22.713%2022.71-22.916%2022.916c116.822%201.061%20211.207%2096.025%20211.207%20213.098%200%20.009-.002.018-.002.027l22.773%2022.773%2022.776-22.773z%22%2F%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%221300.025%22%20cy%3D%22259.89%22%20rx%3D%22260.006%22%20ry%3D%22259.889%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M1298.77.027V0c-.009%200-.018%200-.027%200-142.191%200-257.553%20114.662-258.724%20256.577l22.71-22.712%2022.916%2022.916c1.06-116.822%2096.025-211.206%20213.098-211.206.009%200%20.018%200%20.027%200l22.774-22.773L1298.77.027z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M1040.045%20261.028h-.025c0%20.01-.001.019-.001.027%200%20142.191%20114.662%20257.553%20256.577%20258.723l-22.713-22.709%2022.916-22.916c-116.822-1.061-211.206-96.025-211.206-213.098%200-.009.001-.018.001-.027l-22.773-22.773-22.776%2022.773z%22%2F%3E%3Cpath%20fill%3D%22%230B568D%22%20d%3D%22M1301.28%20519.753v.025c.01%200%20.019%200%20.027%200%20142.191.002%20257.555-114.66%20258.725-256.576l-22.711%2022.713-22.916-22.916c-1.061%20116.822-96.025%20211.205-213.098%20211.205-.009%200-.018%200-.027%200l-22.773%2022.773%2022.773%2022.776z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M1560.004%20258.751h.025c0-.01.002-.019.002-.027C1560.032%20116.532%201445.37%201.17%201303.454%200l22.713%2022.71-22.916%2022.916c116.822%201.061%20211.207%2096.025%20211.207%20213.098%200%20.009-.002.018-.002.027l22.773%2022.773%2022.775-22.773z%22%2F%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%221820.037%22%20cy%3D%22259.89%22%20rx%3D%22260.006%22%20ry%3D%22259.89%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M1818.781.027V0c-.009%200-.018%200-.027%200-142.19%200-257.553%20114.662-258.723%20256.577l22.71-22.712%2022.915%2022.916c1.061-116.822%2096.025-211.206%20213.098-211.206.01%200%20.019%200%20.027%200l22.773-22.773L1818.781.027z%22%2F%3E%3Cpath%20fill%3D%22%230B568D%22%20d%3D%22M1560.056%20261.028h-.025c0%20.01%200%20.019%200%20.027%200%20142.191%20114.662%20257.553%20256.576%20258.724l-22.713-22.71%2022.916-22.916c-116.822-1.061-211.205-96.025-211.205-213.098%200-.009%200-.018%200-.027l-22.773-22.773-22.776%2022.773z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M1821.291%20519.753v.025c.01%200%20.02.001.027.001%20142.191.001%20257.555-114.661%20258.725-256.577l-22.711%2022.713-22.916-22.916c-1.061%20116.822-96.025%20211.206-213.098%20211.206-.008%200-.018-.001-.027-.001l-22.773%2022.773%2022.773%2022.776z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M2080.015%20258.751h.025c0-.01.002-.019.002-.027C2080.042%20116.532%201965.38%201.17%201823.464%200l22.713%2022.71-22.916%2022.916c116.822%201.061%20211.207%2096.025%20211.207%20213.098%200%20.009-.002.018-.002.027l22.773%2022.773%2022.776-22.773z%22%2F%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%222340.048%22%20cy%3D%22259.89%22%20rx%3D%22260.006%22%20ry%3D%22259.89%22%2F%3E%3Cpath%20fill%3D%22%230B568D%22%20d%3D%22M2338.792.027V0c-.009%200-.018%200-.027%200-142.19%200-257.553%20114.662-258.723%20256.577l22.71-22.712%2022.915%2022.916c1.061-116.822%2096.025-211.206%20213.098-211.206.01%200%20.019%200%20.027%200l22.773-22.773L2338.792.027z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M2080.068%20261.028h-.025c0%20.01%200%20.019%200%20.027%200%20142.191%20114.662%20257.553%20256.576%20258.724l-22.713-22.71%2022.916-22.916c-116.822-1.061-211.205-96.025-211.205-213.098%200-.009%200-.018%200-.027l-22.773-22.773-22.776%2022.773z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M2341.302%20519.753v.025c.01%200%20.02.001.027.001%20142.191.001%20257.555-114.661%20258.725-256.577l-22.711%2022.713-22.916-22.916c-1.061%20116.822-96.025%20211.206-213.098%20211.206-.008%200-.018-.001-.027-.001l-22.773%2022.773%2022.773%2022.776z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M2600.027%20258.751h.025c0-.01.002-.019.002-.027%200-142.191-114.662-257.554-256.578-258.724l22.713%2022.71-22.916%2022.916c116.822%201.061%20211.207%2096.025%20211.207%20213.098%200%20.009-.002.018-.002.027l22.773%2022.773%2022.776-22.773z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.circle-top-left {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22600%22%20height%3D%22600%22%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%22300%22%20cy%3D%22300%22%20rx%3D%22300%22%20ry%3D%22300%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M300%200C134.315%200%200%20134.314%200%20300c0%20165.685%20134.315%20300%20300%20300%20165.686%200%20300-134.315%20300-300C600%20134.314%20465.686%200%20300%200zm187.667%20489c-44.669%2043.192-125.026%2058.43-191.389%2058.331-68.919-.103-141.875-26.287-185.945-71.997-43.088-44.692-58.068-108.148-57.682-175.553.406-70.762%2020.437-142.683%2067.682-187.781%2043.757-41.769%20112.188-59.391%20177.729-59.391%2066.575%200%20145.267%2016.627%20191.605%2060.391%2048.531%2045.836%2058.329%20115.37%2057.749%20185.685-.541%2065.565-13.649%20145.741-59.749%20190.315z%22%2F%3E%3Cpath%20fill%3D%22%230C578E%22%20d%3D%22M298.551.031V0c-.01%200-.021%200-.031%200C134.458%200%201.35%20132.358%200%20296.176l26.204-26.217%2026.44%2026.452C53.867%20161.56%20163.439%2052.609%20298.521%2052.609c.01%200%20.021%200%20.031%200l26.277-26.288L298.551.031z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M.03%20301.313H.001c0%20.011-.001.021-.001.032C0%20465.48%20132.299%20598.646%20296.044%20599.999l-26.207-26.216%2026.441-26.452C161.486%20546.105%2052.584%20436.486%2052.584%20301.346c0-.013.001-.022.001-.032l-26.276-26.288L.03%20301.313z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M301.448%20599.969v.029c.012%200%20.022.001.031.001C465.542%20600%20598.65%20467.643%20600%20303.823l-26.203%2026.219-26.441-26.453c-1.224%20134.852-110.795%20243.802-245.876%20243.802-.01%200-.021-.001-.031-.001l-26.276%2026.287%2026.275%2026.292z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M599.971%20298.685h.027c0-.011.001-.021.001-.031C600%20134.517%20467.7%201.351%20303.957%200l26.207%2026.214-26.441%2026.454c134.791%201.224%20243.693%20110.844%20243.693%20245.986%200%20.011%200%20.021%200%20.031l26.274%2026.289%2026.281-26.289z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.circle-top-right {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22600%22%20height%3D%22600%22%3E%3Cellipse%20fill%3D%22%23FFF%22%20cx%3D%22300%22%20cy%3D%22300%22%20rx%3D%22300%22%20ry%3D%22300%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M300%200C134.315%200%200%20134.314%200%20300c0%20165.685%20134.315%20300%20300%20300%20165.686%200%20300-134.315%20300-300C600%20134.314%20465.686%200%20300%200zm187.667%20489c-44.669%2043.192-125.026%2058.43-191.389%2058.331-68.919-.103-141.875-26.287-185.945-71.997-43.088-44.692-58.068-108.148-57.682-175.553.406-70.762%2020.437-142.683%2067.682-187.781%2043.757-41.769%20112.188-59.391%20177.729-59.391%2066.575%200%20145.267%2016.627%20191.605%2060.391%2048.531%2045.836%2058.329%20115.37%2057.749%20185.685-.541%2065.565-13.649%20145.741-59.749%20190.315z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M298.551.031V0c-.01%200-.021%200-.031%200C134.458%200%201.35%20132.358%200%20296.176l26.204-26.217%2026.44%2026.452C53.867%20161.56%20163.439%2052.609%20298.521%2052.609c.01%200%20.021%200%20.031%200l26.277-26.288L298.551.031z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M.03%20301.313H.001c0%20.011-.001.021-.001.032C0%20465.48%20132.299%20598.646%20296.044%20599.999l-26.207-26.216%2026.441-26.452C161.486%20546.105%2052.584%20436.486%2052.584%20301.346c0-.013.001-.022.001-.032l-26.276-26.288L.03%20301.313z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M301.448%20599.969v.029c.012%200%20.022.001.031.001C465.542%20600%20598.65%20467.643%20600%20303.823l-26.203%2026.219-26.441-26.453c-1.224%20134.852-110.795%20243.802-245.876%20243.802-.01%200-.021-.001-.031-.001l-26.276%2026.287%2026.275%2026.292z%22%2F%3E%3Cpath%20fill%3D%22%230C578E%22%20d%3D%22M599.971%20298.685h.027c0-.011.001-.021.001-.031C600%20134.517%20467.7%201.351%20303.957%200l26.207%2026.214-26.441%2026.454c134.791%201.224%20243.693%20110.844%20243.693%20245.986%200%20.011%200%20.021%200%20.031l26.274%2026.289%2026.281-26.289z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.close-icon-focus {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%20%2B%20Shape%20Copy%203%3C%2Ftitle%3E%3Cg%20fill%3D%22%23333%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.63.86L.302%2014.186c-.225.225-.194.621.07.885.263.264.66.295.885.07L14.584%201.813c.225-.225.194-.621-.07-.885-.263-.264-.66-.295-.885-.07z%22%2F%3E%3Cpath%20d%3D%22M14.584%2014.186L1.258.86C1.033.634.636.665.372.929c-.263.264-.294.66-.069.885L13.63%2015.14c.226.226.622.195.886-.069.263-.264.294-.66.069-.885z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.close-icon-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%20%2B%20Shape%20Copy%202%3C%2Ftitle%3E%3Cg%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.63.86L.302%2014.186c-.225.225-.194.621.07.885.263.264.66.295.885.07L14.584%201.813c.225-.225.194-.621-.07-.885-.263-.264-.66-.295-.885-.07z%22%2F%3E%3Cpath%20d%3D%22M14.584%2014.186L1.258.86C1.033.634.636.665.372.929c-.263.264-.294.66-.069.885L13.63%2015.14c.226.226.622.195.886-.069.263-.264.294-.66.069-.885z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.close-icon {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%20%2B%20Shape%20Copy%3C%2Ftitle%3E%3Cg%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.63.86L.302%2014.186c-.225.225-.194.621.07.885.263.264.66.295.885.07L14.584%201.813c.225-.225.194-.621-.07-.885-.263-.264-.66-.295-.885-.07z%22%2F%3E%3Cpath%20d%3D%22M14.584%2014.186L1.258.86C1.033.634.636.665.372.929c-.263.264-.294.66-.069.885L13.63%2015.14c.226.226.622.195.886-.069.263-.264.294-.66.069-.885z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.facebook-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3EPage%201%3C%2Ftitle%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%20.013h31.987V32H0V.013z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M30.222%2032c.975%200%201.765-.79%201.765-1.765V1.778c0-.975-.79-1.765-1.765-1.765H1.765C.79.013%200%20.803%200%201.778v28.457C0%2031.209.79%2032%201.765%2032h28.457z%22%20fill%3D%22%233B5998%22%20mask%3D%22url%28%23b%29%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M22.07%2032V19.613h4.159l.622-4.828h-4.78v-3.082c0-1.398.388-2.35%202.392-2.35l2.556-.001V5.034c-.442-.059-1.96-.19-3.725-.19-3.685%200-6.209%202.25-6.209%206.381v3.56h-4.168v4.828h4.168V32h4.986z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-ae {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Evereinigte-emirate%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23579A0A%22%20d%3D%22M10%200h32v10H10z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h10v30H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10%2010h32v10H10z%22%2F%3E%3Cpath%20fill%3D%22%23020304%22%20d%3D%22M10%2020h32v10H10z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-ar {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eargentinien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%2318A8DD%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%2318A8DD%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3Ccircle%20stroke%3D%22%23F5A623%22%20stroke-width%3D%222%22%20cx%3D%2221%22%20cy%3D%2215%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-au {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eaustralien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h42v30H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h21v15H0z%22%2F%3E%3Cpath%20d%3D%22M12.247%207.665c.491-.083.963-.148%201.228-.148C19.983%203.178%2021%202.5%2021%202.5V0s-.33%200-.783%200c-4.72%203.147-7.841%205.075-9.287%205.947C10.526%205.646%208.304%204.014%202.283%200%201.83%200%200%200%200%200v1.5s3.07%202.046%208.596%205.73c-.484.151-.882.253-1.07.253C1.015%2011.822%200%2012.5%200%2012.5V15s.33%200%20.783%200c4.38-2.92%207.807-5.214%209.668-6.461L11%209.5s1.48%201.009%208.217%205.5C19.67%2015%2021%2015%2021%2015v-1.5s-3.295-2.197-8.753-5.835z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M9.75%207.5l.75-.5v1L0%2015v-1l9.75-6.5.75.5V7L0%200v1l9.75%206.5zm1.5%200l-.75.5V7L21%200v1l-9.75%206.5-.75-.5v1L21%2015v-1l-9.75-6.5z%22%20fill%3D%22%23F32318%22%2F%3E%3Cpath%20d%3D%22M12%206V0H9v6H0v3h9v6h3V9h9V6h-9z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M9.5%206.5H0v2h9.5V15h2V8.5H21v-2h-9.5V0h-2v6.5z%22%20fill%3D%22%23F32318%22%2F%3E%3Cpath%20d%3D%22M11%2026a3%203%200%201%200%200-6%203%203%200%200%200%200%206zM31%207a2%202%200%201%200%200-4%202%202%200%200%200%200%204zm0%2018a2%202%200%201%200%200-4%202%202%200%200%200%200%204zm7-14a2%202%200%201%200%200-4%202%202%200%200%200%200%204zm-11.824%203a2%202%200%201%200%200-4%202%202%200%200%200%200%204zM34%2016a2%202%200%201%200%200-4%202%202%200%200%200%200%204z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-be {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ebelgien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23020304%22%20d%3D%22M0%200h14v30H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M28%200h14v30H28z%22%2F%3E%3Cpath%20fill%3D%22%23FFDF00%22%20d%3D%22M14%200h14v30H14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-bg {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ebulgarien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23579A0A%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-br {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ebrasilien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23579A0A%22%20d%3D%22M0%200h42v30H0z%22%2F%3E%3Cpath%20d%3D%22M21%203l18%2012-18%2012L3%2015%2021%203z%22%20fill%3D%22%23FFDF00%22%2F%3E%3Ccircle%20fill%3D%22%230E63AC%22%20cx%3D%2221%22%20cy%3D%2215%22%20r%3D%227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-ca {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ekanada%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h10v30H0zM32%200h10v30H32z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M10%200h22v30H10z%22%2F%3E%3Cpath%20d%3D%22M20.794%207.896l1.23%202.293c.139.25.389.226.639.087l.89-.46-.663%203.52c-.14.644.308.644.528.366l1.554-1.739.252.883c.029.116.157.238.349.209l1.964-.413-.516%201.875c-.11.418-.197.59.111.7l.7.33-3.38%202.746a.443.443%200%200%200-.155.46l.296.97c-1.164-.133-2.207-.335-3.371-.46-.103-.01-.275.159-.275.278l.155%203.558h-.566l.089-3.55c0-.12-.156-.297-.259-.286-1.164.125-2.207.327-3.371.46l.295-.97a.443.443%200%200%200-.153-.46l-3.381-2.746.7-.33c.308-.11.222-.282.111-.7l-.516-1.875%201.964.413c.192.029.32-.093.35-.209l.251-.883%201.554%201.739c.22.278.668.278.528-.365l-.663-3.522.89.46c.25.14.5.163.64-.086%22%20fill%3D%22%23F32318%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-cl {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Echile%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h42v15H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2015h42v15H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h14v15H0z%22%2F%3E%3Cpath%20d%3D%22M6.903%202l1.158%203.539h3.746l-3.03%202.187%201.157%203.538-3.03-2.187-3.031%202.187L5.03%207.726%202%205.539h3.746L6.903%202z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-cn {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Echina%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h42v30H0z%22%2F%3E%3Cpath%20d%3D%22M8.263%203.396L9.42%206.934h3.746l-3.03%202.187%201.157%203.539-3.03-2.187-3.03%202.187L6.39%209.121%203.36%206.934h3.745l1.158-3.538zM13.5%201l.59%201.804H16L14.455%203.92l.59%201.804L13.5%204.608l-1.545%201.115.59-1.804L11%202.804h1.91L13.5%201zM18.5%204l.59%201.804H21L19.455%206.92l.59%201.804L18.5%207.608l-1.545%201.115.59-1.804L16%205.804h1.91L18.5%204zM18.5%209l.59%201.804H21l-1.545%201.115.59%201.804-1.545-1.115-1.545%201.115.59-1.804L16%2010.804h1.91L18.5%209zM13.5%2012l.59%201.804H16l-1.545%201.115.59%201.804-1.545-1.115-1.545%201.115.59-1.804L11%2013.804h1.91L13.5%2012z%22%20fill%3D%22%23FFDF00%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-cz {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Etschechien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h42v15H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2015h42v15H0z%22%2F%3E%3Cpath%20d%3D%22M0%200l22%2015L0%2030V0z%22%20fill%3D%22%230E63AC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-de {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Edeutschland%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23020304%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFDF00%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-es {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Espanien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h42v8H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFDF00%22%20d%3D%22M0%208h42v14H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2022h42v8H0z%22%2F%3E%3Ccircle%20fill%3D%22%23F32318%22%20cx%3D%2213%22%20cy%3D%2215%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-fi {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221800%22%20height%3D%221100%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h1800v1100H0z%22%2F%3E%3Cpath%20fill%3D%22%23003580%22%20d%3D%22M0%20400h1800v300H0z%22%2F%3E%3Cpath%20fill%3D%22%23003580%22%20d%3D%22M500%200h300v1100H500z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-fr {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Efrankreich%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h14v30H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M28%200h14v30H28z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14%200h14v30H14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-gb {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Egb%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h42v30H0z%22%2F%3E%3Cpath%20d%3D%22M24.494%2015.33c.982-.166%201.926-.296%202.455-.296C39.966%206.356%2042%205%2042%205V0s-.66%200-1.565%200c-9.44%206.293-15.684%2010.15-18.576%2011.894C21.052%2011.292%2016.61%208.03%204.565%200%203.66%200%200%200%200%200v3s6.139%204.093%2017.191%2011.46c-.967.302-1.763.506-2.14.506C2.034%2023.644%200%2025%200%2025v5s.66%200%201.565%200c8.761-5.84%2015.614-10.428%2019.337-12.922L22%2019s2.962%202.018%2016.435%2011C39.34%2030%2042%2030%2042%2030v-3s-6.59-4.394-17.506-11.67z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M21%2015v1L0%2030v-2l19.5-13L0%202V0l21%2014v1zm0%200v-1L42%200v2L22.5%2015%2042%2028v2L21%2016v-1z%22%20fill%3D%22%23F32318%22%2F%3E%3Cpath%20d%3D%22M24%2012V0h-6v12H0v6h18v12h6V18h18v-6H24z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M19%2013H0v4h19v13h4V17h19v-4H23V0h-4v13z%22%20fill%3D%22%23F32318%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-gr {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Egriechenland%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%203h42v3H0zM0%209h42v3H0zM0%2015h42v3H0zM0%2021h42v3H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h42v3H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h21v15H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%206h42v3H0zM0%2012h42v3H0zM0%2018h42v3H0zM0%2024h42v3H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%206h21v3H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9%200h3v15H9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-hu {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eungarn%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23579A0A%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-il {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eisrael%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h42v6H0zM0%2024h42v6H0z%22%2F%3E%3Cpath%20d%3D%22M20.5%208L27%2019H14l6.5-11z%22%20stroke%3D%22%230E63AC%22%2F%3E%3Cpath%20d%3D%22M20.5%2022L27%2011H14l6.5%2011z%22%20stroke%3D%22%230E63AC%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-in {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eindien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F6A623%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23579A0A%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3Ccircle%20stroke%3D%22%230E63AC%22%20stroke-width%3D%222%22%20cx%3D%2221%22%20cy%3D%2215%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-it {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eitalien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23579A0A%22%20d%3D%22M0%200h14v30H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M28%200h14v30H28z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14%200h14v30H14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-jp {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ejapan%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h42v30H0z%22%2F%3E%3Ccircle%20fill%3D%22%23F32318%22%20cx%3D%2221%22%20cy%3D%2215%22%20r%3D%227%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-kp {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2272%22%20height%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ekorea%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h72v48H0z%22%2F%3E%3Cpath%20d%3D%22M12.703%2015.68l6.656-9.985-1.664-1.11-6.657%209.985%201.665%201.11zm2.496%201.664l6.656-9.985-1.664-1.11-6.656%209.985%201.664%201.11zm2.496%201.664l6.656-9.985-1.664-1.11-6.656%209.985%201.664%201.11zM49.313%2040.086l6.656-9.984-1.664-1.11-6.656%209.985%201.664%201.11zm2.496%201.664l6.656-9.984-1.664-1.11-6.656%209.985%201.664%201.11zm2.496%201.665l6.657-9.985-1.665-1.11-6.656%209.985%201.664%201.11z%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M49.868%2033.846l8.32%205.547.555-.832-8.32-5.547-.555.832z%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20fill%3D%22%23F32318%22%20transform%3D%22rotate%28-56.31%2036%2024%29%22%20cx%3D%2236%22%20cy%3D%2224%22%20r%3D%2212%22%2F%3E%3Cpath%20d%3D%22M26.015%2017.344A6%206%200%201%200%2036%2024a6%206%200%201%201%209.985%206.656c-3.677%205.515-11.127%207.005-16.641%203.329-5.515-3.677-7.005-11.127-3.329-16.641z%22%20fill%3D%22%230E63AC%22%2F%3E%3Cpath%20d%3D%22M19.359%2042.305l-6.656-9.984-1.665%201.109%206.657%209.985%201.664-1.11zm2.496-1.664L15.2%2030.656l-1.664%201.11%206.656%209.984%201.664-1.109zm2.496-1.664l-6.656-9.985-1.664%201.11%206.656%209.984%201.664-1.11zM55.97%2017.898l-6.656-9.984-1.664%201.11%206.656%209.984%201.664-1.11zm2.496-1.664L51.81%206.25l-1.664%201.109%206.656%209.985%201.664-1.11zm2.497-1.664l-6.657-9.985-1.664%201.11%206.656%209.984%201.665-1.109z%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M16.724%2037.451l2.496-1.664-.554-.832-2.497%201.664.555.832zm33.698-22.465l2.912-1.941-.554-.832-2.912%201.941.554.832zm5.409-3.605l2.496-1.665-.555-.832-2.496%201.665.555.832z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-kr {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2272%22%20height%3D%2248%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ekorea%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h72v48H0z%22%2F%3E%3Cpath%20d%3D%22M12.703%2015.68l6.656-9.985-1.664-1.11-6.657%209.985%201.665%201.11zm2.496%201.664l6.656-9.985-1.664-1.11-6.656%209.985%201.664%201.11zm2.496%201.664l6.656-9.985-1.664-1.11-6.656%209.985%201.664%201.11zM49.313%2040.086l6.656-9.984-1.664-1.11-6.656%209.985%201.664%201.11zm2.496%201.664l6.656-9.984-1.664-1.11-6.656%209.985%201.664%201.11zm2.496%201.665l6.657-9.985-1.665-1.11-6.656%209.985%201.664%201.11z%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M49.868%2033.846l8.32%205.547.555-.832-8.32-5.547-.555.832z%22%20fill%3D%22%23FFF%22%2F%3E%3Ccircle%20fill%3D%22%23F32318%22%20transform%3D%22rotate%28-56.31%2036%2024%29%22%20cx%3D%2236%22%20cy%3D%2224%22%20r%3D%2212%22%2F%3E%3Cpath%20d%3D%22M26.015%2017.344A6%206%200%201%200%2036%2024a6%206%200%201%201%209.985%206.656c-3.677%205.515-11.127%207.005-16.641%203.329-5.515-3.677-7.005-11.127-3.329-16.641z%22%20fill%3D%22%230E63AC%22%2F%3E%3Cpath%20d%3D%22M19.359%2042.305l-6.656-9.984-1.665%201.109%206.657%209.985%201.664-1.11zm2.496-1.664L15.2%2030.656l-1.664%201.11%206.656%209.984%201.664-1.109zm2.496-1.664l-6.656-9.985-1.664%201.11%206.656%209.984%201.664-1.11zM55.97%2017.898l-6.656-9.984-1.664%201.11%206.656%209.984%201.664-1.11zm2.496-1.664L51.81%206.25l-1.664%201.109%206.656%209.985%201.664-1.11zm2.497-1.664l-6.657-9.985-1.664%201.11%206.656%209.984%201.665-1.109z%22%20fill%3D%22%23000%22%2F%3E%3Cpath%20d%3D%22M16.724%2037.451l2.496-1.664-.554-.832-2.497%201.664.555.832zm33.698-22.465l2.912-1.941-.554-.832-2.912%201.941.554.832zm5.409-3.605l2.496-1.665-.555-.832-2.496%201.665.555.832z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-lu {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eluxemburg%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%2318A8DD%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-nl {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eniederlande%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-pe {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eperu%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h14v30H0zM28%200h14v30H28z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14%200h14v30H14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-pl {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Epolen%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h42v15H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2015h42v15H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-pt {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eportugal%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23579A0A%22%20d%3D%22M0%200h14v30H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M14%200h28v30H14z%22%2F%3E%3Ccircle%20fill%3D%22%23FFDF00%22%20cx%3D%2213%22%20cy%3D%2215%22%20r%3D%225%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-ro {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Erum%C3%A4nien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h14v30H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M28%200h14v30H28z%22%2F%3E%3Cpath%20fill%3D%22%23FFDF00%22%20d%3D%22M14%200h14v30H14z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-se {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221600%22%20height%3D%221000%22%20viewBox%3D%220%200%2016%2010%22%3E%3Cpath%20fill%3D%22%23006aa7%22%20d%3D%22M0%200h16v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23fecc00%22%20d%3D%22M5%200h2v10H5z%22%2F%3E%3Cpath%20fill%3D%22%23fecc00%22%20d%3D%22M0%204h16v2H0z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-si {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eslowenien%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2020h42v10H0z%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M10.524%2010.084C10%207.812%2010%205.504%2010%205.504s2.618-.713%204-.713c1.285%200%204%20.713%204%20.713s0%202.31-.524%204.581c-2.865%200-3.476%200-6.952-.001z%22%20fill%3D%22%230E63AC%22%2F%3E%3Cpath%20d%3D%22M10%2010c2.923.16%204.21%200%208%200-.575%202.02-1.642%204-4%204-2.265%200-3.42-1.997-4-4z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-th {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Ethailand%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200h42v30H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h42v4H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%2010h42v10H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2026h42v4H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-tr {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2230%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Et%C3%BCrkei%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%200h42v30H0z%22%20fill%3D%22%23F32318%22%2F%3E%3Ccircle%20fill%3D%22%23FFF%22%20cx%3D%2215%22%20cy%3D%2215%22%20r%3D%227%22%2F%3E%3Cellipse%20fill%3D%22%23F32318%22%20cx%3D%2217.75%22%20cy%3D%2215%22%20rx%3D%225.75%22%20ry%3D%225.5%22%2F%3E%3Cpath%20d%3D%22M21.064%209.554l2.034%203.118%203.618-.97-2.361%202.897%202.034%203.119-3.494-1.328-2.36%202.896.201-3.717-3.493-1.328%203.618-.97.203-3.717z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-us {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eusa%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%203h42v3H0zM0%209h42v3H0zM0%2015h42v3H0zM0%2021h42v3H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%200h42v3H0zM0%206h42v3H0zM0%2012h42v3H0z%22%2F%3E%3Cpath%20fill%3D%22%230E63AC%22%20d%3D%22M0%200h21v15H0z%22%2F%3E%3Cpath%20fill%3D%22%23F32318%22%20d%3D%22M0%2018h42v3H0zM0%2024h42v3H0z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.flag-za {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2242%22%20height%3D%2228%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3Es%C3%BCdafrika%3C%2Ftitle%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h42v28H0V0z%22%2F%3E%3Cpath%20id%3D%22c%22%20d%3D%22M0%200l21%2014L0%2028%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M0%2023.333V28h42V0L0%2023.333z%22%20fill%3D%22%230E63AC%22%20mask%3D%22url%28%23b%29%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20mask%3D%22url%28%23b%29%22%20d%3D%22M0%204.667h14v18.667H0z%22%2F%3E%3Cpath%20d%3D%22M0%200v4.667L13.877%2014H42V0H0z%22%20fill%3D%22%23F32318%22%20mask%3D%22url%28%23b%29%22%2F%3E%3Cpath%20d%3D%22M-2.589%203.883l21%2014v-7.766l-21%2014%205.178%207.766%2021-14L29.413%2014l-5.824-3.883-21-14-5.178%207.766zM21%2018.667h21V9.333H21v9.334z%22%20fill%3D%22%23FFF%22%20mask%3D%22url%28%23b%29%22%2F%3E%3Cg%20mask%3D%22url%28%23b%29%22%3E%3Cmask%20id%3D%22d%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23c%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M.078%208.55l21%2014v-7.766l-21%2014%205.177%207.766%2021-14%205.825-3.883-5.825-3.883-21-14L.078%208.55z%22%20transform%3D%22translate%28-2.667%20-4.667%29%22%20mask%3D%22url%28%23d%29%22%20fill%3D%22%23FFDF00%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M-1.553%202.33l21%2014v-4.66l-21%2014%203.106%204.66%2021-14L26.048%2014l-3.495-2.33-21-14-3.106%204.66zM21%2016.8h21v-5.6H21v5.6z%22%20fill%3D%22%2357990A%22%20mask%3D%22url%28%23b%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.googleplus-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3Ebutton%20%2B%20logo_google_plus_32px_clr%20copy%3C%2Ftitle%3E%3Cdefs%3E%3Crect%20id%3D%22a%22%20width%3D%2232%22%20height%3D%2232%22%20rx%3D%222%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22%23DC4E41%22%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M12.8%2015.2v1.92h3.176c-.128.824-.96%202.416-3.176%202.416-1.912%200-3.472-1.584-3.472-3.536s1.56-3.536%203.472-3.536c1.088%200%201.816.464%202.232.864l1.52-1.464c-.976-.912-2.24-1.464-3.752-1.464A5.596%205.596%200%200%200%207.2%2016c0%203.096%202.504%205.6%205.6%205.6%203.232%200%205.376-2.272%205.376-5.472%200-.368-.04-.648-.088-.928H12.8z%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M12.8%2015.296h5.288c.056.264.088.544.088.88v-.056c0-.368-.04-.648-.088-.928H12.8v.104zm0-4.8c1.48%200%202.728.536%203.688%201.416l.056-.056c-.968-.904-2.232-1.456-3.744-1.456A5.596%205.596%200%200%200%207.2%2016v.048c.032-3.064%202.528-5.552%205.6-5.552zm0%209.136c2.216%200%203.048-1.584%203.176-2.416h-.024c-.176.848-1.016%202.312-3.152%202.312-1.896%200-3.44-1.56-3.464-3.48%200%20.016-.008.032-.008.048%200%201.952%201.56%203.536%203.472%203.536z%22%20opacity%3D%22.4%22%20fill%3D%22%23FFF%22%2F%3E%3Cg%20fill%3D%22%233E2723%22%20opacity%3D%22.1%22%3E%3Cpath%20d%3D%22M12.8%2012.464c-1.912%200-3.472%201.584-3.472%203.536%200%20.016.008.032.008.048.024-1.928%201.568-3.48%203.464-3.48%201.088%200%201.816.464%202.232.864l1.52-1.464c-.016-.016-.04-.032-.056-.048l-1.464%201.416c-.416-.4-1.144-.872-2.232-.872zm0%204.656v.096h3.152c.008-.032.016-.072.024-.096H12.8z%22%2F%3E%3Cpath%20d%3D%22M12.8%2021.6a5.606%205.606%200%200%201-5.6-5.552v.048c0%203.096%202.504%205.6%205.6%205.6%203.232%200%205.376-2.272%205.376-5.472v-.048c-.024%203.176-2.16%205.424-5.376%205.424z%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M24.8%2015.2h-1.6v-1.6h-1.6v1.6H20v1.6h1.6v1.6h1.6v-1.6h1.6%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M23.2%2015.2h1.6v.096h-1.6V15.2zm-1.6-1.6h1.6v.096h-1.6V13.6zM20%2015.2h1.6v.096H20V15.2z%22%20opacity%3D%22.4%22%20fill%3D%22%23FFF%22%2F%3E%3Cpath%20d%3D%22M20%2016.8h1.6v.096H20V16.8zm3.2%200h1.6v.096h-1.6V16.8zm-1.6%201.6h1.6v.096h-1.6V18.4z%22%20opacity%3D%22.1%22%20fill%3D%22%233E2723%22%2F%3E%3Cpath%20d%3D%22M3.2%203.2h25.6v25.6H3.2V3.2z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.gradient-t-w {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2280%22%20height%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ERectangle%20864%3C%2Ftitle%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%25%22%20y1%3D%2250%25%22%20y2%3D%2250%25%22%20id%3D%22a%22%3E%3Cstop%20stop-color%3D%22%23FFF%22%20stop-opacity%3D%220%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23FFF%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%200h80v1H0z%22%20fill%3D%22url%28%23a%29%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.gradient-w-t {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2280%22%20height%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3ERectangle%20864%3C%2Ftitle%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%220%25%22%20y1%3D%2250%25%22%20y2%3D%2250%25%22%20id%3D%22a%22%3E%3Cstop%20stop-color%3D%22%23FFF%22%20stop-opacity%3D%220%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23FFF%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20transform%3D%22rotate%28-180%2040%20.5%29%22%20d%3D%22M0%200h80v1H0z%22%20fill%3D%22url%28%23a%29%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.herostage-gradient {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%221%22%20height%3D%22100%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eherostage-gradient%3C%2Ftitle%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%2250%25%22%20y1%3D%220%25%22%20x2%3D%2250%25%22%20y2%3D%22100%25%22%20id%3D%22a%22%3E%3Cstop%20stop-color%3D%22%23EEE%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23EEE%22%20stop-opacity%3D%220%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M0%200h1v100H0z%22%20fill%3D%22url%28%23a%29%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-doc {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.doc%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%233C6CB6%22%2F%3E%3Cpath%20d%3D%22M10%20.99c0-.546.323-.667.712-.278l4.576%204.576c.393.393.261.712-.279.712h-4.018A.996.996%200%200%201%2010%205.01V.99z%22%20fill%3D%22%232A5095%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2%2010h9v1H2zM2%2012h9v1H2zM2%2014h6v1H2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-download {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2214%22%20height%3D%2213%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPage%201%20Copy%204%3C%2Ftitle%3E%3Cpath%20d%3D%22M11%207v1h2v4H1V8h2V7H0v6h14V7h-3zM5%200v4H2l5%206%205-6H9V0H5z%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-emptydoc {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.emptydoc%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%23DDD%22%2F%3E%3Cpath%20d%3D%22M10%20.99c0-.546.323-.667.712-.278l4.576%204.576c.393.393.261.712-.279.712h-4.018A.996.996%200%200%201%2010%205.01V.99z%22%20fill%3D%22%23999%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-exe {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.exe%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%2365757A%22%2F%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%23D72F7E%22%2F%3E%3Cpath%20d%3D%22M10%20.99c0-.546.323-.667.712-.278l4.576%204.576c.393.393.261.712-.279.712h-4.018A.996.996%200%200%201%2010%205.01V.99z%22%20fill%3D%22%23A91C54%22%2F%3E%3Cpath%20d%3D%22M10.499%2011.625H9.245a3.148%203.148%200%200%200-.307-.679l.831-.833a.497.497%200%200%200%200-.706l-.353-.353a.5.5%200%200%200-.706%200l-.846.844a3.018%203.018%200%200%200-.74-.298V8.501a.502.502%200%200%200-.5-.501h-.499a.501.501%200%200%200-.499.501V9.6a2.921%202.921%200%200%200-.805.337l-.708-.707a.501.501%200%200%200-.707%200l-.354.352a.502.502%200%200%200%20.001.708l.721.722a2.99%202.99%200%200%200-.332.863h-.941a.5.5%200%200%200-.501.502v.497a.5.5%200%200%200%20.501.5h1.005c.091.302.228.58.404.832l-.68.68a.504.504%200%200%200-.001.709l.353.353a.502.502%200%200%200%20.708-.002l.76-.757c.255.125.533.217.826.266V16.5c0%20.276.222.5.499.5h.5a.5.5%200%200%200%20.499-.5v-1.174a2.88%202.88%200%200%200%20.707-.362l.805.806a.498.498%200%200%200%20.708%200l.353-.352a.498.498%200%200%200-.002-.708l-.882-.883c.109-.221.193-.454.245-.701h1.191a.502.502%200%200%200%20.501-.501v-.5a.502.502%200%200%200-.501-.5zM6.376%2013.75a1.25%201.25%200%201%201-.001-2.499%201.25%201.25%200%200%201%20.001%202.499z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-message {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2213%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EPage%201%20Copy%202%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2015h13V0H0v15zm2-8h4V2H2v5zm5-2h4V4H7v1zm0-2h4V2H7v1zm0%204h4V6H7v1zM2%209h9V8H2v1zm0%202h9v-1H2v1zm0%202h9v-1H2v1zM1%201h11v13H1V1z%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-page {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2215%22%20height%3D%2215%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EFill%201%20Copy%202%3C%2Ftitle%3E%3Cpath%20d%3D%22M12.002%206.977a9.77%209.77%200%200%200-.506-2.641c.409-.207.79-.448%201.14-.715a6.403%206.403%200%200%201%201.283%203.356h-1.917zm-.494%203.686a9.811%209.811%200%200%200%20.496-2.63h1.915a6.401%206.401%200%200%201-1.274%203.346%207.56%207.56%200%200%200-1.137-.716zm-.4.983c.297.156.574.333.83.523A6.433%206.433%200%200%201%209.9%2013.483a7.897%207.897%200%200%200%201.208-1.837zm-7.216%200A7.928%207.928%200%200%200%205.1%2013.484a6.468%206.468%200%200%201-2.038-1.316c.256-.189.532-.366.83-.522zm-.896-3.612a9.77%209.77%200%200%200%20.497%202.629%207.497%207.497%200%200%200-1.138.716%206.4%206.4%200%200%201-1.274-3.345h1.915zm.509-3.698a9.73%209.73%200%200%200-.507%202.64H1.081a6.406%206.406%200%200%201%201.282-3.355c.351.267.732.508%201.142.715zm.402-.98a6.492%206.492%200%200%201-.835-.523%206.433%206.433%200%200%201%202.06-1.317%207.903%207.903%200%200%200-1.225%201.84zm5.96-1.84c.77.305%201.469.755%202.061%201.317-.258.19-.538.366-.836.523a7.834%207.834%200%200%200-1.225-1.84zM8.03%204.188V1.302c.844.56%201.57%201.417%202.09%202.473a7.902%207.902%200%200%201-2.09.413zm0%202.789v-1.73c.88-.049%201.72-.218%202.493-.492.229.689.376%201.435.423%202.222H8.029zm0%202.768V8.034h2.917a8.579%208.579%200%200%201-.413%202.209%208.973%208.973%200%200%200-2.504-.498zm0%201.06a7.876%207.876%200%200%201%202.107.42c-.52%201.071-1.255%201.943-2.107%202.508v-2.928zm-1.057%200v2.927c-.854-.566-1.588-1.436-2.108-2.506a7.877%207.877%200%200%201%202.108-.421zm0-2.771v1.71a8.98%208.98%200%200%200-2.505.499%208.574%208.574%200%200%201-.413-2.21h2.918zm0-2.786v1.729H4.054a8.645%208.645%200%200%201%20.424-2.222%208.988%208.988%200%200%200%202.494.493zm0-1.06a7.902%207.902%200%200%201-2.09-.412C5.4%202.719%206.127%201.86%206.971%201.302v2.886zM7.499.006a7.5%207.5%200%201%200%20.001%2015%207.5%207.5%200%200%200%200-15z%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-pdf {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.pdf%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%23E34019%22%2F%3E%3Cpath%20d%3D%22M10%20.99c0-.546.323-.667.712-.278l4.576%204.576c.393.393.261.712-.279.712h-4.018A.996.996%200%200%201%2010%205.01V.99z%22%20fill%3D%22%23C32D11%22%2F%3E%3Cpath%20d%3D%22M6.25%207.325l-.483.317c-.112.193-.324.822.483%203.092-.186.476-.346%201.508-1.39%203.143l-.044.127c-1.126.353-2.303.742-2.672%201.146-.198.218-.323.806-.295%201.014.014.108.247.403.295.47v-.346l.194.236c.096.117.305.586.544.592.32.01.646-.567%201.184-1.158.242-.265.42.178.75-.256l.578-.789c1.183-.346%201.749.083%202.873.54.295.417.722.275%201.317.84l.21-.19c-.002-.004-.175-.23-.433-.65.922.553%201.363%201.107%201.425%201.18-.097.041-.593-.133-.858-.387l-.136-.082-.19.202c.312.473.622.725.928.75.208.016.402-.073.609-.299a.619.619%200%200%200%20.175-.474c-.022-.269-.168-1.137-.528-1.43-.452-.372-1.024-.593-1.855-.909-.154-.314-.51-.38-.664-.763-.277-.693-.789-1.978-1.149-3.178l.122.023c.016-.038.699-.919.688-1.54-.003-.332.325-1.235%200-1.535-.088-.081-.918-.007-1.025%200a.993.993%200%200%200-.653.314zm.527%204.118l.046.12c.387%201.029.66%201.761.936%202.346a5.321%205.321%200%200%200-1.148-.175%204.653%204.653%200%200%200-.935.062c.565-.945.912-1.81%201.101-2.353zM6.74%207.687c.073.206.173.692.212%201.795-.194-.741-.298-1.4-.212-1.795zm-2.803%207.46a5.693%205.693%200%200%201-.181.209c-.622.681-1.044.868-1.217.918-.007-.037.022-.136.168-.297.203-.224.62-.538%201.23-.83z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-up2 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.up2%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%2365757A%22%2F%3E%3Cpath%20d%3D%22M10%20.99c0-.546.323-.667.712-.278l4.576%204.576c.393.393.261.712-.279.712h-4.018A.996.996%200%200%201%2010%205.01V.99z%22%20fill%3D%22%2332444A%22%2F%3E%3Cpath%20d%3D%22M10.499%2011.625H9.245a3.148%203.148%200%200%200-.307-.679l.831-.833a.497.497%200%200%200%200-.706l-.353-.353a.5.5%200%200%200-.706%200l-.846.844a3.018%203.018%200%200%200-.74-.298V8.501a.502.502%200%200%200-.5-.501h-.499a.501.501%200%200%200-.499.501V9.6a2.921%202.921%200%200%200-.805.337l-.708-.707a.501.501%200%200%200-.707%200l-.354.352a.502.502%200%200%200%20.001.708l.721.722a2.99%202.99%200%200%200-.332.863h-.941a.5.5%200%200%200-.501.502v.497a.5.5%200%200%200%20.501.5h1.005c.091.302.228.58.404.832l-.68.68a.504.504%200%200%200-.001.709l.353.353a.502.502%200%200%200%20.708-.002l.76-.757c.255.125.533.217.826.266V16.5c0%20.276.222.5.499.5h.5a.5.5%200%200%200%20.499-.5v-1.174a2.88%202.88%200%200%200%20.707-.362l.805.806a.498.498%200%200%200%20.708%200l.353-.352a.498.498%200%200%200-.002-.708l-.882-.883c.109-.221.193-.454.245-.701h1.191a.502.502%200%200%200%20.501-.501v-.5a.502.502%200%200%200-.501-.5zM6.376%2013.75a1.25%201.25%200%201%201-.001-2.499%201.25%201.25%200%200%201%20.001%202.499z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-xls {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.xls%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%23148A4F%22%2F%3E%3Cpath%20d%3D%22M10%20.99c0-.546.323-.667.712-.278l4.576%204.576c.393.393.261.712-.279.712h-4.018A.996.996%200%200%201%2010%205.01V.99z%22%20fill%3D%22%230D6837%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M2%2010h10v1H2zM2%2014h10v1H2zM2%2012h10v1H2z%22%2F%3E%3Cpath%20d%3D%22M2%2010h1v7H2zM5%2010h1v7H5zM11%2010h1v7h-1z%22%2F%3E%3Cpath%20d%3D%22M2%2016h10v1H2z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon-zip {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon.zip%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8%209h5v6H8z%22%2F%3E%3Cpath%20d%3D%22M0%20.992C0%20.444.45%200%20.991%200H9.6L16%206.316v12.678c0%20.555-.445%201.006-1%201.006H1c-.552%200-1-.455-1-.992V.992z%22%20fill%3D%22%23FF9511%22%2F%3E%3Cpath%20d%3D%22M10%20.99c0-.546.323-.667.712-.278l4.576%204.576c.393.393.261.712-.279.712h-4.018A.996.996%200%200%201%2010%205.01V.99z%22%20fill%3D%22%23E97E00%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%200h1v1H4zM4%2010h1v1H4z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%2010h1v1H4zM5%2015h1v1H5zM5%2019h1v1H5zM4%2014h1v1H4zM4%2016h1v1H4zM5%2017h1v1H5zM4%2012h1v1H4zM5%2013h1v1H5zM4%2018h1v1H4zM5%2011h1v1H5z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%2016h1v1H4zM5%2017h1v1H5zM4%200h1v1H4zM5%205h1v1H5zM5%209h1v1H5zM4%204h1v1H4zM4%206h1v1H4zM5%207h1v1H5zM4%202h1v1H4zM5%203h1v1H5zM4%208h1v1H4zM5%201h1v1H5z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4%206h1v1H4zM5%207h1v1H5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-alternate-device-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2226%22%20viewBox%3D%22221.2%20133.7%2032%2026%22%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M241.6%20151.6l-3.7-3v3.4c-.2%200-.5%200-.7%200-3.6%200-6.9-.8-9-1.9-1.1-.6-1.9-1.2-2.4-1.8-.5-.6-.7-1.1-.7-1.6%200-.6.3-1.3%201-2%20.8-.8%202-1.5%203.6-2.1.1%200%20.2-.1.3-.1l-3.4-2.8c-1.3.6-2.4%201.4-3.3%202.2-1.3%201.3-2.2%202.9-2.2%204.8%200%201.5.6%202.9%201.5%204.1%201.4%201.7%203.5%202.9%206%203.8%202.5.9%205.4%201.4%208.5%201.4.2%200%20.5%200%20.7%200v3.8l6.8-5.5-3-2.7zm-5.1-17.9l-6.8%205.5%206.8%205.6v-3.6c.2%200%20.5%200%20.7%200%203.6%200%206.9.8%209%201.9%201.1.6%201.9%201.2%202.4%201.8.5.6.7%201.1.7%201.6%200%20.3-.1.7-.3%201.1-.3.6-1%201.3-1.9%201.9-.7.5-1.6.9-2.7%201.3l3.4%202.8c1-.5%201.9-1.1%202.7-1.7.8-.7%201.5-1.4%201.9-2.3.5-.9.8-1.9.8-2.9%200-1.5-.6-2.9-1.5-4.1-1.4-1.7-3.5-2.9-6-3.8-2.5-.9-5.4-1.4-8.5-1.4-.2%200-.5%200-.7%200v-3.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-alternate-device-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2226%22%20viewBox%3D%22162.8%20133.7%2032%2026%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M183.3%20151.6l-3.7-3v3.4c-.2%200-.5%200-.7%200-3.6%200-6.9-.8-9-1.9-1.1-.6-1.9-1.2-2.4-1.8-.5-.6-.7-1.1-.7-1.6%200-.6.3-1.3%201-2%20.8-.8%202-1.5%203.6-2.1.1%200%20.2-.1.3-.1l-3.4-2.8c-1.3.6-2.4%201.4-3.3%202.2-1.3%201.3-2.2%202.9-2.2%204.8%200%201.5.6%202.9%201.5%204.1%201.4%201.7%203.5%202.9%206%203.8%202.5.9%205.4%201.4%208.5%201.4.2%200%20.5%200%20.7%200v3.8l6.8-5.5-3-2.7zm-5.2-17.9l-6.8%205.5%206.8%205.6v-3.6c.2%200%20.5%200%20.7%200%203.6%200%206.9.8%209%201.9%201.1.6%201.9%201.2%202.4%201.8.5.6.7%201.1.7%201.6%200%20.3-.1.7-.3%201.1-.3.6-1%201.3-1.9%201.9-.7.5-1.6.9-2.7%201.3l3.4%202.8c1-.5%201.9-1.1%202.7-1.7.8-.7%201.5-1.4%201.9-2.3.5-.9.8-1.9.8-2.9%200-1.5-.6-2.9-1.5-4.1-1.4-1.7-3.5-2.9-6-3.8-2.5-.9-5.4-1.4-8.5-1.4-.2%200-.5%200-.7%200v-3.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-down-grey-01 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.1%22%20height%3D%228.5%22%20viewBox%3D%22477.1%2074.8%2014.1%208.5%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M491.3%2076.2l-1.5-1.4-5.6%205.6-5.7-5.6-1.4%201.4%207.1%207.1%201.4-1.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-down-grey-03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.1%22%20height%3D%228.5%22%20viewBox%3D%22477.1%2095.4%2014.1%208.5%22%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M491.3%2096.8l-1.5-1.4-5.6%205.6-5.7-5.6-1.4%201.4%205.7%205.6%201.4%201.4%201.4-1.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-down-lb-grey-03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%224%22%20viewBox%3D%22-0.46%200.045%207%204%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M6.228.939L3.395%203.895a.492.492%200%200%201-.709%200L-.15.939a.545.545%200%200%201%200-.74.49.49%200%200%201%20.711%200L3.04%202.786%205.52.199a.488.488%200%200%201%20.708%200%20.543.543%200%200%201%200%20.74z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-down-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M19.558%202.676l-8.496%208.867a1.463%201.463%200%200%201-2.124%200L.44%202.676A1.614%201.614%200%200%201%20.44.46a1.458%201.458%200%200%201%202.124%200L10%208.219%2017.435.46a1.457%201.457%200%200%201%202.123%200%201.61%201.61%200%200%201%200%202.216z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-down-red:hover,
.icon_icon-arrow-down-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M19.558%202.676l-8.496%208.867a1.463%201.463%200%200%201-2.124%200L.44%202.676A1.614%201.614%200%200%201%20.44.46a1.458%201.458%200%200%201%202.124%200L10%208.219%2017.435.46a1.457%201.457%200%200%201%202.123%200%201.61%201.61%200%200%201%200%202.216z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-dropdown-grey-01 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%228%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M11.412%201.562L6.456%206.734a.859.859%200%200%201-1.242%200L.254%201.562a.947.947%200%200%201%200-1.293.854.854%200%200%201%201.242%200l4.337%204.528%204.338-4.53a.852.852%200%200%201%201.24%200%20.945.945%200%200%201%20.001%201.295z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-left-big-grey-02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2223%22%20height%3D%2240%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eicon_icon-arrow-left-big-grey-02%3C%2Ftitle%3E%3Cpath%20d%3D%22M.664%2021.316c-.82-.797-.82-2.08%200-2.83L19.034.662a2.362%202.362%200%200%201%203.282%200c.912.885.912%202.3%200%203.185L7.228%2018.485c-.82.796-.82%202.079%200%202.83l15.088%2014.638c.912.885.912%202.3%200%203.185a2.362%202.362%200%200%201-3.281%200L.665%2021.316%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.swiper-button-prev:hover .arrow-left-graphit, .swiper-button-prev:focus .arrow-left-graphit, .swiper-button-prev:hover .icon_icon-arrow-left-big-grey-02, .swiper-button-prev:focus .icon_icon-arrow-left-big-grey-02,
.icon_icon-arrow-left-big-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%2010%3C%2Ftitle%3E%3Cpath%20d%3D%22M.832%209.342c-.41.398-.41%201.04%200%201.415l9.185%208.911a1.18%201.18%200%200%200%201.641%200%201.098%201.098%200%200%200%200-1.592l-7.544-7.319c-.41-.398-.41-1.039%200-1.415l7.544-7.319a1.098%201.098%200%200%200%200-1.592%201.18%201.18%200%200%200-1.64%200L.831%209.342%22%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-left-grey-02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M6.438%2011.413L1.266%206.455a.859.859%200%200%201%200-1.242L6.439.256a.948.948%200%200%201%201.293%200c.356.34.356.9%200%201.242L3.205%205.834l4.527%204.338a.853.853%200%200%201%200%201.24.943.943%200%200%201-1.294.001z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-left-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M6.438%2011.413L1.266%206.455a.859.859%200%200%201%200-1.242L6.439.256a.948.948%200%200%201%201.293%200c.356.34.356.9%200%201.242L3.205%205.834l4.527%204.338a.853.853%200%200%201%200%201.24.943.943%200%200%201-1.294.001z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-left-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M6.438%2011.413L1.266%206.455a.859.859%200%200%201%200-1.242L6.439.256a.948.948%200%200%201%201.293%200c.356.34.356.9%200%201.242L3.205%205.834l4.527%204.338a.853.853%200%200%201%200%201.24.943.943%200%200%201-1.294.001z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-big-grey-02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2223%22%20height%3D%2240%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%209%3C%2Ftitle%3E%3Cpath%20d%3D%22M22.336%2021.316c.82-.797.82-2.08%200-2.83L3.966.662a2.362%202.362%200%200%200-3.282%200%202.196%202.196%200%200%200%200%203.185l15.088%2014.637c.82.796.82%202.079%200%202.83L.684%2035.954a2.196%202.196%200%200%200%200%203.185c.91.884%202.37.884%203.281%200l18.37-17.822%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.swiper-button-next:hover .arrow-right-graphit, .swiper-button-next:focus .arrow-right-graphit, .swiper-button-next:hover .icon_icon-arrow-right-big-grey-02, .swiper-button-next:focus .icon_icon-arrow-right-big-grey-02,
.icon_icon-arrow-right-big-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Earrow-down-error%20copy%2010%3C%2Ftitle%3E%3Cpath%20d%3D%22M11.168%2010.658c.41-.398.41-1.04%200-1.415L1.983.332a1.18%201.18%200%200%200-1.641%200%201.098%201.098%200%200%200%200%201.592l7.544%207.319c.41.398.41%201.039%200%201.415L.342%2017.977a1.098%201.098%200%200%200%200%201.592%201.18%201.18%200%200%200%201.64%200l9.186-8.911%22%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-blue {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.news-list a:hover .icon_icon-arrow-right-blue,
.icon_icon-arrow-right-blueish {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23002E4F%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.news-list a:active .icon_icon-arrow-right-blue,
.icon_icon-arrow-right-blueishdark {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23001B2F%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-grey-01 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-grey-02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-grey-03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-lb-grey-03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%227%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M.893.147L3.85%202.98c.2.197.2.513%200%20.71L.893%206.525a.543.543%200%200%201-.74%200%20.488.488%200%200%201%200-.71l2.587-2.48L.153.855a.488.488%200%200%201%200-.708.543.543%200%200%201%20.74%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

li:hover .icon_icon-language-grey-03-white, a:hover .icon_icon-arrow-right-lb-grey-03,
.icon_icon-arrow-right-lb-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224%22%20height%3D%227%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M.893.147L3.85%202.981a.493.493%200%200%201%200%20.71L.893%206.524a.543.543%200%200%201-.74%200%20.488.488%200%200%201%200-.71L2.74%203.335.153.855a.487.487%200%200%201%200-.709.542.542%200%200%201%20.74.001z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

li:hover > a .icon_icon-arrow-right-grey-02, li.active > a .icon_icon-arrow-right-grey-02, li.current > a .icon_icon-arrow-right-grey-02,
.icon_icon-arrow-right-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-right-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2212%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1.562.257l5.172%204.958a.859.859%200%200%201%200%201.242l-5.172%204.957a.947.947%200%200%201-1.293%200%20.854.854%200%200%201%200-1.242l4.526-4.337L.268%201.497a.852.852%200%200%201%200-1.24.944.944%200%200%201%201.294%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-top-grey01 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.1%22%20height%3D%228.5%22%20viewBox%3D%22477.1%20143.4%2014.1%208.5%22%3E%3Cpath%20fill%3D%22%23212121%22%20d%3D%22M491.3%20150.5l-1.5%201.4-5.6-5.6-5.7%205.6-1.4-1.4%207.1-7.1%201.4%201.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-top-grey03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.1%22%20height%3D%228.5%22%20viewBox%3D%22477.1%20143.4%2014.1%208.5%22%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M491.3%20150.5l-1.5%201.4-5.6-5.6-5.7%205.6-1.4-1.4%207.1-7.1%201.4%201.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-arrow-top-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.1%22%20height%3D%228.5%22%20viewBox%3D%22477.1%20143.4%2014.1%208.5%22%3E%3Cpath%20fill%3D%22%23EC0000%22%20d%3D%22M491.3%20150.5l-1.5%201.4-5.6-5.6-5.7%205.6-1.4-1.4%207.1-7.1%201.4%201.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-austauschgeraet-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22221.2%20133.7%2032%2026%22%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M241.6%20151.6l-3.7-3v3.4c-.2%200-.5%200-.7%200-3.6%200-6.9-.8-9-1.9-1.1-.6-1.9-1.2-2.4-1.8-.5-.6-.7-1.1-.7-1.6%200-.6.3-1.3%201-2%20.8-.8%202-1.5%203.6-2.1.1%200%20.2-.1.3-.1l-3.4-2.8c-1.3.6-2.4%201.4-3.3%202.2-1.3%201.3-2.2%202.9-2.2%204.8%200%201.5.6%202.9%201.5%204.1%201.4%201.7%203.5%202.9%206%203.8%202.5.9%205.4%201.4%208.5%201.4.2%200%20.5%200%20.7%200v3.8l6.8-5.5-3-2.7zm-5.1-17.9l-6.8%205.5%206.8%205.6v-3.6c.2%200%20.5%200%20.7%200%203.6%200%206.9.8%209%201.9%201.1.6%201.9%201.2%202.4%201.8.5.6.7%201.1.7%201.6%200%20.3-.1.7-.3%201.1-.3.6-1%201.3-1.9%201.9-.7.5-1.6.9-2.7%201.3l3.4%202.8c1-.5%201.9-1.1%202.7-1.7.8-.7%201.5-1.4%201.9-2.3.5-.9.8-1.9.8-2.9%200-1.5-.6-2.9-1.5-4.1-1.4-1.7-3.5-2.9-6-3.8-2.5-.9-5.4-1.4-8.5-1.4-.2%200-.5%200-.7%200v-3.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-austauschgeraet-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22162.8%20133.7%2032%2026%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M183.3%20151.6l-3.7-3v3.4c-.2%200-.5%200-.7%200-3.6%200-6.9-.8-9-1.9-1.1-.6-1.9-1.2-2.4-1.8-.5-.6-.7-1.1-.7-1.6%200-.6.3-1.3%201-2%20.8-.8%202-1.5%203.6-2.1.1%200%20.2-.1.3-.1l-3.4-2.8c-1.3.6-2.4%201.4-3.3%202.2-1.3%201.3-2.2%202.9-2.2%204.8%200%201.5.6%202.9%201.5%204.1%201.4%201.7%203.5%202.9%206%203.8%202.5.9%205.4%201.4%208.5%201.4.2%200%20.5%200%20.7%200v3.8l6.8-5.5-3-2.7zm-5.2-17.9l-6.8%205.5%206.8%205.6v-3.6c.2%200%20.5%200%20.7%200%203.6%200%206.9.8%209%201.9%201.1.6%201.9%201.2%202.4%201.8.5.6.7%201.1.7%201.6%200%20.3-.1.7-.3%201.1-.3.6-1%201.3-1.9%201.9-.7.5-1.6.9-2.7%201.3l3.4%202.8c1-.5%201.9-1.1%202.7-1.7.8-.7%201.5-1.4%201.9-2.3.5-.9.8-1.9.8-2.9%200-1.5-.6-2.9-1.5-4.1-1.4-1.7-3.5-2.9-6-3.8-2.5-.9-5.4-1.4-8.5-1.4-.2%200-.5%200-.7%200v-3.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-benefit-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.7%22%20height%3D%2212%22%20viewBox%3D%22472.8%20-2%2017.7%2012%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M490.4-.6L489-2l-9.2%209.2-5.6-5.7-1.4%201.5%207%207z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-bulb-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2249.9%22%20height%3D%2249.9%22%20viewBox%3D%22334.8%20-10.7%2049.9%2049.9%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M351.3%2033.8l-11.1-11.2c-.6-.6-.5-1.4%200-1.9s1.2-.6%201.9%200l11.1%2011.2c.6.6.5%201.4%200%201.9-.6.5-1.3.6-1.9%200zm27.9-38.9c7.4%207.4%207.4%2019.4%200%2026.8-3.8%203.8-8.7%205.6-13.7%205.5-1.7.2-3.4.9-7%204.2-.9.8-1.8.6-2.5-.1-.6-.7-.7-1.7.1-2.5%203.8-3.5%206.3-4.9%209.2-5.1%204%20.1%208.2-1.4%2011.3-4.5%206-6%206-15.8%200-21.9-6-6-15.7-6-21.7%200-3.1%203.1-4.6%207.3-4.5%2011.4-.2%203-1.6%205.5-5.1%209.3-.8.9-1.8.7-2.5.1s-.9-1.6-.1-2.5c3.3-3.6%204-5.3%204.2-7-.1-5%201.7-10%205.5-13.8%207.5-7.3%2019.4-7.3%2026.8.1zm-31%2042l-11.1-11.2c-.6-.6-.5-1.4%200-1.9s1.2-.6%201.9%200L350.1%2035c.6.6.5%201.4%200%201.9s-1.3.6-1.9%200zm-4.2%201.8l-8.7-8.8c-.6-.6-.5-1.4%200-1.9s1.2-.6%201.9%200l8.7%208.8c.6.6.5%201.4%200%201.9-.6.6-1.3.7-1.9%200zm-2.6%200c-1.5.5-3.4.1-4.7-1.3-1.4-1.4-1.9-3.3-1.3-4.8l6%206.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-bullet-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%22474.7%2029.7%207%207%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M474.7%2033.2c0-1.9%201.6-3.5%203.5-3.5s3.5%201.6%203.5%203.5-1.6%203.5-3.5%203.5-3.5-1.6-3.5-3.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.menu-toggle-wrapper .menu-toggle,
.icon_icon-burger {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2221%22%20height%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%20%2B%20Shape%20%2B%20Shape%3C%2Ftitle%3E%3Cg%20fill%3D%22%23353535%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1.02%201.516h18.847c.318%200%20.577-.302.577-.675%200-.373-.259-.675-.577-.675H1.02C.702.166.444.468.444.84c0%20.373.258.675.576.675zM19.867%207.325H1.02c-.318%200-.576.302-.576.675%200%20.373.258.675.576.675h18.847c.318%200%20.577-.302.577-.675%200-.373-.259-.675-.577-.675zM19.867%2014.484H1.02c-.318%200-.576.302-.576.675%200%20.373.258.675.576.675h18.847c.318%200%20.577-.302.577-.675%200-.373-.259-.675-.577-.675z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.carousel-indicators .active i, .carousel-indicators li:hover i,
.icon_icon-carousel-active-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9%2018c-4.963%200-9-4.037-9-9s4.037-9%209-9%209%204.037%209%209-4.037%209-9%209zM9%202C5.141%202%202%205.141%202%209s3.141%207%207%207%207-3.141%207-7-3.141-7-7-7z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M5%209c0-2.2%201.8-4%204-4%202.199%200%204%201.8%204%204%200%202.199-1.801%204-4%204-2.2%200-4-1.801-4-4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-carousel-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2218%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9%2018c-4.963%200-9-4.037-9-9s4.037-9%209-9%209%204.037%209%209-4.037%209-9%209zM9%202C5.141%202%202%205.141%202%209s3.141%207%207%207%207-3.141%207-7-3.141-7-7-7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-check-list-blue {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2212%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23004A7F%22%20d%3D%22M15.074%200L6.42%209.009%201.425%203.75%200%205.25l4.987%205.25L6.412%2012%2016.5%201.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-check-list-grey-03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2212%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23D7D7D7%22%20d%3D%22M15.074%200L6.42%209.009%201.425%203.75%200%205.25l4.987%205.25L6.412%2012%2016.5%201.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.btn-rounded.inactive .icon_icon-check-select-grey-03,
.icon_icon-check-select-grey-03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23D7D7D7%22%20d%3D%22M20.1%200L8.561%2012.012%201.899%205%200%207l6.649%207%201.9%202L22%202z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.btn-rounded.ready .icon_icon-check-select-grey-03,
.icon_icon-check-select-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23E2001A%22%20d%3D%22M20.1%200L8.561%2012.012%201.899%205%200%207l6.649%207%201.9%202L22%202z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.btn-rounded .icon_icon-check-select-grey-03, .btn-rounded.ready:hover .icon_icon-check-select-grey-03,
.icon_icon-check-select-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M20.1%200L8.561%2012.012%201.899%205%200%207l6.649%207%201.9%202L22%202z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-consulting-blue {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247%22%20height%3D%2250%22%20viewBox%3D%222.6%20423.9%2047%2050%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M27.8%20423.9c-7.7.5-14.7%203.4-20.3%208L27.8%20452v-28.1zm-19%2013.8c-8.3%209.5-8.3%2023.5%200%2033.1l16.6-16.5-16.6-16.6zm22-7.6v23.1l-16.3%2016.2c3.6%202.7%208%204.4%2013%204.4%2012.3%200%2022.1-9.9%2022.1-22.1%200-11-8.1-19.9-18.8-21.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-consulting-grey02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2247%22%20height%3D%2250%22%20viewBox%3D%22-59.4%20423.9%2047%2050%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-34.2%20423.9c-7.7.5-14.7%203.4-20.3%208l20.3%2020.2v-28.2zm-19%2013.8c-8.3%209.5-8.3%2023.5%200%2033.1l16.6-16.5-16.6-16.6zm22-7.6v23.1l-16.3%2016.2c3.6%202.7%208%204.4%2013%204.4%2012.3%200%2022.1-9.9%2022.1-22.1%200-11-8.1-19.9-18.8-21.6z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-context-energy {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2223%22%3E%3Cg%20fill%3D%22%23004A7F%22%3E%3Cpath%20d%3D%22M12.436%202.952h-.049l.805%204.793h.932l-.934-4.793h-.027zM16.093%202.952h1.576v.846h-1.576zM11.289%202.952l-.934%204.793h.933l.805-4.793h-.776zM6.812%202.952h1.576v.846H6.812zM12.454.03h-.433l-.205%201.06h.847zM12.247%202.565h5.422l-2.664-1.087H9.475L6.812%202.565h5.421zM2.417%209.642h1.576v.846H2.417zM20.487%209.642h1.576v.846h-1.576zM14.544%209.607H13.45l.23%201.376-.002-.002-1.439%201.688-1.438-1.688-.002.002.231-1.376H9.936L7.349%2022.892l.021.002-.021.106h1.412l.191-1.03%203.287-2.833%203.287%202.833.192%201.03h1.414l-.021-.106.021-.002-2.588-13.285zm-.688%202.423l.531%203.16-1.612-1.892%201.081-1.268zm-3.232%200l1.08%201.269-1.611%201.892.531-3.161zm-1.46%208.682l.62-3.691%201.832%201.578-2.452%202.113zm1.045-4.402l2.03-2.383%202.031%202.383-2.031%201.75-2.03-1.75zm2.655%202.289l1.832-1.578.619%203.691-2.451-2.113zM16.093%209.642h1.574v.846h-1.574zM6.812%209.642h1.576v.846H6.812zM12.532%208.132H5.079L2.417%209.22h19.646l-2.664-1.088z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

#context-navigation > li:hover > a .icon_icon-context-goto-inactive, #context-navigation > li.active > a .icon_icon-context-goto-inactive,
.icon_icon-context-goto-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%2246.8%200%2022%2016%22%3E%3Cg%20fill%3D%22%23EB0000%22%3E%3Cpath%20d%3D%22M50.8%202c0%201.1-.9%202-2%202s-2-.9-2-2%20.9-2%202-2%202%20.9%202%202zM52.8%200h16v4h-16V0zM52.8%206h16v4h-16V6zM52.8%2012h16v4h-16v-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-context-goto-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2216%22%20viewBox%3D%221%200%2022%2016%22%3E%3Cg%20fill%3D%22%23004A7F%22%3E%3Cpath%20d%3D%22M5%202c0%201.1-.9%202-2%202s-2-.9-2-2%20.9-2%202-2%202%20.9%202%202zM7%200h16v4H7V0zM7%206h16v4H7V6zM7%2012h16v4H7v-4z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

#context-navigation > li:hover > a .icon_icon-context-mail-inactive, #context-navigation > li.active > a .icon_icon-context-mail-inactive,
.icon_icon-context-mail-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%2247.8%2081%2020%2015%22%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M54.4%2088.5l-6.6%206.1V82.4l6.6%206.1zM61.1%2088.5l6.6%206.1V82.4l-6.6%206.1zM67.7%2081l-9.9%209.3-10-9.3h19.9z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M67.8%2096l-7.4-6.7-2.6%202.3-2.6-2.3-7.4%206.7h20z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-context-mail-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2215%22%20viewBox%3D%224.1%2081.9%2020%2015%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M10.7%2089.5l-6.6%206.1V83.4l6.6%206.1zM17.4%2089.5l6.6%206.1V83.4l-6.6%206.1zM24.1%2081.9l-9.9%209.3-10-9.3h19.9z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M24.1%2096.9l-7.4-6.7-2.6%202.3-2.6-2.3L4%2096.9h20.1z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

#context-navigation > li:hover > a .icon_icon-context-search-inactive, #context-navigation > li.active > a .icon_icon-context-search-inactive,
.icon_icon-context-search-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2223%22%20viewBox%3D%2245.2%2037.7%2025%2023%22%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M53.6%2051.9c0-3.1%201.8-5.7%204.4-7%200-.1.1-.3.1-.4.1-.4.1-1-.1-1.4-.1-.2-.2-.3-.2-.6%200-.4.1-1.5.1-1.8%200-.7%200-.7-.2-1.4%200%200-.2-.6-.5-.8l-.6-.1-.4-.3c-1.5-.9-3.1-.3-3.9.1-1.2.4-2%201.6-1.5%204.2.1.4-.2.6-.2.9%200%20.5.1%201.8.5%202.1%200%200%20.4.1.4.1%200%20.5.1%201%20.1%201.6.1.3.4.4.5.9l-.1.1c-.2.4-.5%201.1-.8%201.3-.3.1-.5.1-.8.2-.9.4-2%20.9-2.9%201.3-.8.4-1.9.5-2.2%201.4%200%20.6-.1%202.1%200%202.9h9c-.5-1-.7-2.1-.7-3.3z%22%2F%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M69.8%2057.8l-3.2-3.1c.5-.9.7-1.8.7-2.8%200-1.6-.6-3.1-1.7-4.2S63%2046%2061.4%2046s-3.1.6-4.2%201.7c-2.3%202.3-2.3%206.1%200%208.4%201.1%201.1%202.6%201.7%204.2%201.7%201%200%202-.3%202.8-.7l3.2%203.1c.3.3.8.5%201.2.5.4%200%20.9-.2%201.2-.5.6-.7.6-1.7%200-2.4zm-11.4-2.9c-1.7-1.7-1.7-4.3%200-6%20.8-.8%201.9-1.2%203-1.2s2.2.4%203%201.2c.8.8%201.3%201.9%201.3%203s-.4%202.2-1.3%203c-.8.8-1.9%201.2-3%201.2-1.2%200-2.2-.4-3-1.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-context-search-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2223%22%20viewBox%3D%221.7%2038%2025%2023%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M10.1%2052.3c0-3.1%201.8-5.7%204.4-7%200-.1.1-.3.1-.4.1-.4.1-1-.1-1.4-.1-.2-.2-.3-.2-.6%200-.4.1-1.5.1-1.8%200-.7%200-.7-.2-1.4%200%200-.2-.6-.5-.8l-.6-.1-.4-.3c-1.5-.9-3.1-.3-3.9.1-1.2.4-2%201.6-1.5%204.2.1.4-.2.6-.2.9%200%20.5.1%201.8.5%202.1%200%200%20.4.1.4.1%200%20.5.1%201%20.1%201.6.1.3.4.4.5.9l-.4.1c-.2.4-.5%201.1-.8%201.3-.3.1-.5.1-.8.2-.9.4-2%20.9-2.9%201.3-.8.4-1.9.5-2.2%201.4%200%20.6-.1%202.1%200%202.9h9c-.2-1.1-.4-2.2-.4-3.3z%22%2F%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M26.3%2058.2L23.1%2055c.5-.9.7-1.8.7-2.8%200-1.6-.6-3.1-1.7-4.2s-2.6-1.7-4.2-1.7-3.1.6-4.2%201.7c-2.3%202.3-2.3%206.1%200%208.4%201.1%201.1%202.6%201.7%204.2%201.7%201%200%202-.3%202.8-.7l3.2%203.1c.3.3.8.5%201.2.5.4%200%20.9-.2%201.2-.5.6-.6.6-1.7%200-2.3zm-11.4-3c-1.7-1.7-1.7-4.3%200-6%20.8-.8%201.9-1.2%203-1.2s2.2.4%203%201.2c.8.8%201.3%201.9%201.3%203s-.4%202.2-1.3%203c-.8.8-1.9%201.2-3%201.2-1.2%200-2.2-.4-3-1.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-craftsman-big-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2258.9%22%20viewBox%3D%22331.5%20-87.5%2064%2058.9%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M352.8-51c0-7.9%204.6-14.7%2011.3-18%20.1-.4.2-.8.3-1.1.2-1.1.4-2.6-.1-3.7-.3-.6-.5-.7-.6-1.4-.1-.9.3-3.9.3-4.6%200-1.7%200-1.8-.4-3.5%200%200-.5-1.5-1.2-1.9l-1.5-.3-.9-.9c-3.8-2.4-7.8-.7-10%20.2-3.1%201-5.1%204.2-3.7%2010.8.2%201.1-.6%201.6-.6%202.3.1%201.4.1%204.6%201.4%205.4.1.1%201%20.3%201%20.2.1%201.3.2%202.6.4%204%20.3.9%201.1%201%201.3%202.2l-1%20.2c-.4.9-1.2%202.8-2%203.4-.7.2-1.4.4-2%20.6-2.4%201-5%202.2-7.4%203.2-2.2.9-4.8%201.3-5.6%203.6%200%201.6-.1%205.3-.1%207.4h23.1c-1.3-2.4-2-5.2-2-8.1z%22%2F%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M394.2-35.9l-8.1-8c1.2-2.2%201.9-4.7%201.9-7.2%200-4-1.6-7.8-4.5-10.7-2.9-2.9-6.7-4.4-10.8-4.4-4.1%200-7.9%201.6-10.8%204.4-5.9%205.9-5.9%2015.5%200%2021.4%202.9%202.9%206.7%204.4%2010.8%204.4%202.6%200%205.1-.6%207.3-1.8l8.1%208c.8.8%201.9%201.2%203%201.2s2.2-.4%203-1.2c1.8-1.7%201.8-4.4.1-6.1zm-29.1-7.6c-4.3-4.2-4.3-11.1%200-15.4%202.1-2%204.8-3.2%207.7-3.2%202.9%200%205.7%201.1%207.7%203.2%202.1%202%203.2%204.8%203.2%207.7%200%202.9-1.1%205.6-3.2%207.7-2.1%202-4.8%203.2-7.7%203.2-2.9%200-5.7-1.2-7.7-3.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-download-big-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2264%22%20height%3D%2246%22%20viewBox%3D%22329.5%20-154.5%2064%2046%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M384.7-135.4c.3-1.2.5-2.5.5-3.9%200-8.4-6.8-15.2-15.1-15.2-9.6%200-10.9%207.4-10.9%207.4s-4.1-5.1-11.2-4.2c-6.4%201.3-10.6%207.1-10.6%2013.1%200%201%20.1%202%20.4%203-4.8%201.8-8.2%206.5-8.2%2011.9%200%207%205.6%2014.7%2012.6%2014.7H381c7%200%2012.6-7.7%2012.6-14.7-.1-5.7-3.8-10.5-8.9-12.1zm-6.1%2022.3h-16.9c1.3-1.3%209.9-10.3%209.9-10.3s1.3-1.3-.4-1.3c-1.7%200-4.3%200-4.3%200s0-.7%200-1.8c0-3.4%200-10.1%200-12.7%200%200%200-.6-.7-.6-.8%200-9.5%200-10.6%200-1.1%200-.9.7-.9.7%200%202.6%200%209.1%200%2012.7%200%201.2%200%202%200%202s-3.3%200-4.7%200c-1.4%200-.1%201.2-.1%201.2l10.3%2010.1h-15.4c-6.1%200-10.9-4.8-10.9-10.8%200-4.6%203-8.6%207.2-10.1-.2-.8-.4-1.6-.4-2.5%200-5%203.7-10%209.2-11.1%206.2-.7%209.8%205%209.8%205s1-7.8%209.4-7.8c7.2%200%2012.5%205.9%2012.5%2013%200%201.1-.2%202.2-.4%203.3%204.4%201.4%208.3%205.3%208.3%2010.1.1%206.1-4.8%2010.9-10.9%2010.9z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-downloads-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2223%22%20viewBox%3D%22162.8%2039.7%2032%2023%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M190.4%2049.3c.2-.6.2-1.3.2-1.9%200-4.2-3.4-7.6-7.5-7.6-4.8%200-5.5%203.7-5.5%203.7s-2-2.5-5.6-2.1c-3.2.6-5.3%203.6-5.3%206.6%200%20.5.1%201%20.2%201.5-2.4.9-4.1%203.2-4.1%206%200%203.5%202.8%207.4%206.3%207.4h19.4c3.5%200%206.3-3.9%206.3-7.4%200-3-1.8-5.4-4.4-6.2zm-3%2011.1H179c.6-.6%205-5.2%205-5.2s.6-.6-.2-.6-2.2%200-2.2%200%200-.4%200-.9c0-1.7%200-5.1%200-6.3%200%200%200-.3-.4-.3s-4.7%200-5.3%200c-.5%200-.4.4-.4.4%200%201.3%200%204.5%200%206.3%200%20.6%200%201%200%201s-1.6%200-2.3%200c-.7%200-.1.6-.1.6l5.1%205h-7.7c-3%200-5.5-2.4-5.5-5.4%200-2.3%201.5-4.3%203.6-5-.1-.4-.2-.8-.2-1.3%200-2.5%201.8-5%204.6-5.5%203.1-.4%204.9%202.5%204.9%202.5s.5-3.9%204.7-3.9c3.6%200%206.2%202.9%206.2%206.5%200%20.6-.1%201.1-.2%201.6%202.2.7%204.1%202.7%204.1%205.1.2%203-2.3%205.4-5.3%205.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-engineering-blue {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.2%22%20height%3D%2250%22%20viewBox%3D%228.5%20575.2%2035.2%2050%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M40.8%20575.2H11.4c-1.6%200-3%201.3-3%202.9v44.2c0%201.6%201.3%202.9%203%202.9h29.3c1.6%200%203-1.3%203-2.8v-44.2c0-1.7-1.3-3-2.9-3zm-21%2045.7h-6.4v-6.3h6.4v6.3zm0-9.3h-6.4v-6.3h6.4v6.3zm9.7%209.3h-6.4v-6.3h6.4v6.3zm0-9.3h-6.4v-6.3h6.4v6.3zm9.5%209.3h-6.4v-6.3H39v6.3zm0-9.3h-6.4v-6.3H39v6.3zM19.8%20602h-6.4v-6.3h6.4v6.3zm9.7%200h-6.4v-6.3h6.4v6.3zm9.5%200h-6.4v-6.3H39v6.3zm0-11.8H13.4v-10.3H39v10.3z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-engineering-grey02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.2%22%20height%3D%2250%22%20viewBox%3D%22-53.5%20575.2%2035.2%2050%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-21.2%20575.2h-29.3c-1.6%200-3%201.3-3%202.9v44.2c0%201.6%201.3%202.9%203%202.9h29.3c1.6%200%203-1.3%203-2.8v-44.2c-.1-1.7-1.4-3-3-3zm-21%2045.7h-6.4v-6.3h6.4v6.3zm0-9.3h-6.4v-6.3h6.4v6.3zm9.7%209.3h-6.4v-6.3h6.4v6.3zm0-9.3h-6.4v-6.3h6.4v6.3zm9.5%209.3h-6.4v-6.3h6.4v6.3zm0-9.3h-6.4v-6.3h6.4v6.3zm-19.2-9.6h-6.4v-6.3h6.4v6.3zm9.7%200h-6.4v-6.3h6.4v6.3zm9.5%200h-6.4v-6.3h6.4v6.3zm0-11.8h-25.7v-10.3H-23v10.3z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-expertenwissen-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.1%22%20height%3D%2220%22%20viewBox%3D%2250%20197.2%2016.1%2020%22%3E%3Cg%20fill%3D%22%23EB0000%22%3E%3Cpath%20d%3D%22M51.1%20215.9v-17.4h6.7c1.8%200%20.9%204.2.9%204.2s4.1-1%204.1.9v3.5l1.2.7V202l-4.3-4.3-.3-.3H50v19.8h9.4c-.4-.3-.7-.7-.9-1.2h-7.4z%22%2F%3E%3Cpath%20d%3D%22M65.9%20215.8l-2.2-2.2c.3-.5.5-1.1.5-1.8%200-2-1.6-3.6-3.5-3.6-2%200-3.6%201.6-3.6%203.5%200%202%201.6%203.6%203.5%203.6.7%200%201.3-.2%201.8-.5l2.2%202.2.1.1c.2.2.4.2.6%200l.7-.7c.1-.1.1-.4-.1-.6zm-5.3-1.3c-1.5%200-2.7-1.2-2.6-2.7%200-1.5%201.2-2.6%202.7-2.6a2.732%202.732%200%200%201%202.7%202.7c0%20.7-.3%201.4-.8%201.9-.6.4-1.3.7-2%20.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-expertenwissen-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216.1%22%20height%3D%2220%22%20viewBox%3D%227%20197.2%2016.1%2020%22%3E%3Cg%20fill%3D%22%23004A7F%22%3E%3Cpath%20d%3D%22M8.1%20215.9v-17.4h6.7c1.8%200%20.9%204.2.9%204.2s4.1-1%204.1.9v3.5l1.2.7V202l-4.3-4.3-.3-.3H7v19.8h9.4c-.4-.3-.7-.7-.9-1.2H8.1z%22%2F%3E%3Cpath%20d%3D%22M22.9%20215.8l-2.2-2.2c.3-.5.5-1.1.5-1.8%200-2-1.6-3.6-3.5-3.6-2%200-3.6%201.6-3.6%203.5%200%202%201.6%203.6%203.5%203.6.7%200%201.3-.2%201.8-.5l2.2%202.2.1.1c.2.2.4.2.6%200l.7-.7c.1-.1.1-.4-.1-.6zm-5.3-1.3c-1.5%200-2.7-1.2-2.6-2.7%200-1.5%201.2-2.6%202.7-2.6a2.732%202.732%200%200%201%202.7%202.7c0%20.7-.3%201.4-.8%201.9-.6.4-1.3.7-2%20.7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-facebook-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200v16h16V0H0zm13.578%203.566h-1.406c-.492%200-.668.281-.668.668v1.338h2.074l-.246%202.358h-1.828v6.58H8.722V7.93H7.316V5.572h1.405V4.234c0-1.584.528-2.851%202.782-2.92h2.074v2.252z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-facebook {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M0%200v16h16V0H0zm13.578%203.566h-1.406c-.492%200-.668.281-.668.668v1.338h2.074l-.246%202.358h-1.828v6.58H8.722V7.93H7.316V5.572h1.405V4.234c0-1.584.528-2.851%202.782-2.92h2.074v2.252z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-faq_support-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%22162.8%20-60.3%2032%2032%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M178.8-60.3c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016-16-7.2-16-16%207.2-16%2016-16zm0%202.8c-7.3%200-13.2%205.9-13.2%2013.2%200%207.3%205.9%2013.2%2013.2%2013.2%207.3%200%2013.2-5.9%2013.2-13.2.1-7.3-5.9-13.2-13.2-13.2z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M174.7-53.2c1.1-.7%202.4-1%204-1%202.1%200%203.8.5%205.2%201.5%201.4%201%202.1%202.5%202.1%204.4%200%201.2-.3%202.2-.9%203-.3.5-1%201.1-2%201.9l-1%20.8c-.5.4-.9.9-1.1%201.4-.1.3-.2.9-.2%201.6H177c.1-1.6.2-2.6.4-3.2.2-.6.9-1.3%201.8-2l1-.8c.3-.2.6-.5.8-.8.4-.5.5-1.1.5-1.7%200-.7-.2-1.3-.6-1.9-.4-.6-1.2-.9-2.2-.9-1.1%200-1.8.4-2.3%201.1-.4.7-.7%201.4-.7%202.2h-4c.3-2.7%201.2-4.6%203-5.6zm2.2%2015.4h4.1v4h-4.1v-4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-feed-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%200v1.762a14.354%2014.354%200%200%201%2010.012%204.223%2014.361%2014.361%200%200%201%204.219%2010.016H16V0H0zm0%204.512V6.66a9.469%209.469%200%200%201%206.546%202.785A9.488%209.488%200%200%201%209.332%2016h2.141C11.383%209.707%206.29%204.604%200%204.512zM0%209.41v4.055c.096-.215.23-.41.394-.574a1.9%201.9%200%200%201%201.351-.561c.527%200%201.004.213%201.352.561a1.895%201.895%200%200%201%20.003%202.694%201.967%201.967%200%200%201-.63.415h4.1a6.724%206.724%200%200%200-1.973-4.617A6.704%206.704%200%200%200%200%209.41z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-feed {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M0%200v1.762a14.354%2014.354%200%200%201%2010.012%204.223%2014.361%2014.361%200%200%201%204.219%2010.016H16V0H0zm0%204.512V6.66a9.469%209.469%200%200%201%206.546%202.785A9.488%209.488%200%200%201%209.332%2016h2.141C11.383%209.707%206.29%204.604%200%204.512zM0%209.41v4.055c.096-.215.23-.41.394-.574a1.9%201.9%200%200%201%201.351-.561c.527%200%201.004.213%201.352.561a1.895%201.895%200%200%201%20.003%202.694%201.967%201.967%200%200%201-.63.415h4.1a6.724%206.724%200%200%200-1.973-4.617A6.704%206.704%200%200%200%200%209.41z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-garantieverlaengerung-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22166.3%20-12.5%2025%2032%22%3E%3Cg%20fill%3D%22%2300427E%22%3E%3Cpath%20d%3D%22M166.3-12.5h25v2.8h-25zM188.6-7.9h-7.1V.4c-.8-.2-1.7-.4-2.7-.4s-1.8.1-2.7.4v-8.3H169v4.1l3.5%206.2c-2.1%201.8-3.4%204.4-3.4%207.4%200%205.4%204.3%209.7%209.7%209.7%205.3%200%209.7-4.3%209.7-9.7%200-3.2-1.5-6-3.9-7.8l4-5.7v-4.2zm-4.2%2016l-3.2%202.4%201.2%203.8c0%20.1%200%20.2-.1.2%200%200-.1%200-.1%200s-.1%200-.1%200l-3.2-2.4-3.2%202.4c-.1.1-.2.1-.3%200-.1-.1-.1-.2-.1-.2l1.2-3.8-3.2-2.4c-.1-.1-.1-.2-.1-.2%200-.1.1-.2.2-.2h4l1.2-3.8c0-.1.1-.2.2-.2s.2.1.2.2l1.2%203.8h4c.1%200%20.2.1.2.2.1.1.1.2%200%20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-google-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M6.808%209.535c-.071-.008-.258%200-.554.029-.29.04-.588.104-.892.196-.074.029-.174.068-.306.123-.13.059-.262.141-.396.25-.13.113-.24.25-.33.418a1.23%201.23%200%200%200-.156.635c0%20.486.225.887.674%201.205.429.312%201.013.477%201.75.484.666-.008%201.174-.152%201.524-.43a1.3%201.3%200%200%200%20.514-1.062%201.34%201.34%200%200%200-.35-.918c-.248-.246-.634-.551-1.16-.914a3.503%203.503%200%200%200-.318-.016z%22%2F%3E%3Cpath%20d%3D%22M0%200v16h16V0H0zm8.388%203.644a2.65%202.65%200%200%201%20.574.926c.061.204.093.44.093.71-.012.496-.121.892-.337%201.19a3.255%203.255%200%200%201-.334.398c-.13.122-.268.246-.416.37a2.022%202.022%200%200%200-.234.292.65.65%200%200%200-.124.392c0%20.145.042.264.128.358.074.09.144.17.214.235l.476.387c.298.238.559.5.787.789.209.293.32.676.328%201.148%200%20.67-.299%201.264-.907%201.785-.624.535-1.527.812-2.708.832-.987-.008-1.726-.217-2.214-.621-.492-.379-.738-.83-.738-1.357%200-.256.08-.543.24-.857.156-.312.437-.59.844-.828a4.42%204.42%200%200%201%201.44-.512c.498-.074.91-.113%201.238-.121a2.64%202.64%200%200%201-.27-.42.938.938%200%200%201-.14-.524c0-.122.018-.224.054-.306.03-.086.059-.164.086-.236a4.61%204.61%200%200%201-.454.026c-.75-.01-1.321-.242-1.716-.698-.412-.422-.618-.916-.618-1.481%200-.678.292-1.296.876-1.85.402-.324.818-.536%201.25-.634a6.324%206.324%200%200%201%201.202-.127h2.824l-.872.498h-.87c.088.054.188.134.298.236zM14.137%208H12.65v1.453h-.744V8h-1.49v-.726h1.49V5.82h.744v1.454h1.486V8z%22%2F%3E%3Cpath%20d%3D%22M6.902%203.618a1.352%201.352%200%200%200-.766-.25c-.38.01-.702.16-.956.456a1.691%201.691%200%200%200-.304%201.028c0%20.5.15%201.021.448%201.564.144.252.332.466.56.642.226.176.488.266.784.266.372-.016.68-.144.928-.394a1.37%201.37%200%200%200%20.23-.542c.021-.186.03-.34.03-.466%200-.546-.141-1.096-.427-1.652a1.819%201.819%200%200%200-.527-.652z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-google {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cg%20fill%3D%22%23D7D7D7%22%3E%3Cpath%20d%3D%22M6.808%209.535c-.071-.008-.258%200-.554.029-.29.04-.588.104-.892.196-.074.029-.174.068-.306.123-.13.059-.262.141-.396.25-.13.113-.24.25-.33.418a1.23%201.23%200%200%200-.156.635c0%20.486.225.887.674%201.205.429.312%201.013.477%201.75.484.666-.008%201.174-.152%201.524-.43a1.3%201.3%200%200%200%20.514-1.062%201.34%201.34%200%200%200-.35-.918c-.248-.246-.634-.551-1.16-.914a3.503%203.503%200%200%200-.318-.016z%22%2F%3E%3Cpath%20d%3D%22M0%200v16h16V0H0zm8.388%203.644a2.65%202.65%200%200%201%20.574.926c.061.204.093.44.093.71-.012.496-.121.892-.337%201.19a3.255%203.255%200%200%201-.334.398c-.13.122-.268.246-.416.37a2.022%202.022%200%200%200-.234.292.65.65%200%200%200-.124.392c0%20.145.042.264.128.358.074.09.144.17.214.235l.476.387c.298.238.559.5.787.789.209.293.32.676.328%201.148%200%20.67-.299%201.264-.907%201.785-.624.535-1.527.812-2.708.832-.987-.008-1.726-.217-2.214-.621-.492-.379-.738-.83-.738-1.357%200-.256.08-.543.24-.857.156-.312.437-.59.844-.828a4.42%204.42%200%200%201%201.44-.512c.498-.074.91-.113%201.238-.121a2.64%202.64%200%200%201-.27-.42.938.938%200%200%201-.14-.524c0-.122.018-.224.054-.306.03-.086.059-.164.086-.236a4.61%204.61%200%200%201-.454.026c-.75-.01-1.321-.242-1.716-.698-.412-.422-.618-.916-.618-1.481%200-.678.292-1.296.876-1.85.402-.324.818-.536%201.25-.634a6.324%206.324%200%200%201%201.202-.127h2.824l-.872.498h-.87c.088.054.188.134.298.236zM14.137%208H12.65v1.453h-.744V8h-1.49v-.726h1.49V5.82h.744v1.454h1.486V8z%22%2F%3E%3Cpath%20d%3D%22M6.902%203.618a1.352%201.352%200%200%200-.766-.25c-.38.01-.702.16-.956.456a1.691%201.691%200%200%200-.304%201.028c0%20.5.15%201.021.448%201.564.144.252.332.466.56.642.226.176.488.266.784.266.372-.016.68-.144.928-.394a1.37%201.37%200%200%200%20.23-.542c.021-.186.03-.34.03-.466%200-.546-.141-1.096-.427-1.652a1.819%201.819%200%200%200-.527-.652z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-1-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2242%22%20viewBox%3D%22-9.5%20-10.5%2038%2042%22%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M8.92-10h17.299c.98%200%201.801.78%201.801%201.72v27.1c0%20.961-.82%201.74-1.801%201.74H8.92c-.979%200-1.8-.779-1.8-1.74v-27.1c0-.94.82-1.72%201.8-1.72z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M8.92-10.5h17.299c.621%200%201.182.24%201.602.66.42.4.68.96.68%201.56v27.1c0%20.619-.26%201.18-.68%201.58s-.98.639-1.602.639H8.92c-.62%200-1.2-.238-1.6-.639-.42-.4-.68-.961-.68-1.58v-27.1c0-.6.261-1.159.681-1.56.399-.42.979-.66%201.599-.66zm17.299.98H8.92c-.36%200-.68.14-.92.38-.24.22-.38.52-.38.86v27.1c0%20.34.14.66.38.879.24.221.56.361.92.361h17.299c.361%200%20.682-.141.922-.361.238-.219.379-.539.379-.879v-27.1c0-.34-.141-.64-.379-.859a1.285%201.285%200%200%200-.922-.381z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M10.14-8.32h2.981l.899.9v2.981l-.899.899H10.14l-.9-.899V-7.42zM22.02-8.32H25l.9.9v2.981l-.9.899h-2.98l-.899-.899V-7.42zM16.059-8.32h2.98l.881.9v2.981l-.881.899h-2.98l-.899-.899V-7.42z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M10.14-2.7h2.981l.899.88v2.98l-.899.901H10.14l-.9-.901v-2.98z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M22.02-2.7H25l.9.88v2.98l-.9.901h-2.98l-.899-.901v-2.98z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M16.059-2.7h2.98l.881.88v2.98l-.881.901h-2.98l-.899-.901v-2.98zM10.14%202.9h2.981l.899.88v2.98l-.899.9H10.14l-.9-.9V3.78z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M22.02%202.9H25l.9.88v2.98l-.9.9h-2.98l-.899-.9V3.78z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M16.059%202.9h2.98l.881.88v2.98l-.881.9h-2.98l-.899-.9V3.78zM10.14%208.5h2.981l.899.88v2.979l-.899.901H10.14l-.9-.901V9.38z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M22.02%208.5H25l.9.88v2.979l-.9.901h-2.98l-.899-.901V9.38z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M16.059%208.5h2.98l.881.88v2.979l-.881.901h-2.98l-.899-.901V9.38zM10.14%2014.1h2.981l.899.88v2.981l-.899.898H10.14l-.9-.898V14.98z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M22.02%2014.1H25l.9.88v2.981l-.9.898h-2.98l-.899-.898V14.98z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M16.059%2014.1h2.98l.881.88v2.981l-.881.898h-2.98l-.899-.898V14.98z%22%2F%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M.86-4.78h17.28c1%200%201.801.78%201.801%201.74v27.079c0%20.961-.801%201.742-1.801%201.742H.86c-1%200-1.801-.781-1.801-1.742V-3.04C-.94-4-.14-4.78.86-4.78z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M.86-5.28h17.28c.619%200%201.199.261%201.619.66.42.4.682.96.682%201.58v27.079c0%20.621-.262%201.18-.682%201.582-.42.398-1%20.66-1.619.66H.86c-.62%200-1.2-.262-1.62-.66-.4-.402-.681-.961-.681-1.582V-3.04c0-.62.28-1.18.681-1.58.42-.4%201-.66%201.62-.66zm17.281.98H.86c-.36%200-.7.16-.94.38-.22.22-.36.54-.36.88v27.079c0%20.34.141.66.36.881.24.24.58.381.94.381h17.28c.359%200%20.699-.141.939-.381.221-.221.361-.541.361-.881V-3.04c0-.34-.141-.66-.361-.88a1.417%201.417%200%200%200-.938-.38z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M2.06-3.08h2.98l.9.88V.78l-.9.9H2.06l-.88-.9V-2.2zM13.961-3.08h2.98l.879.88V.78l-.879.9h-2.98l-.902-.9V-2.2zM7.98-3.08h2.981l.898.88V.78l-.898.9H7.98l-.9-.9V-2.2z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M2.06%202.52h2.98l.9.88v2.98l-.9.9H2.06l-.88-.9V3.4z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M13.961%202.52h2.98l.879.88v2.98l-.879.9h-2.98l-.902-.9V3.4z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M7.98%202.52h2.981l.898.88v2.98l-.898.9H7.98l-.9-.9V3.4zM2.06%208.12h2.98l.9.9v2.96l-.9.899H2.06l-.88-.899V9.02z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M13.961%208.12h2.98l.879.9v2.96l-.879.899h-2.98l-.902-.899V9.02z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M7.98%208.12h2.981l.898.9v2.96l-.898.899H7.98l-.9-.899V9.02zM2.06%2013.719h2.98l.9.902V17.6l-.9.88H2.06l-.88-.88v-2.979z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M13.961%2013.719h2.98l.879.902V17.6l-.879.88h-2.98l-.902-.88v-2.979z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M7.98%2013.719h2.981l.898.902V17.6l-.898.88H7.98l-.9-.88v-2.979zM2.06%2019.32h2.98l.9.899v2.98l-.9.881H2.06l-.88-.881v-2.98z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M13.961%2019.32h2.98l.879.899v2.98l-.879.881h-2.98l-.902-.881v-2.98z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M7.98%2019.32h2.981l.898.899v2.98l-.898.881H7.98l-.9-.881v-2.98z%22%2F%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M-7.22.439h17.3c.979%200%201.799.78%201.799%201.74v27.102c0%20.959-.82%201.738-1.799%201.738h-17.3c-.98%200-1.8-.779-1.8-1.738V2.18c0-.96.82-1.741%201.8-1.741z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M-7.22-.04h17.3c.619%200%201.201.24%201.6.64.42.4.68.961.68%201.58v27.102c0%20.598-.26%201.158-.68%201.578-.398.4-.98.641-1.6.641h-17.3c-.62%200-1.181-.24-1.601-.641-.42-.42-.68-.98-.68-1.578V2.18A2.18%202.18%200%200%201-8.82.6c.42-.4.98-.64%201.6-.64zm17.3.979h-17.3c-.36%200-.681.141-.92.36-.24.24-.38.54-.38.88v27.102c0%20.34.14.639.38.879.239.219.56.359.92.359h17.3c.36%200%20.68-.141.92-.359.24-.24.379-.539.379-.879V2.18c0-.34-.139-.64-.379-.88-.24-.22-.56-.361-.92-.361z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M-6%202.14h2.98l.9.9v2.98l-.9.88H-6l-.9-.88V3.04zM5.88%202.14h2.98l.9.9v2.98l-.9.88H5.88L5%206.02V3.04zM-.08%202.14H2.9l.88.9v2.98l-.88.88H-.08l-.9-.88V3.04zM-6%207.74h2.98l.9.9v2.981l-.9.879H-6l-.9-.879V8.64zM5.88%207.74h2.98l.9.9v2.981l-.9.879H5.88L5%2011.621V8.64zM-.08%207.74H2.9l.88.9v2.981l-.88.879H-.08l-.9-.879V8.64zM-6%2013.34h2.98l.9.9v2.979l-.9.902H-6l-.9-.902V14.24zM5.88%2013.34h2.98l.9.9v2.979l-.9.902H5.88l-.9-.902V14.24zM-.08%2013.34H2.9l.88.9v2.979l-.88.902H-.08l-.9-.902V14.24zM-6%2018.939h2.98l.9.901v2.98l-.9.879H-6l-.9-.879v-2.98zM5.88%2018.939h2.98l.9.901v2.98l-.9.879H5.88l-.9-.879v-2.98zM-.08%2018.939H2.9l.88.901v2.98l-.88.879H-.08l-.9-.879v-2.98zM-6%2024.539h2.98l.9.9v2.981l-.9.9H-6l-.9-.9v-2.981zM5.88%2024.539h2.98l.9.9v2.981l-.9.9H5.88l-.9-.9v-2.981zM-.08%2024.539H2.9l.88.9v2.981l-.88.9H-.08l-.9-.9v-2.981z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-1-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2242%22%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M18.421.5H35.72c.98%200%201.801.78%201.801%201.72v27.1c0%20.961-.819%201.74-1.801%201.74H18.421c-.979%200-1.8-.779-1.8-1.74V2.22c0-.94.82-1.72%201.8-1.72z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M18.421%200H35.72c.621%200%201.182.24%201.602.66.421.4.681.96.681%201.56v27.1c0%20.619-.26%201.18-.681%201.58-.42.399-.979.639-1.602.639H18.421c-.62%200-1.2-.238-1.6-.639-.42-.4-.68-.961-.68-1.58V2.22c0-.6.261-1.159.681-1.56.399-.42.979-.66%201.599-.66zM35.72.98H18.421c-.36%200-.68.14-.92.38-.24.22-.38.52-.38.86v27.1c0%20.34.14.66.38.879.24.221.56.361.92.361H35.72c.361%200%20.682-.142.922-.361.238-.219.379-.539.379-.879V2.22c0-.34-.141-.64-.379-.859A1.285%201.285%200%200%200%2035.72.98z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M19.641%202.18h2.981l.899.9v2.981l-.899.899h-2.981l-.9-.899V3.08zM31.521%202.18h2.98l.9.9v2.981l-.9.899h-2.98l-.899-.899V3.08zM25.561%202.18h2.979l.881.9v2.981l-.881.899h-2.979l-.9-.899V3.08zM19.641%207.8h2.981l.899.88v2.98l-.899.901h-2.981l-.9-.901V8.68zM31.521%207.8h2.98l.9.88v2.98l-.9.901h-2.98l-.899-.901V8.68zM25.561%207.8h2.979l.881.88v2.98l-.881.901h-2.979l-.9-.901V8.68zM19.641%2013.4h2.981l.899.88v2.98l-.899.9h-2.981l-.9-.9v-2.98zM31.521%2013.4h2.98l.9.88v2.98l-.9.9h-2.98l-.899-.9v-2.98zM25.561%2013.4h2.979l.881.88v2.98l-.881.9h-2.979l-.9-.9v-2.98zM19.641%2019h2.981l.899.88v2.979l-.899.901h-2.981l-.9-.901V19.88zM31.521%2019h2.98l.9.88v2.979l-.9.901h-2.98l-.899-.901V19.88zM25.561%2019h2.979l.881.88v2.979l-.881.901h-2.979l-.9-.901V19.88zM19.641%2024.6h2.981l.899.88v2.981l-.899.898h-2.981l-.9-.898V25.48zM31.521%2024.6h2.98l.9.88v2.981l-.9.898h-2.98l-.899-.898V25.48zM25.561%2024.6h2.979l.881.88v2.981l-.881.898h-2.979l-.9-.898V25.48z%22%2F%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M10.361%205.72h17.28c1%200%201.802.78%201.802%201.74v27.079c0%20.961-.802%201.742-1.802%201.742h-17.28c-1%200-1.801-.781-1.801-1.742V7.46c.001-.96.801-1.74%201.801-1.74z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M10.361%205.22h17.28c.619%200%201.199.261%201.619.66.421.4.683.96.683%201.58v27.079a2.18%202.18%200%200%201-.683%201.582c-.42.398-1%20.66-1.619.66h-17.28c-.62%200-1.2-.262-1.62-.66-.4-.402-.681-.961-.681-1.582V7.46c0-.62.28-1.18.681-1.58.42-.4%201-.66%201.62-.66zm17.282.98H10.361c-.36%200-.7.16-.94.38-.22.22-.36.54-.36.88v27.079c0%20.34.141.66.36.881.24.24.58.381.94.381h17.28c.359%200%20.699-.141.939-.381.221-.221.361-.541.361-.881V7.46c0-.34-.142-.66-.361-.88a1.417%201.417%200%200%200-.937-.38z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M11.561%207.42h2.98l.9.88v2.98l-.9.9h-2.98l-.88-.9V8.3zM23.462%207.42h2.979l.879.88v2.98l-.879.9h-2.979l-.901-.9V8.3zM17.481%207.42h2.981l.897.88v2.98l-.897.9h-2.981l-.9-.9V8.3zM11.561%2013.02h2.98l.9.88v2.98l-.9.9h-2.98l-.88-.9V13.9zM23.462%2013.02h2.979l.879.88v2.98l-.879.9h-2.979l-.901-.9V13.9zM17.481%2013.02h2.981l.897.88v2.98l-.897.9h-2.981l-.9-.9V13.9zM11.561%2018.62h2.98l.9.9v2.96l-.9.899h-2.98l-.88-.899v-2.96zM23.462%2018.62h2.979l.879.9v2.96l-.879.899h-2.979l-.901-.899v-2.96zM17.481%2018.62h2.981l.897.9v2.96l-.897.899h-2.981l-.9-.899v-2.96zM11.561%2024.219h2.98l.9.902V28.1l-.9.88h-2.98l-.88-.88v-2.979zM23.462%2024.219h2.979l.879.902V28.1l-.879.88h-2.979l-.901-.88v-2.979zM17.481%2024.219h2.981l.897.902V28.1l-.897.88h-2.981l-.9-.88v-2.979zM11.561%2029.82h2.98l.9.899v2.98l-.9.881h-2.98l-.88-.881v-2.98zM23.462%2029.82h2.979l.879.899v2.98l-.879.881h-2.979l-.901-.881v-2.98zM17.481%2029.82h2.981l.897.899v2.98l-.897.881h-2.981l-.9-.881v-2.98z%22%2F%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M2.281%2010.939h17.3c.979%200%201.799.78%201.799%201.74v27.103c0%20.959-.819%201.738-1.799%201.738h-17.3c-.98%200-1.8-.779-1.8-1.738V12.68c0-.96.82-1.741%201.8-1.741z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M2.281%2010.46h17.3c.619%200%201.201.24%201.601.64.42.4.68.961.68%201.58v27.102c0%20.598-.26%201.157-.68%201.577-.398.4-.98.642-1.601.642h-17.3a2.3%202.3%200%200%201-1.601-.642c-.42-.42-.68-.979-.68-1.577V12.68a2.18%202.18%200%200%201%20.681-1.58c.42-.4.98-.64%201.6-.64zm17.3.979h-17.3c-.36%200-.681.141-.92.36-.24.24-.38.54-.38.88v27.103c0%20.34.14.639.38.879.239.219.56.359.92.359h17.3c.36%200%20.68-.142.92-.359.24-.24.379-.539.379-.879V12.68c0-.34-.139-.64-.379-.88-.24-.22-.56-.361-.92-.361z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M3.501%2012.64h2.98l.9.9v2.98l-.9.88h-2.98l-.9-.88v-2.98zM15.381%2012.64h2.98l.9.9v2.98l-.9.88h-2.98l-.88-.88v-2.98zM9.421%2012.64h2.98l.88.9v2.98l-.88.88h-2.98l-.9-.88v-2.98zM3.501%2018.24h2.98l.9.9v2.981l-.9.879h-2.98l-.9-.879V19.14zM15.381%2018.24h2.98l.9.9v2.981l-.9.879h-2.98l-.88-.879V19.14zM9.421%2018.24h2.98l.88.9v2.981l-.88.879h-2.98l-.9-.879V19.14zM3.501%2023.84h2.98l.9.9v2.979l-.9.902h-2.98l-.9-.902V24.74zM15.381%2023.84h2.98l.9.9v2.979l-.9.902h-2.98l-.9-.902V24.74zM9.421%2023.84h2.98l.88.9v2.979l-.88.902h-2.98l-.9-.902V24.74zM3.501%2029.439h2.98l.9.901v2.98l-.9.879h-2.98l-.9-.879v-2.98zM15.381%2029.439h2.98l.9.901v2.98l-.9.879h-2.98l-.9-.879v-2.98zM9.421%2029.439h2.98l.88.901v2.98l-.88.879h-2.98l-.9-.879v-2.98zM3.501%2035.039h2.98l.9.9v2.981l-.9.9h-2.98l-.9-.9v-2.981zM15.381%2035.039h2.98l.9.9v2.981l-.9.9h-2.98l-.9-.9v-2.981zM9.421%2035.039h2.98l.88.9v2.981l-.88.9h-2.98l-.9-.9v-2.981z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-1 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2242%22%20viewBox%3D%22-9.5%20-10.5%2038%2042%22%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M8.92-10h17.299c.98%200%201.801.78%201.801%201.72v27.1c0%20.961-.82%201.74-1.801%201.74H8.92c-.979%200-1.8-.779-1.8-1.74v-27.1c0-.94.82-1.72%201.8-1.72z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M8.92-10.5h17.299c.621%200%201.182.24%201.602.66.42.4.68.96.68%201.56v27.1c0%20.619-.26%201.18-.68%201.58s-.98.639-1.602.639H8.92c-.62%200-1.2-.238-1.6-.639-.42-.4-.68-.961-.68-1.58v-27.1c0-.6.261-1.159.681-1.56.399-.42.979-.66%201.599-.66zm17.299.98H8.92c-.36%200-.68.14-.92.38-.24.22-.38.52-.38.86v27.1c0%20.34.14.66.38.879.24.221.56.361.92.361h17.299c.361%200%20.682-.141.922-.361.238-.219.379-.539.379-.879v-27.1c0-.34-.141-.64-.379-.859a1.285%201.285%200%200%200-.922-.381z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M10.14-8.32h2.981l.899.9v2.981l-.899.899H10.14l-.9-.899V-7.42zM22.02-8.32H25l.9.9v2.981l-.9.899h-2.98l-.899-.899V-7.42zM16.059-8.32h2.98l.881.9v2.981l-.881.899h-2.98l-.899-.899V-7.42zM10.14-2.7h2.981l.899.88v2.98l-.899.901H10.14l-.9-.901v-2.98zM22.02-2.7H25l.9.88v2.98l-.9.901h-2.98l-.899-.901v-2.98zM16.059-2.7h2.98l.881.88v2.98l-.881.901h-2.98l-.899-.901v-2.98zM10.14%202.9h2.981l.899.88v2.98l-.899.9H10.14l-.9-.9V3.78zM22.02%202.9H25l.9.88v2.98l-.9.9h-2.98l-.899-.9V3.78zM16.059%202.9h2.98l.881.88v2.98l-.881.9h-2.98l-.899-.9V3.78zM10.14%208.5h2.981l.899.88v2.979l-.899.901H10.14l-.9-.901V9.38zM22.02%208.5H25l.9.88v2.979l-.9.901h-2.98l-.899-.901V9.38zM16.059%208.5h2.98l.881.88v2.979l-.881.901h-2.98l-.899-.901V9.38zM10.14%2014.1h2.981l.899.88v2.981l-.899.898H10.14l-.9-.898V14.98zM22.02%2014.1H25l.9.88v2.981l-.9.898h-2.98l-.899-.898V14.98zM16.059%2014.1h2.98l.881.88v2.981l-.881.898h-2.98l-.899-.898V14.98z%22%2F%3E%3Cg%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M.86-4.78h17.28c1%200%201.801.78%201.801%201.74v27.079c0%20.961-.801%201.742-1.801%201.742H.86c-1%200-1.801-.781-1.801-1.742V-3.04C-.94-4-.14-4.78.86-4.78z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M.86-5.28h17.28c.619%200%201.199.261%201.619.66.42.4.682.96.682%201.58v27.079c0%20.621-.262%201.18-.682%201.582-.42.398-1%20.66-1.619.66H.86c-.62%200-1.2-.262-1.62-.66-.4-.402-.681-.961-.681-1.582V-3.04c0-.62.28-1.18.681-1.58.42-.4%201-.66%201.62-.66zm17.281.98H.86c-.36%200-.7.16-.94.38-.22.22-.36.54-.36.88v27.079c0%20.34.141.66.36.881.24.24.58.381.94.381h17.28c.359%200%20.699-.141.939-.381.221-.221.361-.541.361-.881V-3.04c0-.34-.141-.66-.361-.88a1.417%201.417%200%200%200-.938-.38z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M2.06-3.08h2.98l.9.88V.78l-.9.9H2.06l-.88-.9V-2.2zM13.961-3.08h2.98l.879.88V.78l-.879.9h-2.98l-.902-.9V-2.2zM7.98-3.08h2.981l.898.88V.78l-.898.9H7.98l-.9-.9V-2.2zM2.06%202.52h2.98l.9.88v2.98l-.9.9H2.06l-.88-.9V3.4zM13.961%202.52h2.98l.879.88v2.98l-.879.9h-2.98l-.902-.9V3.4zM7.98%202.52h2.981l.898.88v2.98l-.898.9H7.98l-.9-.9V3.4zM2.06%208.12h2.98l.9.9v2.96l-.9.899H2.06l-.88-.899V9.02zM13.961%208.12h2.98l.879.9v2.96l-.879.899h-2.98l-.902-.899V9.02zM7.98%208.12h2.981l.898.9v2.96l-.898.899H7.98l-.9-.899V9.02zM2.06%2013.719h2.98l.9.902V17.6l-.9.88H2.06l-.88-.88v-2.979zM13.961%2013.719h2.98l.879.902V17.6l-.879.88h-2.98l-.902-.88v-2.979zM7.98%2013.719h2.981l.898.902V17.6l-.898.88H7.98l-.9-.88v-2.979zM2.06%2019.32h2.98l.9.899v2.98l-.9.881H2.06l-.88-.881v-2.98zM13.961%2019.32h2.98l.879.899v2.98l-.879.881h-2.98l-.902-.881v-2.98zM7.98%2019.32h2.981l.898.899v2.98l-.898.881H7.98l-.9-.881v-2.98z%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M-7.22.439h17.3c.979%200%201.799.78%201.799%201.74v27.102c0%20.959-.82%201.738-1.799%201.738h-17.3c-.98%200-1.8-.779-1.8-1.738V2.18c0-.96.82-1.741%201.8-1.741z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-7.22-.04h17.3c.619%200%201.201.24%201.6.64.42.4.68.961.68%201.58v27.102c0%20.598-.26%201.158-.68%201.578-.398.4-.98.641-1.6.641h-17.3c-.62%200-1.181-.24-1.601-.641-.42-.42-.68-.98-.68-1.578V2.18A2.18%202.18%200%200%201-8.82.6c.42-.4.98-.64%201.6-.64zm17.3.979h-17.3c-.36%200-.681.141-.92.36-.24.24-.38.54-.38.88v27.102c0%20.34.14.639.38.879.239.219.56.359.92.359h17.3c.36%200%20.68-.141.92-.359.24-.24.379-.539.379-.879V2.18c0-.34-.139-.64-.379-.88-.24-.22-.56-.361-.92-.361z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-6%202.14h2.98l.9.9v2.98l-.9.88H-6l-.9-.88V3.04zM5.88%202.14h2.98l.9.9v2.98l-.9.88H5.88L5%206.02V3.04zM-.08%202.14H2.9l.88.9v2.98l-.88.88H-.08l-.9-.88V3.04zM-6%207.74h2.98l.9.9v2.981l-.9.879H-6l-.9-.879V8.64zM5.88%207.74h2.98l.9.9v2.981l-.9.879H5.88L5%2011.621V8.64zM-.08%207.74H2.9l.88.9v2.981l-.88.879H-.08l-.9-.879V8.64zM-6%2013.34h2.98l.9.9v2.979l-.9.902H-6l-.9-.902V14.24zM5.88%2013.34h2.98l.9.9v2.979l-.9.902H5.88l-.9-.902V14.24zM-.08%2013.34H2.9l.88.9v2.979l-.88.902H-.08l-.9-.902V14.24zM-6%2018.939h2.98l.9.901v2.98l-.9.879H-6l-.9-.879v-2.98zM5.88%2018.939h2.98l.9.901v2.98l-.9.879H5.88l-.9-.879v-2.98zM-.08%2018.939H2.9l.88.901v2.98l-.88.879H-.08l-.9-.879v-2.98zM-6%2024.539h2.98l.9.9v2.981l-.9.9H-6l-.9-.9v-2.981zM5.88%2024.539h2.98l.9.9v2.981l-.9.9H5.88l-.9-.9v-2.981zM-.08%2024.539H2.9l.88.9v2.981l-.88.9H-.08l-.9-.9v-2.981z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-2-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2259%22%20viewBox%3D%22-14%20-14.502%2056%2059%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M21.121%206.678h20.82v2.12h-20.82zM21.18-3.842h2.461v10.18H21.18zM33.699-2.082h-7.84l-.839-.62h-.961v6.88h2.021l.52%202.16h7.181v-.62H42v-4.28h-8.26zM28.539-5.382H31.4c.221%200%20.42-.22.42-.48s-.199-.46-.42-.46h-2.861c-.238%200-.418.2-.418.46s.18.48.418.48z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M29.02-2.382h5.102c.299-.9.258-1.8%200-2.72H29.02c-.28.88-.301%201.78%200%202.72zM38.781-2.082H42v2.86h-3.219zM35.32.778h1.279v5.56H35.32z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M31.461-2.882h.98v1.08h-.98z%22%2F%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M-12.3-14.122H.56c.74%200%201.341.601%201.341%201.32v20.74c0%20.721-.601%201.32-1.341%201.32H-12.3c-.74%200-1.34-.6-1.34-1.32v-20.739c0-.72.6-1.321%201.34-1.321z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M-12.3-14.502H.56c.46%200%20.881.201%201.2.5.3.3.5.74.5%201.2v20.74c0%20.461-.2.9-.5%201.2-.319.32-.74.5-1.2.5H-12.3c-.46%200-.88-.18-1.2-.5-.3-.3-.5-.739-.5-1.2v-20.739c0-.46.2-.9.5-1.2.32-.301.74-.501%201.2-.501zm12.86.76H-12.3c-.26%200-.521.101-.681.28a.872.872%200%200%200-.279.66v20.74c0%20.261.1.5.279.66.16.181.421.301.681.301H.56c.261%200%20.5-.12.681-.301a.872.872%200%200%200%20.279-.66v-20.739c0-.261-.1-.5-.279-.66a.953.953%200%200%200-.681-.281z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M-11.4-12.822h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-2.56-12.822h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-7-12.822h2.22l.66.68v2.28l-.66.68H-7l-.66-.68v-2.28zM-11.4-8.542h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-2.56-8.542h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-7-8.542h2.22l.66.68v2.28l-.66.68H-7l-.66-.68v-2.28zM-11.4-4.262h2.22l.66.7v2.26l-.66.7h-2.22l-.66-.7v-2.26zM-2.56-4.262h2.22l.66.7v2.26l-.66.7h-2.22l-.66-.7v-2.26zM-7-4.262h2.22l.66.7v2.26l-.66.7H-7l-.66-.7v-2.26zM-11.4.038h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68V.718zM-2.56.038h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68V.718zM-7%20.038h2.22l.66.68v2.28l-.66.68H-7l-.66-.68V.718zM-11.4%204.318h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-2.56%204.318h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-7%204.318h2.22l.66.68v2.28l-.66.68H-7l-.66-.68v-2.28zM1.14%2035.4v9.098h17.079V31.337l-5.699%204v-3.918l-5.7%203.918v-3.918zM19.719%2021.458l-.418%2023.04h5.34l-.442-23.04z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%2300427E%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M-5.88%2011.778v4.92c0%20.881.72%201.619%201.58%201.619h34.261c.859%200%201.559-.719%201.559-1.619v-4.92m-18.7%207.081v6.439-6.439z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-2-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2259%22%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M35.121%2021.18h20.82v2.12h-20.82zM35.18%2010.66h2.461v10.18H35.18zM47.699%2012.42h-7.84l-.839-.62h-.961v6.88h2.021l.52%202.16h7.181v-.62H56v-4.281h-8.26zM42.539%209.12H45.4c.221%200%20.42-.22.42-.48s-.199-.46-.42-.46h-2.861c-.238%200-.418.2-.418.46s.18.48.418.48z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M43.02%2012.12h5.103c.299-.9.258-1.8%200-2.72H43.02c-.28.88-.301%201.78%200%202.72zM52.781%2012.42H56v2.86h-3.219zM49.32%2015.28h1.279v5.56H49.32z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M45.461%2011.62h.98v1.08h-.98zM1.7%200h12.86c.46%200%20.881.2%201.2.5.3.3.5.74.5%201.2v20.739c0%20.461-.2.9-.5%201.2-.319.32-.74.5-1.2.5H1.7c-.46%200-.88-.18-1.2-.5-.3-.3-.5-.739-.5-1.2V1.7C0%201.24.2.8.5.5.82.2%201.24%200%201.7%200zm12.86.76H1.7c-.26%200-.521.101-.681.28a.872.872%200%200%200-.279.66v20.739c0%20.261.1.5.279.66a.937.937%200%200%200%20.681.301h12.86c.26%200%20.5-.12.68-.3.18-.161.28-.4.28-.661V1.7c0-.261-.1-.5-.279-.66a.956.956%200%200%200-.681-.28z%22%2F%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M2.6%201.68h2.22l.66.68v2.28l-.66.68H2.6l-.66-.68V2.36zM11.44%201.68h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68V2.36zM7%201.68h2.22l.66.68v2.28l-.66.68H7l-.66-.68V2.36zM2.6%205.96h2.22l.66.68v2.28l-.66.68H2.6l-.66-.68V6.64zM11.44%205.96h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68V6.64zM7%205.96h2.22l.66.68v2.28l-.66.68H7l-.66-.68V6.64zM2.6%2010.24h2.22l.66.699V13.2l-.66.7H2.6l-.66-.7v-2.261zM11.44%2010.24h2.22l.66.699V13.2l-.66.7h-2.22l-.66-.7v-2.261zM7%2010.24h2.22l.66.699V13.2l-.66.7H7l-.66-.7v-2.261zM2.6%2014.54h2.22l.66.68v2.28l-.66.68H2.6l-.66-.68v-2.28zM11.44%2014.54h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM7%2014.54h2.22l.66.68v2.28l-.66.68H7l-.66-.68v-2.28zM2.6%2018.82h2.22l.66.68v2.28l-.66.68H2.6l-.66-.68V19.5zM11.44%2018.82h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68V19.5zM7%2018.82h2.22l.66.68v2.28l-.66.68H7l-.66-.68V19.5zM15.14%2049.9V59h17.079V45.84l-5.699%204v-3.92l-5.7%203.92v-3.92zM33.719%2035.961L33.301%2059h5.34l-.442-23.039z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23CCC%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M8.12%2026.28v4.919c0%20.881.72%201.621%201.58%201.621h34.261c.859%200%201.559-.721%201.559-1.621V26.28m-18.7%207.079v6.44-6.44z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-2 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2259%22%20viewBox%3D%22-14%20-14.5%2056%2059%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M21.121%206.68h20.82V8.8h-20.82zM21.18-3.84h2.461V6.34H21.18zM33.699-2.08h-7.84l-.839-.62h-.961v6.88h2.021l.52%202.16h7.181v-.62H42V1.439h-8.26zM28.539-5.38H31.4c.221%200%20.42-.22.42-.48s-.199-.46-.42-.46h-2.861c-.238%200-.418.2-.418.46s.18.48.418.48z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M29.02-2.38h5.102c.299-.9.258-1.8%200-2.72H29.02c-.28.88-.301%201.78%200%202.72zM38.781-2.08H42V.78h-3.219zM35.32.78h1.279v5.56H35.32z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M31.461-2.88h.98v1.08h-.98z%22%2F%3E%3Cpath%20fill%3D%22%23EBEBEB%22%20d%3D%22M-12.3-14.12H.56c.74%200%201.34.6%201.34%201.32V7.939C1.9%208.66%201.3%209.26.56%209.26H-12.3c-.74%200-1.34-.6-1.34-1.32V-12.8c0-.72.6-1.32%201.34-1.32z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-12.3-14.5H.56c.46%200%20.881.2%201.2.5.3.3.5.74.5%201.2V7.939c0%20.461-.2.9-.5%201.2-.319.32-.74.5-1.2.5H-12.3c-.46%200-.88-.18-1.2-.5-.3-.3-.5-.739-.5-1.2V-12.8c0-.46.2-.9.5-1.2.32-.3.74-.5%201.2-.5zm12.86.76H-12.3c-.26%200-.521.101-.681.28a.872.872%200%200%200-.279.66V7.939c0%20.261.1.5.279.66a.937.937%200%200%200%20.681.301H.56c.26%200%20.5-.12.68-.3.18-.161.28-.4.28-.661V-12.8c0-.261-.1-.5-.279-.66a.956.956%200%200%200-.681-.28z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-11.4-12.82h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-2.56-12.82h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-7-12.82h2.22l.66.68v2.28l-.66.68H-7l-.66-.68v-2.28zM-11.4-8.54h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-2.56-8.54h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68v-2.28zM-7-8.54h2.22l.66.68v2.28l-.66.68H-7l-.66-.68v-2.28zM-11.4-4.26h2.22l.66.699V-1.3l-.66.7h-2.22l-.66-.7v-2.261zM-2.56-4.26h2.22l.66.699V-1.3l-.66.7h-2.22l-.66-.7v-2.261zM-7-4.26h2.22l.66.699V-1.3l-.66.7H-7l-.66-.7v-2.261zM-11.4.04h2.22l.66.68V3l-.66.68h-2.22l-.66-.68V.72zM-2.56.04h2.22l.66.68V3l-.66.68h-2.22L-3.22%203V.72zM-7%20.04h2.22l.66.68V3l-.66.68H-7L-7.66%203V.72zM-11.4%204.32h2.22l.66.68v2.28l-.66.68h-2.22l-.66-.68V5zM-2.56%204.32h2.22L.32%205v2.28l-.66.68h-2.22l-.66-.68V5zM-7%204.32h2.22l.66.68v2.28l-.66.68H-7l-.66-.68V5zM1.14%2035.4v9.1h17.079V31.34l-5.699%204v-3.92l-5.7%203.92v-3.92zM19.719%2021.461L19.301%2044.5h5.34l-.442-23.039z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23515151%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M-5.88%2011.78v4.919c0%20.881.72%201.621%201.58%201.621h34.261c.859%200%201.559-.721%201.559-1.621V11.78m-18.7%207.079V25.3v-6.441z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-3-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2254%22%20viewBox%3D%22-11.5%20-13.5%2046%2054%22%3E%3Cg%20fill%3D%22%2300427E%22%3E%3Cpath%20d%3D%22M17.98-10.1H5.02L-1.2-7.54h25.399zM28.26%205.54H-5.26L-11.5%208.1h46zM12-13.5h-1.02l-.48%202.48h2zM22.961%2040.24L16.9%209.02h-2.56l.539%203.24-.02-.02-3.359%203.979-3.36-3.979-.02.02.54-3.24H6.1L.04%2040.24H.1l-.06.26h3.32l.44-2.42%207.7-6.66%207.699%206.66.441%202.42h3.32l-.06-.26h.061zm-7.68-25.541l1.238%207.441-3.76-4.441%202.522-3zm.979%2010.082l-4.76%204.098-4.76-4.098%204.76-5.621%204.76%205.621zm-6.02-7.082L6.48%2022.14l1.239-7.441%202.521%203zM4.3%2035.121l1.44-8.682%204.3%203.721-5.74%204.961zm8.661-4.961l4.279-3.721%201.459%208.682-5.738-4.961zM11.04-6.64H9.28L7.08%204.64h2.2l1.88-11.28zM13.719-6.64H11.84l1.879%2011.28h2.201zM-1.2-6.64h3.681v2H-1.2zM20.52-6.64h3.68v2h-3.68zM-11.5%209.1h3.7v1.98h-3.7zM30.801%209.1H34.5v1.98h-3.699zM20.52%209.1h3.68v1.98h-3.68zM-1.2%209.1h3.681v1.98H-1.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-3-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2254%22%3E%3Cg%20fill%3D%22%23CCC%22%3E%3Cpath%20d%3D%22M29.48%203.4H16.52L10.3%205.96h25.399zM39.76%2019.04H6.24L0%2021.6h46zM23.5%200h-1.02L22%202.48h2zM34.461%2053.74L28.4%2022.52h-2.56l.539%203.24-.02-.02L23%2029.719l-3.36-3.979-.02.02.54-3.24H17.6l-6.06%2031.22h.06l-.06.26h3.32l.44-2.42%207.7-6.66%207.699%206.66.442%202.42h3.319l-.06-.26h.061zm-7.68-25.541l1.238%207.441-3.761-4.441%202.523-3zm.979%2010.082L23%2042.379l-4.76-4.098L23%2032.66l4.76%205.621zm-6.02-7.082l-3.76%204.441%201.239-7.441%202.521%203zM15.8%2048.621l1.44-8.682%204.3%203.721-5.74%204.961zm8.661-4.961l4.279-3.721%201.459%208.682-5.738-4.961zM22.54%206.86h-1.76l-2.2%2011.28h2.2l1.88-11.28zM25.219%206.86H23.34l1.879%2011.28h2.201zM10.3%206.86h3.681v2H10.3zM32.02%206.86h3.681v2H32.02zM0%2022.6h3.7v1.98H0zM42.301%2022.6H46v1.98h-3.699zM32.02%2022.6h3.681v1.98H32.02zM10.3%2022.6h3.681v1.98H10.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-3 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2246%22%20height%3D%2254%22%20viewBox%3D%22-11.5%20-13.5%2046%2054%22%3E%3Cg%20fill%3D%22%23515151%22%3E%3Cpath%20d%3D%22M17.98-10.1H5.02L-1.2-7.54h25.399zM28.26%205.54H-5.26L-11.5%208.1h46zM12-13.5h-1.02l-.48%202.48h2zM22.961%2040.24L16.9%209.02h-2.56l.539%203.24-.02-.02-3.359%203.979-3.36-3.979-.02.02.54-3.24H6.1L.04%2040.24H.1l-.06.26h3.32l.44-2.42%207.7-6.66%207.699%206.66.441%202.42h3.32l-.06-.26h.061zm-7.68-25.541l1.238%207.441-3.76-4.441%202.522-3zm.979%2010.082l-4.76%204.098-4.76-4.098%204.76-5.621%204.76%205.621zm-6.02-7.082L6.48%2022.14l1.239-7.441%202.521%203zM4.3%2035.121l1.44-8.682%204.3%203.721-5.74%204.961zm8.661-4.961l4.279-3.721%201.459%208.682-5.738-4.961zM11.04-6.64H9.28L7.08%204.64h2.2l1.88-11.28zM13.719-6.64H11.84l1.879%2011.28h2.201zM-1.2-6.64h3.681v2H-1.2zM20.52-6.64h3.68v2h-3.68zM-11.5%209.1h3.7v1.98h-3.7zM30.801%209.1H34.5v1.98h-3.699zM20.52%209.1h3.68v1.98h-3.68zM-1.2%209.1h3.681v1.98H-1.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-4-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2264%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M89.368%2010.19l.219-8.046C89.607.968%2088.691%200%2087.51%200h-9.904c-1.183%200-2.16.968-2.182%202.143l-.179%208.085-50.324.134.062-8.218C24.984.968%2024.047%200%2022.866%200h-9.905a2.146%202.146%200%200%200-2.139%202.143l-.021%208.257-10.781.029L0%2064l100.001-.371V10.162l-10.633.028z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.329%2028.856l5.871.103.162-6.266%205.93.062.062%206.328%206.032-.124.183%206.121-6.154-.123v6.184h-6.032l.04-6.121h-6.154zM63.178%2028.919h24.433l-.021%206.121-24.371-.061z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-4 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22100%22%20height%3D%2264%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M89.368%2010.19l.219-8.046C89.606.968%2088.69%200%2087.509%200h-9.904a2.197%202.197%200%200%200-2.181%202.144l-.179%208.084-50.324.134.063-8.218C24.984.968%2024.047%200%2022.866%200h-9.905a2.148%202.148%200%200%200-2.14%202.144L10.8%2010.4l-10.78.029L0%2064l100-.371V10.162l-10.632.028z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.329%2028.856l5.87.103.162-6.266%205.931.062.061%206.328%206.033-.124.183%206.122-6.155-.123v6.185h-6.032l.041-6.125h-6.155zM63.176%2028.918h24.435l-.02%206.121-24.374-.06z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-5 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22510%22%20height%3D%22510%22%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M255%20510c-68.115%200-132.152-26.524-180.314-74.686S0%20323.115%200%20255%2026.524%20122.848%2074.686%2074.686%20186.885%200%20255%200s132.152%2026.524%20180.314%2074.686S510%20186.885%20510%20255s-26.524%20132.152-74.686%20180.314S323.115%20510%20255%20510zm0-472c-57.965%200-112.459%2022.571-153.444%2063.556S38%20197.035%2038%20255s22.571%20112.459%2063.556%20153.444S197.035%20472%20255%20472s112.459-22.571%20153.444-63.556S472%20312.965%20472%20255s-22.571-112.459-63.556-153.444S312.965%2038%20255%2038z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-6-hover {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2296%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M48%2095.5C21.806%2095.5.495%2074.191.495%2048S21.806.5%2048%20.5C74.195.5%2095.505%2021.809%2095.505%2048S74.195%2095.5%2048%2095.5z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M48%201c25.922%200%2047.011%2021.084%2047.011%2047S73.922%2095%2048%2095C22.079%2095%20.99%2073.916.99%2048S22.079%201%2048%201m0-1C21.486%200%200%2021.49%200%2048s21.486%2048%2048%2048%2048-21.49%2048-48S74.514%200%2048%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%2300427E%22%20d%3D%22M30.35%2031h4.86c.58%200%201.04.47%201.04%201.04l-.06%207.62h-6.91l.02-7.62c0-.57.47-1.04%201.05-1.04zM62.07%2031h4.859c.58%200%201.03.47%201.021%201.04l-.21%207.62h-6.91l.17-7.62c.01-.57.49-1.04%201.07-1.04z%22%2F%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M73.061%2061.87V35.93L24%2036.06l-.01%2025.99z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30.04%2045l2.88.05.08-3.04%202.91.03.03%203.07%202.96-.06.09%202.97-3.02-.06v3h-2.96l.02-2.97h-3.02zM54.99%2045.03h11.99L66.971%2048l-11.961-.03z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-6-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2296%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M48%2095.5C21.806%2095.5.495%2074.191.495%2048S21.806.5%2048%20.5C74.195.5%2095.505%2021.809%2095.505%2048S74.195%2095.5%2048%2095.5z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M48%201c25.922%200%2047.011%2021.084%2047.011%2047S73.922%2095%2048%2095C22.079%2095%20.99%2073.916.99%2048S22.079%201%2048%201m0-1C21.486%200%200%2021.49%200%2048s21.486%2048%2048%2048%2048-21.49%2048-48S74.514%200%2048%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EAEAEA%22%20d%3D%22M30.35%2031h4.86c.58%200%201.04.47%201.04%201.04l-.06%207.62h-6.91l.02-7.62c0-.57.47-1.04%201.05-1.04zM62.07%2031h4.859c.58%200%201.03.47%201.021%201.04l-.21%207.62h-6.91l.17-7.62c.01-.57.49-1.04%201.07-1.04z%22%2F%3E%3Cpath%20fill%3D%22%23EAEAEA%22%20d%3D%22M73.061%2061.87V35.93L24%2036.06l-.01%2025.99z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30.04%2045l2.88.05.08-3.04%202.91.03.03%203.07%202.96-.06.09%202.97-3.02-.06v3h-2.96l.02-2.97h-3.02zM54.99%2045.03h11.99L66.971%2048l-11.961-.03z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-grossspeicher-6 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2296%22%20height%3D%2296%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23FFF%22%20d%3D%22M48%2095.5C21.806%2095.5.495%2074.191.495%2048S21.806.5%2048%20.5C74.195.5%2095.505%2021.809%2095.505%2048S74.195%2095.5%2048%2095.5z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M48%201c25.922%200%2047.011%2021.084%2047.011%2047S73.922%2095%2048%2095C22.079%2095%20.99%2073.916.99%2048S22.079%201%2048%201m0-1C21.486%200%200%2021.49%200%2048s21.486%2048%2048%2048%2048-21.49%2048-48S74.514%200%2048%200z%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23515151%22%20d%3D%22M30.35%2031h4.86c.58%200%201.04.47%201.04%201.04l-.06%207.62h-6.91l.02-7.62c0-.57.47-1.04%201.05-1.04zM62.07%2031h4.859c.58%200%201.03.47%201.021%201.04l-.21%207.62h-6.91l.17-7.62c.01-.57.49-1.04%201.07-1.04z%22%2F%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M73.061%2061.87V35.93L24%2036.06l-.01%2025.99z%22%2F%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M30.04%2045l2.88.05.08-3.04%202.91.03.03%203.07%202.96-.06.09%202.97-3.02-.06v3h-2.96l.02-2.97h-3.02zM54.99%2045.03h11.99L66.971%2048l-11.961-.03z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-language-grey-03-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%200a7%207%200%201%200%200%2014A7%207%200%200%200%207%200zM.966%207c0-1.28.4-2.464%201.078-3.44l.078.059-.046.187.174.048-.032-.252.141-.016v-.33h.14s.026.064.052.132c.029.072.061.152.061.152l.155.172s-.188.046-.25.046c-.063%200-.033.252-.033.252l.22.078.142-.262.332-.366.156-.49.298-.282-.172-.124.188-.124.016-.175-.548.157-.019-.02c.299-.254.623-.482.971-.673l.258.111-.174.33h-.346l-.062.3h.284l.407-.252.285-.284.046-.266-.408-.032.282-.188.269.046-.049.284.363-.221.063.173.078.25-.204.254-.22.204-.33-.048.155.33-.3-.048-.501.52.124.174.408-.032.346-.112.442-.046.206-.046s0-.126-.017-.204c-.015-.08.157.016.157.016l.19-.11.14-.44.52-.236-.078-.128.124-.156-.406-.064.11-.158-.52-.171h-.266l.094-.236.11-.11-.011-.01A6.015%206.015%200%200%201%207%20.968c.73%200%201.43.128%202.078.368l-.016.036-.261-.018v.156l.104.07v.14l.088.122-.315-.19-.209.104.103.244.053.28.137.157.332.053-.067.14-.07.21.297.192-.018.088-.558-.472-.037.174.246.246.14.052-.316.068-.033.158-.225-.226-.139-.296-.055-.3-.138.176.102.42.177.124-.07.4-.107-.054.017.21-.156-.016-.158-.228h-.192l-.278-.036-.282.018-.262.212-.174.296-.368.28-.034.156v.191l.088.194.174-.14.052.105.088.158.018.036.086.105L7%205.024l-.018-.384.191-.243s.01-.043.022-.091c.017-.064.034-.136.034-.136l.069-.194.122.018-.036.158-.07.348.332-.034.124.034-.264.072.036.174-.298.19.018.194L7%205.2l-.052.14-.21-.07h-.14v-.298l-.156.052v.157l-.438.351-.244.088-.106.122-.35-.088-.016.158.226.088-.018.312-.628-.016-.088.138-.086.246-.106.21.156.174.176.21L5.479%207l.035-.21.124-.106.208-.069-.016-.139.191-.052.28-.052.175.208.314.228.138.227v.105l.176-.105-.086-.159.036-.174-.16-.07-.138-.192.088-.28.156.228.226.177.089.313.225.174.052.194.108-.23-.036-.102.052-.088.331-.28.074-.35.137-.106.176.017.262-.263.02.21.383.124v.192h-.314l-.476.244-.383.212.105.226.348.07.195.086.207-.14.02.596-.594.122-.629-.174-.246.192.105.104-.193-.034-.612-.228-.174.018-.14-.229v-.279h-.314l-.176-.034-.558.124-.438-.038-.192.106-.122.018-.07.228-.4.28-.56.42-.036.541-.158.349.019.209.137.245.401.682.42.193.7.053-.034-.297-.157-.089.07-.158.124.141.122.367.524.035.208.209.296.123.036.504.313.402.296.527-.26.312.269.418A6.031%206.031%200%200%201%20.966%207zm8.1%205.668l.73-.531-.262-.645.84-1.102.262-.699.123-.383-.439.208-.261.054-.647-.404-.193-.436-.246-.244-.312-.7.262.21.49.543.174.242.35.176.107.457.418-.281.508-.629.246-.646-.196-.158-.105-.194-.121.229-.246.279-.348-.386-.105-.296.244.052.244.124.352-.124.207.07.559-.384.314.176.193-.106.418.658.208-.198.004-.25.018-.752.129-.355c.029.248.051.5.051.758a6.04%206.04%200%200%201-3.97%205.667z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-language-grey-03 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M7%200a7%207%200%201%200%200%2014A7%207%200%200%200%207%200zM.966%207c0-1.28.4-2.464%201.078-3.44l.078.059-.046.187.174.048-.032-.252.141-.016v-.33h.14s.026.064.052.132c.029.072.061.152.061.152l.155.172s-.188.046-.25.046c-.063%200-.033.252-.033.252l.22.078.142-.262.332-.366.156-.49.298-.282-.172-.124.188-.124.016-.175-.548.157-.019-.02c.299-.254.623-.482.971-.673l.258.111-.174.33h-.346l-.062.3h.284l.407-.252.285-.284.046-.266-.408-.032.282-.188.269.046-.049.284.363-.221.063.173.078.25-.204.254-.22.204-.33-.048.155.33-.3-.048-.501.52.124.174.408-.032.346-.112.442-.046.206-.046s0-.126-.017-.204c-.015-.08.157.016.157.016l.19-.11.14-.44.52-.236-.078-.128.124-.156-.406-.064.11-.158-.52-.171h-.266l.094-.236.11-.11-.011-.01A6.015%206.015%200%200%201%207%20.968c.73%200%201.43.128%202.078.368l-.016.036-.261-.018v.156l.104.07v.14l.088.122-.315-.19-.209.104.103.244.053.28.137.157.332.053-.067.14-.07.21.297.192-.018.088-.558-.472-.037.174.246.246.14.052-.316.068-.033.158-.225-.226-.139-.296-.055-.3-.138.176.102.42.177.124-.07.4-.107-.054.017.21-.156-.016-.158-.228h-.192l-.278-.036-.282.018-.262.212-.174.296-.368.28-.034.156v.191l.088.194.174-.14.052.105.088.158.018.036.086.105L7%205.024l-.018-.384.191-.243s.01-.043.022-.091c.017-.064.034-.136.034-.136l.069-.194.122.018-.036.158-.07.348.332-.034.124.034-.264.072.036.174-.298.19.018.194L7%205.2l-.052.14-.21-.07h-.14v-.298l-.156.052v.157l-.438.351-.244.088-.106.122-.35-.088-.016.158.226.088-.018.312-.628-.016-.088.138-.086.246-.106.21.156.174.176.21L5.479%207l.035-.21.124-.106.208-.069-.016-.139.191-.052.28-.052.175.208.314.228.138.227v.105l.176-.105-.086-.159.036-.174-.16-.07-.138-.192.088-.28.156.228.226.177.089.313.225.174.052.194.108-.23-.036-.102.052-.088.331-.28.074-.35.137-.106.176.017.262-.263.02.21.383.124v.192h-.314l-.476.244-.383.212.105.226.348.07.195.086.207-.14.02.596-.594.122-.629-.174-.246.192.105.104-.193-.034-.612-.228-.174.018-.14-.229v-.279h-.314l-.176-.034-.558.124-.438-.038-.192.106-.122.018-.07.228-.4.28-.56.42-.036.541-.158.349.019.209.137.245.401.682.42.193.7.053-.034-.297-.157-.089.07-.158.124.141.122.367.524.035.208.209.296.123.036.504.313.402.296.527-.26.312.269.418A6.031%206.031%200%200%201%20.966%207zm8.1%205.668l.73-.531-.262-.645.84-1.102.262-.699.123-.383-.439.208-.261.054-.647-.404-.193-.436-.246-.244-.312-.7.262.21.49.543.174.242.35.176.107.457.418-.281.508-.629.246-.646-.196-.158-.105-.194-.121.229-.246.279-.348-.386-.105-.296.244.052.244.124.352-.124.207.07.559-.384.314.176.193-.106.418.658.208-.198.004-.25.018-.752.129-.355c.029.248.051.5.051.758a6.04%206.04%200%200%201-3.97%205.667z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-linkedin-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.8%200H1.2C.5%200%200%20.5%200%201.2v13.7c0%20.6.5%201.1%201.2%201.1h13.6c.7%200%201.2-.5%201.2-1.2V1.2c0-.7-.5-1.2-1.2-1.2zM4.7%2013.6H2.4V6h2.4v7.6h-.1zM3.6%205c-.8%200-1.4-.7-1.4-1.4%200-.8.6-1.4%201.4-1.4S5%202.8%205%203.6C4.9%204.3%204.3%205%203.6%205zm10%208.6h-2.4V9.9c0-.9%200-2-1.2-2s-1.4%201-1.4%202v3.8H6.2V6h2.3v1c.3-.6%201.1-1.2%202.2-1.2%202.4%200%202.8%201.6%202.8%203.6v4.2h.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-linkedin {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M14.8%200H1.2C.5%200%200%20.5%200%201.2v13.7c0%20.6.5%201.1%201.2%201.1h13.6c.7%200%201.2-.5%201.2-1.2V1.2c0-.7-.5-1.2-1.2-1.2zM4.7%2013.6H2.4V6h2.4v7.6zM3.6%205c-.8%200-1.4-.7-1.4-1.4%200-.8.6-1.4%201.4-1.4.8%200%201.4.6%201.4%201.4-.1.7-.7%201.4-1.4%201.4zm10%208.6h-2.4V9.9c0-.9%200-2-1.2-2s-1.4%201-1.4%202v3.8H6.2V6h2.3v1c.3-.6%201.1-1.2%202.2-1.2%202.4%200%202.8%201.6%202.8%203.6v4.2z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-mail-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M17.994%200H.004l8.998%208.986L17.994%200zm-4.508%206.502L18%2011V2l-4.514%204.502zM0%202v9l4.52-4.498L0%202zm9.002%208.797L5.518%207.492.004%2013h17.99l-5.502-5.508-3.49%203.305z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-mail {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218%22%20height%3D%2213%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M17.994%200H.004l8.998%208.986L17.994%200zm-4.508%206.502L18%2011V2l-4.514%204.502zM0%202v9l4.52-4.498L0%202zm9.002%208.797L5.518%207.492.004%2013h17.99l-5.502-5.508-3.49%203.305z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.menu-toggle-wrapper .menu-toggle.close,
.icon_icon-nav-close {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2215%22%20height%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EShape%20%2B%20Shape%20Copy%3C%2Ftitle%3E%3Cg%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M13.63.86L.302%2014.186c-.225.225-.194.621.07.885.263.264.66.295.885.07L14.584%201.813c.225-.225.194-.621-.07-.885-.263-.264-.66-.295-.885-.07z%22%2F%3E%3Cpath%20d%3D%22M14.584%2014.186L1.258.86C1.033.634.636.665.372.929c-.263.264-.294.66-.069.885L13.63%2015.14c.226.226.622.195.886-.069.263-.264.294-.66.069-.885z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.setup-section .carousel-control.right .icon_icon-next-white,
.icon_icon-next-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M2.676.442l8.867%208.498a1.463%201.463%200%200%201%200%202.124l-8.867%208.497c-.613.586-1.605.586-2.215%200s-.612-1.543%200-2.125l7.758-7.435-7.76-7.436a1.458%201.458%200%200%201%200-2.124%201.613%201.613%200%200%201%202.217.001z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.setup-section .carousel-control.right:hover .icon_icon-next-white,
.icon_icon-next-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.676.442l8.867%208.498a1.463%201.463%200%200%201%200%202.124l-8.867%208.497c-.613.586-1.605.586-2.215%200s-.612-1.543%200-2.125l7.758-7.435-7.76-7.436a1.458%201.458%200%200%201%200-2.124%201.613%201.613%200%200%201%202.217.001z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-online_service_center {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2221%22%20viewBox%3D%22165.1%2089%2032%2021%22%3E%3Cpath%20fill%3D%22%2300427E%22%20d%3D%22M196.6%20107.2c-1-1-2.8-1.5-4.3-2-2-.6-2.7-2.1-3-3.5.2-.2.4-.5.6-.8%201.3.4%202.8.5%204.2-.4-1.8-1.8-.4-4-1.7-8.1-1.1-3.4-5.7-3.2-6.3-2-2.4-.9-4.3.3-5%203.9-.8%204.1.7%204.6-1.1%206.4%201.4.8%202.7.6%203.8.2.2.3.5.6.7.8-.2%201.4-1%202.9-3%203.5-1.5.5-3.3.9-4.3%202-.8.8-.3%202.8-.3%202.8h19.8c.2%200%20.7-1.9-.1-2.8zm-20.2-.3c1-1%202.6-1.5%204.1-2%20.1%200%20.3-.1.4-.1.6-.2%201.1-.5%201.5-.8-.5-.2-.9-.4-1.4-.6-.3-.1-.7-.2-1-.3-.4-.3-.8-1.2-1-1.6-.2%200-.4-.1-.6-.1%200-.7.5-.7.6-1.2.1-.5%200-1.1.3-1.5.1-.2.4-.3.6-.5%200%200%200-.1%200-.1-.1-.8-.1-1.8.1-3.3%200-.4.1-1.8.1-2.1%200-.8%200-.9-.2-1.6%200%200-.2-.7-.6-.9l-.7-.1-.5-.4c-1.8-1.1-3.8-.3-4.8.1-1.5.5-2.5%201.9-1.8%205.1.1.5-.3.8-.3%201.1.1.6.1%202.2.7%202.5.1%200%20.5.1.5.1.1.6.1%201.2.2%201.9.2.4.5.5.6%201l-.5.1c-.2.4-.6%201.3-1%201.6-.3.1-.7.2-1%20.3-1.2.5-1.9%201-3%201.5-1%20.4-2.3.6-2.7%201.7%200%20.7-.1%202.5%200%203.5h11c-.2-.7-.5-2.4.4-3.3z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-pensil-textinput-grey-02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cg%20fill%3D%22%23515151%22%3E%3Cpath%20d%3D%22M.102%2015.899c.54.541%205.24-1.279%205.24-1.279l-4.017-4S-.437%2015.358.102%2015.899zM2.022%209.94l4.018%204L15.999%204s.158-3.78-4.02-4L2.022%209.94z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-pensil-textinput-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cg%20fill%3D%22%23E2001A%22%3E%3Cpath%20d%3D%22M.102%2015.899c.54.541%205.24-1.279%205.24-1.279l-4.017-4S-.437%2015.358.102%2015.899zM2.022%209.94l4.018%204L15.999%204s.158-3.78-4.02-4L2.022%209.94z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-personen-active-55 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2213.6%22%20viewBox%3D%2249%20237.1%2020%2013.6%22%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M55.5%20241.8c0-.2.1-.4.1-.5%200%200%200%200%200-.1-.1-.2-.1-.5-.1-.7l-.3-.1-.2-.2c-.8-.5-1.7-.1-2.1%200-.7.2-1.1%201.2-.8%202.6.1.2-.1.3-.1.5%200%20.3%200%201%20.3%201.1%200%200%20.2.1.2.1%200%20.3.1.6.1.8.1.2.2.2.3.5l-.2.1c-.1.2-.3.6-.4.7-.1%200-.3.1-.4.1-.5.2-1.1.5-1.6.7-.5.2-1%20.3-1.2.8%200%20.3%200%201.1%200%201.6h2.3c0-.1%200-.3%200-.4%200-.3%200-.6%200-.8v-.2c.3-.8%201-1%201.6-1.2.1-.1.3-.1.4-.2.3-.1.6-.2.9-.4.4-.2.9-.4%201.3-.6%200%200%200-.1-.1-.1s-.2%200-.3%200c0-.3.2-.3.3-.6.1-.2%200-.5.1-.7.1-.1.2-.1.3-.2.1-.1.1-.3.1-.4%200-.1%200-.1%200-.2-.4-.4-.5-1.2-.5-1.7%200-.1%200-.2%200-.3zm13.5%206.4c-.2-.5-.7-.6-1.2-.8-.5-.2-1.1-.5-1.6-.7-.1%200-.3-.1-.4-.1-.2-.1-.3-.5-.4-.7-.1%200-.2%200-.3%200%200-.3.2-.3.3-.6.1-.2%200-.5.1-.7.1-.1.2-.1.3-.2.1-.1.1-.3.1-.4%200-.2.1-.5%200-.8-.1-.1-.1-.1-.1-.3%200-.2.1-.8.1-1%200-.4%200-.7-.1-1%200%200-.1-.3-.3-.4l-.3-.1-.2-.2c-.8-.5-1.7-.1-2.1%200-.3.1-.5.3-.6.6%200%20.1%200%20.2%200%20.2s.1.1.1.2c.2.5.2%201%20.1%201.4%200%20.2-.1.6-.3.8%200%20.1-.1.1-.2.2%200%20.3.1.7.3.8%200%200%20.2.1.2.1%200%20.3.1.6.1.8.1.2.2.2.3.5l-.2.1s0%20.1-.1.1c.4.2.9.4%201.3.6.3.1.6.3.9.4.1.1.3.1.4.2.6.2%201.3.5%201.6%201.2v.2c0%20.2%200%20.5%200%20.8%200%20.1%200%20.3%200%20.4H69c0-.5%200-1.3%200-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M61.5%20238.4c.1.5.1.9.1%201.4%200%20.2-.1%201.1-.1%201.4%200%20.2.1.2.2.4.2.3.1.8%200%201.1%200%20.2-.1.4-.2.6-.1.2-.3.2-.4.3-.1.3-.1.6-.2.9-.1.3-.4.4-.4.8.1%200%20.3%200%20.4.1.1.3.4.8.6%201%20.2.1.4.1.6.2.7.3%201.5.6%202.2.9.7.3%201.4.4%201.7%201.1%200%20.5%200%201.6%200%202.2H51.9c0-.6%200-1.7%200-2.2.2-.7%201-.8%201.7-1.1.7-.3%201.5-.7%202.2-.9.2-.1.4-.1.6-.2.2-.2.5-.7.6-1l.3-.1c-.1-.4-.3-.4-.4-.7%200-.4-.1-.8-.1-1.2%200%200-.3%200-.3-.1-.4-.2-.4-1.2-.4-1.6%200-.2.2-.3.2-.7-.4-2%20.2-3.3%201.1-3.6.7-.3%201.9-.8%203-.1l.3.3.5.1c.2.2.3.7.3.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-personen-inactive-55 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2213.6%22%20viewBox%3D%225%20237.1%2020%2013.6%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M11.5%20241.8c0-.2.1-.4.1-.5%200%200%200%200%200-.1-.1-.2-.1-.5-.1-.7l-.3-.1-.2-.2c-.8-.5-1.7-.1-2.1%200-.7.2-1.1%201.2-.8%202.6.1.2-.1.3-.1.5%200%20.3%200%201%20.3%201.1%200%200%20.2.1.2.1%200%20.3.1.6.1.8.1.2.2.2.3.5l-.2.1c-.1.2-.3.6-.4.7-.1%200-.3.1-.4.1-.5.2-1.1.5-1.6.7-.5.2-1%20.3-1.2.8%200%20.3%200%201.1%200%201.6h2.3c0-.1%200-.3%200-.4%200-.3%200-.6%200-.8v-.2c.3-.8%201-1%201.6-1.2.1-.1.3-.1.4-.2.3-.1.6-.2.9-.4.4-.2.9-.4%201.3-.6%200%200%200-.1-.1-.1s-.2%200-.3%200c0-.3.2-.3.3-.6.1-.2%200-.5.1-.7.1-.1.2-.1.3-.2.1-.1.1-.3.1-.4%200-.1%200-.1%200-.2-.4-.4-.5-1.2-.5-1.7%200-.1%200-.2%200-.3zm13.5%206.4c-.2-.5-.7-.6-1.2-.8-.5-.2-1.1-.5-1.6-.7-.1%200-.3-.1-.4-.1-.2-.1-.3-.5-.4-.7-.1%200-.2%200-.3%200%200-.3.2-.3.3-.6.1-.2%200-.5.1-.7.1-.1.2-.1.3-.2.1-.1.1-.3.1-.4%200-.2.1-.5%200-.8-.1-.1-.1-.1-.1-.3%200-.2.1-.8.1-1%200-.4%200-.7-.1-1%200%200-.1-.3-.3-.4l-.3-.1-.2-.2c-.8-.5-1.7-.1-2.1%200-.3.1-.5.3-.6.6%200%20.1%200%20.2%200%20.2s.1.1.1.2c.2.5.2%201%20.1%201.4%200%20.2-.1.6-.3.8%200%20.1-.1.1-.2.2%200%20.3.1.7.3.8%200%200%20.2.1.2.1%200%20.3.1.6.1.8.1.2.2.2.3.5l-.2.1s0%20.1-.1.1c.4.2.9.4%201.3.6.3.1.6.3.9.4.1.1.3.1.4.2.6.2%201.3.5%201.6%201.2v.2c0%20.2%200%20.5%200%20.8%200%20.1%200%20.3%200%20.4H25c0-.5%200-1.3%200-1.6z%22%2F%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M17.5%20238.4c.1.5.1.9.1%201.4%200%20.2-.1%201.1-.1%201.4%200%20.2.1.2.2.4.2.3.1.8%200%201.1%200%20.2-.1.4-.2.6-.1.2-.3.2-.4.3-.1.3-.1.6-.2.9-.1.3-.4.4-.4.8.1%200%20.3%200%20.4.1.1.3.4.8.6%201%20.2.1.4.1.6.2.7.3%201.5.6%202.2.9.7.3%201.4.4%201.7%201.1%200%20.5%200%201.6%200%202.2H7.9c0-.6%200-1.7%200-2.2.2-.7%201-.8%201.7-1.1.7-.3%201.5-.7%202.2-.9.2-.1.4-.1.6-.2.2-.2.5-.7.6-1l.3-.1c-.1-.4-.3-.4-.4-.7%200-.4-.1-.8-.1-1.2%200%200-.3%200-.3-.1-.4-.2-.4-1.2-.4-1.6%200-.2.2-.3.2-.7-.4-2%20.2-3.3%201.1-3.6.7-.3%201.9-.8%203-.1l.3.3.5.1c.2.2.3.7.3.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-plus-close-small {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M13.393%200L7.5%205.892%201.606%200%200%201.608%205.892%207.5%200%2013.392%201.606%2015%207.5%209.107%2013.393%2015%2015%2013.392%209.107%207.5%2015%201.608z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-plus-close {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M17.857%200L10%207.856%202.142%200%200%202.144%207.856%2010%200%2017.855%202.142%2020%2010%2012.143%2017.857%2020%2020%2017.855%2012.143%2010%2020%202.144z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-plus-red-small {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%225%205%2015%2015%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M20%2011.6h-6.6V5h-1.8v6.6H5v1.8h6.6V20h1.8v-6.6H20z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-plus-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M25%2011H14V0h-3v11H0v3h11v11h3V14h11z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.btn-extend.collapsed:hover > .icon_icon-plus-red-small, .btn-extend.collapsed.active > .icon_icon-plus-red-small,
.icon_icon-plus-white-small {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215%22%20height%3D%2215%22%20viewBox%3D%225%205%2015%2015%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M20%2011.6h-6.6V5h-1.8v6.6H5v1.8h6.6V20h1.8v-6.6H20z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.btn-extend.collapsed:hover > .icon_icon-plus-red, .btn-extend.collapsed.active > .icon_icon-plus-red,
.icon_icon-plus-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M25%2011H14V0h-3v11H0v3h11v11h3V14h11z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.setup-section .carousel-control.left .icon_icon-prev-white,
.icon_icon-prev-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23E2001A%22%20d%3D%22M9.324%2019.559L.457%2011.061a1.464%201.464%200%200%201%200-2.125L9.324.44c.613-.586%201.605-.586%202.215%200s.611%201.543%200%202.125L3.781%209.999l7.76%207.437a1.459%201.459%200%200%201%200%202.123%201.616%201.616%200%200%201-2.217%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.setup-section .carousel-control.left:hover .icon_icon-prev-white,
.icon_icon-prev-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M9.324%2019.559L.457%2011.061a1.464%201.464%200%200%201%200-2.125L9.324.44c.613-.586%201.605-.586%202.215%200s.611%201.543%200%202.125L3.781%209.999l7.76%207.437a1.459%201.459%200%200%201%200%202.123%201.616%201.616%200%200%201-2.217%200z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-search-grey-02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M3.94%2012.101C1.7%209.86%201.7%206.2%203.94%203.96c1.1-1.1%202.54-1.7%204.079-1.7%201.54%200%203.001.601%204.081%201.7a5.708%205.708%200%200%201%201.682%204.06c0%201.54-.602%203.001-1.682%204.081s-2.543%201.682-4.081%201.682a5.794%205.794%200%200%201-4.079-1.682zm15.401%204.041l-4.26-4.262c.619-1.179.979-2.48.979-3.86a7.91%207.91%200%200%200-2.359-5.659A7.987%207.987%200%200%200%208.02%200C5.88%200%203.86.84%202.34%202.36c-3.12%203.121-3.12%208.221%200%2011.34a7.99%207.99%200%200%200%205.68%202.359%208.11%208.11%200%200%200%203.841-.979l4.281%204.26c.439.441%201.02.66%201.6.66s1.16-.219%201.6-.66a2.27%202.27%200%200%200-.001-3.198z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.btn-search:hover .icon_icon-search-grey-02, .search-wrapper.active .icon_icon-search-grey-02,
.icon_icon-search-red {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23333%22%20d%3D%22M3.94%2012.101C1.7%209.86%201.7%206.2%203.94%203.96c1.1-1.1%202.54-1.7%204.079-1.7%201.54%200%203.001.601%204.081%201.7a5.708%205.708%200%200%201%201.682%204.06c0%201.54-.602%203.001-1.682%204.081s-2.543%201.682-4.081%201.682a5.794%205.794%200%200%201-4.079-1.682zm15.401%204.041l-4.26-4.262c.619-1.179.979-2.48.979-3.86a7.91%207.91%200%200%200-2.359-5.659A7.987%207.987%200%200%200%208.02%200C5.88%200%203.86.84%202.34%202.36c-3.12%203.121-3.12%208.221%200%2011.34a7.99%207.99%200%200%200%205.68%202.359%208.11%208.11%200%200%200%203.841-.979l4.281%204.26c.439.441%201.02.66%201.6.66s1.16-.219%201.6-.66a2.27%202.27%200%200%200-.001-3.198z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-service-blue {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%221.1%20501.2%2050%2050%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M47.4%20522.8c3.7-3.7%204.7-9.2%202.8-13.8l-6.7%206.7c-1.2%201.2-3%201.2-4.2%200l-2.6-2.6c-1.2-1.2-1.2-3%200-4.2l6.7-6.7c-4.6-1.9-10.1-1-13.8%202.8-3.3%203.3-4.4%207.9-3.3%2012.1L3%20540.2c-2.5%202.5-2.5%206.6%200%209.1s6.6%202.5%209.1%200l23.1-23.1c4.3%201%208.9-.1%2012.2-3.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-service-grey02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%22-60.9%20501.2%2050%2050%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-14.6%20522.8c3.7-3.7%204.7-9.2%202.8-13.8l-6.7%206.7c-1.2%201.2-3%201.2-4.2%200l-2.6-2.6c-1.2-1.2-1.2-3%200-4.2l6.7-6.7c-4.6-1.9-10.1-1-13.8%202.8-3.3%203.3-4.4%207.9-3.3%2012.1L-59%20540.2c-2.5%202.5-2.5%206.6%200%209.1s6.6%202.5%209.1%200l23.1-23.1c4.3%201%208.9-.1%2012.2-3.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-slider {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223.4%22%20height%3D%2213%22%20viewBox%3D%22472.7%20117.6%2023.4%2013%22%3E%3Cg%20fill%3D%22%23EC0000%22%3E%3Cpath%20d%3D%22M490.1%20117.6l-1.3%201.3%204.6%204.7-4.8%205.3%201.4%201.7%204.7-5.5%201.3-1.5-1.4-1.4-4.5-4.6zM478.7%20117.6l1.3%201.3-4.6%204.7%204.8%205.3-1.4%201.7-4.7-5.5-1.3-1.5%201.4-1.4%204.5-4.6z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-sprechblase-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2215.3%22%20viewBox%3D%2247.3%20160.1%2020%2015.3%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23EB0000%22%20d%3D%22M53.5%20164.8c-3.4-.1-6.2%202-6.3%204.7%200%20.9.3%201.8.9%202.5%201%201.2-.1%203.4-.1%203.4l3.1-1.4c.7.2%201.4.3%202.2.4%203.4.1%206.2-2%206.3-4.7.1-2.6-2.6-4.9-6.1-4.9zm12.9%202.5c.6-.7.9-1.6.9-2.5-.1-2.7-2.9-4.8-6.3-4.7-2.9.1-5.2%201.6-5.9%203.7%201.3.3%202.6.8%203.6%201.6%201.4%201.2%202.2%202.7%202.2%204.4.1%200%20.2%200%20.4%200%20.8%200%201.5-.1%202.2-.4l3.1%201.4c-.1-.1-1.2-2.2-.2-3.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-sprechblase-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2215.3%22%20viewBox%3D%224.3%20161.1%2020%2015.3%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23004A7F%22%20d%3D%22M10.5%20165.8c-3.4-.1-6.2%202-6.3%204.7%200%20.9.3%201.8.9%202.5%201%201.2-.1%203.4-.1%203.4l3.1-1.4c.7.2%201.4.3%202.2.4%203.4.1%206.2-2%206.3-4.7.1-2.6-2.6-4.9-6.1-4.9zm12.9%202.5c.6-.7.9-1.6.9-2.5-.1-2.7-2.9-4.8-6.3-4.7-2.9.1-5.2%201.6-5.9%203.7%201.3.3%202.6.8%203.6%201.6%201.4%201.2%202.2%202.7%202.2%204.4.1%200%20.2%200%20.4%200%20.8%200%201.5-.1%202.2-.4l3.1%201.4c-.1-.1-1.2-2.2-.2-3.5z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-support-blue {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2241.3%22%20viewBox%3D%221.1%20654.7%2050%2041.3%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M27.2%20666.4h6.6v-5c0-3.9-2.8-6.7-6.6-6.7H8c-3.8%200-6.9%203.1-6.9%207v11c0%203.4%202.4%206.2%205.5%206.9l-3.5%206.8%2012.6-6.6h2v-3.9c0-6.7%202.6-9.5%209.5-9.5zm17.1%201.8H26.2c-4.3%200-6.8%202.6-6.8%207v6.5c0%203.9%202.8%207.3%206.6%207.3h8.8l11.8%207.1L44%20689h.3c3.8%200%206.9-3.1%206.9-7v-7.4c-.1-4-3.2-6.4-6.9-6.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-support-grey02 {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2241.3%22%20viewBox%3D%22-60.9%20654.7%2050%2041.3%22%3E%3Cpath%20fill%3D%22%23515151%22%20d%3D%22M-34.8%20666.4h6.6v-5c0-3.9-2.8-6.7-6.6-6.7H-54c-3.8%200-6.9%203.1-6.9%207v11c0%203.4%202.4%206.2%205.5%206.9l-3.5%206.8%2012.6-6.6h2v-3.9c0-6.7%202.6-9.5%209.5-9.5zm17.1%201.8h-18.1c-4.3%200-6.8%202.6-6.8%207v6.5c0%203.9%202.8%207.3%206.6%207.3h8.8l11.8%207.1-2.6-7.1h.3c3.8%200%206.9-3.1%206.9-7v-7.4c-.1-4-3.2-6.4-6.9-6.4z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-twitter-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M2.777%202.452h3.896C7.42%202.452%208%203.036%208%203.698v.116c0%20.662-.58%201.246-1.326%201.246H2.777v.935s0%20.041%200%20.08c0%20.584.332%201.207%201.077%201.322h2.819C7.42%207.396%208%207.98%208%208.641v.117C8%209.457%207.42%2010%206.674%2010H3.772c-.084%200-.125%200-.209%200h-.082c-.082%200-.122%200-.206%200C1.287%209.805.042%208.17%200%206.07c0%200%200-.039%200-.08V1.246C0%20.544.622%200%201.327%200h.124c.706%200%201.327.544%201.327%201.246v1.206z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-twitter {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2210%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M2.777%202.452h3.896C7.42%202.452%208%203.036%208%203.698v.116c0%20.662-.58%201.246-1.326%201.246H2.777v.935s0%20.041%200%20.08c0%20.584.332%201.207%201.077%201.322h2.819C7.42%207.396%208%207.98%208%208.641v.117C8%209.457%207.42%2010%206.674%2010H3.772c-.084%200-.125%200-.209%200h-.082c-.082%200-.122%200-.206%200C1.287%209.805.042%208.17%200%206.07c0%200%200-.039%200-.08V1.246C0%20.544.622%200%201.327%200h.124c.706%200%201.327.544%201.327%201.246v1.206z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-warranty-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2232%22%20viewBox%3D%22166.3%20-12.5%2025%2032%22%3E%3Cg%20fill%3D%22%2300427E%22%3E%3Cpath%20d%3D%22M166.3-12.5h25v2.8h-25zM188.6-7.9h-7.1V.4c-.8-.2-1.7-.4-2.7-.4s-1.8.1-2.7.4v-8.3H169v4.1l3.5%206.2c-2.1%201.8-3.4%204.4-3.4%207.4%200%205.4%204.3%209.7%209.7%209.7%205.3%200%209.7-4.3%209.7-9.7%200-3.2-1.5-6-3.9-7.8l4-5.7v-4.2zm-4.2%2016l-3.2%202.4%201.2%203.8c0%20.1%200%20.2-.1.2%200%200-.1%200-.1%200s-.1%200-.1%200l-3.2-2.4-3.2%202.4c-.1.1-.2.1-.3%200-.1-.1-.1-.2-.1-.2l1.2-3.8-3.2-2.4c-.1-.1-.1-.2-.1-.2%200-.1.1-.2.2-.2h4l1.2-3.8c0-.1.1-.2.2-.2s.2.1.2.2l1.2%203.8h4c.1%200%20.2.1.2.2.1.1.1.2%200%20.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-welt-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%2244.8%20119.1%2020%2020%22%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M54.6%20127.4s0-.1%200%200c0-.1%200%200%200%200zm3.8%204.2zm.1%200s-.1%200%200%200c-.1%200-.1%200%200%200zm-3.7-12.5c-5.5%200-10%204.5-10%2010s4.5%2010%2010%2010%2010-4.5%2010-10-4.5-10-10-10zm6.3%203.9c-.3%200-.6%200-.9.2-.1.1-.2.2-.3.2-.1%200-.3%200-.4%200-.5.2-.4%201.1-1%201-.3-.1-.5-.4-.6-.6-.1-.2-.4-.3-.2-.6-.1%200-.1%200-.2%200%20.1-.2.4-.2.5-.3.1-.3-.4-.3-.5-.3.2-.2.3.1.4%200%20.2%200-.1-.3-.2-.3%200%200-.6.2-.3-.1-.4-.3-.8-.5-1.2-.8-.1.3.5.5.7.6%200%20.1-.2.3-.4.2-.1%200-.1-.3-.3-.2-.1.3.3.2.3.4s-.2.1-.3.1c0%200-.2-.2-.2%200%200%20.1.2.1.3.2-.3%200-.5-.1-.7-.3-.3-.2-.4-.2-.8-.2.1%200%20.2-.1.3-.1%200%200%20.2-.2.3-.3.1-.2%200-.2-.2-.3-.2-.1-.3-.3-.5-.3-.7-.1-.2.6-.7.7-.1%200-.3%200-.4%200-.1%200-.1.2-.1.3-.1.1-.3.1-.4.2-.1.1-.4.3-.5.4-.3.5.6.7.9.8.2.1.6.2.7.3.1.2-.1.3.1.4.1%200%20.2%200%20.3%200%20.1-.1%200-.1-.1-.3%200-.3%200-.2.2-.2.3-.2.2-.2.1-.5%200-.1-.2-.5-.1-.7.2-.1.6.1.7.1.2%200%20.3.3.4.4.1.1.2.2.3.2.2%200%20.1-.2.2-.2.3-.2.3.1.4.3.1.2.2.3.4.5.1.1.4.3.4.5%200%20.1-.4.3-.5.3-.4.1-1.2-.2-1.2.4.2-.1.6-.4.7-.2.1.1%200%20.2%200%20.3.1.2.3.2.4.1.3-.1.2-.1.3-.3%200-.1.1-.2.1-.3.2-.2.2-.1.3.1%200%200%20.3.4.2.4-.3-.1-.6-.1-.9.1-.2.1-.3.2-.5.3%200%200-.4%200-.3%200%20.1-.1.3-.1.3-.2-.2-.1-.4.1-.6.2-.2.1-.2.2-.4.4-.1.1-.2.1-.3.2-.1.1-.1.2-.1.3%200%20.1-.2%200-.2.1-.1.1.1.2%200%20.3%200%20.1-.3.2-.4.3-.1.1-.2.2-.3.3%200%20.2.1.6.1.7-.1.3-.3-.2-.4-.3-.3-.4-.8-.1-1.2-.1-.5%200-1%20.7-.7%201.2.1.2.4.3.7.3.2-.1.3-.4.6-.4.4%200%200%20.4%200%20.6%200%20.1.1.2.2.2s.3%200%20.4%200c.1%200%20.1.3.1.2-.2.1-.1.5%200%20.6.2.1.4%200%20.6.1.4.1.2%200%20.5-.2.2-.1.3%200%20.4%200%20.1%200%20.2-.1.3-.1.1%200%20.2.1.4.2.1%200%20.1%200%20.2%200%20.3%200%20.5.2.8.4.2.1.3.1.6.2.2%200%20.5.3.5.5%200%200-.2.2-.2.3%200%200%20.3%200%20.4%200%200%200-.2.2-.2.1%200%200%20.1.1.2.1.1-.3.3-.1.5%200s.4.1.6.1c.2%200%20.5.1.6.3.1.2%200%20.4-.1.6-.1.2-.4.3-.4.5-.1.2%200%20.4-.1.6-.1.3-.1.2-.3.4-.2.1%200%20.1-.2.2s-.4.1-.6.3c-.1.1-.1.3-.1.3-.1.2-.2.2-.3.4%200%200-.5.6-.5.6%200-.1-.4.1-.4%200%200%20.1%200%200%20.1.1-.1.5-.3.5-.7.5%200%20.2-.2.2-.3.3-.1.1-.1.3-.1.4%200%20.1-.2.3-.2.3s.1.1.1.2c-.3.1-.7.1-1%20.1.1-.1.1-.1-.1-.2.1-.1.2-.2.2-.4%200-.1%200-.1%200-.2.1-.2%200-.1%200-.3-.1-.4%200-.5.1-.9s.1-.9.2-1.3c0-.2.1-.6%200-.8-.1-.2-.4-.4-.6-.5-.2-.2-.3-.4-.5-.7-.1-.1-.2-.3-.2-.4-.1-.3%200-.1%200-.3%200-.2%200-.3%200-.5.1-.2.3-.3.3-.5.1-.2%200-.4-.2-.5-.1%200-.2%200-.3%200-.1%200-.3-.1-.4-.2-.2-.1-.2-.3-.4-.4-.1-.1-.2%200-.4-.1-.2%200-.3-.2-.4-.3-.2-.1-.3%200-.5%200s-.4-.2-.6-.3c-.3-.1-.5-.3-.6-.6-.1-.3-.3-.4-.5-.6-.2-.2-.3-.4-.5-.5%200%200%20.1.2.1.3.1.2.3.4.4.6.2.3.1.3-.1.1-.2-.3-.5-.6-.7-.9-.1-.1-.1-.2-.2-.3-.1-.1-.3-.2-.4-.3-.4-.4-.5-.9-.4-1.4%200-.2.1-.3.1-.5%200-.1-.1-.3-.2-.4%200-.1-.1-.2-.1-.2-.1-.2-.2-.3-.3-.4-.1-.1-.3-.2-.5-.4.9-1.2%202.2-2.1%203.6-2.7%200%20.1%200%20.1.1.2.1.2.2.2.5.2%200%20.3-.3.3-.5.2-.2%200-.5-.1-.7.1.1.1.4.3.4.1.2%200%20.5%200%20.7%200%20.1%200%20.4.1.5.1%200%200%20.1-.2.1-.2-.1%200-.1%200-.2%200%20.2-.2.3%200%20.5%200-.2.1-.1.4.1.2s0-.4-.3-.5c.2-.3.4-.3.6%200%200-.2.2-.1.4-.1-.1%200-.1%200-.2%200%20.2-.3.1-.3.3-.4.2-.1.7%200%20.8-.2-.4.1-.8.1-1.2.3-.1.1-.3.3-.5.2-.1-.2.1-.4.2-.5.6-.1%201.2-.2%201.8-.2.4%200%20.8%200%201.2.1-.1.1%200%20.1-.1.2-.2.1-.5.3-.8.3.3%200%201%20.3%201.1-.1-.1%200-.2%200-.3%200%20.2-.1.4-.2.6-.3%202.3-.2%203.9.7%205.1%202%20.1%200%20.1%200%200%200zm1.7%203.5c.1-.1.1-.2.1-.2%200-.1.1-.1.2-.1%200%200%200%200%200-.1.1.4.3.8.4%201.3%200%200-.2%200-.2%200-.1%200-.2-.1-.2-.1-.1-.1-.2-.2-.2-.2-.1-.1%200-.2%200-.3-.1-.1-.2-.2-.1-.3zm.1%204.6c-.2-.1-.4-.3-.5-.5-.1-.2-.1-.4%200-.7%200-.2-.1-.5%200-.7%200-.1.1-.1.2-.2s.1-.2.2-.4c.1-.1.2-.2.4-.3.1-.1.1-.2.2-.3.1-.1.2-.3.3-.4.1.4.1.9.1%201.3%200%20.8-.1%201.6-.3%202.3-.4.1-.5%200-.6-.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-welt-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%224.8%20119.1%2020%2020%22%3E%3Cpath%20fill%3D%22%23004A7F%22%20d%3D%22M14.6%20127.4s0-.1%200%200c0-.1%200%200%200%200zm3.8%204.2zm.1%200s-.1%200%200%200c-.1%200-.1%200%200%200zm-3.7-12.5c-5.5%200-10%204.5-10%2010s4.5%2010%2010%2010%2010-4.5%2010-10-4.5-10-10-10zm6.3%203.9c-.3%200-.6%200-.9.2-.1.1-.2.2-.3.2-.1%200-.3%200-.4%200-.5.2-.4%201.1-1%201-.3-.1-.5-.4-.6-.6-.1-.2-.4-.3-.2-.6-.1%200-.1%200-.2%200%20.1-.2.4-.2.5-.3.1-.3-.4-.3-.5-.3.2-.2.3.1.4%200%20.2%200-.1-.3-.2-.3%200%200-.6.2-.3-.1-.4-.3-.8-.5-1.2-.8-.1.3.5.5.7.6%200%20.1-.2.3-.4.2-.1%200-.1-.3-.3-.2-.1.3.3.2.3.4s-.2.1-.3.1c0%200-.2-.2-.2%200%200%20.1.2.1.3.2-.3%200-.5-.1-.7-.3-.3-.2-.4-.2-.8-.2.1%200%20.2-.1.3-.1%200%200%20.2-.2.3-.3.1-.2%200-.2-.2-.3-.2-.1-.3-.3-.5-.3-.7-.1-.2.6-.7.7-.1%200-.3%200-.4%200-.1%200-.1.2-.1.3-.1.1-.3.1-.4.2-.1.1-.4.3-.5.4-.3.5.6.7.9.8.2.1.6.2.7.3.1.2-.1.3.1.4.1%200%20.2%200%20.3%200%20.1-.1%200-.1-.1-.3%200-.3%200-.2.2-.2.3-.2.2-.2.1-.5%200-.1-.2-.5-.1-.7.2-.1.6.1.7.1.2%200%20.3.3.4.4.1.1.2.2.3.2.2%200%20.1-.2.2-.2.3-.2.3.1.4.3.1.2.2.3.4.5.1.1.4.3.4.5%200%20.1-.4.3-.5.3-.4.1-1.2-.2-1.2.4.2-.1.6-.4.7-.2.1.1%200%20.2%200%20.3.1.2.3.2.4.1.3-.1.2-.1.3-.3%200-.1.1-.2.1-.3.2-.2.2-.1.3.1%200%200%20.3.4.2.4-.3-.1-.6-.1-.9.1-.2.1-.3.2-.5.3%200%200-.4%200-.3%200%20.1-.1.3-.1.3-.2-.2-.1-.4.1-.6.2-.2.1-.2.2-.4.4-.1.1-.2.1-.3.2-.1.1-.1.2-.1.3%200%20.1-.2%200-.2.1-.1.1.1.2%200%20.3%200%20.1-.3.2-.4.3-.1.1-.2.2-.3.3%200%20.2.1.6.1.7-.1.3-.3-.2-.4-.3-.3-.4-.8-.1-1.2-.1-.5%200-1%20.7-.7%201.2.1.2.4.3.7.3.2-.1.3-.4.6-.4.4%200%200%20.4%200%20.6%200%20.1.1.2.2.2s.3%200%20.4%200c.1%200%20.1.3.1.2-.2.1-.1.5%200%20.6.2.1.4%200%20.6.1.4.1.2%200%20.5-.2.2-.1.3%200%20.4%200%20.1%200%20.2-.1.3-.1.1%200%20.2.1.4.2.1%200%20.1%200%20.2%200%20.3%200%20.5.2.8.4.2.1.3.1.6.2.2%200%20.5.3.5.5%200%200-.2.2-.2.3%200%200%20.3%200%20.4%200%200%200-.2.2-.2.1%200%200%20.1.1.2.1.1-.3.3-.1.5%200s.4.1.6.1c.2%200%20.5.1.6.3.1.2%200%20.4-.1.6-.1.2-.4.3-.4.5-.1.2%200%20.4-.1.6-.1.3-.1.2-.3.4-.2.1%200%20.1-.2.2s-.4.1-.6.3c-.1.1-.1.3-.1.3-.1.2-.2.2-.3.4%200%200-.5.6-.5.6%200-.1-.4.1-.4%200%200%20.1%200%200%20.1.1-.1.5-.3.5-.7.5%200%20.2-.2.2-.3.3-.1.1-.1.3-.1.4%200%20.1-.2.3-.2.3s.1.1.1.2c-.3.1-.7.1-1%20.1.1-.1.1-.1-.1-.2.1-.1.2-.2.2-.4%200-.1%200-.1%200-.2.1-.2%200-.1%200-.3-.1-.4%200-.5.1-.9s.1-.9.2-1.3c0-.2.1-.6%200-.8-.1-.2-.4-.4-.6-.5-.2-.2-.3-.4-.5-.7-.1-.1-.2-.3-.2-.4-.1-.3%200-.1%200-.3%200-.2%200-.3%200-.5.1-.2.3-.3.3-.5.1-.2%200-.4-.2-.5-.1%200-.2%200-.3%200-.1%200-.3-.1-.4-.2-.2-.1-.2-.3-.4-.4-.1-.1-.2%200-.4-.1-.2%200-.3-.2-.4-.3-.2-.1-.3%200-.5%200s-.4-.2-.6-.3c-.3-.1-.5-.3-.6-.6-.1-.3-.3-.4-.5-.6-.2-.2-.3-.4-.5-.5%200%200%20.1.2.1.3.1.2.3.4.4.6.2.3.1.3-.1.1-.2-.3-.5-.6-.7-.9-.1-.1-.1-.2-.2-.3-.1-.1-.3-.2-.4-.3-.4-.4-.5-.9-.4-1.4%200-.2.1-.3.1-.5%200-.1-.1-.3-.2-.4%200-.1-.1-.2-.1-.2-.1-.2-.2-.3-.3-.4-.1-.1-.3-.2-.5-.4.9-1.2%202.2-2.1%203.6-2.7%200%20.1%200%20.1.1.2.1.2.2.2.5.2%200%20.3-.3.3-.5.2-.2%200-.5-.1-.7.1.1.1.4.3.4.1.2%200%20.5%200%20.7%200%20.1%200%20.4.1.5.1%200%200%20.1-.2.1-.2-.1%200-.1%200-.2%200%20.2-.2.3%200%20.5%200-.2.1-.1.4.1.2s0-.4-.3-.5c.2-.3.4-.3.6%200%200-.2.2-.1.4-.1-.1%200-.1%200-.2%200%20.2-.3.1-.3.3-.4.2-.1.7%200%20.8-.2-.4.1-.8.1-1.2.3-.1.1-.3.3-.5.2-.1-.2.1-.4.2-.5.6-.1%201.2-.2%201.8-.2.4%200%20.8%200%201.2.1-.1.1%200%20.1-.1.2-.2.1-.5.3-.8.3.3%200%201%20.3%201.1-.1-.1%200-.2%200-.3%200%20.2-.1.4-.2.6-.3%202.3-.2%203.9.7%205.1%202%20.1%200%20.1%200%200%200zm1.7%203.5c.1-.1.1-.2.1-.2%200-.1.1-.1.2-.1%200%200%200%200%200-.1.1.4.3.8.4%201.3%200%200-.2%200-.2%200-.1%200-.2-.1-.2-.1-.1-.1-.2-.2-.2-.2-.1-.1%200-.2%200-.3-.1-.1-.2-.2-.1-.3zm.1%204.6c-.2-.1-.4-.3-.5-.5-.1-.2-.1-.4%200-.7%200-.2-.1-.5%200-.7%200-.1.1-.1.2-.2s.1-.2.2-.4c.1-.1.2-.2.4-.3.1-.1.1-.2.2-.3.1-.1.2-.3.3-.4.1.4.1.9.1%201.3%200%20.8-.1%201.6-.3%202.3-.4.1-.5%200-.6-.1z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-wordpress-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8%200C3.588.002.002%203.588%200%208c.002%204.414%203.588%207.998%208%208%204.412-.002%207.998-3.586%208-8-.002-4.412-3.588-7.998-8-8zm4.789%2012.789A6.752%206.752%200%200%201%208%2014.773a6.756%206.756%200%200%201-4.788-1.984A6.742%206.742%200%200%201%201.226%208c0-1.87.759-3.558%201.986-4.788a6.762%206.762%200%200%201%209.577%200A6.752%206.752%200%200%201%2014.773%208a6.752%206.752%200%200%201-1.984%204.789zM2.026%208a5.976%205.976%200%200%200%203.367%205.379L2.542%205.568A5.935%205.935%200%200%200%202.026%208zm6.08.524l-1.794%205.208A5.924%205.924%200%200%200%208%2013.977c.696%200%201.363-.123%201.984-.34a.452.452%200%200%201-.043-.082L8.106%208.524zm5.138-3.392c.025.192.041.395.041.616%200%20.605-.115%201.288-.455%202.14l-1.826%205.278a5.973%205.973%200%200%200%202.24-8.034zM12.035%207.7c0-.738-.266-1.25-.492-1.648-.305-.494-.586-.91-.586-1.403%200-.549.414-1.061%201-1.061.031%200%20.053.004.078.006A5.953%205.953%200%200%200%208%202.024a5.963%205.963%200%200%200-4.992%202.695c.14.005.272.007.384.007.624%200%201.593-.075%201.593-.075.321-.019.361.456.04.493%200%200-.324.038-.687.057l2.178%206.472L7.822%207.75l-.93-2.55c-.322-.02-.626-.058-.626-.058-.322-.018-.286-.512.036-.494%200%200%20.986.075%201.574.075.624%200%201.593-.075%201.593-.075.32-.018.361.456.039.494%200%200-.324.038-.684.057l2.158%206.423.598-1.992c.303-.776.455-1.42.455-1.93z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-wordpress {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M8%200C3.588.002.002%203.588%200%208c.002%204.414%203.588%207.998%208%208%204.412-.002%207.998-3.586%208-8-.002-4.412-3.588-7.998-8-8zm4.789%2012.789A6.752%206.752%200%200%201%208%2014.773a6.756%206.756%200%200%201-4.788-1.984A6.742%206.742%200%200%201%201.226%208c0-1.87.759-3.558%201.986-4.788a6.762%206.762%200%200%201%209.577%200A6.752%206.752%200%200%201%2014.773%208a6.752%206.752%200%200%201-1.984%204.789zM2.026%208a5.976%205.976%200%200%200%203.367%205.379L2.542%205.568A5.935%205.935%200%200%200%202.026%208zm6.08.524l-1.794%205.208A5.924%205.924%200%200%200%208%2013.977c.696%200%201.363-.123%201.984-.34a.452.452%200%200%201-.043-.082L8.106%208.524zm5.138-3.392c.025.192.041.395.041.616%200%20.605-.115%201.288-.455%202.14l-1.826%205.278a5.973%205.973%200%200%200%202.24-8.034zM12.035%207.7c0-.738-.266-1.25-.492-1.648-.305-.494-.586-.91-.586-1.403%200-.549.414-1.061%201-1.061.031%200%20.053.004.078.006A5.953%205.953%200%200%200%208%202.024a5.963%205.963%200%200%200-4.992%202.695c.14.005.272.007.384.007.624%200%201.593-.075%201.593-.075.321-.019.361.456.04.493%200%200-.324.038-.687.057l2.178%206.472L7.822%207.75l-.93-2.55c-.322-.02-.626-.058-.626-.058-.322-.018-.286-.512.036-.494%200%200%20.986.075%201.574.075.624%200%201.593-.075%201.593-.075.32-.018.361.456.039.494%200%200-.324.038-.684.057l2.158%206.423.598-1.992c.303-.776.455-1.42.455-1.93z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-youtube-white {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M4.674%205.928c0%20.456.128.822.382%201.092.256.27.596.404%201.02.404.441%200%20.788-.13%201.04-.392s.376-.624.376-1.084V3.17c0-.408-.126-.744-.384-1.004-.257-.262-.584-.39-.986-.39-.442%200-.792.124-1.052.372-.264.244-.396.576-.396.992v2.788zm1-2.828c0-.119.038-.214.112-.285a.398.398%200%200%201%20.29-.11c.128%200%20.231.038.31.11.078.071.12.165.12.285v2.929c0%20.144-.04.258-.118.338a.404.404%200%200%201-.314.127c-.128%200-.227-.04-.296-.122-.07-.08-.104-.196-.104-.342V3.1zM2.358%207.29h1.094V4.264L4.724%200h-1.11l-.678%202.912h-.068L2.16%200H1.058l1.301%204.4v2.89zm6.638.076c.182%200%20.371-.057.562-.17.195-.116.379-.282.559-.502v.596h.973V1.91h-.973v4.084a1.46%201.46%200%200%201-.299.29c-.111.076-.201.114-.271.114-.09%200-.156-.03-.201-.086-.041-.059-.057-.15-.057-.278V1.91h-.973v4.496c0%20.319.056.558.172.72.114.162.282.24.508.24zm6.899%204.001c0-1.295-1.035-2.35-2.312-2.35A125.785%20125.785%200%200%200%208%208.906c-1.898-.002-3.762.032-5.584.112-1.276%200-2.31%201.053-2.31%202.35A40.792%2040.792%200%200%200%200%2014.457c-.002%201.025.03%202.053.106%203.082%200%201.298%201.035%202.354%202.31%202.354%201.822.075%203.686.11%205.584.106%201.902.004%203.764-.031%205.582-.109%201.277%200%202.312-1.053%202.312-2.351a40.75%2040.75%200%200%200%20.105-3.082%2040.32%2040.32%200%200%200-.104-3.09zM3.464%2017.994H2.37v-6.232H1.24v-1.056h3.355v1.056H3.464v6.232zm3.89%200h-.972V17.4a2.098%202.098%200%200%201-.558.5c-.194.113-.38.17-.564.17-.224%200-.394-.078-.506-.238-.114-.162-.17-.402-.17-.719v-4.496h.97v4.123c0%20.127.022.221.062.277s.105.086.198.086c.069%200%20.159-.039.27-.113.11-.076.208-.172.3-.291v-4.082h.97v5.377zm3.736-1.115c0%20.381-.074.676-.227.877s-.371.303-.66.303c-.189%200-.359-.037-.508-.117a1.337%201.337%200%200%201-.414-.361v.412h-.983v-7.286h.983v2.349a1.44%201.44%200%200%201%20.418-.377.87.87%200%200%201%20.449-.127c.305%200%20.543.115.703.344.162.23.242.562.242%201.002l-.003%202.981zm3.588-1.447H12.82v1.018c0%20.281.033.475.098.586.062.105.172.164.328.164.16%200%20.273-.047.336-.141.064-.094.098-.297.098-.609v-.377h.998v.404c0%20.551-.123.965-.365%201.242-.242.281-.605.422-1.09.422-.434%200-.777-.148-1.027-.445-.246-.295-.373-.701-.373-1.219v-2.414c0-.467.139-.848.412-1.141.273-.297.629-.441%201.062-.441.443%200%20.785.137%201.023.406.238.273.357.664.357%201.176v1.369zm-1.424-2.01c-.152%200-.266.047-.332.146-.066.096-.102.26-.102.482v.543h.859v-.543c0-.223-.035-.387-.102-.482-.067-.099-.175-.146-.323-.146zm-3.566-.02c-.07%200-.137.02-.207.051a.778.778%200%200%200-.199.164v3.352a.837.837%200%200%200%20.23.189.475.475%200%200%200%20.234.061c.117%200%20.207-.041.262-.117.055-.074.084-.199.084-.369v-2.775c0-.18-.037-.32-.104-.41a.343.343%200%200%200-.3-.146z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.icon_icon-youtube {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2220%22%3E%3Cpath%20fill%3D%22%23D7D7D7%22%20d%3D%22M4.674%205.928c0%20.456.128.822.382%201.092.256.27.596.404%201.02.404.441%200%20.788-.13%201.04-.392s.376-.624.376-1.084V3.17c0-.408-.126-.744-.384-1.004-.257-.262-.584-.39-.986-.39-.442%200-.792.124-1.052.372-.264.244-.396.576-.396.992v2.788zm1-2.828c0-.119.038-.214.112-.285a.398.398%200%200%201%20.29-.11c.128%200%20.231.038.31.11.078.071.12.165.12.285v2.929c0%20.144-.04.258-.118.338a.404.404%200%200%201-.314.127c-.128%200-.227-.04-.296-.122-.07-.08-.104-.196-.104-.342V3.1zM2.358%207.29h1.094V4.264L4.724%200h-1.11l-.678%202.912h-.068L2.16%200H1.058l1.301%204.4v2.89zm6.638.076c.182%200%20.371-.057.562-.17.195-.116.379-.282.559-.502v.596h.973V1.91h-.973v4.084a1.46%201.46%200%200%201-.299.29c-.111.076-.201.114-.271.114-.09%200-.156-.03-.201-.086-.041-.059-.057-.15-.057-.278V1.91h-.973v4.496c0%20.319.056.558.172.72.114.162.282.24.508.24zm6.899%204.001c0-1.295-1.035-2.35-2.312-2.35A125.785%20125.785%200%200%200%208%208.906c-1.898-.002-3.762.032-5.584.112-1.276%200-2.31%201.053-2.31%202.35A40.792%2040.792%200%200%200%200%2014.457c-.002%201.025.03%202.053.106%203.082%200%201.299%201.035%202.355%202.31%202.355%201.822.075%203.686.11%205.584.106%201.902.004%203.764-.031%205.582-.109%201.277%200%202.312-1.053%202.312-2.352a40.75%2040.75%200%200%200%20.105-3.082%2040.32%2040.32%200%200%200-.104-3.09zM3.464%2017.994H2.37v-6.232H1.24v-1.056h3.355v1.056H3.464v6.232zm3.89%200h-.972V17.4a2.098%202.098%200%200%201-.558.5c-.194.113-.38.17-.564.17-.224%200-.394-.078-.506-.238-.114-.162-.17-.402-.17-.719v-4.496h.97v4.123c0%20.127.022.221.062.277s.105.086.198.086c.069%200%20.159-.039.27-.113.11-.076.208-.172.3-.291v-4.082h.97v5.377zm3.736-1.115c0%20.381-.074.676-.227.877s-.371.303-.66.303c-.189%200-.359-.037-.508-.117a1.337%201.337%200%200%201-.414-.361v.412h-.983v-7.286h.983v2.349a1.44%201.44%200%200%201%20.418-.377.87.87%200%200%201%20.449-.127c.305%200%20.543.115.703.344.162.23.242.562.242%201.002l-.003%202.981zm3.588-1.447H12.82v1.018c0%20.281.033.475.098.586.062.105.172.164.328.164.16%200%20.273-.047.336-.141.064-.094.098-.297.098-.609v-.377h.998v.404c0%20.551-.123.965-.365%201.242-.242.281-.605.422-1.09.422-.434%200-.777-.148-1.027-.445-.246-.295-.373-.701-.373-1.219v-2.414c0-.467.139-.848.412-1.141.273-.297.629-.441%201.062-.441.443%200%20.785.137%201.023.406.238.273.357.664.357%201.176v1.369zm-1.424-2.01c-.152%200-.266.047-.332.146-.066.096-.102.26-.102.482v.543h.859v-.543c0-.223-.035-.387-.102-.482-.067-.099-.175-.146-.323-.146zm-3.566-.02c-.07%200-.137.02-.207.051a.778.778%200%200%200-.199.164v3.352a.837.837%200%200%200%20.23.189.475.475%200%200%200%20.234.061c.117%200%20.207-.041.262-.117.055-.074.084-.199.084-.369v-2.775c0-.18-.037-.32-.104-.41a.343.343%200%200%200-.3-.146z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.linkedin-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EGroup%3C%2Ftitle%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M0%202c0-.973%201.059-2%202.065-2h27.87C30.941%200%2032%201.027%2032%202v28c0%20.974-1.059%202-2.065%202H2.065C1.059%2032%200%2030.974%200%2030V2z%22%20fill%3D%22%23006FA6%22%2F%3E%3Cpath%20d%3D%22M9.912%2026.851V12.543H5.156V26.85h4.756zM7.534%2010.59c1.658%200%202.69-1.099%202.69-2.472-.03-1.404-1.032-2.472-2.659-2.472-1.626%200-2.69%201.068-2.69%202.472%200%201.373%201.032%202.472%202.628%202.472h.031zM12.544%2026.851h4.755v-7.99c0-.428.031-.855.157-1.16.344-.855%201.126-1.74%202.44-1.74%201.721%200%202.41%201.312%202.41%203.235v7.655h4.755v-8.204c0-4.395-2.346-6.44-5.475-6.44-2.566%200-3.692%201.434-4.318%202.41h.032v-2.074h-4.756c.062%201.342%200%2014.308%200%2014.308z%22%20fill%3D%22%23FFF%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.list-dot {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%224%22%20height%3D%224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3EOval%20101%3C%2Ftitle%3E%3Ccircle%20cx%3D%22951%22%20cy%3D%22763%22%20r%3D%222%22%20transform%3D%22translate%28-949%20-761%29%22%20fill%3D%22%23999%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.oval {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2238%22%20height%3D%2238%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20stroke%3D%22%23fff%22%3E%3Cg%20transform%3D%22translate%281%201%29%22%20stroke-width%3D%222%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Ccircle%20stroke-opacity%3D%22.5%22%20cx%3D%2218%22%20cy%3D%2218%22%20r%3D%2218%22%2F%3E%3Cpath%20d%3D%22M36%2018c0-9.94-8.06-18-18-18%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.radio-checked {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eradio-error%3C%2Ftitle%3E%3Ccircle%20cx%3D%22459%22%20cy%3D%22259%22%20r%3D%223%22%20transform%3D%22translate%28-456%20-256%29%22%20fill%3D%22%23004A7F%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.radio-disabled {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eradio-disabled%3C%2Ftitle%3E%3Ccircle%20cx%3D%22459%22%20cy%3D%22329%22%20r%3D%223%22%20transform%3D%22translate%28-456%20-326%29%22%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.radio-error {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eradio-error%3C%2Ftitle%3E%3Ccircle%20cx%3D%22459%22%20cy%3D%22259%22%20r%3D%223%22%20transform%3D%22translate%28-456%20-256%29%22%20fill%3D%22%23FF001F%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.radio-focus {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eradio-focus%3C%2Ftitle%3E%3Ccircle%20cx%3D%22459%22%20cy%3D%22190%22%20r%3D%223%22%20transform%3D%22translate%28-456%20-187%29%22%20fill%3D%22%23666%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.radio-inactive {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%226%22%20height%3D%226%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Eradio-inactive%3C%2Ftitle%3E%3Ccircle%20cx%3D%22459%22%20cy%3D%22121%22%20r%3D%223%22%20transform%3D%22translate%28-456%20-118%29%22%20fill%3D%22%23DDD%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.s_icons_austauschgeraet-active {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2226%22%20viewBox%3D%22221.2%20133.7%2032%2026%22%3E%3Cpath%20fill%3D%22%23EB0000%22%20d%3D%22M241.6%20151.6l-3.7-3v3.4c-.2%200-.5%200-.7%200-3.6%200-6.9-.8-9-1.9-1.1-.6-1.9-1.2-2.4-1.8-.5-.6-.7-1.1-.7-1.6%200-.6.3-1.3%201-2%20.8-.8%202-1.5%203.6-2.1.1%200%20.2-.1.3-.1l-3.4-2.8c-1.3.6-2.4%201.4-3.3%202.2-1.3%201.3-2.2%202.9-2.2%204.8%200%201.5.6%202.9%201.5%204.1%201.4%201.7%203.5%202.9%206%203.8%202.5.9%205.4%201.4%208.5%201.4.2%200%20.5%200%20.7%200v3.8l6.8-5.5-3-2.7zm-5.1-17.9l-6.8%205.5%206.8%205.6v-3.6c.2%200%20.5%200%20.7%200%203.6%200%206.9.8%209%201.9%201.1.6%201.9%201.2%202.4%201.8.5.6.7%201.1.7%201.6%200%20.3-.1.7-.3%201.1-.3.6-1%201.3-1.9%201.9-.7.5-1.6.9-2.7%201.3l3.4%202.8c1-.5%201.9-1.1%202.7-1.7.8-.7%201.5-1.4%201.9-2.3.5-.9.8-1.9.8-2.9%200-1.5-.6-2.9-1.5-4.1-1.4-1.7-3.5-2.9-6-3.8-2.5-.9-5.4-1.4-8.5-1.4-.2%200-.5%200-.7%200v-3.7z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.twitter-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2240%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3EPage%201%20Copy%3C%2Ftitle%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M0%200h39.226v32H0%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cmask%20id%3D%22b%22%20fill%3D%22%23fff%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M39.226%203.788a16.037%2016.037%200%200%201-4.622%201.272A8.096%208.096%200%200%200%2038.142.59a16.075%2016.075%200%200%201-5.11%201.961A8.023%208.023%200%200%200%2027.158%200c-4.445%200-8.048%203.617-8.048%208.078%200%20.634.071%201.25.208%201.841C12.63%209.582%206.7%206.366%202.731%201.48A8.064%208.064%200%200%200%201.64%205.54a8.083%208.083%200%200%200%203.58%206.724%207.992%207.992%200%200%201-3.645-1.01c0%20.033%200%20.067%200%20.101a8.076%208.076%200%200%200%206.455%207.922%208.035%208.035%200%200%201-3.634.138c1.024%203.21%203.996%205.545%207.518%205.61a16.109%2016.109%200%200%201-9.995%203.458c-.65%200-1.29-.038-1.92-.112A22.716%2022.716%200%200%200%2012.336%2032C27.14%2032%2035.233%2019.69%2035.233%209.015c0-.35-.007-.699-.023-1.045a16.39%2016.39%200%200%200%204.016-4.182%22%20fill%3D%22%2355ACEE%22%20mask%3D%22url%28%23b%29%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.wechat-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222500%22%20height%3D%222500%22%20viewBox%3D%220%200%20300%20300%22%3E%3Cpath%20fill%3D%22%232DC100%22%20d%3D%22M300%20255c0%2024.854-20.147%2045-45%2045H45c-24.854%200-45-20.146-45-45V45C0%2020.147%2020.147%200%2045%200h210c24.853%200%2045%2020.147%2045%2045v210z%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M200.803%20111.88c-24.213%201.265-45.268%208.605-62.362%2025.188-17.271%2016.754-25.155%2037.284-23%2062.734-9.464-1.172-18.084-2.462-26.753-3.192-2.994-.252-6.547.106-9.083%201.537-8.418%204.75-16.488%2010.113-26.053%2016.092%201.755-7.938%202.891-14.889%204.902-21.575%201.479-4.914.794-7.649-3.733-10.849-29.066-20.521-41.318-51.232-32.149-82.85%208.483-29.25%2029.315-46.989%2057.621-56.236%2038.635-12.62%2082.054.253%20105.547%2030.927%208.485%2011.08%2013.688%2023.516%2015.063%2038.224zm-111.437-9.852c.223-5.783-4.788-10.993-10.74-11.167-6.094-.179-11.106%204.478-11.284%2010.483-.18%206.086%204.475%2010.963%2010.613%2011.119%206.085.154%2011.186-4.509%2011.411-10.435zm58.141-11.171c-5.974.11-11.022%205.198-10.916%2011.004.109%206.018%205.061%2010.726%2011.204%2010.652%206.159-.074%2010.83-4.832%2010.772-10.977-.051-6.032-4.981-10.79-11.06-10.679z%22%2F%3E%3Cpath%20d%3D%22M255.201%20262.83c-7.667-3.414-14.7-8.536-22.188-9.318-7.459-.779-15.3%203.524-23.104%204.322-23.771%202.432-45.067-4.193-62.627-20.432-33.397-30.89-28.625-78.254%2010.014-103.568%2034.341-22.498%2084.704-14.998%20108.916%2016.219%2021.129%2027.24%2018.646%2063.4-7.148%2086.284-7.464%206.623-10.15%2012.073-5.361%2020.804.884%201.612.985%203.653%201.498%205.689zm-87.274-84.499c4.881.005%208.9-3.815%209.085-8.636.195-5.104-3.91-9.385-9.021-9.406-5.06-.023-9.299%204.318-9.123%209.346.166%204.804%204.213%208.69%209.059%208.696zm56.261-18.022c-4.736-.033-8.76%203.844-8.953%208.629-.205%205.117%203.772%209.319%208.836%209.332%204.898.016%208.768-3.688%208.946-8.562.19-5.129-3.789-9.364-8.829-9.399z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.xing-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%222128%22%20height%3D%222500%22%20viewBox%3D%22426.896%20102.499%20170.207%20200%22%3E%3Cpath%20d%3D%22M442.394%20142c-1.736%200-3.197.61-3.934%201.803-.76%201.231-.645%202.818.166%204.424l19.503%2033.761c.033.064.033.105%200%20.164l-30.648%2054.084c-.799%201.592-.76%203.191%200%204.425.736%201.187%202.033%201.966%203.771%201.966h28.844c4.312%200%206.393-2.91%207.867-5.57%200%200%2029.973-53.01%2031.14-55.068-.118-.19-19.83-34.58-19.83-34.58-1.439-2.557-3.606-5.41-8.03-5.41h-28.849z%22%20fill%3D%22%23005a5f%22%2F%3E%3Cpath%20d%3D%22M563.574%20102.501c-4.309%200-6.176%202.714-7.723%205.494%200%200-62.14%20110.2-64.188%20113.818.105.196%2040.984%2075.191%2040.984%2075.191%201.432%202.558%203.641%205.494%208.06%205.494h28.81c1.738%200%203.096-.654%203.828-1.843.77-1.23.748-2.857-.059-4.458l-40.664-74.295a.167.167%200%200%201%200-.189l63.863-112.92c.803-1.594.82-3.22.061-4.452-.736-1.188-2.098-1.843-3.836-1.843h-29.139v.002h.003z%22%20fill%3D%22%23d4d600%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.youku-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%221032%22%20height%3D%221032%22%20viewBox%3D%220%200%20774%20774%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%230ebbff%22%20d%3D%22M367.59%207.58c55.31-3.35%20111.29%206.48%20162.59%2027.24C630.26%2074.9%20711.25%20159.7%20746.35%20261.66c42.51%20118.76%2020.45%20257.93-57.46%20357.23-48.29%2063.46-117.3%20110.73-193.75%20133.24-80.43%2023.61-168.66%2020.59-246.62-10.67C120.54%20692.63%2024.68%20569.55%209.78%20433.21-6%20313.78%2040.48%20188.46%20129.73%20107.73%20193.98%2047.72%20279.8%2011.78%20367.59%207.58m19.6%20118.08c-50.95-.06-101.88%2014.83-144.21%2043.32-73.32%2047.65-119.59%20134.4-117.04%20221.96.48%2059.16%2022.19%20117.65%2060.08%20163.05%2050.4%2061.16%20129.82%2097.76%20209.25%2094.15%2079.22-1.46%20156.17-42.19%20202.61-106.26%2047.1-62.8%2062.59-147.14%2042.03-222.79-28.3-111.53-137.44-195.86-252.72-193.43z%22%2F%3E%3Cpath%20fill%3D%22%23fe362d%22%20d%3D%22M314.63%20202.49c16.27-2.47%2032.56%203.85%2045.42%2013.48%2061.27%2041.71%20122.68%2083.21%20183.74%20125.22%2028.45%2021.8%2028.5%2069.87.24%2091.86-63.69%2043.28-127.18%2086.85-190.94%20130.03-27.31%2018.27-68.93%208.3-84.07-21.09-14.31-25.24-6.78-60.2%2016.97-77.02%2037.66-26.54%2076.66-51.25%20114.13-78.03-38.14-26.24-76.65-51.98-114.8-78.23-20.71-14.95-28.58-43.97-20.34-67.79%207.48-20.8%2027.55-36.54%2049.65-38.43z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.youtube-logo {
  background-image: url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%2277%22%20height%3D%2232%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3EPage%201%3C%2Ftitle%3E%3Cdefs%3E%3ClinearGradient%20x1%3D%2250%25%22%20y1%3D%220%25%22%20x2%3D%2250%25%22%20y2%3D%22100%25%22%20id%3D%22b%22%3E%3Cstop%20stop-color%3D%22%23E22E28%22%20offset%3D%220%25%22%2F%3E%3Cstop%20stop-color%3D%22%23BF2126%22%20offset%3D%22100%25%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22a%22%20d%3D%22M22.804.14S13.253.14%206.886.6c-.89.105-2.829.114-4.56%201.918C.962%203.892.518%207.014.518%207.014s-.455%203.665-.455%207.331v3.437c0%203.665.455%207.33.455%207.33s.444%203.122%201.808%204.497c1.731%201.804%204.005%201.747%205.018%201.936%203.64.348%2015.47.455%2015.47.455s9.561-.014%2015.929-.472c.89-.106%202.83-.115%204.56-1.92%201.363-1.374%201.808-4.495%201.808-4.495s.455-3.666.455-7.331v-3.437c0-3.666-.455-7.331-.455-7.331s-.445-3.122-1.809-4.497C41.572.713%2039.632.704%2038.742.6%2032.376.14%2022.825.14%2022.825.14h-.02z%22%2F%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cuse%20fill%3D%22url%28%23b%29%22%20xlink%3Ahref%3D%22%23a%22%20transform%3D%22translate%2830.781%29%22%2F%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M28.495%2025.923H25.6v-1.676c-1.098%201.258-2.028%201.893-3.042%201.893-.89%200-1.508-.42-1.818-1.178-.188-.461-.321-1.181-.321-2.24v-12.19h2.895v12.496c.068.427.25.584.618.584.554%200%201.055-.482%201.668-1.346V10.532h2.895v15.39zM15.39%2021.351c.153%201.524-.32%202.28-1.219%202.28s-1.371-.756-1.219-2.28v-6.095c-.152-1.524.32-2.238%201.22-2.238.898%200%201.372.714%201.22%202.238l-.002%206.095zm2.896-5.79c0-1.645-.33-2.88-.915-3.657-.77-1.053-1.98-1.484-3.2-1.484-1.38%200-2.43.431-3.2%201.484-.593.777-.911%202.026-.911%203.67l-.003%205.473c0%201.635.283%202.765.876%203.535.77%201.05%202.02%201.605%203.238%201.605%201.22%200%202.49-.555%203.261-1.605.584-.77.854-1.9.854-3.535V15.56zM6.857%2017.542v8.38H3.81v-8.38S.65%207.267%200%205.352h3.2l2.139%208.026%202.128-8.027h3.2l-3.81%2012.191zM67.048%2014.793c0-1.424.39-1.813%201.311-1.813.915%200%201.28.423%201.28%201.832v1.663l-2.591.003v-1.685zm5.49%203.968v-3.115c0-1.628-.32-2.818-.897-3.588-.773-1.042-1.872-1.594-3.256-1.594-1.408%200-2.507.552-3.305%201.594-.586.77-.928%202.028-.928%203.655v5.334c0%201.618.376%202.75.962%203.512.798%201.04%201.896%201.56%203.34%201.56%201.44%200%202.573-.545%203.336-1.65a3.93%203.93%200%200%200%20.645-1.653c.025-.276.098-.906.098-1.794v-.432h-2.895c0%201.106.005%201.765-.02%201.915-.158.737-.554%201.107-1.233%201.107-.947%200-1.347-.708-1.337-2.115v-2.736h5.49zM59.429%2021.504c0%201.524-.36%202.108-1.155%202.108-.454%200-.978-.234-1.44-.696l.004-9.24c.461-.456.982-.696%201.436-.696.795%200%201.155.448%201.155%201.971v6.553zm.32-11.064c-1.014%200-2.023.625-2.914%201.72l.003-6.656h-2.743v20.419h2.743l.004-1.534c.922%201.14%201.927%201.73%202.908%201.73%201.098%200%201.9-.588%202.269-1.72.184-.645.305-1.64.305-3.048v-6.095c0-1.442-.185-2.428-.37-3.04-.367-1.141-1.106-1.776-2.204-1.776zM51.81%2025.923h-2.896v-1.676c-1.097%201.258-2.028%201.893-3.042%201.893-.89%200-1.508-.42-1.817-1.178-.188-.461-.322-1.181-.322-2.24V10.686h2.896v12.343c.067.427.249.584.617.584.554%200%201.055-.482%201.668-1.346V10.685h2.896v15.238z%22%2F%3E%3Cpath%20d%3D%22M40.838%2025.923H37.79V8.399h-3.2V5.507l9.6-.003v2.895h-3.352v17.524z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

.checkoutContent .select-form {
  padding: 0px 15px;
}
@media only screen and (max-width: 767px) {
  .checkoutContent {
    padding-top: 340px;
  }
  .checkoutContent .emp_SoftwareInfoShippingDetail {
    margin-top: 20px;
  }
}

.cc_qty_control_row .form-group,
.wishFinder.form-group {
  margin-bottom: 0;
}

.bundle-item {
  font-size: 12px;
  margin-top: 10px;
}

.cc_checkout_payInvoice {
  padding-bottom: 10px;
}

.quantity .input-group-btn > .btn {
  width: 30px;
  height: 40px;
}

.cc_rename {
  display: inline-block;
}

.cartContainer .sku span.cc_value {
  color: #001B2F;
}
.cartContainer .price span.cc_value, .cartContainer .savings span.cc_value {
  font-weight: bold;
}
.cartContainer .cc_cart_item .isOutOfStock .col-md-4,
.cartContainer .cc_cart_item .isOutOfStock .col-md-2 {
  /*opacity: 0.5;

   */
}
.cartContainer .cc_cart_item div {
  align-items: center;
}
.cartContainer .cc_cart_item .cc_cart_product_image {
  max-width: 70%;
}
.cartContainer .cc_cart_item .cc_item_title {
  font-weight: bold;
  margin-bottom: 0;
}
.cartContainer .cc_cart_item .cc_item_title.discountedPrice {
  text-decoration: line-through;
}
.cartContainer .cc_cart_item .text-to-right {
  text-align: right;
}
.cartContainer #emp_CartDivider {
  margin-top: 4em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.cartContainer #emp_CartDivider h4 {
  margin: 0 0 0.4em 0;
}
.cartContainer .empAvailInputGroup {
  margin-top: 15px;
}
.cartContainer .empAvailInputGroup .btn-sm {
  padding: 4px 10px;
  margin: 0 7px;
  font-size: 16px;
  color: #0b568d;
  font-weight: bold;
  border-radius: 4px !important;
}
.cartContainer .empAvailInputGroup .empAvailInput {
  text-align: center;
  color: #0b568d;
  font-weight: bold;
}
.cartContainer .emp_no_capacity_cart {
  padding: 5px 0 0 30px;
  color: #EE7F00;
}
.cartContainer .emp_no_capacity_cart p {
  line-height: 135%;
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  padding: 0;
}
.cartContainer .emp_no_capacity_cart a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px;
  padding: 0;
  margin-top: -2px;
  margin-left: 10px;
  line-height: 135%;
  border-bottom: 2px solid #EE7F00;
}
.cartContainer .emp_InventoryCapacity {
  padding: 5px 0 0 0;
  text-align: center;
}
.cartContainer .isOutOfStock .price {
  /* display: none;*/
}

.emp_InventoryCapacity {
  padding: 5px 0 0 10px;
}
.emp_InventoryCapacity p {
  font-size: 12px;
  font-weight: normal;
}

.product_detail_item .emp_InventoryCapacity {
  padding: 0;
}

.emp_no_capacity_cart {
  padding: 5px 0 0 20px;
  color: #EE7F00;
}
.emp_no_capacity_cart p {
  line-height: 135%;
  font-size: 12px;
  margin: 0;
  font-weight: bold;
  padding: 0;
}
.emp_no_capacity_cart a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px;
  padding: 0;
  margin-top: -2px;
  margin-left: 10px;
  line-height: 135%;
  border-bottom: 2px solid #EE7F00;
}

.emp_outOfStock {
  color: #EE7F00;
}
.emp_outOfStock p {
  color: inherit;
}

.emp_partial_capacity_cart {
  color: #001B2F;
}
.emp_partial_capacity_cart p {
  color: inherit;
}

img.orderDetail.img-responsive {
  max-height: 8rem;
}

.cc_order_details .link_button {
  width: 220px;
  margin-right: 10rem;
}

.cc_order_item_list table {
  margin-bottom: 20px;
}
.cc_order_item_list table th {
  vertical-align: middle;
  padding-bottom: 5px;
  color: #878798;
  font-weight: normal;
}
.cc_order_item_list table th.text-right {
  padding-right: 3px;
}
.cc_order_item_list table td {
  color: #0b568d;
  text-align: center;
  vertical-align: middle;
}
.cc_order_item_list table td.itemTitle {
  text-align: left;
}
.cc_order_item_list table td.productsPrice {
  padding: 0px;
  color: #0b568d;
  font-weight: normal;
  padding-right: 3px;
  text-align: right;
}
.cc_order_item_list table tr td.productsPrice p.cc_label, .cc_order_item_list table tr td.productsPrice p.cc_value {
  text-align: right;
  font-size: 11px;
}
.cc_order_item_list table td .cc_item_title {
  color: #0b568d;
  margin: 10px 0px 0px;
}
.cc_order_item_list table td .cc_external {
  color: #0b568d;
  font-size: 11px;
}
.cc_order_item_list table td .cc_subscription_summary {
  color: #333333;
}
.cc_order_item_list table tbody {
  border-bottom: 1px solid #DEDEDE;
}
.cc_order_item_list table tbody tr {
  border-top: 1px solid #DEDEDE;
}
.cc_order_item_list table tbody tr.bundle-header {
  border-top: none;
}
.cc_order_item_list table tbody tr.bundle-header th {
  text-align: left;
}
.cc_order_item_list table tbody tr.bundle-item {
  font-size: 12px;
  border-top: none;
}
.cc_order_item_list table tbody tr td:nth-child(2) div {
  display: flex;
}
.cc_order_item_list table tbody tr td img.display-inline {
  display: inline-block;
  max-height: 5rem;
  max-width: 5rem;
  margin: 0;
}
.cc_order_item_list table tbody tr td div.display-inline {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

.cc_order_information h5 {
  font-size: 15px;
  font-weight: bold;
}

div.background-gray {
  background-color: #f6f6f6;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 15px;
}
div.bodered {
  border-left: 10px solid white;
  border-right: 10px solid white;
}

img.orderReview.img-responsive {
  max-height: 8rem;
}

.reviewSection table {
  margin-bottom: 20px;
}
.reviewSection table th {
  text-align: right;
  vertical-align: middle;
  padding-bottom: 5px;
  color: #878798;
  padding-right: 2px;
  font-weight: normal;
}
.reviewSection table th:nth-child(3) {
  padding-left: 2px;
  text-align: center;
}
.reviewSection table td {
  color: #0b568d;
  text-align: center;
  vertical-align: middle;
}
.reviewSection table td.itemTitle {
  text-align: left;
}
.reviewSection table td.productsPrice {
  padding: 0px;
  color: #0b568d;
  font-weight: normal;
  padding-right: 3px;
  text-align: right;
}
.reviewSection table td .cc_subscription_summary {
  color: #333333;
}
.reviewSection table tr td.productsPrice p.cc_label, .reviewSection table tr td.productsPrice p.cc_value {
  text-align: right;
  font-size: 11px;
}
.reviewSection table td .cc_item_title {
  color: #0b568d;
  margin: 10px 0px 0px;
}
.reviewSection table td .cc_external {
  color: #0b568d;
}
.reviewSection table tbody {
  border-bottom: 1px solid #DEDEDE;
}
.reviewSection table tbody tr {
  border-top: 1px solid #DEDEDE;
}
.reviewSection table tbody tr.bundle-header {
  border-top: none;
}
.reviewSection table tbody tr.bundle-header th {
  text-align: left;
}
.reviewSection table tbody tr.bundle-item {
  font-size: 12px;
  border-top: none;
}
.reviewSection table tbody tr td:nth-child(2) div {
  display: flex;
}
.reviewSection table tbody tr td img.display-inline {
  display: inline-block;
  max-height: 5rem;
  max-width: 5rem;
  margin: 0;
}
.reviewSection table tbody tr td div.display-inline {
  display: inline-block;
  margin: 0;
  margin-left: 15px;
}

.total table {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.total table tbody tr td:first-child {
  color: #878798;
  font-weight: normal;
  text-align: right;
  padding: 0px;
}
.total table tbody tr td:last-child {
  text-align: right;
  font-weight: normal;
  color: #0b568d;
  padding: 0px;
}

.emp_MarginTop30 {
  margin-top: 30px;
}

.emp_SoftwareInfoShippingDetail .emp_SoftwareShipInfo {
  padding: 12px;
}
.emp_SoftwareInfoShippingDetail .emp_SoftwareShipInfo h5 {
  margin-bottom: 4px;
}
.emp_SoftwareInfoShippingDetail .emp_SoftwareShipInfo h5:first-of-type {
  margin-top: 0;
}
.emp_SoftwareInfoShippingDetail .emp_SoftwareShipInfo p:last-of-type {
  margin-bottom: 0;
}
.emp_SoftwareInfoShippingDetail #shipForm input.btn {
  margin-left: 0;
  margin-right: 0;
}

.reviewSection .cc_external,
.cc_order_item_list .cc_external {
  font-size: 14px !important;
  color: #777;
  margin-bottom: 0;
}
.reviewSection .subscriptionSummary,
.cc_order_item_list .subscriptionSummary {
  margin-top: 4px;
  margin-bottom: 10px;
}

.Zebra_DatePicker {
  transform: translateY(33px);
  z-index: 10000;
}

.main-cancel, .billing-cancel, .shipping-cancel {
  position: absolute;
  right: 0;
  padding: 0px 5px;
  color: #a94442;
  cursor: pointer;
}

.addressForm input.form-control.error {
  border: 1px red solid;
}

.checkoutContent div.alert.alert-danger:not(:nth-child(2)) {
  display: block;
}

#threeDS2 iframe.adyen-checkout__iframe.adyen-checkout__iframe--threeDSIframe, #threeDS1_content iframe {
  height: 300px !important;
  width: 100% !important;
  border: none !important;
}

.modal-dialog {
  margin-top: 150px;
}

.modal-open {
  overflow: hidden !important;
}

header {
  z-index: 1071 !important;
}

#modal_threeds2, #modal_threeds1 {
  z-index: 1072;
  margin-top: 8%;
}

.expireDateMonthBox {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}

.expireDateMonthBox iframe {
  border: none !important;
}

#encryptedExpiryMonth20,
#encryptedExpiryYear20 {
  height: 48px !important;
  overflow: hidden;
}

#encryptedExpiryMonth20 iframe,
#encryptedExpiryYear20 iframe {
  border: none !important;
  height: 42px !important;
}

span#encryptedCardNumber iframe {
  width: 282px !important;
  padding-left: 15px !important;
}

span#encryptedSecurityCode iframe {
  padding-left: 15px !important;
}

.expire-date-divider {
  padding-top: 6px;
  font-size: 23px;
  line-height: 130%;
}

#checkout-payment-form .processBack {
  margin-left: 0;
}

header .language {
  align-items: flex-end;
  display: flex;
}
header .language .cc_flag {
  background-size: 100%;
  display: inline-block;
  height: 14px;
  width: 20px;
}
header .header-top {
  color: #D6D6D6;
  cursor: pointer;
  padding: 8px 0;
  font-size: 14px;
}

.language-list {
  color: #D6D6D6;
  cursor: default;
  padding: 10px;
  font-size: 12px;
}
.language-list > div table .js_setLocale {
  cursor: pointer;
}

.localeLang {
  color: #fff;
}

div.main_line_language {
  color: #d6d6d6;
  width: 100%;
  cursor: pointer;
  padding: 8px 0;
  font-size: 14px;
}
div.main_line_language .col_line_language {
  text-align: right;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#portalSwitcher .fa-caret-down {
  color: white;
}

a {
  color: #0b568d;
}

@media only screen and (max-width: 767px) {
  .subContainer,
  .acctmainSection {
    margin-top: 310px;
  }
}

/*Custom header styles for Cookie disclaimer*/
#cookie-disclaimer {
  background-color: rgba(246, 246, 246, 0.95);
  z-index: 999;
  width: 100%;
  height: auto;
}
#cookie-disclaimer .cookieWrapper {
  padding: 10px 0;
}
#cookie-disclaimer .tracker-accept {
  margin-top: 10px;
  text-align: center;
}
#cookie-disclaimer p {
  color: #666;
  margin: 0;
  font-size: 13px;
}
#cookie-disclaimer a {
  color: #666;
  display: inline-block;
  position: static;
  text-decoration: underline;
}
#cookie-disclaimer a:hover {
  border-color: transparent !important;
  color: #424242;
}
#cookie-disclaimer .btn {
  background-color: transparent;
  border: 1px solid #666;
  outline: 0;
  border-radius: 3px;
  font-size: inherit;
  line-height: 22px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 20px;
  text-decoration: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  font-weight: 400;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #666;
}
#cookie-disclaimer .btn:active, #cookie-disclaimer .btn:focus, #cookie-disclaimer .btn:hover {
  background-color: #eee !important;
  border-color: #424242 !important;
  color: #424242 !important;
}
#cookie-disclaimer .btn.active.focus, #cookie-disclaimer .btn.active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cookie-disclaimer .btn.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cookie-disclaimer .btn:active.focus, #cookie-disclaimer .btn:active:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cookie-disclaimer .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#cookie-disclaimer .btn.focus, #cookie-disclaimer .btn:focus, #cookie-disclaimer .btn:hover {
  color: #333;
  text-decoration: none;
}
#cookie-disclaimer .btn.active, #cookie-disclaimer .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media screen and (min-width: 1241px) {
  #cookie-disclaimer .cookieWrapper {
    padding: 20px 0;
  }
}
.homeSliderCookie {
  top: 275px !important;
}

.cookieWrapper {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .cookieWrapper {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }
  .contentBodyCookie {
    padding-top: 320px !important;
  }
  .cloginpageCookie {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 992px) {
  .cookieWrapper {
    width: 908px;
  }
  .contentBodyCookie {
    padding-top: 320px !important;
  }
  .cloginpageCookie {
    padding-top: 130px !important;
  }
}
@media screen and (min-width: 1200px) {
  .cookieWrapper {
    width: 988px;
  }
  .contentBodyCookie {
    padding-top: 275px !important;
  }
  .cloginpageCookie {
    padding-top: 150px !important;
  }
}
@media screen and (min-width: 1350px) {
  .cookieWrapper {
    width: 1220px;
  }
  .contentBodyCookie {
    padding-top: 275px !important;
  }
  .cloginpageCookie {
    padding-top: 150px !important;
  }
}
@media screen and (min-width: 561px) {
  #cookie-disclaimer .tracker-note {
    float: left;
    width: 75%;
  }
  #cookie-disclaimer .tracker-accept {
    margin: 0;
    text-align: right;
  }
  #cookie-disclaimer .accept-button {
    float: right;
    margin-left: 5px;
  }
  #cookie-disclaimer .settings-link {
    margin-right: 5px !important;
  }
  #cookie-disclaimer .btn {
    margin: 0 !important;
  }
}
.contentBody {
  /* Checkbox */
  /* Placeholder */
}
.contentBody .form-control {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
  outline: 0;
  line-height: 38px;
  padding: 0 9px;
  height: 40px;
}
.contentBody .form-control:not(.qty) {
  width: 100%;
}
.contentBody .form-control:focus {
  color: #333;
  border-color: #333;
  box-shadow: none;
  outline: 0;
}
.contentBody .form-control[disabled], .contentBody .form-control[readonly] {
  cursor: not-allowed;
  opacity: 0.6;
}
.contentBody .form-control[disabled]:focus, .contentBody .form-control[readonly]:focus {
  border-color: #ddd;
}
.contentBody .form-control.error {
  border: 1px solid #EE7F00 !important;
  color: #EE7F00;
}
.contentBody .mandatory_field {
  left: 7px;
  right: auto;
}
.contentBody .checkbox {
  cursor: pointer;
  display: block;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 10px;
  user-select: none;
}
.contentBody .checkbox input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.contentBody .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 20px;
  width: 20px;
}
.contentBody .checkbox .checkmark:after {
  content: "";
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #004a7f;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.contentBody .checkbox:hover input ~ .checkmark {
  border-color: #004a7f;
}
.contentBody .checkbox input:checked ~ .checkmark {
  border-color: #004a7f;
}
.contentBody .checkbox input:checked ~ .checkmark:after {
  opacity: 1;
}
.contentBody ::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
.contentBody :-moz-placeholder {
  color: #999;
  font-style: italic;
}
.contentBody ::-moz-placeholder {
  color: #999;
  font-style: italic;
}
.contentBody :-ms-input-placeholder {
  color: #999;
  font-style: italic;
}

.cc_addressbook_edit_modal .row-margin,
.cc_addressbook_edit_modal .form-group,
.checkoutContent .row-margin,
.checkoutContent .form-group {
  margin-left: -1%;
  margin-right: -1%;
}
.cc_addressbook_edit_modal .row-margin > *,
.cc_addressbook_edit_modal .form-group > *,
.checkoutContent .row-margin > *,
.checkoutContent .form-group > * {
  padding: 0 1%;
}

.btn {
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.btn.btn-w80 {
  width: 80%;
}
.btn.btn-20 {
  width: 20%;
}
.btn.btn-link {
  color: #0b568d;
  border-radius: 0px;
}
.btn.btn-link .glyphicon {
  margin-right: 10px;
}
.btn.btn-link:hover {
  color: #001B2F;
}
.btn.btn-warning {
  color: #EE7F00;
  border-radius: 0px;
  background: transparent;
  border: none;
  padding: 4px 0 !important;
}
.btn.btn-warning .glyphicon {
  margin-right: 10px;
}
.btn.btn-warning:hover {
  color: #884900;
}
.btn.btn-sm {
  padding: 4px 16px;
  line-height: 1;
  font-size: 16px;
}
.btn.btn-md {
  padding: 6px 20px;
  font-size: 16px;
  line-height: 1.3333333;
}
.btn.btn-lg {
  padding: 9px 20px;
  font-size: 16px;
  line-height: 1.3333333;
}
.btn .cartIcon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: -5px;
}

.btn-full {
  width: 100%;
}
.btn-full .btn-group {
  display: block;
}
.btn-full .btn-group .pickWish {
  width: 80%;
}
.btn-full .btn-group .dropdown-toggle {
  width: 20%;
}

.cc_plp_item_addToCart_btn,
.emp_addToCartBtn,
.btn-primary {
  background: #e2001a;
  color: #fff;
  border: none;
}
.cc_plp_item_addToCart_btn:hover, .cc_plp_item_addToCart_btn:active, .cc_plp_item_addToCart_btn:visited,
.emp_addToCartBtn:hover,
.emp_addToCartBtn:active,
.emp_addToCartBtn:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
  background-color: #c20016 !important;
  color: #fff;
  outline: none;
}
.cc_plp_item_addToCart_btn:focus,
.emp_addToCartBtn:focus,
.btn-primary:focus {
  background: #e2001a;
  color: #fff;
  border: none;
}
.cc_plp_item_addToCart_btn:disabled,
.emp_addToCartBtn:disabled,
.btn-primary:disabled {
  opacity: 0.5;
}
.cc_plp_item_addToCart_btn:disabled:hover,
.emp_addToCartBtn:disabled:hover,
.btn-primary:disabled:hover {
  background: inherit;
}

.cc_plp_chooseOption_btn,
.emp_chooseOptionBtn,
.btn-secondary {
  background: #0b568d;
  color: #fff;
}
.cc_plp_chooseOption_btn:hover, .cc_plp_chooseOption_btn:active, .cc_plp_chooseOption_btn:visited,
.emp_chooseOptionBtn:hover,
.emp_chooseOptionBtn:active,
.emp_chooseOptionBtn:visited,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:visited {
  background-color: #001B2F !important;
  color: #fff;
  outline: none;
}
.cc_plp_chooseOption_btn:focus,
.emp_chooseOptionBtn:focus,
.btn-secondary:focus {
  background: #0b568d;
  color: #fff;
}
.cc_plp_chooseOption_btn:disabled,
.emp_chooseOptionBtn:disabled,
.btn-secondary:disabled {
  opacity: 0.5;
}
.cc_plp_chooseOption_btn:disabled:hover,
.emp_chooseOptionBtn:disabled:hover,
.btn-secondary:disabled:hover {
  background: inherit;
}

.btn-tertiary {
  background: #fff;
  color: #0b568d;
  border: 1px solid #0b568d;
}
.btn-tertiary:hover, .btn-tertiary:active {
  background-color: #0b568d;
  color: #fff;
  border: 1px solid #0b568d;
}
.btn-tertiary:focus {
  background: #fff;
  color: #0b568d;
  border: 1px solid #0b568d;
}
.btn-tertiary:disabled {
  opacity: 0.5;
}
.btn-tertiary:disabled:hover {
  background-color: inherit;
  color: inherit;
}

.emp_chooseOptionBtn,
.cc_plp_item_addToCart_btn {
  width: 100%;
}

.validateBtn {
  margin-left: 15px;
  display: inline-block;
  min-width: 205px;
  height: 40px;
  background: #0b568d;
  color: #ffffff;
  font-size: 14px;
  border-radius: 4px;
  opacity: 0.6;
  border: 1px solid #0b568d;
  cursor: not-allowed;
}
.validateBtn:hover {
  background: inherit !important;
  color: inherit !important;
}

.removeItemButton.btn-sm {
  padding: 0;
  margin-top: -9px;
}
.removeItemButton:hover {
  background: transparent !important;
  color: #777;
}
.removeItemButton .icon-ic_trash {
  color: #0b568d;
  font-size: 20px;
}
.removeItemButton .icon-ic_trash:hover {
  background: transparent;
  color: #777;
}

#empGoFullCheckout .disabledCheckout {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

/*
* style definitions for subscription elements
*/
.emp_SubscriptionWrap {
  text-align: left;
}
.emp_SubscriptionWrap h3, .emp_SubscriptionWrap .subscriptionHeadline {
  font-size: medium;
  color: #a7a7a7;
  font-weight: 600;
  margin: 0 0 20px 0;
}
.emp_SubscriptionWrap .empSubButton {
  background-color: #e2001a;
  border-color: #e2001a;
}
.emp_SubscriptionWrap .empSubButton:hover {
  background-color: #c20016;
  color: #FFFFFF;
}
.emp_SubscriptionWrap .emp_SubscriptionItemGroupContainer {
  margin-bottom: 50px;
}
.emp_SubscriptionWrap .emp_SubscriptionItemGroupContainer .empSubscriptionItem {
  margin-bottom: 10px;
}
.emp_SubscriptionWrap .empSubscriptionItem {
  background: #fff;
}
.emp_SubscriptionWrap .empSubscriptionItem .empSubContent h4 {
  margin: 0 0 6px 0;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .emp_SubscriptionWrap .empSubscriptionItem .empSubContent h4 {
    font-size: 16px;
  }
}
.emp_SubscriptionWrap .empSubscriptionItem .empSubContent p {
  margin: 0;
  line-height: 130%;
}
.emp_SubscriptionWrap .empSubscriptionItem .empSubContent .empSubPriceCol {
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .emp_SubscriptionWrap .empSubscriptionItem .empSubContent .empSubPriceCol {
    padding-top: 10px;
    float: none;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .emp_SubscriptionWrap .empSubscriptionItem .empSubContent .empSubDescriptionCol {
    float: none;
  }
}
.emp_SubscriptionWrap .empSubscriptionItem .empSubPrice {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .emp_SubscriptionWrap .empSubscriptionItem .empSubPrice {
    font-size: 22px;
  }
}
.emp_SubscriptionWrap .empSubscriptionItem label {
  padding: 1.2em 1.5em 1em 1.5em;
  display: block;
  margin: 0;
  font-weight: 400;
  border: 3px solid #fff;
  box-shadow: 0px 0px 2px lightgrey;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: border-color 0.5s ease;
  cursor: pointer;
}
.emp_SubscriptionWrap .empSubscriptionItem .radio input[type=radio] {
  opacity: 0;
  visibility: hidden;
}
.emp_SubscriptionWrap .empSubscriptionItem .radio input[type=radio]:checked + label {
  border-color: #e2001a;
  border-width: 3px;
}
.emp_SubscriptionWrap .empSubscriptionItem.noSubscription {
  margin-bottom: 40px;
}

.emp_disButtDescription {
  margin: 0;
  padding: 5px 0 0;
}
.emp_disButtDescription .btn-link,
.emp_disButtDescription a {
  white-space: normal;
  display: block;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .emp_disButtDescription {
    margin-bottom: 10px;
  }
}

.button_atc_div .emp_disButtDescription {
  padding-top: 0;
}

.subscriptionSummary {
  margin-top: 10px;
  margin-bottom: 0px;
}
.subscriptionSummary p {
  margin: 0;
}

#subscriptionTable {
  table-layout: auto;
}
#subscriptionTable .emp_Flexera_Licensekey p,
#subscriptionTable .emp_SubscriptionNote p {
  margin: 0;
}
#subscriptionTable .emp_Flexera_Licensekey {
  margin-top: 6px;
  white-space: nowrap;
}

/*Subscriptions Detail*/
#emp_SubDetailMain .emp_SubHeader {
  margin-bottom: 25px;
}
#emp_SubDetailMain .emp_DateDisplays hr {
  margin: 0 0 10px 0;
}
#emp_SubDetailMain .emp_SubDetailLabel {
  font-weight: 600;
}
#emp_SubDetailMain .text-right {
  text-align: right;
}
#emp_SubDetailMain .cc_subscription_product_label {
  margin: 0;
  margin-bottom: 4px;
}
#emp_SubDetailMain .emp_SubscriptionNote p {
  margin-bottom: 4px;
}
#emp_SubDetailMain .cc_order_address_label,
#emp_SubDetailMain .cc_installment_address_label {
  font-weight: 600;
}
#emp_SubDetailMain #subscriptionCommentBox {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  #emp_SubDetailMain #subscriptionCommentBox {
    width: 100%;
  }
}
#emp_SubDetailMain #subscriptionCommentBox #subscriptionComment {
  width: 100%;
  margin-bottom: 10px;
  height: auto !important;
  line-height: 140%;
  padding-top: 8px;
  resize: none;
}
#emp_SubDetailMain .cc_subscription_action_container .invoiceContainer {
  padding-bottom: 5em;
}

.cc_col_subscription_recurring_price a {
  font-size: 18px;
}

.emp_modal_cancel_price a {
  font-size: 18px;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, calc(50vh - 50%));
  -ms-transform: translate(0, 50vh) translate(0, -50%);
  -o-transform: translate(0, calc(50vh - 50%));
  transform: translate(0, 50vh) translate(0, -50%);
  margin: 20px auto;
}
@media only screen and (max-width: 767px) {
  .modal.in .modal-dialog {
    width: 90%;
    margin-top: 40px;
  }
}
.modal.in .modal-dialog .modal-header h3, .modal.in .modal-dialog .modal-header h2, .modal.in .modal-dialog .modal-header h1, .modal.in .modal-dialog .modal-header h4 {
  margin: 0;
}

.modal-backdrop.in {
  opacity: 0.8;
  background: #f1f1f1 url(../images/loadingspinner.svg) no-repeat center;
  background-size: 180px;
}

.messagingSection-Info-Global .alert,
.messagingSection-Error-Global .alert,
.messagingSection-Warning-Global .alert {
  transition: 0.5s;
  text-align: center;
  border-radius: 0;
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  font-size: 16px;
  padding: 13px;
}
.messagingSection-Info-Global .alert-info,
.messagingSection-Error-Global .alert-info,
.messagingSection-Warning-Global .alert-info {
  background: #dff0d8;
  color: #3c763d;
}
.messagingSection-Info-Global .alert-success,
.messagingSection-Error-Global .alert-success,
.messagingSection-Warning-Global .alert-success {
  background-position: 10px 50%;
  background-image: none !important;
}
.messagingSection-Info-Global .alert-error,
.messagingSection-Error-Global .alert-error,
.messagingSection-Warning-Global .alert-error {
  background: #eee;
  color: #e2001a;
}
.messagingSection-Info-Global .alert-warning,
.messagingSection-Error-Global .alert-warning,
.messagingSection-Warning-Global .alert-warning {
  background: #fce5cc;
  color: #EE7F00;
}
.messagingSection-Info-Global .closeAlert,
.messagingSection-Error-Global .closeAlert,
.messagingSection-Warning-Global .closeAlert {
  font-size: 18px;
  position: fixed;
  right: 10px;
  top: 5px;
  font-weight: normal;
  z-index: 10001;
  cursor: pointer;
}

.messagingSection-Info-Global .closeAlert {
  color: #001B2F;
}

.messagingSection-Error-Global .closeAlert {
  color: #e2001a;
}

#headerCartCountDown {
  font-weight: bold;
}

.no-margin {
  margin: 0;
}

.popover {
  /*
  border:1px solid $smared;
  color: $smared;

  .arrow{
    border-top-color: $smared !important;
  }

   */
}
.popover .popover-content {
  font-size: 12px;
  font-weight: normal;
}

/*
.emp_PLP_formGroupQuantity{
  .popover{
    .popover-content{
      border:1px solid $smared;
      color: $smared;
    }
  }
}
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../fonts/slick/slick.eot");
  src: url("./../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./../fonts/slick/slick.woff") format("woff"), url("./../fonts/slick/slick.ttf") format("truetype"), url("./../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.img_gradient {
  pointer-events: none;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-image: linear-gradient(#000 20%, #FFFFFF 60%);
  opacity: 0.1;
}

.second_plan {
  position: relative;
  z-index: 0;
}

.carousel-custom {
  width: 4%;
  top: 40%;
}

.carousel-item {
  display: none;
}

.carousel-custom.left {
  left: -60px;
}
.carousel-custom.right {
  right: -60px;
}

.display-inline {
  display: inline-block;
  margin: 10px;
  width: 30%;
}

.carousel-item {
  margin: 10px;
  width: 30%;
}

.carousel-img {
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
}

.product_detail_container .product-name {
  font-weight: 600;
}
.product_detail_container .cc_sku {
  padding-bottom: 1.5rem;
  color: #a7a7a7;
}
.product_detail_container .emp_InventoryCapacity {
  margin: 1em 0 !important;
}

.font-medium {
  font-size: medium;
  font-weight: 600;
}

.product_detail_container .cc_short_desc {
  font-weight: 600;
}
.product_detail_container .cc_addtocart {
  background-color: #e2001a;
  color: white;
  margin-bottom: 10px;
  width: 100%;
}

.tab-row {
  display: flex;
  justify-content: space-between;
}

.tab-item {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
}
.tab-item > a {
  display: block;
  width: 100%;
  font-size: medium;
  font-weight: 600;
  color: #a7a7a7;
  text-transform: uppercase;
}
.tab-item > a:hover {
  text-decoration: none;
}

a.tab-active {
  display: block;
  width: 100%;
  color: black;
  border-bottom: 3px solid black;
}

.product_detail_container .cc_main_prod_image {
  width: 100%;
  height: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.images-column {
  width: 100%;
}

.img-tmb {
  height: 10rem;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  border: 1px solid gray;
  margin-top: 1rem;
  background-color: #f5f5f5;
}

#carousel-accessories .carousel-control {
  position: relative;
  top: 15rem;
}
#carousel-accessories .contol-left {
  left: -5%;
}
#carousel-accessories .contol-right {
  right: -5%;
}
#carousel-accessories .describe-related {
  color: unset;
}
#carousel-accessories a:hover {
  text-decoration: none;
}
#carousel-accessories .form-horizontal .control-label {
  padding-left: 0px;
}
#carousel-accessories .cc_action {
  width: 100%;
}
#carousel-accessories .form-horizontal .form-group {
  display: flex;
  margin: 0px;
  padding-right: 1rem;
}
#carousel-accessories .button-control {
  float: left;
  position: absolute;
}
#carousel-accessories .button-control > a {
  top: 14rem;
  position: relative;
  color: #cccccc;
  text-shadow: none;
}
#carousel-accessories .carousel-inner {
  width: 100%;
  float: left;
  overflow: visible;
}

.carousel-inner .controls {
  position: absolute;
  width: 100%;
  z-index: 2;
}

.related-section .accessories .display-inline {
  display: inline-block;
  width: 24%;
  padding-right: 0.5%;
  padding-left: 0.5%;
  margin: 0px;
}

.accessories .display-inline:first-child {
  padding-left: 0;
}
.accessories .display-inline:last-child {
  padding-right: 0;
}
.accessories.item.active {
  display: flex;
}
.accessories.item .quantity_block.gp_quantity_block.cc_quantity_block {
  position: absolute;
  bottom: 0;
  width: 23%;
}

.accessories-description .accessories-description-name {
  margin-bottom: 80px;
}
.accessories-description .sku {
  position: absolute;
  bottom: 55px;
}

@media screen and (max-width: 995px) {
  .accessories .display-inline {
    width: 23.5%;
  }
}
.related-section .accessories-carousel.slide {
  position: relative;
}

#carousel-accessories .carousel-img {
  background-color: #f6f6f6;
  width: 100%;
  height: 27rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#carousel-accessories .carousel-img:hover {
  cursor: pointer;
}

.product_detail_container .product-name {
  font-weight: 600;
}

.prodDetailContainer .cc_tab-pane {
  padding: 1rem;
}

.product_detail_container .cc_sku {
  padding-bottom: 1.5rem;
  color: #a7a7a7;
}

#carousel-accessories .cc_sku {
  padding-bottom: 0px;
  padding-top: 10px;
}

.product_detail_container .font-medium {
  font-size: medium;
  font-weight: 600;
}
.product_detail_container .cc_short_desc {
  font-weight: 600;
}
.product_detail_container .cc_addtocart {
  background-color: #e2001a;
  color: white;
  margin-bottom: 10px;
  width: 100%;
}

.tab-row {
  display: flex;
  justify-content: space-between;
}

.tab-item {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #a7a7a7;
}
.tab-item > a {
  display: block;
  width: 100%;
  font-size: medium;
  font-weight: 600;
  color: #a7a7a7;
  text-transform: uppercase;
}
.tab-item > a:hover {
  text-decoration: none;
}

a.tab-active {
  display: block;
  width: 100%;
  color: black;
  border-bottom: 3px solid #e2001a;
}

.main-img {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  height: 40rem;
  width: 100%;
}

.thumbnail {
  background-color: #f5f5f5;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #cecece;
  border-radius: 0;
  cursor: pointer;
  height: 9rem;
  transition: border-color 0.3s ease-in-out;
}

.images-column .thumbnail {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 80px;
}

.slick-slide:focus, .slick-slide:hover {
  outline: none;
}

.slick-current .thumbnail {
  border-color: #a7a7a7;
}

.cc_sku .cc_label {
  font-weight: 600;
  color: #a7a7a7;
}

.breadcrumb.cc_breadcrumb {
  display: none;
}

.cc_product_detail_container .display-inline {
  padding-left: 0px;
}

.product_title.cc_product_title.product-name {
  font-size: 32px;
}

.carousel-inner .cc_product_title.product-name {
  font-size: 18px;
}

.lightbox .close-image {
  position: absolute;
  top: 1rem;
  right: 1rem;
  color: #676565;
}

.cc_product_detail_container #carousel-accessories .carousel-inner {
  width: 100%;
  float: left;
}
.cc_product_detail_container #carousel-accessories .cc_addtocart {
  width: 100%;
}
.cc_product_detail_container #carousel-accessories .input-text.plus_minus.cc_entry {
  padding: 6px 1px;
}
.cc_product_detail_container #carousel-accessories .gp_quantity_block .form-group {
  padding-right: 0px;
}
.cc_product_detail_container .button_atc_div {
  padding-left: 0px;
}
.cc_product_detail_container .button_atc_div .cc_addtocart {
  /*height: 40px;
  width: 250px;

  &:active {
    &:hover, &:focus {
      background-color: #c20016;
    }
  }*/
}
@media only screen and (max-width: 767px) {
  .cc_product_detail_container .button_atc_div .cc_addtocart {
    width: 100%;
  }
}

.accessories.item.active {
  width: unset;
}

.accessories-description .sku.cc_sku {
  font-size: 12px;
}

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

.cart-white-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.lightbox:hover {
  text-decoration: none;
}

.cc_product_detail_container #qty {
  height: 40px;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  text-align: center;
  top: 0;
  left: 0;
  background: #cecece;
  width: 80%;
  height: 80%;
  margin-top: 5.5%;
  margin-left: 10%;
  margin-right: 10%;
}
.lightbox img {
  border: 2px silver;
  max-width: 100%;
  max-height: 100%;
}

.image_lightbox {
  position: absolute;
  margin-top: 25%;
  color: #676565;
}
.image_lightbox.prev {
  left: 0.5%;
}
.image_lightbox.next {
  right: 0.5%;
}

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  /** Unhide lightbox **/
  display: block;
}

.shipment_description {
  color: #1c6195;
  padding-top: 30px;
}

.specification-container {
  width: 70%;
}

.spec_group {
  margin-bottom: 2rem;
}

.spec_group_name {
  border-bottom: 1px solid silver;
  padding-bottom: 5px;
}

.spec_value {
  float: right;
}

.spec_item {
  border-bottom: 1px solid silver;
}

.tabs_body {
  display: flex;
}

.tabs_container.cc_tabs_container.cc_product_detail_container {
  width: 100%;
}

.advantage_tab {
  padding: 1.5px;
}

.advantage_content {
  padding: 10px;
  padding-top: 35px;
}

.qty-form {
  padding-left: 0px;
}

.cc_tabs_container {
  display: none;
}

.advantage_content ul {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 16px;
}
.advantage_content li {
  word-wrap: break-word;
}
.advantage_content li:before {
  font-family: "Glyphicons Halflings";
  content: "\e013";
  font-size: 12px;
  color: #1b6295;
  word-wrap: break-word;
  margin-left: -16px;
  padding-right: 6px;
}

.description-tab {
  text-align: justify;
}

.cc_pdp_hr {
  border: 1px solid #ddd;
}

.pdp_pdf_icon {
  position: absolute;
  width: 28px;
  height: 38px;
  background-size: 100%;
}

.include-items-container {
  display: none;
}
.include-items-container > .widget_column:after {
  background-color: #eee;
  display: inline-block;
  height: 1px;
  margin: 20px 0;
  width: 100%;
}
.include-items-container > .widget_column:last-child:after {
  display: none;
}

.includedItemsSection > div {
  background-color: transparent;
}
.includedItemsSection .panel-title {
  text-transform: none;
}

.expand-icon {
  top: 3px;
}

.emp_Capacity .emp_outOfStock {
  font-weight: bold;
  color: #EE7F00;
}

.related-section {
  padding-bottom: 2em;
}
.related-section .carousel-inner .cc_product_title.product-name {
  margin-bottom: 0 !important;
  margin-top: 10px !important;
}
.related-section #carousel-accessories .cc_sku {
  position: relative !important;
  bottom: auto !important;
}
.related-section .accessories.item .cc_quantity_block {
  position: relative !important;
  bottom: auto !important;
  width: 100% !important;
  margin-top: 15px !important;
}
.related-section .accessories-description .accessories-description-name {
  margin-bottom: 0 !important;
}
.related-section .cc_product_detail_container #carousel-accessories .cc_addtocart:disabled:hover {
  background-color: inherit;
}
.related-section .button_atc_div {
  padding-right: 0 !important;
}
@media only screen and (max-width: 767px) {
  .related-section .button_atc_div {
    padding-right: 15px !important;
  }
}
.related-section #carousel-accessories .carousel-inner {
  padding-bottom: 3em;
}

.searchFilterC {
  height: 40px;
}

.contentBody .form-control.sizeAction,
.panel-body .form-control.sizeAction {
  width: auto;
}
.contentBody .cc_product_item .rankDisplayWrapper,
.contentBody .cc_product_item .wishButtons,
.panel-body .cc_product_item .rankDisplayWrapper,
.panel-body .cc_product_item .wishButtons {
  padding-top: 8px;
}
.contentBody .empInventoryPLP,
.panel-body .empInventoryPLP {
  display: inline-block;
  padding-right: 15px;
}
.contentBody .empInventoryPLP .emp_InventoryCapacity,
.panel-body .empInventoryPLP .emp_InventoryCapacity {
  display: block;
  font-weight: normal;
  padding-top: -1px !important;
}
.contentBody .empInventoryPLP .emp_InventoryCapacity p,
.panel-body .empInventoryPLP .emp_InventoryCapacity p {
  display: inline;
}
p.error, div.error, span.error {
  color: #EE7F00;
}

#emp_PackageContentListWrap {
  margin: 1em 0;
}

.emp_TabHeadline {
  text-transform: uppercase;
  color: #001B2F;
  font-size: 18px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 2px solid #001B2F;
  margin: 10px 0;
}

.empOneComposite {
  border-bottom: 1px solid #eee;
}
.empOneComposite:last-child {
  border-bottom: none;
}
.empOneComposite div[class^=col-] {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.empOneComposite div[class^=col-]:last-child {
  margin-left: -15px;
  text-align: right;
}
.empOneComposite .packageName,
.empOneComposite .packageQuantity {
  font-size: 20px;
  color: #001B2F;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-weight: bold;
}
.empOneComposite .packageQuantity {
  text-transform: none;
}
.empOneComposite .packageMaterialNumber {
  font-size: 14px;
  color: #001B2F;
  text-transform: uppercase;
  text-align: left;
  margin: 8px 0 0 0;
  font-weight: normal;
}
.empOneComposite .packagePrice {
  font-size: 20px;
  color: #001B2F;
  font-weight: normal;
}

.emp_PackageAddToCart {
  border-top: 2px solid #001B2F;
  padding: 1.5em 0;
}
.emp_PackageAddToCart .priceDisplay {
  font-size: 24px;
  text-align: right;
  font-weight: bold;
  padding-right: 15px;
}

.emp_package_modal .modal-dialog {
  width: 900px;
}
.emp_package_modal .emp_PackageContentList_modal_content {
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .emp_package_modal .modal-dialog {
    width: 90vw;
    overflow: auto;
  }
}
input.form-control.error {
  border: 1px red solid;
}

.cc_myaccount_edit_user .row {
  margin-top: 10px;
}

.cc_paginator .panel-body > .row {
  align-items: center;
  display: flex;
}
.cc_paginator .panel-body .cc_paginator_legend {
  margin-bottom: 0;
}

.title_mandatory {
  text-align: left;
}

/*# sourceMappingURL=styles.min.css.map */
