.Button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2.6875rem;
  margin: 0;
  border-radius: 624.9375rem;
  border: 0.0625rem solid transparent;
  color: #000000;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "BrandFont-Text", Helvetica, Arial, sans-serif;
  background-color: transparent;
  font-style: normal;
  line-height: 1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  .Button:hover, .Button:active, .Button.is-active {
    text-decoration: none; }
  .Button.disabled, .Button[disabled], .Button.is-disabled {
    cursor: default;
    opacity: 0.6; }
  .Button:focus, .Button.is-focused {
    outline: 0.0625rem solid transparent;
    -webkit-box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 0.125rem rgba(0, 0, 0, 0.15); }
    .no-focus .Button:focus, .no-focus .Button.is-focused {
      outline: none !important; }
  .Button--primary {
    background-color: #000000;
    color: #ffffff; }
    .Button--primary:hover {
      background-color: #141414;
      color: #ffffff; }
    .Button--primary:active, .Button--primary.is-active {
      background-color: #1f1f1f;
      color: #ffffff; }
  .Button--primaryInverse {
    background-color: white;
    color: black; }
    .Button--primaryInverse:hover {
      background-color: #ebebeb;
      color: black; }
    .Button--primaryInverse:active, .Button--primaryInverse.is-active {
      background-color: #e0e0e0;
      color: black; }
  .Button--primaryOutline {
    border-color: #000000;
    color: #000000; }
    .Button--primaryOutline:hover {
      border-color: #141414;
      color: #000000; }
    .Button--primaryOutline:active, .Button--primaryOutline.is-active {
      border-color: #1f1f1f;
      color: #000000; }
  .Button--primaryInverseOutline {
    border-color: white;
    color: white; }
    .Button--primaryInverseOutline:hover {
      border-color: #ebebeb;
      color: white; }
    .Button--primaryInverseOutline:active, .Button--primaryInverseOutline.is-active {
      border-color: #e0e0e0;
      color: white; }
  .Button--small {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem; }

.ButtonCta {
  width: auto;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  border: 0;
  cursor: pointer;
  background-image: none;
  background-color: transparent;
  text-decoration: none;
  font-size: inherit;
  font-family: "BrandFont-Text", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  /*@TODO: MOVE INTO THEME*/
  color: #000;
  -webkit-transition: opacity .15s ease-in;
  transition: opacity .15s ease-in;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  /*Button Caret*/ }
  .ButtonCta::after {
    content: " ";
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='#000' stroke-width='3' d='M1.607 1l10.606 10.607L1.607 22.213' fill='none' fill-rule='evenodd'/%3E %3C/svg%3E");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 0.8ch;
    position: relative;
    vertical-align: top;
    top: 6.25%;
    font-size: inherit;
    line-height: inherit; }
  .ButtonCta:hover, .ButtonCta:focus {
    color: #000;
    text-decoration: underline;
    background: none; }
  .ButtonCta:active, .ButtonCta.is-active {
    color: #000;
    opacity: 0.77;
    -webkit-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    background: none; }

.bg-black .ButtonCta {
  color: #fff; }
  .bg-black .ButtonCta::after {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 24' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath stroke='#fff' stroke-width='3' d='M1.607 1l10.606 10.607L1.607 22.213' fill='none' fill-rule='evenodd'/%3E %3C/svg%3E"); }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  min-height: 100%;
  /* height: fit-content; */
  }
  .carousel-cell {
  min-height: 100%;
  }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; 
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 2.75rem;
  height: 2.75rem;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.3125rem #09F;
          box-shadow: 0 0 0 0.3125rem #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 0.625rem; }

.flickity-prev-next-button.next {
  right: 0.625rem; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 0.625rem; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 0.625rem; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }
  
@media only screen and (min-width: 768px) {  
	.navigation-white-desktop .flickity-prev-next-button .arrow {
  		fill: #fff; }
}  

@media only screen and (max-width: 768px) {
	.navigation-white-mobile .flickity-prev-next-button .arrow {
  		fill: #fff; }
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -1.5625rem;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.5rem;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }
  
@media only screen and (min-width: 768px) {  
	.navigation-white-desktop .flickity-page-dots .dot {
		background: #fff;
		opacity: 0.4;
	}
}
    
@media only screen and (max-width: 768px) {
	.navigation-white-mobile .flickity-page-dots .dot {
		background: #fff;
		opacity: 0.4;
	}
}

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.Tablist {
  padding: 0;
  margin: 0;
  margin-bottom: 1em; }

.Tablist li, .Tablist a {
  display: inline-block; }

.Tablist a {
  text-decoration: none;
  border-bottom: 0.25rem solid transparent;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #C9CACB;
  padding: 0.5rem 0.1rem;
  margin-right: 1em; }

.Tablist [aria-selected] {
  border-bottom: 0.25rem solid #CB060C;
  font-weight: bold;
  color: #000;
  position: relative; }

.Tabpanel:focus {
  outline: none; }

#customCarousel.carousel, #traditionalCarousel.carousel, #spanishCarousel.carousel {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0; }
  #customCarousel.carousel.flickity-enabled, #traditionalCarousel.carousel.flickity-enabled, #spanishCarousel.carousel.flickity-enabled {
    opacity: 1; }
  #customCarousel.carousel.internet-two-slides, #traditionalCarousel.carousel.internet-two-slides, #spanishCarousel.carousel.internet-two-slides {
    opacity: 1; }

.internet .carousel {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0; }
  .internet .carousel.flickity-enabled {
    opacity: 1; }
  .internet .carousel.internet-two-slides {
    opacity: 1; }

.carousel-wrapper {
  padding-bottom: 2.5rem; }

.carousel-cell {
  width: 95%;
  padding-right: 0; }
  
@media only screen and (min-width: 768px) {    
	.slide-seperator-black-desktop .carousel-cell + .carousel-cell {
    	border-left: 1px solid black;
    }

	.slide-seperator-white-desktop .carousel-cell + .carousel-cell {
    	border-left: 1px solid white;
    }
}
    
@media only screen and (max-width: 768px) {
	.slide-seperator-black-mobile .carousel-cell + .carousel-cell {
    	border-left: 1px solid black;
    }

	.slide-seperator-white-mobile .carousel-cell + .carousel-cell {
    	border-left: 1px solid white;
    }
}

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: transparent; }

.flickity-prev-next-button {  
  bottom: -2.5rem;
  width: 1.375rem;
  height: 1.375rem; }

.flickity-page-dots {
  width: 80%;
  left: 10%; }

.Plans-wrapper {
  max-width: 60.375rem;
  margin-left: auto;
  margin-right: auto; }

.Plan {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0.0625rem solid #B1B2B3;
  background-color: #fff; }

.Plan-header {
  padding: 1rem;
  background-color: #E4E5E6; }

.Plan-subtitle {
  padding: 1rem; }

.Plan-content {
  position: relative;
  padding: 1rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  }

  @media only screen and (min-width: 768px) and (max-width: 1024px) {
  /*div.Plan-content{min-height:500px}*/
  div.Plan-content{min-height:390px}
}

.Plan-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit; 
  }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .Plan-title { padding-bottom:15px;}
}


.Plan-hr {
  border-color: #000;
  margin-top: 1.0rem;
  margin-bottom: 1.0rem; }

.Plan-speed,
.Plan-price {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000; }

.Plan-price {
  margin-bottom: 0.25rem; }

.Plan-copyright {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1.1875; 
  /*width: 75% !important;*/
}

.Plan-seeMore {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.1875; }

.Plan-cta {
  font-size: 1.5rem;
  font-weight: bold; }

/* TV */
.Plan-friendlyTitle {
  margin-bottom: 1.125rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000; }

.Plan-info {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  color: #000; }

.Plan--tv .Plan-hr {
  margin-top: 0;
  margin-bottom: 0.5rem; }

.Plan-channelPreview {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }
  .Plan-channelPreview img {
    max-height: 3.125rem; }

.Plan-more {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block; }

.flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.swiper-destroyed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .swiper-destroyed .carousel-cell {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.625rem; }

.swiper-destroyed.gig-first .carousel-cell:nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }
.dealswidget .carousel-cell {
  min-height: 100%;
  }
  
  .dealswidget .carousel-cell .offer {
                width: 100%;}

.dealswidget .carousel-cell .Plan {
  margin-right: 10px;
  }
.dealswidget .carousel-cell:last-child .Plan {
  margin-right: 0px;
  }            

.dealswidget .carousel-cell:nth-child(1) .Plan .Plan-header {
  background: #f6f6f6;
  color: #000; }

.dealswidget .carousel-cell:nth-child(2) .Plan .Plan-header {
  background: #747676;
  color: #fff; }
.dealswidget .carousel-cell:nth-child(3) .Plan .Plan-header {
   background: #333333;
  color: #fff; }

.dealswidget .carousel-cell:nth-child(4) .Plan .Plan-header {
  background: #333333;
  color: #fff; }

.dealswidget .carousel-cell:nth-child(5) .Plan .Plan-header {
  background: #000000;
  color: #fff; }

.internet-two-slides:not(.flickity-enabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .internet-two-slides:not(.flickity-enabled) .carousel-cell {
    width: 50%; }

.giga-swiper .carousel-cell:nth-child(1) .Plan .Plan-header {
  background: #f6f6f6;
  color: #000; }

.giga-swiper .carousel-cell:nth-child(2) .Plan .Plan-header {
  background: #000;
  color: #fff; }

.Tablist {
  margin-left: 1rem; }

.TVWidget-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.Tab-descWrap {
  margin-top: 1em;
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 3rem;
  margin-left: 1rem;
  margin-right: 1rem; }

.Tab-desc {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2; }

.TVWidget-header {
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 8.125rem;
  background-color: #E4E5E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.TVWidget-title {
  font-size: 2.25rem;
  line-height: 1.11111;
  margin: 0; }

.TVWidget-info {
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.TVWidget-bottom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.TVWidget-subtitle {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1; }

.TVWidget-desc {
  font-size: 1rem;
  line-height: 1.25; }

.TVWidget-cta {
  padding-top: 1rem;
  border-top: 0.0625rem solid #000;
  font-size: 1.5rem; }

.TVWidget-bottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.TVWidget-channelPreview {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  .TVWidget-channelPreview img {
    display: block;
    overflow: hidden;
    max-height: 2.875rem; }

.TabBanner {
  background-color: #000;
  color: #fff;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .TabBanner .TabBanner-left,
  .TabBanner .TabBanner-right {
    width: 100%; }
  .TabBanner .TabBanner-right {
    margin-top: 1rem; }
    .TabBanner .TabBanner-right .Button {
      display: block; }
  .TabBanner p {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.1; }
  .TabBanner .TabBanner-details {
    color: #fff; }

#tvWidget h2 {
  margin-left: 1rem; }

#tvWidget .carousel-cell {
  height: 25rem; }

/* iPad Pro */

.Hero, .Event {
  position: relative;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000; }

.Hero-wrapper, .Event-wrapper, .Hero-wrapper-dual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
  /*! margin-right: auto; */
  }

.Hero-wrapper-dual .Hero-content {
  padding: 0.5rem 1rem 3rem 1rem;
  }

.Hero-wrapper-dual .Hero-slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .Hero-wrapper-dual .Hero-slides > div {
    -ms-flex-preferred-size: calc(50% - 1rem);
    flex-basis: calc(50% - 2rem);
    /*! margin-left: 30px; */
    }
.Hero--contentOverlayLight--dual .Hero-wrapper-dual .Hero-slides > div {
   padding: 0px 12px 2rem 15px;
   background-color:rgba(255, 255, 255, 0.8);
   margin-left: 0px;
}
.Hero--contentOverlayDark--dual .Hero-wrapper-dual .Hero-slides > div {
   padding: 0px 0 2rem 1.5rem;
   background-color:rgba(0, 0, 0, 0.5);
   margin-left: 0px;
}
.Hero--contentOverlayLight--dual .Hero-content .widget_equation, .Hero--contentOverlayDark--dual .Hero-content .widget_equation{
  font-size: 18px;
  display: block;
  line-height: 1.2 !important;
}

.Hero--contentOverlayDark--dual .Hero-slides >div a, .Hero--contentOverlayDark--dual .Hero-slides >div .com-copy.hero .text-black ,.Hero--contentOverlayDark--dual .Hero-slides >div .oldprice,.Hero--contentOverlayDark--dual .Hero-slides >div .oldprice .text-grey-2 {
  color:white !important;
}
.Hero--contentOverlayDark--dual .Hero-slides >div a, .Hero--contentOverlayDark--dual .Hero-slides {
  color:white !important;
}
.Hero--contentOverlayDark--dual  >div .Hero-cta .button{
  color:black !important;
  background-color: white !important;
}
@media only screen and (max-width: 30rem){

  .Plan-header{
    min-height:115px;
  }

  
  .Hero--contentOverlayLight--dual .Hero-wrapper-dual .Hero-slides > div {
  background-color: inherit;
  }
  .Hero--contentOverlayDark--dual .Hero-wrapper-dual .Hero-slides > div {
  background-color: inherit;
  }
  .Hero--contentOverlayLight--dual{
    background:none !important;
  }
  .Hero--contentOverlayDark--dual{
    background:none !important;
  }
  .Hero-wrapper {
    justify-content:flex-end !important;
  }
}
@media only screen and (min-width: 48rem){
.Hero--contentOverlayLight--dual .Hero-wrapper-dual .Hero-slides > div {
  background-color:rgba(255, 255, 255, 0.8);
  /* position: absolute; */
  }
.Hero--contentOverlayDark--dual .Hero-wrapper-dual .Hero-slides > div {
  background-color:rgba(0, 0, 0, 0.5);
  } 
}
.Hero--contentOverlayLight--dual .Hero-wrapper-dual .Hero-slides .Hero-cta{
  margin-bottom: 10px;
}
.Hero--contentOverlayDark--dual .Hero-wrapper-dual .Hero-slides .Hero-cta{
  margin-bottom: 10px;
}
.Hero-wrapper-dual .flickity-enabled {
  padding-bottom: 1rem; }
  .Hero-wrapper-dual .flickity-enabled.Hero-slides {
    display: block; }
    .Hero-wrapper-dual .flickity-enabled.Hero-slides > div {
      width: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

.Hero {
  padding: 0; }

.Event {
  background-color: #d42118; }

.Event-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 62.625rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 1rem; }
  .Event-wrapper .Event-icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 15%;
            flex: 1 0 15%;
    text-align: center; }
    .Event-wrapper .Event-icon svg {
      width: 1.875rem;
      height: 1.875rem; }
  .Event-wrapper .Event-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 85%;
            flex: 1 0 85%; }
    .Event-wrapper .Event-content h4 {
      color: #ffffff;
      font-weight: normal;
      font-size: 1.25rem;
      margin: 0;
      line-height: 1.15; }
  .Event-wrapper .Event-cta {
    margin-left: 15%;
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%; }
    .Event-wrapper .Event-cta a {
      color: #ffffff;
      font-weight: lighter;
      display: block; }

.Code-wrapper {
  max-width: 62.625rem;
  margin-left: auto;
  margin-right: auto; }
  .Code-wrapper pre {
    background: #f4f4f4;
    -webkit-box-shadow: 0.25rem 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0.25rem 0.25rem 0.3125rem 0 rgba(0, 0, 0, 0.2);
    margin: 1.25rem;
    border: 0.0625rem solid #eaeaea;
    white-space: pre;
    word-wrap: normal; }
    .Code-wrapper pre code {
      overflow-x: auto;
      display: block;
      padding: 0 1em;
      background: #f6f6f6;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), color-stop(50%, transparent));
      background-image: linear-gradient(#eeeeee 50%, transparent 50%);
      background-size: 100% 3em;
      background-position: 0 1.5em; }

.Hero-content {
  padding: 1rem;
  max-width: 100%;
  width:100%;
  float: right;  
  }

.Hero-title {
  margin-top: 10px;
  margin-bottom: 0.625rem;
  /*! font-size: 2.875rem; */
  line-height: 1;
  color: inherit;
  /*! margin-left: 40px; */
  max-width: 100% !important;
  }

.Hero-subtitle, .Hero-subtitle p {
  font-size: 1.5rem;
  font-weight: bold;
  /* line-height: 1.2; */
  color: inherit;
  margin-bottom: 1.5rem;  
}

.Hero-price {
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: inherit; }




@media screen and (min-width: 1024px){
  .Hero-wrapper-dual .Hero-legal{
   
  }
.Hero-legal {
  
 }
 .Hero-wrapper-dual .Hero-details{
    
  }
}

@media only screen and (max-width: 768px){
.medium-p-35 {
    width: 15%!important;
}

}

@media only screen and (max-width: 667px){
.medium-p-35 {
    width: 35%!important;
}
}

.Hero-legal {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: inherit;
  /*! width: 70%; */
  }

.Hero-offerDetails {
  font-size: 0.75rem;
  font-weight: bold;
  color: inherit !important; }

.Hero-details {
  margin-top: 1.25rem;
  font-size: 1rem;
  color: inherit; 
  margin-bottom: 20px !important;
}
  .Hero-details ul {
    margin-left: 1.125rem; }
  .Hero-details li {
    margin-bottom: .75rem; }

.Hero-cta .Button {
  color: #fff;
  text-decoration: none; }

.Sweetener p {
  color: inherit;
  line-height: 1.2;
  margin-bottom: 0; }

.Sweetener-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem; }

.Sweetener-image {
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.625rem; }

.Sweetener-title {
  font-weight: bold;
  color: inherit; }

.Sweetener-price {
  font-size: 1.375rem;
  font-weight: bold; }
  .Sweetener-price span {
    text-decoration: line-through; }

.Hero--light,
.Hero--contentOverlay {
  color: #fff !important; } 
.Hero--contentOverlay .text-small.bold{
  color: #fff !important;
}
  .Hero--light h4, .Hero--light h5,
  .Hero--contentOverlay h4,
  .Hero--contentOverlay h5 {
    color: #fff !important;
    height: 65px;
}
  .Hero--light .Hero-cta .Button,
  .Hero--contentOverlay .Hero-cta .Button {
    background-color: white;
    color: black; }
  .Hero--light .Hero-cta .Button:hover,
  .Hero--contentOverlay .Hero-cta .Button:hover {
    background-color: #ebebeb;
    color: black; }
  .Hero--light .Hero-cta .Button:active, .Hero--light .Hero-cta .Button.is-active,
  .Hero--contentOverlay .Hero-cta .Button:active,
  .Hero--contentOverlay .Hero-cta .Button.is-active {
    background-color: #e0e0e0;
    color: black; }

.Hero--contentOverlay .Hero-content {
  background-color: rgba(0, 0, 0, 0.6); }

.Hero--contentOverlay .flickity-prev-next-button .arrow {
  fill: #fff; }

.Hero--contentOverlay .flickity-page-dots .dot {
  background: #fff; }

.Hero--contentOverlayLight .Hero-content {
  background-color: rgba(255, 255, 255, 0.8);
  }

.flickity-prev-next-button,
.flickity-prev-next-button:hover {
  background-color: transparent; }

.flickity-prev-next-button {
  top: auto;
  width: 1.375rem;
  height: 1.375rem; }
  
.mobile-middle .flickity-prev-next-button {
	top: 50%;
}  

.Hero--contentRight .Hero-wrapper, .Hero--contentRight .Hero-wrapper-dual {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  }

@media (min-width: 767px) {
  .Tablist a {
    font-size: 1.625rem; } }

@media screen and (min-width: 767px) {
  .carousel-cell {
    width: calc(50% - 0.3125rem);
    padding-right: 0; }
  .swiper-destroyed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .swiper-destroyed .carousel-cell {
      width: 50%;
      padding-right: 0.3125rem; }
  #spanishCarousel .flickity-prev-next-button {
    display: none; }
  #spanishCarousel .flickity-page-dots {
    display: none; }
  .Hero-wrapper {
    padding: 3rem 0;
    }
  .Hero-wrapper-dual .Hero-content, .Hero-content {
    /*! padding: 3rem 1rem; */
    }
   .Hero-wrapper-dual .Hero-content{
   width: 75% !important;
   margin-right: 10px;
   margin-top: -40px;
    }
  .Hero-wrapper-dual .Hero-slides {
    padding-bottom: 4rem;
    position: relative;
  }
 .Hero--contentOverlayLight--dual .Hero-wrapper-dual .Hero-slides{
     padding-bottom: 0rem;
  }
 .Hero--contentOverlayDark--dual .Hero-wrapper-dual .Hero-slides{
     padding-bottom: 0rem;
  }
    .Hero-wrapper-dual .Hero-slides .Hero-cta {
      /* position: absolute; */
      bottom: 0;
      }
  .Hero--contentRight .Hero-wrapper{
     margin-left: 470px !important;
     margin-top: -200px !important;
     /* max-width:300px !important; */
     max-width: 100%;
     margin-right: 10px;
  }
  .Hero--contentOverlay .Hero-wrapper, .Hero--contentOverlayLight .Hero-wrapper {
    padding: 0;
    margin-left:100px;
  }
  .Hero--contentOverlay .Hero-content, .Hero--contentOverlayLight .Hero-content {
    padding: 20px 15px !important;
    width: 310px !important;
    max-width: 100%;
    padding-left: 30px;
    float: left;    
    padding-top: 10px;
    padding-right: 20px;
    }
  .Event-wrapper .Event-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 10%;
            flex: 0 1 10%;
    text-align: left; }
    .Event-wrapper .Event-icon svg {
      width: 3.125rem;
      height: 3.125rem; }
  .Event-wrapper .Event-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 90%;
            flex: 0 1 90%; }
    .Event-wrapper .Event-content h4 {
      font-size: 1.75rem; }
  .Event-wrapper .Event-cta {
    margin-left: 10%; }
    .Event-wrapper .Event-cta a {
      font-size: 1.25rem;
      display: inline; } }
      
.carousel-wrapper  .medium-padding-vert-large {
    padding-left: 0 !important; 
	padding-right: 0 !important; 
}   

.carousel-wrapper.navigation-right-top {
    padding: 0; 
    margin: 0;}   

@media screen and (min-width: 1125px) {
  .carousel-cell {
    width: calc(33.333% + 0.10417rem);
    padding-right: 0; }
  .carousel-wrapper {
  	padding-left: 5rem;
	padding-right: 5rem;
	margin-left: -5rem;
	margin-right: -5rem;  	
    padding-bottom: 1rem; }  
  .flickity-prev-next-button {
    top: 50%;	
    width: 2.75rem;
    height: 2.75rem; }
  
	
  .flickity-prev-next-button.previous {
	left: -4rem; }  
	
  .flickity-prev-next-button.next {
	right: -4rem; }
  
  .carousel-wrapper.navigation-right-top .flickity-prev-next-button.previous {
  	right: 3rem; }  
	
  .carousel-wrapper.navigation-right-top .flickity-prev-next-button.next {
  	right: 0.5rem; }
	
  .carousel-wrapper.navigation-right-top .flickity-prev-next-button {
	left: auto; 
  	top: 2rem; }	
} 

.hero-component-row {    
    position: relative;
}

.navigation-right-top .flickity-enabled {
	position: static;
}

.navigation-right-top .flickity-page-dots {    
   	bottom: 1.25rem;
}

.carousel-wrapper.navigation-right-top .flickity-prev-next-button {
   	bottom: .35rem;
}

@media screen and (min-width: 1025px) {
  .swiper-destroyed .carousel-cell {
    width: 40%;
    padding-right: 0.3125rem; } }

@media (min-width: 650px) {
  .Tabs-panelWrap {
    margin-left: 0; }
  .TabBanner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .TabBanner .TabBanner-left,
    .TabBanner .TabBanner-right {
      width: 100%;
      }
    .TabBanner .TabBanner-right {
      width: 50%;
      margin-top: 1.0rem;
      align-self: flex-start;
      }
      .TabBanner .TabBanner-right .Button {
        display: inline-block; } }

@media (min-width: 991px) {
  .Tablist {
    margin-left: 0; }
  .Tab-descWrap {
    margin-left: 0;
    margin-right: 0; }
  #tvWidget h2 {
    margin-left: 0; }
  .container {
    max-width: 60.375rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5625rem;
    padding-right: .5625rem; }    

@media screen and (min-width: 1024px) {
  .Hero-wrapper-dual {
    margin-top: -100px !important;
    margin-left: 200px !important;
  }
}
@media screen and (min-width: 1023px) {
  .Hero-wrapper, .Event-wrapper  {
    max-width: 38rem;
    padding: 1.5rem 1.125rem;
    }
   .Hero-wrapper-dual {
    max-width: 60rem;
    padding: 1.5rem 1.125rem;
    margin-left: 200px !important;
    margin-top: -240px !important;
    }
  .Hero {
    padding: 3rem 0; 
    height: 700px;
  }
  
   .Hero-wrapper-dual .Hero-content {
    /* width: 100% !important; */
    max-width: 60%;
    padding: 2rem 0;
    }
  .Hero--contentOverlayLight--dual .Hero-wrapper-dual .Hero-content{
     padding: 2rem 0 2rem 6rem;
     max-width: 67%;
  }
  .Hero--contentOverlayDark--dual .Hero-wrapper-dual .Hero-content{
     padding: 2rem 0;
     max-width: 60%;
  }
    .Hero-wrapper-dual .Hero-content .Hero-title {
      margin-bottom: 1rem; }
  .Hero--contentOverlay .Hero-wrapper-dual .Hero-content, .Hero--contentOverlayLight .Hero-wrapper-dual .Hero-content {
    padding: 1.5rem; }
  .Hero-content {
    /* padding: 0; */
    /*! max-width: 70%; */
    /*! margin-right: 20px !important; */
    }
  .Event-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: .75rem 1rem; }
    .Event-wrapper .Event-icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      padding-right: 1.125rem; }
    .Event-wrapper .Event-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 75%;
              flex: 0 1 75%;
      padding-right: 2.25rem; }
      .Event-wrapper .Event-content h4 {
        font-size: 1.75rem; }
    .Event-wrapper .Event-cta {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin-left: 0; }
      .Event-wrapper .Event-cta a {
        font-size: 1.25rem;
        display: inline; } }

@media screen and (max-width: 500px) {
  .Hero--contentOverlay .Hero-wrapper, .Hero--contentOverlay .Hero-wrapper-dual,
  .Hero--contentOverlayLight .Hero-wrapper,
  .Hero--contentOverlayLight .Hero-wrapper-dual {
    /*! padding: 0; */ } }
	
.TabBanner-right .button:hover, 
.TabBanner-right a.button:focus, 
.TabBanner-right a.button:hover ,.TabBanner-right a.button{
	background: #fff;
    color: #000;
}

/* .TabBanner-right .cta{
    height: 40px;
  }  
   */
  .Hero--contentOverlay .margin-bottom-medium{
  color:black !important;
  background: white !important;
}
  
.Hero-cta .margin-bottom-medium{
	     margin-bottom: 0px !important;
}

  @media (max-width: 767px) {
    .Hero--contentOverlayLight, .Hero--contentRight {
       background: none !important;       
  }
    .Hero-content{
      float: none;
      margin-right: 0;
      padding-top: 0px;
    }
    
   .Hero-content .Hero-legal{
      width:200px !important;
    }
    .Hero-details{
      width:220px !important;
    }
   .Hero-wrapper-dual .Hero-content .Hero-legal{
      width:250px !important;
    }
    .internet .carousel-cell{
      height:100%;
    }
  
}
.Hero-wrapper-dual .Hero-content .show-for-medium-up, 
.Hero-wrapper-dual .Hero-content .hide-for-medium-up{
  width: 325px !important;
}
.Hero-content .Hero-details .show-for-medium-up,
.Hero-content .Hero-details .hide-for-medium-up{
  width: 375px ;
}

.Hero-subtitle h5 {
  color:black;
}
.Hero-content .widget_title {
  font-size: 16px;
}
.Hero-content .widget_equation {
  font-size: 18px;
  line-height:  1.25rem !important;
  
}
span.widget_equation  {
  line-height:  1.2 !important;
  display:block;
  padding-top: 5px;
}
.Hero-content .widget_equation br{
   /* display: block; */
   /* margin: -30px 0; */
}
.Hero-wrapper-dual .Hero-content .Hero-details .p-90 {
      width: 228px !important;
}

.Hero-wrapper-dual .Hero-content .flickity-slider {
  width: 160% !important;
}
.Hero--contentOverlayLight--dual .Hero-wrapper-dual .Hero-content .flickity-slider {
  padding: 0 10px 0 0;
}
.Hero--contentOverlayDark--dual .Hero-wrapper-dual .Hero-content .flickity-slider {
  padding: 0 10px 0 0;
}
.internet .flickity-viewport{
  height:700px;
}

/*Hero Banner*/
.com-copy.hero{
 width: 210px !important;
}

@media only screen and (max-width: 768px){
 
   .Hero--contentOverlayLight--dual .Hero-wrapper {
    margin-left: 0px !important;
    /*! padding-left: 0px; */
    justify-content: left;
    padding-top: 10px;
    padding-bottom: 0px !important;
  }
  .Hero-wrapper-title{
     max-width:100% !important;
     margin-left: 0px !important;
  }  
}
@media only screen and (min-width: 1200px) {
  .Hero--contentRight .Hero-wrapper{
     margin-left: 470px !important;
     margin-top: -240px !important;
     max-width: 100%;
     margin-right: 10px;
  } 
  .Hero-wrapper-title{
     max-width:100%;
     margin-left: 50px;
  }
  .row .medium-6 .Hero-title{
     margin-left: 80px;
  }
  
}
@media only screen and (min-width: 768px) {
.Hero--contentOverlayLight--dual .Hero-wrapper {
  justify-content: left;
  margin-top: 0px !important;
  overflow: auto !important;
  margin-left: 30px !important;
  flex-direction: column-reverse;
  }

} 
@media only screen and (min-width: 600px) {
   /*.Hero-title {
   ! max-width: 50% !important;
    margin-left: 10px;
  }
  .Hero-wrapper-title{
     max-width:100%;
     /*! margin-left: 50px; */
  }
   */
  
} 
.Hero-wrapper-title{
  min-height: 200px;
  /*! margin-left: 50px; */
  padding-top: 20px;
}
/*Ipad pro*/
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
   {
    .Hero-wrapper-dual{
      margin-top: -80px !important;
      margin-left: 60px !important;
    }
     .Hero--contentOverlayLight--dual .Hero-wrapper{
       margin-left: 40px !important;
       margin-top: -40px !important;
     }
  
}

.Hero {
    padding: 1rem 0;
   /*  background: url(learn/css/images/hero-ww.png) no-repeat center center; */
    background-size: cover;
    overflow: auto;
    /*! height: 700px; */
}
    .Hero .Hero-text{
        width: 44%;
        padding-left: 0rem;
        padding-top: 1.25rem;
        padding-right: 0.625rem;
    }
    .Hero .Hero-text h1, .Hero .Hero-text h2{
            color: #000;
        }
    .Hero .Hero-text h1{
            margin-bottom: 1.25rem;
			font-size: 2.25rem;
             line-height: 2.375rem;
        }
	.Hero .Hero-text h2{
           font-size: 1.125rem !important;
           line-height: 1.5rem;
        }
    .Hero .Hero-content{
       padding: 1.5rem 0;
       width: 53%;
    }
    .Hero .swiper-container{
        padding: 0;
    }
    .Hero .swiper-container .swiper_button-prev, .Hero .swiper-container .swiper_button-next{
            margin:auto;
            height: 0.875rem;
            width: 0.875rem;
		    bottom: 0.875rem;
            z-index: 1000;
            top: inherit;
        }
    .Hero .swiper-container .swiper_button-prev:before,.Hero .swiper-container .swiper_button-next:before{
                color: #333;
                font-size: 0.875rem;
                line-height:0.875rem;
                position: absolute;
                top: 0;
            }
    .Hero .swiper-container .swiper_button-prev{
            left: 1.25rem;
        }
    .Hero .swiper-container .swiper_button-next{
            right: 1.25rem;
        }
    .Hero.offer-blocks-only .Hero-content
            {
                width: 100%;
                max-width: 41rem;
            }
    .Hero.offer-blocks-only .Hero-text{
            display: none;
        }
    @media(max-width: 62rem) {
        .Hero .Hero-text, .Hero .Hero-content {
            width: 100%;
        }
        .Hero .Hero-text {
            padding-left: 0.8375rem;
            padding-top: 0px;
        }
    }
    @media(min-width: 48rem) {
        .Hero .swiper_item {
            height: auto;
        }
        .Hero .w_swiper {
            -webkit-transform: none !important;
            transform: none !important;
        }
        .Hero .swiper_pager, .Hero .swiper_button-prev, .Hero .swiper_button-next {
            display: none;
        }
		
    }
    @media(max-width: 47.9375rem){.Hero {
        padding: 0;
        background: none !important;
}
            .Hero.offer-blocks-only .Hero-content
                {
                    width: 100%;
                    max-width: inherit;
                }
      .Hero--contentRight{
         /* float:none !important; */
      }
      .Hero--contentRight .Hero-content{
        padding-left:1rem !important;
       
      }
        .Hero .Hero-content {
            padding: 0;
            float: none;
            max-width: inherit;
            background-color: rgba(255, 255, 255, 0.5);
        }
            .Hero .Hero-content .swiper-container{
                 padding-bottom: 2.875rem;
             }
    }
.Hero-slides {
    padding: 1rem;
    padding-bottom: 5.5rem;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
}
.Hero-slides .Hero-subtitle, .Hero-slides .Hero-subtitle p {
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 1.2;
        color: inherit;
        margin-bottom: 1rem;
		height: auto;
    }
.Hero-slides .Hero-subtitle h5,.Hero-slides .Hero-subtitle p h5{
              font-size: 1.125rem;
              line-height: 1.5rem;
          }
.Hero-slides .Hero-price {
        margin-top: 0;
        margin-bottom: 0.625rem;
        color: inherit;
        font-size: 2.5rem;
        line-height: 2.3rem;
    }
.Hero-slides .Hero-price sup{
            font-size: 1.125rem;
            vertical-align: top;
            font-weight: bold;
            line-height: normal;
            letter-spacing: -0.01563rem;
           }
.Hero-slides .Hero-legal {
        margin-bottom: 0;
        font-size: 0.75rem;
        color: inherit;
    }
.Hero-slides .Hero-offerDetails {
        font-size: 0.75rem;
        font-weight: bold;
        color: inherit;
        text-decoration: underline;
    }
.Hero-slides .Hero-details {
        margin-top: 1.25rem;
        font-size: 1rem;
        color: inherit;
        max-width: 250px;
    }
.Hero-slides .Hero-details ul{
            margin-left: 1.125rem;
        }
.Hero-slides .Hero-details ul li{
                  margin-bottom: .75rem;
              }
.Hero-slides .Hero-cta {
        position: absolute;
        bottom: 2.5rem;
    }
.Hero-slides .Hero-cta button, .Hero-slides .Hero-cta .Button{
            background: #000;
            color: #fff;
            padding: 0.75rem 2.6875rem;
            margin: 0;
            border-radius: 624.9375rem;
            font-size: 0.875rem;
            font-weight: bold;
        }
@media(max-width: 47.9375rem){
.Hero-slides {
        padding: 1rem 1rem 4.5rem;
        background-color: transparent
}
        .Hero-slides .Hero-cta {
            bottom: 1.625rem;
        }
    }
.Hero--contentOverlay .Hero-text h3, .Hero--contentOverlay .Hero-text h6, .Hero--contentOverlay .Hero-text p{
            color: #fff;
        }
.Hero--contentOverlay .Hero-slides{
         background-color: rgba(0, 0, 0, 0.5);
         color: #fff;
    }
.Hero--contentOverlay .Hero-subtitle, .Hero--contentOverlay .Hero-subtitle p {
        color: #fff;
    }
.Hero--contentOverlay .Hero-subtitle h5,.Hero--contentOverlay .Hero-subtitle p h5{
          color: #fff;
       }
.Hero--contentOverlay .Hero-cta .Button, .Hero--contentOverlay .Hero-cta button{
            background: #fff;
            color: #000;
        }
.Hero--contentOverlay .swiper_button-prev:before,.Hero--contentOverlay .swiper_button-next:before{
            color: #fff !important;
        }
@media(max-width: 47.9375rem) {
        .Hero--contentOverlay .Hero-content {
            background-color: rgba(0, 0, 0, 0.5);
        }
        .Hero--contentOverlay .Hero-slides {
            background-color: transparent;
        }
    }
.custom-css-goes-here {
	width: 20;
	color: #cd040b;
}
@media screen and (min-width: 767px) {
.Hero--contentRight .Hero-content{
  padding: 1.2rem 1.5rem;
  width: 310px !important;
  float: right;
  margin-right: 100px;
  max-width: 100%;
}
}
.h4.text-white{
  font-size:1.5rem;
  color:#fff !important;
  
}


.Content {
    padding: 2rem 2rem 60px;
}

.Scroller {
  position: relative;
  overflow: hidden;
}

.Scroller .Scroller-placeholder {
  height: 0;
  width: 0;
}

.Scroller .Scroller-images {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.Scroller .Scroller-images .Scroller-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.Scroller .Scroller-images .Scroller-image.is-active {
  opacity: 1;
  -webkit-transition: opacity 750ms;
  transition: opacity 750ms;
}

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

.Scroller .Scroller-content h2 {
  font-weight: bold;
  line-height: normal;
  font-size: 2rem;
}

.Scroller .Scroller-slides {
  position: relative;
  z-index: 0;
}

.Scroller .Scroller-slides .Scroller-slide {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 5rem;
  text-align: center;
}

.Scroller .Scroller-slides .Scroller-slide h3 {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
}

.Scroller .Scroller-slides .Scroller-imageContainer {
  height: 500px;
  width: 250px;
  margin-bottom: 2rem;
}

.Scroller .Scroller-text img {
  display: inline-block;
  margin-bottom: 2.5rem;
  width: 50%;
}

.Scroller .Scroller-text > div {
  margin-bottom: 5rem;
}

.Scroller .Scroller-text > div:last-child {
    margin-bottom: 0;
}

.Scroller .Scroller-device {
  position: relative;  
  border-radius: 50px;
}

.Scroller.Scroller--iphone .Scroller-device {
  height: 500px;
  width: 250px;
}

.Scroller.Scroller--iphone .Scroller-device::after {
  background-image: url("learn/images/iphone.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Scroller.Scroller--ipad .Scroller-device {
  height: 350px;
  width: 500px;
}

.Scroller.Scroller--ipad .Scroller-device::after {
  background-image: url("learn/images/ipad.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (min-width: 1023px) {
  .Scroller > div {
    position: relative;
  }
  .Scroller .Scroller-placeholder {
    height: 100vh;
    width: 100%;
  }
  .Scroller .Scroller-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .Scroller .Scroller-content > div {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
  .Scroller .Scroller-content.is-active {
    background: white;
    position: fixed;
    bottom: 0px;
  }
  .Scroller .Scroller-content.is-active .Scroller-device {
    background: white;
  }
  .Scroller .Scroller-content.is-bottom {
    position: absolute;
    bottom: 0px;
  }
  
  .Scroller .Scroller-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .Scroller .Scroller-images .Scroller-image {
    width: 87%;
    height: 94%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .Scroller .Scroller-slides {
    padding-bottom: 150px;
    z-index: 0;
    overflow-x: hidden;
    position: relative;
  }
  .Scroller .Scroller-slides .Scroller-slide {
    background: #fff;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100vh;
    margin-bottom: 0;
    text-align: left;
    position: relative;
  }
  .Scroller .Scroller-slides .Scroller-imageContainer {
    display: none;
  }
  .Scroller .Scroller-text img {
    display: none;
  }
  .Scroller .Scroller-text > div {
    margin-bottom: 0;
  }
  .Scroller .Scroller-text .Scroller-textGroup {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 750ms, -webkit-transform 750ms;
    transition: opacity 750ms, -webkit-transform 750ms;
    transition: opacity 750ms, transform 750ms;
    transition: opacity 750ms, transform 750ms, -webkit-transform 750ms;
    -webkit-transform: none;
            transform: none;
  }
  .Scroller .Scroller-text.is-up .Scroller-textGroup {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  .Scroller .Scroller-text.is-up .Scroller-textGroup.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .Scroller .Scroller-text.is-up .Scroller-textGroup.is-hidden {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  .Scroller .Scroller-text.is-down .Scroller-textGroup {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  .Scroller .Scroller-text.is-down .Scroller-textGroup.is-active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .Scroller .Scroller-text.is-down .Scroller-textGroup.is-hidden {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  .Scroller.Scroller--ipad .Scroller-content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .Scroller.Scroller--ipad .Scroller-images {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .Scroller.Scroller--ipad .Scroller-images .Scroller-image {
    width: 82%;
    height: 87%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .Scroller.Scroller--ipad .Scroller-text {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@charset "UTF-8";
/*! VZRF 2.23.0 */
.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.vzicon,
a.vzicon {
  text-decoration: none;
  color: inherit;
  -webkit-transform: rotate(0deg);
  display: inline-block;
}

.vzicon:hover,
a.vzicon:hover {
  text-decoration: none;
}

.vzicon::before,
a.vzicon::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

a.vzicon.text-brand-1:hover::before,
a.text-brand-1:hover .vzicon::before {
  color: #990308;
}

a.vzicon.text-brand-2:hover::before,
a.text-brand-2:hover .vzicon::before {
  color: #68c49b;
}

a.vzicon.text-brand-3:hover::before,
a.text-brand-3:hover .vzicon::before {
  color: #8ad4f7;
}

a.vzicon.text-brand-4:hover::before,
a.text-brand-4:hover .vzicon::before {
  color: #f79973;
}

a.vzicon.text-brand-5:hover::before,
a.text-brand-5:hover .vzicon::before {
  color: #fac93f;
}

a.vzicon.text-brand-6:hover::before,
a.text-brand-6:hover .vzicon::before {
  color: #8ad4f7;
}

a.vzicon.text-brand-7:hover::before,
a.text-brand-7:hover .vzicon::before {
  color: #fac93f;
}

a.vzicon.text-brand-8:hover::before,
a.text-brand-8:hover .vzicon::before {
  color: #f79973;
}

a.vzicon.text-brand-9:hover::before,
a.text-brand-9:hover .vzicon::before {
  color: #fac93f;
}

a.vzicon.text-grey-1:hover::before,
a.text-grey-1:hover .vzicon::before {
  color: #404040;
}

a.vzicon.text-grey-2:hover::before,
a.text-grey-2:hover .vzicon::before {
  color: #585858;
}

a.vzicon.text-grey-3:hover::before,
a.text-grey-3:hover .vzicon::before {
  color: #838383;
}

a.vzicon.text-grey-4:hover::before,
a.text-grey-4:hover .vzicon::before {
  color: #a2a2a2;
}

a.vzicon.text-grey-5:hover::before,
a.text-grey-5:hover .vzicon::before {
  color: #d7d9d6;
}

a.vzicon.text-grey-6:hover::before,
a.text-grey-6:hover .vzicon::before {
  color: #f0f0f0;
}

a.vzicon.text-white:hover::before,
a.text-text-white:hover .vzicon::before {
  color: #f9f9f9;
}

a.vzicon.text-black:hover::before,
a.text-black:hover .vzicon::before {
  color: #333;
}

a.vzicon::before,
.touchable.vzicon::before {
  padding: .5rem;
  margin: -.5rem;
}

.vzicon.inherit-size::before,
a.vzicon.inherit-size::before {
  font-size: inherit !important;
}

.vzicon.inherit-color,
.vzicon.inherit-color::before,
a.vzicon.inherit-color,
a.vzicon.inherit-color::before {
  color: inherit !important;
}

.vzicon.inherit,
.vzicon.inherit::before,
a.vzicon.inherit,
a.vzicon.inherit::before {
  color: inherit !important;
  font-size: inherit !important;
}

.vzicon.form,
a.vzicon.form {
  display: inline-block;
}

.vzicon.form.small,
a.vzicon.form.small {
  margin-top: 0.66193rem;
}

.vzicon.form.medium,
.vzicon.form,
a.vzicon.form.medium,
a.vzicon.form {
  margin-top: 0.43466rem;
}

.vzicon.form.large,
a.vzicon.form.large {
  margin-top: 0.20739rem;
}

.vzicon.form.xlarge,
a.vzicon.form.xlarge {
  margin-top: -1.05398rem;
}

.vzicon.icon-null::before,
a.vzicon.icon-null::before {
  content: '\e00a0';
}

.vzicon.middle,
.vzicon.inline-block,
.vzicon.inline,
a.vzicon.middle,
a.vzicon.inline-block,
a.vzicon.inline {
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  margin-bottom: -0.625rem;
  position: relative;
  top: -0.3125rem;
}

.vzicon.small::before,
a.vzicon.small::before {
  font-size: 1.125rem !important;
}

.vzicon.medium::before,
a.vzicon.medium::before {
  font-size: 1.5rem !important;
}

.vzicon.large::before,
a.vzicon.large::before {
  font-size: 1.875rem !important;
}

.vzicon.xlarge::before,
a.vzicon.xlarge::before {
  font-size: 3.75rem !important;
}

.vzicon.circled,
a.vzicon.circled {
  background-color: #767676;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 6.1875rem;
  line-height: 2;
}

.vzicon.circled.small,
a.vzicon.circled.small {
  width: 2.25rem;
  height: 2.25rem;
}

.vzicon.circled,
.vzicon.circled.medium,
a.vzicon.circled,
a.vzicon.circled.medium {
  width: 3rem;
  height: 3rem;
}

.vzicon.circled.large,
a.vzicon.circled.large {
  width: 3.75rem;
  height: 3.75rem;
}

.vzicon.circled.xlarge,
a.vzicon.circled.xlarge {
  width: 7.5rem;
  height: 7.5rem;
}

@media only screen and (min-width: 48rem) {
  .vzicon.gutter-pull,
  a.vzicon.gutter-pull {
    margin-left: -2.5rem !important;
  }

  .vzicon.small.gutter-pull,
  a.vzicon.small.gutter-pull {
    margin-left: -2.4375rem !important;
  }

  .vzicon.large.gutter-pull,
  a.vzicon.large.gutter-pull {
    margin-left: -2.875rem !important;
  }

  .vzicon.xlarge.gutter-pull,
  a.vzicon.xlarge.gutter-pull {
    margin-left: -3.375rem !important;
  }
}

.icons-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.5rem;
}

.icons-list::before {
  display: none;
}

.icons-list > li:first-child {
  margin-top: 0;
}

.icons-list > li {
  margin-top: 0.75rem;
}

.icons-list > li:last-child {
  margin-bottom: 0.75rem;
}

.icons-list > li {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  padding-left: 1.35rem;
  position: relative;
}

.icons-list > li:hover {
  text-decoration: none;
}

.icons-list > li::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.icons-list > li::before {
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: -0.125rem;
}

.icons-list.text-large > li::before,
.icons-list.text-xlarge > li::before,
.icons-list.text-small > li::before {
  top: 0;
}

.icons-list > li.bullet-brand-1::before,
.icons-list.bullet-brand-1 > li::before > li.bullet-alert::before,
.icons-list.bullet-alert > li::before {
  color: #cd040b !important;
}

.icons-list > li.bullet-brand-2::before,
.icons-list.bullet-brand-2 > li::before {
  color: #82ceac !important;
}

.icons-list > li.bullet-brand-3::before,
.icons-list.bullet-brand-3 > ::before {
  color: #abe0f9 !important;
}

.icons-list > li.bullet-brand-4::before,
.icons-list.bullet-brand-4 > ::before {
  color: #f9b295 !important;
}

.icons-list > li.bullet-brand-5::before,
.icons-list.bullet-brand-5 > ::before {
  color: #fbd362 !important;
}

.icons-list > li.bullet-brand-6::before,
.icons-list.bullet-brand-6 > ::before {
  color: #abe0f9 !important;
}

.icons-list > li.bullet-brand-7::before,
.icons-list.bullet-brand-7 > ::before {
  color: #fbd362 !important;
}

.icons-list > li.bullet-brand-8::before,
.icons-list.bullet-brand-8 > ::before {
  color: #f9b295 !important;
}

.icons-list > li.bullet-brand-9::before,
.icons-list.bullet-brand-9 > ::before {
  color: #fbd362 !important;
}

.icons-list > li.bullet-grey-1::before,
.icons-list.bullet-grey-1 > ::before {
  color: #333 !important;
}

.icons-list > li.bullet-grey-2::before,
.icons-list.bullet-grey-2 > ::before {
  color: #4b4b4b !important;
}

.icons-list > li.bullet-grey-3::before,
.icons-list.bullet-grey-3 > ::before {
  color: #767676 !important;
}

.icons-list > li.bullet-grey-4::before,
.icons-list.bullet-grey-4 > ::before {
  color: #959595 !important;
}

.icons-list > li.bullet-grey-5::before,
.icons-list.bullet-grey-5 > ::before {
  color: #e4e5e3 !important;
}

.icons-list > li.bullet-grey-6::before,
.icons-list.bullet-grey-6 > ::before {
  color: #f6f6f6 !important;
}

.icons-list > li.bullet-white::before,
.icons-list.bullet-white > ::before {
  color: #fff !important;
}

.icons-list > li.bullet-black::before,
.icons-list.bullet-black > ::before {
  color: #000 !important;
}

.icons-list > li.bullet-hyperlink::before,
.icons-list.bullet-hyperlink > ::before {
  color: #0066BB !important;
}

.icons-list > li.bullet-info::before,
.icons-list.bullet-info > ::before {
  color: #0066BB !important;
}

.icons-list > li.bullet-info-pale::before,
.icons-list.bullet-info-pale > ::before {
  color: #bed8f1 !important;
}

.icons-list > li.bullet-success::before,
.icons-list.bullet-success > ::before {
  color: #0c7810 !important;
}

.icons-list > li.bullet-success-pale::before,
.icons-list.bullet-success-pale > ::before {
  color: #d5ead3 !important;
}

.icons-list > li.bullet-warning::before,
.icons-list.bullet-warning > ::before {
  color: #f8d362 !important;
}

.icons-list > li.bullet-warning-pale::before,
.icons-list.bullet-warning-pale > ::before {
  color: #ffe8a6 !important;
}

.icon-911::before,
.icons-list.icon-911 > li::before,
.icons-list > li.icon-911::before,
.icons-list[class*="icon-"] > li.icon-911::before {
  content: "\e762" !important;
}

.icon-911-alt::before,
.icons-list.icon-911-alt > li::before,
.icons-list > li.icon-911-alt::before,
.icons-list[class*="icon-"] > li.icon-911-alt::before {
  content: "\e7b2" !important;
}

.icon-accessibility::before,
.icons-list.icon-accessibility > li::before,
.icons-list > li.icon-accessibility::before,
.icons-list[class*="icon-"] > li.icon-accessibility::before {
  content: "\e761" !important;
}

.icon-add-channels::before,
.icons-list.icon-add-channels > li::before,
.icons-list > li.icon-add-channels::before,
.icons-list[class*="icon-"] > li.icon-add-channels::before {
  content: "\e760" !important;
}

.icon-add-contact::before,
.icons-list.icon-add-contact > li::before,
.icons-list > li.icon-add-contact::before,
.icons-list[class*="icon-"] > li.icon-add-contact::before {
  content: "\e668" !important;
}

.icon-add-folder::before,
.icons-list.icon-add-folder > li::before,
.icons-list > li.icon-add-folder::before,
.icons-list[class*="icon-"] > li.icon-add-folder::before {
  content: "\e669" !important;
}

.icon-advance::before,
.icons-list.icon-advance > li::before,
.icons-list > li.icon-advance::before,
.icons-list[class*="icon-"] > li.icon-advance::before {
  content: "\e66a" !important;
}

.icon-alarm-clock::before,
.icons-list.icon-alarm-clock > li::before,
.icons-list > li.icon-alarm-clock::before,
.icons-list[class*="icon-"] > li.icon-alarm-clock::before {
  content: "\e75f" !important;
}

.icon-alert::before,
.icons-list.icon-alert > li::before,
.icons-list > li.icon-alert::before,
.icons-list[class*="icon-"] > li.icon-alert::before {
  content: "\e66b" !important;
}

.icon-anti-phishing::before,
.icons-list.icon-anti-phishing > li::before,
.icons-list > li.icon-anti-phishing::before,
.icons-list[class*="icon-"] > li.icon-anti-phishing::before {
  content: "\e75e" !important;
}

.icon-anti-spam::before,
.icons-list.icon-anti-spam > li::before,
.icons-list > li.icon-anti-spam::before,
.icons-list[class*="icon-"] > li.icon-anti-spam::before {
  content: "\e75d" !important;
}

.icon-anti-spyware::before,
.icons-list.icon-anti-spyware > li::before,
.icons-list > li.icon-anti-spyware::before,
.icons-list[class*="icon-"] > li.icon-anti-spyware::before {
  content: "\e75c" !important;
}

.icon-app::before,
.icons-list.icon-app > li::before,
.icons-list > li.icon-app::before,
.icons-list[class*="icon-"] > li.icon-app::before {
  content: "\e75b" !important;
}

.icon-assets::before,
.icons-list.icon-assets > li::before,
.icons-list > li.icon-assets::before,
.icons-list[class*="icon-"] > li.icon-assets::before {
  content: "\e75a" !important;
}

.icon-assets-alt::before,
.icons-list.icon-assets-alt > li::before,
.icons-list > li.icon-assets-alt::before,
.icons-list[class*="icon-"] > li.icon-assets-alt::before {
  content: "\e759" !important;
}

.icon-asset-tracking::before,
.icons-list.icon-asset-tracking > li::before,
.icons-list > li.icon-asset-tracking::before,
.icons-list[class*="icon-"] > li.icon-asset-tracking::before {
  content: "\e758" !important;
}

.icon-attachment::before,
.icons-list.icon-attachment > li::before,
.icons-list > li.icon-attachment::before,
.icons-list[class*="icon-"] > li.icon-attachment::before {
  content: "\e66c" !important;
}

.icon-auto-callback::before,
.icons-list.icon-auto-callback > li::before,
.icons-list > li.icon-auto-callback::before,
.icons-list[class*="icon-"] > li.icon-auto-callback::before {
  content: "\e757" !important;
}

.icon-automation::before,
.icons-list.icon-automation > li::before,
.icons-list > li.icon-automation::before,
.icons-list[class*="icon-"] > li.icon-automation::before {
  content: "\e756" !important;
}

.icon-av::before,
.icons-list.icon-av > li::before,
.icons-list > li.icon-av::before,
.icons-list[class*="icon-"] > li.icon-av::before {
  content: "\e755" !important;
}

.icon-baseball::before,
.icons-list.icon-baseball > li::before,
.icons-list > li.icon-baseball::before,
.icons-list[class*="icon-"] > li.icon-baseball::before {
  content: "\e754" !important;
}

.icon-baseball-bats::before,
.icons-list.icon-baseball-bats > li::before,
.icons-list > li.icon-baseball-bats::before,
.icons-list[class*="icon-"] > li.icon-baseball-bats::before {
  content: "\e753" !important;
}

.icon-baseball-player::before,
.icons-list.icon-baseball-player > li::before,
.icons-list > li.icon-baseball-player::before,
.icons-list[class*="icon-"] > li.icon-baseball-player::before {
  content: "\e752" !important;
}

.icon-battery-charging::before,
.icons-list.icon-battery-charging > li::before,
.icons-list > li.icon-battery-charging::before,
.icons-list[class*="icon-"] > li.icon-battery-charging::before {
  content: "\e751" !important;
}

.icon-battery-life-10::before,
.icons-list.icon-battery-life-10 > li::before,
.icons-list > li.icon-battery-life-10::before,
.icons-list[class*="icon-"] > li.icon-battery-life-10::before {
  content: "\e750" !important;
}

.icon-battery-life-25::before,
.icons-list.icon-battery-life-25 > li::before,
.icons-list > li.icon-battery-life-25::before,
.icons-list[class*="icon-"] > li.icon-battery-life-25::before {
  content: "\e74f" !important;
}

.icon-battery-life-50::before,
.icons-list.icon-battery-life-50 > li::before,
.icons-list > li.icon-battery-life-50::before,
.icons-list[class*="icon-"] > li.icon-battery-life-50::before {
  content: "\e74e" !important;
}

.icon-battery-life-75::before,
.icons-list.icon-battery-life-75 > li::before,
.icons-list > li.icon-battery-life-75::before,
.icons-list[class*="icon-"] > li.icon-battery-life-75::before {
  content: "\e74d" !important;
}

.icon-battery-life-empty::before,
.icons-list.icon-battery-life-empty > li::before,
.icons-list > li.icon-battery-life-empty::before,
.icons-list[class*="icon-"] > li.icon-battery-life-empty::before {
  content: "\e74c" !important;
}

.icon-battery-life-full::before,
.icons-list.icon-battery-life-full > li::before,
.icons-list > li.icon-battery-life-full::before,
.icons-list[class*="icon-"] > li.icon-battery-life-full::before {
  content: "\e74b" !important;
}

.icon-best-value::before,
.icons-list.icon-best-value > li::before,
.icons-list > li.icon-best-value::before,
.icons-list[class*="icon-"] > li.icon-best-value::before {
  content: "\e74a" !important;
}

.icon-bill::before,
.icons-list.icon-bill > li::before,
.icons-list > li.icon-bill::before,
.icons-list[class*="icon-"] > li.icon-bill::before {
  content: "\e749" !important;
}

.icon-blocked::before,
.icons-list.icon-blocked > li::before,
.icons-list > li.icon-blocked::before,
.icons-list[class*="icon-"] > li.icon-blocked::before {
  content: "\e66d" !important;
}

.icon-bluetooth::before,
.icons-list.icon-bluetooth > li::before,
.icons-list > li.icon-bluetooth::before,
.icons-list[class*="icon-"] > li.icon-bluetooth::before {
  content: "\e748" !important;
}

.icon-book::before,
.icons-list.icon-book > li::before,
.icons-list > li.icon-book::before,
.icons-list[class*="icon-"] > li.icon-book::before {
  content: "\e747" !important;
}

.icon-bookmark::before,
.icons-list.icon-bookmark > li::before,
.icons-list > li.icon-bookmark::before,
.icons-list[class*="icon-"] > li.icon-bookmark::before {
  content: "\e66e" !important;
}

.icon-box::before,
.icons-list.icon-box > li::before,
.icons-list > li.icon-box::before,
.icons-list[class*="icon-"] > li.icon-box::before {
  content: "\e66f" !important;
}

.icon-briefcase::before,
.icons-list.icon-briefcase > li::before,
.icons-list > li.icon-briefcase::before,
.icons-list[class*="icon-"] > li.icon-briefcase::before {
  content: "\e746" !important;
}

.icon-business-communications::before,
.icons-list.icon-business-communications > li::before,
.icons-list > li.icon-business-communications::before,
.icons-list[class*="icon-"] > li.icon-business-communications::before {
  content: "\e745" !important;
}

.icon-business-phone::before,
.icons-list.icon-business-phone > li::before,
.icons-list > li.icon-business-phone::before,
.icons-list[class*="icon-"] > li.icon-business-phone::before {
  content: "\e788" !important;
}

.icon-calendar::before,
.icons-list.icon-calendar > li::before,
.icons-list > li.icon-calendar::before,
.icons-list[class*="icon-"] > li.icon-calendar::before {
  content: "\e670" !important;
}

.icon-calendar-alt::before,
.icons-list.icon-calendar-alt > li::before,
.icons-list > li.icon-calendar-alt::before,
.icons-list[class*="icon-"] > li.icon-calendar-alt::before {
  content: "\e744" !important;
}

.icon-call-back::before,
.icons-list.icon-call-back > li::before,
.icons-list > li.icon-call-back::before,
.icons-list[class*="icon-"] > li.icon-call-back::before {
  content: "\e789" !important;
}

.icon-call-blocked::before,
.icons-list.icon-call-blocked > li::before,
.icons-list > li.icon-call-blocked::before,
.icons-list[class*="icon-"] > li.icon-call-blocked::before {
  content: "\e78a" !important;
}

.icon-caller-id::before,
.icons-list.icon-caller-id > li::before,
.icons-list > li.icon-caller-id::before,
.icons-list[class*="icon-"] > li.icon-caller-id::before {
  content: "\e743" !important;
}

.icon-call-fowarding::before,
.icons-list.icon-call-fowarding > li::before,
.icons-list > li.icon-call-fowarding::before,
.icons-list[class*="icon-"] > li.icon-call-fowarding::before {
  content: "\e742" !important;
}

.icon-call-hold::before,
.icons-list.icon-call-hold > li::before,
.icons-list > li.icon-call-hold::before,
.icons-list[class*="icon-"] > li.icon-call-hold::before {
  content: "\e78b" !important;
}

.icon-call-intercom::before,
.icons-list.icon-call-intercom > li::before,
.icons-list > li.icon-call-intercom::before,
.icons-list[class*="icon-"] > li.icon-call-intercom::before {
  content: "\e78c" !important;
}

.icon-call-number::before,
.icons-list.icon-call-number > li::before,
.icons-list > li.icon-call-number::before,
.icons-list[class*="icon-"] > li.icon-call-number::before {
  content: "\e78d" !important;
}

.icon-call-pickup::before,
.icons-list.icon-call-pickup > li::before,
.icons-list > li.icon-call-pickup::before,
.icons-list[class*="icon-"] > li.icon-call-pickup::before {
  content: "\e741" !important;
}

.icon-calls::before,
.icons-list.icon-calls > li::before,
.icons-list > li.icon-calls::before,
.icons-list[class*="icon-"] > li.icon-calls::before {
  content: "\e671" !important;
}

.icon-call-unblock::before,
.icons-list.icon-call-unblock > li::before,
.icons-list > li.icon-call-unblock::before,
.icons-list[class*="icon-"] > li.icon-call-unblock::before {
  content: "\e78e" !important;
}

.icon-camera::before,
.icons-list.icon-camera > li::before,
.icons-list > li.icon-camera::before,
.icons-list[class*="icon-"] > li.icon-camera::before {
  content: "\e68a" !important;
}

.icon-camera-alt::before,
.icons-list.icon-camera-alt > li::before,
.icons-list > li.icon-camera-alt::before,
.icons-list[class*="icon-"] > li.icon-camera-alt::before {
  content: "\e740" !important;
}

.icon-car::before,
.icons-list.icon-car > li::before,
.icons-list > li.icon-car::before,
.icons-list[class*="icon-"] > li.icon-car::before {
  content: "\e660" !important;
}

.icon-car-alt::before,
.icons-list.icon-car-alt > li::before,
.icons-list > li.icon-car-alt::before,
.icons-list[class*="icon-"] > li.icon-car-alt::before {
  content: "\e78f" !important;
}

.icon-cart::before,
.icons-list.icon-cart > li::before,
.icons-list > li.icon-cart::before,
.icons-list[class*="icon-"] > li.icon-cart::before {
  content: "\e73f" !important;
}

.icon-cart-check::before,
.icons-list.icon-cart-check > li::before,
.icons-list > li.icon-cart-check::before,
.icons-list[class*="icon-"] > li.icon-cart-check::before {
  content: "\e73e" !important;
}

.icon-cart-question::before,
.icons-list.icon-cart-question > li::before,
.icons-list > li.icon-cart-question::before,
.icons-list[class*="icon-"] > li.icon-cart-question::before {
  content: "\e73d" !important;
}

.icon-change::before,
.icons-list.icon-change > li::before,
.icons-list > li.icon-change::before,
.icons-list[class*="icon-"] > li.icon-change::before {
  content: "\e689" !important;
}

.icon-chat::before,
.icons-list.icon-chat > li::before,
.icons-list > li.icon-chat::before,
.icons-list[class*="icon-"] > li.icon-chat::before {
  content: "\e65f" !important;
}

.icon-check::before,
.icons-list.icon-check > li::before,
.icons-list > li.icon-check::before,
.icons-list[class*="icon-"] > li.icon-check::before {
  content: "\e65e" !important;
}

.icon-check-alt::before,
.icons-list.icon-check-alt > li::before,
.icons-list > li.icon-check-alt::before,
.icons-list[class*="icon-"] > li.icon-check-alt::before {
  content: "\e790" !important;
}

.icon-checkbox::before,
.icons-list.icon-checkbox > li::before,
.icons-list > li.icon-checkbox::before,
.icons-list[class*="icon-"] > li.icon-checkbox::before {
  content: "\e73c" !important;
}

.icon-check-circle::before,
.icons-list.icon-check-circle > li::before,
.icons-list > li.icon-check-circle::before,
.icons-list[class*="icon-"] > li.icon-check-circle::before {
  content: "\e73b" !important;
}

.icon-check-circle-rev::before,
.icons-list.icon-check-circle-rev > li::before,
.icons-list > li.icon-check-circle-rev::before,
.icons-list[class*="icon-"] > li.icon-check-circle-rev::before {
  content: "\e7b1" !important;
}

.icon-check-list::before,
.icons-list.icon-check-list > li::before,
.icons-list > li.icon-check-list::before,
.icons-list[class*="icon-"] > li.icon-check-list::before {
  content: "\e688" !important;
}

.icon-checkout::before,
.icons-list.icon-checkout > li::before,
.icons-list > li.icon-checkout::before,
.icons-list[class*="icon-"] > li.icon-checkout::before {
  content: "\e65d" !important;
}

.icon-checkout-complete::before,
.icons-list.icon-checkout-complete > li::before,
.icons-list > li.icon-checkout-complete::before,
.icons-list[class*="icon-"] > li.icon-checkout-complete::before {
  content: "\e65c" !important;
}

.icon-chevron-down::before,
.icons-list.icon-chevron-down > li::before,
.icons-list > li.icon-chevron-down::before,
.icons-list[class*="icon-"] > li.icon-chevron-down::before {
  content: "\e76a" !important;
}

.icon-chevron-left::before,
.icons-list.icon-chevron-left > li::before,
.icons-list > li.icon-chevron-left::before,
.icons-list[class*="icon-"] > li.icon-chevron-left::before {
  content: "\e76b" !important;
}

.icon-chevron-right::before,
.icons-list.icon-chevron-right > li::before,
.icons-list > li.icon-chevron-right::before,
.icons-list[class*="icon-"] > li.icon-chevron-right::before {
  content: "\e687" !important;
}

.icon-chevron-up::before,
.icons-list.icon-chevron-up > li::before,
.icons-list > li.icon-chevron-up::before,
.icons-list[class*="icon-"] > li.icon-chevron-up::before {
  content: "\e76c" !important;
}

.icon-clear-alt::before,
.icons-list.icon-clear-alt > li::before,
.icons-list > li.icon-clear-alt::before,
.icons-list[class*="icon-"] > li.icon-clear-alt::before {
  content: "\e903" !important;
}

.icon-clear::before,
.icons-list.icon-clear > li::before,
.icons-list > li.icon-clear::before,
.icons-list[class*="icon-"] > li.icon-clear::before {
  content: "\e65b" !important;
}

.icon-clipboard::before,
.icons-list.icon-clipboard > li::before,
.icons-list > li.icon-clipboard::before,
.icons-list[class*="icon-"] > li.icon-clipboard::before {
  content: "\e73a" !important;
}

.icon-clock::before,
.icons-list.icon-clock > li::before,
.icons-list > li.icon-clock::before,
.icons-list[class*="icon-"] > li.icon-clock::before {
  content: "\e65a" !important;
}

.icon-clock-alt::before,
.icons-list.icon-clock-alt > li::before,
.icons-list > li.icon-clock-alt::before,
.icons-list[class*="icon-"] > li.icon-clock-alt::before {
  content: "\e659" !important;
}

.icon-close::before,
.icons-list.icon-close > li::before,
.icons-list > li.icon-close::before,
.icons-list[class*="icon-"] > li.icon-close::before {
  content: "\e658" !important;
}

.icon-cloud::before,
.icons-list.icon-cloud > li::before,
.icons-list > li.icon-cloud::before,
.icons-list[class*="icon-"] > li.icon-cloud::before {
  content: "\e739" !important;
}

.icon-cloud-sync::before,
.icons-list.icon-cloud-sync > li::before,
.icons-list > li.icon-cloud-sync::before,
.icons-list[class*="icon-"] > li.icon-cloud-sync::before {
  content: "\e733" !important;
}

.icon-collapsed::before,
.icons-list.icon-collapsed > li::before,
.icons-list > li.icon-collapsed::before,
.icons-list[class*="icon-"] > li.icon-collapsed::before {
  content: "\e657" !important;
}

.icon-collection-status::before,
.icons-list.icon-collection-status > li::before,
.icons-list > li.icon-collection-status::before,
.icons-list[class*="icon-"] > li.icon-collection-status::before {
  content: "\e738" !important;
}

.icon-communications::before,
.icons-list.icon-communications > li::before,
.icons-list > li.icon-communications::before,
.icons-list[class*="icon-"] > li.icon-communications::before {
  content: "\e656" !important;
}

.icon-community::before,
.icons-list.icon-community > li::before,
.icons-list > li.icon-community::before,
.icons-list[class*="icon-"] > li.icon-community::before {
  content: "\e655" !important;
}

.icon-community-awareness::before,
.icons-list.icon-community-awareness > li::before,
.icons-list > li.icon-community-awareness::before,
.icons-list[class*="icon-"] > li.icon-community-awareness::before {
  content: "\e737" !important;
}

.icon-compose::before,
.icons-list.icon-compose > li::before,
.icons-list > li.icon-compose::before,
.icons-list[class*="icon-"] > li.icon-compose::before {
  content: "\e654" !important;
}

.icon-computer-chip::before,
.icons-list.icon-computer-chip > li::before,
.icons-list > li.icon-computer-chip::before,
.icons-list[class*="icon-"] > li.icon-computer-chip::before {
  content: "\e736" !important;
}

.icon-connectivity::before,
.icons-list.icon-connectivity > li::before,
.icons-list > li.icon-connectivity::before,
.icons-list[class*="icon-"] > li.icon-connectivity::before {
  content: "\e735" !important;
}

.icon-contacts::before,
.icons-list.icon-contacts > li::before,
.icons-list > li.icon-contacts::before,
.icons-list[class*="icon-"] > li.icon-contacts::before {
  content: "\e661" !important;
}

.icon-contacts-alt::before,
.icons-list.icon-contacts-alt > li::before,
.icons-list > li.icon-contacts-alt::before,
.icons-list[class*="icon-"] > li.icon-contacts-alt::before {
  content: "\e734" !important;
}

.icon-cupcake::before,
.icons-list.icon-cupcake > li::before,
.icons-list > li.icon-cupcake::before,
.icons-list[class*="icon-"] > li.icon-cupcake::before {
  content: "\e732" !important;
}

.icon-data::before,
.icons-list.icon-data > li::before,
.icons-list > li.icon-data::before,
.icons-list[class*="icon-"] > li.icon-data::before {
  content: "\e780" !important;
}

.icon-data-alt::before,
.icons-list.icon-data-alt > li::before,
.icons-list > li.icon-data-alt::before,
.icons-list[class*="icon-"] > li.icon-data-alt::before {
  content: "\e792" !important;
}

.icon-data-calculator::before,
.icons-list.icon-data-calculator > li::before,
.icons-list > li.icon-data-calculator::before,
.icons-list[class*="icon-"] > li.icon-data-calculator::before {
  content: "\e731" !important;
}

.icon-data-plan::before,
.icons-list.icon-data-plan > li::before,
.icons-list > li.icon-data-plan::before,
.icons-list[class*="icon-"] > li.icon-data-plan::before {
  content: "\e730" !important;
}

.icon-delete::before,
.icons-list.icon-delete > li::before,
.icons-list > li.icon-delete::before,
.icons-list[class*="icon-"] > li.icon-delete::before {
  content: "\e653" !important;
}

.icon-delivery::before,
.icons-list.icon-delivery > li::before,
.icons-list > li.icon-delivery::before,
.icons-list[class*="icon-"] > li.icon-delivery::before {
  content: "\e652" !important;
}

.icon-device-wifi::before,
.icons-list.icon-device-wifi > li::before,
.icons-list > li.icon-device-wifi::before,
.icons-list[class*="icon-"] > li.icon-device-wifi::before {
  content: "\e686" !important;
}

.icon-dialer::before,
.icons-list.icon-dialer > li::before,
.icons-list > li.icon-dialer::before,
.icons-list[class*="icon-"] > li.icon-dialer::before {
  content: "\e651" !important;
}

.icon-dialer-alt::before,
.icons-list.icon-dialer-alt > li::before,
.icons-list > li.icon-dialer-alt::before,
.icons-list[class*="icon-"] > li.icon-dialer-alt::before {
  content: "\e7b3" !important;
}

.icon-diamond::before,
.icons-list.icon-diamond > li::before,
.icons-list > li.icon-diamond::before,
.icons-list[class*="icon-"] > li.icon-diamond::before {
  content: "\e72f" !important;
}

.icon-dice::before,
.icons-list.icon-dice > li::before,
.icons-list > li.icon-dice::before,
.icons-list[class*="icon-"] > li.icon-dice::before {
  content: "\e72e" !important;
}

.icon-digital-signage::before,
.icons-list.icon-digital-signage > li::before,
.icons-list > li.icon-digital-signage::before,
.icons-list[class*="icon-"] > li.icon-digital-signage::before {
  content: "\e72d" !important;
}

.icon-dining::before,
.icons-list.icon-dining > li::before,
.icons-list > li.icon-dining::before,
.icons-list[class*="icon-"] > li.icon-dining::before {
  content: "\e650" !important;
}

.icon-direc-tv::before,
.icons-list.icon-direc-tv > li::before,
.icons-list > li.icon-direc-tv::before,
.icons-list[class*="icon-"] > li.icon-direc-tv::before {
  content: "\e768" !important;
}

.icon-dog-tags::before,
.icons-list.icon-dog-tags > li::before,
.icons-list > li.icon-dog-tags::before,
.icons-list[class*="icon-"] > li.icon-dog-tags::before {
  content: "\e72c" !important;
}

.icon-down::before,
.icons-list.icon-down > li::before,
.icons-list > li.icon-down::before,
.icons-list[class*="icon-"] > li.icon-down::before {
  content: "\e77f" !important;
}

.icon-download::before,
.icons-list.icon-download > li::before,
.icons-list > li.icon-download::before,
.icons-list[class*="icon-"] > li.icon-download::before {
  content: "\e64f" !important;
}

.icon-download-alt::before,
.icons-list.icon-download-alt > li::before,
.icons-list > li.icon-download-alt::before,
.icons-list[class*="icon-"] > li.icon-download-alt::before {
  content: "\e72b" !important;
}

.icon-dvr::before,
.icons-list.icon-dvr > li::before,
.icons-list > li.icon-dvr::before,
.icons-list[class*="icon-"] > li.icon-dvr::before {
  content: "\e64e" !important;
}

.icon-early-adopter::before,
.icons-list.icon-early-adopter > li::before,
.icons-list > li.icon-early-adopter::before,
.icons-list[class*="icon-"] > li.icon-early-adopter::before {
  content: "\e72a" !important;
}

.icon-edit::before,
.icons-list.icon-edit > li::before,
.icons-list > li.icon-edit::before,
.icons-list[class*="icon-"] > li.icon-edit::before {
  content: "\e64d" !important;
}

.icon-edit-alt::before,
.icons-list.icon-edit-alt > li::before,
.icons-list > li.icon-edit-alt::before,
.icons-list[class*="icon-"] > li.icon-edit-alt::before {
  content: "\e7b4" !important;
}

.icon-education::before,
.icons-list.icon-education > li::before,
.icons-list > li.icon-education::before,
.icons-list[class*="icon-"] > li.icon-education::before {
  content: "\e729" !important;
}

.icon-email::before,
.icons-list.icon-email > li::before,
.icons-list > li.icon-email::before,
.icons-list[class*="icon-"] > li.icon-email::before {
  content: "\e64c" !important;
}

.icon-email-locked::before,
.icons-list.icon-email-locked > li::before,
.icons-list > li.icon-email-locked::before,
.icons-list[class*="icon-"] > li.icon-email-locked::before {
  content: "\e728" !important;
}

.icon-entertainment::before,
.icons-list.icon-entertainment > li::before,
.icons-list > li.icon-entertainment::before,
.icons-list[class*="icon-"] > li.icon-entertainment::before {
  content: "\e685" !important;
}

.icon-expanded::before,
.icons-list.icon-expanded > li::before,
.icons-list > li.icon-expanded::before,
.icons-list[class*="icon-"] > li.icon-expanded::before {
  content: "\e64b" !important;
}

.icon-export::before,
.icons-list.icon-export > li::before,
.icons-list > li.icon-export::before,
.icons-list[class*="icon-"] > li.icon-export::before {
  content: "\e781" !important;
}

.icon-export-alt::before,
.icons-list.icon-export-alt > li::before,
.icons-list > li.icon-export-alt::before,
.icons-list[class*="icon-"] > li.icon-export-alt::before {
  content: "\e793" !important;
}

.icon-eye::before,
.icons-list.icon-eye > li::before,
.icons-list > li.icon-eye::before,
.icons-list[class*="icon-"] > li.icon-eye::before {
  content: "\e794" !important;
}

.icon-facebook::before,
.icons-list.icon-facebook > li::before,
.icons-list > li.icon-facebook::before,
.icons-list[class*="icon-"] > li.icon-facebook::before {
  content: "\e727" !important;
}

.icon-facebook-connect::before,
.icons-list.icon-facebook-connect > li::before,
.icons-list > li.icon-facebook-connect::before,
.icons-list[class*="icon-"] > li.icon-facebook-connect::before {
  content: "\e726" !important;
}

.icon-family::before,
.icons-list.icon-family > li::before,
.icons-list > li.icon-family::before,
.icons-list[class*="icon-"] > li.icon-family::before {
  content: "\e725" !important;
}

.icon-family-protection::before,
.icons-list.icon-family-protection > li::before,
.icons-list > li.icon-family-protection::before,
.icons-list[class*="icon-"] > li.icon-family-protection::before {
  content: "\e724" !important;
}

.icon-fast-food::before,
.icons-list.icon-fast-food > li::before,
.icons-list > li.icon-fast-food::before,
.icons-list[class*="icon-"] > li.icon-fast-food::before {
  content: "\e723" !important;
}

.icon-favorite::before,
.icons-list.icon-favorite > li::before,
.icons-list > li.icon-favorite::before,
.icons-list[class*="icon-"] > li.icon-favorite::before {
  content: "\e64a" !important;
}

.icon-featured::before,
.icons-list.icon-featured > li::before,
.icons-list > li.icon-featured::before,
.icons-list[class*="icon-"] > li.icon-featured::before {
  content: "\e722" !important;
}

.icon-files::before,
.icons-list.icon-files > li::before,
.icons-list > li.icon-files::before,
.icons-list[class*="icon-"] > li.icon-files::before {
  content: "\e721" !important;
}

.icon-finance::before,
.icons-list.icon-finance > li::before,
.icons-list > li.icon-finance::before,
.icons-list[class*="icon-"] > li.icon-finance::before {
  content: "\e720" !important;
}

.icon-fios-mobile::before,
.icons-list.icon-fios-mobile > li::before,
.icons-list > li.icon-fios-mobile::before,
.icons-list[class*="icon-"] > li.icon-fios-mobile::before {
  content: "\e649" !important;
}

.icon-fios-mobile-android::before,
.icons-list.icon-fios-mobile-android > li::before,
.icons-list > li.icon-fios-mobile-android::before,
.icons-list[class*="icon-"] > li.icon-fios-mobile-android::before {
  content: "\e649" !important;
}

.icon-fios-mobile-ios::before,
.icons-list.icon-fios-mobile-ios > li::before,
.icons-list > li.icon-fios-mobile-ios::before,
.icons-list[class*="icon-"] > li.icon-fios-mobile-ios::before {
  content: "\e6cd" !important;
}

.icon-fire::before,
.icons-list.icon-fire > li::before,
.icons-list > li.icon-fire::before,
.icons-list[class*="icon-"] > li.icon-fire::before {
  content: "\e71f" !important;
}

.icon-firewall::before,
.icons-list.icon-firewall > li::before,
.icons-list > li.icon-firewall::before,
.icons-list[class*="icon-"] > li.icon-firewall::before {
  content: "\e71e" !important;
}

.icon-first::before,
.icons-list.icon-first > li::before,
.icons-list > li.icon-first::before,
.icons-list[class*="icon-"] > li.icon-first::before {
  content: "\e901" !important;
}

.icon-fitness::before,
.icons-list.icon-fitness > li::before,
.icons-list > li.icon-fitness::before,
.icons-list[class*="icon-"] > li.icon-fitness::before {
  content: "\e71d" !important;
}

.icon-fitness-alt::before,
.icons-list.icon-fitness-alt > li::before,
.icons-list > li.icon-fitness-alt::before,
.icons-list[class*="icon-"] > li.icon-fitness-alt::before {
  content: "\e71c" !important;
}

.icon-flag::before,
.icons-list.icon-flag > li::before,
.icons-list > li.icon-flag::before,
.icons-list[class*="icon-"] > li.icon-flag::before {
  content: "\e648" !important;
}

.icon-flag-alt::before,
.icons-list.icon-flag-alt > li::before,
.icons-list > li.icon-flag-alt::before,
.icons-list[class*="icon-"] > li.icon-flag-alt::before {
  content: "\e71b" !important;
}

.icon-fleet-check::before,
.icons-list.icon-fleet-check > li::before,
.icons-list > li.icon-fleet-check::before,
.icons-list[class*="icon-"] > li.icon-fleet-check::before {
  content: "\e71a" !important;
}

.icon-fleet-plus::before,
.icons-list.icon-fleet-plus > li::before,
.icons-list > li.icon-fleet-plus::before,
.icons-list[class*="icon-"] > li.icon-fleet-plus::before {
  content: "\e719" !important;
}

.icon-flower::before,
.icons-list.icon-flower > li::before,
.icons-list > li.icon-flower::before,
.icons-list[class*="icon-"] > li.icon-flower::before {
  content: "\e662" !important;
}

.icon-folder::before,
.icons-list.icon-folder > li::before,
.icons-list > li.icon-folder::before,
.icons-list[class*="icon-"] > li.icon-folder::before {
  content: "\e647" !important;
}

.icon-folder-alt::before,
.icons-list.icon-folder-alt > li::before,
.icons-list > li.icon-folder-alt::before,
.icons-list[class*="icon-"] > li.icon-folder-alt::before {
  content: "\e718" !important;
}

.icon-form-checkbox::before,
.icons-list.icon-form-checkbox > li::before,
.icons-list > li.icon-form-checkbox::before,
.icons-list[class*="icon-"] > li.icon-form-checkbox::before {
  content: "\e7bd" !important;
}

.icon-form-checkbox-selected::before,
.icons-list.icon-form-checkbox-selected > li::before,
.icons-list > li.icon-form-checkbox-selected::before,
.icons-list[class*="icon-"] > li.icon-form-checkbox-selected::before {
  content: "\e7be" !important;
}

.icon-form-radio::before,
.icons-list.icon-form-radio > li::before,
.icons-list > li.icon-form-radio::before,
.icons-list[class*="icon-"] > li.icon-form-radio::before {
  content: "\e7bf" !important;
}

.icon-form-radio-selected::before,
.icons-list.icon-form-radio-selected > li::before,
.icons-list > li.icon-form-radio-selected::before,
.icons-list[class*="icon-"] > li.icon-form-radio-selected::before {
  content: "\e7c0" !important;
}

.icon-forward::before,
.icons-list.icon-forward > li::before,
.icons-list > li.icon-forward::before,
.icons-list[class*="icon-"] > li.icon-forward::before {
  content: "\e765" !important;
}

.icon-forward-all::before,
.icons-list.icon-forward-all > li::before,
.icons-list > li.icon-forward-all::before,
.icons-list[class*="icon-"] > li.icon-forward-all::before {
  content: "\e61b" !important;
}

.icon-football-helmet::before,
.icons-list.icon-football-helmet > li::before,
.icons-list > li.icon-football-helmet::before,
.icons-list[class*="icon-"] > li.icon-football-helmet::before {
  content: "\e717" !important;
}

.icon-frown::before,
.icons-list.icon-frown > li::before,
.icons-list > li.icon-frown::before,
.icons-list[class*="icon-"] > li.icon-frown::before {
  content: "\e791" !important;
}

.icon-frown-rev::before,
.icons-list.icon-frown-rev > li::before,
.icons-list > li.icon-frown-rev::before,
.icons-list[class*="icon-"] > li.icon-frown-rev::before {
  content: "\e7af" !important;
}

.icon-games::before,
.icons-list.icon-games > li::before,
.icons-list > li.icon-games::before,
.icons-list[class*="icon-"] > li.icon-games::before {
  content: "\e646" !important;
}

.icon-ghost::before,
.icons-list.icon-ghost > li::before,
.icons-list > li.icon-ghost::before,
.icons-list[class*="icon-"] > li.icon-ghost::before {
  content: "\e716" !important;
}

.icon-gift::before,
.icons-list.icon-gift > li::before,
.icons-list > li.icon-gift::before,
.icons-list[class*="icon-"] > li.icon-gift::before {
  content: "\e715" !important;
}

.icon-global-travel::before,
.icons-list.icon-global-travel > li::before,
.icons-list > li.icon-global-travel::before,
.icons-list[class*="icon-"] > li.icon-global-travel::before {
  content: "\e714" !important;
}

.icon-google-plus::before,
.icons-list.icon-google-plus > li::before,
.icons-list > li.icon-google-plus::before,
.icons-list[class*="icon-"] > li.icon-google-plus::before {
  content: "\e713" !important;
}

.icon-government::before,
.icons-list.icon-government > li::before,
.icons-list > li.icon-government::before,
.icons-list[class*="icon-"] > li.icon-government::before {
  content: "\e712" !important;
}

.icon-gps::before,
.icons-list.icon-gps > li::before,
.icons-list > li.icon-gps::before,
.icons-list[class*="icon-"] > li.icon-gps::before {
  content: "\e711" !important;
}

.icon-grid::before,
.icons-list.icon-grid > li::before,
.icons-list > li.icon-grid::before,
.icons-list[class*="icon-"] > li.icon-grid::before {
  content: "\e782" !important;
}

.icon-hammer::before,
.icons-list.icon-hammer > li::before,
.icons-list > li.icon-hammer::before,
.icons-list[class*="icon-"] > li.icon-hammer::before {
  content: "\e684" !important;
}

.icon-hand-shake::before,
.icons-list.icon-hand-shake > li::before,
.icons-list > li.icon-hand-shake::before,
.icons-list[class*="icon-"] > li.icon-hand-shake::before {
  content: "\e710" !important;
}

.icon-hand-stop::before,
.icons-list.icon-hand-stop > li::before,
.icons-list > li.icon-hand-stop::before,
.icons-list[class*="icon-"] > li.icon-hand-stop::before {
  content: "\e70f" !important;
}

.icon-hash::before,
.icons-list.icon-hash > li::before,
.icons-list > li.icon-hash::before,
.icons-list[class*="icon-"] > li.icon-hash::before {
  content: "\e70e" !important;
}

.icon-haze::before,
.icons-list.icon-haze > li::before,
.icons-list > li.icon-haze::before,
.icons-list[class*="icon-"] > li.icon-haze::before {
  content: "\e795" !important;
}

.icon-hd::before,
.icons-list.icon-hd > li::before,
.icons-list > li.icon-hd::before,
.icons-list[class*="icon-"] > li.icon-hd::before {
  content: "\e645" !important;
}

.icon-health::before,
.icons-list.icon-health > li::before,
.icons-list > li.icon-health::before,
.icons-list[class*="icon-"] > li.icon-health::before {
  content: "\e644" !important;
}

.icon-health-alt::before,
.icons-list.icon-health-alt > li::before,
.icons-list > li.icon-health-alt::before,
.icons-list[class*="icon-"] > li.icon-health-alt::before {
  content: "\e70d" !important;
}

.icon-high-heel::before,
.icons-list.icon-high-heel > li::before,
.icons-list > li.icon-high-heel::before,
.icons-list[class*="icon-"] > li.icon-high-heel::before {
  content: "\e70c" !important;
}

.icon-home::before,
.icons-list.icon-home > li::before,
.icons-list > li.icon-home::before,
.icons-list[class*="icon-"] > li.icon-home::before {
  content: "\e643" !important;
}

.icon-home-alt::before,
.icons-list.icon-home-alt > li::before,
.icons-list > li.icon-home-alt::before,
.icons-list[class*="icon-"] > li.icon-home-alt::before {
  content: "\e70b" !important;
}

.icon-home-phone::before,
.icons-list.icon-home-phone > li::before,
.icons-list > li.icon-home-phone::before,
.icons-list[class*="icon-"] > li.icon-home-phone::before {
  content: "\e642" !important;
}

.icon-home-phone-alt::before,
.icons-list.icon-home-phone-alt > li::before,
.icons-list > li.icon-home-phone-alt::before,
.icons-list[class*="icon-"] > li.icon-home-phone-alt::before {
  content: "\e70a" !important;
}

.icon-home-phone-alt2::before,
.icons-list.icon-home-phone-alt2 > li::before,
.icons-list > li.icon-home-phone-alt2::before,
.icons-list[class*="icon-"] > li.icon-home-phone-alt2::before {
  content: "\e709" !important;
}

.icon-home-profile::before,
.icons-list.icon-home-profile > li::before,
.icons-list > li.icon-home-profile::before,
.icons-list[class*="icon-"] > li.icon-home-profile::before {
  content: "\e641" !important;
}

.icon-home-signal::before,
.icons-list.icon-home-signal > li::before,
.icons-list > li.icon-home-signal::before,
.icons-list[class*="icon-"] > li.icon-home-signal::before {
  content: "\e708" !important;
}

.icon-home-wifi::before,
.icons-list.icon-home-wifi > li::before,
.icons-list > li.icon-home-wifi::before,
.icons-list[class*="icon-"] > li.icon-home-wifi::before {
  content: "\e707" !important;
}

.icon-horoscope::before,
.icons-list.icon-horoscope > li::before,
.icons-list > li.icon-horoscope::before,
.icons-list[class*="icon-"] > li.icon-horoscope::before {
  content: "\e706" !important;
}

.icon-hot::before,
.icons-list.icon-hot > li::before,
.icons-list > li.icon-hot::before,
.icons-list[class*="icon-"] > li.icon-hot::before {
  content: "\e640" !important;
}

.icon-id::before,
.icons-list.icon-id > li::before,
.icons-list > li.icon-id::before,
.icons-list[class*="icon-"] > li.icon-id::before {
  content: "\e63f" !important;
}

.icon-id-protection::before,
.icons-list.icon-id-protection > li::before,
.icons-list > li.icon-id-protection::before,
.icons-list[class*="icon-"] > li.icon-id-protection::before {
  content: "\e705" !important;
}

.icon-incoming-calls::before,
.icons-list.icon-incoming-calls > li::before,
.icons-list > li.icon-incoming-calls::before,
.icons-list[class*="icon-"] > li.icon-incoming-calls::before {
  content: "\e63e" !important;
}

.icon-info::before,
.icons-list.icon-info > li::before,
.icons-list > li.icon-info::before,
.icons-list[class*="icon-"] > li.icon-info::before {
  content: "\e63d" !important;
}

.icon-inside-outside::before,
.icons-list.icon-inside-outside > li::before,
.icons-list > li.icon-inside-outside::before,
.icons-list[class*="icon-"] > li.icon-inside-outside::before {
  content: "\e704" !important;
}

.icon-instagram::before,
.icons-list.icon-instagram > li::before,
.icons-list > li.icon-instagram::before,
.icons-list[class*="icon-"] > li.icon-instagram::before {
  content: "\e902" !important;
}

.icon-intercom::before,
.icons-list.icon-intercom > li::before,
.icons-list > li.icon-intercom::before,
.icons-list[class*="icon-"] > li.icon-intercom::before {
  content: "\e703" !important;
}

.icon-international-call::before,
.icons-list.icon-international-call > li::before,
.icons-list > li.icon-international-call::before,
.icons-list[class*="icon-"] > li.icon-international-call::before {
  content: "\e702" !important;
}

.icon-internet::before,
.icons-list.icon-internet > li::before,
.icons-list > li.icon-internet::before,
.icons-list[class*="icon-"] > li.icon-internet::before {
  content: "\e63c" !important;
}

.icon-internet-protection::before,
.icons-list.icon-internet-protection > li::before,
.icons-list > li.icon-internet-protection::before,
.icons-list[class*="icon-"] > li.icon-internet-protection::before {
  content: "\e683" !important;
}

.icon-internet-upgrade::before,
.icons-list.icon-internet-upgrade > li::before,
.icons-list > li.icon-internet-upgrade::before,
.icons-list[class*="icon-"] > li.icon-internet-upgrade::before {
  content: "\e701" !important;
}

.icon-investigation::before,
.icons-list.icon-investigation > li::before,
.icons-list > li.icon-investigation::before,
.icons-list[class*="icon-"] > li.icon-investigation::before {
  content: "\e682" !important;
}

.icon-invisible::before,
.icons-list.icon-invisible > li::before,
.icons-list > li.icon-invisible::before,
.icons-list[class*="icon-"] > li.icon-invisible::before {
  content: "\e796" !important;
}

.icon-last::before,
.icons-list.icon-last > li::before,
.icons-list > li.icon-last::before,
.icons-list[class*="icon-"] > li.icon-last::before {
  content: "\e900" !important;
}

.icon-leaf::before,
.icons-list.icon-leaf > li::before,
.icons-list > li.icon-leaf::before,
.icons-list[class*="icon-"] > li.icon-leaf::before {
  content: "\e700" !important;
}

.icon-learn::before,
.icons-list.icon-learn > li::before,
.icons-list > li.icon-learn::before,
.icons-list[class*="icon-"] > li.icon-learn::before {
  content: "\e681" !important;
}

.icon-left::before,
.icons-list.icon-left > li::before,
.icons-list > li.icon-left::before,
.icons-list[class*="icon-"] > li.icon-left::before {
  content: "\e77e" !important;
}

.icon-lens::before,
.icons-list.icon-lens > li::before,
.icons-list > li.icon-lens::before,
.icons-list[class*="icon-"] > li.icon-lens::before {
  content: "\e6ff" !important;
}

.icon-letter-c::before,
.icons-list.icon-letter-c > li::before,
.icons-list > li.icon-letter-c::before,
.icons-list[class*="icon-"] > li.icon-letter-c::before {
  content: "\e6fe" !important;
}

.icon-letter-p::before,
.icons-list.icon-letter-p > li::before,
.icons-list > li.icon-letter-p::before,
.icons-list[class*="icon-"] > li.icon-letter-p::before {
  content: "\e6fd" !important;
}

.icon-letter-s::before,
.icons-list.icon-letter-s > li::before,
.icons-list > li.icon-letter-s::before,
.icons-list[class*="icon-"] > li.icon-letter-s::before {
  content: "\e6fc" !important;
}

.icon-library::before,
.icons-list.icon-library > li::before,
.icons-list > li.icon-library::before,
.icons-list[class*="icon-"] > li.icon-library::before {
  content: "\e663" !important;
}

.icon-light-bulb::before,
.icons-list.icon-light-bulb > li::before,
.icons-list > li.icon-light-bulb::before,
.icons-list[class*="icon-"] > li.icon-light-bulb::before {
  content: "\e6fb" !important;
}

.icon-lightening::before,
.icons-list.icon-lightening > li::before,
.icons-list > li.icon-lightening::before,
.icons-list[class*="icon-"] > li.icon-lightening::before {
  content: "\e6fa" !important;
}

.icon-lightening-alt::before,
.icons-list.icon-lightening-alt > li::before,
.icons-list > li.icon-lightening-alt::before,
.icons-list[class*="icon-"] > li.icon-lightening-alt::before {
  content: "\e797" !important;
}

.icon-link::before,
.icons-list.icon-link > li::before,
.icons-list > li.icon-link::before,
.icons-list[class*="icon-"] > li.icon-link::before {
  content: "\e798" !important;
}

.icon-liquid-drop::before,
.icons-list.icon-liquid-drop > li::before,
.icons-list > li.icon-liquid-drop::before,
.icons-list[class*="icon-"] > li.icon-liquid-drop::before {
  content: "\e6f9" !important;
}

.icon-listings::before,
.icons-list.icon-listings > li::before,
.icons-list > li.icon-listings::before,
.icons-list[class*="icon-"] > li.icon-listings::before {
  content: "\e63b" !important;
}

.icon-live-chat::before,
.icons-list.icon-live-chat > li::before,
.icons-list > li.icon-live-chat::before,
.icons-list[class*="icon-"] > li.icon-live-chat::before {
  content: "\e7bc" !important;
}

.icon-locked::before,
.icons-list.icon-locked > li::before,
.icons-list > li.icon-locked::before,
.icons-list[class*="icon-"] > li.icon-locked::before {
  content: "\e63a" !important;
}

.icon-locked-dollar::before,
.icons-list.icon-locked-dollar > li::before,
.icons-list > li.icon-locked-dollar::before,
.icons-list[class*="icon-"] > li.icon-locked-dollar::before {
  content: "\e6f8" !important;
}

.icon-mailbox::before,
.icons-list.icon-mailbox > li::before,
.icons-list > li.icon-mailbox::before,
.icons-list[class*="icon-"] > li.icon-mailbox::before {
  content: "\e6f7" !important;
}

.icon-manufacturing::before,
.icons-list.icon-manufacturing > li::before,
.icons-list > li.icon-manufacturing::before,
.icons-list[class*="icon-"] > li.icon-manufacturing::before {
  content: "\e6f6" !important;
}

.icon-map::before,
.icons-list.icon-map > li::before,
.icons-list > li.icon-map::before,
.icons-list[class*="icon-"] > li.icon-map::before {
  content: "\e6f5" !important;
}

.icon-maximize::before,
.icons-list.icon-maximize > li::before,
.icons-list > li.icon-maximize::before,
.icons-list[class*="icon-"] > li.icon-maximize::before {
  content: "\e799" !important;
}

.icon-measure::before,
.icons-list.icon-measure > li::before,
.icons-list > li.icon-measure::before,
.icons-list[class*="icon-"] > li.icon-measure::before {
  content: "\e6f4" !important;
}

.icon-media::before,
.icons-list.icon-media > li::before,
.icons-list > li.icon-media::before,
.icons-list[class*="icon-"] > li.icon-media::before {
  content: "\e6f3" !important;
}

.icon-memory-chip::before,
.icons-list.icon-memory-chip > li::before,
.icons-list > li.icon-memory-chip::before,
.icons-list[class*="icon-"] > li.icon-memory-chip::before {
  content: "\e6f2" !important;
}

.icon-minus::before,
.icons-list.icon-minus > li::before,
.icons-list > li.icon-minus::before,
.icons-list[class*="icon-"] > li.icon-minus::before {
  content: "\e680" !important;
}

.icon-minimize::before,
.icons-list.icon-minimize > li::before,
.icons-list > li.icon-minimize::before,
.icons-list[class*="icon-"] > li.icon-minimize::before {
  content: "\e79a" !important;
}

.icon-minus-alt::before,
.icons-list.icon-minus-alt > li::before,
.icons-list > li.icon-minus-alt::before,
.icons-list[class*="icon-"] > li.icon-minus-alt::before {
  content: "\e79b" !important;
}

.icon-missed-calls::before,
.icons-list.icon-missed-calls > li::before,
.icons-list > li.icon-missed-calls::before,
.icons-list[class*="icon-"] > li.icon-missed-calls::before {
  content: "\e639" !important;
}

.icon-mobile-banking::before,
.icons-list.icon-mobile-banking > li::before,
.icons-list > li.icon-mobile-banking::before,
.icons-list[class*="icon-"] > li.icon-mobile-banking::before {
  content: "\e6f1" !important;
}

.icon-mobile-branch::before,
.icons-list.icon-mobile-branch > li::before,
.icons-list > li.icon-mobile-branch::before,
.icons-list[class*="icon-"] > li.icon-mobile-branch::before {
  content: "\e6f0" !important;
}

.icon-mobile-care::before,
.icons-list.icon-mobile-care > li::before,
.icons-list > li.icon-mobile-care::before,
.icons-list[class*="icon-"] > li.icon-mobile-care::before {
  content: "\e6ef" !important;
}

.icon-mobile-command-center::before,
.icons-list.icon-mobile-command-center > li::before,
.icons-list > li.icon-mobile-command-center::before,
.icons-list[class*="icon-"] > li.icon-mobile-command-center::before {
  content: "\e6ee" !important;
}

.icon-mobile-doctor::before,
.icons-list.icon-mobile-doctor > li::before,
.icons-list > li.icon-mobile-doctor::before,
.icons-list[class*="icon-"] > li.icon-mobile-doctor::before {
  content: "\e6ed" !important;
}

.icon-mobile-health::before,
.icons-list.icon-mobile-health > li::before,
.icons-list > li.icon-mobile-health::before,
.icons-list[class*="icon-"] > li.icon-mobile-health::before {
  content: "\e6ec" !important;
}

.icon-mobile-log::before,
.icons-list.icon-mobile-log > li::before,
.icons-list > li.icon-mobile-log::before,
.icons-list[class*="icon-"] > li.icon-mobile-log::before {
  content: "\e7b5" !important;
}

.icon-mobile-marketing::before,
.icons-list.icon-mobile-marketing > li::before,
.icons-list > li.icon-mobile-marketing::before,
.icons-list[class*="icon-"] > li.icon-mobile-marketing::before {
  content: "\e6eb" !important;
}

.icon-mobile-office::before,
.icons-list.icon-mobile-office > li::before,
.icons-list > li.icon-mobile-office::before,
.icons-list[class*="icon-"] > li.icon-mobile-office::before {
  content: "\e6ea" !important;
}

.icon-mobile-phone::before,
.icons-list.icon-mobile-phone > li::before,
.icons-list > li.icon-mobile-phone::before,
.icons-list[class*="icon-"] > li.icon-mobile-phone::before {
  content: "\e67f" !important;
}

.icon-mobile-plus::before,
.icons-list.icon-mobile-plus > li::before,
.icons-list > li.icon-mobile-plus::before,
.icons-list[class*="icon-"] > li.icon-mobile-plus::before {
  content: "\e6e9" !important;
}

.icon-mobile-pos::before,
.icons-list.icon-mobile-pos > li::before,
.icons-list > li.icon-mobile-pos::before,
.icons-list[class*="icon-"] > li.icon-mobile-pos::before {
  content: "\e6e8" !important;
}

.icon-mobile-protection::before,
.icons-list.icon-mobile-protection > li::before,
.icons-list > li.icon-mobile-protection::before,
.icons-list[class*="icon-"] > li.icon-mobile-protection::before {
  content: "\e6e7" !important;
}

.icon-mobile-x::before,
.icons-list.icon-mobile-x > li::before,
.icons-list > li.icon-mobile-x::before,
.icons-list[class*="icon-"] > li.icon-mobile-x::before {
  content: "\e6e6" !important;
}

.icon-more::before,
.icons-list.icon-more > li::before,
.icons-list > li.icon-more::before,
.icons-list[class*="icon-"] > li.icon-more::before {
  content: "\e638" !important;
}

.icon-more-alt::before,
.icons-list.icon-more-alt > li::before,
.icons-list > li.icon-more-alt::before,
.icons-list[class*="icon-"] > li.icon-more-alt::before {
  content: "\e7c1" !important;
}

.icon-mouse::before,
.icons-list.icon-mouse > li::before,
.icons-list > li.icon-mouse::before,
.icons-list[class*="icon-"] > li.icon-mouse::before {
  content: "\e6e5" !important;
}

.icon-movie-camera::before,
.icons-list.icon-movie-camera > li::before,
.icons-list > li.icon-movie-camera::before,
.icons-list[class*="icon-"] > li.icon-movie-camera::before {
  content: "\e6e4" !important;
}

.icon-movies::before,
.icons-list.icon-movies > li::before,
.icons-list > li.icon-movies::before,
.icons-list[class*="icon-"] > li.icon-movies::before {
  content: "\e637" !important;
}

.icon-moving::before,
.icons-list.icon-moving > li::before,
.icons-list > li.icon-moving::before,
.icons-list[class*="icon-"] > li.icon-moving::before {
  content: "\e67e" !important;
}

.icon-mug::before,
.icons-list.icon-mug > li::before,
.icons-list > li.icon-mug::before,
.icons-list[class*="icon-"] > li.icon-mug::before {
  content: "\e6e3" !important;
}

.icon-music::before,
.icons-list.icon-music > li::before,
.icons-list > li.icon-music::before,
.icons-list[class*="icon-"] > li.icon-music::before {
  content: "\e636" !important;
}

.icon-music-alt::before,
.icons-list.icon-music-alt > li::before,
.icons-list > li.icon-music-alt::before,
.icons-list[class*="icon-"] > li.icon-music-alt::before {
  content: "\e79c" !important;
}

.icon-my-fios::before,
.icons-list.icon-my-fios > li::before,
.icons-list > li.icon-my-fios::before,
.icons-list[class*="icon-"] > li.icon-my-fios::before {
  content: "\e635" !important;
}

.icon-my-fios-ios::before,
.icons-list.icon-my-fios-ios > li::before,
.icons-list > li.icon-my-fios-ios::before,
.icons-list[class*="icon-"] > li.icon-my-fios-ios::before {
  content: "\e767" !important;
}

.icon-my-movies::before,
.icons-list.icon-my-movies > li::before,
.icons-list > li.icon-my-movies::before,
.icons-list[class*="icon-"] > li.icon-my-movies::before {
  content: "\e634" !important;
}

.icon-nav-menu::before,
.icons-list.icon-nav-menu > li::before,
.icons-list > li.icon-nav-menu::before,
.icons-list[class*="icon-"] > li.icon-nav-menu::before {
  content: "\e633" !important;
}

.icon-new::before,
.icons-list.icon-new > li::before,
.icons-list > li.icon-new::before,
.icons-list[class*="icon-"] > li.icon-new::before {
  content: "\e632" !important;
}

.icon-new-customer::before,
.icons-list.icon-new-customer > li::before,
.icons-list > li.icon-new-customer::before,
.icons-list[class*="icon-"] > li.icon-new-customer::before {
  content: "\e67c" !important;
}

.icon-next::before,
.icons-list.icon-next > li::before,
.icons-list > li.icon-next::before,
.icons-list[class*="icon-"] > li.icon-next::before {
  content: "\e631" !important;
}

.icon-next-circle::before,
.icons-list.icon-next-circle > li::before,
.icons-list > li.icon-next-circle::before,
.icons-list[class*="icon-"] > li.icon-next-circle::before {
  content: "\e657" !important;
}

.icon-next-circle-down::before,
.icons-list.icon-next-circle-down > li::before,
.icons-list > li.icon-next-circle-down::before,
.icons-list[class*="icon-"] > li.icon-next-circle-down::before {
  content: "\e64b" !important;
}

.icon-next-down::before,
.icons-list.icon-next-down > li::before,
.icons-list > li.icon-next-down::before,
.icons-list[class*="icon-"] > li.icon-next-down::before {
  content: "\e76e" !important;
}

.icon-night::before,
.icons-list.icon-night > li::before,
.icons-list > li.icon-night::before,
.icons-list[class*="icon-"] > li.icon-night::before {
  content: "\e6e2" !important;
}

.icon-night-alt::before,
.icons-list.icon-night-alt > li::before,
.icons-list > li.icon-night-alt::before,
.icons-list[class*="icon-"] > li.icon-night-alt::before {
  content: "\e7b6" !important;
}

.icon-notifications::before,
.icons-list.icon-notifications > li::before,
.icons-list > li.icon-notifications::before,
.icons-list[class*="icon-"] > li.icon-notifications::before {
  content: "\e630" !important;
}

.icon-office-on-the-go::before,
.icons-list.icon-office-on-the-go > li::before,
.icons-list > li.icon-office-on-the-go::before,
.icons-list[class*="icon-"] > li.icon-office-on-the-go::before {
  content: "\e6e1" !important;
}

.icon-on-demand::before,
.icons-list.icon-on-demand > li::before,
.icons-list > li.icon-on-demand::before,
.icons-list[class*="icon-"] > li.icon-on-demand::before {
  content: "\e664" !important;
}

.icon-optical-network::before,
.icons-list.icon-optical-network > li::before,
.icons-list > li.icon-optical-network::before,
.icons-list[class*="icon-"] > li.icon-optical-network::before {
  content: "\e6e0" !important;
}

.icon-options::before,
.icons-list.icon-options > li::before,
.icons-list > li.icon-options::before,
.icons-list[class*="icon-"] > li.icon-options::before {
  content: "\e62f" !important;
}

.icon-order-info::before,
.icons-list.icon-order-info > li::before,
.icons-list > li.icon-order-info::before,
.icons-list[class*="icon-"] > li.icon-order-info::before {
  content: "\e62e" !important;
}

.icon-os::before,
.icons-list.icon-os > li::before,
.icons-list > li.icon-os::before,
.icons-list[class*="icon-"] > li.icon-os::before {
  content: "\e6df" !important;
}

.icon-outgoing-calls::before,
.icons-list.icon-outgoing-calls > li::before,
.icons-list > li.icon-outgoing-calls::before,
.icons-list[class*="icon-"] > li.icon-outgoing-calls::before {
  content: "\e62d" !important;
}

.icon-paginate-down::before,
.icons-list.icon-paginate-down > li::before,
.icons-list > li.icon-paginate-down::before,
.icons-list[class*="icon-"] > li.icon-paginate-down::before {
  content: "\e766" !important;
}

.icon-paginate-down-alt::before,
.icons-list.icon-paginate-down-alt > li::before,
.icons-list > li.icon-paginate-down-alt::before,
.icons-list[class*="icon-"] > li.icon-paginate-down-alt::before {
  content: "\e64b" !important;
}

.icon-paginate-left::before,
.icons-list.icon-paginate-left > li::before,
.icons-list > li.icon-paginate-left::before,
.icons-list[class*="icon-"] > li.icon-paginate-left::before {
  content: "\e67b" !important;
}

.icon-paginate-left-alt::before,
.icons-list.icon-paginate-left-alt > li::before,
.icons-list > li.icon-paginate-left-alt::before,
.icons-list[class*="icon-"] > li.icon-paginate-left-alt::before {
  content: "\e771" !important;
}

.icon-paginate-right::before,
.icons-list.icon-paginate-right > li::before,
.icons-list > li.icon-paginate-right::before,
.icons-list[class*="icon-"] > li.icon-paginate-right::before {
  content: "\e67a" !important;
}

.icon-paginate-right-alt::before,
.icons-list.icon-paginate-right-alt > li::before,
.icons-list > li.icon-paginate-right-alt::before,
.icons-list[class*="icon-"] > li.icon-paginate-right-alt::before {
  content: "\e657" !important;
}

.icon-paginate-up::before,
.icons-list.icon-paginate-up > li::before,
.icons-list > li.icon-paginate-up::before,
.icons-list[class*="icon-"] > li.icon-paginate-up::before {
  content: "\e769" !important;
}

.icon-paginate-up-alt::before,
.icons-list.icon-paginate-up-alt > li::before,
.icons-list > li.icon-paginate-up-alt::before,
.icons-list[class*="icon-"] > li.icon-paginate-up-alt::before {
  content: "\e772" !important;
}

.icon-paperless::before,
.icons-list.icon-paperless > li::before,
.icons-list > li.icon-paperless::before,
.icons-list[class*="icon-"] > li.icon-paperless::before {
  content: "\e6de" !important;
}

.icon-partly-cloudy::before,
.icons-list.icon-partly-cloudy > li::before,
.icons-list > li.icon-partly-cloudy::before,
.icons-list[class*="icon-"] > li.icon-partly-cloudy::before {
  content: "\e62c" !important;
}

.icon-pause::before,
.icons-list.icon-pause > li::before,
.icons-list > li.icon-pause::before,
.icons-list[class*="icon-"] > li.icon-pause::before {
  content: "\e62b" !important;
}

.icon-pause-alt::before,
.icons-list.icon-pause-alt > li::before,
.icons-list > li.icon-pause-alt::before,
.icons-list[class*="icon-"] > li.icon-pause-alt::before {
  content: "\e7b7" !important;
}

.icon-payment::before,
.icons-list.icon-payment > li::before,
.icons-list > li.icon-payment::before,
.icons-list[class*="icon-"] > li.icon-payment::before {
  content: "\e62a" !important;
}

.icon-payment-history::before,
.icons-list.icon-payment-history > li::before,
.icons-list > li.icon-payment-history::before,
.icons-list[class*="icon-"] > li.icon-payment-history::before {
  content: "\e629" !important;
}

.icon-pc::before,
.icons-list.icon-pc > li::before,
.icons-list > li.icon-pc::before,
.icons-list[class*="icon-"] > li.icon-pc::before {
  content: "\e6dd" !important;
}

.icon-pc-desktop::before,
.icons-list.icon-pc-desktop > li::before,
.icons-list > li.icon-pc-desktop::before,
.icons-list[class*="icon-"] > li.icon-pc-desktop::before {
  content: "\e6dc" !important;
}

.icon-pc-gps::before,
.icons-list.icon-pc-gps > li::before,
.icons-list > li.icon-pc-gps::before,
.icons-list[class*="icon-"] > li.icon-pc-gps::before {
  content: "\e6db" !important;
}

.icon-pc-home::before,
.icons-list.icon-pc-home > li::before,
.icons-list > li.icon-pc-home::before,
.icons-list[class*="icon-"] > li.icon-pc-home::before {
  content: "\e6da" !important;
}

.icon-pc-locked::before,
.icons-list.icon-pc-locked > li::before,
.icons-list > li.icon-pc-locked::before,
.icons-list[class*="icon-"] > li.icon-pc-locked::before {
  content: "\e6d9" !important;
}

.icon-pc-monitoring::before,
.icons-list.icon-pc-monitoring > li::before,
.icons-list > li.icon-pc-monitoring::before,
.icons-list[class*="icon-"] > li.icon-pc-monitoring::before {
  content: "\e6d8" !important;
}

.icon-pc-network::before,
.icons-list.icon-pc-network > li::before,
.icons-list > li.icon-pc-network::before,
.icons-list[class*="icon-"] > li.icon-pc-network::before {
  content: "\e6d7" !important;
}

.icon-pc-performance::before,
.icons-list.icon-pc-performance > li::before,
.icons-list > li.icon-pc-performance::before,
.icons-list[class*="icon-"] > li.icon-pc-performance::before {
  content: "\e6d5" !important;
}

.icon-pc-profile::before,
.icons-list.icon-pc-profile > li::before,
.icons-list > li.icon-pc-profile::before,
.icons-list[class*="icon-"] > li.icon-pc-profile::before {
  content: "\e764" !important;
}

.icon-pc-settings::before,
.icons-list.icon-pc-settings > li::before,
.icons-list > li.icon-pc-settings::before,
.icons-list[class*="icon-"] > li.icon-pc-settings::before {
  content: "\e6d4" !important;
}

.icon-pc-wifi::before,
.icons-list.icon-pc-wifi > li::before,
.icons-list > li.icon-pc-wifi::before,
.icons-list[class*="icon-"] > li.icon-pc-wifi::before {
  content: "\e6d2" !important;
}

.icon-pharma::before,
.icons-list.icon-pharma > li::before,
.icons-list > li.icon-pharma::before,
.icons-list[class*="icon-"] > li.icon-pharma::before {
  content: "\e6d1" !important;
}

.icon-phone-locked::before,
.icons-list.icon-phone-locked > li::before,
.icons-list > li.icon-phone-locked::before,
.icons-list[class*="icon-"] > li.icon-phone-locked::before {
  content: "\e6d0" !important;
}

.icon-phone-upgrade::before,
.icons-list.icon-phone-upgrade > li::before,
.icons-list > li.icon-phone-upgrade::before,
.icons-list[class*="icon-"] > li.icon-phone-upgrade::before {
  content: "\e6cf" !important;
}

.icon-phone-wifi::before,
.icons-list.icon-phone-wifi > li::before,
.icons-list > li.icon-phone-wifi::before,
.icons-list[class*="icon-"] > li.icon-phone-wifi::before {
  content: "\e6ce" !important;
}

.icon-photos::before,
.icons-list.icon-photos > li::before,
.icons-list > li.icon-photos::before,
.icons-list[class*="icon-"] > li.icon-photos::before {
  content: "\e628" !important;
}

.icon-pickup-equipment::before,
.icons-list.icon-pickup-equipment > li::before,
.icons-list > li.icon-pickup-equipment::before,
.icons-list[class*="icon-"] > li.icon-pickup-equipment::before {
  content: "\e679" !important;
}

.icon-picture-message::before,
.icons-list.icon-picture-message > li::before,
.icons-list > li.icon-picture-message::before,
.icons-list[class*="icon-"] > li.icon-picture-message::before {
  content: "\e6cc" !important;
}

.icon-pie-chart::before,
.icons-list.icon-pie-chart > li::before,
.icons-list > li.icon-pie-chart::before,
.icons-list[class*="icon-"] > li.icon-pie-chart::before {
  content: "\e6cb" !important;
}

.icon-pinterest::before,
.icons-list.icon-pinterest > li::before,
.icons-list > li.icon-pinterest::before,
.icons-list[class*="icon-"] > li.icon-pinterest::before {
  content: "\e7ba" !important;
}

.icon-plane::before,
.icons-list.icon-plane > li::before,
.icons-list > li.icon-plane::before,
.icons-list[class*="icon-"] > li.icon-plane::before {
  content: "\e627" !important;
}

.icon-plans::before,
.icons-list.icon-plans > li::before,
.icons-list > li.icon-plans::before,
.icons-list[class*="icon-"] > li.icon-plans::before {
  content: "\e6ca" !important;
}

.icon-play::before,
.icons-list.icon-play > li::before,
.icons-list > li.icon-play::before,
.icons-list[class*="icon-"] > li.icon-play::before {
  content: "\e626" !important;
}

.icon-plus::before,
.icons-list.icon-plus > li::before,
.icons-list > li.icon-plus::before,
.icons-list[class*="icon-"] > li.icon-plus::before {
  content: "\e678" !important;
}

.icon-plus-alt::before,
.icons-list.icon-plus-alt > li::before,
.icons-list > li.icon-plus-alt::before,
.icons-list[class*="icon-"] > li.icon-plus-alt::before {
  content: "\e79d" !important;
}

.icon-power::before,
.icons-list.icon-power > li::before,
.icons-list > li.icon-power::before,
.icons-list[class*="icon-"] > li.icon-power::before {
  content: "\e6c9" !important;
}

.icon-power-standby::before,
.icons-list.icon-power-standby > li::before,
.icons-list > li.icon-power-standby::before,
.icons-list[class*="icon-"] > li.icon-power-standby::before {
  content: "\e6c8" !important;
}

.icon-power-user::before,
.icons-list.icon-power-user > li::before,
.icons-list > li.icon-power-user::before,
.icons-list[class*="icon-"] > li.icon-power-user::before {
  content: "\e6c7" !important;
}

.icon-previous::before,
.icons-list.icon-previous > li::before,
.icons-list > li.icon-previous::before,
.icons-list[class*="icon-"] > li.icon-previous::before {
  content: "\e625" !important;
}

.icon-previous-circle::before,
.icons-list.icon-previous-circle > li::before,
.icons-list > li.icon-previous-circle::before,
.icons-list[class*="icon-"] > li.icon-previous-circle::before {
  content: "\e64b" !important;
}

.icon-previous-circle-up::before,
.icons-list.icon-previous-circle-up > li::before,
.icons-list > li.icon-previous-circle-up::before,
.icons-list[class*="icon-"] > li.icon-previous-circle-up::before {
  content: "\e772" !important;
}

.icon-previous-up::before,
.icons-list.icon-previous-up > li::before,
.icons-list > li.icon-previous-up::before,
.icons-list[class*="icon-"] > li.icon-previous-up::before {
  content: "\e76f" !important;
}

.icon-price-tag::before,
.icons-list.icon-price-tag > li::before,
.icons-list > li.icon-price-tag::before,
.icons-list[class*="icon-"] > li.icon-price-tag::before {
  content: "\e624" !important;
}

.icon-print::before,
.icons-list.icon-print > li::before,
.icons-list > li.icon-print::before,
.icons-list[class*="icon-"] > li.icon-print::before {
  content: "\e665" !important;
}

.icon-profile::before,
.icons-list.icon-profile > li::before,
.icons-list > li.icon-profile::before,
.icons-list[class*="icon-"] > li.icon-profile::before {
  content: "\e623" !important;
}

.icon-profile-check::before,
.icons-list.icon-profile-check > li::before,
.icons-list > li.icon-profile-check::before,
.icons-list[class*="icon-"] > li.icon-profile-check::before {
  content: "\e6c6" !important;
}

.icon-protected::before,
.icons-list.icon-protected > li::before,
.icons-list > li.icon-protected::before,
.icons-list[class*="icon-"] > li.icon-protected::before {
  content: "\e622" !important;
}

.icon-protection-keyhole::before,
.icons-list.icon-protection-keyhole > li::before,
.icons-list > li.icon-protection-keyhole::before,
.icons-list[class*="icon-"] > li.icon-protection-keyhole::before {
  content: "\e6c5" !important;
}

.icon-protection-plus::before,
.icons-list.icon-protection-plus > li::before,
.icons-list > li.icon-protection-plus::before,
.icons-list[class*="icon-"] > li.icon-protection-plus::before {
  content: "\e6c4" !important;
}

.icon-protection-star::before,
.icons-list.icon-protection-star > li::before,
.icons-list > li.icon-protection-star::before,
.icons-list[class*="icon-"] > li.icon-protection-star::before {
  content: "\e6c3" !important;
}

.icon-question::before,
.icons-list.icon-question > li::before,
.icons-list > li.icon-question::before,
.icons-list[class*="icon-"] > li.icon-question::before {
  content: "\e79e" !important;
}

.icon-question-answer::before,
.icons-list.icon-question-answer > li::before,
.icons-list > li.icon-question-answer::before,
.icons-list[class*="icon-"] > li.icon-question-answer::before {
  content: "\e677" !important;
}

.icon-question-mark::before,
.icons-list.icon-question-mark > li::before,
.icons-list > li.icon-question-mark::before,
.icons-list[class*="icon-"] > li.icon-question-mark::before {
  content: "\e6c2" !important;
}

.icon-question-mark-alt::before,
.icons-list.icon-question-mark-alt > li::before,
.icons-list > li.icon-question-mark-alt::before,
.icons-list[class*="icon-"] > li.icon-question-mark-alt::before {
  content: "\e6c1" !important;
}

.icon-rain::before,
.icons-list.icon-rain > li::before,
.icons-list > li.icon-rain::before,
.icons-list[class*="icon-"] > li.icon-rain::before {
  content: "\e79f" !important;
}

.icon-ratings::before,
.icons-list.icon-ratings > li::before,
.icons-list > li.icon-ratings::before,
.icons-list[class*="icon-"] > li.icon-ratings::before {
  content: "\e621" !important;
}

.icon-record::before,
.icons-list.icon-record > li::before,
.icons-list > li.icon-record::before,
.icons-list[class*="icon-"] > li.icon-record::before {
  content: "\e620" !important;
}

.icon-recording-conflict::before,
.icons-list.icon-recording-conflict > li::before,
.icons-list > li.icon-recording-conflict::before,
.icons-list[class*="icon-"] > li.icon-recording-conflict::before {
  content: "\e61f" !important;
}

.icon-recycle::before,
.icons-list.icon-recycle > li::before,
.icons-list > li.icon-recycle::before,
.icons-list[class*="icon-"] > li.icon-recycle::before {
  content: "\e6c0" !important;
}

.icon-refresh::before,
.icons-list.icon-refresh > li::before,
.icons-list > li.icon-refresh::before,
.icons-list[class*="icon-"] > li.icon-refresh::before {
  content: "\e61e" !important;
}

.icon-refresh-alt::before,
.icons-list.icon-refresh-alt > li::before,
.icons-list > li.icon-refresh-alt::before,
.icons-list[class*="icon-"] > li.icon-refresh-alt::before {
  content: "\e676" !important;
}

.icon-refresh-dollar::before,
.icons-list.icon-refresh-dollar > li::before,
.icons-list > li.icon-refresh-dollar::before,
.icons-list[class*="icon-"] > li.icon-refresh-dollar::before {
  content: "\e6bf" !important;
}

.icon-reminder::before,
.icons-list.icon-reminder > li::before,
.icons-list > li.icon-reminder::before,
.icons-list[class*="icon-"] > li.icon-reminder::before {
  content: "\e6be" !important;
}

.icon-remote::before,
.icons-list.icon-remote > li::before,
.icons-list > li.icon-remote::before,
.icons-list[class*="icon-"] > li.icon-remote::before {
  content: "\e61d" !important;
}

.icon-remote-control::before,
.icons-list.icon-remote-control > li::before,
.icons-list > li.icon-remote-control::before,
.icons-list[class*="icon-"] > li.icon-remote-control::before {
  content: "\e6bd" !important;
}

.icon-remote-surveillance::before,
.icons-list.icon-remote-surveillance > li::before,
.icons-list > li.icon-remote-surveillance::before,
.icons-list[class*="icon-"] > li.icon-remote-surveillance::before {
  content: "\e6bc" !important;
}

.icon-reply::before,
.icons-list.icon-reply > li::before,
.icons-list > li.icon-reply::before,
.icons-list[class*="icon-"] > li.icon-reply::before {
  content: "\e61c" !important;
}

.icon-reply-all::before,
.icons-list.icon-reply-all > li::before,
.icons-list > li.icon-reply-all::before,
.icons-list[class*="icon-"] > li.icon-reply-all::before {
  content: "\e76d" !important;
}

.icon-research::before,
.icons-list.icon-research > li::before,
.icons-list > li.icon-research::before,
.icons-list[class*="icon-"] > li.icon-research::before {
  content: "\e6bb" !important;
}

.icon-retail-tag::before,
.icons-list.icon-retail-tag > li::before,
.icons-list > li.icon-retail-tag::before,
.icons-list[class*="icon-"] > li.icon-retail-tag::before {
  content: "\e6ba" !important;
}

.icon-return::before,
.icons-list.icon-return > li::before,
.icons-list > li.icon-return::before,
.icons-list[class*="icon-"] > li.icon-return::before {
  content: "\e61a" !important;
}

.icon-reward::before,
.icons-list.icon-reward > li::before,
.icons-list > li.icon-reward::before,
.icons-list[class*="icon-"] > li.icon-reward::before {
  content: "\e619" !important;
}

.icon-reward-alt::before,
.icons-list.icon-reward-alt > li::before,
.icons-list > li.icon-reward-alt::before,
.icons-list[class*="icon-"] > li.icon-reward-alt::before {
  content: "\e7a0" !important;
}

.icon-right::before,
.icons-list.icon-right > li::before,
.icons-list > li.icon-right::before,
.icons-list[class*="icon-"] > li.icon-right::before {
  content: "\e618" !important;
}

.icon-ring-tone::before,
.icons-list.icon-ring-tone > li::before,
.icons-list > li.icon-ring-tone::before,
.icons-list[class*="icon-"] > li.icon-ring-tone::before {
  content: "\e6b9" !important;
}

.icon-router::before,
.icons-list.icon-router > li::before,
.icons-list > li.icon-router::before,
.icons-list[class*="icon-"] > li.icon-router::before {
  content: "\e666" !important;
}

.icon-router-alt::before,
.icons-list.icon-router-alt > li::before,
.icons-list > li.icon-router-alt::before,
.icons-list[class*="icon-"] > li.icon-router-alt::before {
  content: "\e6b8" !important;
}

.icon-salesforce-automation::before,
.icons-list.icon-salesforce-automation > li::before,
.icons-list > li.icon-salesforce-automation::before,
.icons-list[class*="icon-"] > li.icon-salesforce-automation::before {
  content: "\e6b7" !important;
}

.icon-sample-distribution::before,
.icons-list.icon-sample-distribution > li::before,
.icons-list > li.icon-sample-distribution::before,
.icons-list[class*="icon-"] > li.icon-sample-distribution::before {
  content: "\e6b6" !important;
}

.icon-scheduled::before,
.icons-list.icon-scheduled > li::before,
.icons-list > li.icon-scheduled::before,
.icons-list[class*="icon-"] > li.icon-scheduled::before {
  content: "\e617" !important;
}

.icon-scheduled-series::before,
.icons-list.icon-scheduled-series > li::before,
.icons-list > li.icon-scheduled-series::before,
.icons-list[class*="icon-"] > li.icon-scheduled-series::before {
  content: "\e616" !important;
}

.icon-schoolhouse::before,
.icons-list.icon-schoolhouse > li::before,
.icons-list > li.icon-schoolhouse::before,
.icons-list[class*="icon-"] > li.icon-schoolhouse::before {
  content: "\e6b5" !important;
}

.icon-screwdriver::before,
.icons-list.icon-screwdriver > li::before,
.icons-list > li.icon-screwdriver::before,
.icons-list[class*="icon-"] > li.icon-screwdriver::before {
  content: "\e783" !important;
}

.icon-sd::before,
.icons-list.icon-sd > li::before,
.icons-list > li.icon-sd::before,
.icons-list[class*="icon-"] > li.icon-sd::before {
  content: "\e615" !important;
}

.icon-search::before,
.icons-list.icon-search > li::before,
.icons-list > li.icon-search::before,
.icons-list[class*="icon-"] > li.icon-search::before {
  content: "\e614" !important;
}

.icon-send::before,
.icons-list.icon-send > li::before,
.icons-list > li.icon-send::before,
.icons-list[class*="icon-"] > li.icon-send::before {
  content: "\e613" !important;
}

.icon-servers::before,
.icons-list.icon-servers > li::before,
.icons-list > li.icon-servers::before,
.icons-list[class*="icon-"] > li.icon-servers::before {
  content: "\e7b8" !important;
}

.icon-service-bell::before,
.icons-list.icon-service-bell > li::before,
.icons-list > li.icon-service-bell::before,
.icons-list[class*="icon-"] > li.icon-service-bell::before {
  content: "\e6b4" !important;
}

.icon-settings::before,
.icons-list.icon-settings > li::before,
.icons-list > li.icon-settings::before,
.icons-list[class*="icon-"] > li.icon-settings::before {
  content: "\e612" !important;
}

.icon-share::before,
.icons-list.icon-share > li::before,
.icons-list > li.icon-share::before,
.icons-list[class*="icon-"] > li.icon-share::before {
  content: "\e763" !important;
}

.icon-share-alt::before,
.icons-list.icon-share-alt > li::before,
.icons-list > li.icon-share-alt::before,
.icons-list[class*="icon-"] > li.icon-share-alt::before {
  content: "\e7a1" !important;
}

.icon-shop::before,
.icons-list.icon-shop > li::before,
.icons-list > li.icon-shop::before,
.icons-list[class*="icon-"] > li.icon-shop::before {
  content: "\e611" !important;
}

.icon-signal-bars::before,
.icons-list.icon-signal-bars > li::before,
.icons-list > li.icon-signal-bars::before,
.icons-list[class*="icon-"] > li.icon-signal-bars::before {
  content: "\e6b3" !important;
}

.icon-smart-bulb::before,
.icons-list.icon-smart-bulb > li::before,
.icons-list > li.icon-smart-bulb::before,
.icons-list[class*="icon-"] > li.icon-smart-bulb::before {
  content: "\e6b2" !important;
}

.icon-smile::before,
.icons-list.icon-smile > li::before,
.icons-list > li.icon-smile::before,
.icons-list[class*="icon-"] > li.icon-smile::before {
  content: "\e7ae" !important;
}

.icon-smile-rev::before,
.icons-list.icon-smile-rev > li::before,
.icons-list > li.icon-smile-rev::before,
.icons-list[class*="icon-"] > li.icon-smile-rev::before {
  content: "\e7b0" !important;
}

.icon-snow::before,
.icons-list.icon-snow > li::before,
.icons-list > li.icon-snow::before,
.icons-list[class*="icon-"] > li.icon-snow::before {
  content: "\e7a2" !important;
}

.icon-snow-flake::before,
.icons-list.icon-snow-flake > li::before,
.icons-list > li.icon-snow-flake::before,
.icons-list[class*="icon-"] > li.icon-snow-flake::before {
  content: "\e7a3" !important;
}

.icon-soccer::before,
.icons-list.icon-soccer > li::before,
.icons-list > li.icon-soccer::before,
.icons-list[class*="icon-"] > li.icon-soccer::before {
  content: "\e7a4" !important;
}

.icon-sound-wave::before,
.icons-list.icon-sound-wave > li::before,
.icons-list > li.icon-sound-wave::before,
.icons-list[class*="icon-"] > li.icon-sound-wave::before {
  content: "\e6b1" !important;
}

.icon-sound-wave-alt::before,
.icons-list.icon-sound-wave-alt > li::before,
.icons-list > li.icon-sound-wave-alt::before,
.icons-list[class*="icon-"] > li.icon-sound-wave-alt::before {
  content: "\e6b0" !important;
}

.icon-speaker-phone::before,
.icons-list.icon-speaker-phone > li::before,
.icons-list > li.icon-speaker-phone::before,
.icons-list[class*="icon-"] > li.icon-speaker-phone::before {
  content: "\e6af" !important;
}

.icon-speech::before,
.icons-list.icon-speech > li::before,
.icons-list > li.icon-speech::before,
.icons-list[class*="icon-"] > li.icon-speech::before {
  content: "\e610" !important;
}

.icon-speech-mute::before,
.icons-list.icon-speech-mute > li::before,
.icons-list > li.icon-speech-mute::before,
.icons-list[class*="icon-"] > li.icon-speech-mute::before {
  content: "\e67d" !important;
}

.icon-speech-mute-alt::before,
.icons-list.icon-speech-mute-alt > li::before,
.icons-list > li.icon-speech-mute-alt::before,
.icons-list[class*="icon-"] > li.icon-speech-mute-alt::before {
  content: "\e785" !important;
}

.icon-speed::before,
.icons-list.icon-speed > li::before,
.icons-list > li.icon-speed::before,
.icons-list[class*="icon-"] > li.icon-speed::before {
  content: "\e60f" !important;
}

.icon-speed-alt::before,
.icons-list.icon-speed-alt > li::before,
.icons-list > li.icon-speed-alt::before,
.icons-list[class*="icon-"] > li.icon-speed-alt::before {
  content: "\e6ae" !important;
}

.icon-speed-dial::before,
.icons-list.icon-speed-dial > li::before,
.icons-list > li.icon-speed-dial::before,
.icons-list[class*="icon-"] > li.icon-speed-dial::before {
  content: "\e6ad" !important;
}

.icon-sports::before,
.icons-list.icon-sports > li::before,
.icons-list > li.icon-sports::before,
.icons-list[class*="icon-"] > li.icon-sports::before {
  content: "\e6ac" !important;
}

.icon-star::before,
.icons-list.icon-star > li::before,
.icons-list > li.icon-star::before,
.icons-list[class*="icon-"] > li.icon-star::before {
  content: "\e60e" !important;
}

.icon-star-burst::before,
.icons-list.icon-star-burst > li::before,
.icons-list > li.icon-star-burst::before,
.icons-list[class*="icon-"] > li.icon-star-burst::before {
  content: "\e786" !important;
}

.icon-star-hollow::before,
.icons-list.icon-star-hollow > li::before,
.icons-list > li.icon-star-hollow::before,
.icons-list[class*="icon-"] > li.icon-star-hollow::before {
  content: "\e7c2" !important;
}

.icon-stop::before,
.icons-list.icon-stop > li::before,
.icons-list > li.icon-stop::before,
.icons-list[class*="icon-"] > li.icon-stop::before {
  content: "\e60d" !important;
}

.icon-stop-alt::before,
.icons-list.icon-stop-alt > li::before,
.icons-list > li.icon-stop-alt::before,
.icons-list[class*="icon-"] > li.icon-stop-alt::before {
  content: "\e7b9" !important;
}

.icon-sub-accounts::before,
.icons-list.icon-sub-accounts > li::before,
.icons-list > li.icon-sub-accounts::before,
.icons-list[class*="icon-"] > li.icon-sub-accounts::before {
  content: "\e6ab" !important;
}

.icon-sun::before,
.icons-list.icon-sun > li::before,
.icons-list > li.icon-sun::before,
.icons-list[class*="icon-"] > li.icon-sun::before {
  content: "\e7a5" !important;
}

.icon-support::before,
.icons-list.icon-support > li::before,
.icons-list > li.icon-support::before,
.icons-list[class*="icon-"] > li.icon-support::before {
  content: "\e673" !important;
}

.icon-support-alt::before,
.icons-list.icon-support-alt > li::before,
.icons-list > li.icon-support-alt::before,
.icons-list[class*="icon-"] > li.icon-support-alt::before {
  content: "\e60c" !important;
}

.icon-switch::before,
.icons-list.icon-switch > li::before,
.icons-list > li.icon-switch::before,
.icons-list[class*="icon-"] > li.icon-switch::before {
  content: "\e6aa" !important;
}

.icon-sync::before,
.icons-list.icon-sync > li::before,
.icons-list > li.icon-sync::before,
.icons-list[class*="icon-"] > li.icon-sync::before {
  content: "\e667" !important;
}

.icon-sync-profile::before,
.icons-list.icon-sync-profile > li::before,
.icons-list > li.icon-sync-profile::before,
.icons-list[class*="icon-"] > li.icon-sync-profile::before {
  content: "\e6a9" !important;
}

.icon-talk::before,
.icons-list.icon-talk > li::before,
.icons-list > li.icon-talk::before,
.icons-list[class*="icon-"] > li.icon-talk::before {
  content: "\e6a8" !important;
}

.icon-talk-alt::before,
.icons-list.icon-talk-alt > li::before,
.icons-list > li.icon-talk-alt::before,
.icons-list[class*="icon-"] > li.icon-talk-alt::before {
  content: "\e784" !important;
}

.icon-talk-and-text::before,
.icons-list.icon-talk-and-text > li::before,
.icons-list > li.icon-talk-and-text::before,
.icons-list[class*="icon-"] > li.icon-talk-and-text::before {
  content: "\e6a7" !important;
}

.icon-taxi::before,
.icons-list.icon-taxi > li::before,
.icons-list > li.icon-taxi::before,
.icons-list[class*="icon-"] > li.icon-taxi::before {
  content: "\e6a6" !important;
}

.icon-team::before,
.icons-list.icon-team > li::before,
.icons-list > li.icon-team::before,
.icons-list[class*="icon-"] > li.icon-team::before {
  content: "\e787" !important;
}

.icon-technician::before,
.icons-list.icon-technician > li::before,
.icons-list > li.icon-technician::before,
.icons-list[class*="icon-"] > li.icon-technician::before {
  content: "\e6a5" !important;
}

.icon-temperature::before,
.icons-list.icon-temperature > li::before,
.icons-list > li.icon-temperature::before,
.icons-list[class*="icon-"] > li.icon-temperature::before {
  content: "\e6a4" !important;
}

.icon-text-blocked::before,
.icons-list.icon-text-blocked > li::before,
.icons-list > li.icon-text-blocked::before,
.icons-list[class*="icon-"] > li.icon-text-blocked::before {
  content: "\e6a3" !important;
}

.icon-thumbs-down::before,
.icons-list.icon-thumbs-down > li::before,
.icons-list > li.icon-thumbs-down::before,
.icons-list[class*="icon-"] > li.icon-thumbs-down::before {
  content: "\e6a2" !important;
}

.icon-thumbs-up::before,
.icons-list.icon-thumbs-up > li::before,
.icons-list > li.icon-thumbs-up::before,
.icons-list[class*="icon-"] > li.icon-thumbs-up::before {
  content: "\e6a1" !important;
}

.icon-ticket::before,
.icons-list.icon-ticket > li::before,
.icons-list > li.icon-ticket::before,
.icons-list[class*="icon-"] > li.icon-ticket::before {
  content: "\e6a0" !important;
}

.icon-toll-free-call::before,
.icons-list.icon-toll-free-call > li::before,
.icons-list > li.icon-toll-free-call::before,
.icons-list[class*="icon-"] > li.icon-toll-free-call::before {
  content: "\e69f" !important;
}

.icon-tools::before,
.icons-list.icon-tools > li::before,
.icons-list > li.icon-tools::before,
.icons-list[class*="icon-"] > li.icon-tools::before {
  content: "\e69e" !important;
}

.icon-tornado::before,
.icons-list.icon-tornado > li::before,
.icons-list > li.icon-tornado::before,
.icons-list[class*="icon-"] > li.icon-tornado::before {
  content: "\e7a6" !important;
}

.icon-touch-device::before,
.icons-list.icon-touch-device > li::before,
.icons-list > li.icon-touch-device::before,
.icons-list[class*="icon-"] > li.icon-touch-device::before {
  content: "\e69d" !important;
}

.icon-traffic-stop::before,
.icons-list.icon-traffic-stop > li::before,
.icons-list > li.icon-traffic-stop::before,
.icons-list[class*="icon-"] > li.icon-traffic-stop::before {
  content: "\e69c" !important;
}

.icon-traffic-signal::before,
.icons-list.icon-traffic-signal > li::before,
.icons-list > li.icon-traffic-signal::before,
.icons-list[class*="icon-"] > li.icon-traffic-signal::before {
  content: "\e7a7" !important;
}

.icon-triangle-down::before,
.icons-list.icon-triangle-down > li::before,
.icons-list > li.icon-triangle-down::before,
.icons-list[class*="icon-"] > li.icon-triangle-down::before {
  content: "\e770" !important;
}

.icon-triangle-down-alt::before,
.icons-list.icon-triangle-down-alt > li::before,
.icons-list > li.icon-triangle-down-alt::before,
.icons-list[class*="icon-"] > li.icon-triangle-down-alt::before {
  content: "\e773" !important;
}

.icon-triangle-left::before,
.icons-list.icon-triangle-left > li::before,
.icons-list > li.icon-triangle-left::before,
.icons-list[class*="icon-"] > li.icon-triangle-left::before {
  content: "\e774" !important;
}

.icon-triangle-left-alt::before,
.icons-list.icon-triangle-left-alt > li::before,
.icons-list > li.icon-triangle-left-alt::before,
.icons-list[class*="icon-"] > li.icon-triangle-left-alt::before {
  content: "\e775" !important;
}

.icon-triangle-right::before,
.icons-list.icon-triangle-right > li::before,
.icons-list > li.icon-triangle-right::before,
.icons-list[class*="icon-"] > li.icon-triangle-right::before {
  content: "\e776" !important;
}

.icon-triangle-right-alt::before,
.icons-list.icon-triangle-right-alt > li::before,
.icons-list > li.icon-triangle-right-alt::before,
.icons-list[class*="icon-"] > li.icon-triangle-right-alt::before {
  content: "\e777" !important;
}

.icon-triangle-up::before,
.icons-list.icon-triangle-up > li::before,
.icons-list > li.icon-triangle-up::before,
.icons-list[class*="icon-"] > li.icon-triangle-up::before {
  content: "\e778" !important;
}

.icon-triangle-up-alt::before,
.icons-list.icon-triangle-up-alt > li::before,
.icons-list > li.icon-triangle-up-alt::before,
.icons-list[class*="icon-"] > li.icon-triangle-up-alt::before {
  content: "\e779" !important;
}

.icon-trophy::before,
.icons-list.icon-trophy > li::before,
.icons-list > li.icon-trophy::before,
.icons-list[class*="icon-"] > li.icon-trophy::before {
  content: "\e7c3" !important;
}

.icon-truck::before,
.icons-list.icon-truck > li::before,
.icons-list > li.icon-truck::before,
.icons-list[class*="icon-"] > li.icon-truck::before {
  content: "\e69b" !important;
}

.icon-truck-check::before,
.icons-list.icon-truck-check > li::before,
.icons-list > li.icon-truck-check::before,
.icons-list[class*="icon-"] > li.icon-truck-check::before {
  content: "\e69a" !important;
}

.icon-truck-communications::before,
.icons-list.icon-truck-communications > li::before,
.icons-list > li.icon-truck-communications::before,
.icons-list[class*="icon-"] > li.icon-truck-communications::before {
  content: "\e699" !important;
}

.icon-tv::before,
.icons-list.icon-tv > li::before,
.icons-list > li.icon-tv::before,
.icons-list[class*="icon-"] > li.icon-tv::before {
  content: "\e60b" !important;
}

.icon-tv-alt::before,
.icons-list.icon-tv-alt > li::before,
.icons-list > li.icon-tv-alt::before,
.icons-list[class*="icon-"] > li.icon-tv-alt::before {
  content: "\e60a" !important;
}

.icon-tv-equipment::before,
.icons-list.icon-tv-equipment > li::before,
.icons-list > li.icon-tv-equipment::before,
.icons-list[class*="icon-"] > li.icon-tv-equipment::before {
  content: "\e698" !important;
}

.icon-tv-live::before,
.icons-list.icon-tv-live > li::before,
.icons-list > li.icon-tv-live::before,
.icons-list[class*="icon-"] > li.icon-tv-live::before {
  content: "\e609" !important;
}

.icon-tv-order::before,
.icons-list.icon-tv-order > li::before,
.icons-list > li.icon-tv-order::before,
.icons-list[class*="icon-"] > li.icon-tv-order::before {
  content: "\e7a8" !important;
}

.icon-tv-photo::before,
.icons-list.icon-tv-photo > li::before,
.icons-list > li.icon-tv-photo::before,
.icons-list[class*="icon-"] > li.icon-tv-photo::before {
  content: "\e608" !important;
}

.icon-twitter::before,
.icons-list.icon-twitter > li::before,
.icons-list > li.icon-twitter::before,
.icons-list[class*="icon-"] > li.icon-twitter::before {
  content: "\e697" !important;
}

.icon-unblock::before,
.icons-list.icon-unblock > li::before,
.icons-list > li.icon-unblock::before,
.icons-list[class*="icon-"] > li.icon-unblock::before {
  content: "\e607" !important;
}

.icon-unified-communication::before,
.icons-list.icon-unified-communication > li::before,
.icons-list > li.icon-unified-communication::before,
.icons-list[class*="icon-"] > li.icon-unified-communication::before {
  content: "\e696" !important;
}

.icon-unlocked::before,
.icons-list.icon-unlocked > li::before,
.icons-list > li.icon-unlocked::before,
.icons-list[class*="icon-"] > li.icon-unlocked::before {
  content: "\e695" !important;
}

.icon-up::before,
.icons-list.icon-up > li::before,
.icons-list > li.icon-up::before,
.icons-list[class*="icon-"] > li.icon-up::before {
  content: "\e77d" !important;
}

.icon-upload::before,
.icons-list.icon-upload > li::before,
.icons-list > li.icon-upload::before,
.icons-list[class*="icon-"] > li.icon-upload::before {
  content: "\e606" !important;
}

.icon-usa::before,
.icons-list.icon-usa > li::before,
.icons-list > li.icon-usa::before,
.icons-list[class*="icon-"] > li.icon-usa::before {
  content: "\e694" !important;
}

.icon-vending::before,
.icons-list.icon-vending > li::before,
.icons-list > li.icon-vending::before,
.icons-list[class*="icon-"] > li.icon-vending::before {
  content: "\e693" !important;
}

.icon-videos::before,
.icons-list.icon-videos > li::before,
.icons-list > li.icon-videos::before,
.icons-list[class*="icon-"] > li.icon-videos::before {
  content: "\e672" !important;
}

.icon-visible::before,
.icons-list.icon-visible > li::before,
.icons-list > li.icon-visible::before,
.icons-list[class*="icon-"] > li.icon-visible::before {
  content: "\e7a9" !important;
}

.icon-voicemail::before,
.icons-list.icon-voicemail > li::before,
.icons-list > li.icon-voicemail::before,
.icons-list[class*="icon-"] > li.icon-voicemail::before {
  content: "\e605" !important;
}

.icon-voicemail-alt::before,
.icons-list.icon-voicemail-alt > li::before,
.icons-list > li.icon-voicemail-alt::before,
.icons-list[class*="icon-"] > li.icon-voicemail-alt::before {
  content: "\e692" !important;
}

.icon-volcano::before,
.icons-list.icon-volcano > li::before,
.icons-list > li.icon-volcano::before,
.icons-list[class*="icon-"] > li.icon-volcano::before {
  content: "\e7aa" !important;
}

.icon-volume::before,
.icons-list.icon-volume > li::before,
.icons-list > li.icon-volume::before,
.icons-list[class*="icon-"] > li.icon-volume::before {
  content: "\e604" !important;
}

.icon-wallet::before,
.icons-list.icon-wallet > li::before,
.icons-list > li.icon-wallet::before,
.icons-list[class*="icon-"] > li.icon-wallet::before {
  content: "\e691" !important;
}

.icon-watchlist::before,
.icons-list.icon-watchlist > li::before,
.icons-list > li.icon-watchlist::before,
.icons-list[class*="icon-"] > li.icon-watchlist::before {
  content: "\e603" !important;
}

.icon-waterproof::before,
.icons-list.icon-waterproof > li::before,
.icons-list > li.icon-waterproof::before,
.icons-list[class*="icon-"] > li.icon-waterproof::before {
  content: "\e690" !important;
}

.icon-weather::before,
.icons-list.icon-weather > li::before,
.icons-list > li.icon-weather::before,
.icons-list[class*="icon-"] > li.icon-weather::before {
  content: "\e602" !important;
}

.icon-weight::before,
.icons-list.icon-weight > li::before,
.icons-list > li.icon-weight::before,
.icons-list[class*="icon-"] > li.icon-weight::before {
  content: "\e68f" !important;
}

.icon-wifi::before,
.icons-list.icon-wifi > li::before,
.icons-list > li.icon-wifi::before,
.icons-list[class*="icon-"] > li.icon-wifi::before {
  content: "\e601" !important;
}

.icon-wifi-alt::before,
.icons-list.icon-wifi-alt > li::before,
.icons-list > li.icon-wifi-alt::before,
.icons-list[class*="icon-"] > li.icon-wifi-alt::before {
  content: "\e77a" !important;
}

.icon-wifi-enabled::before,
.icons-list.icon-wifi-enabled > li::before,
.icons-list > li.icon-wifi-enabled::before,
.icons-list[class*="icon-"] > li.icon-wifi-enabled::before {
  content: "\e68e" !important;
}

.icon-wifi-hotspot::before,
.icons-list.icon-wifi-hotspot > li::before,
.icons-list > li.icon-wifi-hotspot::before,
.icons-list[class*="icon-"] > li.icon-wifi-hotspot::before {
  content: "\e600" !important;
}

.icon-wifi-lock::before,
.icons-list.icon-wifi-lock > li::before,
.icons-list > li.icon-wifi-lock::before,
.icons-list[class*="icon-"] > li.icon-wifi-lock::before {
  content: "\e77b" !important;
}

.icon-wifi-lock-alt::before,
.icons-list.icon-wifi-lock-alt > li::before,
.icons-list > li.icon-wifi-lock-alt::before,
.icons-list[class*="icon-"] > li.icon-wifi-lock-alt::before {
  content: "\e77c" !important;
}

.icon-wifi-protection::before,
.icons-list.icon-wifi-protection > li::before,
.icons-list > li.icon-wifi-protection::before,
.icons-list[class*="icon-"] > li.icon-wifi-protection::before {
  content: "\e68d" !important;
}

.icon-wind::before,
.icons-list.icon-wind > li::before,
.icons-list > li.icon-wind::before,
.icons-list[class*="icon-"] > li.icon-wind::before {
  content: "\e7ab" !important;
}

.icon-wind-turbine::before,
.icons-list.icon-wind-turbine > li::before,
.icons-list > li.icon-wind-turbine::before,
.icons-list[class*="icon-"] > li.icon-wind-turbine::before {
  content: "\e68c" !important;
}

.icon-wireless-kiosk::before,
.icons-list.icon-wireless-kiosk > li::before,
.icons-list > li.icon-wireless-kiosk::before,
.icons-list[class*="icon-"] > li.icon-wireless-kiosk::before {
  content: "\e68b" !important;
}

.icon-workforce::before,
.icons-list.icon-workforce > li::before,
.icons-list > li.icon-workforce::before,
.icons-list[class*="icon-"] > li.icon-workforce::before {
  content: "\e675" !important;
}

.icon-workforce-check::before,
.icons-list.icon-workforce-check > li::before,
.icons-list > li.icon-workforce-check::before,
.icons-list[class*="icon-"] > li.icon-workforce-check::before {
  content: "\e674" !important;
}

.icon-youtube::before,
.icons-list.icon-youtube > li::before,
.icons-list > li.icon-youtube::before,
.icons-list[class*="icon-"] > li.icon-youtube::before {
  content: "\e7bb" !important;
}

.icon-zoom-in::before,
.icons-list.icon-zoom-in > li::before,
.icons-list > li.icon-zoom-in::before,
.icons-list[class*="icon-"] > li.icon-zoom-in::before {
  content: "\e7ac" !important;
}

.icon-zoom-out::before,
.icons-list.icon-zoom-out > li::before,
.icons-list > li.icon-zoom-out::before,
.icons-list[class*="icon-"] > li.icon-zoom-out::before {
  content: "\e7ad" !important;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.loader {
  position: relative;
  margin: 0 0.9375rem;
}

@media only screen and (min-width: 48rem) {
  .loader {
    margin: 0 1.4375rem;
  }
}

.loader,
.loader::before,
.loader::after {
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 6.1875rem;
  background-color: #959595;
  animation: loadingFade 2s infinite;
}

@media only screen and (min-width: 48rem) {
  .loader,
  .loader::before,
  .loader::after {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.loader.fun,
.loader.fun::before,
.loader.fun::after {
  animation: loadingFun 4s infinite;
}

.loader::before {
  content: '';
  position: absolute;
  left: -0.9375rem;
  top: 0;
}

@media only screen and (min-width: 48rem) {
  .loader::before {
    left: -1.4375rem;
  }
}

.loader::after {
  content: '';
  position: absolute;
  left: auto;
  right: -0.9375rem;
  top: 0;
}

@media only screen and (min-width: 48rem) {
  .loader::after {
    right: -1.4375rem;
  }
}

.loader.small {
  margin: 0 0.9375rem;
}

.loader.small,
.loader.small::before,
.loader.small::after {
  width: 0.75rem;
  height: 0.75rem;
}

.loader.small::before {
  left: -0.9375rem;
}

.loader.small::after {
  right: -0.9375rem;
}

.loader.big {
  margin: 0 1.4375rem;
}

.loader.big,
.loader.big::before,
.loader.big::after {
  width: 1.125rem;
  height: 1.125rem;
}

.loader.big::before {
  left: -1.4375rem;
}

.loader.big::after {
  right: -1.4375rem;
}

.loader.huge {
  margin: 0 3rem;
}

.loader.huge,
.loader.huge::before,
.loader.huge::after {
  width: 2.375rem;
  height: 2.375rem;
}

.loader.huge::before {
  left: -3rem;
}

.loader.huge::after {
  right: -3rem;
}

.loader::before {
  animation-delay: 0;
}

.loader.fun::before {
  animation-delay: 0;
}

.loader {
  animation-delay: 0.3s;
}

.loader.fun {
  animation-delay: .6s;
}

.loader::after {
  animation-delay: .6s;
}

.loader.fun::after {
  animation-delay: 1.2s;
}

@keyframes loadingFade {
  0%, 100% {
    background-color: #959595;
  }

  50% {
    background-color: #333;
  }
}

@keyframes loadingFun {
  0%, 100% {
    background-color: #959595;
  }

  20% {
    background-color: #82ceac;
  }

  40% {
    background-color: #abe0f9;
  }

  60% {
    background-color: #f9b295;
  }

  80% {
    background-color: #fbd362;
  }
}

.gif-loader .loader {
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/gif;base64,R0lGODlhhgAmANU7ALe0t9vZ2/Hw8f39/drZ2vn5+b+8v727vb+9v7aztu/u7+Xj5crIymNhY7CvsODf4A8ND4WEhbu8u3RzdGBfYHp8evPz89vb26+ur3Nxc/v6+42LjeDg4HBvcMXFxaampiMiI4SDhAsJC/j4+CcmJ8jHyCkoKezs7E9NT9DP0M7PzoiJiLy7vImKifv7++Xl5Z2fneDh4IWHhfX19Xh6eJiXmMbHxnR2dAQCBFxaXLSxtP///wAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplOWJkMGNlZi1mMGQzLTgyNDgtOGNiMi1hOWM5ZDkzMTAxODEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REZFMEVFOTk4OTVEMTFFNTkyMDhGQUU0RkJCQTVFQ0UiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REZFMEVFOTg4OTVEMTFFNTkyMDhGQUU0RkJCQTVFQ0UiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRl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");
  animation: none;
}

@media only screen {
  .gif-loader .loader {
    width: 2.625rem;
    height: 0.75rem;
    background-size: auto 0.75rem;
  }
}

.gif-loader .loader.small {
  width: 2.625rem;
  height: 0.75rem;
  background-size: auto 0.75rem;
}

@media only screen and (min-width: 48rem) {
  .gif-loader .loader {
    width: 3.9375rem;
    height: 1.125rem;
    background-size: auto 1.125rem;
  }
}

.gif-loader .loader.big {
  width: 3.9375rem;
  height: 1.125rem;
  background-size: auto 1.125rem;
}

.gif-loader .loader.huge {
  width: 8.4375rem;
  height: 2.375rem;
  background-size: auto 2.375rem;
}

.gif-loader .loader::before,
.gif-loader .loader::after {
  display: none;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Panels */

.panel {
  border-style: none;
  border-width: 0;
  border-color: #dbdbdb;
  margin-bottom: 1.5rem;
  padding: 1.125rem;
  background: #f6f6f6;
}

.panel > h1:first-of-type,
.panel > h2:first-of-type,
.panel > h3:first-of-type,
.panel > h4:first-of-type,
.panel > h5:first-of-type,
.panel > h6:first-of-type,
.panel > p:first-of-type {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel.radius {
  border-radius: 4px;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

[class*="tiny-peek-"],
[class*="small-peek-"],
[class*="medium-peek-"],
[class*="large-peek-"] {
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
}

[class*="tiny-peek-"] > ol,
[class*="tiny-peek-"] > ul,
[class*="small-peek-"] > ol,
[class*="small-peek-"] > ul,
[class*="medium-peek-"] > ol,
[class*="medium-peek-"] > ul,
[class*="large-peek-"] > ol,
[class*="large-peek-"] > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 95%;
  white-space: nowrap;
  margin-left: -0.28125rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tiny-peek-off > ul,
.tiny-peek-off > ol {
  width: 100%;
}

@media only screen and (min-width: 30.0625rem) {
  .small-peek-off > ul,
  .small-peek-off > ol {
    width: 100%;
  }

  .small-peek-on > ul,
  .small-peek-on > ol {
    width: 95%;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-peek-off > ul,
  .medium-peek-off > ol {
    width: 100%;
  }

  .medium-peek-on > ul,
  .medium-peek-on > ol {
    width: 95%;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-peek-off > ul,
  .large-peek-off > ol {
    width: 100%;
  }

  .large-peek-on > ul,
  .large-peek-on > ol {
    width: 95%;
  }
}

[class*="-peek-"] > ul > li,
[class*="-peek-"] > ol > li {
  display: inline-block;
  margin-right: -0.25rem;
  padding: 0 0.5625rem;
  white-space: normal;
  vertical-align: top;
}

[class*="-peek-"].tiny-peek-1 > ol > li,
[class*="-peek-"].tiny-peek-1 > ul > li {
  width: 100%;
}

[class*="-peek-"].tiny-peek-2 > ol > li,
[class*="-peek-"].tiny-peek-2 > ul > li {
  width: 50%;
}

[class*="-peek-"].tiny-peek-3 > ol > li,
[class*="-peek-"].tiny-peek-3 > ul > li {
  width: 33.3333%;
}

[class*="-peek-"].tiny-peek-4 > ol > li,
[class*="-peek-"].tiny-peek-4 > ul > li {
  width: 25%;
}

[class*="-peek-"].tiny-peek-5 > ol > li,
[class*="-peek-"].tiny-peek-5 > ul > li {
  width: 20%;
}

[class*="-peek-"].tiny-peek-6 > ol > li,
[class*="-peek-"].tiny-peek-6 > ul > li {
  width: 16.6667%;
}

[class*="-peek-"].tiny-peek-7 > ol > li,
[class*="-peek-"].tiny-peek-7 > ul > li {
  width: 14.2857%;
}

[class*="-peek-"].tiny-peek-8 > ol > li,
[class*="-peek-"].tiny-peek-8 > ul > li {
  width: 12.5%;
}

[class*="-peek-"].tiny-peek-9 > ol > li,
[class*="-peek-"].tiny-peek-9 > ul > li {
  width: 11.1111%;
}

[class*="-peek-"].tiny-peek-10 > ol > li,
[class*="-peek-"].tiny-peek-10 > ul > li {
  width: 10%;
}

[class*="-peek-"].tiny-peek-11 > ol > li,
[class*="-peek-"].tiny-peek-11 > ul > li {
  width: 9.0909%;
}

[class*="-peek-"].tiny-peek-12 > ol > li,
[class*="-peek-"].tiny-peek-12 > ul > li {
  width: 8.3333%;
}

@media only screen and (min-width: 30.0625rem) {
  [class*="-peek-"].small-peek-1 > ol > li,
  [class*="-peek-"].small-peek-1 > ul > li {
    width: 100%;
  }

  [class*="-peek-"].small-peek-2 > ol > li,
  [class*="-peek-"].small-peek-2 > ul > li {
    width: 50%;
  }

  [class*="-peek-"].small-peek-3 > ol > li,
  [class*="-peek-"].small-peek-3 > ul > li {
    width: 33.3333%;
  }

  [class*="-peek-"].small-peek-4 > ol > li,
  [class*="-peek-"].small-peek-4 > ul > li {
    width: 25%;
  }

  [class*="-peek-"].small-peek-5 > ol > li,
  [class*="-peek-"].small-peek-5 > ul > li {
    width: 20%;
  }

  [class*="-peek-"].small-peek-6 > ol > li,
  [class*="-peek-"].small-peek-6 > ul > li {
    width: 16.6667%;
  }

  [class*="-peek-"].small-peek-7 > ol > li,
  [class*="-peek-"].small-peek-7 > ul > li {
    width: 14.2857%;
  }

  [class*="-peek-"].small-peek-8 > ol > li,
  [class*="-peek-"].small-peek-8 > ul > li {
    width: 12.5%;
  }

  [class*="-peek-"].small-peek-9 > ol > li,
  [class*="-peek-"].small-peek-9 > ul > li {
    width: 11.1111%;
  }

  [class*="-peek-"].small-peek-10 > ol > li,
  [class*="-peek-"].small-peek-10 > ul > li {
    width: 10%;
  }

  [class*="-peek-"].small-peek-11 > ol > li,
  [class*="-peek-"].small-peek-11 > ul > li {
    width: 9.0909%;
  }

  [class*="-peek-"].small-peek-12 > ol > li,
  [class*="-peek-"].small-peek-12 > ul > li {
    width: 8.3333%;
  }
}

@media only screen and (min-width: 48rem) {
  [class*="-peek-"].medium-peek-1 > ol > li,
  [class*="-peek-"].medium-peek-1 > ul > li {
    width: 100%;
  }

  [class*="-peek-"].medium-peek-2 > ol > li,
  [class*="-peek-"].medium-peek-2 > ul > li {
    width: 50%;
  }

  [class*="-peek-"].medium-peek-3 > ol > li,
  [class*="-peek-"].medium-peek-3 > ul > li {
    width: 33.3333%;
  }

  [class*="-peek-"].medium-peek-4 > ol > li,
  [class*="-peek-"].medium-peek-4 > ul > li {
    width: 25%;
  }

  [class*="-peek-"].medium-peek-5 > ol > li,
  [class*="-peek-"].medium-peek-5 > ul > li {
    width: 20%;
  }

  [class*="-peek-"].medium-peek-6 > ol > li,
  [class*="-peek-"].medium-peek-6 > ul > li {
    width: 16.6667%;
  }

  [class*="-peek-"].medium-peek-7 > ol > li,
  [class*="-peek-"].medium-peek-7 > ul > li {
    width: 14.2857%;
  }

  [class*="-peek-"].medium-peek-8 > ol > li,
  [class*="-peek-"].medium-peek-8 > ul > li {
    width: 12.5%;
  }

  [class*="-peek-"].medium-peek-9 > ol > li,
  [class*="-peek-"].medium-peek-9 > ul > li {
    width: 11.1111%;
  }

  [class*="-peek-"].medium-peek-10 > ol > li,
  [class*="-peek-"].medium-peek-10 > ul > li {
    width: 10%;
  }

  [class*="-peek-"].medium-peek-11 > ol > li,
  [class*="-peek-"].medium-peek-11 > ul > li {
    width: 9.0909%;
  }

  [class*="-peek-"].medium-peek-12 > ol > li,
  [class*="-peek-"].medium-peek-12 > ul > li {
    width: 8.3333%;
  }
}

@media only screen and (min-width: 60.625rem) {
  [class*="-peek-"].large-peek-1 > ol > li,
  [class*="-peek-"].large-peek-1 > ul > li {
    width: 100%;
  }

  [class*="-peek-"].large-peek-2 > ol > li,
  [class*="-peek-"].large-peek-2 > ul > li {
    width: 50%;
  }

  [class*="-peek-"].large-peek-3 > ol > li,
  [class*="-peek-"].large-peek-3 > ul > li {
    width: 33.3333%;
  }

  [class*="-peek-"].large-peek-4 > ol > li,
  [class*="-peek-"].large-peek-4 > ul > li {
    width: 25%;
  }

  [class*="-peek-"].large-peek-5 > ol > li,
  [class*="-peek-"].large-peek-5 > ul > li {
    width: 20%;
  }

  [class*="-peek-"].large-peek-6 > ol > li,
  [class*="-peek-"].large-peek-6 > ul > li {
    width: 16.6667%;
  }

  [class*="-peek-"].large-peek-7 > ol > li,
  [class*="-peek-"].large-peek-7 > ul > li {
    width: 14.2857%;
  }

  [class*="-peek-"].large-peek-8 > ol > li,
  [class*="-peek-"].large-peek-8 > ul > li {
    width: 12.5%;
  }

  [class*="-peek-"].large-peek-9 > ol > li,
  [class*="-peek-"].large-peek-9 > ul > li {
    width: 11.1111%;
  }

  [class*="-peek-"].large-peek-10 > ol > li,
  [class*="-peek-"].large-peek-10 > ul > li {
    width: 10%;
  }

  [class*="-peek-"].large-peek-11 > ol > li,
  [class*="-peek-"].large-peek-11 > ul > li {
    width: 9.0909%;
  }

  [class*="-peek-"].large-peek-12 > ol > li,
  [class*="-peek-"].large-peek-12 > ul > li {
    width: 8.3333%;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Progress Bar */

.progress {
  background-color: #e4e5e3;
  height: 0.9375rem;
  border: 0px solid #767676;
  padding: 0;
  margin-bottom: 0.75rem;
  border-radius: 4px;
}

.progress .meter {
  background: #abe0f9;
  height: 100%;
  display: block;
  border-radius: 4px;
}

.progress.secondary .meter,
.progress.warning .meter {
  background: #fbd362;
  height: 100%;
  display: block;
  border-radius: 4px;
}

.progress.success .meter {
  background: #0c7810;
  height: 100%;
  display: block;
  border-radius: 4px;
}

.progress.alert .meter,
.progress.error .meter {
  background: #a80309;
  height: 100%;
  display: block;
  border-radius: 4px;
}

.progress.square {
  border-radius: 0;
}

.progress.square .meter {
  border-radius: 0;
}

.progress.radius {
  border-radius: 2px;
}

.progress.radius .meter {
  border-radius: 2px;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

[data-reveal-content] {
  opacity: 1;
  overflow: auto;
  transition: opacity 0.5s, padding-top 0.3s, padding-bottom 0.3s, margin-top 0.3s, margin-bottom 0.3s, border-bottom-width 0.3s, border-top-width 0.3s;
}

[data-reveal-content].hide {
  opacity: 0 !important;
  display: block;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top-width: 0 !important;
  border-bottom-width: 0 !important;
  overflow: hidden !important;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.stretch,
.w_steps,
.w_carousel.stretch > .carousel_item {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

.stretch.padded,
.w_steps.padded,
.w_carousel.stretch > .carousel_item.padded {
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

@media only screen {
  .main .tiny-stretch,
  .main .w_carousel.tinystretch > .carousel_item,
  .tiny-wide .tiny-stretch,
  .tiny-wide .w_carousel.tinystretch > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .main .tiny-stretch.padded,
  .main .w_carousel.tinystretch > .carousel_item.padded,
  .tiny-wide .tiny-stretch.padded,
  .tiny-wide .w_carousel.tinystretch > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .tiny-narrow .tiny-stretch,
  .tiny-narrow .w_carousel.tiny-stretch > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .tiny-narrow .tiny-stretch.padded,
  .tiny-narrow .w_carousel.tiny-stretch > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .main .tiny-stretch,
  .main .small-stretch,
  .main .w_carousel.tiny-stretch > .carousel_item,
  .main .w_carousel.small-stretch > .carousel_item,
  .small-wide .tiny-stretch,
  .small-wide .small-stretch,
  .small-wide .w_carousel.tiny-stretch > .carousel_item,
  .small-wide .w_carousel.small-stretch > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .main .tiny-stretch.padded,
  .main .small-stretch.padded,
  .main .w_carousel.tiny-stretch > .carousel_item.padded,
  .main .w_carousel.small-stretch > .carousel_item.padded,
  .small-wide .tiny-stretch.padded,
  .small-wide .small-stretch.padded,
  .small-wide .w_carousel.tiny-stretch > .carousel_item.padded,
  .small-wide .w_carousel.small-stretch > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .main .small-stretch-off,
  .main .small-stretch-off.stretch,
  .main .small-stretch-off.tiny-stretch,
  .small-wide .small-stretch-off,
  .small-wide .small-stretch-off.stretch,
  .small-wide .small-stretch-off.tiny-stretch {
    margin-left: 0;
    margin-right: 0;
  }

  .small-narrow .tiny-stretch,
  .small-narrow .small-stretch,
  .small-narrow .w_carousel.tiny-stretch > .carousel_item,
  .small-narrow .w_carousel.small-stretch > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .small-narrow .tiny-stretch.padded,
  .small-narrow .small-stretch.padded,
  .small-narrow .w_carousel.tiny-stretch > .carousel_item.padded,
  .small-narrow .w_carousel.small-stretch > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .small-narrow .small-stretch-off,
  .small-narrow .small-stretch-off.stretch,
  .small-narrow .small-stretch-off.tiny-stretch {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-wide .tiny-stretch,
  .medium-wide .small-stretch,
  .medium-wide .medium-stretch,
  .medium-wide .medium-stretch.small-stretch-off,
  .medium-wide .w_carousel.tiny-stretch > .carousel_item,
  .medium-wide .w_carousel.small-stretch > .carousel_item,
  .medium-wide .w_carousel.medium-stretch > .carousel_item,
  .medium-wide .w_carousel.medium-stretch.medium-stretch-off > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .medium-wide .tiny-stretch.padded,
  .medium-wide .small-stretch.padded,
  .medium-wide .medium-stretch.padded,
  .medium-wide .medium-stretch.small-stretch-off.padded,
  .medium-wide .w_carousel.tiny-stretch > .carousel_item.padded,
  .medium-wide .w_carousel.small-stretch > .carousel_item.padded,
  .medium-wide .w_carousel.medium-stretch > .carousel_item.padded,
  .medium-wide .w_carousel.medium-stretch.medium-stretch-off > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .medium-wide .medium-stretch-off,
  .medium-wide .medium-stretch-off.stretch,
  .medium-wide .medium-stretch-off.tiny-stretch,
  .medium-wide .medium-stretch-off.small-stretch {
    margin-left: 0;
    margin-right: 0;
  }

  .main .tiny-stretch,
  .main .small-stretch,
  .main .medium-stretch,
  .main .medium-stretch.small-stretch-off,
  .main .w_carousel.tiny-stretch > .carousel_item,
  .main .w_carousel.small-stretch > .carousel_item,
  .main .w_carousel.medium-stretch > .carousel_item,
  .main .w_carousel.medium-stretch.small-stretch-off > .carousel_item,
  .medium-narrow .tiny-stretch,
  .medium-narrow .small-stretch,
  .medium-narrow .medium-stretch,
  .medium-narrow .medium-stretch.small-stretch-off,
  .medium-narrow .w_carousel.tiny-stretch > .carousel_item,
  .medium-narrow .w_carousel.small-stretch > .carousel_item,
  .medium-narrow .w_carousel.medium-stretch > .carousel_item,
  .medium-narrow .w_carousel.medium-stretch.small-stretch-off > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .main .tiny-stretch.padded,
  .main .small-stretch.padded,
  .main .medium-stretch.padded,
  .main .medium-stretch.small-stretch-off.padded,
  .main .w_carousel.tiny-stretch > .carousel_item.padded,
  .main .w_carousel.small-stretch > .carousel_item.padded,
  .main .w_carousel.medium-stretch > .carousel_item.padded,
  .main .w_carousel.medium-stretch.small-stretch-off > .carousel_item.padded,
  .medium-narrow .tiny-stretch.padded,
  .medium-narrow .small-stretch.padded,
  .medium-narrow .medium-stretch.padded,
  .medium-narrow .medium-stretch.small-stretch-off.padded,
  .medium-narrow .w_carousel.tiny-stretch > .carousel_item.padded,
  .medium-narrow .w_carousel.small-stretch > .carousel_item.padded,
  .medium-narrow .w_carousel.medium-stretch > .carousel_item.padded,
  .medium-narrow .w_carousel.medium-stretch.small-stretch-off > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .main .medium-stretch-off,
  .main .medium-stretch-off.stretch,
  .main .medium-stretch-off.tiny-stretch,
  .main .medium-stretch-off.small-stretch,
  .medium-narrow .medium-stretch-off,
  .medium-narrow .medium-stretch-off.stretch,
  .medium-narrow .medium-stretch-off.tiny-stretch,
  .medium-narrow .medium-stretch-off.small-stretch {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-wide .tiny-stretch,
  .large-wide .small-stretch,
  .large-wide .medium-stretch,
  .large-wide .medium-stretch.small-stretch-off,
  .large-wide .large-stretch,
  .large-wide .large-stretch.small-stretch-off,
  .large-wide .large-stretch.medium-stretch-off,
  .large-wide .w_carousel.tiny-stretch > .carousel_item,
  .large-wide .w_carousel.small-stretch > .carousel_item,
  .large-wide .w_carousel.medium-stretch > .carousel_item,
  .large-wide .w_carousel.large-stretch > .carousel_item,
  .large-wide .w_carousel.large-stretch.small-stretch-off > .carousel_item,
  .large-wide .w_carousel.large-stretch.medium-stretch-off > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .large-wide .tiny-stretch.padded,
  .large-wide .small-stretch.padded,
  .large-wide .medium-stretch.padded,
  .large-wide .medium-stretch.small-stretch-off.padded,
  .large-wide .large-stretch.padded,
  .large-wide .large-stretch.small-stretch-off.padded,
  .large-wide .large-stretch.medium-stretch-off.padded,
  .large-wide .w_carousel.tiny-stretch > .carousel_item.padded,
  .large-wide .w_carousel.small-stretch > .carousel_item.padded,
  .large-wide .w_carousel.medium-stretch > .carousel_item.padded,
  .large-wide .w_carousel.large-stretch > .carousel_item.padded,
  .large-wide .w_carousel.large-stretch.small-stretch-off > .carousel_item.padded,
  .large-wide .w_carousel.large-stretch.medium-stretch-off > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .large-wide .large-stretch-off,
  .large-wide .large-stretch-off.stretch,
  .large-wide .large-stretch-off.tiny-stretch,
  .large-wide .large-stretch-off.small-stretch,
  .large-wide .large-stretch-off.medium-stretch {
    margin-left: 0;
    margin-right: 0;
  }

  .main .tiny-stretch,
  .main .small-stretch,
  .main .medium-stretch,
  .main .medium-stretch.small-stretch-off,
  .main .large-stretch,
  .main .large-stretch.small-stretch-off,
  .main .large-stretch.medium-stretch-off,
  .main .w_carousel.tiny-stretch > .carousel_item,
  .main .w_carousel.small-stretch > .carousel_item,
  .main .w_carousel.medium-stretch > .carousel_item,
  .main .w_carousel.large-stretch > .carousel_item,
  .main .w_carousel.large-stretch.small-stretch-off > .carousel_item,
  .main .w_carousel.large-stretch.medium-stretch-off > .carousel_item,
  .large-narrow .tiny-stretch,
  .large-narrow .small-stretch,
  .large-narrow .medium-stretch,
  .large-narrow .medium-stretch.small-stretch-off,
  .large-narrow .large-stretch,
  .large-narrow .large-stretch.small-stretch-off,
  .large-narrow .large-stretch.medium-stretch-off,
  .large-narrow .w_carousel.tiny-stretch > .carousel_item,
  .large-narrow .w_carousel.small-stretch > .carousel_item,
  .large-narrow .w_carousel.medium-stretch > .carousel_item,
  .large-narrow .w_carousel.large-stretch > .carousel_item,
  .large-narrow .w_carousel.large-stretch.small-stretch-off > .carousel_item,
  .large-narrow .w_carousel.large-stretch.medium-stretch-off > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .main .tiny-stretch.padded,
  .main .small-stretch.padded,
  .main .medium-stretch.padded,
  .main .medium-stretch.small-stretch-off.padded,
  .main .large-stretch.padded,
  .main .large-stretch.small-stretch-off.padded,
  .main .large-stretch.medium-stretch-off.padded,
  .main .w_carousel.tiny-stretch > .carousel_item.padded,
  .main .w_carousel.small-stretch > .carousel_item.padded,
  .main .w_carousel.medium-stretch > .carousel_item.padded,
  .main .w_carousel.large-stretch > .carousel_item.padded,
  .main .w_carousel.large-stretch.small-stretch-off > .carousel_item.padded,
  .main .w_carousel.large-stretch.medium-stretch-off > .carousel_item.padded,
  .large-narrow .tiny-stretch.padded,
  .large-narrow .small-stretch.padded,
  .large-narrow .medium-stretch.padded,
  .large-narrow .medium-stretch.small-stretch-off.padded,
  .large-narrow .large-stretch.padded,
  .large-narrow .large-stretch.small-stretch-off.padded,
  .large-narrow .large-stretch.medium-stretch-off.padded,
  .large-narrow .w_carousel.tiny-stretch > .carousel_item.padded,
  .large-narrow .w_carousel.small-stretch > .carousel_item.padded,
  .large-narrow .w_carousel.medium-stretch > .carousel_item.padded,
  .large-narrow .w_carousel.large-stretch > .carousel_item.padded,
  .large-narrow .w_carousel.large-stretch.small-stretch-off > .carousel_item.padded,
  .large-narrow .w_carousel.large-stretch.medium-stretch-off > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .main .large-stretch-off,
  .main .large-stretch-off.stretch,
  .main .large-stretch-off.tiny-stretch,
  .main .large-stretch-off.small-stretch,
  .main .large-stretch-off.medium-stretch,
  .large-narrow .large-stretch-off,
  .large-narrow .large-stretch-off.stretch,
  .large-narrow .large-stretch-off.tiny-stretch,
  .large-narrow .large-stretch-off.small-stretch,
  .large-narrow .large-stretch-off.medium-stretch {
    margin-left: 0;
    margin-right: 0;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

table {
  background: #fff;
  margin-bottom: 1.5rem;
  border: solid 1px #e4e5e3;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  color: #000;
}

table.table-grid {
  table-layout: fixed;
}

table th {
  text-align: left;
}

table thead,
table tfoot {
  background: #e4e5e3;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.75rem 1.125rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  border-right: 1px solid #ccc;
}

table thead tr th:last-child,
table thead tr td:last-child,
table tfoot tr th:last-child,
table tfoot tr td:last-child {
  border-right: 0;
}

table tr th,
table tr td {
  padding: 0.75rem 1.125rem;
  font-size: inherit;
  vertical-align: top;
  border: 1px solid #e4e5e3;
}

table tr th img,
table tr td img {
  max-width: 100%;
}

table.alt-rows tr:nth-of-type(even) {
  background: #f6f6f6;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.5;
}

table.marketing {
  background: #fff;
  margin-bottom: 1.5rem;
  border: none 0 #f6f6f6;
  width: 100%;
  color: #000;
}

table.marketing.table-grid {
  table-layout: fixed;
}

table.marketing thead,
table.marketing tfoot {
  background: #fff;
}

table.marketing thead th,
table.marketing tfoot th {
  color: #000;
  vertical-align: bottom;
}

table.marketing thead tr th,
table.marketing thead tr td,
table.marketing tfoot tr th,
table.marketing tfoot tr td {
  padding: 0.75rem 1.125rem;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  text-align: left;
  border-bottom: #959595 0.0625rem solid;
  padding: 0.75rem 1.125rem;
  border-left: 1.125rem solid #fff;
  border-right: 1.125rem solid #fff;
  vertical-align: bottom;
}

table.marketing thead tr th:first-child,
table.marketing thead tr td:first-child,
table.marketing tfoot tr th:first-child,
table.marketing tfoot tr td:first-child {
  border-left: none;
}

table.marketing thead tr th:last-child,
table.marketing thead tr td:last-child,
table.marketing tfoot tr th:last-child,
table.marketing tfoot tr td:last-child {
  border-right: none;
}

table.marketing tr th,
table.marketing tr td {
  padding: 0.75rem 1.125rem;
  font-size: inherit;
  color: #000;
  border: none;
  border-left: 1.125rem solid #fff;
  border-right: 1.125rem solid #fff;
}

table.marketing tr th:first-child,
table.marketing tr td:first-child {
  border-left: none;
}

table.marketing tr th:last-child,
table.marketing tr td:last-child {
  border-right: none;
}

table.marketing tr:nth-of-type(even) td,
table.marketing tr:nth-of-type(even) th {
  background: #f6f6f6;
}

table.marketing thead tr th,
table.marketing tfoot tr th,
table.marketing tbody tr td,
table.marketing tr td,
table.marketing tfoot tr td {
  display: table-cell;
  line-height: 1.5;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

table.no-borders {
  border: none;
}

table.no-borders th,
table.no-borders td {
  border: none;
}

table.horiz-borders {
  border-left: none;
  border-right: none;
}

table.horiz-borders th,
table.horiz-borders td {
  border-left: none;
  border-right: none;
}

table.vert-borders {
  border-top: none;
  border-left: none;
}

table.vert-borders th,
table.vert-borders td {
  border-top: none;
  border-bottom: none;
}

table th.vert-top,
table td.vert-top {
  vertical-align: top;
}

table th.vert-middle,
table td.vert-middle {
  vertical-align: middle;
}

table th.vert-bottom,
table td.vert-bottom {
  vertical-align: bottom;
}

table thead.no-borders th,
table thead.no-borders td,
table tbody.no-borders th,
table tbody.no-borders td,
table tfoot.no-borders th,
table tfoot.no-borders td {
  border: none;
}

table thead tr th.no-borders,
table thead tr td.no-borders,
table tbody tr th.no-borders,
table tbody tr td.no-borders,
table tfoot tr th.no-borders,
table tfoot tr td.no-borders {
  border: none;
}

table tr.no-borders th,
table tr.no-borders td {
  border: none;
}

table tr.horiz-borders th,
table tr.horiz-borders td {
  border-left: none;
  border-right: none;
}

table tr.vert-borders th,
table tr.vert-borders td {
  border-left: none;
  border-right: none;
}

table tr.border-top-none th,
table tr.border-top-none td {
  border-top: none;
}

table tr.border-bottom-none th,
table tr.border-bottom-none td {
  border-bottom: none;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

table thead.vert-top,
table tfoot.vert-top {
  vertical-align: top;
}

table thead.vert-middle,
table tfoot.vert-middle {
  vertical-align: middle;
}

table thead.vert-bottom,
table tfoot.vert-bottom {
  vertical-align: bottom;
}

table tbody.vert-top tr {
  vertical-align: top;
}

table tbody.vert-middle tr {
  vertical-align: middle;
}

table tbody.vert-bottom tr {
  vertical-align: bottom;
}

table tr.vert-top th,
table tr.vert-top td {
  vertical-align: top;
}

table tr.vert-top th.vert-middle,
table tr.vert-top td.vert-middle {
  vertical-align: middle;
}

table tr.vert-top th.vert-bottom,
table tr.vert-top td.vert-bottom {
  vertical-align: bottom;
}

table tr.vert-middle th,
table tr.vert-middle td {
  vertical-align: middle;
}

table tr.vert-middle th.vert-top,
table tr.vert-middle td.vert-top {
  vertical-align: top;
}

table tr.vert-middle th.vert-bottom,
table tr.vert-middle td.vert-bottom {
  vertical-align: bottom;
}

table tr.vert-bottom th,
table tr.vert-bottom td {
  vertical-align: bottom;
}

table tr.vert-bottom th.vert-top,
table tr.vert-bottom td.vert-top {
  vertical-align: top;
}

table tr.vert-bottom th.vert-middle,
table tr.vert-bottom td.vert-middle {
  vertical-align: middle;
}

table.vert-top thead,
table.vert-top tbody,
table.vert-top tfoot {
  vertical-align: top;
}

table.vert-middle thead,
table.vert-middle tbody,
table.vert-middle tfoot {
  vertical-align: middle;
}

table.vert-bottom thead,
table.vert-bottom tbody,
table.vert-bottom tfoot {
  vertical-align: bottom;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

hr {
  border: solid #bbb;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.5rem 0 2.9375rem;
  height: 0;
}

hr.gradient {
  padding-bottom: 1.25rem;
  background-image: linear-gradient(#e4e5e3 0%, rgba(255, 255, 255, 0) 80%);
  border: none;
}

hr.gradient-dark {
  padding-bottom: 1.25rem;
  background: linear-gradient(#231f20 0%, rgba(35, 31, 32, 0) 80%);
  border: none;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #333;
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */

blockquote {
  margin: 0 0 1.5rem;
  padding: 0.75rem 1.3125rem 0 1.125rem;
  border-left: 1px solid #ddd;
}

blockquote cite {
  display: block;
  font-size: 0.875rem;
  color: #767676;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote,
blockquote p {
  line-height: 1.5;
  color: #4b4b4b;
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 1.3125rem 0;
  border: 1px solid #ddd;
  padding: 0.375rem 0.75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: 0.875rem;
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* tiny displays */

@media only screen {
  .show-for-tiny-only,
  .show-for-tiny-up,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up {
    display: inherit !important;
  }

  .hide-for-tiny-only,
  .hide-for-tiny-up,
  .show-for-small-only,
  .show-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up {
    display: none !important;
  }

  table.show-for-tiny-only,
  table.show-for-tiny-up,
  table.hide-for-small-only,
  table.hide-for-small-up,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-large-only,
  table.hide-for-large-up {
    display: table;
  }

  thead.show-for-tiny-only,
  thead.show-for-tiny-up,
  thead.hide-for-small-only,
  thead.hide-for-small-up,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-large-only,
  thead.hide-for-large-up {
    display: table-header-group !important;
  }

  tbody.show-for-tiny-only,
  tbody.show-for-tiny-up,
  tbody.hide-for-small-only,
  tbody.hide-for-small-up,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up {
    display: table-row-group !important;
  }

  tr.show-for-tiny-only,
  tr.show-for-tiny-up,
  tr.hide-for-small-only,
  tr.hide-for-small-up,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-large-only,
  tr.hide-for-large-up {
    display: table-row !important;
  }

  th.show-for-tiny-only,
  td.show-for-tiny-only,
  th.show-for-tiny-up,
  td.show-for-tiny-up,
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.hide-for-small-up,
  td.hide-for-small-up,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up {
    display: table-cell !important;
  }
}

/* small displays */

@media only screen and (min-width: 30.0625rem) {
  .hide-for-tiny-only,
  .show-for-tiny-up,
  .show-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up {
    display: inherit !important;
  }

  .show-for-tiny-only,
  .hide-for-tiny-up,
  .hide-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up {
    display: none !important;
  }

  table.hide-for-tiny-only,
  table.show-for-tiny-up,
  table.show-for-small-only,
  table.show-for-small-up,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-large-only,
  table.hide-for-large-up {
    display: table;
  }

  thead.hide-for-tiny-only,
  thead.show-for-tiny-up,
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-large-only,
  thead.hide-for-large-up {
    display: table-header-group !important;
  }

  tbody.hide-for-tiny-only,
  tbody.show-for-tiny-up,
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up {
    display: table-row-group !important;
  }

  tr.hide-for-tiny-only,
  tr.show-for-tiny-up,
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-large-only,
  tr.hide-for-large-up {
    display: table-row !important;
  }

  th.hide-for-tiny-only,
  td.hide-for-tiny-only,
  th.show-for-tiny-up,
  td.show-for-tiny-up,
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up {
    display: table-cell !important;
  }
}

/* medium displays */

@media only screen and (min-width: 48rem) {
  .hide-for-tiny-only,
  .show-for-tiny-up,
  .hide-for-small-only,
  .show-for-small-up,
  .show-for-medium-only,
  .show-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up {
    display: inherit !important;
  }

  .show-for-tiny-only,
  .hide-for-tiny-up,
  .show-for-small-only,
  .hide-for-small-up,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .show-for-large-only,
  .show-for-large-up {
    display: none !important;
  }

  table.hide-for-tiny-only,
  table.show-for-tiny-up,
  table.hide-for-small-only,
  table.show-for-small-up,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-large-only,
  table.hide-for-large-up {
    display: table;
  }

  thead.hide-for-tiny-only,
  thead.show-for-tiny-up,
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-large-only,
  thead.hide-for-large-up {
    display: table-header-group !important;
  }

  tbody.hide-for-tiny-only,
  tbody.show-for-tiny-up,
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up {
    display: table-row-group !important;
  }

  tr.hide-for-tiny-only,
  tr.show-for-tiny-up,
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-large-only,
  tr.hide-for-large-up {
    display: table-row !important;
  }

  th.hide-for-tiny-only,
  td.hide-for-tiny-only,
  th.show-for-tiny-up,
  td.show-for-tiny-up,
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up {
    display: table-cell !important;
  }
}

/* large displays */

@media only screen and (min-width: 60.625rem) {
  .hide-for-tiny-only,
  .show-for-tiny-up,
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-only,
  .show-for-large-up {
    display: inherit !important;
  }

  .show-for-tiny-only,
  .hide-for-tiny-up,
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-medium-only,
  .hide-for-medium-up,
  .hide-for-large-only,
  .hide-for-large-up {
    display: none !important;
  }

  table.hide-for-tiny-only,
  table.show-for-tiny-up,
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.show-for-large-only,
  table.show-for-large-up {
    display: table;
  }

  thead.hide-for-tiny-only,
  thead.show-for-tiny-up,
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-large-only,
  thead.show-for-large-up {
    display: table-header-group !important;
  }

  tbody.hide-for-tiny-only,
  tbody.show-for-tiny-up,
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-large-only,
  tbody.show-for-large-up {
    display: table-row-group !important;
  }

  tr.hide-for-tiny-only,
  tr.show-for-tiny-up,
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-large-only,
  tr.show-for-large-up {
    display: table-row !important;
  }

  th.hide-for-tiny-only,
  td.hide-for-tiny-only,
  th.show-for-tiny-up,
  td.show-for-tiny-up,
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up {
    display: table-cell !important;
  }
}

/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

[data-xscroll] {
  white-space: nowrap;
  width: 100%;
  height: auto;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: ew-resize;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translatez(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -ms-touch-action: pan-y;
}

[data-xscroll]::-webkit-scrollbar {
  border-radius: 5px;
  height: 7px;
  background: transparent;
}

[data-xscroll]::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: none;
}

[data-xscroll]::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #959595;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.yes-no-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 1.5rem;
}

.yes-no-list > li:first-child {
  margin-top: 0;
}

.yes-no-list > li {
  margin-top: 0.75rem;
}

.yes-no-list > li:last-child {
  margin-bottom: 0.75rem;
}

.yes-no-list > li,
.yes-no-list .yes,
.yes-no-list .no {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  padding-left: 1.35rem;
  position: relative;
}

.yes-no-list > li:hover,
.yes-no-list .yes:hover,
.yes-no-list .no:hover {
  text-decoration: none;
}

.yes-no-list > li::before,
.yes-no-list .yes::before,
.yes-no-list .no::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.yes-no-list > li,
.yes-no-list > li:hover,
.yes-no-list .yes,
.yes-no-list .yes:hover,
.yes-no-list .no,
.yes-no-list .no:hover {
  color: #333;
}

.yes-no-list > li::before,
.yes-no-list .yes::before,
.yes-no-list .no::before {
  font-size: 1.125rem;
  position: absolute;
  left: 0;
  top: -0.125rem;
}

.yes-no-list.text-large > li::before,
.yes-no-list.text-large .yes::before,
.yes-no-list.text-large .no::before,
.yes-no-list.text-xlarge > li::before,
.yes-no-list.text-xlarge .yes::before,
.yes-no-list.text-xlarge .no::before,
.yes-no-list.text-small > li::before,
.yes-no-list.text-small .yes::before,
.yes-no-list.text-small .no::before {
  top: 0;
}

.yes-no-list .no::before {
  content: '\e65b';
}

.yes-no-list .no,
.yes-no-list .no:hover {
  color: #a80309;
}

.yes-no-list .yes::before {
  content: '\e65e';
}

.yes-no-list .yes::before {
  color: #0c7810;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_drop-list {
  position: relative;
  display: inline-block;
  min-height: 2.3125rem;
  transition: z-index 0s 0.3s;
}

.w_drop-list input,
.w_drop-list select {
  padding-top: 0;
  padding-bottom: 0;
}

.w_drop-list .vzicon.drop-list_button {
  float: right;
  color: #cd040b;
  font-size: 0.75rem;
}

.w_drop-list .vzicon.form {
  margin-top: 0.0625rem;
}

.w_drop-list.disabled,
.w_drop-list.disabled [data-drop-list-button] {
  opacity: 0.5;
  cursor: default !important;
  cursor: not-allowed !important;
}

.w_drop-list.active {
  z-index: 575;
  transition: z-index 0s 0s;
}

.w_drop-list.active [data-drop-list-button] {
  padding-bottom: 0.4375rem;
  margin-bottom: -0.4375rem;
}

.drop-list_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: #fff;
  position: absolute;
  left: 0;
  text-align: left;
  top: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
  box-shadow: 0 0 0 0.125rem #4b4b4b;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.3s 0s, top 0s 0.3s;
}

.drop-list_list > li {
  /*@mixin clearfix*/
  *zoom: 1;
  background-color: #fff;
  border-bottom: 0.0625rem solid #e4e5e3;
}

.drop-list_list > li:after {
  content: " ";
  display: table;
}

.drop-list_list > li:after {
  clear: both;
}

.drop-list_list > li > a,
.drop-list_list > li > span,
.drop-list_list > li > div {
  background-color: transparent;
}

.drop-list_list > a {
  background-color: #fff;
  border-bottom: 0.0625rem solid #e4e5e3;
}

.drop-list_list > a,
.drop-list_list > li > a,
.drop-list_list > li > span,
.drop-list_list > li > div,
.drop-list_list > li > .drop-list_text {
  padding: 0.75rem 1.875rem 0.75rem 1.875rem;
  font-size: 0.75rem;
  margin: 0;
  display: inline-block;
  color: #333;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
  text-decoration: none;
}

.drop-list_list > a:hover,
.drop-list_list > li > a:hover,
.drop-list_list > li > span:hover,
.drop-list_list > li > div:hover,
.drop-list_list > li > .drop-list_text:hover {
  color: #333;
  background-color: #f6f6f6;
  text-decoration: none;
  cursor: pointer;
}

.drop-list_list > a:focus,
.drop-list_list > li:focus > a,
.drop-list_list > li:focus > span,
.drop-list_list > li:focus > div,
.drop-list_list > li:focus > .drop-list_text {
  color: #333;
  background-color: #f6f6f6;
  text-decoration: none;
}

.drop-list_list > a.active,
.drop-list_list > li.active > a,
.drop-list_list > li.active > span,
.drop-list_list > li.active > div,
.drop-list_list > li.active > .drop-list_text {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

.drop-list_list > a.active:hover,
.drop-list_list > li.active > a:hover,
.drop-list_list > li.active > span:hover,
.drop-list_list > li.active > div:hover,
.drop-list_list > li.active > .drop-list_text:hover {
  text-decoration: none;
}

.drop-list_list > a.active::before,
.drop-list_list > li.active > a::before,
.drop-list_list > li.active > span::before,
.drop-list_list > li.active > div::before,
.drop-list_list > li.active > .drop-list_text::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.drop-list_list > a.active::before,
.drop-list_list > li.active > a::before,
.drop-list_list > li.active > span::before,
.drop-list_list > li.active > div::before,
.drop-list_list > li.active > .drop-list_text::before {
  content: '\e65e';
  position: absolute;
  font-size: 0.75rem;
  left: 0.625rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #cd040b;
}

.w_drop-list.m_rev .drop-list_list {
  right: 0;
  left: auto;
}

.w_drop-list.active .drop-list_list {
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 1;
  top: 2.5rem;
  transition: opacity 0.3s 0s, top 0s 0s;
}

.w_top-bar .w_drop-list.active .drop-list_list {
  top: 2.8125rem;
}

.w_filter-bar .w_drop-list.active .drop-list_list {
  top: 2.4375rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(-7px, 0, 0);
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  75% {
    transform: translate3d(7px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.w_filter-bar {
  position: relative;
  width: 100%;
  background-color: #f6f6f6;
  border-bottom: 0.0625rem solid #959595;
  border-top: 0.0625rem solid #959595;
}

.filter-bar_list {
  margin: 0;
}

.filter-bar_item {
  position: relative;
  background-color: #fff;
  color: #4b4b4b;
  border-right: 0.0625rem solid #959595;
  height: 2.9375rem;
  max-height: 2.9375rem;
  cursor: pointer;
  transition: background-color 0.3s, z-index 0s 0.3s;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  padding: 0.375rem 0.625rem !important;
}

.filter-bar_item:hover {
  text-decoration: none;
}

.filter-bar_item::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.filter-bar_item:before {
  content: '\e76e';
  position: absolute;
  font-size: 0.75rem;
  right: 0.625rem;
  top: 45%;
  margin-top: -0.25rem;
  color: #cd040b;
}

.filter-bar_item:first-child {
  border-left: 0.0625rem solid #959595;
}

.filter-bar_item[data-filter-bar-item]:hover {
  background-color: #f9f9f9;
}

.filter-bar_item.active,
.filter-bar_item.active[data-filter-bar-item] {
  background-color: #fff;
  z-index: 575;
  transition: z-index 0s 0s;
  border-color: #4b4b4b;
}

.filter-bar_item input,
.filter-bar_item select {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  top: -0.25rem;
}

.filter-bar_item .vzicon.form {
  margin-top: 0.0625rem;
}

.filter-bar_title,
.filter-bar_selected {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  position: relative;
  padding-right: 0.9375rem;
}

.filter-bar_title {
  font-size: 0.75rem;
}

.filter-bar_selected {
  font-size: 0.875rem;
  color: #cd040b;
  font-weight: bold;
  padding-right: 0.9375rem;
}

.filter-bar_selected.shake {
  animation: shake linear .15s;
  animation-iteration-count: 2;
  -webkit-animation: shake linear .15s;
  -webkit-animation-iteration-count: 2;
  -moz-animation: shake linear .15s;
  -moz-animation-iteration-count: 2;
  -o-animation: shake linear .15s;
  -o-animation-iteration-count: 2;
  -ms-animation: shake linear .3s;
  -ms-animation-iteration-count: 2;
}

.filter-bar_item.active .filter-bar_selected {
  color: #4b4b4b;
}

.filter-bar_item.disabled * {
  opacity: .7;
}

.filter-bar_item.disabled .filter-bar_selected {
  color: #4b4b4b;
}

.filter-bar_choices {
  min-width: 100%;
  max-width: 150%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  left: -0.0625rem;
  min-width: calc(100% + 2px);
  text-align: left;
  top: -9999px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  border: 1px solid #4b4b4b;
  transition: opacity 0.3s 0s, top 0s 0.3s;
}

.filter-bar_choices > li > a {
  padding: 0.75rem 1.875rem 0.75rem 1.875rem;
  font-size: 0.75rem;
  margin: 0;
  display: inline-block;
  color: #333;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
  text-decoration: none;
  background-color: transparent;
}

.filter-bar_choices > li > a:hover {
  color: #333;
  background-color: #f6f6f6;
  text-decoration: none;
  cursor: pointer;
}

.filter-bar_choices > li {
  /*@mixin clearfix*/
  *zoom: 1;
  background-color: #fff;
  color: #333;
  border-bottom: 0.0625rem solid #e4e5e3;
  border-left: 0.0625rem solid #e4e5e3;
  border-right: 0.0625rem solid #e4e5e3;
}

.filter-bar_choices > li:after {
  content: " ";
  display: table;
}

.filter-bar_choices > li:after {
  clear: both;
}

.filter-bar_choices > li:focus {
  color: #333;
  background-color: #f6f6f6;
  text-decoration: none;
}

.active > .filter-bar_choices {
  opacity: 1;
  top: 100%;
  transition: opacity 0.3s 0s, top 0s 0s;
  height: auto;
}

.m_rev > .filter-bar_choices {
  right: 0;
  left: auto;
}

.filter-bar_choice.active > a,
.filter-bar_choice.active:hover > a,
.filter-bar_choice > a:active {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

.filter-bar_choice.active > a:hover,
.filter-bar_choice.active:hover > a:hover,
.filter-bar_choice > a:active:hover {
  text-decoration: none;
}

.filter-bar_choice.active > a::before,
.filter-bar_choice.active:hover > a::before,
.filter-bar_choice > a:active::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.filter-bar_choice.active > a::before,
.filter-bar_choice.active:hover > a::before,
.filter-bar_choice > a:active::before {
  content: '\e65e';
  position: absolute;
  font-size: 0.75rem;
  left: 0.625rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #cd040b;
}

[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a,
[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a:hover {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a:hover,
[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a:hover:hover {
  text-decoration: none;
}

[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a::before,
[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a:hover::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a::before,
[data-filter-bar-item][data-multi-select] .filter-bar_choice.active > a:hover::before {
  content: '\e65e';
  position: absolute;
  font-size: 0.75rem;
  left: 0.625rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #cd040b;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/*! jQuery UI - v1.10.4 - 2014-11-17 | http://jqueryui.com | Includes: jquery.ui.core.css, jquery.ui.datepicker.css | Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
  display: none;
}

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

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/

.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 700 !important;
}

.ui-datepicker {
  min-width: 18.75rem;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
  color: inherit;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 3px !important;
  height: 2.0625rem;
  display: block;
  padding: 0 0.625rem;
  line-height: 1.0625rem;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev::before,
.ui-datepicker .ui-datepicker-next::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {
  display: none;
}

.ui-datepicker .ui-datepicker-prev-hover.ui-state-hover,
.ui-datepicker .ui-datepicker-next-hover.ui-state-hover {
  background: #838383 !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 3px !important;
  border: none !important;
  border-right: 1px solid #fff !important;
  border-radius: 4px 0 0 4px;
}

.ui-datepicker .ui-datepicker-prev:before {
  content: '\e625';
  color: #fff;
  line-height: 1;
  font-size: 0.75rem;
  top: 0.5625rem;
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
  display: none;
}

.ui-datepicker .ui-datepicker-next {
  right: 3px !important;
  border: none !important;
  border-left: 1px solid #fff !important;
  border-radius: 0 4px 4px 0;
}

.ui-datepicker .ui-datepicker-next:before {
  content: '\e631';
  color: #fff;
  line-height: 1;
  font-size: 0.75rem;
  top: 0.5625rem;
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled {
  display: none;
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-prev-hover.ui-state-hover:before {
  content: '\e625';
  color: #f9f9f9 !important;
}

.ui-datepicker .ui-datepicker-next-hover:before,
.ui-datepicker .ui-datepicker-next-hover.ui-state-hover:before {
  content: '\e631';
  color: #f9f9f9 !important;
}

.ui-datepicker .ui-datepicker-title {
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 2.0625rem;
  text-align: center;
  color: #fff;
  background-color: #767676;
  border-radius: 4px;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 1em;
  border-collapse: collapse;
  margin: 0 0 .4em;
  border: none !important;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
  font-family: BrandFont, Arial, sans-serif;
  background-color: #fff;
  color: #333;
  width: 14.28571428571429%;
  font-size: 1rem;
}

.ui-datepicker td {
  border: 0.0625rem solid #e4e5e3;
  padding: 0;
  border-collapse: collapse;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 20% .2em;
  text-align: right;
  text-decoration: none;
  /*margin:rem-calc(-1 -1 -1 -1);
    border-color:transparent;*/
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-size: 1em;
  position: relative;
}

.w_modal .ui-widget {
  z-index: 800 !important;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ecedee;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAAmJLR0QAAd2KE6QAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAASSURBVCjPY/gPAgyj5ChJVRIAypHyHLPbLnsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDMtMDVUMjA6NDk6MTUtMDg6MDDfCu9eAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAzLTA1VDIwOjQ5OjE1LTA4OjAwrldX4gAAAABJRU5ErkJggg==") 50% 50% repeat-x;
  color: #333;
}

.ui-widget-content.ui-datepicker-inline {
  border: 0;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #ecedee url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEXs7e6r4FbAAAAACXBIWXMAAABIAAAASABGyWs+AAAAD0lEQVQoz2NgGAWjgPoAAAJYAAF1NoZ3AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTAzLTA2VDA1OjMwOjA2LTA4OjAwIu8IWAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wMy0wNlQwNTozMDowNi0wODowMFOysOQAAAAASUVORK5CYII=") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #ecedee url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEXs7e6r4FbAAAAACXBIWXMAAABIAAAASABGyWs+AAAAD0lEQVQoz2NgGAWjgPoAAAJYAAF1NoZ3AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTAzLTA2VDA1OjI5OjM4LTA4OjAwwcSA7AAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wMy0wNlQwNToyOTozOC0wODowMLCZOFAAAAAASUVORK5CYII=") 50% 50% repeat-x;
  font-weight: normal;
  color: #333;
}

.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  background: #fff;
  color: #333;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  border-color: transparent;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #333;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 0.0625rem solid #ecedee;
  background: #e1e3e4 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQMAAADOquA5AAAAA1BMVEXh4+TdbgEDAAAACXBIWXMAAABIAAAASABGyWs+AAAAD0lEQVQoz2NgGAWjgPoAAAJYAAF1NoZ3AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTAzLTA2VDA1OjMzOjE1LTA4OjAwNJqpWAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wMy0wNlQwNTozMzoxNS0wODowMEXHEeQAAAAASUVORK5CYII=") 50% 50% repeat-x;
  font-weight: bold;
  color: #333;
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  background: #abe0f9;
  color: #333;
  text-align: center;
  font-weight: bold;
  border-color: #4cbdf2;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #333;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-state-highlight.ui-state-active,
.ui-widget-content .ui-state-highlight.ui-state-active,
.ui-widget-header .ui-state-highlight.ui-state-active,
.ui-widget-content .ui-state-highlight.ui-state-active.ui-state-hover,
.ui-widget-header .ui-state-highlight.ui-state-active.ui-state-hover {
  border: 1px solid #0f98d8;
  background: #8ad4f7;
  color: #000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #333;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  color: #333;
}

.ui-datepicker .ui-state-highlight,
.ui-datepicker .ui-widget-content .ui-state-highlight,
.ui-datepicker .ui-widget-header .ui-state-highlight {
  background: #fff;
  color: #000;
  border-color: #000;
}

.ui-datepicker .ui-state-highlight.ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-highlight.ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-highlight.ui-state-hover {
  background: #abe0f9;
  border-color: #000;
  color: #000;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #333;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ed1c24;
  background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAAmJLR0QAAd2KE6QAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAASSURBVCjPY/gPAgyj5ChJVRIAypHyHLPbLnsAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDMtMDZUMDU6MzU6MjctMDg6MDAglM/VAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAzLTA2VDA1OjM1OjI3LTA4OjAwUcl3aQAAAABJRU5ErkJggg==") 50% 50% repeat-x;
  color: #ed1c24;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ed1c24;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ed1c24;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: bold;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  background-image: none;
}

.ui-datepicker .ui-state-disabled,
.ui-datepicker
.ui-widget-content .ui-state-disabled,
.ui-datepicker
.ui-widget-header .ui-state-disabled {
  opacity: 1;
}

.ui-datepicker .ui-state-disabled .ui-state-default,
.ui-datepicker
.ui-widget-content .ui-state-disabled .ui-state-default,
.ui-datepicker
.ui-widget-header .ui-state-disabled .ui-state-default {
  background: #f6f6f6;
  color: #767676;
  border-color: #f6f6f6;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/

/* Corner radius */

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}

/* Overlays */

.ui-widget-overlay {
  background: #000000 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAAmJLR0QAAd2KE6QAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAPSURBVCjPY2AYBaOA+gAAAlgAAXU2hncAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDMtMDVUMjI6MTk6MDUtMDg6MDACq/bJAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAzLTA1VDIyOjE5OjA1LTA4OjAwc/ZOdQAAAABJRU5ErkJggg==") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 0;
  background: #000000 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABkAQAAAADcH0/XAAAAAmJLR0QAAd2KE6QAAAAJcEhZcwAAAEgAAABIAEbJaz4AAAAPSURBVCjPY2AYBaOA+gAAAlgAAXU2hncAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDMtMDZUMDI6MDk6MjgtMDg6MDAocT/rAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTAzLTA2VDAyOjA5OjI4LTA4OjAwWSyHVwAAAABJRU5ErkJggg==") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 0;
}

@media only screen and (max-width: 30rem) {
  .main > .row .hasDatepicker > .ui-datepicker-inline {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_list-control {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

@media only screen and (min-width: 48rem) {
  .main > .w_list-control.m_flex-gutters > li,
  .main > .w_list-control > li.m_flex-gutters {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.row .w_list-control.m_flex-gutters > li,
.row .w_list-control > li.m_flex-gutters {
  margin-left: -1.125rem;
  margin-right: -1.125rem;
}

@media only screen and (min-width: 48rem) {
  .row .w_list-control.m_flex-gutters > li,
  .row .w_list-control > li.m_flex-gutters {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}

.w_list-control > li {
  /*@mixin clearfix*/
  *zoom: 1;
  position: relative;
  min-height: 3.75rem;
  padding: 0.75rem 1.125rem 0.8125rem;
  background-color: #fff;
  border-bottom: 1px solid #959595;
  font-size: 0.875rem;
}

.w_list-control > li:after {
  content: " ";
  display: table;
}

.w_list-control > li:after {
  clear: both;
}

.w_list-control > li:first-child,
.w_list-control > li.m_header:first-child {
  border-top: 0.0625rem solid #959595;
}

.w_list-control > li .m_next,
.w_list-control > li .m_link {
  margin-top: -0.75rem;
  margin-bottom: -0.8125rem;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  padding: 0.75rem 1.125rem 0.8125rem;
  min-height: 3.625rem;
  /*@mixin clearfix*/
  *zoom: 1;
  display: block;
  cursor: pointer;
}

.w_list-control > li .m_next:after,
.w_list-control > li .m_link:after {
  content: " ";
  display: table;
}

.w_list-control > li .m_next:after,
.w_list-control > li .m_link:after {
  clear: both;
}

.w_list-control > li .m_next.m_condensed,
.w_list-control > li .m_next .m_condensed,
.w_list-control > li .m_next.m_condensed.m_single,
.w_list-control > li .m_next .m_condensed.m_single,
.w_list-control > li .m_link.m_condensed,
.w_list-control > li .m_link .m_condensed,
.w_list-control > li .m_link.m_condensed.m_single,
.w_list-control > li .m_link .m_condensed.m_single {
  line-height: inherit;
}

.w_list-control > li .m_next,
.w_list-control > li .m_next:hover,
.w_list-control > li .m_link,
.w_list-control > li .m_link:hover {
  color: #333;
}

.w_list-control > li .m_next:active,
.w_list-control > li .m_link:active {
  background-color: #f9f9f9;
}

.w_list-control > li .m_next:hover:before,
.w_list-control > li .m_link:hover:before {
  color: #4b4b4b;
}

.w_list-control > li .m_next {
  padding-right: 3rem;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

.w_list-control > li .m_next:hover {
  text-decoration: none;
}

.w_list-control > li .m_next::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.w_list-control > li .m_next::before {
  content: '\e631';
  position: absolute;
  font-size: 1.125rem;
  height: 1.125rem;
  width: 1.125rem;
  right: 1.125rem;
  top: 50%;
  margin-top: -0.5625rem;
  display: block;
  line-height: 1;
  text-align: center;
  color: #cd040b;
  transition: color 0.3s, right 0.3s;
}

.w_list-control > li .m_next:hover::before {
  color: #a80309;
  right: 0.375rem;
}

.w_list-control > li .m_next:active::before {
  color: #990308;
}

.w_list-control > li:not(.m_accordion-details) p:last-child,
.w_list-control > li:not(.m_accordion-details) ul:last-child,
.w_list-control > li:not(.m_accordion-details) ol:last-child {
  margin-bottom: 0;
}

.w_list-control > li.m_single {
  line-height: 2.375rem;
}

.w_list-control > li.m_single > * {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.375rem;
}

.w_list-control > li.m_single > a {
  margin-top: -0.75rem;
  margin-bottom: -0.8125rem;
  margin-left: -1.125rem;
  margin-right: -1.125rem;
  padding: 0.75rem 1.125rem 0.8125rem;
  min-height: 3.625rem;
  /*@mixin clearfix*/
  *zoom: 1;
  padding-right: 3.4375rem;
}

.w_list-control > li.m_single > a:after {
  content: " ";
  display: table;
}

.w_list-control > li.m_single > a:after {
  clear: both;
}

.w_list-control > li.m_single > a.m_condensed,
.w_list-control > li.m_single > a .m_condensed,
.w_list-control > li.m_single > a.m_condensed.m_single,
.w_list-control > li.m_single > a .m_condensed.m_single {
  line-height: inherit;
}

.w_list-control > li.m_single > [type=checkbox] + label,
.w_list-control > li.m_single > [type=radio] + label {
  padding-top: 0;
  padding-bottom: 0;
}

.w_list-control > li.m_single > [type=checkbox] + label::before,
.w_list-control > li.m_single > [type=radio] + label::before {
  top: 0.5625rem;
}

.w_list-control > li.m_single .row[class*="vert-"] {
  max-height: 2.0625rem;
}

.w_list-control > li.m_header {
  font-family: BrandFont, Arial, sans-serif;
  line-height: 1.25rem;
  min-height: 1.25rem;
  margin: 0;
  color: #4b4b4b;
  background-color: #f6f6f6;
}

.w_list-control > li.m_header > h1,
.w_list-control > li.m_header > h2,
.w_list-control > li.m_header > h3,
.w_list-control > li.m_header > h4,
.w_list-control > li.m_header > h5,
.w_list-control > li.m_header > h6 {
  margin: 0;
}

.w_list-control > li.disabled:active {
  background-color: #fff;
}

.w_list-control > li.checked,
.w_list-control > li.checked.unread {
  background-color: #f6f6f6;
}

.w_list-control > li.checked,
.w_list-control > li.checked:active,
.w_list-control > li.checked.unread,
.w_list-control > li.checked.unread:active {
  background-color: #f6f6f6;
}

.w_list-control > li.unread {
  background-color: #e4e5e3;
}

.w_list-control > li.unread:active {
  background-color: #d7d9d6;
}

.w_list-control > li.unread.unread.disabled:active {
  background-color: #e4e5e3;
}

.w_list-control > li.playback {
  background-color: #333;
  color: #fff;
}

.w_list-control > li.disabled {
  opacity: 0.5;
  position: relative;
  position: relative;
  z-index: 0;
}

.w_list-control > li.disabled:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: not-allowed;
}

.w_list-control > li.no-bg-effect:active {
  background-color: #fff;
}

.w_list-control.m_condensed > li,
.w_list-control.m_condensed > li.m_single,
.w_list-control.m_condensed > li .m_next,
.w_list-control.m_condensed > li .m_link,
.w_list-control > li.m_condensed,
.w_list-control > li.m_condensed.m_single,
.w_list-control > li.m_condensed .m_next,
.w_list-control > li.m_condensed .m_link {
  line-height: inherit;
  min-height: 0;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_list-control {
  /*li*/
}

.w_list-control .m_accordion-summary {
  padding-right: 3rem;
  padding-top: 1.5rem;
  cursor: pointer;
  transition: border 0s 0.3s;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  color: #333;
}

.w_list-control .m_accordion-summary:hover {
  text-decoration: none;
}

.w_list-control .m_accordion-summary::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.w_list-control .m_accordion-summary:hover {
  color: #333;
}

.w_list-control .m_accordion-summary::before {
  content: '\e79d';
  position: absolute;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  font-size: 1.125rem;
  text-align: center;
  top: 1.625rem;
  margin-top: 0;
  line-height: 1;
  right: 1.125rem;
  color: #cd040b;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: transform 0.3s, right 0.3s, color 0.3s;
}

.w_list-control .m_accordion-summary.m_single {
  padding-bottom: 0;
}

.w_list-control .m_accordion-summary.m_single::before {
  top: 2.1875rem;
}

.w_list-control .m_accordion-summary:hover::before {
  color: #a80309;
  right: 1.125rem;
}

.w_list-control .m_accordion-summary:active::before {
  color: #990308;
}

.w_list-control .m_accordion-summary.open:before {
  content: '\e79b';
}

.w_list-control .m_accordion-summary .m_hide-on-close,
.w_list-control .m_accordion-summary .m_show-on-close,
.w_list-control .m_accordion-summary .m_hide-on-open,
.w_list-control .m_accordion-summary .m_show-on-open {
  transition: opacity 0.3s;
}

.w_list-control .m_accordion-summary .m_hide-on-close {
  opacity: 0;
}

.w_list-control .m_accordion-summary .m_show-on-close {
  opacity: 1;
}

.w_list-control .m_accordion-summary.open {
  border-bottom-color: rgba(149, 149, 149, 0);
  transition: border 0s 0s;
}

.w_list-control .m_accordion-summary.open .m_hide-on-open {
  opacity: 0;
}

.w_list-control .m_accordion-summary.open .m_show-on-open {
  opacity: 1;
}

.w_list-control .m_accordion-details {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
  border-bottom: 0 solid #959595;
  transition: border .2s 0s;
}

.w_list-control .m_accordion-details:active {
  background-color: #fff;
}

.w_list-control .m_accordion-summary.open + .m_accordion-details {
  height: auto;
  padding-top: 1.5rem;
  border-bottom: 0.0625rem solid #959595;
}

.w_list-control.m_rev > .m_accordion-summary,
.m_accordion-summary.m_rev {
  padding-right: 1.125rem;
  padding-left: 3.375rem;
}

.w_list-control.m_rev > .m_accordion-summary::before,
.m_accordion-summary.m_rev::before {
  right: auto;
  left: 1.125rem;
}

.w_list-control > .m_accordion-summary.m_condensed,
.w_list-control.m_condensed > .m_accordion-summary {
  padding-top: 16px;
  padding-bottom: 0.375rem;
  line-height: inherit;
}

.w_list-control > .m_accordion-summary.m_condensed::before,
.w_list-control.m_condensed > .m_accordion-summary::before {
  top: 18px;
}

.w_list-control > .m_accordion-summary.m_condensed.m_single,
.w_list-control.m_condensed > .m_accordion-summary.m_single {
  padding-bottom: 0;
  line-height: inherit;
}

.w_list-control > .m_accordion-summary.m_condensed.m_single::before,
.w_list-control.m_condensed > .m_accordion-summary.m_single::before {
  top: 20px;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_message {
  border: 0 solid #4b4b4b;
  padding: 1.125rem;
  margin-bottom: 1.5rem;
}

.w_message > h1:first-of-type,
.w_message > h2:first-of-type,
.w_message > h3:first-of-type,
.w_message > h4:first-of-type,
.w_message > h5:first-of-type,
.w_message > h6:first-of-type,
.w_message > p:first-of-type {
  margin-top: 0;
}

.w_message > :last-child {
  margin-bottom: 0;
}

.w_message,
.w_message.m_info {
  border-color: #0066BB;
  background-color: #bed8f1;
}

.w_message.m_error {
  border-color: #a80309;
  background-color: #faccd0;
}

.w_message.m_warning {
  border-color: #f8d362;
  background-color: #ffe8a6;
}

.w_message.m_success {
  border-color: #0c7810;
  background-color: #d5ead3;
}

.message_title {
  margin: -1.125rem -1.125rem 1.125rem -1.125rem;
  color: #fff;
  background-color: #4b4b4b;
  font-size: 1rem;
  padding: 0.75rem 1.125rem;
  line-height: 1.5;
}

.message_title [class*="icon"],
.message_title .message_icon {
  margin-right: 1rem;
  float: left;
  line-height: 1;
  color: #fff;
}

.m_info > .message_title,
.message_title {
  background-color: #0066BB;
}

.m_error > .message_title {
  background-color: #a80309;
}

.m_warning > .message_title {
  background-color: #f8d362;
}

.m_warning > .message_title,
.m_warning > .message_title [class*="icon"],
.m_warning > .message_title .message_icon {
  color: #333;
}

.m_success > .message_title {
  background-color: #0c7810;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_modal {
  position: absolute;
  background-color: #fff;
  border-radius: 0;
  width: 80%;
  margin-left: -40%;
  left: 50%;
  top: -100%;
  opacity: 0;
  z-index: -1;
  overflow: hidden;
  margin-top: -1000px;
  transition: opacity 0.3s, top 0.3s, bottom 0.3s, z-index 0s 0.3s, margin-top 0.3s, height 0.3s, max-height 0.3s;
  /* If the "X" is absolutely positioned as the first-child of the &,
		then we add some generated content floated to the right so that
		text won't flow underneath the absolutely positioned "X".
		*/
}

@media only screen and (max-width: 30rem) {
  .w_modal {
    width: 95%;
    margin-left: -47.5%;
  }
}

.w_modal.m_tiny,
.w_modal.m_small,
.w_modal.m_medium,
.w_modal.m_large,
.w_modal.m_xlarge {
  width: 95%;
  margin-left: -47.5%;
}

.w_modal.m_full,
.w_modal.m_cover,
.w_modal.m_cover-all,
.w_modal.m_js-cover-all {
  width: 100%;
  max-width: none;
  margin-left: -50%;
  border-radius: 0;
}

.w_modal.m_full .modal_header,
.w_modal.m_full .modal_footer,
.w_modal.m_cover .modal_header,
.w_modal.m_cover .modal_footer,
.w_modal.m_cover-all .modal_header,
.w_modal.m_cover-all .modal_footer,
.w_modal.m_js-cover-all .modal_header,
.w_modal.m_js-cover-all .modal_footer {
  border-radius: 0;
}

.w_modal.m_cover.active,
.w_modal.m_cover-all.active,
.w_modal.m_js-cover-all {
  top: 0%;
  max-height: 100%;
  border-radius: 0;
}

.w_modal.m_cover-all,
.w_modal.m_js-cover-all {
  height: 100% !important;
}

.w_modal.m_cover-all .modal_footer,
.w_modal.m_js-cover-all .modal_footer {
  position: absolute;
  bottom: 0;
}

.w_modal.m_tall {
  height: 90% !important;
}

.w_modal.m_tall .modal_footer {
  position: absolute;
  bottom: 0;
}

.w_modal.m_tall.m_js-cover-all {
  height: 100% !important;
}

@media only screen {
  .w_modal.m_section {
    width: 90%;
    margin-left: -45%;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .w_modal.m_section {
    width: 80%;
    margin-left: -40%;
  }

  .w_modal.m_tiny {
    width: 19.0625rem;
    margin-left: -9.53125rem;
  }

  .w_modal.m_small {
    width: 28.125rem;
    margin-left: -14.0625rem;
  }
}

@media only screen and (min-width: 48rem) {
  .w_modal.m_small {
    width: 28.125rem;
    margin-left: -14.0625rem;
  }

  .w_modal.m_medium {
    width: 60%;
    margin-left: -30%;
  }

  .w_modal.m_large {
    width: 70%;
    margin-left: -35%;
  }

  .w_modal.m_xlarge {
    width: 95%;
    margin-left: -47.5%;
  }
}

.w_modal.m_section {
  position: absolute;
  top: 5%;
  opacity: 0;
  min-width: 0;
}

.w_modal.m_section.m_cover,
.w_modal.m_section.m_cover-all,
.w_modal.m_section.m_js-cover-all {
  top: -100%;
}

.w_modal.m_section.m_cover.active,
.w_modal.m_section.m_cover-all.active,
.w_modal.m_section.m_js-cover-all.active {
  top: 0%;
}

@media only screen and (min-width: 60.625rem) {
  .w_modal.m_section.m_cover,
  .w_modal.m_section.m_cover-all,
  .w_modal.m_section.m_js-cover-all {
    max-width: none;
    margin-left: -50%;
  }
}

.w_modal.active {
  top: 5%;
  overflow: hidden;
  opacity: 1;
  z-index: 10001;
  transition: opacity 0.3s 0s, top 0.3s 0s, z-index 0s 0s, margin-top 0.3s, height 0.3s, max-height 0.3s, width 0.15s;
}

.w_modal.active.m_show-top-bar {
  top: 2.8125rem;
  z-index: 599;
  max-height: 90%;
  max-height: calc(100% - 2.8125rem);
}

.w_modal .modal_x {
  position: absolute;
  top: 1.3125rem;
  right: 1.4375rem;
}

.w_modal > .modal_x.m_right + .modal_header::before,
.w_modal > .modal_x.m_right + .modal_content::before {
  content: '';
  float: right;
  width: 1.5rem;
  height: 1.125rem;
}

.modal_x {
  position: relative;
  float: right;
  width: 1rem;
  height: 1rem;
  padding: 0.75rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  z-index: 810;
  margin: -1rem -1rem 0 0;
  width: 1.125rem;
  height: 1.125rem;
}

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

.modal_x::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.modal_x:before {
  content: '\e903';
  color: #767676;
  font-size: 0.75rem;
  position: absolute;
  right: 0.375rem;
  top: 0.375rem;
}

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

.modal_x:hover:before {
  color: #838383;
}

.modal_x::before {
  content: '\e903';
  font-size: 0.75rem;
  left: -0.25rem;
}

.modal_header,
.modal_footer,
.modal_content {
  float: left;
  position: relative;
  width: 100%;
  z-index: 1;
  /*@mixin clearfix*/
  *zoom: 1;
  /*
		h1, h2, h3, h4, h5, h6,
		.h1, .h2, .h3, .h4, .h5, .h6 {
			margin-top:0;
		}
		*/
}

.modal_header:after,
.modal_footer:after,
.modal_content:after {
  content: " ";
  display: table;
}

.modal_header:after,
.modal_footer:after,
.modal_content:after {
  clear: both;
}

.modal_header {
  padding: 1.125rem;
  padding-bottom: 0;
}

.modal_footer {
  padding: 1.125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.modal_content {
  position: relative;
  float: left;
  height: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 1.125rem;
  padding-bottom: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  transition: height 0.3s;
}

.modal_content.m_has-iframe {
  padding-left: 0;
  padding-right: 0;
}

.modal_content.m_has-iframe iframe {
  border: 0;
  width: 100%;
  overflow: hidden;
}

.modal_header + .modal_content {
  padding-top: 0;
}

[data-open-modal] {
  cursor: pointer;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 1.5rem 0;
  text-align: center;
  white-space: nowrap;
}

.pagination_item {
  display: inline-block;
  text-align: center;
  padding: 0 0;
  width: 2.625rem;
  max-width: 2.625rem;
  line-height: 1.4375rem;
  font-weight: bold;
  /* anchors nested inside .m_[element] */
}

.pagination_item.hide {
  display: none;
}

.pagination_item:first-child {
  padding-left: 0;
  margin-left: 0;
}

.pagination_item:last-child {
  padding-right: 0;
  margin-left: 0;
}

.pagination_item > a {
  color: #4b4b4b;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  min-width: 1.5rem;
  margin: 0 auto;
}

.pagination_item > a:hover {
  color: #fff;
  background: #000;
  border-radius: 6.1875rem;
}

.pagination_item.m_next:hover > a,
.pagination_item.m_prev:hover > a,
.pagination_item.m_first:hover > a,
.pagination_item.m_last:hover > a {
  color: #cd040b;
  background-color: transparent;
}

.pagination_item.m_next:hover > a::before,
.pagination_item.m_prev:hover > a::before,
.pagination_item.m_first:hover > a::before,
.pagination_item.m_last:hover > a::before {
  color: #a80309;
}

.pagination_item[disabled] > a {
  opacity: 0.5;
  color: #4b4b4b !important;
  cursor: not-allowed;
  background-color: transparent !important;
}

.pagination_item[disabled] > a:before {
  color: #4b4b4b !important;
}

.pagination_item.active > a,
.pagination_item.active > a:hover {
  background: #cd040b !important;
  border-radius: 6.1875rem;
  color: #fff !important;
  cursor: default;
}

.pagination_item.m_ellipsis {
  width: 2.625rem;
}

.pagination_item.m_ellipsis::before {
  content: '\2026';
}

.pagination_item.m_first {
  border-right: 0.0625rem solid #959595;
  margin-right: 0.25rem;
  position: relative;
  top: 0.125rem;
}

.pagination_item.m_first.m_text {
  top: 0.0625rem;
}

.pagination_item.m_last {
  border-left: 0.0625rem solid #959595;
  margin-left: 0.25rem;
  position: relative;
  top: 0.125rem;
}

.pagination_item.m_last.m_text {
  top: 0.0625rem;
}

.pagination_item.m_prev,
.pagination_item.m_next {
  width: auto;
  position: relative;
  top: 0.125rem;
}

.pagination_item.m_first > a,
.pagination_item.m_last > a,
.pagination_item.m_prev > a,
.pagination_item.m_next > a,
.pagination_item[disabled].m_prev > a,
.pagination_item[disabled].m_next > a {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  vertical-align: middle;
  display: inline-block;
  line-height: 1;
  margin-bottom: -0.625rem;
  position: relative;
  top: -0.4375rem;
}

.pagination_item.m_first > a:hover,
.pagination_item.m_last > a:hover,
.pagination_item.m_prev > a:hover,
.pagination_item.m_next > a:hover,
.pagination_item[disabled].m_prev > a:hover,
.pagination_item[disabled].m_next > a:hover {
  text-decoration: none;
}

.pagination_item.m_first > a::before,
.pagination_item.m_last > a::before,
.pagination_item.m_prev > a::before,
.pagination_item.m_next > a::before,
.pagination_item[disabled].m_prev > a::before,
.pagination_item[disabled].m_next > a::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.pagination_item.m_first > a::before,
.pagination_item.m_last > a::before,
.pagination_item.m_prev > a::before,
.pagination_item.m_next > a::before,
.pagination_item[disabled].m_prev > a::before,
.pagination_item[disabled].m_next > a::before {
  color: #cd040b;
  line-height: 1;
}

.pagination_item.m_first > a::before,
.pagination_item.m_last > a::before {
  font-size: 1.25rem;
}

.pagination_item.m_first > a::before {
  padding-left: 0.1875rem;
  padding-right: 0.25rem;
}

.pagination_item.m_last > a::before {
  padding-left: 0.25rem;
  padding-right: 0.1875rem;
}

.pagination_item.m_first.m_text,
.pagination_item.m_last.m_text {
  border-left: none;
  border-right: none;
  padding: 0.0625rem 0.1875rem;
  margin-top: -0.0625rem;
  color: black;
  border-radius: 6.1875rem;
}

.pagination_item.m_first.m_text > a::before,
.pagination_item.m_last.m_text > a::before {
  display: none;
}

.pagination_item.m_last.m_text > a::before {
  display: none;
}

.pagination_item.m_prev:not(.m_text) > a::before,
.pagination_item.m_next:not(.m_text) > a::before {
  font-size: 0.875rem;
}

.pagination_item:not(.m_text).m_prev > a::before,
.pagination_item:not(.m_text).m_first > a::before {
  left: -0.0625rem;
}

.pagination_item:not(.m_text).m_next > a::before,
.pagination_item:not(.m_text).m_last > a::before {
  right: -0.0625rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Password show/hide toggle: Wrap in a .password-toggle div and 
 use JS to switch an any text/password input found in pw-toggle.js */

.w_pw-toggle {
  position: relative;
}

.w_pw-toggle .pw-toggle_to {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.375rem;
  padding: 0.5rem 0.375rem;
  line-height: 1.6875rem;
  font-size: 0.75rem;
  font-family: BrandFont, Arial, sans-serif;
  text-align: center;
  color: #0066BB;
  display: none;
  font-weight: bold;
}

.w_pw-toggle.m_show-toggle .pw-toggle_to {
  display: block;
}

.w_pw-toggle input {
  padding-right: 3.375rem;
}

.w_pw-toggle input:focus {
  border-color: #4b4b4b;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_rating {
  display: inline-block;
  width: auto;
}

.w_rating .m_inactive-node {
  color: #CCCCCC;
}

.w_rating .m_active-node {
  color: #CD040B;
}

.rating_node {
  color: #4B4B4B;
  display: inline-block;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

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

.rating_node::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.rating_node::before {
  content: '\e60e';
  position: relative;
  display: inline;
  transition: color .15s;
}

.rating_personal {
  direction: rtl;
  display: inline-block;
}

.rating_personal .rating_node {
  font-size: 1.5rem;
  float: right;
  padding: 0 0.125rem;
  cursor: pointer;
}

.rating_personal .rating_node:hover:before {
  color: #72020D;
}

.rating_personal .rating_node:hover ~ .rating_node:before {
  color: #72020D;
}

.rating_avg {
  display: inline-block;
}

.rating_avg .rating_node:before {
  font-size: 1.125rem;
  width: 1.125rem;
  float: left;
}

.rating_avg-constrictor {
  overflow: hidden;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.rating_avg-container {
  letter-spacing: -4px;
  display: inline-block;
  width: auto;
  top: 0;
}

.ratings_avg-reviews {
  display: inline-block;
  vertical-align: middle;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/*ol*/

.w_steps {
  background-color: #f6f6f6;
  height: 4.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

.w_steps.m_slim {
  height: 3rem;
}

.steps_step:first-of-type {
  counter-reset: step;
}

.steps_step {
  float: left;
  display: block;
  position: relative;
  height: 4.5rem;
  line-height: 1rem;
  color: #959595;
  white-space: nowrap;
  border-bottom: solid 0.125rem #959595;
  padding-top: 1.75rem;
  padding-right: 0.9375rem;
  padding-left: 0.5rem;
}

@media only screen and (min-width: 30.0625rem) {
  .steps_step {
    padding-left: 0.75rem;
  }
}

@media only screen and (min-width: 48rem) {
  .steps_step {
    padding-left: 1.125rem;
  }
}

@media only screen and (min-width: 60.625rem) {
  .steps_step {
    padding-left: 1.5rem;
  }
}

.steps_step::before,
.steps_step::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: -0.125rem;
  width: 1.6875rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NCA0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NCA0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojOTU5NTk1O30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6I0NEMDQwQjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWpvaW46YmV2ZWw7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNTQuMiw0IDQuMiw0IDYuOSwwIDU0LjIsMCAJIi8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTU3LjYsMS44Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTS0xLDEuOCIvPg0KPC9nPg0KPC9zdmc+DQo="), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NCAxNDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU0IDE0NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0Y2RjZGNjt9DQoJLnN0MXtmaWxsOiNGNkY2RjY7c3Ryb2tlOiM5NTk1OTU7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLWxpbmVjYXA6c3F1YXJlO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Qye2ZpbGw6I0ZGRkZGRjtzdHJva2U6I0NEMDQwQjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWpvaW46YmV2ZWw7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDN7ZmlsbDojOTU5NTk1O30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSI1NC4yLDAgNTQuMiw3Ni41IDMuMiwwIAkiLz4NCgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSI1NC4yLDE0NCA1NC4yLDY5LjYgMi41LDE0NCAJIi8+DQoJPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iLTAuMywxNDcgNTEuMSw3My4xIC0wLjMsLTIuMyAJIi8+DQoJPHBhdGggY2xhc3M9InN0MiIgZD0iTTU3LjYsMTQxLjgiLz4NCgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNLTEsMTQxLjgiLz4NCgk8cG9seWdvbiBjbGFzcz0ic3QzIiBwb2ludHM9IjU0LjIsMTQ0IC00LjQsMTQ0IC0yLDE0MCA1NC4yLDE0MCAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==");
  background-repeat: no-repeat, no-repeat;
  background-size: 1.6875rem 0.125rem, 1.6875rem 4.5rem;
  background-position: right bottom, right center;
  z-index: 2;
}

.steps_step.active {
  background-color: #fff;
  border-bottom: 0.125rem solid #cd040b;
  color: #cd040b;
}

.steps_step.active:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NCA0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NCA0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojQ0QwNDBCO30NCgkuc3Qxe2ZpbGw6I0Y2RjZGNjtzdHJva2U6I0NDQ0NDQztzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDJ7ZmlsbDojRkZGRkZGO3N0cm9rZTojQ0QwNDBCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lam9pbjpiZXZlbDtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQo8L3N0eWxlPg0KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI1NC4yLDQgNC4yLDQgNywwIDU0LjIsMCAiLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0tMC4zLDciLz4NCjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik01Ny42LDEuOCIvPg0KPHBhdGggY2xhc3M9InN0MiIgZD0iTS0xLDEuOCIvPg0KPC9zdmc+DQo="), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NCAxNDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU0IDE0NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQoJLnN0MXtmaWxsOiNDRDA0MEI7fQ0KCS5zdDJ7ZmlsbDojRjZGNkY2O3N0cm9rZTojOTU5NTk1O3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0M3tmaWxsOiNGRkZGRkY7c3Ryb2tlOiNDRDA0MEI7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLWxpbmVqb2luOmJldmVsO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCgkuc3Q0e2ZpbGw6Izk1OTU5NTt9DQo8L3N0eWxlPg0KPGc+DQoJPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iNTQuMiwwIDU0LjIsNzYuNSAzLjIsMCAJIi8+DQoJPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iNTQuMiwxNDQgNTQuMiw2OS42IDIuNSwxNDQgCSIvPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDEiIHBvaW50cz0iNTQuMiwxNDQgMi40LDE0NCA1LjgsMTQwIDU0LjIsMTQwIAkiLz4NCgk8cG9seWxpbmUgY2xhc3M9InN0MiIgcG9pbnRzPSItMC4zLDE0NyA1MS4xLDczLjEgLTAuMywtMi4zIAkiLz4NCgk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNNTcuNiwxNDEuOCIvPg0KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0tMSwxNDEuOCIvPg0KPC9nPg0KPHJlY3QgeD0iLTEiIHk9IjE0MCIgY2xhc3M9InN0NCIgd2lkdGg9IjQuNyIgaGVpZ2h0PSI0Ii8+DQo8L3N2Zz4NCg==");
  left: -1.6875rem;
}

.steps_step.active:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NCA0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1NCA0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojOTU5NTk1O30NCgkuc3Qxe2ZpbGw6I0ZGRkZGRjtzdHJva2U6I0NEMDQwQjtzdHJva2Utd2lkdGg6NDtzdHJva2UtbGluZWpvaW46YmV2ZWw7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNTQuMiw0IDQuMiw0IDYuOSwwIDU0LjIsMCAJIi8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTTU3LjYsMS44Ii8+DQoJPHBhdGggY2xhc3M9InN0MSIgZD0iTS0xLDEuOCIvPg0KPC9nPg0KPC9zdmc+DQo="), url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4yLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NCAxNDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU0IDE0NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0Y2RjZGNjt9DQoJLnN0MXtmaWxsOiM5NTk1OTU7fQ0KCS5zdDJ7ZmlsbDojRkZGRkZGO3N0cm9rZTojQ0QwNDBCO3N0cm9rZS13aWR0aDo0O3N0cm9rZS1saW5lY2FwOnNxdWFyZTtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0M3tmaWxsOiNGRkZGRkY7c3Ryb2tlOiNDRDA0MEI7c3Ryb2tlLXdpZHRoOjQ7c3Ryb2tlLWxpbmVqb2luOmJldmVsO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8Zz4NCgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSI1NC4yLDAgNTQuMiw3Ni41IDMuMiwwIAkiLz4NCgk8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSI1NC4yLDE0NCA1NC4yLDY5LjYgMi41LDE0NCAJIi8+DQoJPHBvbHlnb24gY2xhc3M9InN0MSIgcG9pbnRzPSI1NC4yLDE0NCA0LjQsMTQ0IDUuOCwxNDAgNTQuMiwxNDAgCSIvPg0KCTxwb2x5bGluZSBjbGFzcz0ic3QyIiBwb2ludHM9IjIuNywxNDQgNTEuMSw3My4xIDIuNywwLjcgCSIvPg0KCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik01Ny42LDE0MS44Ii8+DQoJPHBhdGggY2xhc3M9InN0MyIgZD0iTS0xLDE0MS44Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  z-index: 3;
}

.steps_step > a {
  display: inline-block;
  width: 100%;
  color: #767676;
}

.steps_step.active > a {
  color: #cd040b;
}

.m_slim .steps_step {
  height: 3rem;
  padding-top: 1rem;
}

.m_slim .steps_step::before,
.m_slim .steps_step::after {
  background-size: 1.6875rem 0.125rem, 1.6875rem 4.5rem;
  width: 1.125rem;
  background-position: -1px bottom, right center;
}

.m_slim .steps_step.active::before {
  left: -1.125rem;
}

.steps_step.active ~ .steps_step {
  color: #333;
}

.steps_step.active ~ .steps_step > a {
  color: #333;
}

.steps_number,
.steps_name {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 4;
}

.steps_number {
  padding-right: 0.5rem;
}

.steps_number:before {
  counter-increment: step;
  content: counter(step) ".";
}

.m_abbr .steps_step:not(.active) .steps_number {
  display: block;
  float: none;
  text-align: center;
  opacity: 1;
  padding-right: 0;
  margin-left: -0.875rem;
}

.m_abbr .steps_step:not(.active) .steps_number:before {
  counter-increment: step;
  content: counter(step);
}

@media only screen and (min-width: 30.0625rem) {
  .m_abbr .steps_step:not(.active) .steps_number {
    margin-left: -1.25rem;
  }
}

@media only screen and (min-width: 48rem) {
  .m_abbr .steps_step:not(.active) .steps_number {
    margin-left: -1.625rem;
  }
}

@media only screen and (min-width: 60.625rem) {
  .m_abbr .steps_step:not(.active) .steps_number {
    margin-left: -1.75rem;
  }
}

.m_hide-numbers .steps_number {
  display: none;
}

.m_abbr.m_hide-numbers .steps_number {
  display: block;
  width: auto;
  height: auto;
}

.m_abbr.m_hide-numbers .steps_step.active .steps_number {
  width: 0;
  height: 0;
  overflow: hidden;
}

.steps_name {
  white-space: nowrap;
}

.m_two-lines .steps_name {
  top: -0.4375rem;
}

.m_slim .m_two-lines .steps_name {
  top: -0.5625rem;
}

.w_steps.m_abbr .steps_name {
  display: none;
}

.w_steps[class*="abbr"] > .active .steps_name {
  display: inline-block;
}

@media only screen and (max-width: 30rem) {
  .w_steps.m_tiny-abbr .steps_name {
    display: none;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .w_steps.m_small-abbr .steps_name {
    display: none;
  }
}

@media only screen and (max-width: 60.5625rem) {
  .w_steps.m_medium-abbr .steps_name {
    display: none;
  }
}
@charset "UTF-8";
/*! VZRF 2.23.0 */
.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

a:hover {
  cursor: pointer;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: BrandFont, Arial, sans-serif;
  font-size: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  background: #fff;
  color: #333;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  cursor: default;
  font-size: 0.875rem;
}

*:focus {
  outline: 1px dashed #333;
  outline-offset: 2px;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  image-rendering: optimizeQuality;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.main {
  /*@mixin clearfix*/
  *zoom: 1;
  display: block;
  background-color: #fff;
  max-width: 80rem;
  margin: 0 auto;
  padding-top: 1.125rem;
  padding-bottom: 0.75rem;
  position: relative;
  left: 0;
}

.main:after {
  content: " ";
  display: table;
}

.main:after {
  clear: both;
}

.no-top-fixed .main {
  padding-top: 0;
}

.w_top-bar + .main,
.w_top-bar + .w_off-canvas + .main,
.w_top-bar + .w_off-canvas + .page > .main,
.w_top-bar + .page > .main {
  padding-top: 2.8125rem;
}

.main.fluid-grid {
  max-width: none;
}

.page {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s, opacity 0.3s;
  display: none;
  opacity: 0;
}

.page.active {
  z-index: 0;
  display: block;
  position: static;
  opacity: 1;
  transition: transform 0.3s, opacity 0.3s;
}

.page.active.transition {
  opacity: 0;
}

.page.forward,
.page.back {
  transform: translate3d(100%, 0, 0);
  z-index: 1;
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  opacity: 1;
}

.page.back {
  transform: translate3d(-100%, 0, 0);
}

.page.forward.transition,
.page.back.transition {
  transform: translate3d(0, 0, 0);
}

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
  transition: opacity 0.3s 0s, z-index 0s 0.3s, background-color 0s 0.3s;
}

.page-overlay.absolute {
  position: absolute;
}

.page-overlay.active {
  z-index: 10000;
  opacity: 1;
  transition: opacity 0.3s 0s, z-index 0s 0s;
}

.page-overlay.active:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 400;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.page-overlay.active.invisible {
  z-index: 500;
  opacity: 0;
}

.page-overlay.active.show-top-bar {
  z-index: 500;
}

.nested-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

[data-sticky] {
  transform: translateZ(0);
  z-index: 1;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-focusable:active,
.sr-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.sr-skip {
  background-color: #fff;
  padding: 0.75rem 1.5rem;
  border: 2px solid #333;
  left: 0.9375rem;
  top: 0.9375rem;
}

.sr-skip:focus,
.sr-skip:active {
  position: absolute !important;
  color: #0066BB !important;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.text-brand-1 {
  color: #cd040b !important;
}

.bg-brand-1 {
  background-color: #cd040b !important;
}

.border-brand-1 {
  border-left-color: #cd040b !important;
  border-right-color: #cd040b !important;
  border-bottom-color: #cd040b !important;
  border-top-color: #cd040b !important;
}

.border-top-brand-1 {
  border-top-color: #cd040b !important;
}

.border-bottom-brand-1 {
  border-bottom-color: #cd040b !important;
}

.border-right-brand-1 {
  border-right-color: #cd040b !important;
}

.border-left-brand-1 {
  border-left-color: #cd040b !important;
}

.text-brand-1-active {
  color: #990308 !important;
}

.bg-brand-1-active {
  background-color: #990308 !important;
}

.border-brand-1-active {
  border-left-color: #990308 !important;
  border-right-color: #990308 !important;
  border-bottom-color: #990308 !important;
  border-top-color: #990308 !important;
}

.border-top-brand-1-active {
  border-top-color: #990308 !important;
}

.border-bottom-brand-1-active {
  border-bottom-color: #990308 !important;
}

.border-right-brand-1-active {
  border-right-color: #990308 !important;
}

.border-left-brand-1-active {
  border-left-color: #990308 !important;
}

.text-brand-1-hover {
  color: #a80309 !important;
}

.bg-brand-1-hover {
  background-color: #a80309 !important;
}

.border-brand-1-hover {
  border-left-color: #a80309 !important;
  border-right-color: #a80309 !important;
  border-bottom-color: #a80309 !important;
  border-top-color: #a80309 !important;
}

.border-top-brand-1-hover {
  border-top-color: #a80309 !important;
}

.border-bottom-brand-1-hover {
  border-bottom-color: #a80309 !important;
}

.border-right-brand-1-hover {
  border-right-color: #a80309 !important;
}

.border-left-brand-1-hover {
  border-left-color: #a80309 !important;
}

.text-brand-1-pale {
  color: #ffcfd0 !important;
}

.bg-brand-1-pale {
  background-color: #ffcfd0 !important;
}

.border-brand-1-pale {
  border-left-color: #ffcfd0 !important;
  border-right-color: #ffcfd0 !important;
  border-bottom-color: #ffcfd0 !important;
  border-top-color: #ffcfd0 !important;
}

.border-top-brand-1-pale {
  border-top-color: #ffcfd0 !important;
}

.border-bottom-brand-1-pale {
  border-bottom-color: #ffcfd0 !important;
}

.border-right-brand-1-pale {
  border-right-color: #ffcfd0 !important;
}

.border-left-brand-1-pale {
  border-left-color: #ffcfd0 !important;
}

.text-brand-2 {
  color: #82ceac !important;
}

.bg-brand-2 {
  background-color: #82ceac !important;
}

.border-brand-2 {
  border-left-color: #82ceac !important;
  border-right-color: #82ceac !important;
  border-bottom-color: #82ceac !important;
  border-top-color: #82ceac !important;
}

.border-top-brand-2 {
  border-top-color: #82ceac !important;
}

.border-bottom-brand-2 {
  border-bottom-color: #82ceac !important;
}

.border-right-brand-2 {
  border-right-color: #82ceac !important;
}

.border-left-brand-2 {
  border-left-color: #82ceac !important;
}

.text-brand-3 {
  color: #abe0f9 !important;
}

.bg-brand-3 {
  background-color: #abe0f9 !important;
}

.border-brand-3 {
  border-left-color: #abe0f9 !important;
  border-right-color: #abe0f9 !important;
  border-bottom-color: #abe0f9 !important;
  border-top-color: #abe0f9 !important;
}

.border-top-brand-3 {
  border-top-color: #abe0f9 !important;
}

.border-bottom-brand-3 {
  border-bottom-color: #abe0f9 !important;
}

.border-right-brand-3 {
  border-right-color: #abe0f9 !important;
}

.border-left-brand-3 {
  border-left-color: #abe0f9 !important;
}

.text-brand-4 {
  color: #f9b295 !important;
}

.bg-brand-4 {
  background-color: #f9b295 !important;
}

.border-brand-4 {
  border-left-color: #f9b295 !important;
  border-right-color: #f9b295 !important;
  border-bottom-color: #f9b295 !important;
  border-top-color: #f9b295 !important;
}

.border-top-brand-4 {
  border-top-color: #f9b295 !important;
}

.border-bottom-brand-4 {
  border-bottom-color: #f9b295 !important;
}

.border-right-brand-4 {
  border-right-color: #f9b295 !important;
}

.border-left-brand-4 {
  border-left-color: #f9b295 !important;
}

.text-brand-5 {
  color: #fbd362 !important;
}

.bg-brand-5 {
  background-color: #fbd362 !important;
}

.border-brand-5 {
  border-left-color: #fbd362 !important;
  border-right-color: #fbd362 !important;
  border-bottom-color: #fbd362 !important;
  border-top-color: #fbd362 !important;
}

.border-top-brand-5 {
  border-top-color: #fbd362 !important;
}

.border-bottom-brand-5 {
  border-bottom-color: #fbd362 !important;
}

.border-right-brand-5 {
  border-right-color: #fbd362 !important;
}

.border-left-brand-5 {
  border-left-color: #fbd362 !important;
}

.text-brand-2-active {
  color: #68c49b !important;
}

.bg-brand-2-active {
  background-color: #68c49b !important;
}

.border-brand-2-active {
  border-left-color: #68c49b !important;
  border-right-color: #68c49b !important;
  border-bottom-color: #68c49b !important;
  border-top-color: #68c49b !important;
}

.border-top-brand-2-active {
  border-top-color: #68c49b !important;
}

.border-bottom-brand-2-active {
  border-bottom-color: #68c49b !important;
}

.border-right-brand-2-active {
  border-right-color: #68c49b !important;
}

.border-left-brand-2-active {
  border-left-color: #68c49b !important;
}

.text-brand-3-active {
  color: #8ad4f7 !important;
}

.bg-brand-3-active {
  background-color: #8ad4f7 !important;
}

.border-brand-3-active {
  border-left-color: #8ad4f7 !important;
  border-right-color: #8ad4f7 !important;
  border-bottom-color: #8ad4f7 !important;
  border-top-color: #8ad4f7 !important;
}

.border-top-brand-3-active {
  border-top-color: #8ad4f7 !important;
}

.border-bottom-brand-3-active {
  border-bottom-color: #8ad4f7 !important;
}

.border-right-brand-3-active {
  border-right-color: #8ad4f7 !important;
}

.border-left-brand-3-active {
  border-left-color: #8ad4f7 !important;
}

.text-brand-4-active {
  color: #f79973 !important;
}

.bg-brand-4-active {
  background-color: #f79973 !important;
}

.border-brand-4-active {
  border-left-color: #f79973 !important;
  border-right-color: #f79973 !important;
  border-bottom-color: #f79973 !important;
  border-top-color: #f79973 !important;
}

.border-top-brand-4-active {
  border-top-color: #f79973 !important;
}

.border-bottom-brand-4-active {
  border-bottom-color: #f79973 !important;
}

.border-right-brand-4-active {
  border-right-color: #f79973 !important;
}

.border-left-brand-4-active {
  border-left-color: #f79973 !important;
}

.text-brand-5-active {
  color: #fac93f !important;
}

.bg-brand-5-active {
  background-color: #fac93f !important;
}

.border-brand-5-active {
  border-left-color: #fac93f !important;
  border-right-color: #fac93f !important;
  border-bottom-color: #fac93f !important;
  border-top-color: #fac93f !important;
}

.border-top-brand-5-active {
  border-top-color: #fac93f !important;
}

.border-bottom-brand-5-active {
  border-bottom-color: #fac93f !important;
}

.border-right-brand-5-active {
  border-right-color: #fac93f !important;
}

.border-left-brand-5-active {
  border-left-color: #fac93f !important;
}

.text-brand-2-pale {
  color: #e9f8e9 !important;
}

.bg-brand-2-pale {
  background-color: #e9f8e9 !important;
}

.border-brand-2-pale {
  border-left-color: #e9f8e9 !important;
  border-right-color: #e9f8e9 !important;
  border-bottom-color: #e9f8e9 !important;
  border-top-color: #e9f8e9 !important;
}

.border-top-brand-2-pale {
  border-top-color: #e9f8e9 !important;
}

.border-bottom-brand-2-pale {
  border-bottom-color: #e9f8e9 !important;
}

.border-right-brand-2-pale {
  border-right-color: #e9f8e9 !important;
}

.border-left-brand-2-pale {
  border-left-color: #e9f8e9 !important;
}

.text-brand-3-pale {
  color: #e8f6fe !important;
}

.bg-brand-3-pale {
  background-color: #e8f6fe !important;
}

.border-brand-3-pale {
  border-left-color: #e8f6fe !important;
  border-right-color: #e8f6fe !important;
  border-bottom-color: #e8f6fe !important;
  border-top-color: #e8f6fe !important;
}

.border-top-brand-3-pale {
  border-top-color: #e8f6fe !important;
}

.border-bottom-brand-3-pale {
  border-bottom-color: #e8f6fe !important;
}

.border-right-brand-3-pale {
  border-right-color: #e8f6fe !important;
}

.border-left-brand-3-pale {
  border-left-color: #e8f6fe !important;
}

.text-brand-4-pale {
  color: #fef0e8 !important;
}

.bg-brand-4-pale {
  background-color: #fef0e8 !important;
}

.border-brand-4-pale {
  border-left-color: #fef0e8 !important;
  border-right-color: #fef0e8 !important;
  border-bottom-color: #fef0e8 !important;
  border-top-color: #fef0e8 !important;
}

.border-top-brand-4-pale {
  border-top-color: #fef0e8 !important;
}

.border-bottom-brand-4-pale {
  border-bottom-color: #fef0e8 !important;
}

.border-right-brand-4-pale {
  border-right-color: #fef0e8 !important;
}

.border-left-brand-4-pale {
  border-left-color: #fef0e8 !important;
}

.text-brand-5-pale {
  color: #feffe4 !important;
}

.bg-brand-5-pale {
  background-color: #feffe4 !important;
}

.border-brand-5-pale {
  border-left-color: #feffe4 !important;
  border-right-color: #feffe4 !important;
  border-bottom-color: #feffe4 !important;
  border-top-color: #feffe4 !important;
}

.border-top-brand-5-pale {
  border-top-color: #feffe4 !important;
}

.border-bottom-brand-5-pale {
  border-bottom-color: #feffe4 !important;
}

.border-right-brand-5-pale {
  border-right-color: #feffe4 !important;
}

.border-left-brand-5-pale {
  border-left-color: #feffe4 !important;
}

.text-brand-2-pale-active {
  color: #ceefce !important;
}

.bg-brand-2-pale-active {
  background-color: #ceefce !important;
}

.border-brand-2-pale-active {
  border-left-color: #ceefce !important;
  border-right-color: #ceefce !important;
  border-bottom-color: #ceefce !important;
  border-top-color: #ceefce !important;
}

.border-top-brand-2-pale-active {
  border-top-color: #ceefce !important;
}

.border-bottom-brand-2-pale-active {
  border-bottom-color: #ceefce !important;
}

.border-right-brand-2-pale-active {
  border-right-color: #ceefce !important;
}

.border-left-brand-2-pale-active {
  border-left-color: #ceefce !important;
}

.text-brand-3-pale-active {
  color: #c6e9fd !important;
}

.bg-brand-3-pale-active {
  background-color: #c6e9fd !important;
}

.border-brand-3-pale-active {
  border-left-color: #c6e9fd !important;
  border-right-color: #c6e9fd !important;
  border-bottom-color: #c6e9fd !important;
  border-top-color: #c6e9fd !important;
}

.border-top-brand-3-pale-active {
  border-top-color: #c6e9fd !important;
}

.border-bottom-brand-3-pale-active {
  border-bottom-color: #c6e9fd !important;
}

.border-right-brand-3-pale-active {
  border-right-color: #c6e9fd !important;
}

.border-left-brand-3-pale-active {
  border-left-color: #c6e9fd !important;
}

.text-brand-4-pale-active {
  color: #fddac6 !important;
}

.bg-brand-4-pale-active {
  background-color: #fddac6 !important;
}

.border-brand-4-pale-active {
  border-left-color: #fddac6 !important;
  border-right-color: #fddac6 !important;
  border-bottom-color: #fddac6 !important;
  border-top-color: #fddac6 !important;
}

.border-top-brand-4-pale-active {
  border-top-color: #fddac6 !important;
}

.border-bottom-brand-4-pale-active {
  border-bottom-color: #fddac6 !important;
}

.border-right-brand-4-pale-active {
  border-right-color: #fddac6 !important;
}

.border-left-brand-4-pale-active {
  border-left-color: #fddac6 !important;
}

.text-brand-5-pale-active {
  color: #fdffc0 !important;
}

.bg-brand-5-pale-active {
  background-color: #fdffc0 !important;
}

.border-brand-5-pale-active {
  border-left-color: #fdffc0 !important;
  border-right-color: #fdffc0 !important;
  border-bottom-color: #fdffc0 !important;
  border-top-color: #fdffc0 !important;
}

.border-top-brand-5-pale-active {
  border-top-color: #fdffc0 !important;
}

.border-bottom-brand-5-pale-active {
  border-bottom-color: #fdffc0 !important;
}

.border-right-brand-5-pale-active {
  border-right-color: #fdffc0 !important;
}

.border-left-brand-5-pale-active {
  border-left-color: #fdffc0 !important;
}

.text-hyperlink {
  color: #0066BB !important;
}

.bg-hyperlink {
  background-color: #0066BB !important;
}

.border-hyperlink {
  border-left-color: #0066BB !important;
  border-right-color: #0066BB !important;
  border-bottom-color: #0066BB !important;
  border-top-color: #0066BB !important;
}

.border-top-hyperlink {
  border-top-color: #0066BB !important;
}

.border-bottom-hyperlink {
  border-bottom-color: #0066BB !important;
}

.border-right-hyperlink {
  border-right-color: #0066BB !important;
}

.border-left-hyperlink {
  border-left-color: #0066BB !important;
}

.text-hyperlink-hover {
  color: #00478e !important;
}

.bg-hyperlink-hover {
  background-color: #00478e !important;
}

.border-hyperlink-hover {
  border-left-color: #00478e !important;
  border-right-color: #00478e !important;
  border-bottom-color: #00478e !important;
  border-top-color: #00478e !important;
}

.border-top-hyperlink-hover {
  border-top-color: #00478e !important;
}

.border-bottom-hyperlink-hover {
  border-bottom-color: #00478e !important;
}

.border-right-hyperlink-hover {
  border-right-color: #00478e !important;
}

.border-left-hyperlink-hover {
  border-left-color: #00478e !important;
}

.text-hyperlink-active {
  color: #333333 !important;
}

.bg-hyperlink-active {
  background-color: #333333 !important;
}

.border-hyperlink-active {
  border-left-color: #333333 !important;
  border-right-color: #333333 !important;
  border-bottom-color: #333333 !important;
  border-top-color: #333333 !important;
}

.border-top-hyperlink-active {
  border-top-color: #333333 !important;
}

.border-bottom-hyperlink-active {
  border-bottom-color: #333333 !important;
}

.border-right-hyperlink-active {
  border-right-color: #333333 !important;
}

.border-left-hyperlink-active {
  border-left-color: #333333 !important;
}

.text-brand-6 {
  color: #abe0f9 !important;
}

.bg-brand-6 {
  background-color: #abe0f9 !important;
}

.border-brand-6 {
  border-left-color: #abe0f9 !important;
  border-right-color: #abe0f9 !important;
  border-bottom-color: #abe0f9 !important;
  border-top-color: #abe0f9 !important;
}

.border-top-brand-6 {
  border-top-color: #abe0f9 !important;
}

.border-bottom-brand-6 {
  border-bottom-color: #abe0f9 !important;
}

.border-right-brand-6 {
  border-right-color: #abe0f9 !important;
}

.border-left-brand-6 {
  border-left-color: #abe0f9 !important;
}

.text-brand-7 {
  color: #fbd362 !important;
}

.bg-brand-7 {
  background-color: #fbd362 !important;
}

.border-brand-7 {
  border-left-color: #fbd362 !important;
  border-right-color: #fbd362 !important;
  border-bottom-color: #fbd362 !important;
  border-top-color: #fbd362 !important;
}

.border-top-brand-7 {
  border-top-color: #fbd362 !important;
}

.border-bottom-brand-7 {
  border-bottom-color: #fbd362 !important;
}

.border-right-brand-7 {
  border-right-color: #fbd362 !important;
}

.border-left-brand-7 {
  border-left-color: #fbd362 !important;
}

.text-brand-8 {
  color: #f9b295 !important;
}

.bg-brand-8 {
  background-color: #f9b295 !important;
}

.border-brand-8 {
  border-left-color: #f9b295 !important;
  border-right-color: #f9b295 !important;
  border-bottom-color: #f9b295 !important;
  border-top-color: #f9b295 !important;
}

.border-top-brand-8 {
  border-top-color: #f9b295 !important;
}

.border-bottom-brand-8 {
  border-bottom-color: #f9b295 !important;
}

.border-right-brand-8 {
  border-right-color: #f9b295 !important;
}

.border-left-brand-8 {
  border-left-color: #f9b295 !important;
}

.text-brand-9 {
  color: #fbd362 !important;
}

.bg-brand-9 {
  background-color: #fbd362 !important;
}

.border-brand-9 {
  border-left-color: #fbd362 !important;
  border-right-color: #fbd362 !important;
  border-bottom-color: #fbd362 !important;
  border-top-color: #fbd362 !important;
}

.border-top-brand-9 {
  border-top-color: #fbd362 !important;
}

.border-bottom-brand-9 {
  border-bottom-color: #fbd362 !important;
}

.border-right-brand-9 {
  border-right-color: #fbd362 !important;
}

.border-left-brand-9 {
  border-left-color: #fbd362 !important;
}

.text-brand-6-active {
  color: #8ad4f7 !important;
}

.bg-brand-6-active {
  background-color: #8ad4f7 !important;
}

.border-brand-6-active {
  border-left-color: #8ad4f7 !important;
  border-right-color: #8ad4f7 !important;
  border-bottom-color: #8ad4f7 !important;
  border-top-color: #8ad4f7 !important;
}

.border-top-brand-6-active {
  border-top-color: #8ad4f7 !important;
}

.border-bottom-brand-6-active {
  border-bottom-color: #8ad4f7 !important;
}

.border-right-brand-6-active {
  border-right-color: #8ad4f7 !important;
}

.border-left-brand-6-active {
  border-left-color: #8ad4f7 !important;
}

.text-brand-7-active {
  color: #fac93f !important;
}

.bg-brand-7-active {
  background-color: #fac93f !important;
}

.border-brand-7-active {
  border-left-color: #fac93f !important;
  border-right-color: #fac93f !important;
  border-bottom-color: #fac93f !important;
  border-top-color: #fac93f !important;
}

.border-top-brand-7-active {
  border-top-color: #fac93f !important;
}

.border-bottom-brand-7-active {
  border-bottom-color: #fac93f !important;
}

.border-right-brand-7-active {
  border-right-color: #fac93f !important;
}

.border-left-brand-7-active {
  border-left-color: #fac93f !important;
}

.text-brand-8-active {
  color: #f79973 !important;
}

.bg-brand-8-active {
  background-color: #f79973 !important;
}

.border-brand-8-active {
  border-left-color: #f79973 !important;
  border-right-color: #f79973 !important;
  border-bottom-color: #f79973 !important;
  border-top-color: #f79973 !important;
}

.border-top-brand-8-active {
  border-top-color: #f79973 !important;
}

.border-bottom-brand-8-active {
  border-bottom-color: #f79973 !important;
}

.border-right-brand-8-active {
  border-right-color: #f79973 !important;
}

.border-left-brand-8-active {
  border-left-color: #f79973 !important;
}

.text-brand-9-active {
  color: #fac93f !important;
}

.bg-brand-9-active {
  background-color: #fac93f !important;
}

.border-brand-9-active {
  border-left-color: #fac93f !important;
  border-right-color: #fac93f !important;
  border-bottom-color: #fac93f !important;
  border-top-color: #fac93f !important;
}

.border-top-brand-9-active {
  border-top-color: #fac93f !important;
}

.border-bottom-brand-9-active {
  border-bottom-color: #fac93f !important;
}

.border-right-brand-9-active {
  border-right-color: #fac93f !important;
}

.border-left-brand-9-active {
  border-left-color: #fac93f !important;
}

.text-black {
  color: #000 !important;
}

.bg-black {
  background-color: #000 !important;
}

.border-black {
  border-left-color: #000 !important;
  border-right-color: #000 !important;
  border-bottom-color: #000 !important;
  border-top-color: #000 !important;
}

.border-top-black {
  border-top-color: #000 !important;
}

.border-bottom-black {
  border-bottom-color: #000 !important;
}

.border-right-black {
  border-right-color: #000 !important;
}

.border-left-black {
  border-left-color: #000 !important;
}

.text-grey-1 {
  color: #333 !important;
}

.bg-grey-1 {
  background-color: #333 !important;
}

.border-grey-1 {
  border-left-color: #333 !important;
  border-right-color: #333 !important;
  border-bottom-color: #333 !important;
  border-top-color: #333 !important;
}

.border-top-grey-1 {
  border-top-color: #333 !important;
}

.border-bottom-grey-1 {
  border-bottom-color: #333 !important;
}

.border-right-grey-1 {
  border-right-color: #333 !important;
}

.border-left-grey-1 {
  border-left-color: #333 !important;
}

.text-grey-2 {
  color: #4b4b4b !important;
}

.bg-grey-2 {
  background-color: #4b4b4b !important;
}

.border-grey-2 {
  border-left-color: #4b4b4b !important;
  border-right-color: #4b4b4b !important;
  border-bottom-color: #4b4b4b !important;
  border-top-color: #4b4b4b !important;
}

.border-top-grey-2 {
  border-top-color: #4b4b4b !important;
}

.border-bottom-grey-2 {
  border-bottom-color: #4b4b4b !important;
}

.border-right-grey-2 {
  border-right-color: #4b4b4b !important;
}

.border-left-grey-2 {
  border-left-color: #4b4b4b !important;
}

.text-grey-3 {
  color: #767676 !important;
}

.bg-grey-3 {
  background-color: #767676 !important;
}

.border-grey-3 {
  border-left-color: #767676 !important;
  border-right-color: #767676 !important;
  border-bottom-color: #767676 !important;
  border-top-color: #767676 !important;
}

.border-top-grey-3 {
  border-top-color: #767676 !important;
}

.border-bottom-grey-3 {
  border-bottom-color: #767676 !important;
}

.border-right-grey-3 {
  border-right-color: #767676 !important;
}

.border-left-grey-3 {
  border-left-color: #767676 !important;
}

.text-grey-4 {
  color: #959595 !important;
}

.bg-grey-4 {
  background-color: #959595 !important;
}

.border-grey-4 {
  border-left-color: #959595 !important;
  border-right-color: #959595 !important;
  border-bottom-color: #959595 !important;
  border-top-color: #959595 !important;
}

.border-top-grey-4 {
  border-top-color: #959595 !important;
}

.border-bottom-grey-4 {
  border-bottom-color: #959595 !important;
}

.border-right-grey-4 {
  border-right-color: #959595 !important;
}

.border-left-grey-4 {
  border-left-color: #959595 !important;
}

.text-grey-5 {
  color: #e4e5e3 !important;
}

.bg-grey-5 {
  background-color: #e4e5e3 !important;
}

.border-grey-5 {
  border-left-color: #e4e5e3 !important;
  border-right-color: #e4e5e3 !important;
  border-bottom-color: #e4e5e3 !important;
  border-top-color: #e4e5e3 !important;
}

.border-top-grey-5 {
  border-top-color: #e4e5e3 !important;
}

.border-bottom-grey-5 {
  border-bottom-color: #e4e5e3 !important;
}

.border-right-grey-5 {
  border-right-color: #e4e5e3 !important;
}

.border-left-grey-5 {
  border-left-color: #e4e5e3 !important;
}

.text-grey-6 {
  color: #f6f6f6 !important;
}

.bg-grey-6 {
  background-color: #f6f6f6 !important;
}

.border-grey-6 {
  border-left-color: #f6f6f6 !important;
  border-right-color: #f6f6f6 !important;
  border-bottom-color: #f6f6f6 !important;
  border-top-color: #f6f6f6 !important;
}

.border-top-grey-6 {
  border-top-color: #f6f6f6 !important;
}

.border-bottom-grey-6 {
  border-bottom-color: #f6f6f6 !important;
}

.border-right-grey-6 {
  border-right-color: #f6f6f6 !important;
}

.border-left-grey-6 {
  border-left-color: #f6f6f6 !important;
}

.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}

.border-white {
  border-left-color: #fff !important;
  border-right-color: #fff !important;
  border-bottom-color: #fff !important;
  border-top-color: #fff !important;
}

.border-top-white {
  border-top-color: #fff !important;
}

.border-bottom-white {
  border-bottom-color: #fff !important;
}

.border-right-white {
  border-right-color: #fff !important;
}

.border-left-white {
  border-left-color: #fff !important;
}

.text-black-active {
  color: #333 !important;
}

.bg-black-active {
  background-color: #333 !important;
}

.border-black-active {
  border-left-color: #333 !important;
  border-right-color: #333 !important;
  border-bottom-color: #333 !important;
  border-top-color: #333 !important;
}

.border-top-black-active {
  border-top-color: #333 !important;
}

.border-bottom-black-active {
  border-bottom-color: #333 !important;
}

.border-right-black-active {
  border-right-color: #333 !important;
}

.border-left-black-active {
  border-left-color: #333 !important;
}

.text-grey-1-active {
  color: #404040 !important;
}

.bg-grey-1-active {
  background-color: #404040 !important;
}

.border-grey-1-active {
  border-left-color: #404040 !important;
  border-right-color: #404040 !important;
  border-bottom-color: #404040 !important;
  border-top-color: #404040 !important;
}

.border-top-grey-1-active {
  border-top-color: #404040 !important;
}

.border-bottom-grey-1-active {
  border-bottom-color: #404040 !important;
}

.border-right-grey-1-active {
  border-right-color: #404040 !important;
}

.border-left-grey-1-active {
  border-left-color: #404040 !important;
}

.text-grey-2-active {
  color: #585858 !important;
}

.bg-grey-2-active {
  background-color: #585858 !important;
}

.border-grey-2-active {
  border-left-color: #585858 !important;
  border-right-color: #585858 !important;
  border-bottom-color: #585858 !important;
  border-top-color: #585858 !important;
}

.border-top-grey-2-active {
  border-top-color: #585858 !important;
}

.border-bottom-grey-2-active {
  border-bottom-color: #585858 !important;
}

.border-right-grey-2-active {
  border-right-color: #585858 !important;
}

.border-left-grey-2-active {
  border-left-color: #585858 !important;
}

.text-grey-3-active {
  color: #838383 !important;
}

.bg-grey-3-active {
  background-color: #838383 !important;
}

.border-grey-3-active {
  border-left-color: #838383 !important;
  border-right-color: #838383 !important;
  border-bottom-color: #838383 !important;
  border-top-color: #838383 !important;
}

.border-top-grey-3-active {
  border-top-color: #838383 !important;
}

.border-bottom-grey-3-active {
  border-bottom-color: #838383 !important;
}

.border-right-grey-3-active {
  border-right-color: #838383 !important;
}

.border-left-grey-3-active {
  border-left-color: #838383 !important;
}

.text-grey-4-active {
  color: #a2a2a2 !important;
}

.bg-grey-4-active {
  background-color: #a2a2a2 !important;
}

.border-grey-4-active {
  border-left-color: #a2a2a2 !important;
  border-right-color: #a2a2a2 !important;
  border-bottom-color: #a2a2a2 !important;
  border-top-color: #a2a2a2 !important;
}

.border-top-grey-4-active {
  border-top-color: #a2a2a2 !important;
}

.border-bottom-grey-4-active {
  border-bottom-color: #a2a2a2 !important;
}

.border-right-grey-4-active {
  border-right-color: #a2a2a2 !important;
}

.border-left-grey-4-active {
  border-left-color: #a2a2a2 !important;
}

.text-grey-5-active {
  color: #d7d9d6 !important;
}

.bg-grey-5-active {
  background-color: #d7d9d6 !important;
}

.border-grey-5-active {
  border-left-color: #d7d9d6 !important;
  border-right-color: #d7d9d6 !important;
  border-bottom-color: #d7d9d6 !important;
  border-top-color: #d7d9d6 !important;
}

.border-top-grey-5-active {
  border-top-color: #d7d9d6 !important;
}

.border-bottom-grey-5-active {
  border-bottom-color: #d7d9d6 !important;
}

.border-right-grey-5-active {
  border-right-color: #d7d9d6 !important;
}

.border-left-grey-5-active {
  border-left-color: #d7d9d6 !important;
}

.text-grey-6-active {
  color: #f0f0f0 !important;
}

.bg-grey-6-active {
  background-color: #f0f0f0 !important;
}

.border-grey-6-active {
  border-left-color: #f0f0f0 !important;
  border-right-color: #f0f0f0 !important;
  border-bottom-color: #f0f0f0 !important;
  border-top-color: #f0f0f0 !important;
}

.border-top-grey-6-active {
  border-top-color: #f0f0f0 !important;
}

.border-bottom-grey-6-active {
  border-bottom-color: #f0f0f0 !important;
}

.border-right-grey-6-active {
  border-right-color: #f0f0f0 !important;
}

.border-left-grey-6-active {
  border-left-color: #f0f0f0 !important;
}

.text-white-active {
  color: #f9f9f9 !important;
}

.bg-white-active {
  background-color: #f9f9f9 !important;
}

.border-white-active {
  border-left-color: #f9f9f9 !important;
  border-right-color: #f9f9f9 !important;
  border-bottom-color: #f9f9f9 !important;
  border-top-color: #f9f9f9 !important;
}

.border-top-white-active {
  border-top-color: #f9f9f9 !important;
}

.border-bottom-white-active {
  border-bottom-color: #f9f9f9 !important;
}

.border-right-white-active {
  border-right-color: #f9f9f9 !important;
}

.border-left-white-active {
  border-left-color: #f9f9f9 !important;
}

.text-alert {
  color: #a80309 !important;
}

.bg-alert {
  background-color: #a80309 !important;
}

.border-alert {
  border-left-color: #a80309 !important;
  border-right-color: #a80309 !important;
  border-bottom-color: #a80309 !important;
  border-top-color: #a80309 !important;
}

.border-top-alert {
  border-top-color: #a80309 !important;
}

.border-bottom-alert {
  border-bottom-color: #a80309 !important;
}

.border-right-alert {
  border-right-color: #a80309 !important;
}

.border-left-alert {
  border-left-color: #a80309 !important;
}

.text-warning {
  color: #f8d362 !important;
}

.bg-warning {
  background-color: #f8d362 !important;
}

.border-warning {
  border-left-color: #f8d362 !important;
  border-right-color: #f8d362 !important;
  border-bottom-color: #f8d362 !important;
  border-top-color: #f8d362 !important;
}

.border-top-warning {
  border-top-color: #f8d362 !important;
}

.border-bottom-warning {
  border-bottom-color: #f8d362 !important;
}

.border-right-warning {
  border-right-color: #f8d362 !important;
}

.border-left-warning {
  border-left-color: #f8d362 !important;
}

.text-success {
  color: #0c7810 !important;
}

.bg-success {
  background-color: #0c7810 !important;
}

.border-success {
  border-left-color: #0c7810 !important;
  border-right-color: #0c7810 !important;
  border-bottom-color: #0c7810 !important;
  border-top-color: #0c7810 !important;
}

.border-top-success {
  border-top-color: #0c7810 !important;
}

.border-bottom-success {
  border-bottom-color: #0c7810 !important;
}

.border-right-success {
  border-right-color: #0c7810 !important;
}

.border-left-success {
  border-left-color: #0c7810 !important;
}

.text-info {
  color: #0066BB !important;
}

.bg-info {
  background-color: #0066BB !important;
}

.border-info {
  border-left-color: #0066BB !important;
  border-right-color: #0066BB !important;
  border-bottom-color: #0066BB !important;
  border-top-color: #0066BB !important;
}

.border-top-info {
  border-top-color: #0066BB !important;
}

.border-bottom-info {
  border-bottom-color: #0066BB !important;
}

.border-right-info {
  border-right-color: #0066BB !important;
}

.border-left-info {
  border-left-color: #0066BB !important;
}

.text-alert-pale {
  color: #faccd0 !important;
}

.bg-alert-pale {
  background-color: #faccd0 !important;
}

.border-alert-pale {
  border-left-color: #faccd0 !important;
  border-right-color: #faccd0 !important;
  border-bottom-color: #faccd0 !important;
  border-top-color: #faccd0 !important;
}

.border-top-alert-pale {
  border-top-color: #faccd0 !important;
}

.border-bottom-alert-pale {
  border-bottom-color: #faccd0 !important;
}

.border-right-alert-pale {
  border-right-color: #faccd0 !important;
}

.border-left-alert-pale {
  border-left-color: #faccd0 !important;
}

.text-warning-pale {
  color: #ffe8a6 !important;
}

.bg-warning-pale {
  background-color: #ffe8a6 !important;
}

.border-warning-pale {
  border-left-color: #ffe8a6 !important;
  border-right-color: #ffe8a6 !important;
  border-bottom-color: #ffe8a6 !important;
  border-top-color: #ffe8a6 !important;
}

.border-top-warning-pale {
  border-top-color: #ffe8a6 !important;
}

.border-bottom-warning-pale {
  border-bottom-color: #ffe8a6 !important;
}

.border-right-warning-pale {
  border-right-color: #ffe8a6 !important;
}

.border-left-warning-pale {
  border-left-color: #ffe8a6 !important;
}

.text-success-pale {
  color: #d5ead3 !important;
}

.bg-success-pale {
  background-color: #d5ead3 !important;
}

.border-success-pale {
  border-left-color: #d5ead3 !important;
  border-right-color: #d5ead3 !important;
  border-bottom-color: #d5ead3 !important;
  border-top-color: #d5ead3 !important;
}

.border-top-success-pale {
  border-top-color: #d5ead3 !important;
}

.border-bottom-success-pale {
  border-bottom-color: #d5ead3 !important;
}

.border-right-success-pale {
  border-right-color: #d5ead3 !important;
}

.border-left-success-pale {
  border-left-color: #d5ead3 !important;
}

.text-info-pale {
  color: #bed8f1 !important;
}

.bg-info-pale {
  background-color: #bed8f1 !important;
}

.border-info-pale {
  border-left-color: #bed8f1 !important;
  border-right-color: #bed8f1 !important;
  border-bottom-color: #bed8f1 !important;
  border-top-color: #bed8f1 !important;
}

.border-top-info-pale {
  border-top-color: #bed8f1 !important;
}

.border-bottom-info-pale {
  border-bottom-color: #bed8f1 !important;
}

.border-right-info-pale {
  border-right-color: #bed8f1 !important;
}

.border-left-info-pale {
  border-left-color: #bed8f1 !important;
}

.text-android-color {
  color: #6ab344 !important;
}

.bg-android-color {
  background-color: #6ab344 !important;
}

.border-android-color {
  border-left-color: #6ab344 !important;
  border-right-color: #6ab344 !important;
  border-bottom-color: #6ab344 !important;
  border-top-color: #6ab344 !important;
}

.border-top-android-color {
  border-top-color: #6ab344 !important;
}

.border-bottom-android-color {
  border-bottom-color: #6ab344 !important;
}

.border-right-android-color {
  border-right-color: #6ab344 !important;
}

.border-left-android-color {
  border-left-color: #6ab344 !important;
}

.text-android-color-active {
  color: #77be53 !important;
}

.bg-android-color-active {
  background-color: #77be53 !important;
}

.border-android-color-active {
  border-left-color: #77be53 !important;
  border-right-color: #77be53 !important;
  border-bottom-color: #77be53 !important;
  border-top-color: #77be53 !important;
}

.border-top-android-color-active {
  border-top-color: #77be53 !important;
}

.border-bottom-android-color-active {
  border-bottom-color: #77be53 !important;
}

.border-right-android-color-active {
  border-right-color: #77be53 !important;
}

.border-left-android-color-active {
  border-left-color: #77be53 !important;
}

.text-apple-color {
  color: #323232 !important;
}

.bg-apple-color {
  background-color: #323232 !important;
}

.border-apple-color {
  border-left-color: #323232 !important;
  border-right-color: #323232 !important;
  border-bottom-color: #323232 !important;
  border-top-color: #323232 !important;
}

.border-top-apple-color {
  border-top-color: #323232 !important;
}

.border-bottom-apple-color {
  border-bottom-color: #323232 !important;
}

.border-right-apple-color {
  border-right-color: #323232 !important;
}

.border-left-apple-color {
  border-left-color: #323232 !important;
}

.text-apple-color-active {
  color: #3f3f3f !important;
}

.bg-apple-color-active {
  background-color: #3f3f3f !important;
}

.border-apple-color-active {
  border-left-color: #3f3f3f !important;
  border-right-color: #3f3f3f !important;
  border-bottom-color: #3f3f3f !important;
  border-top-color: #3f3f3f !important;
}

.border-top-apple-color-active {
  border-top-color: #3f3f3f !important;
}

.border-bottom-apple-color-active {
  border-bottom-color: #3f3f3f !important;
}

.border-right-apple-color-active {
  border-right-color: #3f3f3f !important;
}

.border-left-apple-color-active {
  border-left-color: #3f3f3f !important;
}

.text-facebook-color {
  color: #3b5998 !important;
}

.bg-facebook-color {
  background-color: #3b5998 !important;
}

.border-facebook-color {
  border-left-color: #3b5998 !important;
  border-right-color: #3b5998 !important;
  border-bottom-color: #3b5998 !important;
  border-top-color: #3b5998 !important;
}

.border-top-facebook-color {
  border-top-color: #3b5998 !important;
}

.border-bottom-facebook-color {
  border-bottom-color: #3b5998 !important;
}

.border-right-facebook-color {
  border-right-color: #3b5998 !important;
}

.border-left-facebook-color {
  border-left-color: #3b5998 !important;
}

.text-facebook-color-active {
  color: #4264aa !important;
}

.bg-facebook-color-active {
  background-color: #4264aa !important;
}

.border-facebook-color-active {
  border-left-color: #4264aa !important;
  border-right-color: #4264aa !important;
  border-bottom-color: #4264aa !important;
  border-top-color: #4264aa !important;
}

.border-top-facebook-color-active {
  border-top-color: #4264aa !important;
}

.border-bottom-facebook-color-active {
  border-bottom-color: #4264aa !important;
}

.border-right-facebook-color-active {
  border-right-color: #4264aa !important;
}

.border-left-facebook-color-active {
  border-left-color: #4264aa !important;
}

.text-google-plus-color {
  color: #dd4b39 !important;
}

.bg-google-plus-color {
  background-color: #dd4b39 !important;
}

.border-google-plus-color {
  border-left-color: #dd4b39 !important;
  border-right-color: #dd4b39 !important;
  border-bottom-color: #dd4b39 !important;
  border-top-color: #dd4b39 !important;
}

.border-top-google-plus-color {
  border-top-color: #dd4b39 !important;
}

.border-bottom-google-plus-color {
  border-bottom-color: #dd4b39 !important;
}

.border-right-google-plus-color {
  border-right-color: #dd4b39 !important;
}

.border-left-google-plus-color {
  border-left-color: #dd4b39 !important;
}

.text-google-plus-color-active {
  color: #e15f4f !important;
}

.bg-google-plus-color-active {
  background-color: #e15f4f !important;
}

.border-google-plus-color-active {
  border-left-color: #e15f4f !important;
  border-right-color: #e15f4f !important;
  border-bottom-color: #e15f4f !important;
  border-top-color: #e15f4f !important;
}

.border-top-google-plus-color-active {
  border-top-color: #e15f4f !important;
}

.border-bottom-google-plus-color-active {
  border-bottom-color: #e15f4f !important;
}

.border-right-google-plus-color-active {
  border-right-color: #e15f4f !important;
}

.border-left-google-plus-color-active {
  border-left-color: #e15f4f !important;
}

.text-instagram-color {
  color: #125688 !important;
}

.bg-instagram-color {
  background-color: #125688 !important;
}

.border-instagram-color {
  border-left-color: #125688 !important;
  border-right-color: #125688 !important;
  border-bottom-color: #125688 !important;
  border-top-color: #125688 !important;
}

.border-top-instagram-color {
  border-top-color: #125688 !important;
}

.border-bottom-instagram-color {
  border-bottom-color: #125688 !important;
}

.border-right-instagram-color {
  border-right-color: #125688 !important;
}

.border-left-instagram-color {
  border-left-color: #125688 !important;
}

.text-instagram-color-active {
  color: #15649f !important;
}

.bg-instagram-color-active {
  background-color: #15649f !important;
}

.border-instagram-color-active {
  border-left-color: #15649f !important;
  border-right-color: #15649f !important;
  border-bottom-color: #15649f !important;
  border-top-color: #15649f !important;
}

.border-top-instagram-color-active {
  border-top-color: #15649f !important;
}

.border-bottom-instagram-color-active {
  border-bottom-color: #15649f !important;
}

.border-right-instagram-color-active {
  border-right-color: #15649f !important;
}

.border-left-instagram-color-active {
  border-left-color: #15649f !important;
}

.text-myspace-color {
  color: #030303 !important;
}

.bg-myspace-color {
  background-color: #030303 !important;
}

.border-myspace-color {
  border-left-color: #030303 !important;
  border-right-color: #030303 !important;
  border-bottom-color: #030303 !important;
  border-top-color: #030303 !important;
}

.border-top-myspace-color {
  border-top-color: #030303 !important;
}

.border-bottom-myspace-color {
  border-bottom-color: #030303 !important;
}

.border-right-myspace-color {
  border-right-color: #030303 !important;
}

.border-left-myspace-color {
  border-left-color: #030303 !important;
}

.text-myspace-color-active {
  color: #101010 !important;
}

.bg-myspace-color-active {
  background-color: #101010 !important;
}

.border-myspace-color-active {
  border-left-color: #101010 !important;
  border-right-color: #101010 !important;
  border-bottom-color: #101010 !important;
  border-top-color: #101010 !important;
}

.border-top-myspace-color-active {
  border-top-color: #101010 !important;
}

.border-bottom-myspace-color-active {
  border-bottom-color: #101010 !important;
}

.border-right-myspace-color-active {
  border-right-color: #101010 !important;
}

.border-left-myspace-color-active {
  border-left-color: #101010 !important;
}

.text-pinterest-color {
  color: #cb2027 !important;
}

.bg-pinterest-color {
  background-color: #cb2027 !important;
}

.border-pinterest-color {
  border-left-color: #cb2027 !important;
  border-right-color: #cb2027 !important;
  border-bottom-color: #cb2027 !important;
  border-top-color: #cb2027 !important;
}

.border-top-pinterest-color {
  border-top-color: #cb2027 !important;
}

.border-bottom-pinterest-color {
  border-bottom-color: #cb2027 !important;
}

.border-right-pinterest-color {
  border-right-color: #cb2027 !important;
}

.border-left-pinterest-color {
  border-left-color: #cb2027 !important;
}

.text-pinterest-color-active {
  color: #dd272f !important;
}

.bg-pinterest-color-active {
  background-color: #dd272f !important;
}

.border-pinterest-color-active {
  border-left-color: #dd272f !important;
  border-right-color: #dd272f !important;
  border-bottom-color: #dd272f !important;
  border-top-color: #dd272f !important;
}

.border-top-pinterest-color-active {
  border-top-color: #dd272f !important;
}

.border-bottom-pinterest-color-active {
  border-bottom-color: #dd272f !important;
}

.border-right-pinterest-color-active {
  border-right-color: #dd272f !important;
}

.border-left-pinterest-color-active {
  border-left-color: #dd272f !important;
}

.text-skype-color {
  color: #00aff0 !important;
}

.bg-skype-color {
  background-color: #00aff0 !important;
}

.border-skype-color {
  border-left-color: #00aff0 !important;
  border-right-color: #00aff0 !important;
  border-bottom-color: #00aff0 !important;
  border-top-color: #00aff0 !important;
}

.border-top-skype-color {
  border-top-color: #00aff0 !important;
}

.border-bottom-skype-color {
  border-bottom-color: #00aff0 !important;
}

.border-right-skype-color {
  border-right-color: #00aff0 !important;
}

.border-left-skype-color {
  border-left-color: #00aff0 !important;
}

.text-skype-color-active {
  color: #0bbdff !important;
}

.bg-skype-color-active {
  background-color: #0bbdff !important;
}

.border-skype-color-active {
  border-left-color: #0bbdff !important;
  border-right-color: #0bbdff !important;
  border-bottom-color: #0bbdff !important;
  border-top-color: #0bbdff !important;
}

.border-top-skype-color-active {
  border-top-color: #0bbdff !important;
}

.border-bottom-skype-color-active {
  border-bottom-color: #0bbdff !important;
}

.border-right-skype-color-active {
  border-right-color: #0bbdff !important;
}

.border-left-skype-color-active {
  border-left-color: #0bbdff !important;
}

.text-twitter-color {
  color: #00aced !important;
}

.bg-twitter-color {
  background-color: #00aced !important;
}

.border-twitter-color {
  border-left-color: #00aced !important;
  border-right-color: #00aced !important;
  border-bottom-color: #00aced !important;
  border-top-color: #00aced !important;
}

.border-top-twitter-color {
  border-top-color: #00aced !important;
}

.border-bottom-twitter-color {
  border-bottom-color: #00aced !important;
}

.border-right-twitter-color {
  border-right-color: #00aced !important;
}

.border-left-twitter-color {
  border-left-color: #00aced !important;
}

.text-twitter-color-active {
  color: #08bbff !important;
}

.bg-twitter-color-active {
  background-color: #08bbff !important;
}

.border-twitter-color-active {
  border-left-color: #08bbff !important;
  border-right-color: #08bbff !important;
  border-bottom-color: #08bbff !important;
  border-top-color: #08bbff !important;
}

.border-top-twitter-color-active {
  border-top-color: #08bbff !important;
}

.border-bottom-twitter-color-active {
  border-bottom-color: #08bbff !important;
}

.border-right-twitter-color-active {
  border-right-color: #08bbff !important;
}

.border-left-twitter-color-active {
  border-left-color: #08bbff !important;
}

.text-vimeo-color {
  color: #44bbff !important;
}

.bg-vimeo-color {
  background-color: #44bbff !important;
}

.border-vimeo-color {
  border-left-color: #44bbff !important;
  border-right-color: #44bbff !important;
  border-bottom-color: #44bbff !important;
  border-top-color: #44bbff !important;
}

.border-top-vimeo-color {
  border-top-color: #44bbff !important;
}

.border-bottom-vimeo-color {
  border-bottom-color: #44bbff !important;
}

.border-right-vimeo-color {
  border-right-color: #44bbff !important;
}

.border-left-vimeo-color {
  border-left-color: #44bbff !important;
}

.text-vimeo-color-active {
  color: #5ec4ff !important;
}

.bg-vimeo-color-active {
  background-color: #5ec4ff !important;
}

.border-vimeo-color-active {
  border-left-color: #5ec4ff !important;
  border-right-color: #5ec4ff !important;
  border-bottom-color: #5ec4ff !important;
  border-top-color: #5ec4ff !important;
}

.border-top-vimeo-color-active {
  border-top-color: #5ec4ff !important;
}

.border-bottom-vimeo-color-active {
  border-bottom-color: #5ec4ff !important;
}

.border-right-vimeo-color-active {
  border-right-color: #5ec4ff !important;
}

.border-left-vimeo-color-active {
  border-left-color: #5ec4ff !important;
}

.text-vine-color {
  color: #00bf8f !important;
}

.bg-vine-color {
  background-color: #00bf8f !important;
}

.border-vine-color {
  border-left-color: #00bf8f !important;
  border-right-color: #00bf8f !important;
  border-bottom-color: #00bf8f !important;
  border-top-color: #00bf8f !important;
}

.border-top-vine-color {
  border-top-color: #00bf8f !important;
}

.border-bottom-vine-color {
  border-bottom-color: #00bf8f !important;
}

.border-right-vine-color {
  border-right-color: #00bf8f !important;
}

.border-left-vine-color {
  border-left-color: #00bf8f !important;
}

.text-vine-color-active {
  color: #00d9a2 !important;
}

.bg-vine-color-active {
  background-color: #00d9a2 !important;
}

.border-vine-color-active {
  border-left-color: #00d9a2 !important;
  border-right-color: #00d9a2 !important;
  border-bottom-color: #00d9a2 !important;
  border-top-color: #00d9a2 !important;
}

.border-top-vine-color-active {
  border-top-color: #00d9a2 !important;
}

.border-bottom-vine-color-active {
  border-bottom-color: #00d9a2 !important;
}

.border-right-vine-color-active {
  border-right-color: #00d9a2 !important;
}

.border-left-vine-color-active {
  border-left-color: #00d9a2 !important;
}

.text-yahoo-color {
  color: #500095 !important;
}

.bg-yahoo-color {
  background-color: #500095 !important;
}

.border-yahoo-color {
  border-left-color: #500095 !important;
  border-right-color: #500095 !important;
  border-bottom-color: #500095 !important;
  border-top-color: #500095 !important;
}

.border-top-yahoo-color {
  border-top-color: #500095 !important;
}

.border-bottom-yahoo-color {
  border-bottom-color: #500095 !important;
}

.border-right-yahoo-color {
  border-right-color: #500095 !important;
}

.border-left-yahoo-color {
  border-left-color: #500095 !important;
}

.text-yahoo-color-active {
  color: #5e00af !important;
}

.bg-yahoo-color-active {
  background-color: #5e00af !important;
}

.border-yahoo-color-active {
  border-left-color: #5e00af !important;
  border-right-color: #5e00af !important;
  border-bottom-color: #5e00af !important;
  border-top-color: #5e00af !important;
}

.border-top-yahoo-color-active {
  border-top-color: #5e00af !important;
}

.border-bottom-yahoo-color-active {
  border-bottom-color: #5e00af !important;
}

.border-right-yahoo-color-active {
  border-right-color: #5e00af !important;
}

.border-left-yahoo-color-active {
  border-left-color: #5e00af !important;
}

.text-youtube-color {
  color: #bb0000 !important;
}

.bg-youtube-color {
  background-color: #bb0000 !important;
}

.border-youtube-color {
  border-left-color: #bb0000 !important;
  border-right-color: #bb0000 !important;
  border-bottom-color: #bb0000 !important;
  border-top-color: #bb0000 !important;
}

.border-top-youtube-color {
  border-top-color: #bb0000 !important;
}

.border-bottom-youtube-color {
  border-bottom-color: #bb0000 !important;
}

.border-right-youtube-color {
  border-right-color: #bb0000 !important;
}

.border-left-youtube-color {
  border-left-color: #bb0000 !important;
}

.text-youtube-color-active {
  color: #d50000 !important;
}

.bg-youtube-color-active {
  background-color: #d50000 !important;
}

.border-youtube-color-active {
  border-left-color: #d50000 !important;
  border-right-color: #d50000 !important;
  border-bottom-color: #d50000 !important;
  border-top-color: #d50000 !important;
}

.border-top-youtube-color-active {
  border-top-color: #d50000 !important;
}

.border-bottom-youtube-color-active {
  border-bottom-color: #d50000 !important;
}

.border-right-youtube-color-active {
  border-right-color: #d50000 !important;
}

.border-left-youtube-color-active {
  border-left-color: #d50000 !important;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Typography resets */

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: #0066BB;
  text-decoration: none;
  line-height: inherit;
}

a:hover {
  color: #00478e;
}

a:focus {
  color: #333333;
}

a img {
  border: none;
}

p a,
a.underline {
  text-decoration: underline;
}

/* Default paragraph styles */

p,
.p {
  font-family: inherit;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  text-rendering: optimizeLegibility;
}

p aside,
.p aside {
  font-size: 0.875rem;
  line-height: 1.5;
  font-style: italic;
}

.body-font {
  font-family: BrandFont, Arial, sans-serif;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.normal-weight {
  font-weight: normal !important;
}

.normal-style {
  font-style: normal !important;
}

.no-wrap {
  white-space: nowrap;
}

.allow-wrap,
.break-word {
  word-wrap: break-word;
}

.caps,
.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.defaultcase,
.mixedcase,
.default-case,
.mixed-case {
  text-transform: none;
}

.capitalize,
.title-case {
  text-transform: capitalize;
}

.ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 87.5%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}

kbd {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #000;
  letter-spacing: -0.04375rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h6,
.h6 {
  font-family: BrandFont, Arial, sans-serif;
  text-rendering: optimizeLegibility;
  margin-top: 0.875rem;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  font-weight: bold;
  font-style: normal;
}

h1[class*="icon-"],
h2[class*="icon-"],
h3[class*="icon-"],
h4[class*="icon-"],
h5[class*="icon-"],
h6[class*="icon-"],
.h1[class*="icon-"],
.h2[class*="icon-"],
.h3[class*="icon-"],
.h4[class*="icon-"],
.h6[class*="icon-"],
.h6[class*="icon-"] {
  margin: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h6 small,
.h6 small {
  font-size: 87.5%;
}

h1,
.h1 {
  font-size: 2.25rem;
  color: #cd040b;
  line-height: 2.375rem;
}

h1 em,
.h1 em {
  font-style: normal;
}

h2,
.h2 {
  font-size: 1.875rem;
  color: #cd040b;
  line-height: 2rem;
}

h3,
.h3 {
  font-size: 1.5rem;
  color: #cd040b;
  line-height: 1.625rem;
}

h4,
.h4 {
  font-size: 1.125rem;
  color: #cd040b;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h5,
.h5 {
  font-size: 1.125rem;
  color: #000;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h6,
.h6 {
  font-size: 1rem;
  color: #000;
  line-height: 1.25rem;
  margin-bottom: 0.75rem;
}

h1.big,
.h1.big {
  font-size: 3.75rem;
  line-height: 3.875rem;
}

h2.big,
.h2.big {
  font-size: 3rem;
  line-height: 3.125rem;
}

h3.big,
.h3.big {
  font-size: 2.25rem;
  line-height: 2.375rem;
}

h4.big,
.h4.big {
  font-size: 1.875rem;
  line-height: 2rem;
}

h5.big,
.h5.big {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

h6.big,
.h6.big {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media only screen and (min-width: 48rem) {
  h1,
  .h1 {
    font-size: 3.75rem;
    line-height: 3.875rem;
  }

  h1.small,
  .h1.small {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }

  h2,
  .h2 {
    font-size: 3rem;
    line-height: 3.125rem;
  }

  h2.small,
  .h2.small {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  h3,
  .h3 {
    font-size: 2.25rem;
    line-height: 2.375rem;
  }

  h3.small,
  .h3.small {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }

  h4,
  .h4 {
    font-size: 1.875rem;
    line-height: 2rem;
  }

  h4.small,
  .h4.small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  h5,
  .h5 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  h5.small,
  .h5.small {
    font-size: 1.125rem;
    line-height: 1.25rem;
  }

  h6,
  .h6 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  h6.small,
  .h6.small {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Lists */

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1.5rem;
  list-style-position: outside;
}

ul.spaced-zero > li:first-child,
ol.spaced-zero > li:first-child {
  margin-top: 0;
}

ul.spaced-zero > li,
ol.spaced-zero > li {
  margin-top: 0;
}

ul.spaced-zero > li:last-child,
ol.spaced-zero > li:last-child {
  margin-bottom: 0;
}

ul.spaced-small > li:first-child,
ol.spaced-small > li:first-child {
  margin-top: 0;
}

ul.spaced-small > li,
ol.spaced-small > li {
  margin-top: 0.75rem;
}

ul.spaced-small > li:last-child,
ol.spaced-small > li:last-child {
  margin-bottom: 0.75rem;
}

ul.spaced > li:first-child,
ul.spaced-medium > li:first-child,
ol.spaced > li:first-child,
ol.spaced-medium > li:first-child {
  margin-top: 0;
}

ul.spaced > li,
ul.spaced-medium > li,
ol.spaced > li,
ol.spaced-medium > li {
  margin-top: 1.125rem;
}

ul.spaced > li:last-child,
ul.spaced-medium > li:last-child,
ol.spaced > li:last-child,
ol.spaced-medium > li:last-child {
  margin-bottom: 1.125rem;
}

ul.spaced-large > li:first-child,
ol.spaced-large > li:first-child {
  margin-top: 0;
}

ul.spaced-large > li,
ol.spaced-large > li {
  margin-top: 1.5rem;
}

ul.spaced-large > li:last-child,
ol.spaced-large > li:last-child {
  margin-bottom: 1.5rem;
}

ul.clearing,
ol.clearing {
  clear: both;
  /*@mixin clearfix*/
  *zoom: 1;
}

ul.clearing:after,
ol.clearing:after {
  content: " ";
  display: table;
}

ul.clearing:after,
ol.clearing:after {
  clear: both;
}

ul.clearing > li,
ol.clearing > li {
  /*@mixin clearfix*/
  *zoom: 1;
}

ul.clearing > li:after,
ol.clearing > li:after {
  content: " ";
  display: table;
}

ul.clearing > li:after,
ol.clearing > li:after {
  clear: both;
}

li > ul.spaced-small,
li > ol.spaced-small {
  margin-top: 0.75rem;
}

li > ul.spaced,
li > ul.spaced-medium,
li > ol.spaced,
li > ol.spaced-medium {
  margin-top: 1.5rem;
}

li > ul.spaced-large,
li > ol.spaced-large {
  margin-top: 2.625rem;
}

ul {
  margin-left: 1.2rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.3125rem;
  margin-bottom: 0;
  list-style: none;
}

ul.no-bullet .no-bullet {
  margin-left: 1.3125rem;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.3125rem;
  margin-bottom: 0;
}

ul li ul.no-bullet,
ul li ol.no-bullet {
  margin-bottom: 1.5rem;
}

ul.square {
  list-style-type: square;
  margin-left: 1.2rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 1.2rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 1.2rem;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.3125rem;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.375rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.text-tiny,
.text-tiny > * {
  font-size: 0.625rem !important;
  line-height: 0.75rem;
}

.text-small,
.text-small > * {
  font-size: 0.75rem !important;
  line-height: 1.125rem;
}

.text-normal,
.text-normal > * {
  font-size: 0.875rem !important;
  line-height: 1.3125rem;
}

.text-large,
.text-large > * {
  font-size: 1rem !important;
  line-height: 1.3125rem;
}

.text-xlarge,
.text-xlarge > * {
  font-size: 1.125rem !important;
  line-height: 1.5rem;
}

.text-xxlarge,
.text-xxlarge > * {
  font-size: 1.5rem !important;
  line-height: 1.875rem;
}

.text-xsmaller {
  font-size: .714em !important;
  line-height: 1.2;
}

.text-smaller {
  font-size: .857em !important;
  line-height: 1.5;
}

.text-inherit {
  font-size: inherit !important;
  line-height: inherit;
}

.text-larger {
  font-size: 1.143em !important;
  line-height: 1.3125;
}

.text-xlarger {
  font-size: 1.286em !important;
  line-height: 1.333;
}

.text-xxlarger {
  font-size: 1.714em !important;
  line-height: 1.25;
}

.line-height-tiny {
  line-height: 1 !important;
}

.line-height-small {
  line-height: 1.25 !important;
}

.line-height-medium {
  line-height: 1.5 !important;
}

.line-height-large {
  line-height: 1.75 !important;
}

.line-height-xlarge {
  line-height: 2 !important;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.5625rem;
  /*@mixin clearfix*/
  *zoom: 1;
}

[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.5625rem 1.125rem;
}

[class*="block-grid-"].spacing-vert-zero > li {
  padding-bottom: 0;
}

[class*="block-grid-"].spacing-horiz-zero {
  margin-left: 0;
  margin-right: 0;
}

[class*="block-grid-"].spacing-horiz-zero > li {
  padding-left: 0;
  padding-right: 0;
}

[class*="block-grid-"].spacing-all-zero {
  margin-left: 0;
  margin-right: 0;
}

[class*="block-grid-"].spacing-all-zero > li {
  padding: 0;
}

@media only screen {
  .tiny-block-grid-1 > li {
    width: 100%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-1 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .tiny-block-grid-2 > li {
    width: 50%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-2 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .tiny-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-3 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .tiny-block-grid-4 > li {
    width: 25%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-4 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .tiny-block-grid-5 > li {
    width: 20%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-5 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .tiny-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-6 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .tiny-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-7 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .tiny-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-8 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .tiny-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-9 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .tiny-block-grid-10 > li {
    width: 10%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-10 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .tiny-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-11 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .tiny-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .tiny-block-grid-12 > li:nth-of-type(n+0) {
    clear: none;
  }

  .tiny-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(n+0) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(n+0) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.5625rem 1.125rem;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(n+0) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.button,
a.button {
  width: 100%;
  display: inline-block;
  min-height: 3rem;
  position: relative;
  background-image: none;
  vertical-align: middle;
  padding: 0.75rem 3.5rem 0.75rem 1.875rem;
  margin-bottom: 0;
  background-color: #cd040b;
  text-align: left;
  color: #fff;
  font-family: BrandFont, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.5;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

.button:hover,
a.button:hover {
  text-decoration: none;
}

.button::before,
a.button::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.button::before,
a.button::before {
  position: absolute;
  font-size: 1.125rem;
  line-height: 1;
  right: 1.875rem;
  top: 50%;
  margin-top: -0.5625rem;
  transition: right 0.3s, left 0.3s, color 0.3s;
}

.button.multi-line,
a.button.multi-line {
  padding-top: 0;
  padding-bottom: 0;
}

.button.multi-line > span,
.button.multi-line > div,
a.button.multi-line > span,
a.button.multi-line > div {
  vertical-align: middle;
  line-height: 1.25;
  display: table-cell;
  height: 3rem;
}

.button.multi-line.cta-text::before,
a.button.multi-line.cta-text::before {
  top: 73%;
}

.button.auto,
a.button.auto {
  width: auto;
}

.button.hide,
a.button.hide {
  display: none;
}

.button.flex,
a.button.flex {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 30.0625rem) {
  .button.flex,
  a.button.flex {
    width: 65%;
  }
}

@media only screen and (min-width: 48rem) {
  .button.flex,
  a.button.flex {
    width: 60%;
  }
}

@media only screen and (min-width: 60.625rem) {
  .button.flex,
  a.button.flex {
    width: 50%;
  }
}

@media only screen and (min-width: 80.0625rem) {
  .button.flex,
  a.button.flex {
    width: 40%;
  }
}

.button.secondary,
a.button.secondary {
  background-color: #4b4b4b;
  color: #fff;
}

.button.secondary::before,
a.button.secondary::before {
  color: #fff;
}

.button.secondary:hover,
a.button.secondary:hover {
  background-color: #333;
  color: #fff;
}

.button:hover,
a.button:hover {
  color: #fff;
  background-color: #a80309;
}

.button:hover.animate::before,
.button:hover.cta-text:not(.no-animate)::before,
a.button:hover.animate::before,
a.button:hover.cta-text:not(.no-animate)::before {
  right: 1.25rem;
}

.button:active,
a.button:active {
  color: #fff;
  background-color: #990308;
}

.button.large,
a.button.large {
  font-size: 1rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  min-height: 3.75rem;
}

.button.large.multi-line,
a.button.large.multi-line {
  padding-top: 0;
  padding-bottom: 0;
}

.button.large.multi-line > span,
.button.large.multi-line > div,
a.button.large.multi-line > span,
a.button.large.multi-line > div {
  height: 3.75rem;
}

.button.cta-text,
.button.link-text,
a.button.cta-text,
a.button.link-text {
  color: #000;
  padding-left: 0;
  padding-right: 2rem;
  background-color: transparent;
  width: auto;
}

.button.cta-text::before,
.button.link-text::before,
a.button.cta-text::before,
a.button.link-text::before {
  color: #cd040b;
  right: 0.375rem;
}

.button.cta-text:hover:not(.no-animate)::before,
.button.link-text:hover:not(.no-animate)::before,
a.button.cta-text:hover:not(.no-animate)::before,
a.button.link-text:hover:not(.no-animate)::before {
  color: #a80309;
  right: -0.25rem;
}

.button.cta-text:active::before,
.button.link-text:active::before,
a.button.cta-text:active::before,
a.button.link-text:active::before {
  color: #990308;
}

.button.cta-text.large,
.button.link-text.large,
a.button.cta-text.large,
a.button.link-text.large {
  font-size: 1.5rem;
  padding-right: 2.625rem;
}

.button.cta-text.large::before,
.button.link-text.large::before,
a.button.cta-text.large::before,
a.button.link-text.large::before {
  font-size: 1.5rem;
  margin-top: -0.625rem;
}

.button.link-text,
a.button.link-text {
  color: #0066BB;
  padding-right: 0;
  font-size: 0.875rem;
}

.button.link-text.large,
a.button.link-text.large {
  font-size: 1.125rem;
}

.button.link-text::before,
a.button.link-text::before {
  display: none;
}

.button.link-text:hover,
a.button.link-text:hover {
  color: #00478e;
  text-decoration: underline;
}

.button.link-text:active,
a.button.link-text:active {
  color: #333333;
}

.button.no-icon,
a.button.no-icon {
  padding-right: 1.875rem;
}

.button.no-icon::before,
a.button.no-icon::before {
  display: none;
}

.button.rev,
a.button.rev {
  padding: 0.75rem 1.875rem 0.75rem 3.5rem;
  text-align: right;
}

.button.rev.large,
.button.rev.narrow.large,
a.button.rev.large,
a.button.rev.narrow.large {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.button.rev.large::before,
.button.rev::before,
a.button.rev.large::before,
a.button.rev::before {
  right: auto;
  left: 1.875rem;
}

.button.rev.animate.large:hover::before,
.button.rev.animate:hover::before,
a.button.rev.animate.large:hover::before,
a.button.rev.animate:hover::before {
  left: 1.25rem;
  right: auto;
}

.button.rev.cta-text,
a.button.rev.cta-text {
  padding-left: 2rem;
  padding-right: 0;
  right: auto;
}

.button.rev.cta-text.large,
a.button.rev.cta-text.large {
  padding-left: 2.625rem;
}

.button.rev.cta-text::before,
a.button.rev.cta-text::before {
  right: auto;
  left: 0.4375rem;
}

.button.rev.cta-text:hover:not(.no-animate)::before,
a.button.rev.cta-text:hover:not(.no-animate)::before {
  right: auto;
  left: -0.1875rem;
}

.button:focus.disabled,
.button:focus[disabled],
a.button:focus.disabled,
a.button:focus[disabled] {
  box-shadow: none;
}

.button.disabled,
.button.disabled.cta-text,
.button.disabled.cta-text:focus,
.button.disabled.cta-text:hover,
.button.disabled.link-texk,
.button.disabled.link-text:focus,
.button.disabled.link-text:hover,
.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled].cta-text,
.button[disabled].cta-text:focus,
.button[disabled].cta-text:hover,
.button[disabled].link-text,
.button[disabled].link-text:focus,
.button[disabled].link-text:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
.button[disabled]:focus,
.button[disabled]:hover,
a.button.disabled,
a.button.disabled.cta-text,
a.button.disabled.cta-text:focus,
a.button.disabled.cta-text:hover,
a.button.disabled.link-texk,
a.button.disabled.link-text:focus,
a.button.disabled.link-text:hover,
a.button.disabled.secondary,
a.button.disabled.secondary:focus,
a.button.disabled.secondary:hover,
a.button.disabled:focus,
a.button.disabled:hover,
a.button[disabled],
a.button[disabled].cta-text,
a.button[disabled].cta-text:focus,
a.button[disabled].cta-text:hover,
a.button[disabled].link-text,
a.button[disabled].link-text:focus,
a.button[disabled].link-text:hover,
a.button[disabled].secondary,
a.button[disabled].secondary:focus,
a.button[disabled].secondary:hover,
a.button[disabled]:focus,
a.button[disabled]:hover {
  cursor: pointer;
  cursor: not-allowed;
  position: relative;
  opacity: 0.5;
  box-shadow: none;
}

.button.disabled::after,
.button.disabled.cta-text::after,
.button.disabled.cta-text:focus::after,
.button.disabled.cta-text:hover::after,
.button.disabled.link-texk::after,
.button.disabled.link-text:focus::after,
.button.disabled.link-text:hover::after,
.button.disabled.secondary::after,
.button.disabled.secondary:focus::after,
.button.disabled.secondary:hover::after,
.button.disabled:focus::after,
.button.disabled:hover::after,
.button[disabled]::after,
.button[disabled].cta-text::after,
.button[disabled].cta-text:focus::after,
.button[disabled].cta-text:hover::after,
.button[disabled].link-text::after,
.button[disabled].link-text:focus::after,
.button[disabled].link-text:hover::after,
.button[disabled].secondary::after,
.button[disabled].secondary:focus::after,
.button[disabled].secondary:hover::after,
.button[disabled]:focus::after,
.button[disabled]:hover::after,
a.button.disabled::after,
a.button.disabled.cta-text::after,
a.button.disabled.cta-text:focus::after,
a.button.disabled.cta-text:hover::after,
a.button.disabled.link-texk::after,
a.button.disabled.link-text:focus::after,
a.button.disabled.link-text:hover::after,
a.button.disabled.secondary::after,
a.button.disabled.secondary:focus::after,
a.button.disabled.secondary:hover::after,
a.button.disabled:focus::after,
a.button.disabled:hover::after,
a.button[disabled]::after,
a.button[disabled].cta-text::after,
a.button[disabled].cta-text:focus::after,
a.button[disabled].cta-text:hover::after,
a.button[disabled].link-text::after,
a.button[disabled].link-text:focus::after,
a.button[disabled].link-text:hover::after,
a.button[disabled].secondary::after,
a.button[disabled].secondary:focus::after,
a.button[disabled].secondary:hover::after,
a.button[disabled]:focus::after,
a.button[disabled]:hover::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  cursor: not-allowed;
  z-index: 1;
}

.button.disabled::before,
.button.disabled.cta-text::before,
.button.disabled.cta-text:focus::before,
.button.disabled.cta-text:hover::before,
.button.disabled.link-texk::before,
.button.disabled.link-text:focus::before,
.button.disabled.link-text:hover::before,
.button.disabled.secondary::before,
.button.disabled.secondary:focus::before,
.button.disabled.secondary:hover::before,
.button.disabled:focus::before,
.button.disabled:hover::before,
.button[disabled]::before,
.button[disabled].cta-text::before,
.button[disabled].cta-text:focus::before,
.button[disabled].cta-text:hover::before,
.button[disabled].link-text::before,
.button[disabled].link-text:focus::before,
.button[disabled].link-text:hover::before,
.button[disabled].secondary::before,
.button[disabled].secondary:focus::before,
.button[disabled].secondary:hover::before,
.button[disabled]:focus::before,
.button[disabled]:hover::before,
a.button.disabled::before,
a.button.disabled.cta-text::before,
a.button.disabled.cta-text:focus::before,
a.button.disabled.cta-text:hover::before,
a.button.disabled.link-texk::before,
a.button.disabled.link-text:focus::before,
a.button.disabled.link-text:hover::before,
a.button.disabled.secondary::before,
a.button.disabled.secondary:focus::before,
a.button.disabled.secondary:hover::before,
a.button.disabled:focus::before,
a.button.disabled:hover::before,
a.button[disabled]::before,
a.button[disabled].cta-text::before,
a.button[disabled].cta-text:focus::before,
a.button[disabled].cta-text:hover::before,
a.button[disabled].link-text::before,
a.button[disabled].link-text:focus::before,
a.button[disabled].link-text:hover::before,
a.button[disabled].secondary::before,
a.button[disabled].secondary:focus::before,
a.button[disabled].secondary:hover::before,
a.button[disabled]:focus::before,
a.button[disabled]:hover::before {
  right: 1.875rem;
}

.button.disabled.rev::before,
.button.disabled.cta-text.rev::before,
.button.disabled.cta-text:focus.rev::before,
.button.disabled.cta-text:hover.rev::before,
.button.disabled.link-texk.rev::before,
.button.disabled.link-text:focus.rev::before,
.button.disabled.link-text:hover.rev::before,
.button.disabled.secondary.rev::before,
.button.disabled.secondary:focus.rev::before,
.button.disabled.secondary:hover.rev::before,
.button.disabled:focus.rev::before,
.button.disabled:hover.rev::before,
.button[disabled].rev::before,
.button[disabled].cta-text.rev::before,
.button[disabled].cta-text:focus.rev::before,
.button[disabled].cta-text:hover.rev::before,
.button[disabled].link-text.rev::before,
.button[disabled].link-text:focus.rev::before,
.button[disabled].link-text:hover.rev::before,
.button[disabled].secondary.rev::before,
.button[disabled].secondary:focus.rev::before,
.button[disabled].secondary:hover.rev::before,
.button[disabled]:focus.rev::before,
.button[disabled]:hover.rev::before,
a.button.disabled.rev::before,
a.button.disabled.cta-text.rev::before,
a.button.disabled.cta-text:focus.rev::before,
a.button.disabled.cta-text:hover.rev::before,
a.button.disabled.link-texk.rev::before,
a.button.disabled.link-text:focus.rev::before,
a.button.disabled.link-text:hover.rev::before,
a.button.disabled.secondary.rev::before,
a.button.disabled.secondary:focus.rev::before,
a.button.disabled.secondary:hover.rev::before,
a.button.disabled:focus.rev::before,
a.button.disabled:hover.rev::before,
a.button[disabled].rev::before,
a.button[disabled].cta-text.rev::before,
a.button[disabled].cta-text:focus.rev::before,
a.button[disabled].cta-text:hover.rev::before,
a.button[disabled].link-text.rev::before,
a.button[disabled].link-text:focus.rev::before,
a.button[disabled].link-text:hover.rev::before,
a.button[disabled].secondary.rev::before,
a.button[disabled].secondary:focus.rev::before,
a.button[disabled].secondary:hover.rev::before,
a.button[disabled]:focus.rev::before,
a.button[disabled]:hover.rev::before {
  right: auto;
  left: 1.875rem;
}

.button.disabled,
.button.disabled:active,
.button.disabled:hover,
.button[disabled],
.button[disabled]:active,
.button[disabled]:hover,
a.button.disabled,
a.button.disabled:active,
a.button.disabled:hover,
a.button[disabled],
a.button[disabled]:active,
a.button[disabled]:hover {
  color: #838383;
  background-color: #e4e5e3;
  opacity: 0.9;
}

.button.disabled.cta-text,
.button.disabled.cta-text:active,
.button.disabled.cta-text:hover,
.button[disabled].cta-text,
.button[disabled].cta-text:active,
.button[disabled].cta-text:hover,
a.button.disabled.cta-text,
a.button.disabled.cta-text:active,
a.button.disabled.cta-text:hover,
a.button[disabled].cta-text,
a.button[disabled].cta-text:active,
a.button[disabled].cta-text:hover {
  background-color: transparent;
  color: #767676;
}

.button.disabled.cta-text::before,
.button.disabled.cta-text:active::before,
.button.disabled.cta-text:hover::before,
.button[disabled].cta-text::before,
.button[disabled].cta-text:active::before,
.button[disabled].cta-text:hover::before,
a.button.disabled.cta-text::before,
a.button.disabled.cta-text:active::before,
a.button.disabled.cta-text:hover::before,
a.button[disabled].cta-text::before,
a.button[disabled].cta-text:active::before,
a.button[disabled].cta-text:hover::before {
  color: #767676;
  right: 0.375rem;
}

.button.disabled.cta-text.rev::before,
.button.disabled.cta-text:active.rev::before,
.button.disabled.cta-text:hover.rev::before,
.button[disabled].cta-text.rev::before,
.button[disabled].cta-text:active.rev::before,
.button[disabled].cta-text:hover.rev::before,
a.button.disabled.cta-text.rev::before,
a.button.disabled.cta-text:active.rev::before,
a.button.disabled.cta-text:hover.rev::before,
a.button[disabled].cta-text.rev::before,
a.button[disabled].cta-text:active.rev::before,
a.button[disabled].cta-text:hover.rev::before {
  right: auto;
  left: 0.4375rem;
}

.button.disabled.cta-text.rev.large,
.button.disabled.cta-text:active.rev.large,
.button.disabled.cta-text:hover.rev.large,
.button[disabled].cta-text.rev.large,
.button[disabled].cta-text:active.rev.large,
.button[disabled].cta-text:hover.rev.large,
a.button.disabled.cta-text.rev.large,
a.button.disabled.cta-text:active.rev.large,
a.button.disabled.cta-text:hover.rev.large,
a.button[disabled].cta-text.rev.large,
a.button[disabled].cta-text:active.rev.large,
a.button[disabled].cta-text:hover.rev.large {
  left: 0.4375rem;
}

.button.disabled.link-text,
.button.disabled.link-text:active,
.button.disabled.link-text:hover,
.button[disabled].link-text,
.button[disabled].link-text:active,
.button[disabled].link-text:hover,
a.button.disabled.link-text,
a.button.disabled.link-text:active,
a.button.disabled.link-text:hover,
a.button[disabled].link-text,
a.button[disabled].link-text:active,
a.button[disabled].link-text:hover {
  background-color: transparent;
  color: #0066BB;
  text-decoration: none;
}

.button.narrow,
a.button.narrow {
  padding: 0.75rem 2.5rem 0.75rem 1.125rem;
}

.button.narrow::before,
a.button.narrow::before {
  right: 1.125rem;
}

.button.narrow.animate:hover::before,
a.button.narrow.animate:hover::before {
  right: 0.75rem;
}

.button.narrow.rev,
a.button.narrow.rev {
  padding: 0.75rem 1.125rem 0.75rem 2.5rem;
}

.button.narrow.rev::before,
a.button.narrow.rev::before {
  right: auto;
  left: 1.125rem;
}

.button.narrow.rev.animate:hover:not(.no-animate)::before,
a.button.narrow.rev.animate:hover:not(.no-animate)::before {
  left: 0.75rem;
}

.button.narrow.large,
a.button.narrow.large {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.button.narrow-off,
a.button.narrow-off {
  padding: 0.75rem 3.5rem 0.75rem 1.875rem;
}

.button.narrow-off::before,
a.button.narrow-off::before {
  right: 1.875rem;
}

.button.narrow-off.animate:hover::before,
a.button.narrow-off.animate:hover::before {
  right: 1.25rem;
}

.button.narrow-off.rev,
a.button.narrow-off.rev {
  padding: 0.75rem 1.875rem 0.75rem 3.5rem;
}

.button.narrow-off.rev::before,
a.button.narrow-off.rev::before {
  right: auto;
  left: 1.875rem;
}

.button.narrow-off.rev.animate:hover::before,
a.button.narrow-off.rev.animate:hover::before {
  left: 1.25rem;
}

.button.narrow-off.large,
a.button.narrow-off.large {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

@media only screen {
  .button.tiny-narrow,
  a.button.tiny-narrow {
    padding: 0.75rem 2.5rem 0.75rem 1.125rem;
  }

  .button.tiny-narrow::before,
  a.button.tiny-narrow::before {
    right: 1.125rem;
  }

  .button.tiny-narrow.animate:hover::before,
  a.button.tiny-narrow.animate:hover::before {
    right: 0.75rem;
  }

  .button.tiny-narrow.rev,
  a.button.tiny-narrow.rev {
    padding: 0.75rem 1.125rem 0.75rem 2.5rem;
  }

  .button.tiny-narrow.rev::before,
  a.button.tiny-narrow.rev::before {
    right: auto;
    left: 1.125rem;
  }

  .button.tiny-narrow.rev.animate:hover:not(.no-animate)::before,
  a.button.tiny-narrow.rev.animate:hover:not(.no-animate)::before {
    left: 0.75rem;
  }

  .button.tiny-narrow.large,
  a.button.tiny-narrow.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button.tiny-narrow-off,
  a.button.tiny-narrow-off {
    padding: 0.75rem 3.5rem 0.75rem 1.875rem;
  }

  .button.tiny-narrow-off::before,
  a.button.tiny-narrow-off::before {
    right: 1.875rem;
  }

  .button.tiny-narrow-off.animate:hover::before,
  a.button.tiny-narrow-off.animate:hover::before {
    right: 1.25rem;
  }

  .button.tiny-narrow-off.rev,
  a.button.tiny-narrow-off.rev {
    padding: 0.75rem 1.875rem 0.75rem 3.5rem;
  }

  .button.tiny-narrow-off.rev::before,
  a.button.tiny-narrow-off.rev::before {
    right: auto;
    left: 1.875rem;
  }

  .button.tiny-narrow-off.rev.animate:hover::before,
  a.button.tiny-narrow-off.rev.animate:hover::before {
    left: 1.25rem;
  }

  .button.tiny-narrow-off.large,
  a.button.tiny-narrow-off.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .button.small-narrow,
  a.button.small-narrow {
    padding: 0.75rem 2.5rem 0.75rem 1.125rem;
  }

  .button.small-narrow::before,
  a.button.small-narrow::before {
    right: 1.125rem;
  }

  .button.small-narrow.animate:hover::before,
  a.button.small-narrow.animate:hover::before {
    right: 0.75rem;
  }

  .button.small-narrow.rev,
  a.button.small-narrow.rev {
    padding: 0.75rem 1.125rem 0.75rem 2.5rem;
  }

  .button.small-narrow.rev::before,
  a.button.small-narrow.rev::before {
    right: auto;
    left: 1.125rem;
  }

  .button.small-narrow.rev.animate:hover:not(.no-animate)::before,
  a.button.small-narrow.rev.animate:hover:not(.no-animate)::before {
    left: 0.75rem;
  }

  .button.small-narrow.large,
  a.button.small-narrow.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button.small-narrow-off,
  a.button.small-narrow-off {
    padding: 0.75rem 3.5rem 0.75rem 1.875rem;
  }

  .button.small-narrow-off::before,
  a.button.small-narrow-off::before {
    right: 1.875rem;
  }

  .button.small-narrow-off.animate:hover::before,
  a.button.small-narrow-off.animate:hover::before {
    right: 1.25rem;
  }

  .button.small-narrow-off.rev,
  a.button.small-narrow-off.rev {
    padding: 0.75rem 1.875rem 0.75rem 3.5rem;
  }

  .button.small-narrow-off.rev::before,
  a.button.small-narrow-off.rev::before {
    right: auto;
    left: 1.875rem;
  }

  .button.small-narrow-off.rev.animate:hover::before,
  a.button.small-narrow-off.rev.animate:hover::before {
    left: 1.25rem;
  }

  .button.small-narrow-off.large,
  a.button.small-narrow-off.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

@media only screen and (min-width: 48rem) {
  .button.medium-narrow,
  a.button.medium-narrow {
    padding: 0.75rem 2.5rem 0.75rem 1.125rem;
  }

  .button.medium-narrow::before,
  a.button.medium-narrow::before {
    right: 1.125rem;
  }

  .button.medium-narrow.animate:hover::before,
  a.button.medium-narrow.animate:hover::before {
    right: 0.75rem;
  }

  .button.medium-narrow.rev,
  a.button.medium-narrow.rev {
    padding: 0.75rem 1.125rem 0.75rem 2.5rem;
  }

  .button.medium-narrow.rev::before,
  a.button.medium-narrow.rev::before {
    right: auto;
    left: 1.125rem;
  }

  .button.medium-narrow.rev.animate:hover:not(.no-animate)::before,
  a.button.medium-narrow.rev.animate:hover:not(.no-animate)::before {
    left: 0.75rem;
  }

  .button.medium-narrow.large,
  a.button.medium-narrow.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button.medium-narrow-off,
  a.button.medium-narrow-off {
    padding: 0.75rem 3.5rem 0.75rem 1.875rem;
  }

  .button.medium-narrow-off::before,
  a.button.medium-narrow-off::before {
    right: 1.875rem;
  }

  .button.medium-narrow-off.animate:hover::before,
  a.button.medium-narrow-off.animate:hover::before {
    right: 1.25rem;
  }

  .button.medium-narrow-off.rev,
  a.button.medium-narrow-off.rev {
    padding: 0.75rem 1.875rem 0.75rem 3.5rem;
  }

  .button.medium-narrow-off.rev::before,
  a.button.medium-narrow-off.rev::before {
    right: auto;
    left: 1.875rem;
  }

  .button.medium-narrow-off.rev.animate:hover::before,
  a.button.medium-narrow-off.rev.animate:hover::before {
    left: 1.25rem;
  }

  .button.medium-narrow-off.large,
  a.button.medium-narrow-off.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

@media only screen and (min-width: 60.625rem) {
  .button.large-narrow,
  a.button.large-narrow {
    padding: 0.75rem 2.5rem 0.75rem 1.125rem;
  }

  .button.large-narrow::before,
  a.button.large-narrow::before {
    right: 1.125rem;
  }

  .button.large-narrow.animate:hover::before,
  a.button.large-narrow.animate:hover::before {
    right: 0.75rem;
  }

  .button.large-narrow.rev,
  a.button.large-narrow.rev {
    padding: 0.75rem 1.125rem 0.75rem 2.5rem;
  }

  .button.large-narrow.rev::before,
  a.button.large-narrow.rev::before {
    right: auto;
    left: 1.125rem;
  }

  .button.large-narrow.rev.animate:hover:not(.no-animate)::before,
  a.button.large-narrow.rev.animate:hover:not(.no-animate)::before {
    left: 0.75rem;
  }

  .button.large-narrow.large,
  a.button.large-narrow.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .button.large-narrow-off,
  a.button.large-narrow-off {
    padding: 0.75rem 3.5rem 0.75rem 1.875rem;
  }

  .button.large-narrow-off::before,
  a.button.large-narrow-off::before {
    right: 1.875rem;
  }

  .button.large-narrow-off.animate:hover::before,
  a.button.large-narrow-off.animate:hover::before {
    right: 1.25rem;
  }

  .button.large-narrow-off.rev,
  a.button.large-narrow-off.rev {
    padding: 0.75rem 1.875rem 0.75rem 3.5rem;
  }

  .button.large-narrow-off.rev::before,
  a.button.large-narrow-off.rev::before {
    right: auto;
    left: 1.875rem;
  }

  .button.large-narrow-off.rev.animate:hover::before,
  a.button.large-narrow-off.rev.animate:hover::before {
    left: 1.25rem;
  }

  .button.large-narrow-off.large,
  a.button.large-narrow-off.large {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.cc-logo {
  display: inline-block;
  height: 2.25rem;
  width: 3.625rem;
  padding: 0;
  margin: 0.375rem 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAAMgCAYAAADRNheOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozNEZGNzJDQUZDQjRFMzExODUxNzhDQ0RGRTM0OUE0OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyNkY4NUZGNUI2QjAxMUUzQUE0Q0RBNjJCNDY1NTBGRSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyNkY4NUZGNEI2QjAxMUUzQUE0Q0RBNjJCNDY1NTBGRSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY1Qjk0QjA5QUVCNkUzMTE4NTE3OENDREZFMzQ5QTQ5IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM0RkY3MkNBRkNCNEUzMTE4NTE3OENDREZFMzQ5QTQ5Ii8+IDwvcmRmOkRlc2NyaXB0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");
  background-repeat: no-repeat;
  background-size: 3.625rem;
  background-position: 0 150%;
}

.cc-logo.visa,
.cc-logo[data-cc-type="visa"] {
  background-position: 0 0;
}

.cc-logo.visa-grey,
.cc-logo[data-cc-type="visa-grey"] {
  background-position: 0 -3.5625rem;
}

.cc-logo.mastercard,
.cc-logo[data-cc-type="mastercard"] {
  background-position: 0 -7.0625rem;
}

.cc-logo.mastercard-grey,
.cc-logo[data-cc-type="mastercard-grey"] {
  background-position: 0 -10.625rem;
}

.cc-logo.discover,
.cc-logo[data-cc-type="discover"] {
  background-position: 0 -14.1875rem;
}

.cc-logo.discover-grey,
.cc-logo[data-cc-type="discover-grey"] {
  background-position: 0 -17.75rem;
}

.cc-logo.amex,
.cc-logo[data-cc-type="amex"] {
  background-position: 0 -21.25rem;
}

.cc-logo.amex-grey,
.cc-logo[data-cc-type="amex-grey"] {
  background-position: 0 -24.8125rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

[data-fixed-bottom] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

#BottomSpacer {
  width: 100%;
  float: left;
  clear: both;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

[class*="flex-grid-"] {
  margin: 0 0 1.5rem 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

[class*="flex-grid-"] > li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 0.75rem;
  margin: 0;
  list-style: none;
}

[class*="flex-grid-"][class*="justify-"] > li {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

[class*="flex-grid-"].justify-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[class*="flex-grid-"].justify-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

[class*="flex-grid-"].justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}

[class*="flex-grid-"].justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

[class*="flex-grid-"].justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

[class*="flex-grid-"] > [class*="vert-"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

[class*="flex-grid-"] > .vert-middle {
  -ms-flex-pack: center;
  justify-content: center;
}

[class*="flex-grid-"] > .vert-top {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

[class*="flex-grid-"] > .vert-bottom {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen {
  .tiny-flex-grid-1 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-2 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-3 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-4 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-5 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-6 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 16.66667%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-7 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    width: 14.28571%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-8 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    width: 12.5%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-9 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    width: 11.11111%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-10 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    width: 10%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-11 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    width: 9.09091%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .tiny-flex-grid-12 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 8.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .small-flex-grid-1 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-2 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-3 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-4 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-5 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-6 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 16.66667%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-7 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    width: 14.28571%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-8 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    width: 12.5%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-9 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    width: 11.11111%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-10 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    width: 10%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-11 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    width: 9.09091%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .small-flex-grid-12 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 8.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-flex-grid-1 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-2 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-3 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-4 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-5 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-6 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 16.66667%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-7 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    width: 14.28571%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-8 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    width: 12.5%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-9 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    width: 11.11111%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-10 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    width: 10%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-11 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    width: 9.09091%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .medium-flex-grid-12 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 8.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-flex-grid-1 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-2 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    width: 50%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-3 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    width: 33.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-4 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    width: 25%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-5 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    width: 20%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-6 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    width: 16.66667%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-7 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 14.28571%;
    flex-basis: 14.28571%;
    width: 14.28571%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-8 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    width: 12.5%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-9 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 11.11111%;
    flex-basis: 11.11111%;
    width: 11.11111%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-10 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    width: 10%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-11 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 9.09091%;
    flex-basis: 9.09091%;
    width: 9.09091%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }

  .large-flex-grid-12 > li {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    width: 8.33333%;
    padding: 0.75rem;
    margin: 0;
    list-style: none;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.flex-video {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1.125rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.form-align {
  padding-top: 0.38281rem;
  display: inline-block;
}

/* Standard Forms */

form {
  margin: 0 0 0.75rem;
}

/* Label Styles */

label {
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 0.1875rem;
  line-height: 1.5;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  display: inline-block;
  margin: 0 0 0.75rem 0;
  padding: 0.375rem 0;
}

label small {
  text-transform: capitalize;
  color: #525252;
}

/* We use this to get basic styling on all basic form elements */

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-weight: bold;
  background-color: #fff;
  font-family: inherit;
  border: 0.0625rem solid #959595;
  box-shadow: none;
  color: #838383;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 1.5rem 0;
  padding: 0.5rem 0.625rem;
  height: 2.6875rem;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus,
textarea:focus {
  background-color: #fff;
  border-color: #4b4b4b;
  color: #333;
}

input.value,
textarea.value {
  background-color: #fff;
  border-color: #959595;
  color: #333;
}

input::-ms-reveal,
input::-ms-clear,
textarea::-ms-reveal,
textarea::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input input[type="search"],
textarea input[type="search"] {
  -webkit-appearance: textfield;
}

input input[type="search"]::-webkit-search-decoration,
input input[type="search"]::-webkit-search-cancel-button,
input input[type="search"]::-webkit-search-results-button,
input input[type="search"]::-webkit-search-results-decoration,
textarea input[type="search"]::-webkit-search-decoration,
textarea input[type="search"]::-webkit-search-cancel-button,
textarea input[type="search"]::-webkit-search-results-button,
textarea input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

input:focus:not([readonly]),
input.value:focus:not([readonly]),
textarea:focus:not([readonly]),
textarea.value:focus:not([readonly]) {
  background-color: #fff;
  border-color: #4b4b4b;
  color: #333;
}

input[disabled],
textarea[disabled] {
  opacity: 0.7;
  cursor: default;
  cursor: not-allowed;
  background-color: #f6f6f6;
}

input[readonly],
textarea[readonly] {
  cursor: default;
}

textarea {
  height: auto;
}

textarea.two-lines {
  height: 3.75em;
}

textarea.three-lines {
  height: 4.75em;
}

textarea.four-lines {
  height: 5.75em;
}

textarea.five-lines {
  height: 6.85em;
}

textarea.ten-lines {
  height: 12.75em;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* Adjust margin for form elements below */

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 0.75rem 0;
}

.switch-wrap {
  position: relative;
  display: inline-block;
}

.switch-wrap input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: visible;
  opacity: 0;
  cursor: pointer;
}

input[type="file"] {
  width: 100%;
}

input:not([type=radio]).marketing,
input:not([type=checkbox]).marketing {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

input:not([type=radio]).marketing:focus,
input:not([type=checkbox]).marketing:focus {
  border-color: #4b4b4b;
}

input:not([type=radio]).marketing.error:focus,
input:not([type=checkbox]).marketing.error:focus {
  border-color: #a80309;
}

fieldset {
  border: solid 1px #f6f6f6;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background-color: #fff;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

.field-group {
  display: table;
  width: 100%;
  margin: 0 0 1.5rem 0;
}

.field-group input,
.field-group select {
  display: table-cell;
  width: 100%;
  margin: 0;
}

.field-group .field-addon {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.625rem;
  width: 1%;
  white-space: nowrap;
}

.field-icon {
  float: right;
  width: 0;
  height: 0;
  position: relative;
  z-index: 5;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  /*******************************
     The below removed in VZRF 2.21.0 with Digital Brand Guidline 11.3 upate.
     Keeping as commented code for a while to make sure decision is not soon reveresed.
     -Ben W.
  ******************************/
}

.field-icon:hover {
  text-decoration: none;
}

.field-icon::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.field-icon::before {
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
  left: auto;
  color: inherit;
  line-height: 1;
  transition: all .2s;
}

.field-icon.select-box::before {
  right: 2.5rem;
}

.field-icon.left::before {
  right: auto;
  left: 0.625rem;
}

.field-icon {
  /*******************************
     The below removed in VZRF 2.21.0 with Digital Brand Guidline 11.3 upate.
     Keeping as commented code for a while to make sure decision is not soon reveresed.
     -Ben W.
  ******************************/
}

.field-icon + input,
.field-icon + select,
.field-icon + textarea {
  padding-right: 2.5rem;
}

.field-icon.select-box:not(.left) + select {
  padding-right: 4.375rem;
}

.field-icon.left + input,
.field-icon.left + select,
.field-icon.left + textarea {
  padding-right: 0.375rem;
  padding-left: 2.5rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Use <label> element to make fancy checkboxes & radio buttons */

input[type=checkbox],
input[type=radio] {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0;
  width: 1px;
  height: 1px;
  max-height: 1px;
  max-width: 1px;
  position: absolute;
  line-height: 0;
  vertical-align: top;
  z-index: -1;
  font-size: inherit;
}

input[type=checkbox] + label,
input[type=radio] + label {
  font-size: 0.875rem;
  color: #333;
  cursor: pointer;
  display: block;
  font-weight: bold;
  margin-bottom: 0.1875rem;
  line-height: 1.5;
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.375rem 0 0.375rem 1.875rem;
  position: relative;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

input[type=checkbox] + label:hover,
input[type=radio] + label:hover {
  text-decoration: none;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  position: absolute;
  font-size: 1.25rem;
  top: 0.375rem;
  left: 0;
  line-height: 1;
  background-color: #fff;
}

input[type=checkbox] + label::before,
input[type=radio] + label::before {
  color: #767676;
}

input[type=radio] + label::before {
  border-radius: 6.1875rem;
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  color: #cd040b;
}

input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  color: #000;
}

input[type=checkbox]:focus + label::before,
input[type=checkbox] + label:active::before,
input[type=radio]:focus + label::before,
input[type=radio] + label:active::before {
  outline: 1px dashed #000;
  outline-offset: 2px !important;
}

input[type=checkbox][disabled] + label,
input[type=radio][disabled] + label {
  color: #333;
  cursor: not-allowed;
  opacity: .5;
}

input[type=checkbox][disabled] + label::before,
input[type=radio][disabled] + label::before {
  box-shadow: none;
  color: #959595;
  background-color: #f6f6f6;
}

input[type=checkbox] + label.island,
input[type=radio] + label.island {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  margin: 0;
}

input[type=checkbox] + label.island.inline,
input[type=radio] + label.island.inline {
  height: 2.5rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

/* Error Handling */

.validation-wrap {
  /*@mixin clearfix*/
  *zoom: 1;
}

.validation-wrap:after {
  content: " ";
  display: table;
}

.validation-wrap:after {
  clear: both;
}

.error-msg {
  display: none;
  padding: 0.375rem 0.5625rem 0.5625rem;
  padding-left: 0;
  margin-top: -1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.76562rem;
  font-weight: bold;
  font-style: normal;
  color: #a80309;
  color: #000;
  font-weight: normal;
}

.validation-wrap + .error-msg {
  margin-top: -1.5rem;
}

.error + .error-msg,
.error-msg.filled {
  display: block;
}

.error-msg-wrap .error-msg.filled {
  display: block;
  margin: 0;
  padding: 0;
}

[data-parsley-errors-messages-disabled].error + .error-msg {
  display: none;
}

.error > input,
.error > textarea,
.error > select {
  border-color: #a80309 !important;
  border-width: 0.0625rem;
  background-color: #fff;
  color: #a80309;
}

.error > small,
.error small.error {
  display: none;
  padding: 0.375rem 0.5625rem 0.5625rem;
  padding-left: 0;
  margin-top: -1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.76562rem;
  font-weight: bold;
  font-style: normal;
  color: #a80309;
}

.error > label > small {
  color: #525252;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

input.error,
textarea.error,
select.error {
  border-color: #a80309 !important;
  border-width: 0.0625rem;
  background-color: #fff;
  color: #a80309;
}

input.error:focus,
textarea.error:focus,
select.error:focus {
  box-shadow: inset 0 0 0 0.0625rem rgba(75, 75, 75, 0.5);
}

label.error {
  color: #a80309;
}

.form-msg {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  padding-left: 0;
  margin-top: -1.5rem;
  margin-bottom: 0.75rem;
  font-size: 0.76562rem;
  font-weight: bold;
  font-style: normal;
  color: #767676;
  /*span, div {
    font-size: $input-error-message-font-size;
  }*/
}

.error + .error-msg + .form-msg {
  display: none;
}

/* For Labels or Label like elements for groups of radio buttons/checkboxes */

.required-mark {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdBNkM1M0ExNDA0MTFFNDgzNDJFMDQ0OTk0M0FDRkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdBNkM1M0IxNDA0MTFFNDgzNDJFMDQ0OTk0M0FDRkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0E2QzUzODE0MDQxMUU0ODM0MkUwNDQ5OTQzQUNGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0E2QzUzOTE0MDQxMUU0ODM0MkUwNDQ5OTQzQUNGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvAkY8IAAADCSURBVHjalFHbEYIwEEzSAX7qHy2EErQELQFL0BYoQUqAErAEKEH+9DclxD1m45yZ0dGdWUL2jr0H1mR4bKoSx43X4/o+tjruzHeEXHBwLMBtEuA4q/isK4Pe4lHjfqFbA0oLIyitrcCalHsjH3R42ZvfECzLnSgkpxwt2+tttqECxwB6NfQOc02ftpSSFzdQDDqueoFV7nqWAzip/yEGFSoFx2Svkq8I9FzvmVrJ+d769+Cgy1MX7bVFG2M0/+ApwACwAEOCRXhngwAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: 0 0.25rem;
  background-size: 0.375rem;
  padding-left: 0.625rem;
  margin-left: -0.625rem;
}

/*******************************
   All the below removed in VZRF 2.21.0 with Digital Brand Guidline 11.3 upate.
   Keeping as commented code for a while to make sure decision is not soon reveresed.
   -Ben W.
******************************/

/*
//
// "Required" asterisk and Alert/Error icon as bg images of fields
//
input, textarea {
  // required and error (alert icon) background images always in place,
  // but hidden out of view untl needed
  transition:
    background-position-x .2s,
    padding .2s;
  background-image:
    // asterisk.png
    // alert.png
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdBNkM1M0ExNDA0MTFFNDgzNDJFMDQ0OTk0M0FDRkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdBNkM1M0IxNDA0MTFFNDgzNDJFMDQ0OTk0M0FDRkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0E2QzUzODE0MDQxMUU0ODM0MkUwNDQ5OTQzQUNGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0E2QzUzOTE0MDQxMUU0ODM0MkUwNDQ5OTQzQUNGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvAkY8IAAADCSURBVHjalFHbEYIwEEzSAX7qHy2EErQELQFL0BYoQUqAErAEKEH+9DclxD1m45yZ0dGdWUL2jr0H1mR4bKoSx43X4/o+tjruzHeEXHBwLMBtEuA4q/isK4Pe4lHjfqFbA0oLIyitrcCalHsjH3R42ZvfECzLnSgkpxwt2+tttqECxwB6NfQOc02ftpSSFzdQDDqueoFV7nqWAzip/yEGFSoFx2Svkq8I9FzvmVrJ+d769+Cgy1MX7bVFG2M0/+ApwACwAEOCRXhngwAAAABJRU5ErkJggg=="),
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGYAAABICAMAAAAzp3AWAAAAkFBMVEUAAADNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAvNBAukQdMfAAAAL3RSTlMAsPr0Bd78Rg8L7+nJdykizsWXfDgT5kAvGxf31Lu0j4iAcGDYrKeiT8GdamRcVWyhruoAAAHtSURBVFjD7djLcoJAEIXhFhQEBRGieI+3RHM97/92qcRKRgNMO2PPzm/n6pRV0r9Kdw6keQfo5Ck5tQnwIyjIoUf8eSRnjjgTkiNRB2c6bXKjwIWEnJj6uODPyIUD/nklBx5Q8UDy+qgYkrgdanyQsO4YNcYRyVqj1oZEDTzUmg9IUgsNnkhQeHZjtuF7BqUkMe0Ffi2j79dnb24hd9q2+OWdDszIVztvJGQUVx7IlZqJRyQjx5+W+khIB24S6GeClCS8QD+DJQn4BDeDo3SZ1YxwrwvwM0hky6xmhHv9jGtmcBAts5qR7XX/2pm+ZJnVjGSvuz1mRqbXa7AzylquzGpGsNcrMDMivQ5hNoPQqsx7gxn7Xm9hOoM3+zLzMzf1Oof5DHLzMtvMBBPrMvMz9r3+RL0VM4OjRZmrMjoZQrHvdYEmafUMWfd6OkeTxZSIZhka+VOLMlf5r0keQ+NgVWaeba8zGLHs9Tu04uXQg9bOtMxVQdEmmrWgM+4a/Gem++ncHkKx6nXqQcOPVPKaeQOjMjf/fTKCVosYJbT2dDKAXsk+mXqpJq0GXz963EPR/alRDL0eMwPOfpdONj44zEwAEXObQyN/cAqISPhTI6DHnpvQw828kljhze9nXF51opPMgzW/n0R0d8f4Ai+KzIlVjlcLAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;;
  background-position:rem-calc(-12 15), 225% rem-calc(9);
  background-size:rem-calc(6), rem-calc(34 24);

  // required asterisk
  &.required,
  &[required] {
    background-position:rem-calc(7 15), 225% rem-calc(9);
    padding-left:rem-calc(16);
    padding-right:rem-calc(10);

    &.value,
    &.no-required-mark {
      background-position:rem-calc(-12 15), 225% rem-calc(9);
      padding-left:rem-calc(10);
      padding-right:rem-calc(10);
    }
  }

  &.no-error-icon {
    background-image:
    // asterisk.png
    // alert.png
    url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTdBNkM1M0ExNDA0MTFFNDgzNDJFMDQ0OTk0M0FDRkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTdBNkM1M0IxNDA0MTFFNDgzNDJFMDQ0OTk0M0FDRkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1N0E2QzUzODE0MDQxMUU0ODM0MkUwNDQ5OTQzQUNGQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1N0E2QzUzOTE0MDQxMUU0ODM0MkUwNDQ5OTQzQUNGQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvAkY8IAAADCSURBVHjalFHbEYIwEEzSAX7qHy2EErQELQFL0BYoQUqAErAEKEH+9DclxD1m45yZ0dGdWUL2jr0H1mR4bKoSx43X4/o+tjruzHeEXHBwLMBtEuA4q/isK4Pe4lHjfqFbA0oLIyitrcCalHsjH3R42ZvfECzLnSgkpxwt2+tttqECxwB6NfQOc02ftpSSFzdQDDqueoFV7nqWAzip/yEGFSoFx2Svkq8I9FzvmVrJ+d769+Cgy1MX7bVFG2M0/+ApwACwAEOCRXhngwAAAABJRU5ErkJggg=="),
    url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjNFRjI0NjE0MDYxMUU0QjU2RkY0OUQyQjkwNkI4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjNFRjI0NzE0MDYxMUU0QjU2RkY0OUQyQjkwNkI4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyM0VGMjQ0MTQwNjExRTRCNTZGRjQ5RDJCOTA2QjhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyM0VGMjQ1MTQwNjExRTRCNTZGRjQ5RDJCOTA2QjhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAAAsAAAAAAEAAQAAAgJEAQA7") !important;

    padding-right:rem-calc(10) !important;
  }

}
// alert icon for background image on error state fields
input.error,
.error > input,
textarea.error,
.error > textarea {
  background-position:rem-calc(-12 15), 100% rem-calc(9);
  padding-left:rem-calc(10);
  padding-right:rem-calc(40);
}
// required and error at same time
input.required.error,
.error > input.required,
input[required].error,
.error > input[required],
textarea.required.error,
.error > textarea.required,
textarea[required].error,
.error > textarea[required] {
  background-position: rem-calc(7 15), 100% rem-calc(9);
  padding-left:rem-calc(16);
  padding-right:rem-calc(40);

  &.value,
  &.no-required-mark {
    background-position:rem-calc(-12 15), 100% rem-calc(9);
    padding-left:rem-calc(10);
    padding-right:rem-calc(40);
  }
}


.field-icon.left {
    + input,
    + select,
    + textarea {
        &.error {
           padding-right:rem-calc(40);
        }
    }
}

*/

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

select,
input.faux-select,
.faux-select {
  position: relative;
  background-color: #f6f6f6;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAC0CAYAAABi3Il7AAAACXBIWXMAAAsSAAALEgHS3X78AAACRklEQVR42u3dMY7aQACG0R9r++QIS0m3ldvkJmFvkKPkBsBJsjUVnUuTGyQnYIs40iqKWBMj4Rne14ApkOWnmcG2ZBan0ymaT41DAERAgAgIEAEBIiBABERAgAgIEAEBIiBABERAgAgIEAEBIiBABERAgAgIEAEBIiB32cPcdmi/XL282dy2fbe9wneuk6yHzUPbd1+BjO/T2/f75SpTUAaMjSnrem2Gg1o9xlxBnq+BcgZjC+SChulpEsoZjOdrrEl3N2VNQSkZY9ZryP+glI4x+0X9EpQaMIr4lTUGpRaMJFmU8jSgMwd9l+RLDRhFgVx4XlEkRiknhmOmryowigMZgVI0RpEgZ1CKxyhuDfnHmvKY31dxt23fHVNBC89cNGUJCBABASIgQAQEiIAICBABASIgQAQEiIAICBABASIgQAQEiIAICBABASIgQAQEiIAICBABASIgQAQEiIAICBABASIgQAQEiIAICBABASIgQAQEiIAICBABASIgQAQEiIAICBC900PJO79frj4meUpyaPvupxFyW4x1kmOS70mO++XqqQaQIv8tesDY/PXxrySf2747GCG3x0iSD0leSh8pTSUY1aA0FWD8qAmlKRxj1/bdY5JdLShN4RjrJBleq0BpSsf4Uy0oTQ0YNaE0tWDUgtLUhFEDyhxHyCSMESjfgEzrYox3UExZt8AoFaXIi4s15wYVEAEBIiBABASIgAAREAEBIiBABASIgAAREAEBIiBABASIgAAREAEBIiBABASIgNxnrwiE7SnbUi42AAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 100% 0.125rem;
  background-size: 2.8125rem;
  background-color: #fff;
  font-family: inherit;
  border: 0.0625rem solid #959595;
  box-shadow: none;
  color: #838383;
  display: block;
  font-size: 0.75rem;
  margin: 0 0 1.5rem 0;
  padding: 0.5rem 0.625rem;
  height: 2.6875rem;
  width: 100%;
  border-radius: 0;
  box-sizing: border-box;
  padding-right: 2.5rem;
  border-radius: 0;
  font-weight: bold;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
.faux-select::-webkit-outer-spin-button,
.faux-select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select:focus,
.faux-select:focus {
  background-color: #fff;
  border-color: #4b4b4b;
  color: #333;
}

select.value,
.value.faux-select {
  background-color: #fff;
  border-color: #959595;
  color: #333;
}

select::-ms-reveal,
select::-ms-clear,
.faux-select::-ms-reveal,
.faux-select::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

select input[type="search"],
.faux-select input[type="search"] {
  -webkit-appearance: textfield;
}

select input[type="search"]::-webkit-search-decoration,
select input[type="search"]::-webkit-search-cancel-button,
select input[type="search"]::-webkit-search-results-button,
select input[type="search"]::-webkit-search-results-decoration,
.faux-select input[type="search"]::-webkit-search-decoration,
.faux-select input[type="search"]::-webkit-search-cancel-button,
.faux-select input[type="search"]::-webkit-search-results-button,
.faux-select input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

select:focus:not([readonly]),
select.value:focus:not([readonly]),
.faux-select:focus:not([readonly]),
.value.faux-select:focus:not([readonly]) {
  background-color: #fff;
  border-color: #4b4b4b;
  color: #333;
}

select[disabled],
[disabled].faux-select {
  opacity: 0.7;
  cursor: default;
  cursor: not-allowed;
  background-color: #f6f6f6;
}

select[readonly],
[readonly].faux-select {
  cursor: default;
}

select:focus,
.faux-select:focus {
  border-bottom-color: #4b4b4b;
  color: #333;
}

select:active,
select:active.value,
select[data-fancy-open],
select[data-fancy-open].value,
select:not:disabled,
select:not:disabled.value,
.faux-select:active,
.faux-select:active.value,
[data-fancy-open].faux-select,
[data-fancy-open].value.faux-select,
.faux-select:not:disabled,
.faux-select:not:disabled.value {
  background-position: 100% -2.5rem;
}

select.value,
.value.faux-select {
  background-color: #fff;
  background-position: 100% 0.125rem;
}

select.value[required],
select.value.required,
select.value.no-required-mark,
.value[required].faux-select,
.value.required.faux-select,
.value.no-required-mark.faux-select {
  background-position: 100% 0.125rem;
}

select.value.marketing,
select.value.marketing:focus,
.value.marketing.faux-select,
.value.marketing.faux-select:focus {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}

select.radius,
.radius.faux-select {
  border-radius: 4px;
}

select::-ms-expand,
.faux-select::-ms-expand {
  display: none !important;
}

select option,
.faux-select option {
  font-size: 0.875rem;
}

select option[disabled],
.faux-select option[disabled] {
  color: #767676;
}

.old-ie select,
.old-ie
.faux-select {
  background-image: none;
  padding-right: 0.5rem;
}

select.marketing,
.marketing.faux-select {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}

select.marketing:focus,
.marketing.faux-select:focus {
  border-bottom-color: #4b4b4b;
}

select.marketing.error:focus,
.marketing.error.faux-select:focus {
  border-color: #a80309;
}

select:focus::-ms-value {
  background-color: transparent;
  color: #333;
}

select[data-fancy-open] {
  border-bottom-color: #4b4b4b;
}

select[data-fancy-open]:not(.marketing) {
  border-color: #4b4b4b;
}

.w_fancy-options {
  opacity: 1;
  position: fixed;
  height: 0;
  z-index: 399;
  transition: top 0s;
  margin-top: -0.0625rem;
}

.w_fancy-options.m_flow-up {
  margin-top: 0.0625rem;
}

.fancy-options_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  max-height: none;
  border: 1px solid #4b4b4b;
}

.fancy-options_item,
.fancy-options_group {
  padding: 0.75rem 1.875rem 0.75rem 1.875rem;
  font-size: 0.75rem;
  margin: 0;
  display: inline-block;
  color: #333;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 100%;
  text-decoration: none;
  padding-right: 0.9375rem;
  background-color: #fff;
  border-bottom: 0.0625rem solid #e4e5e3;
}

.fancy-options_item:hover,
.fancy-options_group:hover {
  color: #333;
  background-color: #f6f6f6;
  text-decoration: none;
  cursor: pointer;
}

.fancy-options_item:hover {
  color: inherit;
  background-color: inherit;
  text-decoration: inherit;
}

.fancy-options_item .fancy-options_item:last-child {
  border-bottom: none;
}

.fancy-options_item:focus {
  color: #333;
  background-color: #f6f6f6;
  text-decoration: none;
  outline-offset: -0.1875rem;
}

.fancy-options_item.selected,
.fancy-options_item.active {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

.fancy-options_item.selected:hover,
.fancy-options_item.active:hover {
  text-decoration: none;
}

.fancy-options_item.selected::before,
.fancy-options_item.active::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.fancy-options_item.selected::before,
.fancy-options_item.active::before {
  content: '\e65e';
  position: absolute;
  font-size: 0.75rem;
  left: 0.625rem;
  top: 50%;
  margin-top: -0.5625rem;
  color: #cd040b;
}

.fancy-options_item.disabled,
.fancy-options_item[disabled] {
  color: rgba(51, 51, 51, 0.5);
  opacity: 1;
  cursor: not-allowed;
  pointer-events: none;
}

.fancy-options_item.disabled::before,
.fancy-options_item[disabled]::before {
  content: '';
}

.fancy-options_group {
  font-size: 1rem;
  padding-left: 0;
  padding-right: 0;
  text-indent: 1.875rem;
}

.fancy-options_group,
.fancy-options_group:hover {
  color: #cd040b;
  background-color: white;
  cursor: default;
}

.fancy-options_item.m_group-item {
  text-indent: 1.875rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.switch-wrap {
  padding: 0.25rem 0 0.3125rem;
}

.switch {
  position: relative;
  width: 3.5rem;
  height: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
  padding: 0.125rem;
  border: 0.0625rem solid #959595;
  background-color: #f6f6f6;
  cursor: pointer;
  border-radius: 62.4375rem;
  transition: left 0.3s;
}

.switch .switch-on,
.switch .switch-nob,
.switch .switch-knob,
.switch .switch-off {
  position: relative;
  display: inline-block;
  margin-left: -0.25rem;
  width: 1.75rem;
  vertical-align: top;
  line-height: 1rem;
  left: -1.5rem;
  font-size: 0.875rem;
  font-family: BrandFont, Arial, sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  color: #333;
  transition: all 0.3s;
}

.switch .switch-off {
  text-align: right;
}

.switch .switch-nob,
.switch .switch-knob {
  width: 1.25rem;
  line-height: 0.875rem;
  background-color: transparent;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  text-decoration: none;
  -webkit-transform: rotate(0deg);
}

.switch .switch-nob:hover,
.switch .switch-knob:hover {
  text-decoration: none;
}

.switch .switch-nob::before,
.switch .switch-knob::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.switch .switch-nob:hover,
.switch .switch-knob:hover {
  text-decoration: none;
}

.switch .switch-nob::after,
.switch .switch-knob::after {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.switch .switch-nob::before,
.switch .switch-nob::after,
.switch .switch-knob::before,
.switch .switch-knob::after {
  position: absolute;
  top: 0.125rem;
  left: 0;
  transition: opacity 0.3s;
  font-size: 1.25rem;
}

.switch .switch-nob::before,
.switch .switch-knob::before {
  opacity: 1;
  content: "\e7bf";
}

.switch .switch-nob::after,
.switch .switch-knob::after {
  opacity: 0;
  color: #cd040b;
  content: "\e7c0";
}

.device-mobile .switch .switch-knob,
.device-mobile .switch .switch-nob {
  top: 0.0625rem;
}

input[type="checkbox"]:focus + .switch {
  outline: 0.0625rem dashed #000;
  outline-offset: 0.125rem !important;
  border-color: #4b4b4b;
}

.switch:hover {
  border-color: #4b4b4b;
}

input[type="checkbox"]:checked + .switch {
  background-color: #f6f6f6;
}

input[type="checkbox"]:checked + .switch [class*="switch-"] {
  left: 0.4375rem;
  color: #333;
}

input[type="checkbox"]:checked + .switch .switch-nob,
input[type="checkbox"]:checked + .switch .switch-knob {
  background-color: #f6f6f6;
}

input[type="checkbox"]:checked + .switch .switch-nob::before,
input[type="checkbox"]:checked + .switch .switch-knob::before {
  opacity: 0;
}

input[type="checkbox"]:checked + .switch .switch-nob::after,
input[type="checkbox"]:checked + .switch .switch-knob::after {
  opacity: 1;
}

input[disabled] + .switch {
  cursor: default !important;
  cursor: not-allowed !important;
  opacity: 0.5;
  position: relative;
}

input[disabled] + .switch:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 400;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjNFRjI0NjE0MDYxMUU0QjU2RkY0OUQyQjkwNkI4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjNFRjI0NzE0MDYxMUU0QjU2RkY0OUQyQjkwNkI4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyM0VGMjQ0MTQwNjExRTRCNTZGRjQ5RDJCOTA2QjhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyM0VGMjQ1MTQwNjExRTRCNTZGRjQ5RDJCOTA2QjhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAAAsAAAAAAEAAQAAAgJEAQA7");
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.row {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80rem;
  /*@mixin clearfix*/
  *zoom: 1;
}

.fluid-grid > .row,
.row.fluid-grid {
  max-width: none;
}

.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.w_modal .row,
.row .row {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  /*@mixin clearfix*/
  *zoom: 1;
}

.w_modal .row:after,
.row .row:after {
  content: " ";
  display: table;
}

.w_modal .row:after,
.row .row:after {
  clear: both;
}

.w_modal .row.collapse,
.row .row.collapse {
  margin: 0;
  max-width: none;
  /*@mixin clearfix*/
  *zoom: 1;
}

.w_modal .row.collapse:after,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.w_modal .row.collapse:after,
.row .row.collapse:after {
  clear: both;
}

.w_list-control > li > .row,
.w_list-control > li > a > .row {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  /*@mixin clearfix*/
  *zoom: 1;
}

.w_list-control > li > .row:after,
.w_list-control > li > a > .row:after {
  content: " ";
  display: table;
}

.w_list-control > li > .row:after,
.w_list-control > li > a > .row:after {
  clear: both;
}

.w_list-control > li > .row.collapse,
.w_list-control > li > a > .row.collapse {
  margin: 0;
  max-width: none;
  /*@mixin clearfix*/
  *zoom: 1;
}

.w_list-control > li > .row.collapse:after,
.w_list-control > li > a > .row.collapse:after {
  content: " ";
  display: table;
}

.w_list-control > li > .row.collapse:after,
.w_list-control > li > a > .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
  width: 100%;
  float: left;
}

@media only screen {
  .column.tiny-centered,
  .columns.tiny-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.tiny-uncentered,
  .columns.tiny-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.tiny-uncentered.opposite,
  .columns.tiny-uncentered.opposite {
    float: right;
  }

  .tiny-push-1 {
    left: 8.33333%;
    right: auto;
    position: relative;
  }

  .tiny-pull-1 {
    right: 8.33333%;
    left: auto;
    position: relative;
  }

  .tiny-push-2 {
    left: 16.66667%;
    right: auto;
    position: relative;
  }

  .tiny-pull-2 {
    right: 16.66667%;
    left: auto;
    position: relative;
  }

  .tiny-push-3 {
    left: 25%;
    right: auto;
    position: relative;
  }

  .tiny-pull-3 {
    right: 25%;
    left: auto;
    position: relative;
  }

  .tiny-push-4 {
    left: 33.33333%;
    right: auto;
    position: relative;
  }

  .tiny-pull-4 {
    right: 33.33333%;
    left: auto;
    position: relative;
  }

  .tiny-push-5 {
    left: 41.66667%;
    right: auto;
    position: relative;
  }

  .tiny-pull-5 {
    right: 41.66667%;
    left: auto;
    position: relative;
  }

  .tiny-push-6 {
    left: 50%;
    right: auto;
    position: relative;
  }

  .tiny-pull-6 {
    right: 50%;
    left: auto;
    position: relative;
  }

  .tiny-push-7 {
    left: 58.33333%;
    right: auto;
    position: relative;
  }

  .tiny-pull-7 {
    right: 58.33333%;
    left: auto;
    position: relative;
  }

  .tiny-push-8 {
    left: 66.66667%;
    right: auto;
    position: relative;
  }

  .tiny-pull-8 {
    right: 66.66667%;
    left: auto;
    position: relative;
  }

  .tiny-push-9 {
    left: 75%;
    right: auto;
    position: relative;
  }

  .tiny-pull-9 {
    right: 75%;
    left: auto;
    position: relative;
  }

  .tiny-push-10 {
    left: 83.33333%;
    right: auto;
    position: relative;
  }

  .tiny-pull-10 {
    right: 83.33333%;
    left: auto;
    position: relative;
  }

  .tiny-push-11 {
    left: 91.66667%;
    right: auto;
    position: relative;
  }

  .tiny-pull-11 {
    right: 91.66667%;
    left: auto;
    position: relative;
  }

  .column,
  .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .row.tiny-collapse > .column,
  .row.tiny-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.tiny-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.tiny-uncollapse > .column,
  .row.tiny-uncollapse > .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .tiny-1 {
    width: 8.33333%;
  }

  .tiny-2 {
    width: 16.66667%;
  }

  .tiny-3 {
    width: 25%;
  }

  .tiny-4 {
    width: 33.33333%;
  }

  .tiny-5 {
    width: 41.66667%;
  }

  .tiny-6 {
    width: 50%;
  }

  .tiny-7 {
    width: 58.33333%;
  }

  .tiny-8 {
    width: 66.66667%;
  }

  .tiny-9 {
    width: 75%;
  }

  .tiny-10 {
    width: 83.33333%;
  }

  .tiny-11 {
    width: 91.66667%;
  }

  .tiny-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .tiny-offset-0 {
    margin-left: 0% !important;
  }

  .tiny-offset-1 {
    margin-left: 8.33333% !important;
  }

  .tiny-offset-2 {
    margin-left: 16.66667% !important;
  }

  .tiny-offset-3 {
    margin-left: 25% !important;
  }

  .tiny-offset-4 {
    margin-left: 33.33333% !important;
  }

  .tiny-offset-5 {
    margin-left: 41.66667% !important;
  }

  .tiny-offset-6 {
    margin-left: 50% !important;
  }

  .tiny-offset-7 {
    margin-left: 58.33333% !important;
  }

  .tiny-offset-8 {
    margin-left: 66.66667% !important;
  }

  .tiny-offset-9 {
    margin-left: 75% !important;
  }

  .tiny-offset-10 {
    margin-left: 83.33333% !important;
  }

  .column.tiny-reset-order,
  .columns.tiny-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .small-push-1 {
    left: 8.33333%;
    right: auto;
    position: relative;
  }

  .small-pull-1 {
    right: 8.33333%;
    left: auto;
    position: relative;
  }

  .small-push-2 {
    left: 16.66667%;
    right: auto;
    position: relative;
  }

  .small-pull-2 {
    right: 16.66667%;
    left: auto;
    position: relative;
  }

  .small-push-3 {
    left: 25%;
    right: auto;
    position: relative;
  }

  .small-pull-3 {
    right: 25%;
    left: auto;
    position: relative;
  }

  .small-push-4 {
    left: 33.33333%;
    right: auto;
    position: relative;
  }

  .small-pull-4 {
    right: 33.33333%;
    left: auto;
    position: relative;
  }

  .small-push-5 {
    left: 41.66667%;
    right: auto;
    position: relative;
  }

  .small-pull-5 {
    right: 41.66667%;
    left: auto;
    position: relative;
  }

  .small-push-6 {
    left: 50%;
    right: auto;
    position: relative;
  }

  .small-pull-6 {
    right: 50%;
    left: auto;
    position: relative;
  }

  .small-push-7 {
    left: 58.33333%;
    right: auto;
    position: relative;
  }

  .small-pull-7 {
    right: 58.33333%;
    left: auto;
    position: relative;
  }

  .small-push-8 {
    left: 66.66667%;
    right: auto;
    position: relative;
  }

  .small-pull-8 {
    right: 66.66667%;
    left: auto;
    position: relative;
  }

  .small-push-9 {
    left: 75%;
    right: auto;
    position: relative;
  }

  .small-pull-9 {
    right: 75%;
    left: auto;
    position: relative;
  }

  .small-push-10 {
    left: 83.33333%;
    right: auto;
    position: relative;
  }

  .small-pull-10 {
    right: 83.33333%;
    left: auto;
    position: relative;
  }

  .small-push-11 {
    left: 91.66667%;
    right: auto;
    position: relative;
  }

  .small-pull-11 {
    right: 91.66667%;
    left: auto;
    position: relative;
  }

  .column,
  .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .column.small-reset-order,
  .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
    position: relative;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
    position: relative;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
    position: relative;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
    position: relative;
  }

  .push-3 {
    left: 25%;
    right: auto;
    position: relative;
  }

  .pull-3 {
    right: 25%;
    left: auto;
    position: relative;
  }

  .push-4 {
    left: 33.33333%;
    right: auto;
    position: relative;
  }

  .pull-4 {
    right: 33.33333%;
    left: auto;
    position: relative;
  }

  .push-5 {
    left: 41.66667%;
    right: auto;
    position: relative;
  }

  .pull-5 {
    right: 41.66667%;
    left: auto;
    position: relative;
  }

  .push-6 {
    left: 50%;
    right: auto;
    position: relative;
  }

  .pull-6 {
    right: 50%;
    left: auto;
    position: relative;
  }

  .push-7 {
    left: 58.33333%;
    right: auto;
    position: relative;
  }

  .pull-7 {
    right: 58.33333%;
    left: auto;
    position: relative;
  }

  .push-8 {
    left: 66.66667%;
    right: auto;
    position: relative;
  }

  .pull-8 {
    right: 66.66667%;
    left: auto;
    position: relative;
  }

  .push-9 {
    left: 75%;
    right: auto;
    position: relative;
  }

  .pull-9 {
    right: 75%;
    left: auto;
    position: relative;
  }

  .push-10 {
    left: 83.33333%;
    right: auto;
    position: relative;
  }

  .pull-10 {
    right: 83.33333%;
    left: auto;
    position: relative;
  }

  .push-11 {
    left: 91.66667%;
    right: auto;
    position: relative;
  }

  .pull-11 {
    right: 91.66667%;
    left: auto;
    position: relative;
  }
}

@media only screen and (min-width: 48rem) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .medium-push-1 {
    left: 8.33333%;
    right: auto;
    position: relative;
  }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto;
    position: relative;
  }

  .medium-push-2 {
    left: 16.66667%;
    right: auto;
    position: relative;
  }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto;
    position: relative;
  }

  .medium-push-3 {
    left: 25%;
    right: auto;
    position: relative;
  }

  .medium-pull-3 {
    right: 25%;
    left: auto;
    position: relative;
  }

  .medium-push-4 {
    left: 33.33333%;
    right: auto;
    position: relative;
  }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto;
    position: relative;
  }

  .medium-push-5 {
    left: 41.66667%;
    right: auto;
    position: relative;
  }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto;
    position: relative;
  }

  .medium-push-6 {
    left: 50%;
    right: auto;
    position: relative;
  }

  .medium-pull-6 {
    right: 50%;
    left: auto;
    position: relative;
  }

  .medium-push-7 {
    left: 58.33333%;
    right: auto;
    position: relative;
  }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto;
    position: relative;
  }

  .medium-push-8 {
    left: 66.66667%;
    right: auto;
    position: relative;
  }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto;
    position: relative;
  }

  .medium-push-9 {
    left: 75%;
    right: auto;
    position: relative;
  }

  .medium-pull-9 {
    right: 75%;
    left: auto;
    position: relative;
  }

  .medium-push-10 {
    left: 83.33333%;
    right: auto;
    position: relative;
  }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto;
    position: relative;
  }

  .medium-push-11 {
    left: 91.66667%;
    right: auto;
    position: relative;
  }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto;
    position: relative;
  }

  .column,
  .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .column.medium-reset-order,
  .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
    position: relative;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
    position: relative;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
    position: relative;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
    position: relative;
  }

  .push-3 {
    left: 25%;
    right: auto;
    position: relative;
  }

  .pull-3 {
    right: 25%;
    left: auto;
    position: relative;
  }

  .push-4 {
    left: 33.33333%;
    right: auto;
    position: relative;
  }

  .pull-4 {
    right: 33.33333%;
    left: auto;
    position: relative;
  }

  .push-5 {
    left: 41.66667%;
    right: auto;
    position: relative;
  }

  .pull-5 {
    right: 41.66667%;
    left: auto;
    position: relative;
  }

  .push-6 {
    left: 50%;
    right: auto;
    position: relative;
  }

  .pull-6 {
    right: 50%;
    left: auto;
    position: relative;
  }

  .push-7 {
    left: 58.33333%;
    right: auto;
    position: relative;
  }

  .pull-7 {
    right: 58.33333%;
    left: auto;
    position: relative;
  }

  .push-8 {
    left: 66.66667%;
    right: auto;
    position: relative;
  }

  .pull-8 {
    right: 66.66667%;
    left: auto;
    position: relative;
  }

  .push-9 {
    left: 75%;
    right: auto;
    position: relative;
  }

  .pull-9 {
    right: 75%;
    left: auto;
    position: relative;
  }

  .push-10 {
    left: 83.33333%;
    right: auto;
    position: relative;
  }

  .pull-10 {
    right: 83.33333%;
    left: auto;
    position: relative;
  }

  .push-11 {
    left: 91.66667%;
    right: auto;
    position: relative;
  }

  .pull-11 {
    right: 91.66667%;
    left: auto;
    position: relative;
  }
}

@media only screen and (min-width: 60.625rem) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .large-push-1 {
    left: 8.33333%;
    right: auto;
    position: relative;
  }

  .large-pull-1 {
    right: 8.33333%;
    left: auto;
    position: relative;
  }

  .large-push-2 {
    left: 16.66667%;
    right: auto;
    position: relative;
  }

  .large-pull-2 {
    right: 16.66667%;
    left: auto;
    position: relative;
  }

  .large-push-3 {
    left: 25%;
    right: auto;
    position: relative;
  }

  .large-pull-3 {
    right: 25%;
    left: auto;
    position: relative;
  }

  .large-push-4 {
    left: 33.33333%;
    right: auto;
    position: relative;
  }

  .large-pull-4 {
    right: 33.33333%;
    left: auto;
    position: relative;
  }

  .large-push-5 {
    left: 41.66667%;
    right: auto;
    position: relative;
  }

  .large-pull-5 {
    right: 41.66667%;
    left: auto;
    position: relative;
  }

  .large-push-6 {
    left: 50%;
    right: auto;
    position: relative;
  }

  .large-pull-6 {
    right: 50%;
    left: auto;
    position: relative;
  }

  .large-push-7 {
    left: 58.33333%;
    right: auto;
    position: relative;
  }

  .large-pull-7 {
    right: 58.33333%;
    left: auto;
    position: relative;
  }

  .large-push-8 {
    left: 66.66667%;
    right: auto;
    position: relative;
  }

  .large-pull-8 {
    right: 66.66667%;
    left: auto;
    position: relative;
  }

  .large-push-9 {
    left: 75%;
    right: auto;
    position: relative;
  }

  .large-pull-9 {
    right: 75%;
    left: auto;
    position: relative;
  }

  .large-push-10 {
    left: 83.33333%;
    right: auto;
    position: relative;
  }

  .large-pull-10 {
    right: 83.33333%;
    left: auto;
    position: relative;
  }

  .large-push-11 {
    left: 91.66667%;
    right: auto;
    position: relative;
  }

  .large-pull-11 {
    right: 91.66667%;
    left: auto;
    position: relative;
  }

  .column,
  .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .column.large-reset-order,
  .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-1 {
    left: 8.33333%;
    right: auto;
    position: relative;
  }

  .pull-1 {
    right: 8.33333%;
    left: auto;
    position: relative;
  }

  .push-2 {
    left: 16.66667%;
    right: auto;
    position: relative;
  }

  .pull-2 {
    right: 16.66667%;
    left: auto;
    position: relative;
  }

  .push-3 {
    left: 25%;
    right: auto;
    position: relative;
  }

  .pull-3 {
    right: 25%;
    left: auto;
    position: relative;
  }

  .push-4 {
    left: 33.33333%;
    right: auto;
    position: relative;
  }

  .pull-4 {
    right: 33.33333%;
    left: auto;
    position: relative;
  }

  .push-5 {
    left: 41.66667%;
    right: auto;
    position: relative;
  }

  .pull-5 {
    right: 41.66667%;
    left: auto;
    position: relative;
  }

  .push-6 {
    left: 50%;
    right: auto;
    position: relative;
  }

  .pull-6 {
    right: 50%;
    left: auto;
    position: relative;
  }

  .push-7 {
    left: 58.33333%;
    right: auto;
    position: relative;
  }

  .pull-7 {
    right: 58.33333%;
    left: auto;
    position: relative;
  }

  .push-8 {
    left: 66.66667%;
    right: auto;
    position: relative;
  }

  .pull-8 {
    right: 66.66667%;
    left: auto;
    position: relative;
  }

  .push-9 {
    left: 75%;
    right: auto;
    position: relative;
  }

  .pull-9 {
    right: 75%;
    left: auto;
    position: relative;
  }

  .push-10 {
    left: 83.33333%;
    right: auto;
    position: relative;
  }

  .pull-10 {
    right: 83.33333%;
    left: auto;
    position: relative;
  }

  .push-11 {
    left: 91.66667%;
    right: auto;
    position: relative;
  }

  .pull-11 {
    right: 91.66667%;
    left: auto;
    position: relative;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

@media only screen {
  .main > .row,
  .main.tiny-wide > .row,
  .main > .row.tiny-wide,
  [data-fixed-bottom] > .row,
  [data-fixed-bottom].tiny-wide > .row,
  [data-fixed-bottom] > .row.tiny-wide {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }

  .main.tiny-narrow > .row,
  .main > .row.tiny-narrow,
  [data-fixed-bottom].tiny-narrow > .row,
  [data-fixed-bottom] > .row.tiny-narrow {
    padding-left: 3.1875rem;
    padding-right: 3.1875rem;
  }

  .main .stretch,
  .main .w_steps,
  .main .w_carousel.stretch > .carousel_item,
  .main.tiny-wide .stretch,
  .main.tiny-wide .w_steps,
  .main.tiny-wide .w_carousel.stretch > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .main .stretch.padded,
  .main .w_steps.padded,
  .main .w_carousel.stretch > .carousel_item.padded,
  .main.tiny-wide .stretch.padded,
  .main.tiny-wide .w_steps.padded,
  .main.tiny-wide .w_carousel.stretch > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .main.tiny-narrow .stretch,
  .main.tiny-narrow .w_steps,
  .main.tiny-narrow .w_carousel.stretch > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .main.tiny-narrow .stretch.padded,
  .main.tiny-narrow .w_steps.padded,
  .main.tiny-narrow .w_carousel.stretch > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .main > .row,
  .main.small-wide > .row,
  .main > .row.small-wide,
  [data-fixed-bottom] > .row,
  [data-fixed-bottom].small-wide > .row,
  [data-fixed-bottom] > .row.small-wide {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }

  .main.small-narrow > .row,
  .main > .row.small-narrow,
  [data-fixed-bottom].small-narrow > .row,
  [data-fixed-bottom] > .row.small-narrow {
    padding-left: 3.1875rem;
    padding-right: 3.1875rem;
  }

  .main .stretch,
  .main .w_steps,
  .main .w_carousel.stretch > .carousel_item,
  .main.small-wide .stretch,
  .main.small-wide .w_steps,
  .main.small-wide .w_carousel.stretch > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .main .stretch.padded,
  .main .w_steps.padded,
  .main .w_carousel.stretch > .carousel_item.padded,
  .main.small-wide .stretch.padded,
  .main.small-wide .w_steps.padded,
  .main.small-wide .w_carousel.stretch > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .main.small-narrow .stretch,
  .main.small-narrow .w_steps,
  .main.small-narrow .w_carousel.stretch > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .main.small-narrow .stretch.padded,
  .main.small-narrow .w_steps.padded,
  .main.small-narrow .w_carousel.stretch > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media only screen and (min-width: 48rem) {
  .main.medium-narrow > .row,
  .main > .row.medium-narrow,
  [data-fixed-bottom] > .row,
  [data-fixed-bottom].medium-narrow > .row,
  [data-fixed-bottom] > .row.medium-narrow {
    padding-left: 3.1875rem;
    padding-right: 3.1875rem;
  }

  .main > .row,
  .main.medium-wide > .row,
  .main > .row.medium-wide,
  [data-fixed-bottom].medium-wide > .row,
  [data-fixed-bottom] > .row.medium-wide {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }

  .main.medium-narrow .stretch,
  .main.medium-narrow .w_steps,
  .main.medium-narrow .w_carousel.stretch > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .main.medium-narrow .stretch.padded,
  .main.medium-narrow .w_steps.padded,
  .main.medium-narrow .w_carousel.stretch > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .main .stretch,
  .main .w_steps,
  .main .w_carousel.stretch > .carousel_item,
  .main.medium-wide .stretch,
  .main.medium-wide .w_steps,
  .main.medium-wide .w_carousel.stretch > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .main .stretch.padded,
  .main .w_steps.padded,
  .main .w_carousel.stretch > .carousel_item.padded,
  .main.medium-wide .stretch.padded,
  .main.medium-wide .w_steps.padded,
  .main.medium-wide .w_carousel.stretch > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

@media only screen and (min-width: 60.625rem) {
  .main.large-narrow > .row,
  .main > .row.large-narrow,
  [data-fixed-bottom] > .row,
  [data-fixed-bottom].large-narrow > .row,
  [data-fixed-bottom] > .row.large-narrow {
    padding-left: 3.1875rem;
    padding-right: 3.1875rem;
  }

  .main > .row,
  .main.large-wide > .row,
  .main > .row.large-wide,
  [data-fixed-bottom].large-wide > .row,
  [data-fixed-bottom] > .row.large-wide {
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }

  .main.large-narrow .stretch,
  .main.large-narrow .w_steps,
  .main.large-narrow .w_carousel.stretch > .carousel_item {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .main.large-narrow .stretch.padded,
  .main.large-narrow .w_steps.padded,
  .main.large-narrow .w_carousel.stretch > .carousel_item.padded {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .main .stretch,
  .main .w_steps,
  .main .w_carousel.stretch > .carousel_item,
  .main.large-wide .stretch,
  .main.large-wide .w_steps,
  .main.large-wide .w_carousel.stretch > .carousel_item {
    margin-left: -1.125rem;
    margin-right: -1.125rem;
  }

  .main .stretch.padded,
  .main .w_steps.padded,
  .main .w_carousel.stretch > .carousel_item.padded,
  .main.large-wide .stretch.padded,
  .main.large-wide .w_steps.padded,
  .main.large-wide .w_carousel.stretch > .carousel_item.padded {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.row.vert-middle,
.row.tiny-vert-middle {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.row.vert-middle > .columns,
.row.vert-middle > .column,
.row.tiny-vert-middle > .columns,
.row.tiny-vert-middle > .column {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.row.vert-middle > .columns img,
.row.vert-middle > .column img,
.row.tiny-vert-middle > .columns img,
.row.tiny-vert-middle > .column img {
  max-width: 100%;
}

.row.vert-bottom,
.row.tiny-vert-bottom {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.row.vert-bottom > .columns,
.row.vert-bottom > .column,
.row.tiny-vert-bottom > .columns,
.row.tiny-vert-bottom > .column {
  float: none;
  display: table-cell;
  vertical-align: bottom;
}

.row.vert-bottom > .columns img,
.row.vert-bottom > .column img,
.row.tiny-vert-bottom > .columns img,
.row.tiny-vert-bottom > .column img {
  max-width: 100%;
}

@media only screen and (min-width: 30.0625rem) {
  .row.small-vert-middle {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .row.small-vert-middle > .columns,
  .row.small-vert-middle > .column {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .row.small-vert-middle > .columns img,
  .row.small-vert-middle > .column img {
    max-width: 100%;
  }

  .row.small-vert-bottom {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .row.small-vert-bottom > .columns,
  .row.small-vert-bottom > .column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }

  .row.small-vert-bottom > .columns img,
  .row.small-vert-bottom > .column img {
    max-width: 100%;
  }

  .row.small-vert-reset {
    display: block;
  }

  .row.small-vert-reset > .columns,
  .row.small-vert-reset > .column {
    float: left;
    display: block;
    vertical-align: baseline;
  }
}

@media only screen and (min-width: 48rem) {
  .row.medium-vert-middle {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .row.medium-vert-middle > .columns,
  .row.medium-vert-middle > .column {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .row.medium-vert-middle > .columns img,
  .row.medium-vert-middle > .column img {
    max-width: 100%;
  }

  .row.medium-vert-bottom {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .row.medium-vert-bottom > .columns,
  .row.medium-vert-bottom > .column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }

  .row.medium-vert-bottom > .columns img,
  .row.medium-vert-bottom > .column img {
    max-width: 100%;
  }

  .row.medium-vert-reset {
    display: block;
  }

  .row.medium-vert-reset > .columns,
  .row.medium-vert-reset > .column {
    float: left;
    display: block;
    vertical-align: baseline;
  }
}

@media only screen and (min-width: 60.625rem) {
  .row.large-vert-middle {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .row.large-vert-middle > .columns,
  .row.large-vert-middle > .column {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }

  .row.large-vert-middle > .columns img,
  .row.large-vert-middle > .column img {
    max-width: 100%;
  }

  .row.large-vert-bottom {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .row.large-vert-bottom > .columns,
  .row.large-vert-bottom > .column {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }

  .row.large-vert-bottom > .columns img,
  .row.large-vert-bottom > .column img {
    max-width: 100%;
  }

  .row.large-vert-reset {
    display: block;
  }

  .row.large-vert-reset > .columns,
  .row.large-vert-reset > .column {
    float: left;
    display: block;
    vertical-align: baseline;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clear {
  clear: both !important;
}

.clear-left {
  clear: left !important;
}

.clear-right {
  clear: right !important;
}

.clear-none {
  clear: none !important;
}

.float-reset,
.float-none {
  float: none !important;
}

.clearfix {
  /*@mixin clearfix*/
  *zoom: 1;
}

.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.vert-top {
  vertical-align: top;
}

.vert-text-top {
  vertical-align: text-top;
}

.vert-middle {
  vertical-align: middle;
}

.vert-bottom {
  vertical-align: bottom;
}

.vert-text-bottom {
  vertical-align: text-bottom;
}

.center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.uncenter {
  margin-left: 0;
  margin-right: 0;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.no-scroll {
  overflow: hidden;
}

.border-all {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #959595;
}

.border-none {
  border: none !important;
  border-color: #959595;
}

.border-top {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: #959595;
}

.border-right {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #959595;
}

.border-bottom {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #959595;
}

.border-left {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #959595;
}

.border-hoirz {
  border-top-width: 1px !important;
  border-top-style: solid !important;
  border-top-color: #959595;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  border-bottom-color: #959595;
}

.border-vert {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-left-color: #959595;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: #959595;
}

.border-top-none {
  border-top: none !important;
}

.border-right-none {
  border-right: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

.border-left-none {
  border-left: none !important;
}

.border-all-none {
  border: none !important;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

@media only screen {
  .tiny-left {
    float: left !important;
  }

  .tiny-right {
    float: right !important;
  }

  .tiny-clear {
    clear: both !important;
  }

  .tiny-clear-left {
    clear: left !important;
  }

  .tiny-clear-right {
    clear: right !important;
  }

  .tiny-clear-none {
    clear: none !important;
  }

  .tiny-float-reset {
    float: none !important;
  }

  .tiny-float-none {
    float: none !important;
  }

  .tiny-text-left {
    text-align: left !important;
  }

  .tiny-text-right {
    text-align: right !important;
  }

  .tiny-text-center {
    text-align: center !important;
  }

  .tiny-text-justify {
    text-align: justify !important;
  }

  .tiny-hide {
    display: none;
  }

  .tiny-show {
    display: inherit;
  }

  .tiny-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .tiny-uncenter {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .tiny-border-all {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-style: solid;
    border-color: #959595;
  }

  .tiny-border-none {
    border: none !important;
  }

  .tiny-border-top {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-top-color: #959595;
  }

  .tiny-border-right {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-style: solid;
    border-right-color: #959595;
  }

  .tiny-border-bottom {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }

  .tiny-border-left {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-left-color: #959595;
  }

  .tiny-border-horiz {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #959595;
    border-bottom-color: #959595;
  }

  .tiny-border-vert {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #959595;
    border-right-color: #959595;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .small-left {
    float: left !important;
  }

  .small-right {
    float: right !important;
  }

  .small-clear {
    clear: both !important;
  }

  .small-clear-left {
    clear: left !important;
  }

  .small-clear-right {
    clear: right !important;
  }

  .small-clear-none {
    clear: none !important;
  }

  .small-float-reset {
    float: none !important;
  }

  .small-float-none {
    float: none !important;
  }

  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }

  .small-hide {
    display: none;
  }

  .small-show {
    display: inherit;
  }

  .small-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .small-uncenter {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .small-border-all {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-style: solid;
    border-color: #959595;
  }

  .small-border-none {
    border: none !important;
  }

  .small-border-top {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-top-color: #959595;
  }

  .small-border-right {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-style: solid;
    border-right-color: #959595;
  }

  .small-border-bottom {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }

  .small-border-left {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-left-color: #959595;
  }

  .small-border-horiz {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #959595;
    border-bottom-color: #959595;
  }

  .small-border-vert {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #959595;
    border-right-color: #959595;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-left {
    float: left !important;
  }

  .medium-right {
    float: right !important;
  }

  .medium-clear {
    clear: both !important;
  }

  .medium-clear-left {
    clear: left !important;
  }

  .medium-clear-right {
    clear: right !important;
  }

  .medium-clear-none {
    clear: none !important;
  }

  .medium-float-reset {
    float: none !important;
  }

  .medium-float-none {
    float: none !important;
  }

  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }

  .medium-hide {
    display: none;
  }

  .medium-show {
    display: inherit;
  }

  .medium-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .medium-uncenter {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .medium-border-all {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-style: solid;
    border-color: #959595;
  }

  .medium-border-none {
    border: none !important;
  }

  .medium-border-top {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-top-color: #959595;
  }

  .medium-border-right {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-style: solid;
    border-right-color: #959595;
  }

  .medium-border-bottom {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }

  .medium-border-left {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-left-color: #959595;
  }

  .medium-border-horiz {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #959595;
    border-bottom-color: #959595;
  }

  .medium-border-vert {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #959595;
    border-right-color: #959595;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-left {
    float: left !important;
  }

  .large-right {
    float: right !important;
  }

  .large-clear {
    clear: both !important;
  }

  .large-clear-left {
    clear: left !important;
  }

  .large-clear-right {
    clear: right !important;
  }

  .large-clear-none {
    clear: none !important;
  }

  .large-float-reset {
    float: none !important;
  }

  .large-float-none {
    float: none !important;
  }

  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }

  .large-hide {
    display: none;
  }

  .large-show {
    display: inherit;
  }

  .large-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .large-uncenter {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .large-border-all {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-style: solid;
    border-color: #959595;
  }

  .large-border-none {
    border: none !important;
  }

  .large-border-top {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-top-color: #959595;
  }

  .large-border-right {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-style: solid;
    border-right-color: #959595;
  }

  .large-border-bottom {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }

  .large-border-left {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-left-color: #959595;
  }

  .large-border-horiz {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #959595;
    border-bottom-color: #959595;
  }

  .large-border-vert {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #959595;
    border-right-color: #959595;
  }
}

@media only screen and (min-width: 80.0625rem) {
  .xlarge-left {
    float: left !important;
  }

  .xlarge-right {
    float: right !important;
  }

  .xlarge-clear {
    clear: both !important;
  }

  .xlarge-clear-left {
    clear: left !important;
  }

  .xlarge-clear-right {
    clear: right !important;
  }

  .xlarge-clear-none {
    clear: none !important;
  }

  .xlarge-float-reset {
    float: none !important;
  }

  .xlarge-float-none {
    float: none !important;
  }

  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }

  .xlarge-hide {
    display: none;
  }

  .xlarge-show {
    display: inherit;
  }

  .xlarge-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xlarge-uncenter {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .xlarge-border-all {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-style: solid;
    border-color: #959595;
  }

  .xlarge-border-none {
    border: none !important;
  }

  .xlarge-border-top {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-top-color: #959595;
  }

  .xlarge-border-right {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-style: solid;
    border-right-color: #959595;
  }

  .xlarge-border-bottom {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }

  .xlarge-border-left {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-left-color: #959595;
  }

  .xlarge-border-horiz {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #959595;
    border-bottom-color: #959595;
  }

  .xlarge-border-vert {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #959595;
    border-right-color: #959595;
  }
}

@media only screen and (min-width: 120.0625rem) {
  .xxlarge-left {
    float: left !important;
  }

  .xxlarge-right {
    float: right !important;
  }

  .xxlarge-clear {
    clear: both !important;
  }

  .xxlarge-clear-left {
    clear: left !important;
  }

  .xxlarge-clear-right {
    clear: right !important;
  }

  .xxlarge-clear-none {
    clear: none !important;
  }

  .xxlarge-float-reset {
    float: none !important;
  }

  .xxlarge-float-none {
    float: none !important;
  }

  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }

  .xxlarge-hide {
    display: none;
  }

  .xxlarge-show {
    display: inherit;
  }

  .xxlarge-center {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .xxlarge-uncenter {
    margin-left: 0 !important;
    margin-right: 0;
  }

  .xxlarge-border-all {
    border-top-width: 1px !important;
    border-right-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-style: solid;
    border-color: #959595;
  }

  .xxlarge-border-none {
    border: none !important;
  }

  .xxlarge-border-top {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-top-color: #959595;
  }

  .xxlarge-border-right {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important;
    border-right-style: solid;
    border-right-color: #959595;
  }

  .xxlarge-border-bottom {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-bottom-style: solid;
    border-bottom-color: #959595;
  }

  .xxlarge-border-left {
    border-top-width: 0 !important;
    border-right-width: 0 !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-left-color: #959595;
  }

  .xxlarge-border-horiz {
    border-top-width: 1px !important;
    border-right-width: 0 !important;
    border-bottom-width: 1px !important;
    border-left-width: 0 !important;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #959595;
    border-bottom-color: #959595;
  }

  .xxlarge-border-vert {
    border-top-width: 0 !important;
    border-right-width: 1px !important;
    border-bottom-width: 0 !important;
    border-left-width: 1px !important;
    border-left-style: solid;
    border-right-style: solid;
    border-left-color: #959595;
    border-right-color: #959595;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.margin-pull-up-micro {
  margin-top: -0.375rem !important;
}

.margin-pull-right-micro {
  margin-right: -0.375rem !important;
}

.margin-pull-down-micro {
  margin-bottom: -0.375rem !important;
}

.margin-pull-left-micro {
  margin-left: -0.375rem !important;
}

.margin-top-micro {
  margin-top: 0.375rem !important;
}

.margin-right-micro {
  margin-right: 0.375rem !important;
}

.margin-bottom-micro {
  margin-bottom: 0.375rem !important;
}

.margin-left-micro {
  margin-left: 0.375rem !important;
}

.margin-horiz-micro {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.margin-vert-micro {
  margin-left: 0.375rem !important;
  margin-right: 0.375rem !important;
}

.margin-all-micro {
  margin: 0.375rem !important;
}

.margin-pull-up-tiny {
  margin-top: -0.75rem !important;
}

.margin-pull-right-tiny {
  margin-right: -0.75rem !important;
}

.margin-pull-down-tiny {
  margin-bottom: -0.75rem !important;
}

.margin-pull-left-tiny {
  margin-left: -0.75rem !important;
}

.margin-top-tiny {
  margin-top: 0.75rem !important;
}

.margin-right-tiny {
  margin-right: 0.75rem !important;
}

.margin-bottom-tiny {
  margin-bottom: 0.75rem !important;
}

.margin-left-tiny {
  margin-left: 0.75rem !important;
}

.margin-horiz-tiny {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.margin-vert-tiny {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.margin-all-tiny {
  margin: 0.75rem !important;
}

.margin-pull-up-small {
  margin-top: -1.125rem !important;
}

.margin-pull-right-small {
  margin-right: -1.125rem !important;
}

.margin-pull-down-small {
  margin-bottom: -1.125rem !important;
}

.margin-pull-left-small {
  margin-left: -1.125rem !important;
}

.margin-top-small {
  margin-top: 1.125rem !important;
}

.margin-right-small {
  margin-right: 1.125rem !important;
}

.margin-bottom-small {
  margin-bottom: 1.125rem !important;
}

.margin-left-small {
  margin-left: 1.125rem !important;
}

.margin-horiz-small {
  margin-top: 1.125rem !important;
  margin-bottom: 1.125rem !important;
}

.margin-vert-small {
  margin-left: 1.125rem !important;
  margin-right: 1.125rem !important;
}

.margin-all-small {
  margin: 1.125rem !important;
}

.margin-pull-up-medium {
  margin-top: -1.5rem !important;
}

.margin-pull-right-medium {
  margin-right: -1.5rem !important;
}

.margin-pull-down-medium {
  margin-bottom: -1.5rem !important;
}

.margin-pull-left-medium {
  margin-left: -1.5rem !important;
}

.margin-top-medium {
  margin-top: 1.5rem !important;
}

.margin-right-medium {
  margin-right: 1.5rem !important;
}

.margin-bottom-medium {
  margin-bottom: 1.5rem !important;
}

.margin-left-medium {
  margin-left: 1.5rem !important;
}

.margin-horiz-medium {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.margin-vert-medium {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.margin-all-medium {
  margin: 1.5rem !important;
}

.margin-pull-up-large {
  margin-top: -2.25rem !important;
}

.margin-pull-right-large {
  margin-right: -2.25rem !important;
}

.margin-pull-down-large {
  margin-bottom: -2.25rem !important;
}

.margin-pull-left-large {
  margin-left: -2.25rem !important;
}

.margin-top-large {
  margin-top: 2.25rem !important;
}

.margin-right-large {
  margin-right: 2.25rem !important;
}

.margin-bottom-large {
  margin-bottom: 2.25rem !important;
}

.margin-left-large {
  margin-left: 2.25rem !important;
}

.margin-horiz-large {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.margin-vert-large {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.margin-all-large {
  margin: 2.25rem !important;
}

.margin-pull-up-xlarge {
  margin-top: -3.375rem !important;
}

.margin-pull-right-xlarge {
  margin-right: -3.375rem !important;
}

.margin-pull-down-xlarge {
  margin-bottom: -3.375rem !important;
}

.margin-pull-left-xlarge {
  margin-left: -3.375rem !important;
}

.margin-top-xlarge {
  margin-top: 3.375rem !important;
}

.margin-right-xlarge {
  margin-right: 3.375rem !important;
}

.margin-bottom-xlarge {
  margin-bottom: 3.375rem !important;
}

.margin-left-xlarge {
  margin-left: 3.375rem !important;
}

.margin-horiz-xlarge {
  margin-top: 3.375rem !important;
  margin-bottom: 3.375rem !important;
}

.margin-vert-xlarge {
  margin-left: 3.375rem !important;
  margin-right: 3.375rem !important;
}

.margin-all-xlarge {
  margin: 3.375rem !important;
}

.margin-pull-up-zero {
  margin-top: 0rem !important;
}

.margin-pull-right-zero {
  margin-right: 0rem !important;
}

.margin-pull-down-zero {
  margin-bottom: 0rem !important;
}

.margin-pull-left-zero {
  margin-left: 0rem !important;
}

.margin-top-zero {
  margin-top: 0rem !important;
}

.margin-right-zero {
  margin-right: 0rem !important;
}

.margin-bottom-zero {
  margin-bottom: 0rem !important;
}

.margin-left-zero {
  margin-left: 0rem !important;
}

.margin-horiz-zero {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.margin-vert-zero {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.margin-all-zero {
  margin: 0rem !important;
}

.padding-top-micro {
  padding-top: 0.375rem !important;
}

.padding-right-micro {
  padding-right: 0.375rem !important;
}

.padding-bottom-micro {
  padding-bottom: 0.375rem !important;
}

.padding-left-micro {
  padding-left: 0.375rem !important;
}

.padding-horiz-micro {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.padding-vert-micro {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}

.padding-all-micro {
  padding: 0.375rem !important;
}

.padding-top-tiny {
  padding-top: 0.75rem !important;
}

.padding-right-tiny {
  padding-right: 0.75rem !important;
}

.padding-bottom-tiny {
  padding-bottom: 0.75rem !important;
}

.padding-left-tiny {
  padding-left: 0.75rem !important;
}

.padding-horiz-tiny {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.padding-vert-tiny {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.padding-all-tiny {
  padding: 0.75rem !important;
}

.padding-top-small {
  padding-top: 1.125rem !important;
}

.padding-right-small {
  padding-right: 1.125rem !important;
}

.padding-bottom-small {
  padding-bottom: 1.125rem !important;
}

.padding-left-small {
  padding-left: 1.125rem !important;
}

.padding-horiz-small {
  padding-top: 1.125rem !important;
  padding-bottom: 1.125rem !important;
}

.padding-vert-small {
  padding-left: 1.125rem !important;
  padding-right: 1.125rem !important;
}

.padding-all-small {
  padding: 1.125rem !important;
}

.padding-top-medium {
  padding-top: 1.5rem !important;
}

.padding-right-medium {
  padding-right: 1.5rem !important;
}

.padding-bottom-medium {
  padding-bottom: 1.5rem !important;
}

.padding-left-medium {
  padding-left: 1.5rem !important;
}

.padding-horiz-medium {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.padding-vert-medium {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.padding-all-medium {
  padding: 1.5rem !important;
}

.padding-top-large {
  padding-top: 2.25rem !important;
}

.padding-right-large {
  padding-right: 2.25rem !important;
}

.padding-bottom-large {
  padding-bottom: 2.25rem !important;
}

.padding-left-large {
  padding-left: 2.25rem !important;
}

.padding-horiz-large {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.padding-vert-large {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

.padding-all-large {
  padding: 2.25rem !important;
}

.padding-top-xlarge {
  padding-top: 3.375rem !important;
}

.padding-right-xlarge {
  padding-right: 3.375rem !important;
}

.padding-bottom-xlarge {
  padding-bottom: 3.375rem !important;
}

.padding-left-xlarge {
  padding-left: 3.375rem !important;
}

.padding-horiz-xlarge {
  padding-top: 3.375rem !important;
  padding-bottom: 3.375rem !important;
}

.padding-vert-xlarge {
  padding-left: 3.375rem !important;
  padding-right: 3.375rem !important;
}

.padding-all-xlarge {
  padding: 3.375rem !important;
}

.padding-top-zero {
  padding-top: 0rem !important;
}

.padding-right-zero {
  padding-right: 0rem !important;
}

.padding-bottom-zero {
  padding-bottom: 0rem !important;
}

.padding-left-zero {
  padding-left: 0rem !important;
}

.padding-horiz-zero {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.padding-vert-zero {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.padding-all-zero {
  padding: 0rem !important;
}

.p-5 {
  width: 5% !important;
}

.p-10 {
  width: 10% !important;
}

.p-15 {
  width: 15% !important;
}

.p-20 {
  width: 20% !important;
}

.p-25 {
  width: 25% !important;
}

.p-30 {
  width: 30% !important;
}

.p-33 {
  width: 33.3333% !important;
}

.p-35 {
  width: 35% !important;
}

.p-40 {
  width: 40% !important;
}

.p-45 {
  width: 45% !important;
}

.p-50 {
  width: 50% !important;
}

.p-55 {
  width: 55% !important;
}

.p-60 {
  width: 60% !important;
}

.p-65 {
  width: 65% !important;
}

.p-66 {
  width: 66.6666% !important;
}

.p-70 {
  width: 70% !important;
}

.p-75 {
  width: 75% !important;
}

.p-80 {
  width: 80% !important;
}

.p-85 {
  width: 85% !important;
}

.p-90 {
  width: 90% !important;
}

.p-95 {
  width: 95% !important;
}

.p-100 {
  width: 100% !important;
}

.p-auto {
  width: auto !important;
}

.w-tiny {
  width: 4.875rem !important;
}

.w-small {
  width: 7.5rem !important;
}

.w-medium {
  width: 12.375rem !important;
}

.w-large {
  width: 18.75rem !important;
}

.w-xlarge {
  width: 25.125rem !important;
}

.w-phone-3 {
  width: 4.25rem !important;
  text-align: center;
}

.w-phone-4 {
  width: 5.4375rem !important;
  text-align: center;
}

.mw-tiny {
  max-width: 4.875rem !important;
}

.mw-small {
  max-width: 7.5rem !important;
}

.mw-medium {
  max-width: 12.375rem !important;
}

.mw-large {
  max-width: 18.75rem !important;
}

.mw-xlarge {
  max-width: 25.125rem !important;
}

.mw-phone-3 {
  max-width: 4.25rem !important;
  text-align: center;
}

.mw-phone-4 {
  max-width: 5.4375rem !important;
  text-align: center;
}

.input-height {
  max-height: 2.125rem;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

@media only screen {
  .tiny-margin-pull-up-micro {
    margin-top: -0.375rem !important;
  }

  .tiny-margin-pull-right-micro {
    margin-right: -0.375rem !important;
  }

  .tiny-margin-pull-down-micro {
    margin-bottom: -0.375rem !important;
  }

  .tiny-margin-pull-left-micro {
    margin-left: -0.375rem !important;
  }

  .tiny-margin-top-micro {
    margin-top: 0.375rem !important;
  }

  .tiny-margin-right-micro {
    margin-right: 0.375rem !important;
  }

  .tiny-margin-bottom-micro {
    margin-bottom: 0.375rem !important;
  }

  .tiny-margin-left-micro {
    margin-left: 0.375rem !important;
  }

  .tiny-margin-horiz-micro {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .tiny-margin-vert-micro {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .tiny-margin-all-micro {
    margin: 0.375rem !important;
  }

  .tiny-margin-pull-up-tiny {
    margin-top: -0.75rem !important;
  }

  .tiny-margin-pull-right-tiny {
    margin-right: -0.75rem !important;
  }

  .tiny-margin-pull-down-tiny {
    margin-bottom: -0.75rem !important;
  }

  .tiny-margin-pull-left-tiny {
    margin-left: -0.75rem !important;
  }

  .tiny-margin-top-tiny {
    margin-top: 0.75rem !important;
  }

  .tiny-margin-right-tiny {
    margin-right: 0.75rem !important;
  }

  .tiny-margin-bottom-tiny {
    margin-bottom: 0.75rem !important;
  }

  .tiny-margin-left-tiny {
    margin-left: 0.75rem !important;
  }

  .tiny-margin-horiz-tiny {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .tiny-margin-vert-tiny {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .tiny-margin-all-tiny {
    margin: 0.75rem !important;
  }

  .tiny-margin-pull-up-small {
    margin-top: -1.125rem !important;
  }

  .tiny-margin-pull-right-small {
    margin-right: -1.125rem !important;
  }

  .tiny-margin-pull-down-small {
    margin-bottom: -1.125rem !important;
  }

  .tiny-margin-pull-left-small {
    margin-left: -1.125rem !important;
  }

  .tiny-margin-top-small {
    margin-top: 1.125rem !important;
  }

  .tiny-margin-right-small {
    margin-right: 1.125rem !important;
  }

  .tiny-margin-bottom-small {
    margin-bottom: 1.125rem !important;
  }

  .tiny-margin-left-small {
    margin-left: 1.125rem !important;
  }

  .tiny-margin-horiz-small {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .tiny-margin-vert-small {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .tiny-margin-all-small {
    margin: 1.125rem !important;
  }

  .tiny-margin-pull-up-medium {
    margin-top: -1.5rem !important;
  }

  .tiny-margin-pull-right-medium {
    margin-right: -1.5rem !important;
  }

  .tiny-margin-pull-down-medium {
    margin-bottom: -1.5rem !important;
  }

  .tiny-margin-pull-left-medium {
    margin-left: -1.5rem !important;
  }

  .tiny-margin-top-medium {
    margin-top: 1.5rem !important;
  }

  .tiny-margin-right-medium {
    margin-right: 1.5rem !important;
  }

  .tiny-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }

  .tiny-margin-left-medium {
    margin-left: 1.5rem !important;
  }

  .tiny-margin-horiz-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .tiny-margin-vert-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .tiny-margin-all-medium {
    margin: 1.5rem !important;
  }

  .tiny-margin-pull-up-large {
    margin-top: -2.25rem !important;
  }

  .tiny-margin-pull-right-large {
    margin-right: -2.25rem !important;
  }

  .tiny-margin-pull-down-large {
    margin-bottom: -2.25rem !important;
  }

  .tiny-margin-pull-left-large {
    margin-left: -2.25rem !important;
  }

  .tiny-margin-top-large {
    margin-top: 2.25rem !important;
  }

  .tiny-margin-right-large {
    margin-right: 2.25rem !important;
  }

  .tiny-margin-bottom-large {
    margin-bottom: 2.25rem !important;
  }

  .tiny-margin-left-large {
    margin-left: 2.25rem !important;
  }

  .tiny-margin-horiz-large {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .tiny-margin-vert-large {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .tiny-margin-all-large {
    margin: 2.25rem !important;
  }

  .tiny-margin-pull-up-xlarge {
    margin-top: -3.375rem !important;
  }

  .tiny-margin-pull-right-xlarge {
    margin-right: -3.375rem !important;
  }

  .tiny-margin-pull-down-xlarge {
    margin-bottom: -3.375rem !important;
  }

  .tiny-margin-pull-left-xlarge {
    margin-left: -3.375rem !important;
  }

  .tiny-margin-top-xlarge {
    margin-top: 3.375rem !important;
  }

  .tiny-margin-right-xlarge {
    margin-right: 3.375rem !important;
  }

  .tiny-margin-bottom-xlarge {
    margin-bottom: 3.375rem !important;
  }

  .tiny-margin-left-xlarge {
    margin-left: 3.375rem !important;
  }

  .tiny-margin-horiz-xlarge {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .tiny-margin-vert-xlarge {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .tiny-margin-all-xlarge {
    margin: 3.375rem !important;
  }

  .tiny-margin-pull-up-zero {
    margin-top: 0rem !important;
  }

  .tiny-margin-pull-right-zero {
    margin-right: 0rem !important;
  }

  .tiny-margin-pull-down-zero {
    margin-bottom: 0rem !important;
  }

  .tiny-margin-pull-left-zero {
    margin-left: 0rem !important;
  }

  .tiny-margin-top-zero {
    margin-top: 0rem !important;
  }

  .tiny-margin-right-zero {
    margin-right: 0rem !important;
  }

  .tiny-margin-bottom-zero {
    margin-bottom: 0rem !important;
  }

  .tiny-margin-left-zero {
    margin-left: 0rem !important;
  }

  .tiny-margin-horiz-zero {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .tiny-margin-vert-zero {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .tiny-margin-all-zero {
    margin: 0rem !important;
  }

  .tiny-padding-top-micro {
    padding-top: 0.375rem !important;
  }

  .tiny-padding-right-micro {
    padding-right: 0.375rem !important;
  }

  .tiny-padding-bottom-micro {
    padding-bottom: 0.375rem !important;
  }

  .tiny-padding-left-micro {
    padding-left: 0.375rem !important;
  }

  .tiny-padding-horiz-micro {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .tiny-padding-vert-micro {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .tiny-padding-all-micro {
    padding: 0.375rem !important;
  }

  .tiny-padding-top-tiny {
    padding-top: 0.75rem !important;
  }

  .tiny-padding-right-tiny {
    padding-right: 0.75rem !important;
  }

  .tiny-padding-bottom-tiny {
    padding-bottom: 0.75rem !important;
  }

  .tiny-padding-left-tiny {
    padding-left: 0.75rem !important;
  }

  .tiny-padding-horiz-tiny {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .tiny-padding-vert-tiny {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .tiny-padding-all-tiny {
    padding: 0.75rem !important;
  }

  .tiny-padding-top-small {
    padding-top: 1.125rem !important;
  }

  .tiny-padding-right-small {
    padding-right: 1.125rem !important;
  }

  .tiny-padding-bottom-small {
    padding-bottom: 1.125rem !important;
  }

  .tiny-padding-left-small {
    padding-left: 1.125rem !important;
  }

  .tiny-padding-horiz-small {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .tiny-padding-vert-small {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .tiny-padding-all-small {
    padding: 1.125rem !important;
  }

  .tiny-padding-top-medium {
    padding-top: 1.5rem !important;
  }

  .tiny-padding-right-medium {
    padding-right: 1.5rem !important;
  }

  .tiny-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }

  .tiny-padding-left-medium {
    padding-left: 1.5rem !important;
  }

  .tiny-padding-horiz-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .tiny-padding-vert-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .tiny-padding-all-medium {
    padding: 1.5rem !important;
  }

  .tiny-padding-top-large {
    padding-top: 2.25rem !important;
  }

  .tiny-padding-right-large {
    padding-right: 2.25rem !important;
  }

  .tiny-padding-bottom-large {
    padding-bottom: 2.25rem !important;
  }

  .tiny-padding-left-large {
    padding-left: 2.25rem !important;
  }

  .tiny-padding-horiz-large {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .tiny-padding-vert-large {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .tiny-padding-all-large {
    padding: 2.25rem !important;
  }

  .tiny-padding-top-xlarge {
    padding-top: 3.375rem !important;
  }

  .tiny-padding-right-xlarge {
    padding-right: 3.375rem !important;
  }

  .tiny-padding-bottom-xlarge {
    padding-bottom: 3.375rem !important;
  }

  .tiny-padding-left-xlarge {
    padding-left: 3.375rem !important;
  }

  .tiny-padding-horiz-xlarge {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .tiny-padding-vert-xlarge {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .tiny-padding-all-xlarge {
    padding: 3.375rem !important;
  }

  .tiny-padding-top-zero {
    padding-top: 0rem !important;
  }

  .tiny-padding-right-zero {
    padding-right: 0rem !important;
  }

  .tiny-padding-bottom-zero {
    padding-bottom: 0rem !important;
  }

  .tiny-padding-left-zero {
    padding-left: 0rem !important;
  }

  .tiny-padding-horiz-zero {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .tiny-padding-vert-zero {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .tiny-padding-all-zero {
    padding: 0rem !important;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .small-margin-pull-up-micro {
    margin-top: -0.375rem !important;
  }

  .small-margin-pull-right-micro {
    margin-right: -0.375rem !important;
  }

  .small-margin-pull-down-micro {
    margin-bottom: -0.375rem !important;
  }

  .small-margin-pull-left-micro {
    margin-left: -0.375rem !important;
  }

  .small-margin-top-micro {
    margin-top: 0.375rem !important;
  }

  .small-margin-right-micro {
    margin-right: 0.375rem !important;
  }

  .small-margin-bottom-micro {
    margin-bottom: 0.375rem !important;
  }

  .small-margin-left-micro {
    margin-left: 0.375rem !important;
  }

  .small-margin-horiz-micro {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .small-margin-vert-micro {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .small-margin-all-micro {
    margin: 0.375rem !important;
  }

  .small-margin-pull-up-tiny {
    margin-top: -0.75rem !important;
  }

  .small-margin-pull-right-tiny {
    margin-right: -0.75rem !important;
  }

  .small-margin-pull-down-tiny {
    margin-bottom: -0.75rem !important;
  }

  .small-margin-pull-left-tiny {
    margin-left: -0.75rem !important;
  }

  .small-margin-top-tiny {
    margin-top: 0.75rem !important;
  }

  .small-margin-right-tiny {
    margin-right: 0.75rem !important;
  }

  .small-margin-bottom-tiny {
    margin-bottom: 0.75rem !important;
  }

  .small-margin-left-tiny {
    margin-left: 0.75rem !important;
  }

  .small-margin-horiz-tiny {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .small-margin-vert-tiny {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .small-margin-all-tiny {
    margin: 0.75rem !important;
  }

  .small-margin-pull-up-small {
    margin-top: -1.125rem !important;
  }

  .small-margin-pull-right-small {
    margin-right: -1.125rem !important;
  }

  .small-margin-pull-down-small {
    margin-bottom: -1.125rem !important;
  }

  .small-margin-pull-left-small {
    margin-left: -1.125rem !important;
  }

  .small-margin-top-small {
    margin-top: 1.125rem !important;
  }

  .small-margin-right-small {
    margin-right: 1.125rem !important;
  }

  .small-margin-bottom-small {
    margin-bottom: 1.125rem !important;
  }

  .small-margin-left-small {
    margin-left: 1.125rem !important;
  }

  .small-margin-horiz-small {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .small-margin-vert-small {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .small-margin-all-small {
    margin: 1.125rem !important;
  }

  .small-margin-pull-up-medium {
    margin-top: -1.5rem !important;
  }

  .small-margin-pull-right-medium {
    margin-right: -1.5rem !important;
  }

  .small-margin-pull-down-medium {
    margin-bottom: -1.5rem !important;
  }

  .small-margin-pull-left-medium {
    margin-left: -1.5rem !important;
  }

  .small-margin-top-medium {
    margin-top: 1.5rem !important;
  }

  .small-margin-right-medium {
    margin-right: 1.5rem !important;
  }

  .small-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }

  .small-margin-left-medium {
    margin-left: 1.5rem !important;
  }

  .small-margin-horiz-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .small-margin-vert-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .small-margin-all-medium {
    margin: 1.5rem !important;
  }

  .small-margin-pull-up-large {
    margin-top: -2.25rem !important;
  }

  .small-margin-pull-right-large {
    margin-right: -2.25rem !important;
  }

  .small-margin-pull-down-large {
    margin-bottom: -2.25rem !important;
  }

  .small-margin-pull-left-large {
    margin-left: -2.25rem !important;
  }

  .small-margin-top-large {
    margin-top: 2.25rem !important;
  }

  .small-margin-right-large {
    margin-right: 2.25rem !important;
  }

  .small-margin-bottom-large {
    margin-bottom: 2.25rem !important;
  }

  .small-margin-left-large {
    margin-left: 2.25rem !important;
  }

  .small-margin-horiz-large {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .small-margin-vert-large {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .small-margin-all-large {
    margin: 2.25rem !important;
  }

  .small-margin-pull-up-xlarge {
    margin-top: -3.375rem !important;
  }

  .small-margin-pull-right-xlarge {
    margin-right: -3.375rem !important;
  }

  .small-margin-pull-down-xlarge {
    margin-bottom: -3.375rem !important;
  }

  .small-margin-pull-left-xlarge {
    margin-left: -3.375rem !important;
  }

  .small-margin-top-xlarge {
    margin-top: 3.375rem !important;
  }

  .small-margin-right-xlarge {
    margin-right: 3.375rem !important;
  }

  .small-margin-bottom-xlarge {
    margin-bottom: 3.375rem !important;
  }

  .small-margin-left-xlarge {
    margin-left: 3.375rem !important;
  }

  .small-margin-horiz-xlarge {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .small-margin-vert-xlarge {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .small-margin-all-xlarge {
    margin: 3.375rem !important;
  }

  .small-margin-pull-up-zero {
    margin-top: 0rem !important;
  }

  .small-margin-pull-right-zero {
    margin-right: 0rem !important;
  }

  .small-margin-pull-down-zero {
    margin-bottom: 0rem !important;
  }

  .small-margin-pull-left-zero {
    margin-left: 0rem !important;
  }

  .small-margin-top-zero {
    margin-top: 0rem !important;
  }

  .small-margin-right-zero {
    margin-right: 0rem !important;
  }

  .small-margin-bottom-zero {
    margin-bottom: 0rem !important;
  }

  .small-margin-left-zero {
    margin-left: 0rem !important;
  }

  .small-margin-horiz-zero {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .small-margin-vert-zero {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .small-margin-all-zero {
    margin: 0rem !important;
  }

  .small-padding-top-micro {
    padding-top: 0.375rem !important;
  }

  .small-padding-right-micro {
    padding-right: 0.375rem !important;
  }

  .small-padding-bottom-micro {
    padding-bottom: 0.375rem !important;
  }

  .small-padding-left-micro {
    padding-left: 0.375rem !important;
  }

  .small-padding-horiz-micro {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .small-padding-vert-micro {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .small-padding-all-micro {
    padding: 0.375rem !important;
  }

  .small-padding-top-tiny {
    padding-top: 0.75rem !important;
  }

  .small-padding-right-tiny {
    padding-right: 0.75rem !important;
  }

  .small-padding-bottom-tiny {
    padding-bottom: 0.75rem !important;
  }

  .small-padding-left-tiny {
    padding-left: 0.75rem !important;
  }

  .small-padding-horiz-tiny {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .small-padding-vert-tiny {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .small-padding-all-tiny {
    padding: 0.75rem !important;
  }

  .small-padding-top-small {
    padding-top: 1.125rem !important;
  }

  .small-padding-right-small {
    padding-right: 1.125rem !important;
  }

  .small-padding-bottom-small {
    padding-bottom: 1.125rem !important;
  }

  .small-padding-left-small {
    padding-left: 1.125rem !important;
  }

  .small-padding-horiz-small {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .small-padding-vert-small {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .small-padding-all-small {
    padding: 1.125rem !important;
  }

  .small-padding-top-medium {
    padding-top: 1.5rem !important;
  }

  .small-padding-right-medium {
    padding-right: 1.5rem !important;
  }

  .small-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }

  .small-padding-left-medium {
    padding-left: 1.5rem !important;
  }

  .small-padding-horiz-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .small-padding-vert-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .small-padding-all-medium {
    padding: 1.5rem !important;
  }

  .small-padding-top-large {
    padding-top: 2.25rem !important;
  }

  .small-padding-right-large {
    padding-right: 2.25rem !important;
  }

  .small-padding-bottom-large {
    padding-bottom: 2.25rem !important;
  }

  .small-padding-left-large {
    padding-left: 2.25rem !important;
  }

  .small-padding-horiz-large {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .small-padding-vert-large {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .small-padding-all-large {
    padding: 2.25rem !important;
  }

  .small-padding-top-xlarge {
    padding-top: 3.375rem !important;
  }

  .small-padding-right-xlarge {
    padding-right: 3.375rem !important;
  }

  .small-padding-bottom-xlarge {
    padding-bottom: 3.375rem !important;
  }

  .small-padding-left-xlarge {
    padding-left: 3.375rem !important;
  }

  .small-padding-horiz-xlarge {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .small-padding-vert-xlarge {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .small-padding-all-xlarge {
    padding: 3.375rem !important;
  }

  .small-padding-top-zero {
    padding-top: 0rem !important;
  }

  .small-padding-right-zero {
    padding-right: 0rem !important;
  }

  .small-padding-bottom-zero {
    padding-bottom: 0rem !important;
  }

  .small-padding-left-zero {
    padding-left: 0rem !important;
  }

  .small-padding-horiz-zero {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .small-padding-vert-zero {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .small-padding-all-zero {
    padding: 0rem !important;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-margin-pull-up-micro {
    margin-top: -0.375rem !important;
  }

  .medium-margin-pull-right-micro {
    margin-right: -0.375rem !important;
  }

  .medium-margin-pull-down-micro {
    margin-bottom: -0.375rem !important;
  }

  .medium-margin-pull-left-micro {
    margin-left: -0.375rem !important;
  }

  .medium-margin-top-micro {
    margin-top: 0.375rem !important;
  }

  .medium-margin-right-micro {
    margin-right: 0.375rem !important;
  }

  .medium-margin-bottom-micro {
    margin-bottom: 0.375rem !important;
  }

  .medium-margin-left-micro {
    margin-left: 0.375rem !important;
  }

  .medium-margin-horiz-micro {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .medium-margin-vert-micro {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .medium-margin-all-micro {
    margin: 0.375rem !important;
  }

  .medium-margin-pull-up-tiny {
    margin-top: -0.75rem !important;
  }

  .medium-margin-pull-right-tiny {
    margin-right: -0.75rem !important;
  }

  .medium-margin-pull-down-tiny {
    margin-bottom: -0.75rem !important;
  }

  .medium-margin-pull-left-tiny {
    margin-left: -0.75rem !important;
  }

  .medium-margin-top-tiny {
    margin-top: 0.75rem !important;
  }

  .medium-margin-right-tiny {
    margin-right: 0.75rem !important;
  }

  .medium-margin-bottom-tiny {
    margin-bottom: 0.75rem !important;
  }

  .medium-margin-left-tiny {
    margin-left: 0.75rem !important;
  }

  .medium-margin-horiz-tiny {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .medium-margin-vert-tiny {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .medium-margin-all-tiny {
    margin: 0.75rem !important;
  }

  .medium-margin-pull-up-small {
    margin-top: -1.125rem !important;
  }

  .medium-margin-pull-right-small {
    margin-right: -1.125rem !important;
  }

  .medium-margin-pull-down-small {
    margin-bottom: -1.125rem !important;
  }

  .medium-margin-pull-left-small {
    margin-left: -1.125rem !important;
  }

  .medium-margin-top-small {
    margin-top: 1.125rem !important;
  }

  .medium-margin-right-small {
    margin-right: 1.125rem !important;
  }

  .medium-margin-bottom-small {
    margin-bottom: 1.125rem !important;
  }

  .medium-margin-left-small {
    margin-left: 1.125rem !important;
  }

  .medium-margin-horiz-small {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .medium-margin-vert-small {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .medium-margin-all-small {
    margin: 1.125rem !important;
  }

  .medium-margin-pull-up-medium {
    margin-top: -1.5rem !important;
  }

  .medium-margin-pull-right-medium {
    margin-right: -1.5rem !important;
  }

  .medium-margin-pull-down-medium {
    margin-bottom: -1.5rem !important;
  }

  .medium-margin-pull-left-medium {
    margin-left: -1.5rem !important;
  }

  .medium-margin-top-medium {
    margin-top: 1.5rem !important;
  }

  .medium-margin-right-medium {
    margin-right: 1.5rem !important;
  }

  .medium-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }

  .medium-margin-left-medium {
    margin-left: 1.5rem !important;
  }

  .medium-margin-horiz-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .medium-margin-vert-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .medium-margin-all-medium {
    margin: 1.5rem !important;
  }

  .medium-margin-pull-up-large {
    margin-top: -2.25rem !important;
  }

  .medium-margin-pull-right-large {
    margin-right: -2.25rem !important;
  }

  .medium-margin-pull-down-large {
    margin-bottom: -2.25rem !important;
  }

  .medium-margin-pull-left-large {
    margin-left: -2.25rem !important;
  }

  .medium-margin-top-large {
    margin-top: 2.25rem !important;
  }

  .medium-margin-right-large {
    margin-right: 2.25rem !important;
  }

  .medium-margin-bottom-large {
    margin-bottom: 2.25rem !important;
  }

  .medium-margin-left-large {
    margin-left: 2.25rem !important;
  }

  .medium-margin-horiz-large {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .medium-margin-vert-large {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .medium-margin-all-large {
    margin: 2.25rem !important;
  }

  .medium-margin-pull-up-xlarge {
    margin-top: -3.375rem !important;
  }

  .medium-margin-pull-right-xlarge {
    margin-right: -3.375rem !important;
  }

  .medium-margin-pull-down-xlarge {
    margin-bottom: -3.375rem !important;
  }

  .medium-margin-pull-left-xlarge {
    margin-left: -3.375rem !important;
  }

  .medium-margin-top-xlarge {
    margin-top: 3.375rem !important;
  }

  .medium-margin-right-xlarge {
    margin-right: 3.375rem !important;
  }

  .medium-margin-bottom-xlarge {
    margin-bottom: 3.375rem !important;
  }

  .medium-margin-left-xlarge {
    margin-left: 3.375rem !important;
  }

  .medium-margin-horiz-xlarge {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .medium-margin-vert-xlarge {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .medium-margin-all-xlarge {
    margin: 3.375rem !important;
  }

  .medium-margin-pull-up-zero {
    margin-top: 0rem !important;
  }

  .medium-margin-pull-right-zero {
    margin-right: 0rem !important;
  }

  .medium-margin-pull-down-zero {
    margin-bottom: 0rem !important;
  }

  .medium-margin-pull-left-zero {
    margin-left: 0rem !important;
  }

  .medium-margin-top-zero {
    margin-top: 0rem !important;
  }

  .medium-margin-right-zero {
    margin-right: 0rem !important;
  }

  .medium-margin-bottom-zero {
    margin-bottom: 0rem !important;
  }

  .medium-margin-left-zero {
    margin-left: 0rem !important;
  }

  .medium-margin-horiz-zero {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .medium-margin-vert-zero {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .medium-margin-all-zero {
    margin: 0rem !important;
  }

  .medium-padding-top-micro {
    padding-top: 0.375rem !important;
  }

  .medium-padding-right-micro {
    padding-right: 0.375rem !important;
  }

  .medium-padding-bottom-micro {
    padding-bottom: 0.375rem !important;
  }

  .medium-padding-left-micro {
    padding-left: 0.375rem !important;
  }

  .medium-padding-horiz-micro {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .medium-padding-vert-micro {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .medium-padding-all-micro {
    padding: 0.375rem !important;
  }

  .medium-padding-top-tiny {
    padding-top: 0.75rem !important;
  }

  .medium-padding-right-tiny {
    padding-right: 0.75rem !important;
  }

  .medium-padding-bottom-tiny {
    padding-bottom: 0.75rem !important;
  }

  .medium-padding-left-tiny {
    padding-left: 0.75rem !important;
  }

  .medium-padding-horiz-tiny {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .medium-padding-vert-tiny {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .medium-padding-all-tiny {
    padding: 0.75rem !important;
  }

  .medium-padding-top-small {
    padding-top: 1.125rem !important;
  }

  .medium-padding-right-small {
    padding-right: 1.125rem !important;
  }

  .medium-padding-bottom-small {
    padding-bottom: 1.125rem !important;
  }

  .medium-padding-left-small {
    padding-left: 1.125rem !important;
  }

  .medium-padding-horiz-small {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .medium-padding-vert-small {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .medium-padding-all-small {
    padding: 1.125rem !important;
  }

  .medium-padding-top-medium {
    padding-top: 1.5rem !important;
  }

  .medium-padding-right-medium {
    padding-right: 1.5rem !important;
  }

  .medium-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }

  .medium-padding-left-medium {
    padding-left: 1.5rem !important;
  }

  .medium-padding-horiz-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .medium-padding-vert-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .medium-padding-all-medium {
    padding: 1.5rem !important;
  }

  .medium-padding-top-large {
    padding-top: 2.25rem !important;
  }

  .medium-padding-right-large {
    padding-right: 2.25rem !important;
  }

  .medium-padding-bottom-large {
    padding-bottom: 2.25rem !important;
  }

  .medium-padding-left-large {
    padding-left: 2.25rem !important;
  }

  .medium-padding-horiz-large {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .medium-padding-vert-large {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .medium-padding-all-large {
    padding: 2.25rem !important;
  }

  .medium-padding-top-xlarge {
    padding-top: 3.375rem !important;
  }

  .medium-padding-right-xlarge {
    padding-right: 3.375rem !important;
  }

  .medium-padding-bottom-xlarge {
    padding-bottom: 3.375rem !important;
  }

  .medium-padding-left-xlarge {
    padding-left: 3.375rem !important;
  }

  .medium-padding-horiz-xlarge {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .medium-padding-vert-xlarge {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .medium-padding-all-xlarge {
    padding: 3.375rem !important;
  }

  .medium-padding-top-zero {
    padding-top: 0rem !important;
  }

  .medium-padding-right-zero {
    padding-right: 0rem !important;
  }

  .medium-padding-bottom-zero {
    padding-bottom: 0rem !important;
  }

  .medium-padding-left-zero {
    padding-left: 0rem !important;
  }

  .medium-padding-horiz-zero {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .medium-padding-vert-zero {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .medium-padding-all-zero {
    padding: 0rem !important;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-margin-pull-up-micro {
    margin-top: -0.375rem !important;
  }

  .large-margin-pull-right-micro {
    margin-right: -0.375rem !important;
  }

  .large-margin-pull-down-micro {
    margin-bottom: -0.375rem !important;
  }

  .large-margin-pull-left-micro {
    margin-left: -0.375rem !important;
  }

  .large-margin-top-micro {
    margin-top: 0.375rem !important;
  }

  .large-margin-right-micro {
    margin-right: 0.375rem !important;
  }

  .large-margin-bottom-micro {
    margin-bottom: 0.375rem !important;
  }

  .large-margin-left-micro {
    margin-left: 0.375rem !important;
  }

  .large-margin-horiz-micro {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .large-margin-vert-micro {
    margin-left: 0.375rem !important;
    margin-right: 0.375rem !important;
  }

  .large-margin-all-micro {
    margin: 0.375rem !important;
  }

  .large-margin-pull-up-tiny {
    margin-top: -0.75rem !important;
  }

  .large-margin-pull-right-tiny {
    margin-right: -0.75rem !important;
  }

  .large-margin-pull-down-tiny {
    margin-bottom: -0.75rem !important;
  }

  .large-margin-pull-left-tiny {
    margin-left: -0.75rem !important;
  }

  .large-margin-top-tiny {
    margin-top: 0.75rem !important;
  }

  .large-margin-right-tiny {
    margin-right: 0.75rem !important;
  }

  .large-margin-bottom-tiny {
    margin-bottom: 0.75rem !important;
  }

  .large-margin-left-tiny {
    margin-left: 0.75rem !important;
  }

  .large-margin-horiz-tiny {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .large-margin-vert-tiny {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }

  .large-margin-all-tiny {
    margin: 0.75rem !important;
  }

  .large-margin-pull-up-small {
    margin-top: -1.125rem !important;
  }

  .large-margin-pull-right-small {
    margin-right: -1.125rem !important;
  }

  .large-margin-pull-down-small {
    margin-bottom: -1.125rem !important;
  }

  .large-margin-pull-left-small {
    margin-left: -1.125rem !important;
  }

  .large-margin-top-small {
    margin-top: 1.125rem !important;
  }

  .large-margin-right-small {
    margin-right: 1.125rem !important;
  }

  .large-margin-bottom-small {
    margin-bottom: 1.125rem !important;
  }

  .large-margin-left-small {
    margin-left: 1.125rem !important;
  }

  .large-margin-horiz-small {
    margin-top: 1.125rem !important;
    margin-bottom: 1.125rem !important;
  }

  .large-margin-vert-small {
    margin-left: 1.125rem !important;
    margin-right: 1.125rem !important;
  }

  .large-margin-all-small {
    margin: 1.125rem !important;
  }

  .large-margin-pull-up-medium {
    margin-top: -1.5rem !important;
  }

  .large-margin-pull-right-medium {
    margin-right: -1.5rem !important;
  }

  .large-margin-pull-down-medium {
    margin-bottom: -1.5rem !important;
  }

  .large-margin-pull-left-medium {
    margin-left: -1.5rem !important;
  }

  .large-margin-top-medium {
    margin-top: 1.5rem !important;
  }

  .large-margin-right-medium {
    margin-right: 1.5rem !important;
  }

  .large-margin-bottom-medium {
    margin-bottom: 1.5rem !important;
  }

  .large-margin-left-medium {
    margin-left: 1.5rem !important;
  }

  .large-margin-horiz-medium {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .large-margin-vert-medium {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

  .large-margin-all-medium {
    margin: 1.5rem !important;
  }

  .large-margin-pull-up-large {
    margin-top: -2.25rem !important;
  }

  .large-margin-pull-right-large {
    margin-right: -2.25rem !important;
  }

  .large-margin-pull-down-large {
    margin-bottom: -2.25rem !important;
  }

  .large-margin-pull-left-large {
    margin-left: -2.25rem !important;
  }

  .large-margin-top-large {
    margin-top: 2.25rem !important;
  }

  .large-margin-right-large {
    margin-right: 2.25rem !important;
  }

  .large-margin-bottom-large {
    margin-bottom: 2.25rem !important;
  }

  .large-margin-left-large {
    margin-left: 2.25rem !important;
  }

  .large-margin-horiz-large {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .large-margin-vert-large {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }

  .large-margin-all-large {
    margin: 2.25rem !important;
  }

  .large-margin-pull-up-xlarge {
    margin-top: -3.375rem !important;
  }

  .large-margin-pull-right-xlarge {
    margin-right: -3.375rem !important;
  }

  .large-margin-pull-down-xlarge {
    margin-bottom: -3.375rem !important;
  }

  .large-margin-pull-left-xlarge {
    margin-left: -3.375rem !important;
  }

  .large-margin-top-xlarge {
    margin-top: 3.375rem !important;
  }

  .large-margin-right-xlarge {
    margin-right: 3.375rem !important;
  }

  .large-margin-bottom-xlarge {
    margin-bottom: 3.375rem !important;
  }

  .large-margin-left-xlarge {
    margin-left: 3.375rem !important;
  }

  .large-margin-horiz-xlarge {
    margin-top: 3.375rem !important;
    margin-bottom: 3.375rem !important;
  }

  .large-margin-vert-xlarge {
    margin-left: 3.375rem !important;
    margin-right: 3.375rem !important;
  }

  .large-margin-all-xlarge {
    margin: 3.375rem !important;
  }

  .large-margin-pull-up-zero {
    margin-top: 0rem !important;
  }

  .large-margin-pull-right-zero {
    margin-right: 0rem !important;
  }

  .large-margin-pull-down-zero {
    margin-bottom: 0rem !important;
  }

  .large-margin-pull-left-zero {
    margin-left: 0rem !important;
  }

  .large-margin-top-zero {
    margin-top: 0rem !important;
  }

  .large-margin-right-zero {
    margin-right: 0rem !important;
  }

  .large-margin-bottom-zero {
    margin-bottom: 0rem !important;
  }

  .large-margin-left-zero {
    margin-left: 0rem !important;
  }

  .large-margin-horiz-zero {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }

  .large-margin-vert-zero {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }

  .large-margin-all-zero {
    margin: 0rem !important;
  }

  .large-padding-top-micro {
    padding-top: 0.375rem !important;
  }

  .large-padding-right-micro {
    padding-right: 0.375rem !important;
  }

  .large-padding-bottom-micro {
    padding-bottom: 0.375rem !important;
  }

  .large-padding-left-micro {
    padding-left: 0.375rem !important;
  }

  .large-padding-horiz-micro {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .large-padding-vert-micro {
    padding-left: 0.375rem !important;
    padding-right: 0.375rem !important;
  }

  .large-padding-all-micro {
    padding: 0.375rem !important;
  }

  .large-padding-top-tiny {
    padding-top: 0.75rem !important;
  }

  .large-padding-right-tiny {
    padding-right: 0.75rem !important;
  }

  .large-padding-bottom-tiny {
    padding-bottom: 0.75rem !important;
  }

  .large-padding-left-tiny {
    padding-left: 0.75rem !important;
  }

  .large-padding-horiz-tiny {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .large-padding-vert-tiny {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .large-padding-all-tiny {
    padding: 0.75rem !important;
  }

  .large-padding-top-small {
    padding-top: 1.125rem !important;
  }

  .large-padding-right-small {
    padding-right: 1.125rem !important;
  }

  .large-padding-bottom-small {
    padding-bottom: 1.125rem !important;
  }

  .large-padding-left-small {
    padding-left: 1.125rem !important;
  }

  .large-padding-horiz-small {
    padding-top: 1.125rem !important;
    padding-bottom: 1.125rem !important;
  }

  .large-padding-vert-small {
    padding-left: 1.125rem !important;
    padding-right: 1.125rem !important;
  }

  .large-padding-all-small {
    padding: 1.125rem !important;
  }

  .large-padding-top-medium {
    padding-top: 1.5rem !important;
  }

  .large-padding-right-medium {
    padding-right: 1.5rem !important;
  }

  .large-padding-bottom-medium {
    padding-bottom: 1.5rem !important;
  }

  .large-padding-left-medium {
    padding-left: 1.5rem !important;
  }

  .large-padding-horiz-medium {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .large-padding-vert-medium {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .large-padding-all-medium {
    padding: 1.5rem !important;
  }

  .large-padding-top-large {
    padding-top: 2.25rem !important;
  }

  .large-padding-right-large {
    padding-right: 2.25rem !important;
  }

  .large-padding-bottom-large {
    padding-bottom: 2.25rem !important;
  }

  .large-padding-left-large {
    padding-left: 2.25rem !important;
  }

  .large-padding-horiz-large {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .large-padding-vert-large {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }

  .large-padding-all-large {
    padding: 2.25rem !important;
  }

  .large-padding-top-xlarge {
    padding-top: 3.375rem !important;
  }

  .large-padding-right-xlarge {
    padding-right: 3.375rem !important;
  }

  .large-padding-bottom-xlarge {
    padding-bottom: 3.375rem !important;
  }

  .large-padding-left-xlarge {
    padding-left: 3.375rem !important;
  }

  .large-padding-horiz-xlarge {
    padding-top: 3.375rem !important;
    padding-bottom: 3.375rem !important;
  }

  .large-padding-vert-xlarge {
    padding-left: 3.375rem !important;
    padding-right: 3.375rem !important;
  }

  .large-padding-all-xlarge {
    padding: 3.375rem !important;
  }

  .large-padding-top-zero {
    padding-top: 0rem !important;
  }

  .large-padding-right-zero {
    padding-right: 0rem !important;
  }

  .large-padding-bottom-zero {
    padding-bottom: 0rem !important;
  }

  .large-padding-left-zero {
    padding-left: 0rem !important;
  }

  .large-padding-horiz-zero {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }

  .large-padding-vert-zero {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .large-padding-all-zero {
    padding: 0rem !important;
  }
}

@media only screen {
  .tiny-p-5 {
    width: 5% !important;
  }

  .tiny-p-10 {
    width: 10% !important;
  }

  .tiny-p-15 {
    width: 15% !important;
  }

  .tiny-p-20 {
    width: 20% !important;
  }

  .tiny-p-25 {
    width: 25% !important;
  }

  .tiny-p-30 {
    width: 30% !important;
  }

  .tiny-p-33 {
    width: 33.3333% !important;
  }

  .tiny-p-35 {
    width: 35% !important;
  }

  .tiny-p-40 {
    width: 40% !important;
  }

  .tiny-p-45 {
    width: 45% !important;
  }

  .tiny-p-50 {
    width: 50% !important;
  }

  .tiny-p-55 {
    width: 55% !important;
  }

  .tiny-p-60 {
    width: 60% !important;
  }

  .tiny-p-65 {
    width: 65% !important;
  }

  .tiny-p-66 {
    width: 66.6666% !important;
  }

  .tiny-p-70 {
    width: 70% !important;
  }

  .tiny-p-75 {
    width: 75% !important;
  }

  .tiny-p-80 {
    width: 80% !important;
  }

  .tiny-p-85 {
    width: 85% !important;
  }

  .tiny-p-90 {
    width: 90% !important;
  }

  .tiny-p-95 {
    width: 95% !important;
  }

  .tiny-p-100 {
    width: 100% !important;
  }

  .tiny-p-auto {
    width: auto !important;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .small-p-5 {
    width: 5% !important;
  }

  .small-p-10 {
    width: 10% !important;
  }

  .small-p-15 {
    width: 15% !important;
  }

  .small-p-20 {
    width: 20% !important;
  }

  .small-p-25 {
    width: 25% !important;
  }

  .small-p-30 {
    width: 30% !important;
  }

  .small-p-33 {
    width: 33.3333% !important;
  }

  .small-p-35 {
    width: 35% !important;
  }

  .small-p-40 {
    width: 40% !important;
  }

  .small-p-45 {
    width: 45% !important;
  }

  .small-p-50 {
    width: 50% !important;
  }

  .small-p-55 {
    width: 55% !important;
  }

  .small-p-60 {
    width: 60% !important;
  }

  .small-p-65 {
    width: 65% !important;
  }

  .small-p-66 {
    width: 66.6666% !important;
  }

  .small-p-70 {
    width: 70% !important;
  }

  .small-p-75 {
    width: 75% !important;
  }

  .small-p-80 {
    width: 80% !important;
  }

  .small-p-85 {
    width: 85% !important;
  }

  .small-p-90 {
    width: 90% !important;
  }

  .small-p-95 {
    width: 95% !important;
  }

  .small-p-100 {
    width: 100% !important;
  }

  .small-p-auto {
    width: auto !important;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-p-5 {
    width: 5% !important;
  }

  .medium-p-10 {
    width: 10% !important;
  }

  .medium-p-15 {
    width: 15% !important;
  }

  .medium-p-20 {
    width: 20% !important;
  }

  .medium-p-25 {
    width: 25% !important;
  }

  .medium-p-30 {
    width: 30% !important;
  }

  .medium-p-33 {
    width: 33.3333% !important;
  }

  .medium-p-35 {
    width: 35% !important;
  }

  .medium-p-40 {
    width: 40% !important;
  }

  .medium-p-45 {
    width: 45% !important;
  }

  .medium-p-50 {
    width: 50% !important;
  }

  .medium-p-55 {
    width: 55% !important;
  }

  .medium-p-60 {
    width: 60% !important;
  }

  .medium-p-65 {
    width: 65% !important;
  }

  .medium-p-66 {
    width: 66.6666% !important;
  }

  .medium-p-70 {
    width: 70% !important;
  }

  .medium-p-75 {
    width: 75% !important;
  }

  .medium-p-80 {
    width: 80% !important;
  }

  .medium-p-85 {
    width: 85% !important;
  }

  .medium-p-90 {
    width: 90% !important;
  }

  .medium-p-95 {
    width: 95% !important;
  }

  .medium-p-100 {
    width: 100% !important;
  }

  .medium-p-auto {
    width: auto !important;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-p-5 {
    width: 5% !important;
  }

  .large-p-10 {
    width: 10% !important;
  }

  .large-p-15 {
    width: 15% !important;
  }

  .large-p-20 {
    width: 20% !important;
  }

  .large-p-25 {
    width: 25% !important;
  }

  .large-p-30 {
    width: 30% !important;
  }

  .large-p-33 {
    width: 33.3333% !important;
  }

  .large-p-35 {
    width: 35% !important;
  }

  .large-p-40 {
    width: 40% !important;
  }

  .large-p-45 {
    width: 45% !important;
  }

  .large-p-50 {
    width: 50% !important;
  }

  .large-p-55 {
    width: 55% !important;
  }

  .large-p-60 {
    width: 60% !important;
  }

  .large-p-65 {
    width: 65% !important;
  }

  .large-p-66 {
    width: 66.6666% !important;
  }

  .large-p-70 {
    width: 70% !important;
  }

  .large-p-75 {
    width: 75% !important;
  }

  .large-p-80 {
    width: 80% !important;
  }

  .large-p-85 {
    width: 85% !important;
  }

  .large-p-90 {
    width: 90% !important;
  }

  .large-p-95 {
    width: 95% !important;
  }

  .large-p-100 {
    width: 100% !important;
  }

  .large-p-auto {
    width: auto !important;
  }
}

@media only screen {
  .tiny-w-tiny {
    width: 4.875rem !important;
  }

  .tiny-w-small {
    width: 7.5rem !important;
  }

  .tiny-w-medium {
    width: 12.375rem !important;
  }

  .tiny-w-large {
    width: 18.75rem !important;
  }

  .tiny-w-xlarge {
    width: 25.125rem !important;
  }

  .tiny-mw-tiny {
    max-width: 4.875rem !important;
  }

  .tiny-mw-small {
    max-width: 7.5rem !important;
  }

  .tiny-mw-medium {
    max-width: 12.375rem !important;
  }

  .tiny-mw-large {
    max-width: 18.75rem !important;
  }

  .tiny-mw-xlarge {
    max-width: 25.125rem !important;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .small-w-tiny {
    width: 4.875rem !important;
  }

  .small-w-small {
    width: 7.5rem !important;
  }

  .small-w-medium {
    width: 12.375rem !important;
  }

  .small-w-large {
    width: 18.75rem !important;
  }

  .small-w-xlarge {
    width: 25.125rem !important;
  }

  .small-mw-tiny {
    max-width: 4.875rem !important;
  }

  .small-mw-small {
    max-width: 7.5rem !important;
  }

  .small-mw-medium {
    max-width: 12.375rem !important;
  }

  .small-mw-large {
    max-width: 18.75rem !important;
  }

  .small-mw-xlarge {
    max-width: 25.125rem !important;
  }

  .small-mw-none {
    max-width: none !important;
  }
}

@media only screen and (min-width: 48rem) {
  .medium-w-tiny {
    width: 4.875rem !important;
  }

  .medium-w-small {
    width: 7.5rem !important;
  }

  .medium-w-medium {
    width: 12.375rem !important;
  }

  .medium-w-large {
    width: 18.75rem !important;
  }

  .medium-w-xlarge {
    width: 25.125rem !important;
  }

  .medium-mw-tiny {
    max-width: 4.875rem !important;
  }

  .medium-mw-small {
    max-width: 7.5rem !important;
  }

  .medium-mw-medium {
    max-width: 12.375rem !important;
  }

  .medium-mw-large {
    max-width: 18.75rem !important;
  }

  .medium-mw-xlarge {
    max-width: 25.125rem !important;
  }

  .medium-mw-none {
    max-width: none !important;
  }
}

@media only screen and (min-width: 60.625rem) {
  .large-w-tiny {
    width: 4.875rem !important;
  }

  .large-w-small {
    width: 7.5rem !important;
  }

  .large-w-medium {
    width: 12.375rem !important;
  }

  .large-w-large {
    width: 18.75rem !important;
  }

  .large-w-xlarge {
    width: 25.125rem !important;
  }

  .large-mw-tiny {
    max-width: 4.875rem !important;
  }

  .large-mw-small {
    max-width: 7.5rem !important;
  }

  .large-mw-medium {
    max-width: 12.375rem !important;
  }

  .large-mw-large {
    max-width: 18.75rem !important;
  }

  .large-mw-xlarge {
    max-width: 25.125rem !important;
  }

  .large-mw-none {
    max-width: none !important;
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.touchable {
  padding: .5rem;
  margin: -.5rem;
}

@keyframes shake {
  0% {
    transform: translate3d(0, 0, 0);
  }

  25% {
    transform: translate3d(-7px, 0, 0);
  }

  50% {
    transform: translate3d(0, 0, 0);
  }

  75% {
    transform: translate3d(7px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.pointer {
  cursor: pointer;
}

.shadow {
  box-shadow: 0.1875rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.25);
}

.img-left {
  float: left;
  margin: 0.1875rem 0.9375rem 0.1875rem 0;
}

.img-right {
  float: right;
  margin: 0.1875rem 0 0.1875rem 0.9375rem;
}

.transition-all {
  transition: all 0.3s;
}

.z-top {
  position: relative;
  z-index: 1000;
}

.z-content-top {
  position: relative;
  z-index: 400;
}

.z-bottom {
  position: relative;
  z-index: 0;
}

.z-under {
  position: relative;
  z-index: -1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.disabled {
  cursor: default !important;
  cursor: not-allowed !important;
  opacity: 0.5;
  position: relative;
}

.disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 400;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxMjNFRjI0NjE0MDYxMUU0QjU2RkY0OUQyQjkwNkI4QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxMjNFRjI0NzE0MDYxMUU0QjU2RkY0OUQyQjkwNkI4QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEyM0VGMjQ0MTQwNjExRTRCNTZGRjQ5RDJCOTA2QjhDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjEyM0VGMjQ1MTQwNjExRTRCNTZGRjQ5RDJCOTA2QjhDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAQAAAAAsAAAAAAEAAQAAAgJEAQA7");
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}
@charset "UTF-8";
/*! VZRF 2.23.0 */

@media only screen and (max-width: 80rem) {
  .w_steps.m_large-abbr .steps_name {
    display: none;
  }
}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 *
 *****MODIFIED FOR VZRF*****
 *
 */

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.swiper-container-vertical .swiper_button-prev,
.swiper-container-vertical .swiper_button-next {
  right: 0;
  color: #4b4b4b;
  text-shadow: 0 0 0 white;
  background-color: transparent;
}

.swiper-container-vertical .swiper_button-prev {
  left: auto;
  top: 5%;
}

.swiper-container-vertical .swiper_button-prev::before {
  position: relative;
  left: 0;
}

.swiper-container-vertical .swiper_button-next {
  top: 95%;
}

.swiper-container-vertical .swiper_button-next::before {
  position: relative;
  left: 0;
}

.swiper-container-vertical .swiper_item {
  overflow: hidden;
}

.swiper-container-vertical {
  height: 100%;
  width: 100%;
  padding-right: 2.25rem;
}

.vertical-container {
  height: 26.25rem;
  width: 25rem;
  margin: auto;
}

.swiper-container-horizontal .button-bottom {
  top: calc(100% - 20px);
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-horizontal {
  padding-bottom: 2.5rem;
}

@media (max-width: 450px) {
  .vertical-container {
    height: 25rem;
    width: 14.375rem;
  }
}

.swiper-container-horizontal .button {
  margin-top: 1.25rem;
}

.swiper-container-no-flexbox .swiper_item {
  float: left;
}

.swiper-container-vertical > .w_swiper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.w_swiper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper_item,
.w_swiper {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .w_swiper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .w_swiper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper_item {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper_item {
  height: auto;
}

.swiper-container-autoheight .w_swiper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */

.swiper_button-prev,
.swiper_button-next {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  color: #4b4b4b;
  text-shadow: 0 0 0 white;
  position: absolute;
  text-align: center;
  position: absolute;
  top: calc(50% - 20px);
  border-radius: 6.1875rem;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
}

.swiper_button-prev:hover,
.swiper_button-next:hover {
  text-decoration: none;
}

.swiper_button-prev::before,
.swiper_button-next::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.swiper_button-prev::before,
.swiper_button-next::before {
  font-size: 1.125rem;
}

.swiper_button-prev.m_circle,
.swiper_button-next.m_circle {
  background-color: #767676;
  color: #fff;
  text-shadow: none;
}

.swiper_button-prev.swiper-button-disabled,
.swiper_button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper_button-prev,
.swiper-container-rtl .swiper_button-next {
  left: 0.625rem;
  right: auto;
}

.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  position: relative;
  left: -0.0625rem;
}

.swiper_button-next,
.swiper-container-rtl .swiper_button-prev {
  right: 0.625rem;
  left: auto;
}

.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  position: relative;
  left: 0.125rem;
}

/* Pagination Styles */

.swiper_pager {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper_pager.swiper_pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.625rem;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  display: inline-block;
  border-radius: 100%;
  background-color: white;
  border: 0.0625rem solid #4b4b4b;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background-color: #4b4b4b;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper_pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-transform: scale(0);
  transform: scale(0);
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper_pagination-progressbar {
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper_pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper_pagination-progressbar {
  background: #000;
}

/* 3D Container */

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .w_swiper,
.swiper-container-3d .swiper_item,
.swiper-container-3d .swiper_item-shadow-left,
.swiper-container-3d .swiper_item-shadow-right,
.swiper-container-3d .swiper_item-shadow-top,
.swiper-container-3d .swiper_item-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper_item-shadow-left,
.swiper-container-3d .swiper_item-shadow-right,
.swiper-container-3d .swiper_item-shadow-top,
.swiper-container-3d .swiper_item-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper_item-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper_item-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper_item-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper_item-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */

.swiper-container-coverflow .w_swiper,
.swiper-container-flip .w_swiper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper_item,
.swiper-container-flip .swiper_item {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper_item .swiper_item,
.swiper-container-flip .swiper_item .swiper_item {
  pointer-events: none;
}

.swiper-container-cube .active,
.swiper-container-flip .active,
.swiper-container-cube .active .active,
.swiper-container-flip .active .active {
  pointer-events: auto;
}

.swiper-container-cube .swiper_item-shadow-top,
.swiper-container-flip .swiper_item-shadow-top,
.swiper-container-cube .swiper_item-shadow-bottom,
.swiper-container-flip .swiper_item-shadow-bottom,
.swiper-container-cube .swiper_item-shadow-left,
.swiper-container-flip .swiper_item-shadow-left,
.swiper-container-cube .swiper_item-shadow-right,
.swiper-container-flip .swiper_item-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */

.swiper-container-cube .swiper_item {
  visibility: hidden;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper_item {
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .active,
.swiper-container-cube .swiper_slide-next,
.swiper-container-cube .swiper_slide-prev,
.swiper-container-cube .swiper_slide-next + .swiper_item {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */

.swiper-container-fade.swiper-container-free-mode .swiper_item {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper_item {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper_item .swiper_item {
  pointer-events: none;
}

.swiper-container-fade .active,
.swiper-container-fade .active .active {
  pointer-events: auto;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

.w_tabs {
  margin-left: 0;
  margin-bottom: 1.5rem;
  list-style-type: none;
  width: 100%;
  border-bottom: 0.0625rem solid #e4e5e3;
}

.tabs_tab {
  padding: 0.75rem 0 0.6875rem;
  margin-left: 1.5rem;
  margin-bottom: -1px;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  display: inline-block;
  line-height: 1.2;
  border-bottom: 0.25rem solid transparent;
  max-height: 3.25rem;
  color: #4b4b4b;
  white-space: nowrap;
}

@media only screen and (min-width: 30.0625rem) {
  .tabs_tab {
    margin-left: 2.25rem;
  }
}

@media only screen and (min-width: 48rem) {
  .tabs_tab {
    margin-left: 3.375rem;
  }
}

.tabs_tab:first-child {
  margin-left: 0;
}

.tabs_tab:hover:not(.active) {
  color: #333;
}

.tabs_tab.active {
  color: #000;
  cursor: default;
  border-bottom-color: #cd040b;
}

.tabs_tab.m_multi-line {
  padding-top: 0;
}

.w_tabs.m_equal-width .tabs_tab {
  width: 1%;
  display: table-cell;
  vertical-align: bottom;
}

.w_tabs.m_equal-width > .tabs_tab {
  width: 1%;
  display: table-cell;
  vertical-align: bottom;
}

.w_tabs.m_spacing-tiny {
  margin-left: 1.5rem;
}

.w_tabs.m_spacing-small {
  margin-left: 2.25rem;
}

.w_tabs.m_spacing-medium {
  margin-left: 3.375rem;
}

@media only screen {
  .w_tabs.m_tiny-equal-width > .tabs_tab {
    width: 1%;
    display: table-cell;
    vertical-align: bottom;
  }

  .w_tabs.m_tiny-spacing-tiny {
    margin-left: 1.5rem;
  }

  .w_tabs.m_tiny-spacing-small {
    margin-left: 2.25rem;
  }

  .w_tabs.m_tiny-spacing-medium {
    margin-left: 3.375rem;
  }
}

@media only screen and (min-width: 30.0625rem) {
  .w_tabs.m_small-equal-width > .tabs_tab {
    width: 1%;
    display: table-cell;
    vertical-align: bottom;
  }

  .w_tabs.m_small-default-width > .tabs_tab {
    width: auto;
    display: inline-block;
    vertical-align: baseline;
  }

  .w_tabs.m_small-spacing-tiny {
    margin-left: 1.5rem;
  }

  .w_tabs.m_small-spacing-small {
    margin-left: 2.25rem;
  }

  .w_tabs.m_small-spacing-medium {
    margin-left: 3.375rem;
  }
}

@media only screen and (min-width: 48rem) {
  .w_tabs.m_medium-equal-width > .tabs_tab {
    width: 1%;
    display: table-cell;
    vertical-align: bottom;
  }

  .w_tabs.m_medium-default-width > .tabs_tab {
    width: auto;
    display: inline-block;
    vertical-align: baseline;
  }

  .w_tabs.m_medium-spacing-tiny {
    margin-left: 1.5rem;
  }

  .w_tabs.m_medium-spacing-small {
    margin-left: 2.25rem;
  }

  .w_tabs.m_medium-spacing-medium {
    margin-left: 3.375rem;
  }
}

@media only screen and (min-width: 60.625rem) {
  .w_tabs.m_large-equal-width > .tabs_tab {
    width: 1%;
    display: table-cell;
    vertical-align: bottom;
  }

  .w_tabs.m_large-default-width > .tabs_tab {
    width: auto;
    display: inline-block;
    vertical-align: baseline;
  }

  .w_tabs.m_medium-spacing-tiny {
    margin-left: 1.5rem;
  }

  .w_tabs.m_medium-spacing-small {
    margin-left: 2.25rem;
  }

  .w_tabs.m_medium-spacing-medium {
    margin-left: 3.375rem;
  }
}

[data-tab]:hover {
  cursor: pointer;
}

[data-tabs-content] {
  display: none;
  opacity: 0;
}

[data-tabs-content].active {
  display: block;
  opacity: 1;
}

.pagination_item.m_first > a::before {
  content: "\e901";
}

input[type=checkbox] + label::before,
input[type=radio] + label::before,
input[type=checkbox]:hover + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bd";
}

input[type=checkbox]:checked + label::before,
input[type=radio]:checked + label::before,
input[type=checkbox]:checked:hover + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7be";
}

input[type=radio] + label::before,
input[type=radio]:hover + label::before {
  content: "\e7bf";
}

input[type=radio]:checked + label::before,
input[type=radio]:checked:hover + label::before {
  content: "\e7c0";
}

.pagination_item.m_last > a::before {
  content: "\e900";
}

.button::before,
.pagination_item.m_next > a::before,
.swiper_button-next::before,
.swiper-container-rtl .swiper_button-prev::before {
  content: "\e631";
}

.swiper-container-vertical .swiper_button-next::before {
  content: "\e76e";
}

.pagination_item.m_prev > a::before,
.swiper_button-prev::before,
.swiper-container-rtl .swiper_button-next::before {
  content: "\e625";
}

.swiper-container-vertical .swiper_button-prev::before {
  content: "\e76f";
}

[data-open-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-open-tooltip][data-tooltip-hover*="0"] {
  cursor: progress;
}

[data-open-tooltip].active,
[data-open-tooltip][data-tooltip-hover].active {
  z-index: 350;
  cursor: pointer;
}

[data-open-tooltip][data-tooltip-hover*="0"].active {
  cursor: default;
}

.error-msg {
  transition: background-color .35s;
}

[data-tooltip-field] {
  position: relative;
  transition: box-shadow .35s;
}

[data-tooltip-field] .w_tooltip {
  top: 0;
}

.w_tooltip {
  display: none;
  position: absolute;
  z-index: 350;
  top: -0.125rem;
  left: 100%;
  margin-left: 1.25rem;
  padding: 1.25rem;
  text-align: left;
  background-color: #fff;
  border: 0.125rem solid #333;
  cursor: default;
  color: #333;
}

.w_tooltip > *:last-child,
.w_tooltip > *:last-child > *:last-child,
.w_tooltip > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.vzicon.form .w_tooltip {
  margin-top: 0.3125rem;
}

.w_tooltip:before {
  content: '';
  width: 0.75rem;
  height: 1.5625rem;
  position: absolute;
  left: -0.6875rem;
  top: 0.375rem;
  overflow: hidden;
  border-right: 0.0625rem solid #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39' height='39' viewBox='0 0 39 39'%3E%3Cpath fill='%23333' d='M19.5 4.2l15.3 15.3-15.3 15.3L4.2 19.5 19.5 4.2m0-4.1L.1 19.5l19.4 19.4 19.4-19.4L19.5.1z'/%3E%3Cpath fill='%23FFF' d='M4.226 19.5L19.5 4.227 34.773 19.5 19.5 34.773z'/%3E%3C/svg%3E");
  background-size: 1.5625rem 1.5625rem;
  background-repeat: no-repeat;
}

.w_tooltip.m_rev,
.w_tooltip.m_flow-left {
  left: auto;
  right: 100%;
  margin-right: 0.9375rem;
}

.w_tooltip.m_rev::before,
.w_tooltip.m_flow-left::before {
  left: auto;
  right: -0.6875rem;
  border-right: none;
  border-left: 0.0625rem solid #fff;
  background-position: -0.875rem 0;
}

.w_tooltip.m_flow-up {
  top: auto;
}

.w_tooltip.m_flow-up::before {
  top: auto !important;
  bottom: 0.375rem;
}

.w_tooltip.m_tiny {
  width: 10.9375rem;
  max-width: 10.9375rem;
}

.w_tooltip.m_small {
  width: 14.75rem;
  max-width: 14.75rem;
}

.w_tooltip,
.w_tooltip.m_medium {
  width: 19.9375rem;
  max-width: 19.9375rem;
}

.w_tooltip.m_large {
  width: 26.9375rem;
  max-width: 26.9375rem;
}

.w_tooltip.m_xlarge {
  width: 36.375rem;
  max-width: 36.375rem;
}

.w_tooltip > h1:first-of-type,
.w_tooltip > h2:first-of-type,
.w_tooltip > h3:first-of-type,
.w_tooltip > h4:first-of-type,
.w_tooltip > h5:first-of-type,
.w_tooltip > h6:first-of-type {
  margin-top: 0;
}

.middle .w_tooltip {
  top: -0.5rem;
}

.middle .w_tooltip:before {
  top: 0.375rem;
}

.tooltip_x {
  position: relative;
  float: right;
  width: 1rem;
  height: 1rem;
  padding: 0.75rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  float: right;
  position: static;
}

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

.tooltip_x::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

.tooltip_x:before {
  content: '\e903';
  color: #767676;
  font-size: 0.75rem;
  position: absolute;
  right: 0.375rem;
  top: 0.375rem;
}

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

.tooltip_x:hover:before {
  color: #838383;
}

.tooltip_x:before {
  color: #767676;
}

.tooltip_x:hover:before {
  color: #838383;
}

.w_tooltip.m_hover [data-close-tooltip] {
  display: none;
}
/* line 52, ../../scss/app/_cmb-residential.scss */
.overflow-hidden {
  overflow: hidden;
}

/* line 56, ../../scss/app/_cmb-residential.scss */
.strike {
  text-decoration: line-through;
}

/* line 60, ../../scss/app/_cmb-residential.scss */
.oblique {
  font-style: oblique;
}

/* line 64, ../../scss/app/_cmb-residential.scss */
.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

/* line 73, ../../scss/app/_cmb-residential.scss */
.bg-grey-4 a:not(.button),
.bg-grey-5 a:not(.button) {
  color: #005BB5;
}

/* line 80, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check input.marketing {
  color: #4b4b4b;
}

/* line 89, ../../scss/app/_cmb-residential.scss */
body {
  background-color: #fff;
  color: #000;
}

/* line 94, ../../scss/app/_cmb-residential.scss */
.main {
  max-width: 100%;
}

/* line 99, ../../scss/app/_cmb-residential.scss */
.row.vert-middle {
  table-layout: fixed;
}

/* line 104, ../../scss/app/_cmb-residential.scss */
input[type=number] {
  -moz-appearance: textfield;
}

/* line 109, ../../scss/app/_cmb-residential.scss */
img[src*=".svg"] {
  width: 100%;
}

/* line 113, ../../scss/app/_cmb-residential.scss */
.cmb-container {
  max-width: 61.5rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
}

/* line 119, ../../scss/app/_cmb-residential.scss */
.cmb-routing {
  position: relative;
  overflow: hidden;
}
/* line 123, ../../scss/app/_cmb-residential.scss */
.cmb-routing .column,
.cmb-routing .columns {
  padding: 0;
}
/* line 128, ../../scss/app/_cmb-residential.scss */
.cmb-routing img {
  display: block;
  margin: 0 auto;
}
/* line 134, ../../scss/app/_cmb-residential.scss */
.cmb-routing.wireless-section img {
  max-width: 150px;
  min-width: 120px;
  margin-top: 1.5rem;
}
/* line 142, ../../scss/app/_cmb-residential.scss */
.cmb-routing.residential-section img {
  max-width: 230px;
  min-width: 190px;
  margin-top: 2.25rem;
}
/* line 150, ../../scss/app/_cmb-residential.scss */
.cmb-routing.business-section img {
  max-width: 270px;
  min-width: 200px;
  margin-top: 4.5rem;
}

/* line 160, ../../scss/app/_cmb-residential.scss */
.cmb-icon-nav li div {
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 164, ../../scss/app/_cmb-residential.scss */
.cmb-icon-nav li span {
  color: #000;
  font-weight: bold;
  text-align: center;
  display: block;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
/* line 173, ../../scss/app/_cmb-residential.scss */

.cmb-icon-nav li a {
  color: #000;
  font-weight: bold;
  text-align: center;
  display: block;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}
.cmb-icon-nav li:hover div {
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
/* line 179, ../../scss/app/_cmb-residential.scss */
.cmb-icon-nav li:hover span {
  color: #a80309;
}

/* line 187, ../../scss/app/_cmb-residential.scss */
.cmb-carousel .w_carousel {
  max-height: 43.75rem !important;
}
/* line 191, ../../scss/app/_cmb-residential.scss */
.cmb-carousel .carousel_pager-prev,
.cmb-carousel .carousel_pager-next {
  width: 50px;
  height: 50px;
  background: #fff;
}
/* line 197, ../../scss/app/_cmb-residential.scss */
.cmb-carousel .carousel_pager-prev:before,
.cmb-carousel .carousel_pager-next:before {
  color: #585858;
  font-size: 0.75rem;
  line-height: 50px;
}
/* line 204, ../../scss/app/_cmb-residential.scss */
.cmb-carousel .carousel_pager {
  position: absolute;
  margin-top: -40px;
}
/* line 210, ../../scss/app/_cmb-residential.scss */
.cmb-carousel .carousel_item .bleed-img {
  overflow: hidden !important;
  opacity: 0;
  -moz-transition: opacity 0.1s 0.05s;
  -o-transition: opacity 0.1s 0.05s;
  -webkit-transition: opacity 0.1s 0.05s;
  transition: opacity 0.1s 0.05s;
}
/* line 217, ../../scss/app/_cmb-residential.scss */
.cmb-carousel .carousel_item.active .bleed-img {
  overflow: visible !important;
  opacity: 1;
}
/* line 223, ../../scss/app/_cmb-residential.scss */
.cmb-carousel .carousel_item .feature-img {
  margin-left: -0.5625rem;
  margin-right: -0.5625rem;
}
/* line 229, ../../scss/app/_cmb-residential.scss */
.cmb-carousel img {
  max-width: none;
}

/* line 234, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check {
  padding: 1.5rem 0;
  font-size: 0;
}
/* line 238, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check a {
  font-weight: bold;
}
/* line 242, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check input {
  min-height: 3rem;
}
/* line 245, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check input.marketing {
  background: none;
  font-size: 1.25rem;
  font-weight: normal;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0.75rem;
  border-bottom: solid 1px #959595;
}
/* line 255, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check input.marketing[address] {
  width: 22.75rem;
}
/* line 259, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check input.marketing[zipcode] {
  width: 5.125rem;
}
/* line 265, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check button.cmba-home-button,
.cmb-availability-check a.cmba-home-button {
  margin-top: -0.75rem;
  font-size: 1.125rem;
  padding-left: 1.125rem;
  padding-right: 2.25rem;
}
/* line 272, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check button.cmba-home-button:before,
.cmb-availability-check a.cmba-home-button:before {
  font-size: 1.125rem;
  margin-top: -0.5625rem;
  right: 1.125rem;
}
/* line 278, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check button.cmba-home-button:hover:before,
.cmb-availability-check a.cmba-home-button:hover:before {
  right: 0.75rem !important;
}
/* line 283, ../../scss/app/_cmb-residential.scss */
.cmb-availability-check button.cmba-deals-button,
.cmb-availability-check a.cmba-deals-button {
  height: 5rem;
  font-size: 1.25rem;
  padding-left: 1.25rem;
}

/* line 291, ../../scss/app/_cmb-residential.scss */
.cmb-promotions {
  background: #f6f6f6;
  min-height: 220px;
  max-height: 800px;
}
/* line 296, ../../scss/app/_cmb-residential.scss */
.cmb-promotions.shorter {
  max-height: 500px;
  overflow: hidden;
}
@media only screen and (min-width: 48rem) {
  /* line 296, ../../scss/app/_cmb-residential.scss */
  .cmb-promotions.shorter {
    max-height: 600px;
  }
}
/* line 305, ../../scss/app/_cmb-residential.scss */
.cmb-promotions a {
  text-decoration: none;
}
/* line 309, ../../scss/app/_cmb-residential.scss */
.cmb-promotions .icon-price-tag {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1rem;
  margin-left: -0.5rem;
}
/* line 316, ../../scss/app/_cmb-residential.scss */
.cmb-promotions .icon-price-tag:before {
  font-size: 2.625rem;
}

/* line 322, ../../scss/app/_cmb-residential.scss */
.cmb-circle-image {
  max-width: 17.5rem;
  height: 17.5rem;
  border-radius: 62.4375rem;
  background-color: #e4e5e3;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
/* line 331, ../../scss/app/_cmb-residential.scss */
.cmb-circle-image img {
  position: absolute;
  max-width: 14rem;
  max-height: 14rem;
  top: 22%;
  margin-left: -10%;
}

/* line 340, ../../scss/app/_cmb-residential.scss */
.cmb-sup {
  font-size: 50%;
  vertical-align: super;
}
/* line 344, ../../scss/app/_cmb-residential.scss */
.cmb-sup.blue-bubble {
  text-align: center;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  display: inline-block;
  border-radius: 6.1875rem;
  background-color: #abe0f9;
  color: #333;
}

/* line 357, ../../scss/app/_cmb-residential.scss */
.cmb-deals-trigger {
  position: absolute;
  bottom: -3.375rem;
  left: 50%;
  margin-left: -1.5rem;
  cursor: pointer;
}
/* line 364, ../../scss/app/_cmb-residential.scss */
.cmb-deals-trigger.vzicon::before {
  color: #cd040b !important;
}
/* line 368, ../../scss/app/_cmb-residential.scss */
.cmb-deals-trigger.icon-plus-alt::after, .cmb-deals-trigger.icon-clear::after {
  content: 'View offers';
  position: absolute;
  text-align: center;
  font-weight: bold;
  color: #0066cc;
  width: 7.5rem;
  height: 4.0625rem;
  display: block;
  text-align: center;
  top: -1.875rem;
  left: 50%;
  margin-left: -3.75rem;
}
/* line 383, ../../scss/app/_cmb-residential.scss */
.cmb-deals-trigger.icon-clear::after {
  content: 'View less';
}

/* line 388, ../../scss/app/_cmb-residential.scss */
.shelf-icon {
  height: 122px;
  width: 122px;
  margin: 0 auto;
}
/* line 393, ../../scss/app/_cmb-residential.scss */
.shelf-icon img {
  image-rendering: optimizeQuality;
}

/* line 399, ../../scss/app/_cmb-residential.scss */
ul.ul-icon-check {
  position: relative;
  padding-left: 25px;
  margin-left: 0;
  list-style: none;
}
/* line 405, ../../scss/app/_cmb-residential.scss */
ul.ul-icon-check li {
  line-height: 1.65rem;
}

/* line 410, ../../scss/app/_cmb-residential.scss */
ul.ul-icon-check li::before {
  content: "\e790";
  font-family: VZIcons;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  color: #cd040b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
 }

/* Opacity fade right on tabs */
/* line 425, ../../scss/app/_cmb-residential.scss */
.tab-fade-right {
  right: 0;
  top: 30px;
}

/* Overwritting all Tabs Border bottom size */
/* line 430, ../../scss/app/_cmb-residential.scss */
.tabs_tab {
  border-bottom: 0.25rem solid transparent;
}

/* Sticky Tab Custom*/
/* line 434, ../../scss/app/_cmb-residential.scss */
[data-get-fixed] {
top: 0;
position: relative;
width: 100%;
z-index: 10;
} 


/* line 440, ../../scss/app/_cmb-residential.scss */
.stickyNav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
  border-top: 0;
}

/* line 448, ../../scss/app/_cmb-residential.scss */
.tabs_tab_sticky {
  padding: 0;
  margin: 0;
  font-size: .875rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  display: table-cell;
  line-height: 1.2;
  width: 1%;
  border-bottom: .125rem solid transparent;
  vertical-align: bottom;
  max-height: 3.25rem;
  color: #4b4b4b;
  white-space: nowrap;
}
/* line 464, ../../scss/app/_cmb-residential.scss */
.tabs_tab_sticky a {
  color: inherit !important;
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 0.375rem 1.5rem 0.365rem 0.75rem !important;
}
/* line 470, ../../scss/app/_cmb-residential.scss */
.tabs_tab_sticky a.active {
  color: #cd040b !important;
  border-bottom: 3px solid #cd040b;
}
/* line 474, ../../scss/app/_cmb-residential.scss */
.tabs_tab_sticky a:hover {
  color: #cd040b !important;
  border-bottom: 3px solid #cd040b;
}

@media only screen and (max-width: 30rem) {
  /* line 486, ../../scss/app/_cmb-residential.scss */
  .cmb-routing.wireless-section img {
    position: absolute;
    width: 7.5rem;
    left: -25px;
    z-index: 3;
  }
  /* line 495, ../../scss/app/_cmb-residential.scss */
  .cmb-routing.residential-section img {
    position: absolute;
    width: 11.875rem;
    right: -25px;
    z-index: 3;
  }
  /* line 504, ../../scss/app/_cmb-residential.scss */
  .cmb-routing.business-section img {
    margin-top: 3rem;
    position: absolute;
    width: 14.6875rem;
    left: -110px;
    z-index: 3;
  }
}
@media only screen and (max-width: 47.9375rem) {
  /* line 516, ../../scss/app/_cmb-residential.scss */
  .cmb-routing {
    height: 13.125rem;
  }

  /* line 520, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text {
    margin-top: 1.125rem;
  }
  /* line 523, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text h3 {
    font-size: 1.5rem;
  }
  /* line 527, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text p,
  .cmb-routing-text div,
  .cmb-routing-text span {
    font-size: 0.875rem;
  }
  /* line 533, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text .cta-text {
    font-size: 0.875rem;
  }

  /* line 538, ../../scss/app/_cmb-residential.scss */
  .cmb-availability-check {
    background: #fff !important;
    border-bottom: solid 1px #cccccc;
  }

  /* line 543, ../../scss/app/_cmb-residential.scss */
  .w_modal[data-iframe-modal] {
    top: 0 !important;
    left: 0;
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100% !important;
    margin-left: 0;
    margin-top: 0 !important;
  }
  /* line 553, ../../scss/app/_cmb-residential.scss */
  .w_modal[data-iframe-modal] .modal_content {
    height: 100% !important;
  }

  /* line 558, ../../scss/app/_cmb-residential.scss */
  .modal-iframe-wrapper {
    position: relative;
    width: 100%;
    height: 95%;
  }
  /* line 563, ../../scss/app/_cmb-residential.scss */
  .modal-iframe-wrapper iframe {
    width: 100%;
    height: 95%;
    overflow: hidden;
  }
}
@media only screen and (min-width: 48rem) {
  /* line 572, ../../scss/app/_cmb-residential.scss */
  .cmb-routing {
    height: 16.25rem;
  }

  /* line 576, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text {
    margin-top: 3rem;
  }
  /* line 579, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text h3 {
    font-size: 2.25rem;
  }
  /* line 583, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text p,
  .cmb-routing-text div,
  .cmb-routing-text span {
    font-size: 1.5rem;
  }
  /* line 589, ../../scss/app/_cmb-residential.scss */
  .cmb-routing-text .cta-text {
    font-size: 1rem;
  }

  /* line 595, ../../scss/app/_cmb-residential.scss */
  .cmb-carousel .carousel_item {
    padding: 0 4.5rem;
    height: 43.75rem !important;
  }

  /* line 603, ../../scss/app/_cmb-residential.scss */
  .cmb-availability-check a {
    font-size: 1.125rem;
  }
  /* line 607, ../../scss/app/_cmb-residential.scss */
  .cmb-availability-check input[type="checkbox"] + label {
    font-size: 1.125rem;
    padding-left: 3rem;
    padding-top: 0.5rem;
  }
  /* line 612, ../../scss/app/_cmb-residential.scss */
  .cmb-availability-check input[type="checkbox"] + label:before {
    font-size: 2rem;
  }
  /* line 619, ../../scss/app/_cmb-residential.scss */
  .cmb-availability-check input:not(.marketing)[address], .cmb-availability-check input:not(.marketing)[zipcode] {
    height: 5rem;
    border: solid 2px #cccccc;
    font-size: 1.375rem;
    padding: 1.125rem;
  }

  /* line 631, ../../scss/app/_cmb-residential.scss */
  [data-iframe-modal] .modal-iframe-wrapper {
    position: relative;
  }
  /* line 634, ../../scss/app/_cmb-residential.scss */
  [data-iframe-modal] .modal-iframe-wrapper iframe {
    width: 100%;
    min-height: 37.5rem;
    overflow: hidden;
  }

  /* Fios carousel custom css*/
  /* line 644, ../../scss/app/_cmb-residential.scss */
  .fios_carousel .w_carousel {
    height: 100% !important;
    margin: 0 !important;
    background: none;
  }
  /* line 649, ../../scss/app/_cmb-residential.scss */
  .fios_carousel ul.carousel_list {
    width: auto !important;
    height: 100% !important;
    transform: translate(0px, 0px) !important;
    list-style-type: none;
  }
  /* line 655, ../../scss/app/_cmb-residential.scss */
  .fios_carousel ul.carousel_list li:nth-child(6):nth-last-child(1), .fios_carousel ul.carousel_list li:nth-child(1):nth-last-child(6){
   display: none;
  }  
  /* line 658, ../../scss/app/_cmb-residential.scss */
  .fios_carousel ul.carousel_list li {
    width: 25% !important;
}  

  /* line 663, ../../scss/app/_cmb-residential.scss */
  .medium-bg-white {
    background-color: #fff !important;
  }
}
@media only screen and (min-width: 74.25rem) {
  /* line 671, ../../scss/app/_cmb-residential.scss */
  .w_modal {
    max-width: 59.375rem;
    margin-left: -29.6875rem;
  }
}
/*** Type size & line height specific media queries ***/
@media only screen {
  /* line 27, ../../scss/app/_cmb-residential.scss */
  .tiny-text-tiny {
    font-size: 0.625rem !important;
    line-height: 0.75rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .tiny-text-small {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .tiny-text-normal {
    font-size: 0.875rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .tiny-text-large {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .tiny-text-xlarge {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .tiny-text-xxlarge {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .tiny-header-h1 {
    font-size: 3.75rem !important;
    line-height: 3.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .tiny-header-h2 {
    font-size: 3rem !important;
    line-height: 3.125rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .tiny-header-h3 {
    font-size: 2.25rem !important;
    line-height: 2.375rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .tiny-header-h4 {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .tiny-header-h5 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .tiny-header-h6 {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }
}
@media only screen and (min-width: 30.0625rem) {
  /* line 27, ../../scss/app/_cmb-residential.scss */
  .small-text-tiny {
    font-size: 0.625rem !important;
    line-height: 0.75rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .small-text-small {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .small-text-normal {
    font-size: 0.875rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .small-text-large {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .small-text-xlarge {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .small-text-xxlarge {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .small-header-h1 {
    font-size: 3.75rem !important;
    line-height: 3.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .small-header-h2 {
    font-size: 3rem !important;
    line-height: 3.125rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .small-header-h3 {
    font-size: 2.25rem !important;
    line-height: 2.375rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .small-header-h4 {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .small-header-h5 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .small-header-h6 {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }
}
@media only screen and (min-width: 48rem) {
  /* line 27, ../../scss/app/_cmb-residential.scss */
  .medium-text-tiny {
    font-size: 0.625rem !important;
    line-height: 0.75rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .medium-text-small {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .medium-text-normal {
    font-size: 0.875rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .medium-text-large {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .medium-text-xlarge {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .medium-text-xxlarge {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .medium-header-h1 {
    font-size: 3.75rem !important;
    line-height: 3.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .medium-header-h2 {
    font-size: 3rem !important;
    line-height: 3.125rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .medium-header-h3 {
    font-size: 2.25rem !important;
    line-height: 2.375rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .medium-header-h4 {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .medium-header-h5 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .medium-header-h6 {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }
}
@media only screen and (min-width: 60.625rem) {
  /* line 27, ../../scss/app/_cmb-residential.scss */
  .large-text-tiny {
    font-size: 0.625rem !important;
    line-height: 0.75rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .large-text-small {
    font-size: 0.75rem !important;
    line-height: 1.125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .large-text-normal {
    font-size: 0.875rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .large-text-large {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .large-text-xlarge {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 27, ../../scss/app/_cmb-residential.scss */
  .large-text-xxlarge {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .large-header-h1 {
    font-size: 3.75rem !important;
    line-height: 3.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .large-header-h2 {
    font-size: 3rem !important;
    line-height: 3.125rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .large-header-h3 {
    font-size: 2.25rem !important;
    line-height: 2.375rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .large-header-h4 {
    font-size: 1.5rem !important;
    line-height: 1.875rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .large-header-h5 {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }

  /* line 44, ../../scss/app/_cmb-residential.scss */
  .large-header-h6 {
    font-size: 1rem !important;
    line-height: 1.3125rem !important;
  }
}
@media only screen and (min-width: 30.0625rem) {
  /* line 15, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_tiny {
    width: 19.0625rem;
    margin-left: -9.53125rem;
  }
  /* line 19, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_small {
    width: 28.125rem;
    margin-left: -14.0625rem;
  }
}
@media only screen and (min-width: 37.5rem) {
  /* line 26, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_medium {
    width: 65%;
    margin-left: -32.5%;
  }
}
@media only screen and (min-width: 48rem) {
  /* line 34, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_small {
    width: 28.125rem;
    margin-left: -14.0625rem;
  }
  /* line 39, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_medium {
    width: 60%;
    margin-left: -30%;
  }
  /* line 44, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_large {
    width: 70%;
    margin-left: -35%;
  }
  /* line 49, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_xlarge {
    width: 95%;
    margin-left: -47.5%;
  }
}
@media only screen and (min-width: 78.125rem) {
  /* line 56, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_medium {
    max-width: 46.875rem;
    margin-left: -23.4375rem;
  }
}
@media only screen and (min-width: 74.25rem) {
  /* line 13, ../../scss/app/_modal-size-updates.scss */
  .w_modal {
    max-width: 59.375rem;
    margin-left: -29.6875rem;
  }
  /* line 66, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_large, .w_modal.m_xlarge {
    max-width: none;
  }
}
@media only screen and (max-width: 64rem){
.medium-overflow-hidden {
    overflow: hidden;
}  
}
@media only screen and (min-width: 114.25rem) {
  /* line 73, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_large {
    max-width: 80rem;
    margin-left: -40rem;
  }
  /* line 78, ../../scss/app/_modal-size-updates.scss */
  .w_modal.m_xlarge {
    max-width: none;
    width: 95%;
    margin-left: -47.5%;
  }
}
/* added for LQ redesign modal space issue */

.w_modal.lq>.modal_x.m_right+.modal_content::before{
	float:none;
	height:auto;
	width:auto;
	content:'';

}
.modal-iframe-wrapper.lq{
	height:100%;

}


.w_modal.lq .modal-iframe-wrapper.lq iframe {
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}
.w_modal.lq .modal_content {
    padding-top:0 !important;
    padding-bottom: 0 !important;
}
.w_modal .row li {
padding: 0 0 0 20px !important;
list-style-type: none !important;
line-height: 14px;
margin-bottom: 3px;
font-size: 12px;
width: 296px;
}
.w_modal .row .large-5 .mw-large{
  margin-bottom: 0.5rem;
  max-width: 23rem !important;
}
.w_modal .row .mw-large strong{
line-height: normal;
}

ul.ul-icon-check li {
    line-height: 1.65rem;
    position: static !important;
}


/* start loading image of onclick ordernow*/
.loaderNew {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  left: 0;
  top: 0;
  background: #000000;
  opacity: 0.7;
}

.loader-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  pointer-events: none;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -o-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}


.spinner2{-webkit-animation: spin1 2s infinite linear;-moz-animation: spin1 2s infinite linear;-o-animation: spin1 2s infinite linear;-ms-animation: spin1 2s infinite linear;animation: spin1 2s infinite linear;display: block;}
 
@-webkit-keyframes spin1 {
0% { -webkit-transform: rotate(0deg);}
100% { -webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin1 {
0% { -moz-transform: rotate(0deg);}
100% { -moz-transform: rotate(360deg);}
}
@-o-keyframes spin1 {
0% { -o-transform: rotate(0deg);}
100% { -o-transform: rotate(360deg);}
}
@-ms-keyframes spin1 {
0% { -ms-transform: rotate(0deg);}
100% { -ms-transform: rotate(360deg);}
}
@-keyframes spin1 {
0% { transform: rotate(0deg);}
100% { transform: rotate(360deg);}
}
/* end loading image of onclick ordernow*/



/*Padding remove for CLU Modal window */
.w_modal.clu.active .modal_content{
  padding-left:0px !important;
  padding-right:0px !important;
}

.w_modal.active.clu iframe{
	position:relative;
	left:auto;
	width:100%;
    height:auto !important;
    min-height:480px;
}


.device-android .w_modal.active.clu{
  max-width: 988px;
  height: 655px;
}

.device-android .w_modal.active.clu iframe{
  position:relative;
  height:655px !important;
}
.w_modal.rim{
	height:250px;

}
/* Hero component */
.hero-component {
  min-height: 32.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;}
  @media screen and (min-width: 768px) {
    .hero-component {
      min-height: 40.625rem; }    
  	.hero-content-box{
  	  background: rgba(255, 255, 255, 0.8);
  	  padding:1.2rem;
	}}
  .hero-component .row .container {
    max-width: 61.25rem; }

.hero-component-row {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }  
 
  .hero-component-row .mlp-cta-link {
    margin-top: 0.625rem; }

.video-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
}
.video-banner video {   
  width: 100%;
  /*min-width: 100%; */
    position: absolute;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 
Hero component 
Theme options:
- hero-component-left-top
- hero-component-left-center
- hero-component-left-bottom
- hero-component-center-top
- hero-component-center-center
- hero-component-center-bottom
- hero-component-right-top
- hero-component-right-center
- hero-component-right-bottom
*/
.hero-component-left-top .hero-component-row {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-top: 4.0625rem; }

.hero-component-left-center .hero-component-row {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

.hero-component-left-bottom .hero-component-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-bottom: 4.0625rem; }

.hero-component-center-top .hero-component-row {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-top: 4.0625rem; }
  .hero-component-center-top .hero-component-row .content {
    margin: auto;
    text-align: center; }

.hero-component-center-center .hero-component-row {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }
  .hero-component-center-center .hero-component-row .content {
    margin: auto;}

.hero-component-center-bottom .hero-component-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-bottom: 4.0625rem; }
  .hero-component-center-bottom .hero-component-row .content {
    margin: auto;
    text-align: center; }

.hero-component-right-top .hero-component-row {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-top: 4.0625rem; }


.hero-component-right-center .hero-component-row {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }


.hero-component-right-bottom .hero-component-row {
  -ms-flex-item-align: end;
      align-self: flex-end;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-bottom: 4.0625rem; }


/* 
Hero component half: grid component required
Theme options:
(recommneded for the right side banner)
- hero-component-left-top
- hero-component-left-center
- hero-component-left-bottom

(recommneded for the left side banner)
- hero-component-right-top
- hero-component-right-center
- hero-component-right-bottom
*/
.grid-component .hero-component-right-top .container,
.grid-component .hero-component-right-center .container,
.grid-component .hero-component-right-bottom .container {
  max-width: 470px;
  float: right;
  margin: 0; }

.grid-component .hero-component-left-top .container,
.grid-component .hero-component-left-center .container,
.grid-component .hero-component-left-bottom .container {
  max-width: 470px;
  float: left;
  margin: 0; }

/* 
Hero component staggered:
Theme options:
(recommneded for the right side banner)
- hero-component-left-top
- hero-component-left-center
- hero-component-left-bottom

(recommneded for the left side banner)
- hero-component-right-top
- hero-component-right-center
- hero-component-right-bottom
*/
.hero-component-staggered-left {
  -ms-flex-direction: column;
      flex-direction: column; }
  .hero-component-staggered-left .hero-component-row {
    padding-top: 1.25rem;
    padding-bottom: 3.125rem; }
    .hero-component-staggered-left .hero-component-row.copy {
      width: 100%; }
    .hero-component-staggered-left .hero-component-row.creative {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 100%;
      -ms-flex-order: -1;
          order: -1;
      margin-left: 0px;
      min-height: 240px; }
    .hero-component-staggered-left .hero-component-row.copy .container {
      max-width: 395px;
      float: right; }
  @media (min-width: 768px) {
    .hero-component-staggered-left {
      -ms-flex-direction: row;
          flex-direction: row; }
      .hero-component-staggered-left .hero-component-row.creative {
        width: 50%; }
      .hero-component-staggered-left .hero-component-row.copy {
        width: 50%; }
        .hero-component-staggered-left .hero-component-row.copy .container {
          margin-right: 150px; } }

.hero-component-staggered-right {
  -ms-flex-direction: column;
      flex-direction: column; }
  .hero-component-staggered-right .hero-component-row {
    padding-top: 1.25rem;
    padding-bottom: 3.125rem; }
    .hero-component-staggered-right .hero-component-row.copy {
      width: 100%; }
    .hero-component-staggered-right .hero-component-row.creative {
      -ms-flex-item-align: stretch;
          -ms-grid-row-align: stretch;
          align-self: stretch;
      width: 100%;
      -ms-flex-order: -1;
          order: -1;
      margin-right: -150px;
      min-height: 240px; }
    .hero-component-staggered-right .hero-component-row.copy .container {
      max-width: 395px;
      float: left; }
  @media (min-width: 768px) {
    .hero-component-staggered-right {
      -ms-flex-direction: row;
          flex-direction: row; }
      .hero-component-staggered-right .hero-component-row.creative {
        width: 50%; }
      .hero-component-staggered-right .hero-component-row.copy {
        width: 50%; }
        .hero-component-staggered-right .hero-component-row.copy .container {
          margin-left: 150px; } }
          
.hero-max-width {
	max-width: 80rem !important;
	margin-left: auto;
	margin-right: auto;
	float: none; }          
@charset "UTF-8";

/*! VZRF 2.20.0 */
/* line 972, ../../scss/base/_global.scss */
.carousel_pager-next::before {
  content: "\e631";
}

/* line 972, ../../scss/base/_global.scss */
.carousel_pager-prev::before {
  content: "\e625";
}

.carousel-cell img::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

/* 
 * ************************************
 * MODIFIED FOR VZRF Naming conventions
 * ************************************
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
/* line 24, ../../scss/widgets/carousel.scss */
.w_carousel {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

/* line 37, ../../scss/widgets/carousel.scss */
.carousel_list {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 72, ../../scss/widgets/carousel.scss */
.carousel-free-mode>.carousel_wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/* line 80, ../../scss/widgets/carousel.scss */
.carousel_item {
  float: left;
  list-style-type: none;
}

/* IE10 Windows Phone 8 Fixes */
/* line 86, ../../scss/widgets/carousel.scss */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

/* line 89, ../../scss/widgets/carousel.scss */
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
/* line 97, ../../scss/widgets/carousel.scss */
.carousel_container {
  /* Specify Swiper's Size: */
  /*
  width:200px;
  height: 100px;
  */
}

/* line 105, ../../scss/widgets/carousel.scss */
.carousel_item {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/
}

/* line 111, ../../scss/widgets/carousel.scss */
.carousel_item.active {
  /* Specific active slide styling: */
}

/* line 115, ../../scss/widgets/carousel.scss */
.carousel_item.visible {
  /* Specific visible slide styling: */
}

/* ===============================================================
Pagination Styles
================================================================*/
/* line 124, ../../scss/widgets/carousel.scss */
.carousel_pager {
  width: 100%;
  text-align: center;
  margin: 0.75rem 0 1rem;
  position: relative;
  z-index: 1;
  /*@mixin clearfix*/
  *zoom: 1;
}

/* line 491, ../../scss/base/_global.scss */
.carousel_pager:after {
  content: " ";
  display: table;
}

/* line 492, ../../scss/base/_global.scss */
.carousel_pager:after {
  clear: both;
}

/* line 133, ../../scss/widgets/carousel.scss */
.carousel_pager-list {
  display: inline-block;
  margin: 0;
}

/* line 137, ../../scss/widgets/carousel.scss */
.carousel_pager-prev+.carousel_pager-list {
  margin-top: 0.875rem;
}

/* line 141, ../../scss/widgets/carousel.scss */
.carousel_pager-item {
  /* Stylize pagination button: */
  display: inline-block;
  margin: 0 0.375rem;
  cursor: pointer;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #cccccc;
  border-radius: 99px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 153, ../../scss/widgets/carousel.scss */
.carousel_pager-item.visible {
  background-color: #959595;
}

/* line 157, ../../scss/widgets/carousel.scss */
.carousel_pager-item.active {
  background-color: #4b4b4b;
}

/* line 165, ../../scss/widgets/carousel.scss */
.carousel_pager-prev,
.carousel_pager-next {
  text-decoration: none;
  -webkit-transform: rotate(0deg);
  /* .vzicon.circled appearance */
  background-color: #959595;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 6.1875rem;
  line-height: 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
}

/* line 299, ../../scss/base/_global.scss */
.carousel_pager-prev:hover,
.carousel_pager-next:hover {
  text-decoration: none;
}

/* line 303, ../../scss/base/_global.scss */
.carousel_pager-prev::before,
.carousel_pager-next::before {
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: currentColor;
  font-size: 1.5rem;
  display: inline;
  position: relative;
}

/* line 178, ../../scss/widgets/carousel.scss */
.carousel_pager-prev::before,
.carousel_pager-next::before {
  font-size: 1.125rem;
}

/* line 182, ../../scss/widgets/carousel.scss */
.carousel_pager-prev:hover,
.carousel_pager-next:hover {
  background-color: #4b4b4b;
  cursor: pointer;
}

/* line 187, ../../scss/widgets/carousel.scss */
.w_carousel .carousel_pager-prev,
.w_carousel .carousel_pager-next {
  position: absolute;
  top: 50%;
  margin-top: -0.875rem;
}

/* line 195, ../../scss/widgets/carousel.scss */
.w_carousel .carousel_pager-prev {
  left: 0.375rem;
  right: auto;
}

/* line 199, ../../scss/widgets/carousel.scss */
.w_carousel .carousel_pager-next {
  right: 0.375rem;
  left: auto;
}

/* line 204, ../../scss/widgets/carousel.scss */
.carousel_pager-prev {
  float: left;
}

/* line 207, ../../scss/widgets/carousel.scss */
.carousel_pager-prev::before {
  position: relative;
  left: -0.0625rem;
}

/* line 213, ../../scss/widgets/carousel.scss */
.carousel_pager-next {
  float: right;
}

/* line 216, ../../scss/widgets/carousel.scss */
.carousel_pager-next::before {
  position: relative;
  left: 0.125rem;
}
        .display-flex {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            z-index: 999;
        }

        * {
            box-sizing: border-box;
        }

        .widcarousel {
            /*background: #FAFAFA;*/
            padding-bottom: 0.5rem;
        }

        .fixbottom {
            position: absolute;
            bottom: 2.5px;
            margin-bottom: 10px;
        }

        .mixmatchswiper span.right.o4checkbox {
            margin-right: -7px;
            margin-top: -13px;
        }


        .widcarousel .carousel-cell {
            width: 33%;
            margin-right: 4px;
            padding: 1.5rem;
            border-width: 4px 1px 1px 1px;
            border-color: #959595;
            border-style: solid;
            min-width: 300px;
        }

        a.offer-cta.checkAvailBtn {
            color: white;
            text-decoration: none;
        }

        a.offer-cta.checkAvailFunc {
            color: white;
            text-decoration: none;
        }

        .widcarousel.car-container .carousel-cell.is-selected.tv-selected {
            background: #f6f6f6;
        }

        input[disabled].nondisabled {
            background: 0;
            opacity: 1 !important;
        }

        /*.widcarousel.car-container .carousel-cell.is-selected{
    	//	background: #f6f6f6;
         }*/
        .grayout-cell {
            background: #e4e5e3;
            cursor: not-allowed;
            opacity: 50%;
        }

        .gray-top-border-4 {
            border-top: 4px solid #959595;
        }

        .widcarousel .flickity-slider {
            transform: 0;
            width: 99.5%
        }

        span.tv-subText {
            color: #000;
            font-size: small;
        }

        span.extras-alert {
            color: #D52B1E;
            font-size: small;
        }

        /* cell number */


        .widcarousel .flickity-button {
            top: -30px;
            display: block;
            background: none;
        }


        .widcarousel .flickity-button:disabled {
            display: none;
        }

        .widcarousel .flickity-page-dots {
            z-index: 2;
        }

        .widcarousel .flickity-viewport {
            margin-top: 60px;
            min-height: 350px;
        }

        .widcarousel.car-container .flickity-viewport {
            margin-top: 0px;
            min-height: 450px;
        }

        .carousel-status.text-center.padding-all-micro.text-large {
            margin: 0px;
        }

        /* .widgetsec {
            padding: 1.5rem;
            border-width: 4px 1px 1px 1px;
            border-style: solid;
            min-width: 300px;
    		background: #FAFAFA;
        }*/

        /* Vicky's Style */
        /* CTA -button */
        .hero-black-cta a {
            padding: .65rem 2.5rem .65rem 2.5rem;
            border-radius: 100px;
            border: 1px solid #fff;
            color: #fff;
            background: #000;
            font-weight: 700;
            font-size: 0.875rem !important;
            text-align: center;
            display: inline-block;
            text-decoration: none;
        }

        .border-bottom-black-2px {
            border-bottom: 2px solid;
        }

        .stickyNav .mixnmatchstickyNav {
            max-width: 80.0rem;
            margin: 0px auto;
        }

        /* Tab Section -START */
        @media (max-width: 767px) {
            .bottom-sticky.stickyNav {
                bottom: 0 !important;
                top: auto;
            }

            .mobile-hide {
                display: none;
            }

            .mobile-show {
                display: block;
            }

            .mob-margin-top-10 {
                margin-top: 10px;
            }

            .widcarousel .flickity-viewport {
                margin-top: 0px;
                margin-bottom: 20px;
                min-height: 350px;
            }

            .widcarousel.car-container .flickity-viewport {
                margin-top: 0px;
                margin-bottom: 0px;
            }
        }

        @media (min-width: 768px) {

            .bottom-sticky.stickyNav {
                bottom: 0 !important;
                top: auto;
            }

            .desktop-hide {
                display: none;
            }

            .desktop-show {
                display: block;
            }
        }

        /* Tab Section -END */
        /* Checkbox -START */
        label.h4checkbox {
            position: relative;
            top: -10px;
        }

        input[type="checkbox"].white-bg-checkbox:checked+label:before,
        input[type="radio"].white-bg-checkbox:checked+label:before {
            color: #FFF;
            background: #000;
            border: 2px solid #000;
        }

        input[type=radio].icon-form-radio+label::before,
        input[type=radio].icon-form-radio:hover+label::before {
            content: "\e7bd";
        }

        input[type=radio].icon-form-radio:checked+label::before,
        input[type=radio].icon-form-radio:checked:hover+label::before {
            content: "\e7be";
        }

        input[type=radio].icon-form-radio+label::before,
        input[type=radio].icon-form-radio:hover+label::before,
        input[type=radio].icon-form-radio:checked+label::before,
        input[type=radio].icon-form-radio:checked:hover+label::before {
            border-radius: 0%;
            width: 24px;
            height: 24px;
        }

        /* input[type=radio].icon-form-radio:checked + label::before,
        input[type=radio].icon-form-radio:checked:hover + label::before {
            border:0px;
        } */

        input[type=radio].icon-form-radio:checked+label:before {
            content: "\e7be";
            color: #fff;
            background: #000;
        }


        /* Checkbox -END */
        /* Arrow indicator _-START */
        .widcarousel .flickity-prev-next-button.previous {
            left: 0rem !important;
            width: 24px;
            height: 24px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdFYmVuZV8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmc%20vMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PS%20cwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91b%20mQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIHBvaW50cz0n%20OS4zMjEsMTcuODM1IDEwLjExNiwxNy4wNCAyLjY0LDkuNTYyIDE4LDkuNTYyIDE4LDguNDM4IDI%20uNjQsOC40MzggMTAuMTE2LDAuOTYgOS4zMjEsMC4xNjUgMC40ODUsOSAnLz48L3N2Zz4%3D);
        }

        .widcarousel .flickity-prev-next-button.next {
            right: 0rem !important;
            width: 24px;
            height: 24px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdFYmVuZV8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmc%20vMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PS%20cwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91b%20mQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIHBvaW50cz0n%20OC42NzksMC4xNjUgNy44ODQsMC45NiAxNS4zNiw4LjQzOCAwLDguNDM4IDAsOS41NjIgMTUuMzY%20sOS41NjIgNy44ODQsMTcuMDQgOC42NzksMTcuODM1IDE3LjUxNSw5ICcvPjwvc3ZnPg%3D%3D);
        }

        .widcarousel.car-container .flickity-prev-next-button {
            top: auto;
        }

        .widcarousel.car-container .flickity-prev-next-button.previous {
            left: 45% !important;
            width: 24px;
            height: 24px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdFYmVuZV8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmc%20vMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PS%20cwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91b%20mQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIHBvaW50cz0n%20OS4zMjEsMTcuODM1IDEwLjExNiwxNy4wNCAyLjY0LDkuNTYyIDE4LDkuNTYyIDE4LDguNDM4IDI%20uNjQsOC40MzggMTAuMTE2LDAuOTYgOS4zMjEsMC4xNjUgMC40ODUsOSAnLz48L3N2Zz4%3D);
        }

        .widcarousel .flickity-prev-next-button.previous svg {
            display: none;
        }

        .widcarousel .flickity-prev-next-button.next svg {
            display: none;
        }

        .widcarousel.car-container .flickity-prev-next-button.next {
            right: 45% !important;
            width: 24px;
            height: 24px;
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPScxLjEnIGlkPSdFYmVuZV8xJyB4bWxucz0naHR0cDovL3d3dy53My5vcmc%20vMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB4PS%20cwcHgnIHk9JzBweCcgdmlld0JveD0nMCAwIDE4IDE4JyBzdHlsZT0nZW5hYmxlLWJhY2tncm91b%20mQ6bmV3IDAgMCAxOCAxODsnIHhtbDpzcGFjZT0ncHJlc2VydmUnPjxwb2x5Z29uIHBvaW50cz0n%20OC42NzksMC4xNjUgNy44ODQsMC45NiAxNS4zNiw4LjQzOCAwLDguNDM4IDAsOS41NjIgMTUuMzY%20sOS41NjIgNy44ODQsMTcuMDQgOC42NzksMTcuODM1IDE3LjUxNSw5ICcvPjwvc3ZnPg%3D%3D);
        }

        .widcarousel .carousel-status {
            display: block;
        }

        @media (max-width: 767px) {

			 a.offer-cta.mobilemixcta.checkAvailBtn {
                color: black;
                text-decoration: none;
            }
                .mobile-margin-zero {
                margin: 0px !important;
            }

            .widcarousel .flickity-button {
                top: auto;
            }

            .widcarousel .flickity-page-dots {
                display: flex;
            }

            .widcarousel.hide-arrow-mob .flickity-prev-next-button {
                display: none;
            }

            .widcarousel .flickity-prev-next-button.previous {
                left: 7rem !important;
            }

            .widcarousel .flickity-prev-next-button.next {
                right: 7rem !important;
            }

            .widcarousel.car-container .flickity-prev-next-button.previous {
                left: 40% !important;
            }

            .widcarousel.car-container .flickity-prev-next-button.next {
                right: 40% !important;
            }
        }

        @media (min-width: 768px) {
            .widcarousel .flickity-page-dots {
                display: none;
            }

            .widcarousel .carousel-status {
                display: none;
            }

            .widcarousel.hide-arrow .flickity-prev-next-button {
                display: none;
            }

            .widcarousel.hide-arrow .flickity-viewport {
                margin-top: 0px;
            }

            .mixmatchswiper .flickity-prev-next-button {
                top: -5%;
            }
        }

        @media (max-width: 425px) {
            .widcarousel.car-container .flickity-prev-next-button.previous {
                left: 38% !important;
            }

            .widcarousel.car-container .flickity-prev-next-button.next {
                right: 38% !important;
            }
        }


        /* Arrow indicator _-END */
        /* Carousel-sell -START */
        .red-top-border-4 {
            border-top: 4px solid #d52b1e !important;
        }

        /* Carousel-sell -END */
        /* Carousel-pagination -START */
        .mixmatchswiper .widcarousel .flickity-page-dots .dot {
            display: inline-block;
            width: 100%;
            height: 0.2rem;
            margin: 0px 0.5rem;
            background: #333;
            border-radius: 0;
            opacity: 0.25;
            cursor: pointer;
            flex-grow: 1;
            flex-basis: 0;
        }

        .mixmatchswiper .widcarousel .flickity-page-dots .dot.is-selected {
            opacity: 1;
        }

        .mixmatchswiper .widcarousel-status .flickity-page-dots {
            display: none;
        }

        /* Carousel-pagination -END */
        /* Dropdown -START */
        .tr-li {
            display: block;
            padding: 1rem 1.25rem;
            background: #FFFFFF;
            border-top: 1px solid #B4B4B4;
            border-left: 1px solid #0F0F0F;
            border-right: 1px solid #0F0F0F;
        }

        .tr-ul {
            display: block;
            position: absolute;
            list-style-type: none;
            background: transparent;
            border-bottom: 1px solid #0F0F0F;
            /* margin-top: -24px; */
            margin-left: 0;
            z-index: 2;
        }

        .w_dropdown {
            position: relative;
        }

        .w_dropdown_value {
            font-size: 16px;
        }

        .w_dropdown::before {
            content: "";
            background: url(https://www.verizon.com/etc/clientlibs/verizon-atom/ak-cached/2h/gheader/images/outline-carat-down.svg);
            background-size: contain;
            position: absolute;
            background-repeat: no-repeat;
            width: 16px;
            height: 16px;
            right: 7px;
            top: 16px;
        }

        /* Dropdown -END */
        /* Column -START */
        @media (min-width: 768px) {
            .column-large-2 {
                width: 16.66667%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 10px;
                padding-right: 10px
            }

            .column-large-4 {
                width: 33.33333%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 10px;
                padding-right: 10px
            }

            .column-large-3 {
                width: 25%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 10px;
                padding-right: 10px
            }

            .column-large-6 {
                width: 50%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .column-large-8 {
                width: 66.66666%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .column-large-9 {
                width: 75%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
            }

            .column-large-3 {
                width: 25%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 15px;
                padding-right: 15px;
            }
        }

        @media (max-width: 767px) {
            .column-xsmall-12 {
                width: 100%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 10px;
                padding-right: 10px
            }

            .column-xsmall-6 {
                width: 50%;
                float: left;
                position: relative;
                min-height: 1px;
                padding-left: 10px;
                padding-right: 10px
            }
        }

        .icon-invest1 {
            filter: invert(1);
        }

        /* Column -END */

        input[type="checkbox"].white-bg-checkbox:checked+label.h4checkbox:before,
        input[type=checkbox]+label.h4checkbox::before {
            font-size: 1.9rem;
        }
/*
  This CSS resource incorporates links to font software which is the valuable copyrighted
  property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
  redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
  Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/

/* regular */
@font-face {
  font-family: "BrandFont";
  font-style: normal;
  font-weight: normal;
  src: url("learn/fonts/NeueHaasGroteskTextW02.eot?#iefix");
  src: url("learn/fonts/NeueHaasGroteskTextW02.eot?#iefix") format("eot"), url("learn/fonts/NeueHaasGroteskTextW02.woff2") format("woff2"), url("learn/fonts/NeueHaasGroteskTextW02.woff") format("woff"), url("learn/fonts/NeueHaasGroteskTextW02.ttf") format("truetype");
}

/* bold */
@font-face {
  font-family: "BrandFont";
  font-style: normal;
  font-weight: bold;
  src: url("learn/fonts/NHaasGroteskDSW02-75Bd.eot?#iefix");
  src: url("learn/fonts/NHaasGroteskDSW02-75Bd.eot?#iefix") format("eot"), url("learn/fonts/NHaasGroteskDSW02-75Bd.woff2") format("woff2"), url("learn/fonts/NHaasGroteskDSW02-75Bd.woff") format("woff"), url("learn/fonts/NHaasGroteskDSW02-75Bd.ttf") format("truetype");
}

/* Font Face Declarations */

@font-face {
  font-family: "VZIcons";
  src: url("learn/fonts/icon-fonts/vzicons.woff") format("woff"), url("learn/fonts/icon-fonts/vzicons.ttf") format("truetype");
  font-weight: normal;
}

@font-face {
  font-family: NHGrotesk;
  src: url(//scache1.vzw.com/globalnav/fonts/NeueHaasGroteskDisplay.eot?#iefix) format("embedded-opentype"), url(//scache1.vzw.com/globalnav/fonts/NeueHaasGroteskDisplay.woff2) format("woff2"), url(//scache1.vzw.com/globalnav/fonts/NeueHaasGroteskDisplay.woff) format("woff"), url(//scache1.vzw.com/globalnav/fonts/NeueHaasGroteskDisplay.ttf) format("truetype")
}

@font-face {
  font-family: NHGrotesk;
  font-weight: 700;
  src: url(//scache2.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.eot?#iefix) format("embedded-opentype"), url(//scache2.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.woff2) format("woff2"), url(//scache2.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.woff) format("woff"), url(//scache2.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.ttf) format("truetype")
}

@font-face {
  font-family: NeueHaasGroteskDisplayBold;
  src: url(//scache3.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.eot?#iefix) format("embedded-opentype"), url(//scache3.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.woff2) format("woff2"), url(//scache3.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.woff) format("woff"), url(//scache3.vzw.com/globalnav/fonts/NeueHaasGroteskDisplayBold.ttf) format("truetype")
}

.BrandFont-vzw {
  font-family: NHGrotesk, helvetica, sans-serif;
  font-weight: 700;
}
.w_new-deals-widget{
    margin-bottom: 2.5rem;
}
      @media screen and (max-width:47.9375rem){.w_new-deals-widget{
          padding-left: 0.5625rem;
          padding-right:0.5625rem
}
      }
      @media screen and (min-width:48rem){
    .w_new-deals-widget .w_swiper{
      
        -webkit-transform: none !important;
      
        transform: none !important;
        }               
       
        .w_new-deals-widget .w_swiper .swiper_item{
                height: auto;
                padding-bottom:5.3125rem;
             }
                .w_new-deals-widget .w_swiper .swiper_item .footer-btn{
                    position: absolute;
                    bottom: 0;
                    right: 0;
                    left:0;
                }
      }
      @media screen and (min-width:48rem){
      .w_new-deals-widget .swiper_pager{
                    display: none
     }
          }
      @media screen and (max-width:47.9375rem){
      .w_new-deals-widget .swiper-container{
         margin:0 -1.125rem
     }
           }  
.w_new-deals-widget .w_deals-plan .plan-price-new .p-number {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.3rem;
    }  
.w_new-deals-widget .w_deals-plan .plan-price-new .p-per {
	line-height: inherit !important;
	margin-right: -0.25rem !important;
}  
.w_new-deals-widget .w_deals-plan .plan-price-new sup {
	font-size: 1.125rem;
	vertical-align: top;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -0.01563rem;
}  
.w_new-deals-widget .w_deals-plan .plan-desc{
    width: 75%;
    font-size: 0.75rem;
    
}  
.w_new-deals-widget .w_deals-plan .plan-equation{
    min-height: 3.125rem;
}  
.w_new-deals-widget .w_deals-plan .plan-detail-link a{
    color:#000;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1.5rem;
}  
.w_new-deals-widget .button,
.w_new-deals-widget a.button {
	color: #fff;
	background: #000;
	width: auto;
	padding: .65rem 2.5rem .65rem 2.5rem;
	font-size: 0.875rem;
	text-decoration: none !important;
	min-height: 0;
	border-radius: 1.5625rem;
}  
.w_new-deals-widget .button:before,.w_new-deals-widget a.button:before{
        content: none;
    }  
@media screen and (min-width:48rem){
        .w_new-deals-widget .deals-image-and-desc{
            margin-bottom: 2.5rem;
        }
                .w_new-deals-widget .deals-image-and-desc.w_left .columns.deals-image{
                    padding-left: 2.5rem;
                }
                .w_new-deals-widget .deals-image-and-desc.w_right .columns.deals-desc{
                    float: right;
                    padding-left: 2.5rem;
                }
}  
.w_new-deals-widget .toggler-icon.collapsed span:after{
            content:"\e79d";           
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: 'VZIcons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            color: #000;
            font-size:1.125rem;
            display:block;
            margin:0.625rem 0;
        }  
.w_new-deals-widget .toggler-icon a{
        display:inline-block;
    }  
.w_new-deals-widget .toggler-icon span{
         color:#000;
         font-weight:bold;
        
    }  
.w_new-deals-widget .toggler-icon span:after{
             content:"\e65b";
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-family: 'VZIcons';
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: inherit;
            color: #000;
            font-size:1.125rem;
            display:block;
            margin:0.625rem 0;
        }  
 .offer-border{
    border: 0.0625rem solid #B1B2B3;
    display: inline-flex !important;
    width: 100%;
    flex-direction: column;
 }
 .TVWidget.Plan{margin-right :10px;}
@media screen and (max-width:47.9375rem){
    .w_new-deals-widget .deal-toggler-container{    
            display: block !important;
            
    }
    .w_new-deals-widget .toggler-icon{
        display: none;
    }
    }  
.container{
    max-width: 61.5rem;
    margin: 0 auto;
}  
.custom-css-goes-here {
	width: 20;
	color: #cd040b;
}
.w_new-deals-widget .toggler-icon a{
        display:inline-block;
        text-decoration: none;
    }


@media (min-width: 768px) {
.w_deals-plan .swiper_item:first-child:nth-last-child(2),
.w_deals-plan  .swiper_item:first-child:nth-last-child(2) ~  .swiper_item {
    width: 50% !important;
}
.w_deals-plan .swiper_item .plan-desc, .w_deals-plan .swiper_item .bold img {
   max-width: 250px !important;
}
}
body.no-scroll {
   position:static;
}

h4, .h4{
	color: #333 !important;
}
.modal_content h5 {
    font-size: 1.125rem !important;
    line-height: 1.5rem;
}

.carousel[data-cta-align="true"] [data-exp-name] {
    height: 100%;
  }
  
  .carousel[data-cta-align="true"] .Hero-cta {
      bottom: 1%;
      position: absolute;
  }
.tab {  	
   padding-left: .5625rem;
   padding-right: .5625rem;
   min-height: 45px;
}


.tab-border{
    border-bottom: .0625rem solid #e4e5e3;

}


/*Added to enable authoring of tabs in edit mode*/
.addBlock{
     display: block !important;
}
/* Style the buttons inside the tab */
.tab button {
   background-color: transparent;
   float: left;
   border: none;
   outline: none;
   cursor: pointer;
   padding: 14px 16px;
   transition: 0.3s;
   font-size: 18px;
   padding-top : 10px;
   padding-left: 0;
   padding-right: 10px;
   margin-right: 20px;
   padding-bottom: 8px;
}

/* Change background color of buttons on hover */
/*.tab button:hover {
  background-color: #ddd;
}*/

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 4px solid #CB060C;
    cursor: default;
    font-weight: bold;
}

.tab button:not(.active){
    color: #747676;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 10px;
 /* border: 1px solid #ccc;*/
  border-top: none;
}


@media only screen and (max-width: 767px) {
    .m-tab{
    	overflow: scroll !important;
        padding-bottom: 25px;
	}
}
/* -- Custom styles for the Desktop Calling Features component -------------- */
#callingfeatures .accordion.active {
  background-image: none !important;
}

#callingfeatures .panel {
  margin-bottom: 0;
}

#callingfeatures .accordion {
  border: 1px solid transparent;
  transition: 0s !important;
}

#callingfeatures .accordion.active {
  border: 1px solid #ccc;
}

#callingfeatures.w_list-control .m_accordion-summary:before {
  transform: translateY(-50%);
}

#callingfeatures .accordion.active .m_accordion-summary:before {
  content: ''!important;
  background: url("https://www.verizon.com/content/dam/verizon/personal/learn-images/vzrf/minus-small.svg") no-repeat;
}

.w_list-control .m_accordion-summary.open + .m_accordion-details {
    height: auto;
    padding-top: 1.5rem;
    border-bottom: 0.0625rem solid #959595;
}
    
    .w_list-control .m_accordion-summary.open {
    border-bottom-color: rgba(149, 149, 149, 0);
    transition: border 0s 0s;
}
.w_list-control.w_list-control_custom .m_accordion-summary,
.w_list-control.w_list-control_custom .m_accordion-details {
  padding-left: 0;
}

.w_list-control.w_list-control_custom .m_accordion-details {
  padding-right: 0;
}

.w_list-control.w_list-control_custom .m_accordion-summary:before,
.w_list-control.w_list-control_custom .m_accordion-summary:hover:before {
  right: 0 !important;
}

.w_list-control .m_accordion-summary:before,
.w_list-control .m_accordion-summary:hover:before {
  top: 2.125rem !important;
  right: 1.125rem !important;
}

.w_list-control .m_accordion-summary.image-cover {
  height: 250px;
  background-color: #f6f6f6;
  border-top: 0 !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#callingfeatures.w_list-control .m_accordion-summary::before {
    position: initial;
    float: right;
    margin: 1.125rem !important;
}


@media only screen and (min-width: 48rem) {
  #callingfeatures .sec-convenience, #callingfeatures .sec-privacy {
    background-size: cover !important;
    background-position: center !important;
  }
}

@media only screen and (min-width: 60.625rem) {
  #callingfeatures .panel {
    min-height: 462px;
  }
}

select#cboCountry.dropdownv.fl.margin_right.value option{
	text-transform:uppercase !important;
}

select#cboCountry.dropdownv{
  	text-transform:uppercase !important;
}

/* -- end Custom styles for the Desktop Calling Features component ------------ */

.text-red-plus {
    color: #cd040b;
}

.wrapper-scroll {
    overflow-x: auto;
}

.wrapper-scroll table{min-width:565px;}



 .nav-menu {
      display: inline-block;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .nav-menu li,
    .nav-menu li a {
      display: inline-block;
    }

    .nav-menu li {
      display: inline-block;
      padding: 0 15px;
    }

    .nav-menu li:first-child {
      padding-left: 0;
    }

    .nav-menu li:last-child {
      padding-right: 0;
    }

    .nav-menu li a {
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      color: #959595;
      padding: 15px 0 10px;
    }

    .nav-menu li.active a {
      color: #000;
      border-bottom: 5px solid #000;
    }

a.sms {
	border-radius:0 !important;
	}
	
 .large-container.stickyNav {
  max-width: 100%;
 }

 #sms_send_mob, #sms_send {
  display: inline-block;
  background: #333;
  font-weight: normal;
}

#sms_send_mob {
  padding: 5px 15px;
}

#ph_num {
  border-width: 0;
  border-bottom: 1px solid;
  width: 145px;
  margin: 0;
  display: inline-block;
  padding-bottom: 0;
  padding-left: 5px;
  padding-top: 0;
  font-weight: normal;
}

#sucess_msg {
  display: none;
}
.stickyNav {
  z-index: 999;
    position: fixed !important;
}
.nav_sticky{
max-width:78.5rem !important;
}

@media only screen and (min-width:48rem) {
      .nav-menu li {
        padding: 0 20px;
      }
      .nav-menu li a {
        font-size: 24px;
      }
      .nav-menu li:not(.active) a:hover {
        color: #656565;
      }
}
@media only screen and (max-width: 1024px) {
.nav_sticky{
max-width:76.5rem !important;
 padding-left:10px !important;

}    
}
.fancy-options_item.selected::before, .fancy-options_item.active::before {
    content: none;
}

#Services {
	background-color: #ffffff;
}

#States {
	background-color: #ffffff;
}

.fancy-options_item.selected {
	border-left-color: red;
	border-left-style: solid;
	border-left-width: 0.25rem;
	background-color: white;
}

div.main ul#States {
	list-style-type: none;
}
select, input.faux-select, .faux-select {
    background-image: url('learn/images/chevron-down.svg');
    background-size: 0.875rem;
    font-weight: normal;
    background-position: 97% 58%;
    font-size: 0.875rem;
	font-family: "Neue Haas Grotesk Text Std";
}

.fancy-options_item, .fancy-options_group {
	font-size: 0.75rem;
	font-family: "Neue Haas Grotesk Text Std";
	font-weight: normal;
}

select.value, .value.faux-select {
	background-position: 97% 58%;
}

select:focus, .faux-select:focus {
	background-color: white;
}

.w_fancy-options {
	font-weight: normal;
}

.filter-bar_item::before {
	top: 40%;
	content: url('learn/images/chevron-down.svg');
	width: 0.875rem;
}
div.main ul.filter-bar_list {
    list-style-type: none;
}

ul#States, ul.filter-bar_list{
	    list-style-type: none;
	}

	select,
	input.faux-select,
	.faux-select {
	    background-image: url('learn/images/chevron-down.svg');
	    background-size: 0.875rem;
	    font-weight: normal;
	    background-position: 97% 58%;
	    font-size: 0.875rem;
	    font-family: BrandFont, Arial, sans-serif;
	}

	.fancy-options_item,
	.fancy-options_group {
	    font-size: 0.75rem;
	    font-family: BrandFont, Arial, sans-serif;
	    font-weight: normal;
	}

	select.value,
	.value.faux-select {
	    background-position: 97% 58%;
	}

	select:focus,
	.faux-select:focus {
	    background-color: white;
	}
.Alpha {
	    padding: 0.8rem 0;
	}

	.Alpha-list {
	    list-style: none;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	    align-items: center;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: row;
	    flex-direction: row;
	    margin: 0;
	}

	.Alpha-list--select {
	    text-align: center;
	}

	.Alpha-item {
	    border-bottom: 0.1875rem solid transparent;
	    color: black;
	    font-weight: 700;
	    cursor: pointer;
	}

	.Alpha-item--active {
	    border-bottom: 0.1875rem solid black;
	}

	.Alpha-item--disabled {
	    color: #959595;
	    cursor: default;
	}

	.w_fancy-options {
	    font-weight: normal;
	}

	.filter-bar_item::before {
	    top: 40%;
	    content: url(learn/images/chevron-down.svg); 
	    width: 0.875rem;
	}

	.Store-list-item {
	    background: #f6f6f6;
	    margin-bottom: 1.2rem;
	}

	input#equipmentExchange[type='checkbox']+label::before,
	input#equipmentExchange[type='radio']+label::before,
	input#fiossales[type='radio']+label::before,
	input#equipmentExchange[type='checkbox']:hover+label::before,
	input#equipmentExchange[type='radio']:hover+label::before,
	input#fiossales[type='radio']:hover+label::before {
	    background: white;
	    border: 0.0625rem solid black;
	    color: white;
	}

	input#equipmentExchange[type='checkbox']:checked+label::before,
	input#equipmentExchange[type='radio']:checked+label::before,
	input#fiossales[type='radio']:checked+label::before,
	input#equipmentExchange[type='checkbox']:checked:hover+label::before,
	input#equipmentExchange[type='radio']:checked:hover+label::before,
	input#fiossales[type='radio']:checked:hover+label::before {
	    background: black;
	    border: 0.0625rem solid black;
	    color: white;
	}

.hid {
	display: none !important;
}

.hid1 {
	display: none !important;
}

.hid2 {
	display: none !important;
}

.serviceTitle {
    border-top-color: black;
    border-top-style: solid;
    border-top-width: 0.0625rem;
}
.filter-bar_selected {
	padding-top: 7px;
    color: black;
    font-weight: normal;
    font-family: "Neue Haas Grotesk Text Std";
}
.storeName {
    font-size: 1.5rem;
    font-weight: bold;
}
#clear_all.clear_filter {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}
input#equipmentExchange[type="checkbox"]:checked+label:before,
input#equipmentExchange[type="checkbox"]:hover+label:before {
	color: #fff;
}
@media only screen and (max-width: 65.0rem) {
	    .Store-list-item {
	        height: auto !important;
	    }
	    .show-in-desktop {
	        display: none;
	    }
	}

	@media only screen and (min-width: 65.01rem) {
	    .show-in-mobile {
	        display: none;
	    }
	}

.service-line{
 margin-top: 10px !important;
    border-top: 1px solid;
    padding-top: 10px;
}
.parent_container.main {padding-top:0;}
.hero_img {background-position: right top !important; background-repeat: no-repeat; background-size: cover !important; height: 400px; } 
.hero-wrapper { position: relative; max-width: 984px; margin: auto; } 
.int-ribbon-container, .int-cmb-container { max-width: 984px; margin: 0 auto; } 
.int-quick_links { position: absolute; width: 100%; } 
.int-quick_links .button.cta-text::before, .int-quick_links .button.cta-text:hover:not(.no-animate)::before, .int-quick_links .button.link-text:hover:not(.no-animate)::before, .int-quick_links a.button.cta-text:hover:not(.no-animate)::before, .int-quick_links a.button.link-text:hover:not(.no-animate)::before, .int-quick_links .u_line a { color: #fff; } 
.int-quick_links, .int-quick_links a.cta-text { background: #000; color: #fff !important; max-width: 984px; margin: auto; } 
.int-quick_links .vzicon { top: 5px; position: relative; } 

@media only screen and (min-width: 768px){
    .int-quick_links { top: auto; bottom: -72px; } 
    .int-quick_links p { padding: 0.2rem 0.9rem; } 
    .body_title h2, .body_title h6, .body_title .Sub_title_text, .body_title p { color: #fff; } 
    .int-quick_links small { font-size: 100%; } 
    .int-quick_links strong { font-size: 160%; } 
    #gf_footer { margin: 100px 0 20px 0; } 
}
@media only screen and (max-width: 767px){
    .hero_img { height: 400px; top: auto; } 
    .hero_img { height: 300px; background-position: 82% center !important; background-size: cover !important; } 
    .hero-wrapper { padding-top: 54px; } 
    .int-quick_links { top: 0px; padding: 0.75rem 0.30rem 0 0; } 
    .body_title h2, .body_title .Sub_title_text, .body_title p { color: #000; } 
    .footer, .body_title { position: relative; } 
    .body_title { top: auto; } 
    .body_title h2, .body_title p, .body_title .Sub_title_text { color: #000; } 
    .int-quick_links { display: inline-block; width: 100%; } 
    .int-quick_links .button::before, .int-quick_links .button.cta-text { font-size: 140%; } 
    .int-quick_links .button.cta-text::before { right: 0.375rem; } 
    #gf_footer { margin: 10px 0 20px 0; } 
}

/* For proactive banner */
 .grey_ribbon_interstitial .modal_bodyarea { display: inline-block;}

 .grey_ribbon_interstitial .modal_bodyarea div { float: left;}

 .grey_ribbon_interstitial .icon_img { float: left; max-width: 40px;}
 .grey_ribbon_interstitial .c_section { display: flex;}
/* For proactive banner */
.store-row {
            margin: 0 auto;
            display: block;
        }
    .FiosLogoAligner-item{height: 25px;}
.img-tab{
        height:300px;
        width:31%;
        margin-bottom:2px;
        display:inline-block;
        color: #000;
        border-bottom:none;
       }

.h2-text{
     text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75rem;
   padding-left: 5%;
    margin-top: -42%;
    color: #000;
 }
.imgtablinks{
    background-position:80% 60%;
}
.imageTab {
    display: inline-flex;
    width: 100%;
}
.imageTab button.active {
        border-bottom: none;
        cursor: default;
        font-weight: bold; 
}
.o2oImageBlocks{display:none;}
.hero-gradient{
        background: linear-gradient(90deg,hsla(0,0%,93%,.5),hsla(0,0%,93%,.25),hsla(0,0%,93%,.2),hsla(0,0%,93%,.001),hsla(0,0%,93%,0)),linear-gradient(180deg,hsla(0,0%,93%,.001),hsla(0,0%,93%,.3),hsla(0,0%,93%,.2),hsla(0,0%,93%,.1),hsla(0,0%,93%,.001));
    }
#vzO2oId{margin : 0px;}
#deskimg1:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 24.7%;
    right: 0px;
    height:300px;
    width: 15.8%;
    background-image: linear-gradient(rgb(0, 0, 0), rgba(31, 31, 31, 0));
    opacity: 1;
}
#deskimg1:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
#deskimg2:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 41%;
    right: 0px;
    height:300px;
    width: 16%;
    background-image: linear-gradient(90deg,rgba(0,0,0,.9),rgba(31,31,31,0));
    opacity: 1;
 }
#deskimg2:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
#deskimg3{background-position: 70% 40%;}
 #deskimg3:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 58%;
    right: 0px;
    height:300px;
    width: 15.8%;
    background-image: linear-gradient(#000,rgba(31,31,31,0));
    opacity: 1;
    }
    #deskimg3:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

 
 .imgmobileLink {
        display:none;

      }
       #storeID {
            display: none;
        }

        .store,
        .store-id {
            margin-left: 35%;
        }

        .select-store,
        .store-id-input {
            font-size: 14px;
            font-weight: 400;
           	width: 51%;
        }

        .store-label {
            color: #959595;
            font-size: 10px;
        }
        .submit-cta {
                margin-left: 15%;
                background-color: black;
                color: #fff;
                border-color: #d8dada;
                padding: 1%;
                border-radius: 624.9375rem;
                width: 16%;
     			margin-top: 2%;
                margin-bottom: 2%;
                font-size: 14px;
                font-weight: 700;
                font-family: BrandFont-Text, Helvetica, Arial, sans-serif;
        }

       	button.imgtablinks.img-tab:not(.active) {
            color: #000 !important;
           text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.75rem;
   padding-left:3%;
        }
		.Hero-details.FiosPlus{max-width: 250px;}
   .store {
            width: 33%;height: 80px;
        }
	.o2oFiosLogo{padding-top: 20px; margin: 0 auto 1rem;}
        .button-020 {
            font-size: 14px;
            font-weight: 400;
            width: 100%;
            display: list-item;
            border: 1px solid #d8dada;
            border-top: none;
            text-align: left;
            padding-left: 2%;
            background: transparent;
            padding: 1rem;
            border-left: none;
        }

        .main-button {
            border: 2px solid #959595;
            border-bottom-color: #000;
            height: 44px;
            font-size: 14px;
            font-weight: 400;
            padding: 1rem .75rem;
            width: 100%;
            text-align: left;
            background: white;
        }

        #Dropdown-list {
            border: 1px solid #000;
            z-index: 10;
            height: auto;
            position: absolute;
            display: none;
            background: white;
            width: 33%;
        }		

/******old modal CSS********/


.model-compare-content{
overflow: auto;
    height: 100%;
    padding: 1.5rem;
    z-index: 99;
    background-color: #fff;
    animation: modal-down .4s ease;
    justify-content: space-between;
    flex-flow: column nowrap;
    max-width:1000px;
    height:800px;
	}
.ComparePackages h2 {
    margin: 0 1rem 1rem;
    margin-top: 0px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
    padding-bottom: 1rem;
}

.ComparePackages .ComparePackages-container {
    display: flex;
}
.ComparePackages .ComparePackages-categories {
    flex: 1;
    margin: 3px;
}
.ComparePackages .ComparePackages--header {
    height: 100px;
}
.ComparePackages .ComparePackages-liveSports, .ComparePackages .ComparePackages-mostPopular, .ComparePackages .ComparePackages-standaloneInternet{
height:100%;
}
.ComparePackages .ComparePackages--agreement p, .ComparePackages .ComparePackages--channels p, .ComparePackages .ComparePackages--devices p, .ComparePackages .ComparePackages--goodFor p, .ComparePackages .ComparePackages--internetSpeed p, .ComparePackages .ComparePackages--noOfChannels p, .ComparePackages .ComparePackages--pricing p{

    font-size:.875rem;
}
.ComparePackages .ComparePackages--agreement, .ComparePackages .ComparePackages--channels, .ComparePackages .ComparePackages--devices, .ComparePackages .ComparePackages--goodFor, .ComparePackages .ComparePackages--internetSpeed, .ComparePackages .ComparePackages--noOfChannels, .ComparePackages .ComparePackages--pricing {
    display: flex;
    align-items: center;
    padding: 0 0 0 8px;
    min-height: 48px;
}
.CheckAvailability_compare {
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.ComparePackages .ComparePackages-category {
    font-weight: 700;
    flex-basis: 40%;
    margin: 3px;
}
.ComparePackages h3 {
font-size:1.125rem;
line-height:1.5rem;        
}
.o2omobileContent, .checkAvailabilityMobileO2O{
    	display:none;
}

@media screen and (min-width: 40em){

.ComparePackages .ComparePackages-category {
    text-align: right;
    flex: 1;
}

.ComparePackages h2 {
    padding-bottom: 1.5rem;
	font-size: 2rem;
	margin: 0 1rem 1rem;
}
.ComparePackages .ComparePackages-liveSports h3, .ComparePackages .ComparePackages-mostPopular h3, .ComparePackages .ComparePackages-standaloneInternet h3 {
    padding: 8px;
}	
.ComparePackages .ComparePackages-liveSports, .ComparePackages .ComparePackages-mostPopular, .ComparePackages .ComparePackages-standaloneInternet {
    flex: 2;
    margin: 3px;
    background-color: #d8d8d8;
}
.ComparePackages .ComparePackages--agreement, .ComparePackages .ComparePackages--channels, .ComparePackages .ComparePackages--devices, .ComparePackages .ComparePackages--goodFor, .ComparePackages .ComparePackages--internetSpeed, .ComparePackages .ComparePackages--noOfChannels, .ComparePackages .ComparePackages--pricing {
    min-height: 75px;
}
}
@media (min-width: 768px) and (max-width:1024px) {
.h2-text{
    margin-top:-63%;
    padding-top: 10px;
    width:50%;
}
#deskimg1:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 1.3%;
    right: 0px;
    height:300px;
    width: 30.5%;
    background-image: linear-gradient(rgb(0, 0, 0), rgba(31, 31, 31, 0));
    opacity: 1;
}
#deskimg1:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
#deskimg2:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 34%;
    right: 0px;
    height:300px;
    width: 30%;
    background-image: linear-gradient(90deg,rgba(0,0,0,.9),rgba(31,31,31,0));
    opacity: 1;
 }
#deskimg2:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
#deskimg3{background-position: 70% 40%;
 background-size: 284%;}
 #deskimg3:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 66%;
    right: 0px;
    height:300px;
    width: 30%;
    background-image: linear-gradient(#000,rgba(31,31,31,0));
    opacity: 1;
    }
    #deskimg3:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

}
  @media (min-width: 320px) and (max-width: 767px) {
	.img-tab{width:100%;}
    .h2-text{width: 50%;padding-top: 25px;margin-top:0px;}
.imageTab {
        display: block;}
    .o2omobileContent{display:block;padding-top: 30px;}
	.img-wrepper,.checkAvailabilityO2O{display:none;}
    .SceneWidth.o2odesktopContent{display:none;}
	.tabImageContent.div.Hero--contentOverlayLight{display:none;}
    .img-wrepper {margin-right: 2%;}
    .m-tab{overflow:hidden;}
    .mob-img-tab{height:300px;width:100%;margin-bottom:3px;background-position: 72% 67%; }
	.ButtonHeaderMobile{height:200px;width:100%;margin-bottom:3px;background-position: 72% 67%;}
	.buttonHeaderTitle{width: 50%;padding-left: 10px;padding-top: 10px;}
    .imgmobileLink{display:block;}
	.imgdesktopLink{display:none;}
	.ModalImage--Primary {
        background: linear-gradient(90deg,rgba(0,0,0,.75),rgba(31,31,31,0));
        background-position: 80% 60%;
        position: relative;
	}
	.ModalImage.ModalImage--Secondary, .ModalImage.ModalImage--Tertiary{ 
        background-position: 80% 60%;
        background-size: 100%;
        position: relative;}
	.checkAvailabilityMobileo2o{    
        bottom: 0;
        position: fixed;
        width: 93%;
        z-index: 200;
        overflow: hidden;background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;}

.ModalText{
    height : 850px;
    }
.submit-cta{
     width: 50%;
   	 padding: 4%;
}

 .store,.store-id {
          margin-left: 25px;
   	  	  width: 85%;
          height: 100px;
        }
    .o2oFiosLogo{
        height: 100px;
    	padding-top: 20px;
    }

    .store-row {
    	height: 200px;
	}
	.store-row.reduceFormHeight {
    	height: 0px;
	}

    #Dropdown-list{
        width: 85%;
    }

    .select-store, .store-id-input {
    	 width: 100%;
	}

	#mobimg3{
    	    background-position: 75% 30%;
    		background-size: 150%;}

	#mobimg2{
    background-position: 80% 50%;
    background-size: 150%;}
	#mobimg1{
    background-position: 80% 60%;
    background-size: 130%;}
	#mobimg1:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 300px;
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0), rgba(31, 31, 31, 0));
    opacity: 1;
	}
	#mobimg1:hover::before {
    opacity: 0;
    transition: opacity .3s
	}

	#mobimg2:before {
    content: "";
    position: absolute;
    top: 300px;
    left: 0px;
    right: 0px;
    height:250px;
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0), rgba(31, 31, 31, 0));
    opacity: 1;
	}

	#mobimg3:before {
    content: "";
    position: absolute;
    top: 600px;
    left: 0px;
    right: 0px;
    height:250px;
    width: 100%;
    background-image: linear-gradient(rgb(0, 0, 0), rgba(31, 31, 31, 0));
    opacity: 1;
	}


  }


/*Compare Packages mobile overlay*/
.ComparePackages--agreement, .ComparePackages--channels, .ComparePackages--devices, .ComparePackages--goodFor,.ComparePackages--internetSpeed, .ComparePackages--noOfChannels, .ComparePackages--pricing {
    display: flex;
    align-items: center;
    padding: 0 0 0 8px;
    margin: -1rem 0;
    min-height: 48px;
    margin-bottom: 8px;
}
.ComparePackages--pricing p {
    margin: 10px 0;
}
.ComparePackages-category {
    font-weight: 700;
    flex-basis: 40%;
    margin: 3px;
}
.Bar.Bar--secondary {
    border-top: 1px solid #e7e7e7;
    padding-bottom: 0;
    padding-top: 10px;
}
@font-face {
  font-family: vzicons;
  src: url("learn/fonts/icon-fonts/vzicons.woff") format("woff"), url("learn/fonts/icon-fonts/vzicons.tff") format("truetype");
  font-weight: 400;
}


.a11y-tooltip {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}

.a11y-tooltip.text-tooltip {
  width: auto
}

#tooltip .tooltip-close {
  font-size: 1.3rem !important;
}

.a11y-tooltip.text-tooltip a {
  text-decoration: underline
}

.tooltipnew {
  display: none;
}

.a11y-tooltip.text-tooltip a {
  text-decoration: underline
}

.a11y-tooltip a:first-of-type {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 4px;
}

.background-black .a11y-tooltip>a::before,
.color_ff .a11y-tooltip>a::before {
  border-color: #fff
}

.a11y-tooltip>a::before {
  content: " ";
  width: 100%;
  height: 100%;
  display: inherit;
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIHN0cm9rZT0nIzAwMCcgZD0nTTggMWE3IDcgMCAwIDAtNyA3IDcgNyAwIDAgMCA3IDcgNyA3IDAgMCAwIDctNyA3IDcgMCAwIDAtNy03eicvPjxwYXRoIGZpbGw9JyMwMDAnIGZpbGwtcnVsZT0nbm9uemVybycgZD0nTTcuMDk5IDEzVjcuMTE3SDguOVYxM3pNOC45MDEgNS4xNDdINy4xVjMuNTNIOC45djEuNjE2eicvPjwvZz48L3N2Zz4=")
}

.background-black .a11y-tooltip>a::before,
.color_ff .a11y-tooltip>a::before {
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIHN0cm9rZT0nI0ZGRicgZD0nTTggMWE3IDcgMCAwIDAtNyA3IDcgNyAwIDAgMCA3IDcgNyA3IDAgMCAwIDctNyA3IDcgMCAwIDAtNy03eicvPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgZD0nTTcuMDk5IDEzVjcuMTE3SDguOVYxM3pNOC45MDEgNS4xNDdINy4xVjMuNTNIOC45djEuNjE2eicvPjwvZz48L3N2Zz4=")
}

.a11y-tooltip.text-tooltip a:first-of-type {
  width: auto;
  height: auto;
  display: inline-block
}

.a11y-tooltip.text-tooltip>a::before {
  display: none
}

.a11y-hidden {
  position: absolute;
  margin: -1px 0 0 -1px;
  padding: 0;
  display: block;
  width: 1px;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  outline: 0
}

a[rel=tooltip] {
  vertical-align: bottom
}

#tooltip {
  color: #000;
  background: #fff;
  position: absolute;
  z-index: 10010;
  padding: 15px;
  width: 270px;
  border: 1px solid #000;
  text-align: left
}

#tooltip .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: none;
  background: #fff;
  width: 12px;
  height: 12px;
  transform: rotate(-135deg);
  content: '';
  position: absolute;
  bottom: -6px
}

#tooltip.arrow-top .tooltip-arrow {
  bottom: auto;
  top: -7px;
  transform: rotate(45deg)
}

#tooltip .tooltip-close {
  border: 0;
  background: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 5px;
  color: #000;
}

p.text-large.margin-bottom-large {
  display: inline-block;
}

#tooltip .tooltip-content {
  font-family: BrandFont, Arial, sans-serif;
}

@media screen and (max-width: 767px) {
  #tooltip .tooltip-close {
    font-size: 1.3rem !important;
  }

  .mobileColor_ff .a11y-tooltip>a::before {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIHN0cm9rZT0nI0ZGRicgZD0nTTggMWE3IDcgMCAwIDAtNyA3IDcgNyAwIDAgMCA3IDcgNyA3IDAgMCAwIDctNyA3IDcgMCAwIDAtNy03eicvPjxwYXRoIGZpbGw9JyNGRkYnIGZpbGwtcnVsZT0nbm9uemVybycgZD0nTTcuMDk5IDEzVjcuMTE3SDguOVYxM3pNOC45MDEgNS4xNDdINy4xVjMuNTNIOC45djEuNjE2eicvPjwvZz48L3N2Zz4=") !important;
  }

  .mobileColor_00 .a11y-tooltip>a::before {
    background-image: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNicgaGVpZ2h0PScxNicgdmlld0JveD0nMCAwIDE2IDE2Jz48ZyBmaWxsPSdub25lJyBmaWxsLXJ1bGU9J2V2ZW5vZGQnPjxwYXRoIHN0cm9rZT0nIzAwMCcgZD0nTTggMWE3IDcgMCAwIDAtNyA3IDcgNyAwIDAgMCA3IDcgNyA3IDAgMCAwIDctNyA3IDcgMCAwIDAtNy03eicvPjxwYXRoIGZpbGw9JyMwMDAnIGZpbGwtcnVsZT0nbm9uemVybycgZD0nTTcuMDk5IDEzVjcuMTE3SDguOVYxM3pNOC45MDEgNS4xNDdINy4xVjMuNTNIOC45djEuNjE2eicvPjwvZz48L3N2Zz4=") !important;
  }
}
#show-adr-comp{
display: none;
}
.desk-display{
display :block;
}
.desk-comp-margin-right{
float :right;
margin-top :10px;
}

.mob-display{
display :none;
}
@media (max-width: 768px){
	.desk-display{
display :none;
}
.desk-comp-margin-right{
float :none !important;
margin-top :24px;
}
.mob-display{
display :block;
}
.mob-contentOverlayLight{
 display: inline-block;
padding :10px;
background-color: #e4e5e3;
}
}

body {
	position: relative;
}

/* Main Caontainer */
.cmb-container {
  max-width: 61.5rem;
  margin: 0 auto;
  padding: 0 0.5625rem;
} 

.device-ios.device-tablet.lq.no-scroll,
.device-ios.device-mobile.lq.no-scroll,
.device-ios.device-tablet.lq .no-scroll,
.device-ios.device-mobile.lq .no-scroll {
	height: 100% !important;
}


/*GHF*/
 
#scbresheader,
#scbrestopnavrow2,
.scbresmenupad,
#scbresnavmenu .tier03 .container,
.scbvzt div.scbminimap .scbwrapper,
#gf_footer .top,
#gf_footer .gb {
	max-width: 984px !important;
}

.fixer,
.clear {
	display: block;
	clear: both;
	overflow: hidden;
	width: auto;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}


/*Atlas Template*/

.vzrf .wrap:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


/*Aims Chat*/

#aimsChatIcon {
	max-width: 984px;
	margin: auto;
	width: 100%;
	display: block;
	text-align: right;
}

#aimsChatIcon img {
	width: 90px;
	margin: 0 18px 0 0;
}

#aimsChatIconUnavailable {
	display: none !important;
}


/* VZRF upgrades */
.tooltip_x:before,
.tooltip_x:hover::before,
.modal_x::before,
.modal_x:hover::before {
	color: #000;
	content: '\e65b';
}


/*Modal*/

.w_modal.lq .modal_content {
	padding: 18px 6px 6px 6px;
}

.w_modal.lq .modal-iframe-wrapper iframe {
	height: 100%;
}


/*Hero Widget*/

.widget_hero.cmb-carousel .carousel_list li {
	list-style-type: none;
}

.widget_carousel.cmb-carousel .price,
.widget_carousel.cmb-carousel .month {
	color: #000;
}


/* Holiday Offer */

.widget_carousel.cmb-carousel .section_creative .subheadline {
	display: none;
}

.widget_carousel.cmb-carousel .holiday_offer h1.headline {
	font-size: 3rem !important;
	line-height: 3.125rem !important;
}

.widget_carousel.cmb-carousel .holiday_offer .headline {
	color: #fff;
}

.widget_carousel.cmb-carousel .holiday_offer .headline+p,
.widget_carousel.cmb-carousel .holiday_offer .headline+p+p {
	margin: 0
}

.widget_carousel.cmb-carousel .holiday_offer .holiday_text,
.widget_carousel.cmb-carousel .holiday_offer_v2 .holiday_text {
	display: none;
}

.widget_carousel.cmb-carousel .holiday_offer .price,
.widget_carousel.cmb-carousel .holiday_offer_v2 .price {
	color: #000;
}

.widget_carousel.cmb-carousel .holiday_offer .month,
.widget_carousel.cmb-carousel .holiday_offer_v2 .month {
	color: #000;
}

.widget_carousel.cmb-carousel .holiday_offer_v2 .section_creative .headline {
	display: none !important;
}

.widget_carousel.cmb-carousel .holiday_offer_v2 .section_offer .headline {
	display: block !important;
	color: #fff !important;
}

.widget_carousel.cmb-carousel .holiday_offer_v2 .section_offer .subheadline {
	display: none !important;
}

.widget_carousel.cmb-carousel .holiday_offer_v2 .headline+p,
.widget_carousel.cmb-carousel .holiday_offer_v2 .headline+p+p {
	margin: 0;
}


/* Proactive Targeting */

.ribbon-container {
	position: relative;
	background-color: #000;
	font-weight: 400;
	min-height: 42px;
	color: #FFF;
	font-family: BrandFont, Arial, sans-serif;
}


/* @media only screen and (max-width: 30.0625rem) { .ribbon-container {padding:10px 15px;}} */

.ribbon-container .cmb-container {
	max-width: 984px;
	margin: 0 auto;
	padding: 0 9px;
	position: relative;
}

.ribbon-text {
	font-weight: 400;
	line-height: 1.1em;
	font-size: 1.25em;
	max-width: 80rem !important;
	float: none;
	margin: auto;
}

.ribbon-text .arrow-icon {
	color: #FFF;
	cursor: pointer;
}

.offer_return .modal_header {
	padding: 0;
	border: 1px solid #fff;
	display: none;
}

.device-desktop.browser-name-internet-explorer.browser-version-11 .offer_return .modal_content {
	overflow: hidden;
}

.offer_return .modal_content {
	margin: 0 !important;
	padding: 0;
	overflow: auto;
}

.offer_return .modal_content a.share {
	text-decoration: none;
	margin-right: 6px;
}

.offer_return .modal_content .legal {
	border-top: 1px solid #ccc;
	padding: 4px;
	margin: 11px 0 0 0;
}

.ribbon-container .bonus_icon {
	width: 22px;
	margin: 0;
}

.ribbon-container .icon_wrapper {
	position: absolute;
	width: 30px;
	padding: 0;
	top: 33%;
	height: 42px;
}

.ribbon-container .text_wrapper {
	padding-left: 30px;
	display: table-cell;
	height: 42px;
	vertical-align: middle;
}

.ribbon-container .text_wrapper a {
	color: #fff;
	white-space: nowrap;
}

.offer_return .proactive-banner {
	height: 100%;
	min-height: 380px;
}


/* .offer_return .proactive-text, .offer_return .proactive-text .modal_content {height:100% !important;} */


/* Feature Banner */

.widget_carousel .feature {
	background-size: cover;
	background-repeat: no-repeat;
	max-width: 100% !important;
	min-height: 700px;
	padding: 0 6.7% !important;
	margin: 0 !important;
}


/* Offer Banner */

.widget_carousel.cmb-carousel .dark-bg .headline+p,
.widget_carousel.cmb-carousel .light-bg .headline+p,
.widget_carousel.cmb-carousel .dark-bg .headline+p+p,
.widget_carousel.cmb-carousel .light-bg .headline+p+p {
	margin: 0;
}

.widget_carousel.cmb-carousel .dark-bg.offer-text-white .section_creative .subheadline {
	display: block !important;
	margin-top: 1rem;
}

.widget_carousel.cmb-carousel .dark-bg.offer-text-white .section_creative .subheadline strong {
	font-size: 1.5rem !important;
	line-height: 1.8rem !important;
}

.widget_carousel.cmb-carousel .dark-bg.offer-text-white .section_offer .subheadline {
	display: none !important;
}

.widget_carousel.cmb-carousel .dark-bg.offer-text-white {
	background-image: none;
	background-color: #000 !important;
	color: #FFF !important;
}

.widget_carousel.cmb-carousel .dark-bg.offer-text-white a.button {
	color: #000 !important;
	background: #fff !important;
}

.widget_carousel.cmb-carousel .light-bg.offer-text-black {
	background-image: none;
	background-color: #FFF !important;
	color: #000 !important;
}

.widget_carousel.cmb-carousel .light-bg.offer-text-white .section_creative .subheadline {
	display: block !important;
	margin-top: 1rem;
}

.widget_carousel.cmb-carousel .light-bg.offer-text-white .section_creative .subheadline strong {
	font-size: 1.5rem !important;
	line-height: 1.8rem !important;
}

.widget_carousel.cmb-carousel .light-bg.offer-text-white .section_offer .subheadline {
	display: none !important;
}


/*******LQ Autocmplete Start***************/

.ui-autocomplete {
	list-style: none;
	height: 16rem;
	overflow: auto;
}

#lrzipcode,
.ui-autocomplete-input {
	font-size: 0.750rem !important;
}

@media (min-width: 48rem) {
	.ui-autocomplete {
		width: 30% !Important;
	}
	#lrzipcode,
	.ui-autocomplete-input {
		font-size: 0.925rem !important;
	}
}

.ui-menu-item-wrapper.ui-state-active {
	border: 0px;
	background: inherit;
}

.ui-autocomplete li.ui-menu-item {
	border-bottom: 0.062rem solid #ccc;
	padding: 0.625rem 0.9375rem;
}


/*******LQ Autocmplete End***************/


/*******PRICE LOCKUP***************/


/*.price-new .p-number{font-size:40px !important;}*/


/*******PRICE LOCKUP***************/


/*.price-new .p-number{font-size:2.5rem ; font-weight:bold !important;}
.price-new sup {font-size: 1.125rem; vertical-align: top; line-height: 2.2rem; font-weight:bold !important;}*/

.price-new .p-number {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.3rem;
}

.price-new .p-per {
	line-height: inherit !important;
	margin-right: -4px !important;
}

.price-new sup {
	font-size: 1.125rem;
	vertical-align: top;
	font-weight: bold;
	line-height: normal;
	letter-spacing: -0.25px;
}

.oldprice {
	font-size: 0.875 rem;
	vertical-align: top;
	font-weight: bold;
}

.oldprice.pricestrike sup {
	font-size: 0.625rem;
	letter-spacing: -2px;
}

.plan-guarantee {
	font-size: 16px;
	margin-bottom: 0.5625rem;
	font-weight: bold;
}

.plan-discription {
	font-size: 1.125rem;
	margin-bottom: 0.375rem;
	font-weight: bold;
}

.offer-price.font-L .p-number {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 2.5rem;
}

.offer-price.font-L sup {
	font-size: 1.125rem;
	vertical-align: 52%;
	letter-spacing: -2px;
	font-weight: bold;
}

.offer-price.pricestrike sup {
	font-size: 0.625rem;
	letter-spacing: -2px;
	vertical-align: 17%;
}

.offer-price.strike {
	color: #959595;
}

.offer-price sup,
.offer-price.strike sup {
	font-size: 0.675rem;
}


/*******PRICE LOCKUP***************/


/********** Media Queries **********/

@media (min-width:480px) {
	.layout_b .bonus {
		position: relative;
		top: 18px;
		left: -50px;
	}
}

@media (max-width: 767px) {
	/*Carousel Widget*/
	.widget_carousel.cmb-carousel .w_carousel {
		min-height: 25rem !important;
		overflow-y: hidden;
		max-height: none !important;
	}
	.widget_carousel.cmb-carousel .w_carousel .padding-vert-xlarge {
		padding: 0 !important;
	}
	.widget_carousel .cmb-promotions {
		max-height: none;
	}
	/*Deals Widget*/
	.widget_deals {
		height: auto !important;
		padding: 20px 0;
	}
	.widget_deals .w_carousel {
		background: none;
	}
	.widget_deals .w_carousel .carousel_item {
		height: auto !important;
	}
	.widget_deals .w_carousel .carousel_item a.button {
		margin-bottom: 0 !important;
	}
	.widget_deals.layout_b {
		padding: 0 0 20px 0;
	}
	.widget_deals .cmb-deals-trigger.vzicon.circled,
	.cmb-deals-trigger.vzicon.circled {
		display: none;
	}
	/*Modal*/
	body.no-scroll {
		overflow: hidden;
		/*position: fixed;*/
		width: 100%;
	}
	/* GHP Offer Banner */
	.widget_carousel.cmb-carousel .dark-bg.offer-text-white *,
	.widget_carousel.cmb-carousel .dark-bg.offer-text-white ul.ul-list li::before {
		color: #FFF !important;
	}
	/* Fios Offer */
	.widget_carousel.cmb-carousel .fios-offer *,
	.widget_carousel.cmb-carousel .fios-offer ul.ul-list li::before {
		color: #FFF !important;
	}
	.widget_carousel.cmb-carousel .fios-offer {
		background: #000 !important;
	}
	.widget_carousel.cmb-carousel .fios-offer a.button {
		color: #000 !important;
		background: #fff !important;
	}
	/* GHP Holiday Offer */
	.widget_carousel.cmb-carousel .holiday_offer {
		background: none !important;
	}
	.widget_carousel.cmb-carousel .holiday_offer h3.headline {
		color: #000;
		/*margin-bottom:0;*/
	}
	.widget_carousel.cmb-carousel .holiday_offer_v2 {
		background: none !important;
	}
	.widget_carousel.cmb-carousel .holiday_offer_v2 .section_offer .headline {
		color: #000 !important;
	}
	/* GHP Feature Banner */
	.widget_carousel .feature {
		min-height: 25rem !important;
	}
	.widget_carousel .feature.no-bg-mobile {
		background: none !important;
	}
	.device-ios .modal-iframe-wrapper.lq {
		-webkit-overflow-scrolling: touch;
		overflow-y: scroll;
	}
}

@media (min-width: 768px) {
	/*GHP Carousel Widget*/
	.widget_carousel.cmb-carousel .carousel_item {
		padding: 0 2px;
		width: 100%;
		display: table;
	}

	 .widget_carousel.cmb-carousel .carousel_item {
	 	position: relative;
	 }

	.widget_carousel.cmb-carousel .section_creative {
		padding-left: 1.5rem;
	}
	.widget_carousel.cmb-carousel .section_offer {
		padding-right: 4.5rem;
	}
	.widget_carousel.cmb-carousel .w_carousel {
		height: 43.75rem !important;
	}
	.widget_carousel.cmb-carousel .w_carousel .row {
		margin-top: 0;
	}
	.widget_carousel .cmb-promotions {
		display: table-cell;
		vertical-align: middle;
		table-layout: fixed;
		width: 100%;
	}
	.widget_carousel .cmb-promotions .section_creative .subheadline {
		display: none !important;
	}
	/* GHP Offer Banner */
	.widget_carousel.cmb-carousel .offer-text-white *,
	.widget_carousel.cmb-carousel .offer-text-white ul.ul-list li::before {
		color: #FFF !important;
	}
	.widget_carousel.cmb-carousel .offer-text-black *:not(.button),
	.widget_carousel.cmb-carousel .offer-text-black ul.ul-list li::before {
		color: #000 !important;
	}
	.widget_carousel.cmb-carousel .offer-text-white .button {
		background: #fff !important;
		color: #000 !important;
	}
	/* Fios Offer */
	.widget_carousel.cmb-carousel .fios-offer *,
	.widget_carousel.cmb-carousel .fios-offer ul.ul-list li::before {
		color: #FFF !important;
	}
	.widget_carousel.cmb-carousel .fios-offer .button {
		background: #fff !important;
		color: #000 !important;
	}
	/* for WER 2017061201*/
	.widget_deals.layout_b p.text-small.grey-2.margin-bottom-zero {
		width: 80%;
	}
	div.columns.tiny-12.medium-4.large-5 ul {
		margin-left: 0px !important;
	}
	.widget_hero p.text-small.text-grey-2 {
		width: 70%
	}
	.cmb-container p.text-small.text-grey-2.margin-bottom-zero {
		width: 70%
	}
	/* for WER 2017061201*/
	/*Hero Widget*/
	.widget_hero.cmb-carousel .w_carousel {
		height: auto !important;
		padding-bottom: 20px;
	}
	/*Deals Widget*/
	.widget_deals {
		height: auto !important;
		padding: 40px 0;
	}
	.widget_deals ul.carousel_list ul.ul-list li {
		width: 100% !important;
	}
	.widget_deals .w_carousel {
		height: 100% !important;
		margin: 0 !important;
		background: none;
	}
	.widget_deals ul.carousel_list {
		width: auto !important;
		height: 100% !important;
		transform: translate(0px, 0px) !important;
		list-style-type: none;
	}
	.widget_deals.layout_b ul.carousel_list li .button,
	.widget_deals ul.carousel_list li a.button {
		max-width: 96% !important;
	}
	/* two offer items */
	.widget_deals ul.carousel_list li:nth-child(2):nth-last-child(4)~li {
		width: 50% !important;
	}
	/* two offer items - layout B*/
	.widget_deals.layout_b {
		padding: 0;
	}
	.widget_deals.layout_b p.text-small.grey-2.margin-bottom-tiny {
		width: 80%;
	}
	.widget_deals.layout_b .cmb-deals-trigger.vzicon.circled {
		display: none;
	}
	.widget_deals.layout_b h4 {
		font-size: 3rem;
		line-height: 3.125rem;
		margin-top: 0;
	}
	.widget_deals.layout_b ul.carousel_list li:nth-child(3),
	.widget_deals.layout_b ul.carousel_list li:nth-child(4) {
		overflow: visible;
		max-height: none;
	}
	.widget_deals.layout_b ul.carousel_list li.carousel_item ul.tiny-block-grid-4>li {
		width: 25% !important;
		padding-bottom: 0;
	}
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4),
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4)~li {
		width: 50% !important;
	}
	.widget_deals.layout_b ul.carousel_list li:first-child~li ul.ul-list>li {
		width: 100% !important;
	}
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4) a.button,
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4)~li a.button {
		max-width: 76% !important;
	}
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4) .h4.text-brand-1,
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4)~li .h4.text-brand-1 {
		font-size: 2.25rem;
		line-height: 2.375rem;
	}
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4) img.center,
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(4)~li img.center {
		width: 80%;
		margin: 0 !important;
	}
	/*.widget_deals.layout_b .carousel_item .h4.text-brand-1 {font-size: 2.25rem;line-height: 2.375rem;}
				.widget_deals.layout_b .carousel_item img.center {width:80%;margin:0 !important;}
				*/
	/* three items */
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(5),
	.widget_deals.layout_b ul.carousel_list li:first-child:nth-last-child(5)~li {
		width: 33.3333% !important;
	}
	.widget_deals ul.carousel_list li {
		position: relative;
	}
	.widget_deals ul.carousel_list li:first-child {
		display: none;
	}
	.widget_deals ul.carousel_list li:last-child {
		display: none;
	}
	.widget_deals ul.carousel_list li:nth-child(2) {
		margin: 0 0 40px 0;
	}
	.widget_deals ul.carousel_list li ul li {
		margin: 0 !important;
		display: block !important;
	}
	.widget_deals ul.carousel_list li:nth-child(3) {
		width: 33.33333333% !important;
	}
	.widget_deals ul.carousel_list li:nth-child(4) {
		width: 33.33333333% !important;
	}
	.widget_deals ul.carousel_list li:nth-child(5) {
		width: 33.33333333% !important;
	}
	.widget_deals ul.carousel_list li>ul.spaced-small li {
		border: none;
	}
	.widget_deals .carousel_pager {
		display: none;
	}
	.widget_deals ul.carousel_list .startingoffer h4 {
		font-size: 3rem;
		line-height: 3.125rem;
	}
	.widget_deals ul.carousel_list li .tiny-block-grid-4>li {
		width: 25% !important;
		padding-bottom: 0;
	}
	.widget_deals ul.carousel_list .startingoffer.left,
	.widget_deals ul.carousel_list .startingoffer.right {
		float: none !important;
	}
	.widget_deals ul.carousel_list .startingoffer.left .offerdetail {
		float: left;
	}
	.widget_deals ul.carousel_list .startingoffer.left .image {
		float: left;
		padding-left: 40px;
	}
	.widget_deals ul.carousel_list .startingoffer.right .offerdetail {
		float: right;
		padding-left: 40px;
	}
	.widget_deals ul.carousel_list .startingoffer.right .image {
		float: left;
	}
	.widget_deals ul.carousel_list li div.cta {
		min-height: 72px;
	}
	.widget_deals ul.carousel_list li .button,
	.widget_deals ul.carousel_list li a.button {
		position: absolute;
		bottom: 0;
	}
	.widget_deals ul.carousel_list li:nth-child(3),
	.widget_deals ul.carousel_list li:nth-child(4),
	.widget_deals ul.carousel_list li:nth-child(5) {
		overflow: hidden;
		max-height: 0;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 0;
		margin-bottom: 0;
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		-webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		-o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
		transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
	}
	.widget_deals ul.toggle_info li:nth-child(3),
	.widget_deals ul.toggle_info li:nth-child(4),
	.widget_deals ul.toggle_info li:nth-child(5) {
		-moz-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-moz-transition-timing-function: ease-in;
		-webkit-transition-timing-function: ease-in;
		-o-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		max-height: 1000px;
		overflow: hidden;
	}
	.widget_deals .cmb-deals-trigger.vzicon.circled {
		display: inline-block;
		position: relative;
		cursor: pointer;
		z-index: 1;
		top: 60px;
	}
	.layout_b .bonus {
		position: relative;
		top: 18px;
		left: -50px;
	}
	/* Holiday Offer */
	.widget_carousel.cmb-carousel .holiday_offer .section_creative {
		margin-top: 60px;
		padding-right: 0 !important;
	}
	.widget_carousel.cmb-carousel .holiday_offer .section_offer {
		display: table-cell;
		height: 700px;
		float: none;
		/*! vertical-align: bottom; */
		padding-top: 50px;
	}
	.widget_carousel.cmb-carousel .holiday_offer .section_creative .subheadline {
		color: #fff;
		margin: 1rem 0;
		display: block !important;
	}
	.widget_carousel.cmb-carousel .holiday_offer .section_offer .subheadline {
		display: none !important;
	}
	/* Fios Offer */
	.widget_carousel.cmb-carousel .fios-offer .section_creative {
		margin-top: 60px;
		padding-right: 0 !important;
	}
	.widget_carousel.cmb-carousel .fios-offer .section_offer {
		display: table-cell;
		height: 700px;
		float: none;
		vertical-align: bottom;
		padding-bottom: 50px;
	}
	.widget_carousel.cmb-carousel .fios-offer .section_creative .subheadline {
		color: #fff;
		margin: 1rem 0;
		display: block !important;
	}
	.widget_carousel.cmb-carousel .fios-offer .section_offer .subheadline {
		display: none !important;
	}
	/* for text black and white */
	.widget_carousel.cmb-carousel .offer-text-white *,
	.widget_carousel.cmb-carousel .offer-text-white ul.ul-list li::before {
		color: #FFF !important;
	}
	.widget_carousel.cmb-carousel .offer-text-black *:not(.button),
	.widget_carousel.cmb-carousel .offer-text-black ul.ul-list li::before {
		color: #000 !important;
	}
	/* .widget_carousel.cmb-carousel .text-small.text-grey-2 {width: 300px !important;} */
	.widget_carousel.cmb-carousel .dark-bg.offer-text-white .section_offer,
	.widget_carousel.cmb-carousel .light-bg.offer-text-black .section_offer {
		vertical-align: middle;
		padding-top: 100px;
	}
	.widget_carousel.cmb-carousel .dark-bg.offer-text-white .section_creative,
	.widget_carousel.cmb-carousel .light-bg.offer-text-black .section_creative {
		margin-top: 100px;
		padding-left: 2rem;
		padding-right: 4rem !important;
	}
	.holiday_offer.offer-text-black .section_offer .medium-12 {
		background: rgba(255, 255, 255, 0.8);
		padding: 20px 30px 0px 30px;
		width: 310px !important;
	}
	.holiday_offer.offer-text-white .section_offer .medium-12 {
		background: rgba(0, 0, 0, 0.6);
		padding: 20px 30px 0px 30px;
		width: 310px !important;
	}
	/* Feature banner */
	.cmb-container.feature .row {
		display: table;
		table-layout: fixed;
		width: 100%;
		padding-left: .5rem !important;
		padding-right: 1rem !important;
		max-width: 61.5rem;
		margin: 0 auto;
	}
	.cmb-container.feature .row .feature-container {
		display: table-cell;
		vertical-align: middle;
		height: 700px;
		width: 100%;
	}
	/* Proactive Targeting */
	.offer_return.w_modal {
		display: table;
		min-height: 380px;
	}
	.offer_return.w_modal .proactive-text,
	.offer_return.w_modal .proactive-banner,
	.offer_return.w_modal .proactive-banner+.columns {
		display: table-cell !important;
		float: none !important;
	}
}

@media (min-width:1149px) {
	/* Fix for - GHP Carousel left aligns and then centers. */
	.widget_carousel .cmb-container {
		max-width: 100%;
		margin: 0 6.7%;
	}
}


/* Learn Reskin overrides */

input[type="checkbox"]:checked+label:before,
input[type="checkbox"]:hover+label:before,
input[type="radio"]:checked+label:before,
input[type="radio"]:hover+label:before {
	color: #000;
}

a,
a:hover,
a:visited,
a:active,
a:focus {
	color: #000;
	text-decoration: underline;
}

.cmb-deals-trigger.icon-plus-alt:after,
.cmb-deals-trigger.icon-clear:after {
	color: #000;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	color: #000;
}

.text-brand-1 {
	color: #000 !important;
}

.button,
a.button {
	color: #fff;
	background: #000;
	width: auto;
	padding: .65rem 2.5rem .65rem 2.5rem;
	font-size: 0.875rem;
	text-decoration: none !important;
	min-height: 0;
	border-radius: 25px;
}

.button.text-black,
a.button.text-black {
	background: #fff;
	color: #000;
}

.button.text-black:hover,
a.button.text-black:hover {
	background: #fff;
	color: #000;
}

.button.text-black:focus,
a.button.text-black:focus {
	color: #000;
	background: #fff;
}

.button.cta-text,
a.button.cta-text {
	font-size: 1rem;
	background: none;
}
a.button.bg-red-text-white
a.button.bg-red-text-white:hover,
a.button.bg-red-text-white:focus,
.button.bg-red-text-white,
.button.bg-red-text-white:hover,
.button.bg-red-text-white:focus{
	color: #fff;
	background: #cd040b;
}


a.button.bg-white-text-red
a.button.bg-white-text-red:hover,
a.button.bg-white-text-red:focus,
.button.bg-white-text-red,
.button.bg-white-text-red:hover,
.button.bg-white-text-red:focus{
	color: #cd040b;
	background:  #fff;
}

a.button.bg-red-text-red
a.button.bg-red-text-red:hover,
a.button.bg-red-text-red:focus,
.button.bg-red-text-red,
.button.bg-red-text-red:hover,
.button.bg-red-text-red:focus{
	background: #cd040b;
	color: #fff;
}


a.button.bg-transparent-text-black
a.button.bg-transparent-text-black:hover,
a.button.bg-transparent-text-black:focus,
.button.bg-transparent-text-black,
.button.bg-transparent-text-black:hover,
.button.bg-transparent-text-black:focus{
	color: #000;
	background:  transparent;
	border: 1px solid #000;
}

a.button.bg-transparent-text-white
a.button.bg-transparent-text-white:hover,
a.button.bg-transparent-text-white:focus,
.button.bg-transparent-text-white,
.button.bg-transparent-text-white:hover,
.button.bg-transparent-text-white:focus{
	color: #fff;
	background:  transparent;
	border: 1px solid #fff;
}



.cmb-availability-check .button {
	border-radius: 0;
	min-height: 3rem;
	padding-right: 4rem;
}

.cmb-availability-check .button:before {
	content: '\e631';
}

.button.cta-text:before,
a.button.cta-text:before {
	content: '\e631';
	top: 53%;
}

.button.cta-text:hover,
a.button.cta-text:hover,
.button.cta-text:visited,
a.button.cta-text:visited,
.button.cta-text:active,
a.button.cta-text:active,
.button.cta-text:focus,
a.button.cta-text:focus {
	background: none;
	color: #000;
}

.button:focus,
.button:hover,
a.button:focus,
a.button:hover {
	color: #fff;
	background: #000;
}

.button:before {
	content: '';
	font-size: .95rem !important;
}

ul.ul-list li:before {
	color: #000;
}

.cmb-deals-trigger.vzicon:before {
	color: #000 !important;
}

.cmb-sup.blue-bubble {
	background: none;
	color: #000;
	vertical-align: baseline;
	font-size: 100%;
	width: auto;
	height: auto;
}

.cmb-sup.blue-bubble+sup {
	vertical-align: baseline;
	font-size: 100%;
}

.button.cta-text:before,
.button.link-text:before,
a.button.cta-text:before,
a.button.link-text:before {
	color: inherit;
}

.cmb-icon-nav a,
.cmb-icon-nav li span,
.cmb-icon-nav li:hover span {
	text-decoration: none;
	color: #000;
}

.button.cta-text:focus:not(.no-animate):before,
.button.cta-text:hover:not(.no-animate):before,
.button.link-text:focus:not(.no-animate):before,
.button.link-text:hover:not(.no-animate):before,
a.button.cta-text:focus:not(.no-animate):before,
a.button.cta-text:hover:not(.no-animate):before,
a.button.link-text:focus:not(.no-animate):before,
a.button.link-text:hover:not(.no-animate):before {
	color: inherit;
}

.tabs_tab.active {
	color: #000;
	border-bottom-color: #D52B1E;
}

.tabs_tab:hover:not(.active) {
	color: #747676;
}

.tabs_tab:not(.active) {
	color: #747676;
}

.modal_content div.h3 sup {
	vertical-align: baseline;
	font-size: 100%;
	color: #000 !important;
}

.widget_deals .carousel_pager-prev:before,
.widget_deals .carousel_pager-next:before {
	display: none;
}

.button.link-text,
a.button.link-text,
.button.link-text:focus,
.button.link-text:hover,
a.button.link-text:focus,
a.button.link-text:hover {
	color: #000;
	text-decoration: underline;
}

.w_list-control .m_accordion-summary:before,
.w_list-control .m_accordion-summary:hover:before {
	color: #000;
}



.carousel_pager-item {
	border: 1px solid #fff;
}

.carousel_pager-item.active {
	background-color: #000;
	border: 1px solid #fff;
}

.cmb-promotions a {
	text-decoration: underline;
}

.tabs_tab_sticky,
.tabs_tab_sticky a,
.tabs_tab_sticky a:hover {
	text-decoration: none;
	color: #000;
}

.w_modal .modal_x {
	text-decoration: none;
}

input,
textarea {
	color: #777;
}

.tabs_tab_sticky a:hover {
	color: #D52B1E !important;
	border-bottom: 3px solid #D52B1E !important;
}

.w_modal .row li {
	width: auto;
}

a.scrollTop {
	text-decoration: none !important;
}

.section_offer .icon-price-tag.inline-block {
	display: table-cell;
	float: left;
	top: 20px;
}

.section_offer .icon-price-tag~.inline-block {
	display: table-cell;
	width: auto;
}


.w_modal .row li {
	background: none !important;
	padding: 0 !important;
	width: auto !important;
}

ul.ul-list li {
	line-height: 1.65rem;
	position: static !important;
}

ul.ul-list {
	position: relative;
	padding-left: 15px;
	margin-left: 0;
	list-style: none;
}


/* line 405, ../../scss/app/_cmb-residential.scss */

ul.ul-list li {
	line-height: 1.65rem;
}


/* Iframe Loading Image */

#loadingMessage {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	background: #000;
	opacity: .3;
}

#loadingMessage .loader {
	top: 50%;
	margin: 0px auto;
}


/* Iframe Loading Image */


/* line 410, ../../scss/app/_cmb-residential.scss */

ul.ul-list li::before {
	content: "\e620";
	font-family: VZIcons;
	font-size: 6px;
	font-style: normal;
	font-weight: 400;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 0;
}

.com-image {
	float: left;
	width: 40px;
	margin: 3px 6px 0 0;
}

.com-image img {
	width: 100%;
}


/***********************************************************
 			Samsung Offer Styles overlay 
 ************************************************************/
.w_modal.samsung_offer {
	overflow: hidden !important;
}

.samsung_offer .modal_header {
	padding: 1rem;
}

.samsung_offer .modal_content {
	padding: 0 1rem;
}

.samsung_offer .overlay-body-2 {
	margin-top: 40px;
}

.samsung_offer .modal_footer {
	-webkit-box-shadow: 0px -13px 34px -10px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px -13px 34px -10px rgba(0, 0, 0, 0.22);
	box-shadow: 0px -13px 34px -10px rgba(0, 0, 0, 0.22);
}

.samsung_offer .modal_footer .button {
	min-width: 200px;
}

.samsung_offer .overlay-body-1 .samsung-book {
	background: #E4E5E6;
	padding: 20px 20px 20px 20px;
	height: 100%;
	margin: 14px 0 0 0;
}

@media only screen and (max-width: 768px) {
	.samsung_offer .overlay-main {
		max-height: 350px;
	}
}

.modal_footer_s p {
	margin: 0px;
}

.samsung_offer h5 {
	margin: 0.1rem;
}

@media only screen and (min-width: 768px) {
	.samsung_offer {
		min-height: 80vh !important;
	}
	.samsung_offer .overlay-main {
		display: flex;
	}
	.samsung_offer .overlay-body-1 {
		flex: 1;
	}
	.samsung_offer .overlay-body-2 {
		flex: 2;
		padding: 0px 1.8rem;
		max-height: 60vh;
		margin-top: 0;
	}
	.samsung_offer .overlay-body-1 .samsung-book {
		min-height: 700px;
		padding: 70px 20px 20px 20px;
		margin: 40px 0 0 0;
	}
	.samsung_offer .modal_header {
		padding: 1rem 2rem;
	}
	.samsung_offer .modal_content {
		padding: 0 2rem;
	}
}

/***********************************************************
 			Samsung Offer Styles overlay 
 ************************************************************/

@media (max-width: 767px) {
	/*Carousel Widget*/
	.widget_carousel.cmb-carousel .w_carousel {
		background-color: #fff;
	}
	.cmb-availability-check .button {
		padding-top: 0.3rem;
		height: 4rem !important;
	}
	.carousel_item .cmb-container .text-small.text-grey-2 {
		width: 300px !important;
	}
	.carousel_item .cmb-container .hide-for-medium-up .p-80 {
		width: 250px !important;
	}
	.layout_b .carousel_item .text-small.grey-2.margin-bottom-zero {
		width: 300px !important;
	}
}

.layout_b .carousel_item .bold .p-90 {
	width: 350px !important;
}

.layout_b .carousel_item .bold .hide-for-medium-up .p-80 {
	width: 250px !important;
}

.widget_deals .carousel_item .show-for-medium-up .p-90,
.widget_deals .carousel_item .bold .p-90 {
	width: 250px !important;
}

.widget_deals .carousel_item .text-small.grey-2.margin-bottom-zero {
	width: 200px !important;
}

.w_modal.active .modal_content .modal_title {
	height: 15px !important;
}

.widget_deals .carousel_item .widget_title {
	height: 15px !important;
}

.widget_deals .carousel_item .widget_equation {
	height: 30px !important;
}

.cmb-container .tiny-12 .widget_title {
	font-size: 16px !important;
	line-height: 2rem !important;
}

.cmb-container .tiny-12 .widget_equation {
	font-size: 18px !important;
	line-height: 0 !important;
}

@media (min-width:768px) {
	.widget_hero .m_hero .cmb-promotions .show-for-medium-up {
		margin-bottom: 0px !important;
	}
	.widget_hero .m_hero .cmb-promotions .hide-for-medium-up {
		margin-bottom: 0px !important;
	}
	.widget_deals .carousel_item .widget_equation {
		height: 50px !important;
	}
}

@media (min-width:970px) {
	.widget_hero .m_hero .cmb-promotions .show-for-medium-up.text-large {
		margin-bottom: -20px !important;
	}
	.widget_hero .m_hero .cmb-promotions .margin-bottom-small {
		margin-top: 20px !important;
		margin-bottom: -15px !important;
	}
}

@media (max-width:768px) {
	.ribbon-container {
		padding: 10px 15px;
	}
	.widget_hero .m_hero .cmb-promotions .hide-for-medium-up {
		margin-bottom: 0px !important;
	}
	.widget_hero .m_hero .cmb-promotions .hide-for-medium-up .p-90 {
		width: 300px !important;
	}
	.widget_hero .m_hero .cmb-promotions .hide-for-medium-up .headline {
		margin-bottom: 1.5rem !important;
	}
	.widget_hero .m_hero .cmb-promotions .text-small.text-grey-2 {
		width: 300px;
	}
	.widget_hero p.text-small.text-grey-2 {
		width: 250px !important;
	}
	.widget_hero .m_hero .tiny-header-h3 {
		width: 84% !important;
	}
	.widget_hero .m_hero .section_offer {
		width: 43% !important;
	}
	.widget_hero .m_hero .cmb-promotions .margin-bottom-small {
		margin-bottom: 0px !important;
	}
	.widget_hero .m_hero .cmb-promotions .show-for-medium-up {
		margin-bottom: 0px !important;
	}
}


/* MLP Hero */

.m_hero .com-copy {
	width: 210px !important;
}

@media (min-width:768px) {
	.widget_hero .section_offer {
		background: rgba(0, 0, 0, 0.6) !important;
	}
	.widget_hero .m_hero .section_offer .show-for-medium-up {
		width: 85% !important;
		padding-bottom: 20px !important;
	}
	.widget_hero .m_hero p.text-small.text-grey-2 {
		width: 85%
	}
	.widget_hero .m_hero .section_offer {
		width: 33.33%;
		padding-left: 2.75rem !important;
	}
}

@media only screen and (min-width: 30.0625rem) {
	.widget_hero .m_hero .cmb-promotions .block.padding-bottom-small {
		width: 220px !important;
	}
}

@media only screen and (max-width: 500px) {
	.widget_hero .m_hero .section_offer {
		width: 100% !important;
	}
}

@media only screen and (max-width: 750px) and (orientation:landscape) {
	.widget_hero .m_hero .section_offer {
		width: 100% !important;
	}
}

.text-grey-2 {
	color: black !important;
}


/* MLP Hero */


/*GHP Start*/

.cmb-promotions .cmb-container .section_offer .block .show-for-medium-up {
	padding-bottom: 20px !important;
}

.widget_carousel .inline-block .com {
	width: 160px !important;
}

.widget_carousel.cmb-carousel .holiday_offer .headline+p {
	margin: 0 0 20px 0 !important;
}

@media (max-width: 767px) {
	.carousel_item .cmb-container .section_offer .text-small.text-grey-2 {
		width: 250px !important;
	}
	.carousel_item .cmb-container .section_offer .block .hide-for-medium-up {
		width: 250px !important;
		padding-bottom: 20px !important;
	}

	.carousel_item div.block.padding-bottom-small{
		width: 250px !important;
	}
	.widget_carousel.cmb-carousel .holiday_offer .section_offer {
		padding-right: 0px !important;
	}
	.widget_carousel.cmb-carousel .holiday_offer .section_creative {
		margin-right: 0px !important;
	}
	.w_carousel.m_hero .section_offer .block.padding-bottom-small{
		width: 250px !important;
	}
}

@media (min-width: 768px) {
	.widget_carousel.cmb-carousel .section_offer {
		padding-right: 0px !important;
	}
	.widget_carousel.cmb-carousel .holiday_offer .section_creative {
		margin-right: 0px !important;
	}
}

@media (min-width:961px) {
	.widget_carousel.cmb-carousel .holiday_offer .section_creative {
		margin-right: 150px !important;
	}
}


/*GHP End*/


/*Deals Start*/

.widget_deals .carousel_list .carousel_item .margin-bottom-small.p-80 {
	width: 220px !important;
}

.widget_deals .carousel_list .carousel_item .com-copy {
	width: 210px !important;
}


/*Deals End*/


/*Bottom Banner*/

.cmb-container p.text-small.text-grey-2.margin-bottom-zero.legal {
	width: 250px !important;
}

.padding-horiz-tiny.bottom-banner {
	width: 220px !important;
}

.com-copy.bottombanner {
	width: 210px !important;
}


/*Bottom Banner*/


/******** Code for aria-label fix *********/
.sr-only {
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    position: absolute;
}
/******** Code for aria-label fix *********/


/***********************************************************************
				Interstitial- Samsung offer
***********************************************************************/

.interstiali_samsung .hero_img {
	/*background: url(learn/images/NewInterstitial_image_m2.jpg);*/
	background-position: center top !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	height: 400px;
}

.interstiali_samsung .int-ribbon-container,
.interstiali_samsung .int-quick_links,
.interstiali_samsung .int-cmb-container {
	margin: 0 auto;
	max-width: 984px;
}

.interstiali_samsung .int-quick_links a.button,
.interstiali_samsung .int-quick_links a.button:hover,
.interstiali_samsung .int-quick_links a.button:visited,
.interstiali_samsung .int-quick_links a.button:active,
.interstiali_samsung .int-quick_links a.button:focus {
	background: #fff;
	color: #000;
}

.interstiali_samsung .int-quick_links a,
.interstiali_samsung .int-quick_links a:hover,
.interstiali_samsung .int-quick_links a:visited,
.interstiali_samsung .int-quick_links a:active,
.interstiali_samsung .int-quick_links a:focus {
	color: #fff;
}

.interstiali_samsung .int-cmb-container .rightpannel,
.interstiali_samsung .int-cmb-container .leftpannel {
	margin-top: 4%;
}

.interstiali_samsung .int-cmb-container .rightpannel {
	background: rgba(255, 255, 255, 0.6);
	padding: 20px 40px 0px 40px;
}

.interstiali_samsung .rightpannel-mobile p,
.interstiali_samsung .int-ribbon-container p {
	margin: 0px;
	font-size: 13px;
}

.interstiali_samsung .rightpannel-mobile div {
	clear: both;
}

.interstiali_samsung .forflexbox,
.interstiali_samsung .rightpannel-mobile .offerd p {
	display: flex;
	align-items: center;
}

.interstiali_samsung .int-cmb-container .border-top-line {
	border-top: 1px solid #000;
	margin-top: 10px;
}

.interstiali_samsung .rightpannel-mobile img {
	float: left;
	height: 100px;
}

.interstiali_samsung .rightpannel-mobile .offercopy {
	font-size: 70%;
}

.interstiali_samsung .int-quick_links p {
	align-self: center;
	float: left;
	margin-right: 10px;
}

.interstiali_samsung .rightpannel p.title {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: initial;
}

.interstiali_samsung .rightpannel img {
	height: 90px;
}

.interstiali_samsung .int-quick_links p:last-child {
	border-left: 1px solid #fff;
	padding-left: 20px;
}

.interstiali_samsung .rightpannel img {
	height: 90px;
}

.interstiali_samsung .int-quick_links {
	background: #000;
	color: #fff !important;
	margin: auto;
	padding: 1.5rem 1.8rem;
	position:static;
}

.interstiali_samsung .offer-grid {
	display: flex;
}

.interstiali_samsung .rightpannel-mobile {
	padding: 1.0rem;
}

@media only screen and (max-width: 47.9rem) {
	.interstiali_samsung .int-cmb-container,
	.interstiali_samsung .int-cmb-container .rightpannel {
		position: relative;
	}
	.interstiali_samsung .int-quick_links {
		min-height: 140px;
	}
}


/***********************************************************************
				Interstitial- Samsung offer
***********************************************************************/

/***********************************************************************
				Video add to GHP Hero
***********************************************************************/
.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left:0;
  width: 100%;
  height: 100%; 
  overflow: hidden;
  z-index:1;
}

  .video-container video {
  /* Make video to at least 100% wide and tall */
  min-width: 100%; 
  min-height: 100%; 
  
  /* Setting width & height to auto prevents the browser from stretching or squishing the video */
  width: 166%;
  height: auto;
  
  /* Center the video */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

/***********************************************************************
				Video add to GHP Hero
***********************************************************************/


/***********************************************************************
				 Countdown Clock - Start
***********************************************************************/
#countdown_timer_m p,
#countdown_timer p {
	text-align: center;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px;
	font-size: 0.6rem;
}

#countdown_timer_m .count_num,
#countdown_timer .count_num {
	color: #d52b1e;
	font-size: 1.3rem;
}

@media only screen and (min-width: 40.0625rem) {
	#countdown_timer_m div,
	#countdown_timer div {
		min-width: 50px;
	}
}

#countdown_timer_m div,
#countdown_timer div {
	float: left;
	border-right: 1px solid #fff;
	margin: 2px 0px;
	padding: 0px 0px;
	letter-spacing: 1px;
}

/***********************************************************************
				Countdown Clock - End
***********************************************************************/

/***********************************************************************
				Calling features - Start
***********************************************************************/
/* not showing this features for mobile screens */
  @media only screen and (max-width:39.99rem) {
  	#callingfeatures {
  		display: none;
  	}
  }

  #callingfeatures p,
  #callingfeatures h4 {
  	margin-bottom: 0.1rem;
  }

  .accordion.active {
  	background-color: #f0f0f0;
  }

  .sec-convenience,
  .sec-privacy {
  	min-height: 540px;
  }

  /*.sec-convenience {
  	background: url(learn/css/desk-convenience.jpg) floralwhite no-repeat;
  }*/

  /*.sec-privacy {
  	background: url(learn/css/desk-privacy.jpg) floralwhite no-repeat;
  }*/

  .accordion {
  	color: #444;
  	cursor: pointer;  	
  	width: 100%;
  	border: none;
  	text-align: left;
  	outline: none;
  	font-size: 15px;
  	transition: 0.4s;
  
  }

  .panel {
  	padding: 18px;
  	display: none;
  	background-color: white;
  	overflow: hidden;
  	border-width: 0px 1px 1px 1px;
  	border-style: solid;
  	min-height: 455px;
  }

/***********************************************************************
				Calling features - End
***********************************************************************/

/***********************************************************************
      Video overlay autoPlay on Page load - Start
 ***********************************************************************/
.video-overlay {
	width: 100%;
	background: rgba(0, 0, 0, .75);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 700;
}

.videoBox {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 3px;
	background: transparent;
	text-align: center;
	border-radius: 5px;
}

.videoBox .you-video {
	width: 100%;
}

@media only screen and (min-width:48rem) {
	.videoBox .you-video {
		min-height: 600px;
	}
	.videoBox {
		width: 60%;
		padding: 36px;
	}
	.video-close {
		top: 20px;
	}
}

@media only screen and (max-width:39.99rem) and (min-width:20rem) {
	.videoBox .you-video {
		min-height: 500px;
	}
	.video-close {
		top: -10px;
	}
	.videoBox {
		width: 100%;
		min-height: 400px;
	}
	.videoBox .you-video {
		width: 80%;
	}
}

.video-close {
	width: 25px;
	height: 25px;
	position: absolute;
	right: 20px;
	cursor: pointer;
	opacity: 1;
}

/***********************************************************************
      Video overlay autoPlay on Page load - Start
 ***********************************************************************/


/*****Info icon without background color ****************/
 .icon-info-nobg::before {   
content: " ";
    width: 16px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
    vertical-align: bottom;
}
/*****Focus Visible accessibility recommendation ****************/
.cta-text:active,
.cta-text:hover,
.cta-text:visited,
a:active, 
a:visited,
a:hover {outline:none;}

*
a.focus-visible,
a.button.cta-text.focus-visible {outline: .0625rem solid #000;}

/* The default outline styling, for greatest accessibility. */
/* You can skip this to just use the browser's defaults. */
:focus {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #333 !important
}

.blackFocus :focus{
  outline-width: 2px;
  outline-style: solid;
  outline-color: #333 !important
}

.whiteFocus :focus{
  outline-width: 2px;
  outline-style: solid;
  outline-color: #fff !important
}

/* When mouse is detected, ALL focused elements have outline removed. */
/* You could apply this selector only to buttons, if you wanted. */
body.using-mouse :focus {
  outline: none;
}

/*  Fix for accessibility IR- CETC-132185 */
.bannercontent .movies-on-demand{    
    font-weight: bold;
    text-align: center;
    display: block;
    -moz-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.exp-name[data-exp-name="FODM_CINEMATIC"] .banner .hero-component .carousel-cell {
    justify-content: center;
    align-items: center;
    display: flex;
}

/* Fix for accessibility IR- CETC-136369   */

/***********Accessebility css****************/
 .table-of-content-a11y{
    position: absolute;
    left: 10px;
    top: 10px;
    height: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    border: 0;
    padding: 0;
}
.table-of-content-a11y:focus {
    opacity: 1;
    height: auto;
    width: auto;
    overflow: auto;
    box-shadow: 0 6px 18px;
    background:rgba(255,255,255, 1);
    outline: #fff dotted 1px
}
@media only screen and (max-width:39.99rem) {
  	.table-of-content-a11y {
  		display: none;
  	}
  	.table-of-content-a11y:focus {
  		outline:none;
  	}
  }
  
 /* End  of Fix for accessibility IR- CETC-136369   */
.page {
  position: inherit;
  display: inherit;
  opacity: inherit;
}
.hero-component-row .content {
  width: 100%;
}
[data-reveal-content] {
  overflow: hidden !important;
}
.w_tooltip {
  /* border: .025rem solid #000; */
  padding: 0.75rem;
}
.keyboarduser :focus {
  outline: 1px dotted #000;
  outline-offset: 1px;
}
.bg-grey {
  background-color: #747676 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-white-grey {
  background-color: #f6f6f6 !important;
}
.w_list-control .m_accordion-summary.m_downarrow.m_single::before {
  font-family: "VZIcons";
  content: "\e76a";
  background: none;
}
.w_list-control .m_accordion-summary.m_downarrow.m_single.open::before {
  font-family: "VZIcons";
  content: "\e76c";
  background: none;
}
.w_list-control .m_accordion-summary::before {
  content: url(../../../../../content/dam/verizon/personal/learn-images/vzrf/plus-small.svg);
}
.w_list-control .m_accordion-summary.open::before {
  background-image: url("https://www.verizon.com/content/dam/verizon/personal/learn-images/vzrf/minus-small.svg");
}
.w_list-control .m_accordion-summary::before,
.w_list-control .m_accordion-summary:hover::before,
.w_list-control .m_accordion-summary.open::before,
.w_list-control .m_accordion-summary.open:hover::before {
  top: 1.725rem !important;
}
.accordion .text-black h1,
.accordion .text-black h2,
.accordion .text-black h3,
.accordion .text-black h4,
.accordion .text-black h5,
.accordion .text-black h6,
.accordion .text-black p,
.accordion .text-black span {
  color: #000;
}
.cmb-container {
  padding: 0;
}
.carousel_pager {
  margin-top: -2.3rem !important;
}
.xf-content-height {
  min-height: 42px !important;
  margin: 0px !important;
}
h4,
.h4 {
  line-height: 1.875rem;
}
.whiteColor {
  color: #fff;
}
.blackColor {
  color: #000;
}
/*******************************************************************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .tool-tip-icon {
    min-height: 21px;
  }
}
/*****************************************/
.w_list-control > li:first-child {
  border-top: none;
}
.accordion-element + .w_list-control > li:first-child {
  border-top: .0625rem solid #959595;
}
/* *********************************************************************************************** */
/* More Less custom Code
/* *********************************************************************************************** */
.toggler-icon .less::after {
  content: "\e65b";
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #000;
  font-size: 1.125rem;
  display: block;
  margin: 0.625rem 0;
}
.toggler-icon .more::after {
  content: "\e79d";
  font-family: 'VZIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  color: #000;
  font-size: 1.125rem;
  display: block;
  margin: 0.625rem 0;
}
.toggler-icon a {
  text-decoration: none;
  font-weight: bold;
}
.half-circle-icon .toggler-icon .less::after,
.half-circle-icon .toggler-icon .more::after {
  width: 95px;
  height: 37px;
  background-color: white;
  border-bottom-left-radius: 110px;
  border-bottom-right-radius: 110px;
  border: 2px solid #ccc;
  border-top: 0;
  box-shadow: 1px 3px #eee;
  margin: 17px auto;
}
.TVWidget-half.TVWidget-top {
  min-height: 100px;
}
.half-circle-icon {
  background: url("https://www.verizon.com/content/dam/verizon/personal/learn-images/vzrf/hr-dropsh.jpg") 1px 19px;
}
/* *********************************************************************************************** */
/*  Utility Classes Overiding Font color for headers */
/* *********************************************************************************************** */
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  color: inherit;
}
.inline-block-v2 {
  display: inline-block !important;
}
/* *********************************************************************************************** */
/* Screen resoluiton info*/
/* 1- Mobile = 768 and below			
							   2- Desktop = 768 and above */
/* *********************************************************************************************** */
/* CSS only for only Mobile */
/* *********************************************************************************************** */
@media only screen and (max-width: 767px) {
  .mobile-ctapadding {
    margin-left: 0.525rem;
  }
  .button,
  a.button {
    font-size: 1.00rem;
  }
  .w_tooltip {
    left: auto !important;
  }
  button.mobile-small-cta-text,
  a.button.mobile-small-cta-text {
    font-size: 0.75rem;
  }
  button.mobile-medium-cta-text,
  a.button.mobile-medium-cta-text {
    font-size: 0.875rem;
  }
  button.mobile-large-cta-text,
  a.button.mobile-large-cta-text {
    font-size: 1.0rem;
  }
  button.mobile-xlarge-cta-text,
  a.button.mobile-xlarge-cta-text {
    font-size: 1.125rem;
  }
  .small-tool-tip-icon-black {
    display: inline-block;
    width: 1.0rem;
    fill: #fff;
    height: auto;
    text-decoration: none !important;
    background-image: url(../../../../../content/dam/verizon/personal/learn-images/vzrf/tooltip_inverted.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .small-tool-tip-icon-white {
    display: inline-block;
    width: 1.0rem;
    fill: #fff;
    height: auto;
    text-decoration: none !important;
    background-image: url(../../../../../content/dam/verizon/personal/learn-images/vzrf/tooltip_inverted_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .mobile-white {
    color: #fff;
  }
  .mobile-black {
    color: #000;
  }
  .mobile-white a {
    color: #fff;
  }
  .mobile-black a {
    color: #000;
  }
  .mobile-column-1 .carousel-cell {
    width: 100%;
  }
  .mobile-column-2 .carousel-cell {
    width: 50%;
  }
  .mobile-column-3 .carousel-cell {
    width: 33.33%;
  }
  .mobile-column-4 .carousel-cell {
    width: 25%;
  }
  .button.mobile-black,
  a.button.mobile-black {
    background: #fff;
    color: #000 !important;
  }
  .button.mobile-white,
  a.button.mobile-white {
    background: #000;
    color: #fff !important;
  }
  .button.mobile-white,
  a.button.mobile-white-Nobg {
    background: transparent;
    color: #fff !important;
  }
  /*.button.mobile-black:hover, a.button.mobile-black:hover {
		background: #fff;
		color: #000 !important;
	}
	
	.button.mobile-white:hover, a.button.mobile-white:hover {
		background: #000;
		color: #fff !important;
		outline-color:white;
	}*/
  .button.mobile-black:focus,
  a.button.mobile-black:focus {
    color: #000  !important;
    background: #fff;
  }
  .button.mobile-white:focus,
  a.button.mobile-white:focus {
    color: #fff  !important;
    outline-color: white;
    background: #000;
  }
  .mobile-sneak .mobile-column-1 .carousel-cell {
    width: 87%;
  }
  .mobile-sneak .mobile-column-1 .carousel-cell:last-child {
    width: 100%;
  }
  .mobile-video,
  .mobile-img {
    display: none;
  }
  .mobile-img.showimageformobile,
  .mobile-video.showvideoformobile {
    display: block;
  }
}
/* *********************************************************************************************** */
/* CSS only for only IPAD */
/* *********************************************************************************************** */
@media only screen and (min-width: 48rem) and (max-wdith: 60.624rem) {
  .medium-tool-tip-icon-black {
    display: inline-block;
    width: 1.0rem;
    fill: #fff;
    height: auto;
    text-decoration: none !important;
    background-image: url(../../../../../content/dam/verizon/personal/learn-images/vzrf/tooltip_inverted.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .medium-tool-tip-icon-white {
    display: inline-block;
    width: 1.0rem;
    fill: #fff;
    height: auto;
    text-decoration: none !important;
    background-image: url(../../../../../content/dam/verizon/personal/learn-images/vzrf/tooltip_inverted_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
}
/* *********************************************************************************************** */
/* CSS only for Desktop */
/* *********************************************************************************************** */
@media only screen and (min-width: 768px) {
  .desktop-ctapadding {
    margin-left: 0.525rem;
  }
  .button,
  a.button {
    font-size: 1.125rem;
  }
  button.desktop-small-cta-text,
  a.button.desktop-small-cta-text {
    font-size: 0.75rem;
  }
  button.desktop-medium-cta-text,
  a.button.desktop-medium-cta-text {
    font-size: 0.875rem;
  }
  button.desktop-large-cta-text,
  a.button.desktop-large-cta-text {
    font-size: 1.0rem;
  }
  button.desktop-large-cta-text,
  a.button.desktop-xlarge-cta-text {
    font-size: 1.125rem;
  }
  .desktop-white {
    color: #fff;
  }
  .desktop-black {
    color: #000;
  }
  .desktop-white a {
    color: #fff;
  }
  .desktop-black a {
    color: #000;
  }
  .button.desktop-black,
  a.button.desktop-black {
    background: #fff;
    color: #000 !important;
  }
  .button.desktop-white,
  a.button.desktop-white {
    background: #000;
    color: #fff !important;
  }
  .tool-tip-icon {
    display: inline-block;
    width: 1.0rem;
    height: auto;
    text-decoration: none !important;
    background-image: url(../../../../../content/dam/verizon/personal/learn-images/vzrf/tooltip_inverted.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  .tool-tip-icon-white {
    display: inline-block;
    width: 1.0rem;
    height: auto;
    text-decoration: none !important;
    background-image: url(../../../../../content/dam/verizon/personal/learn-images/vzrf/tooltip_inverted_white.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
  }
  /*.button.desktop-black:hover, a.button.desktop-black:hover {
				background: #fff;
				color: #000 !important;
			}
			
			.button.desktop-white:hover, a.button.desktop-white:hover {
				background: #000;
				color: #fff !important;
				outline-color:white;
			}
		*/
  .button.desktop-black:focus,
  a.button.desktop-black:focus {
    color: #000 !important;
    background: #fff;
  }
  .button.desktop-white:focus,
  a.button.desktop-white:focus {
    color: #fff !important;
    outline-color: white;
    background: #000;
  }
}
/*******************************************************************/
/* CSS utility classes*/
/*******************************************************************/
.mheight25 {
  min-height: 25rem;
}
/*******************************************************************/
/* Override default vzrf */
/*******************************************************************/
.Hero--contentOverlayLight .Hero-content {
  background-color: rgba(255, 255, 255, 0.8);
}
.banner .row {
  max-width: initial;
}
.w_modal [data-modal-content] {
  overflow: auto;
}
.w_list-control > li {
  background-color: initial;
}
a.Hero-offerDetails {
  text-decoration: underline;
}
.carousel_item.cq-Editable-dom,
.carousel-cell.cq-Editable-dom {
  display: block;
  width: 100%;
  float: none;
}
.carousel-cell.cq-Editable-dom .Hero-content {
  float: none;
}
.grid-p20 {
  padding-left: 20px;
  padding-right: 20px;
}
a.anchor-nounderline,
a:hover.anchor-nounderline,
a.visited.anchor-nounderline,
a:active.anchor-nounderline,
a:focus.anchor-nounderline {
  text-decoration: none;
}
.pill-Button-Black {
  background: #000 !important;
  border-radius: 25px;
  text-align: left;
  position: relative;
  font-family: "Neue Haas Grotesk Display", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  box-sizing: border-box;
  text-decoration: none;
  min-width: 0px;
  height: 40px;
  display: inline-block;
  padding: 0px 40px;
  margin-bottom: 12px;
  line-height: 40px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff !important;
}
.formbtr input[type=checkbox]:checked + label::before,
.formbtr input[type=radio]:checked + label::before,
.formbtr input[type=checkbox]:checked:hover + label::before,
.formbtr input[type=radio]:checked:hover + label::before,
.formbtr input[type='checkbox'] + label::before,
input[type='checkbox']:hover + label::before {
  color: #333;
}
.ec_iframe_Overlay {
  width: 100%;
  min-height: 500px;
}
/* *********************************************************************************************** */
/* *********************************************************************************************** */
@media only screen and (min-width: 970px) {
  .deals-widget:not(.cq-Editable-dom) > .aem-Grid {
    display: flex;
  }
  .deals-widget:not(.cq-Editable-dom) > .aem-Grid > .bannercontent > div {
    height: 100%;
  }
  .deals-widget .campaign-heading {
    height: 50%;
  }
  .deals-widget .border-promo {
    border-color: #fff;
  }
  .deals-widget .desktop-column-3 .carousel-cell .Hero-content,
  .deals-widget .desktop-column-2 .carousel-cell .Hero-content,
  .deals-widget .desktop-column-1 .carousel-cell .Hero-content {
    float: none;
    margin: auto;
    max-width: 87%;
  }
}
.button.cta-text,
a.button.cta-text,
.button.cta-text:hover,
a.button.cta-text:hover,
.button.cta-text:focus,
a.button.cta-text:focus {
  background: none;
}
@media only screen and (max-width: 48rem) {
  [data-carousel-arrow="noarrow"] [data-carousel-prev],
  [data-carousel-arrow="noarrow"] [data-carousel-next] {
    display: none;
  }
}
.campaign-heading {
  font-weight: 700;
  font-size: 64px;
  line-height: .94;
  text-align: left;
  margin: 0;
  padding: 20px 0;
}
.border-promo {
  width: 100%;
  padding-top: 8px;
  border-top: 1px solid #000;
}
div.carousel {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .floatingcontent:not(.cq-Editable-dom) {
    position: absolute;
    z-index: 10;
    width: 80% !important;
    left: 10%;
  }
}
.full-height {
  height: 100%;
}
/* CSS only for Desktop above 1024 resoluitons */
@media only screen and (min-width: 64rem) {
  .desktop-column-1 .carousel-cell {
    width: 100%;
  }
  .desktop-column-2 .carousel-cell {
    width: 50%;
  }
  .desktop-column-3 .carousel-cell {
    width: 33.33%;
  }
  .desktop-column-4 .carousel-cell {
    width: 25%;
  }
  .desktop-sneak .desktop-column-1 .carousel-cell {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .ipad-column-1 .carousel-cell {
    width: 100%;
  }
  .ipad-column-2 .carousel-cell {
    width: 50%;
  }
  .ipad-column-3 .carousel-cell {
    width: 33.33%;
  }
  .ipad-column-4 .carousel-cell {
    width: 25%;
  }
}
/* .flickity-page-dots {
    bottom: 1.5rem;
} */
@media screen and (min-width: 1125px) {
  /* .flickity-prev-next-button.previous {
    left: 0; } */
  /* .flickity-prev-next-button.next {
    right: 0; } */
}
[data-get-fixed] {
  position: sticky;
}
[data-adaptiveheight=false] .carousel-cell {
  display: flex;
}
.w_modal .row,
.row .row {
  margin: 0;
}
/* *********************************************************************************************** */
/* Please don't  add any Class below */
/* *********************************************************************************************** */

