@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
.btn,
[type=submit],
[type=button],
.woocommerce #respond input#submit,
.pure-button {
  background: rgb(222, 3, 3);
  background: -moz-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: -webkit-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de0303",endColorstr="#fa6000",GradientType=1);
  background-size: 200% auto;
  border: none;
  border-radius: 32px !important;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1 !important;
  padding: 24px 63px;
  -webkit-transition: 0.25s ease-in-out !important;
  -moz-transition: 0.25s ease-in-out !important;
  transition: 0.25s ease-in-out !important;
}
.btn:hover, .btn:focus, .btn:active,
[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active,
[type=button]:hover,
[type=button]:focus,
[type=button]:active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.pure-button:hover,
.pure-button:focus,
.pure-button:active {
  background-position: right center !important;
  color: #ffffff !important;
  -webkit-transition: 0.25s ease-in-out !important;
  -moz-transition: 0.25s ease-in-out !important;
  transition: 0.25s ease-in-out !important;
}

.woocommerce #respond input#submit:hover {
  background-color: none;
  background: rgb(222, 3, 3);
  background: -moz-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: -webkit-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de0303",endColorstr="#fa6000",GradientType=1);
  background-position: right center !important;
  color: #ffffff !important;
  -webkit-transition: 0.25s ease-in-out !important;
  -moz-transition: 0.25s ease-in-out !important;
  transition: 0.25s ease-in-out !important;
}

.clear {
  clear: both;
}

.padding {
  padding: 5rem 0;
}

.padding-small {
  padding: 2rem 0;
}

.padding-large {
  padding: 5rem 0;
}

.no-padding {
  padding: 0 !important;
}

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

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

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

.border-bottom {
  border-bottom: 1px solid #000000;
  padding: 0 !important;
}

.border-top {
  border-top: 1px solid #D8D8D8;
  padding: 0 !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.white {
  color: #ffffff;
}

.black {
  color: #000000;
}

.grey {
  color: #D8D8D8;
}

.red {
  color: #DE0303;
}

.orange {
  color: #EE3901;
}

::-moz-selection {
  background: #D8D8D8;
  color: #EE3901;
}

::selection {
  background: #D8D8D8;
  color: #EE3901;
}

input[type=email],
input[type=text],
input[type=tel],
input[type=password],
input[type=search],
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color] {
  border: 1px solid #000000;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
  height: 63px;
  padding: 14px;
  text-indent: 7px;
  transition: none;
}
input[type=email]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=search]:focus,
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus {
  border: 1px solid #EE3901;
  box-shadow: none;
  transition: none;
}

.select2-container--default .select2-selection--single,
select,
.pure-form select {
  background: #ffffff url(https://www.flameboss.com/wp-content/themes/flameboss/assets/images/icon-arrow-down.png) right no-repeat !important;
  border: 1px solid #000000 !important;
  border-radius: 0;
  box-shadow: none !important;
  color: #D8D8D8;
  font-style: italic;
  height: 50px !important;
  margin-bottom: 0px !important;
  padding: 10px 14px !important;
  text-align: left;
  transition: none;
}
.select2-container--default .select2-selection--single:focus,
select:focus,
.pure-form select:focus {
  border: 1px solid #EE3901;
  box-shadow: none !important;
  transition: none;
}

.dropdown_product_cat {
  min-width: 270px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #D8D8D8;
}

.select2-selection__arrow,
.select2-selection__clear {
  display: none !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #EE3901 !important;
}

select {
  -webkit-appearance: none;
}

input[type=number] {
  border: 1px solid #000000;
  border-radius: 0;
  box-shadow: none;
  font-style: italic;
  height: auto;
  padding: 14px 22px !important;
  text-indent: 7px;
  transition: none;
  width: auto !important;
}
input[type=number]:focus {
  border: 1px solid #EE3901 !important;
  box-shadow: none !important;
  transition: none;
}

textarea,
.pure-form textarea {
  border: 1px solid #000000 !important;
  border-radius: 0;
  box-shadow: none !important;
  font-style: italic;
  padding: 14px;
  text-indent: 7px;
  transition: none;
}
textarea:focus,
.pure-form textarea:focus {
  border: 1px solid #EE3901 !important;
  box-shadow: none !important;
  transition: none;
}

.wpcf7 {
  margin-top: 40px;
}
.wpcf7 label {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .ajax-loader {
  animation: fire 1s infinite;
  background-color: none;
  background: url(https://www.flameboss.com/wp-content/themes/flameboss/assets/images/icon-loading.png) no-repeat !important;
  bottom: -45px;
  height: 40px !important;
  margin: auto !important;
  position: absolute;
  opacity: 1 !important;
  left: 0;
  right: 25px;
  transform: scale(1);
  width: 25px !important;
}
.wpcf7 .ajax-loader::before {
  display: none !important;
}
.wpcf7 .wpcf7-list-item label {
  text-transform: none;
}
.wpcf7 label > [type=checkbox],
.wpcf7 label > [type=radio] {
  margin: 7px 10px 0 0;
  float: left;
}
.wpcf7 form .wpcf7-response-output {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  float: left;
  margin: 40px 0;
  padding: 25px;
  text-align: center;
  width: 97%;
}
.wpcf7 form.sent .wpcf7-response-output {
  border: 8px solid #000000;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 8px solid #DE0303;
}
.wpcf7 .medium {
  float: left;
  margin: 0 2% 1.3% 0;
  max-width: 47.5%;
  width: 100%;
}
.wpcf7 .large {
  float: left;
  margin: 0 0 1.3% 0;
  max-width: 97%;
  width: 100%;
}
.wpcf7 input[type=submit] {
  float: none;
  margin: 35px auto;
  outline: none;
}

@keyframes fire {
  0% {
    transform: scale(0.65);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.65);
  }
}
.modules {
  /* Landscape */
}
.modules .feature-slider {
  position: relative;
}
.modules .feature-slider .feature-slider-container {
  overflow: hidden;
  width: 100%;
}
.modules .feature-slider .feature-slider-container .image_overlay {
  background: rgba(0, 0, 0, 0.44);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modules .feature-slider .feature-slider-container .feature-content-container {
  display: flex;
  margin: 0 auto;
  max-width: 1620px;
}
.modules .feature-slider .feature-slider-container .feature-content-container.left {
  flex-direction: row;
}
.modules .feature-slider .feature-slider-container .feature-content-container.right {
  flex-direction: row-reverse;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content {
  float: none;
  max-width: 50%;
  padding: 8%;
  position: relative;
  text-align: left;
  z-index: 2;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content p {
  color: #ffffff;
  font-size: 20px !important;
  line-height: 30px !important;
}
.modules .feature-slider .feature-slider-container .feature-content-container .feature-content .btn {
  margin-top: 30px;
}
.modules .feature-slider .swiper-slide {
  background-position: center center !important;
  background-size: cover !important;
  display: block;
}
.modules .feature-slider .swiper-slide-active {
  opacity: 1 !important;
}
.modules .feature-slider .feature-video a {
  width: 100%;
}
.modules .feature-slider .feature-video a img {
  width: 100%;
}
.modules .feature-slider .feature-slider-controls {
  position: absolute;
  bottom: 20px;
  right: 65px;
  z-index: 4;
}
.modules .feature-slider .swiper-pagination-bullet {
  background: #D8D8D8;
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  margin: 0 7px;
  outline: none !important;
  text-indent: -99999em;
  width: 20px;
}
.modules .feature-slider .swiper-pagination-bullet-active {
  background: #D8D8D8;
}
.modules .video-slider-height {
  height: 490px !important;
}
@media only screen and (max-width: 750px) {
  .modules .feature-slider .feature-slider-container .swiper-slide {
    width: 600px !important;
  }
  .modules .feature-slider .feature-slider-container .feature-video,
  .modules .feature-slider .feature-slider-container .feature-image {
    flex: none;
    height: 670px;
    padding: 0 !important;
  }
  .modules .feature-slider .feature-slider-container .feature-content {
    padding: 8% 4% !important;
  }
  .modules .feature-slider .feature-slider-container .feature-content h1 {
    font-size: 42px;
    line-height: 44px;
  }
  .modules .feature-slider .feature-slider-container .feature-content .btn {
    margin: 30px auto 0 auto;
  }
  .modules .feature-slider .feature-slider-controls {
    bottom: -10px !important;
    display: inline-block;
    height: 50px;
    left: 0;
    margin: 0 auto;
    padding: 8px;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .modules .feature-slider .feature-slider-container .swiper-slide {
    width: 100% !important;
  }
  .modules .feature-slider .feature-slider-container .swiper-slide .feature-content {
    max-width: 70%;
  }
}
.modules .content-slider {
  position: relative;
}
.modules .content-slider .content-slider-container {
  background: #666666;
  width: 100%;
  overflow: hidden;
}
.modules .content-slider .content-slider-container.yes {
  padding: 0;
}
.modules .content-slider .content-slider-container.yes.swiper-slide {
  width: 100% !important;
}
.modules .content-slider .content-slider-container.no {
  padding: 45px 45px 0 45px;
}
.modules .content-slider .content-slider-container .row {
  height: 100%;
}
.modules .content-slider .content-slider-container .row.left {
  flex-direction: row;
}
.modules .content-slider .content-slider-container .row.right {
  flex-direction: row-reverse;
}
.modules .content-slider .content-slider-container .row .main-content {
  background: #000000;
  padding: 8%;
  text-align: left;
}
.modules .content-slider .content-slider-container .row .swiper-container {
  min-height: 550px;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-prev {
  left: 5%;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-prev img {
  display: block;
  height: 27px;
  width: 17px;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-prev:hover {
  opacity: 0.8;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-next {
  right: 5%;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-next img {
  display: block;
  height: 27px;
  width: 17px;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-next:hover {
  opacity: 0.8;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide {
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.modules .content-slider .content-slider-container .row .swiper-container .swiper-slide .play_button:hover {
  opacity: 0.8;
}
.modules .content-slider-controls {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 4;
}
.modules .swiper-pagination-bullet {
  background: #D8D8D8;
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  margin: 0 7px;
  outline: none !important;
  text-indent: 99999em;
  width: 20px;
}
.modules .swiper-pagination-bullet-active {
  background: #D8D8D8;
}
.modules .testimonial-slider {
  padding: 100px 0;
  position: relative;
}
.modules .testimonial-slider .testimonial-slider-container {
  width: 100%;
  overflow: hidden;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-prev {
  cursor: pointer;
  left: 3%;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-prev img {
  display: block;
  height: 27px;
  width: 17px;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-prev:hover {
  opacity: 0.8;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-next {
  cursor: pointer;
  right: 3%;
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-next img {
  display: block;
  height: 27px;
  width: 17px;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-next:hover {
  opacity: 0.8;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-slide {
  text-align: center;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-slide img {
  margin-bottom: 15px;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-slide hr {
  background-color: #EE3901;
  border: none;
  height: 2px;
  margin: 45px auto 12px auto;
  max-width: 30%;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-slide h5 {
  color: #EE3901;
  margin: 0;
}
.modules .testimonial-slider .testimonial-slider-container .swiper-slide p,
.modules .testimonial-slider .testimonial-slider-container .swiper-slide a {
  color: #EE3901;
  margin: 0 auto;
  max-width: 50%;
}
.modules .testimonial-slider-controls {
  position: absolute;
  bottom: 25px;
  right: 25px;
  z-index: 4;
}
.modules .swiper-pagination-bullet {
  background: #D8D8D8;
  display: inline-block;
  border-radius: 100%;
  height: 20px;
  margin: 0 7px;
  outline: none !important;
  text-indent: 99999em;
  width: 20px;
}
.modules .swiper-pagination-bullet-active {
  background: #DE0303;
}
@media only screen and (max-width: 750px) {
  .modules .testimonial-slider {
    padding: 75px 0;
  }
  .modules .testimonial-slider-container .swiper-slide p,
  .modules .testimonial-slider-container .swiper-slide a,
  .modules .testimonial-slider-container .swiper-slide hr {
    max-width: 75% !important;
  }
}
.modules .content-tabbed {
  background: #000000;
  margin: 90px 0;
  padding: 120px 5%;
}
.modules .content-tabbed h2 {
  color: #ffffff;
  margin-bottom: 60px;
  text-align: center;
}
.modules .content-tabbed .tabs {
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 9px solid #EE3901;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center;
  width: 760px;
}
.modules .content-tabbed .tabs li {
  background: none !important;
  border: none !important;
}
.modules .content-tabbed .tabs li:nth-child(1) a {
  border-right: 4px solid #EE3901 !important;
  padding: 0 17px 0 0 !important;
}
.modules .content-tabbed .tabs li:nth-child(2) a {
  border-right: 4px solid #EE3901 !important;
  padding: 0 17px 0 21px !important;
}
.modules .content-tabbed .tabs li:nth-child(3) a {
  border-right: 4px solid #EE3901 !important;
  padding: 0 17px 0 21px !important;
}
.modules .content-tabbed .tabs li:nth-child(4) a {
  padding: 0 0 0 21px !important;
}
.modules .content-tabbed .tabs li.is-active a {
  background: none !important;
  color: #ffffff !important;
}
.modules .content-tabbed .tabs li a {
  color: #EE3901 !important;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
  margin: 25px auto !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-tabbed .tabs li a:hover {
  background: none;
  color: #ffffff !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-tabbed .tabs-content {
  background: #000000;
  border: none !important;
  color: #ffffff;
  margin: 100px auto 35px auto;
  max-width: 1440px;
}
.modules .content-tabbed .tabs-content .tabs-panel .tab_content {
  float: left;
  max-width: 45%;
}
.modules .content-tabbed .tabs-content .tabs-panel img {
  border-radius: 7px;
  float: right;
  margin: 0 0 0 5%;
  max-width: 45%;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .modules .content-tabbed {
    padding: 60px 5%;
  }
  .modules .content-tabbed .tabs li {
    display: inline-block;
    float: none;
    text-align: center;
    vertical-align: top;
  }
  .modules .content-tabbed .tabs li a {
    font-size: 18px;
    margin: 10px auto !important;
  }
  .modules .content-tabbed .tabs li:nth-child(2) a {
    border-right: none !important;
  }
  .modules .content-tabbed .tabs-content {
    margin: 0;
  }
  .modules .content-tabbed .tabs-content .tabs-panel .tab_content {
    max-width: 100%;
  }
  .modules .content-tabbed .tabs-content .tabs-panel img {
    float: none;
    margin: 20px 0;
    max-width: 100%;
  }
}
.modules .content-split-left {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 35px 12%;
  max-width: 100%;
  padding: 35px 0;
}
.modules .content-split-left .wrapper {
  margin: 0 auto !important;
  max-width: 1440px;
}
.modules .content-split-left.Yes {
  border-bottom: 9px solid #000000;
  border-top: 9px solid #000000;
}
.modules .content-split-left.No {
  border-bottom: none;
  border-top: none;
}
.modules .content-split-left .box-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.modules .content-split-left .box-content.Yes {
  justify-content: start;
}
.modules .content-split-left .box-content.No {
  justify-content: center;
}
.modules .content-split-left .image-block .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 7px;
  width: 100%;
  padding-bottom: 100%;
}
.modules .content-split-right {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 35px 12%;
  max-width: 100%;
  padding: 35px 0;
}
.modules .content-split-right .wrapper {
  margin: 0 auto !important;
  max-width: 1440px;
}
.modules .content-split-right.Yes {
  border-bottom: 9px solid #000000;
  border-top: 9px solid #000000;
}
.modules .content-split-right.No {
  border-bottom: none;
  border-top: none;
}
.modules .content-split-right .box-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
.modules .content-split-right .box-content.Yes {
  justify-content: start;
}
.modules .content-split-right .box-content.No {
  justify-content: center;
}
.modules .content-split-right .image-block .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 7px;
  width: 100%;
  padding-bottom: 100%;
}
@media only screen and (max-width: 750px) {
  .modules .content-split-right {
    margin: 35px 3%;
  }
}
.modules .content-block {
  margin: 0 auto;
  max-width: 1440px !important;
  position: relative;
  padding: 0;
}
.modules .content-block .text-align-left {
  text-align: left !important;
}
.modules .content-block .plain {
  margin: 0 auto;
}
.modules .content-block .plain h2 {
  margin: 0 auto 20px auto;
  max-width: 75%;
}
.modules .content-block .plain.center,
.modules .content-block .plain .center {
  text-align: center;
}
.modules .content-block .plain.left,
.modules .content-block .plain .left {
  text-align: left;
}
.modules .content-block .plain.right,
.modules .content-block .plain .right {
  text-align: right;
}
.modules .content-block .plain img {
  margin: 30px 0;
}
.modules .content-block .plain .btn {
  margin-top: 30px;
}
.modules .content-block .contact {
  background: #000000;
  color: #ffffff;
  padding: 60px;
}
.modules .content-block .contact a {
  text-transform: none;
}
.modules .content-block .contact .icon {
  float: left;
  margin-right: 14px;
}
.modules .content-block .contact .icon:hover {
  opacity: 0.8;
}
.modules .content-block .basic {
  background-position: center center !important;
  background-size: cover !important;
  padding: 130px 5%;
  position: relative;
  text-align: center;
  z-index: 1;
}
.modules .content-block .basic .image_overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.modules .content-block .basic .cell {
  z-index: 4;
}
.modules .content-block .basic p {
  font-family: titling-gothic-fb-narrow, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin: 0 auto;
  max-width: 70%;
}
.modules .content-block .basic .btn {
  margin-top: 40px;
}
.modules .content-block .two_column {
  padding: 0 0 4rem 0;
}
.modules .content-block .two_column h2 {
  margin-bottom: 10px;
  max-width: 85%;
}
.modules .content-block .two_column h4 {
  margin: 5px 0;
}
.modules .content-block .two_column h4:first-of-type {
  margin-top: 30px;
}
.modules .content-block .dropdown {
  padding: 40px 0;
  text-align: center;
  width: 100%;
}
.modules .content-block .dropdown .cell {
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .modules .content-block .basic p {
    max-width: 95%;
  }
  .modules .content-block .mobile_only {
    display: block;
    padding: 8%;
    text-align: center;
  }
  .modules .content-block .mobile_only img {
    margin: 30px 0;
  }
  .modules .content-block .mobile_only .btn {
    margin-top: 30px;
  }
}
.modules .content-callout {
  align-items: center;
  border-bottom: 9px solid #000000;
  border-top: 9px solid #000000;
  flex-direction: column;
  justify-content: center;
  margin: 75px 12%;
  padding: 35px 0;
}
.modules .content-callout .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.modules .content-callout .cell {
  background-size: cover !important;
  background-position: center center;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  padding: 6%;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.modules .content-callout .cell:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.modules .content-callout .cell:hover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.modules .content-callout .cell .box_content {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.modules .content-callout .cell .image_overlay {
  background: rgba(0, 0, 0, 0.44);
  border-radius: 7px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modules .content-callout .cell .flame_icon {
  margin: 0 auto;
  width: 32px;
  z-index: 2;
}
.modules .content-callout .cell h2 a {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.modules .content-callout .cell h4 {
  border-top: 9px solid #ffffff;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 85px;
  z-index: 2;
}
.modules .content-callout .cell h4 a {
  color: #ffffff;
}
.modules .content-callout .cell:hover h4 {
  border-top: 9px solid #EE3901;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
}
.modules .content-callout .cell:hover h4 a {
  color: #EE3901;
}
.modules .content-callout-large {
  align-items: center;
  background-position: center center;
  background-size: cover !important;
  flex-direction: column;
  justify-content: center;
  padding: 75px 0;
  position: relative;
  width: 100%;
}
.modules .content-callout-large .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.modules .content-callout-large .image_overlay {
  background: rgba(0, 0, 0, 0.44);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modules .content-callout-large .cell {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 6%;
  position: relative;
  text-align: center;
}
.modules .content-callout-large .cell h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  margin: 0 auto 20px auto;
  max-width: 90%;
  position: relative;
  z-index: 2;
}
.modules .content-callout-large .cell .btn {
  margin: 0 auto;
  padding: 24px 0 !important;
  width: 200px;
  z-index: 2;
}
.modules .content-support {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 90px 0;
  padding: 35px 5%;
}
.modules .content-support .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.modules .content-support .cell {
  align-items: flex-start;
  background: #000000;
  border-radius: 7px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.44);
  display: flex;
  padding: 3%;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.modules .content-support .cell :hover img {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: rotate(25deg);
}
.modules .content-support .cell .box_content {
  width: 100%;
}
.modules .content-support .cell .box_content img {
  margin-bottom: 20px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-support .cell .box_content h4 {
  color: #ffffff;
  line-height: 32px;
}
.modules .content-support .cell .box_content p {
  color: #ffffff;
}
.modules .content-support .cell .box_content a {
  color: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-support .cell .box_content a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-support .cell .box_content .btn {
  color: #ffffff;
  margin-top: 20px;
}
.modules .content-support .cell .box_content .btn:hover {
  color: #ffffff;
}
.modules .content-user-manuals .intro {
  align-content: center;
  background: #000000;
  height: 300px;
  margin: 50px 0;
  padding: 5%;
  width: 100%;
}
.modules .content-user-manuals .intro .cell {
  align-content: center;
  align-items: center;
  display: flex;
}
.modules .content-user-manuals .intro h2 {
  color: #ffffff;
  text-align: left;
}
.modules .content-user-manuals .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.modules .content-user-manuals .manuals {
  justify-content: center;
}
.modules .content-user-manuals .manuals .cell {
  align-items: center;
  border: 5px solid #000000;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.44);
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  height: 250px;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 200px;
}
.modules .content-user-manuals .manuals .cell .title {
  color: #000000;
  display: block;
  line-height: 1;
  margin: 20px 0;
}
.modules .content-user-manuals .manuals .cell .link {
  line-height: 1;
  margin: 10px auto;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.modules .content-user-manuals .manuals .cell ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modules .content-user-manuals .manuals .cell ul li a:hover {
  color: #000000;
}
@media only screen and (max-width: 750px) {
  .modules .content-callout {
    margin: 10px 7% 0 7% !important;
    padding: 35px 0 0 0 !important;
  }
  .modules .content-callout .cell {
    margin-bottom: 25px;
  }
  .modules .content-support .cell {
    margin-bottom: 25px;
    padding: 30px;
  }
  .modules .content-user-manuals .intro {
    height: 500px;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .modules .content-callout-large .cell {
    padding: 0 !important;
  }
  .modules .content-callout-large .cell h2 {
    font-size: 22px !important;
  }
}
.modules .content-callout-three-up {
  align-items: center;
  border-bottom: 9px solid #000000;
  border-top: 9px solid #000000;
  flex-direction: column;
  justify-content: center;
  margin: 75px 12%;
  padding: 35px 0;
}
.modules .content-callout-three-up .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.modules .content-callout-three-up .cell {
  background-size: cover !important;
  background-position: center center;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.modules .content-callout-three-up .cell:first-child() {
  margin-bottom: 3%;
  max-width: 100%;
  padding: 11% 6%;
  width: calc(100% - 1.875rem);
}
.modules .content-callout-three-up .cell:nth-child(2), .modules .content-callout-three-up .cell:nth-child(3) {
  padding: 3% 6%;
}
.modules .content-callout-three-up .cell:hover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.modules .content-callout-three-up .cell .box_content {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.modules .content-callout-three-up .cell .image_overlay {
  background: rgba(0, 0, 0, 0.44);
  border-radius: 7px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modules .content-callout-three-up .cell .flame_icon {
  margin: 0 auto;
  width: 32px;
  z-index: 2;
}
.modules .content-callout-three-up .cell h2 a {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.modules .content-callout-three-up .cell h4 {
  border-top: 9px solid #ffffff;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 85px;
  z-index: 2;
}
.modules .content-callout-three-up .cell h4 a {
  color: #ffffff;
}
.modules .content-callout-three-up .cell:hover h4 {
  border-top: 9px solid #EE3901;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  width: 100%;
}
.modules .content-callout-three-up .cell:hover h4 a {
  color: #EE3901;
}
.modules .content-callout-large {
  align-items: center;
  background-position: center center !important;
  background-size: cover !important;
  flex-direction: column;
  justify-content: center;
  padding: 75px 0;
  position: relative;
}
.modules .content-callout-large .image_overlay {
  background: rgba(0, 0, 0, 0.44);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.modules .content-callout-large .cell {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 6%;
  position: relative;
  text-align: center;
}
.modules .content-callout-large .cell h2 {
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.modules .content-callout-large .cell .btn {
  padding: 24px 50px;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .modules .content-callout-three-up {
    margin: 35px 7% !important;
    padding: 35px 0 0 0 !important;
  }
  .modules .content-callout-three-up div {
    margin: 0 0 25px 0 !important;
    width: 100%;
  }
  .modules .content-callout-three-up .cell:first-child {
    width: 100% !important;
  }
  .modules .content-callout-three-up .cell:last-child {
    margin-bottom: 15px !important;
  }
  .modules .content-callout-large .cell {
    margin-bottom: 75px;
  }
}
.modules .content-social-boxes {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 75px 3% 125px 3%;
  padding: 0;
}
.modules .content-social-boxes .cell {
  background: #000000;
  border-radius: 7px;
  display: flex;
  padding: 3%;
  position: relative;
  text-align: center;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-social-boxes .cell:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.modules .content-social-boxes .cell:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-social-boxes .cell .box_content {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.modules .content-social-boxes .cell img {
  margin: 0 auto 17px auto;
}
.modules .content-social-boxes .cell img:hover {
  fill: #ffffff;
}
.modules .content-social-boxes .cell h3, .modules .content-social-boxes .cell h4 {
  color: #ffffff;
}
.modules .content-social-boxes .cell h4 {
  line-height: 30px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  .modules .content-boxes {
    margin: 25px 15% 0 15%;
  }
  .modules .content-boxes .cell {
    margin-bottom: 25px;
    padding: 12%;
  }
}
.modules .content-three-boxes {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 75px 3%;
  padding: 0;
}
.modules .content-three-boxes .cell {
  display: flex;
  position: relative;
  text-align: left;
}
.modules .content-three-boxes .cell .box_content {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.modules .content-three-boxes .cell img {
  border-radius: 7px;
  height: auto;
  margin: 0 auto 17px auto;
  width: 100%;
}
.modules .content-three-boxes .cell h5,
.modules .content-three-boxes .cell h5 a {
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-three-boxes .cell h5:hover,
.modules .content-three-boxes .cell h5 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-three-boxes .cell p {
  color: #000000;
}
@media only screen and (max-width: 750px) {
  .modules .content-boxes {
    margin: 25px 15% 0 15%;
  }
  .modules .content-boxes .cell {
    margin-bottom: 25px;
    padding: 12%;
  }
}
.modules .content-boxes {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 75px 12%;
  padding: 0;
}
.modules .content-boxes .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.modules .content-boxes .cell {
  background: #000000;
  border-radius: 7px;
  display: flex;
  padding: 2% 2% 0 2%;
  position: relative;
  text-align: center;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-boxes .cell:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.modules .content-boxes .cell:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-boxes .cell:hover img {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  transform: rotate(25deg);
}
.modules .content-boxes .cell .box_content {
  align-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.modules .content-boxes .cell .box_content p {
  font-size: 15px;
  line-height: 20px !important;
}
.modules .content-boxes .cell img {
  margin: 0 auto 17px auto;
  max-width: 65px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.modules .content-boxes .cell h5 {
  color: #ffffff;
}
.modules .content-boxes .cell p {
  color: #EE3901;
}
.modules .content-boxes .cell:nth-child(1) {
  -webkit-animation: fadein1 0.1s 0.1s forwards;
  animation: fadein1 0.1s 0.1s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein1 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadein1 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.modules .content-boxes .cell:nth-child(2) {
  -webkit-animation: fadein2 0.2s 0.2s forwards;
  animation: fadein2 0.2s 0.2s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein2 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadein2 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.modules .content-boxes .cell:nth-child(3) {
  -webkit-animation: fadein3 0.3s 0.3s forwards;
  animation: fadein3 0.3s 0.3s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein3 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadein3 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.modules .content-boxes .cell:nth-child(4) {
  -webkit-animation: fadein4 0.4s 0.4s forwards;
  animation: fadein4 0.4s 0.4s forwards;
  opacity: 0;
}
@-webkit-keyframes fadein4 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadein4 {
  from {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@media only screen and (max-width: 750px) {
  .modules .content-boxes {
    margin: 25px 15% 0 15%;
  }
  .modules .content-boxes .cell {
    margin-bottom: 25px;
    padding: 12%;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .modules .content-boxes {
    margin: 25px 5% 0 5%;
  }
  .modules .content-boxes .cell {
    margin: 0 2% 25px 2% !important;
    padding: 8% !important;
    width: 46% !important;
  }
}
.modules .content-version {
  background: #ffffff url(https://www.flameboss.com/wp-content/themes/flameboss/assets/images/bg-red-gradient.svg) no-repeat right;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.modules .content-safety-instructions {
  margin: 50px 3%;
  position: relative;
  width: 94%;
}
.modules .content-safety-instructions .wrapper {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
}
.modules .content-safety-instructions .wrapper h2 {
  font-size: 40px;
  line-height: 52px;
}
.modules .content-safety-instructions .wrapper p {
  margin: 0;
}
.modules .content-contents {
  margin-bottom: 35px;
}
.modules .content-contents .border {
  border-bottom: 8px solid #000000;
  padding: 35px 0;
}
.modules .content-contents .right_col ul {
  columns: 2;
  column-gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modules .content-contents .right_col ul li a {
  color: #000000;
}
.modules .content-contents .right_col ul li a:hover {
  color: #DE0303;
}
.modules .content-contents .right_col ul li a:after {
  content: url(https://www.flameboss.com/wp-content/themes/flameboss/assets/images/icon-link-arrow-clear.png);
  padding-left: 10px;
}
.modules .content-contents h3 {
  margin-bottom: 20px;
}
.modules .content-included {
  padding: 0 0 4rem 0;
}
.modules .content-included .blocks {
  margin-top: 25px;
}
.modules .content-included .bubble {
  background: #fa6000;
  background: -moz-linear-gradient(180deg, #fa6000 0%, #de0303 100%);
  background: -webkit-linear-gradient(180deg, #fa6000 0%, #de0303 100%);
  background: linear-gradient(180deg, #fa6000 0%, #de0303 100%);
  border-radius: 100%;
  color: #ffffff;
  margin: -20px 0 0 -20px;
  padding: 10px 18px;
  position: absolute;
  z-index: 10;
}
.modules .content-image-blocks {
  padding: 0 0 4rem 0;
}
.modules .content-image-blocks .blocks {
  margin-top: 25px;
}
.modules .content-image-blocks .blocks .get_bigger {
  width: 100%;
}
.modules .content-image-blocks .blocks .cell {
  float: left;
  max-width: 28%;
  width: 100%;
}
.modules .content-image-blocks .cell h3 {
  font-size: 35px;
  line-height: 37px;
}
.modules .content-image-blocks .cell img {
  margin-bottom: 10px;
}
.modules .content-phone {
  background: linear-gradient(90deg, rgb(255, 255, 255) 62%, rgb(216, 216, 216) 100%);
  background-size: contain;
  margin: 4rem auto 160px auto;
  position: relative;
  padding: 0;
}
.modules .content-phone .phone_image {
  float: right;
  margin: -30px 0;
}
.modules .content-plain-layout {
  padding: 0 0 4rem 0;
}
.modules .content-plain-layout .gradient_bar {
  display: inline-block;
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
}
.modules .content-plain-layout .gradient_bar:before {
  background: linear-gradient(to right, #DE0303, #FA6000);
  content: "";
  height: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.modules .content-plain-layout ul {
  list-style: none;
  max-width: 50%;
}
.modules .content-plain-layout ul li {
  border-bottom: 1px solid #000000;
  padding: 3px 0;
}
.modules .content-plain-layout ul li a {
  color: #000000;
}
.modules .content-plain-layout ul li a:hover {
  color: #DE0303;
}
.modules .content-two-column {
  padding: 0 0 4rem 0;
}
.modules .content-two-column .right_col ul {
  columns: 2;
  column-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modules .content-two-column .right_col ul li a {
  color: #000000;
}
.modules .content-two-column .right_col ul li a:hover {
  color: #DE0303;
}
.modules .content-two-column h3 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .modules .content-version {
    background-position: -220px 0;
    background-size: cover !important;
  }
  .modules .content-version .cell {
    padding: 33px;
  }
  .modules .content-version .cell.image-block {
    text-align: center;
  }
  .modules .content-contents ul {
    columns: 1 !important;
    column-gap: 0 !important;
    margin: 35px 0 !important;
  }
  .modules .content-image-blocks .cell {
    float: left;
    max-width: 100%;
  }
  .modules .content-image-blocks .cell img {
    width: 100%;
  }
  .modules .content-image-blocks .blocks .cell {
    max-width: 100%;
  }
  .modules .content-phone {
    background: linear-gradient(180deg, rgb(255, 255, 255) 33%, rgb(216, 216, 216) 100%);
    margin: 0 auto 60px auto;
  }
  .modules .content-phone .phone_image {
    float: none;
    margin: 30px 0;
  }
  .modules .content-plain-layout ul {
    max-width: 100%;
  }
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column.row.row, .row.row.columns {
  float: none;
  display: block;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 64em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #000000;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 1rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #ffffff;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #ffffff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #ffffff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #000000;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000000;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #ffffff;
}
.badge.primary {
  background: #1779ba;
  color: #ffffff;
}
.badge.secondary {
  background: #767676;
  color: #000000;
}
.badge.success {
  background: #3adb76;
  color: #000000;
}
.badge.warning {
  background: #ffae00;
  color: #000000;
}
.badge.alert {
  background: #cc4b37;
  color: #000000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #ffffff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #ffffff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #000000;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #000000;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #000000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #000000;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #000000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #000000;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #000000;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #000000;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #000000;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #000000;
}
.callout.success {
  background-color: #e1faea;
  color: #000000;
}
.callout.warning {
  background-color: #fff3d9;
  color: #000000;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #000000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #000000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu .active > a {
  background: #1779ba;
  color: #ffffff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000000;
  box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  background: #ffffff;
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #ffffff;
}
.label.primary {
  background: #1779ba;
  color: #ffffff;
}
.label.secondary {
  background: #767676;
  color: #000000;
}
.label.success {
  background: #3adb76;
  color: #000000;
}
.label.warning {
  background: #ffae00;
  color: #000000;
}
.label.alert {
  background: #cc4b37;
  color: #000000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f2f2f2;
  color: #000000;
}

tfoot {
  background: #f2f2f2;
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #ffffff;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #ededed;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #ffffff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #ffffff;
  color: #000000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #ffffff;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #000000;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

/*
Gibson Regular
font-family: canada-type-gibson, sans-serif;
font-style: normal;
font-weight: 400;

Gibson Italic
font-family: canada-type-gibson, sans-serif;
font-style: italic;
font-weight: 400;

Gibson Medium
font-family: canada-type-gibson, sans-serif;
font-style: normal;
font-weight: 500;

Gibson Semibold
font-family: canada-type-gibson, sans-serif;
font-style: normal;
font-weight: 600;

*/
body {
  background: rgb(216, 216, 216);
  background: -moz-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#ffffff",GradientType=1);
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100%;
}

h1,
h2,
h3,
h4,
.menu-item a,
.btn-default {
  font-family: Arial, Helvetica, sans-serif;
  overflow-wrap: normal;
}

h1,
.giant_font {
  font-family: canada-type-gibson, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

h2 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

h3 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

h4 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

h5 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}

h6 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}

p {
  font-family: canada-type-gibson, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #EE3901;
}
a:focus {
  color: #EE3901;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.content {
  margin-top: 80px;
}
.content.opened {
  margin-top: 160px;
}
.content.closed {
  margin-top: 80px !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.content.hide_me {
  margin-top: 80px;
}

.content-featured {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 3%;
  text-align: center;
}
.content-featured .intro p {
  margin: 10px auto 35px auto;
  max-width: 40%;
}
.content-featured ul {
  padding: 0 2% !important;
}
.content-featured ul li {
  text-align: left;
}
.content-featured ul li img {
  border-radius: 7px;
}
.content-featured ul li:first-child {
  clear: both !important;
}
.content-featured ul li:last-child {
  margin-right: 0 !important;
}

.content-qr-callout {
  background: #000000;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.content-qr-callout .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.content-qr-callout .cell {
  display: flex;
  padding: 6%;
  position: relative;
  text-align: center;
}
.content-qr-callout .cell .box_content {
  width: 100%;
}
.content-qr-callout .cell .box_content h3 a {
  color: #ffffff;
  font-size: 24px;
}
.content-qr-callout .cell .box_content h3 a:hover {
  color: #ffffff;
}

.content-customer-photos {
  margin-bottom: 75px;
}
.content-customer-photos h2 {
  margin: 0 auto 55px auto;
  text-align: center;
}
.content-customer-photos .wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 5%;
}
.content-customer-photos .cell {
  display: flex;
  position: relative;
  text-align: center;
}
.content-customer-photos .cell .box_content {
  text-align: center;
  width: 100%;
}
.content-customer-photos .cell .box_content h5 a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.content-customer-photos .cell .box_content h5 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.content-customer-photos .cell .box_content img {
  border-radius: 7px;
  margin-bottom: 20px;
}

.content-phone-app {
  background: #000000;
  margin: 100px 0 100px 0;
  text-align: center;
  width: 100%;
}
.content-phone-app .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.content-phone-app .image-block img {
  margin: -30px 0 -120px 0;
}
.content-phone-app .copy .flame_icon {
  margin: 70px 0 15px 0;
  width: 36px;
}
.content-phone-app .copy h2 {
  color: #ffffff;
  margin: 0 auto 18px auto;
  max-width: 80%;
}
.content-phone-app .copy p {
  color: #ffffff;
  margin-bottom: 24px;
}
.content-phone-app .copy .app_icon {
  margin: 0 10px 85px 10px;
}

.content-promotion {
  margin: 50px 3%;
  position: relative;
  width: 94%;
}
.content-promotion .wrapper {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
  position: relative;
}
.content-promotion p {
  margin: 0;
  max-width: 50%;
}
.content-promotion .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}

.page-id-2 .recent-posts {
  margin-top: 0 !important;
}

.page-id-6 .content-callout {
  border-bottom: none;
  border-top: none;
  margin: 0 12%;
  padding: 0;
}
.page-id-6 .content-callout-three-up {
  margin: 35px 12%;
}
.page-id-6 #content-callout-three-up-0 .cell:first-child {
  height: 350px;
  margin: 0 auto 3% auto;
  max-width: 100%;
  padding: 11% 6%;
  width: calc(100% - 1.875rem);
}
.page-id-6 #content-callout-1 .cell:first-child {
  height: 350px;
  margin: 0 auto 3% auto;
  max-width: 100%;
  padding: 11% 6%;
  width: calc(100% - 1.875rem);
}
.page-id-6 #content-callout-1 .cell:nth-child(2) {
  display: none;
}

.page-id-8 .feature-slider {
  margin-bottom: 50px;
}
.page-id-8 .feature-slider p {
  max-width: 100% !important;
}
.page-id-8 .plain {
  padding: 0 5%;
}
.page-id-8 .plain h2 {
  margin: 0 auto 20px auto;
  max-width: 70%;
}
.page-id-8 .plain p {
  margin: 0 auto 20px auto;
  max-width: 70%;
}

.page-id-10 {
  background: none;
}
.page-id-10 .content {
  padding: 75px 0 0 0;
}
.page-id-10 .content .plain h1 {
  margin-bottom: 30px;
}
.page-id-10 .content .plain p {
  margin: 0 auto;
  max-width: 50%;
}

.page-id-19 .wrapper,
.page-id-20 .wrapper,
.page-id-21 .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}

.blog,
.category,
.error404,
.page-id-3,
.page-id-14,
.page-id-16,
.page-id-19,
.page-id-20,
.page-id-21,
.page-id-23,
.page-id-24,
.page-id-25,
.page-id-26,
.page-id-27,
.page-id-9894,
.page-id-10558,
.page-id-10559,
.search {
  background: none;
}
.blog .content,
.category .content,
.error404 .content,
.page-id-3 .content,
.page-id-14 .content,
.page-id-16 .content,
.page-id-19 .content,
.page-id-20 .content,
.page-id-21 .content,
.page-id-23 .content,
.page-id-24 .content,
.page-id-25 .content,
.page-id-26 .content,
.page-id-27 .content,
.page-id-9894 .content,
.page-id-10558 .content,
.page-id-10559 .content,
.search .content {
  padding: 105px 7%;
}

.page-id-10342 .header,
.page-id-10342 .social,
.page-id-10342 .demo_store,
.page-id-10342 .yith-wcwl-add-to-wishlist,
.page-id-10342 .woocommerce-tabs,
.page-id-10342 .content-promotion,
.product-dealer .header,
.product-dealer .social,
.product-dealer .demo_store,
.product-dealer .yith-wcwl-add-to-wishlist,
.product-dealer .woocommerce-tabs,
.product-dealer .content-promotion {
  display: none !important;
}
.page-id-10342 .content,
.product-dealer .content {
  padding: 0;
  width: 100%;
}
.page-id-10342 .content.opened, .page-id-10342 .content.hide_me,
.product-dealer .content.opened,
.product-dealer .content.hide_me {
  margin-top: 0;
}
.page-id-10342 .feature-slider .swiper-slide,
.product-dealer .feature-slider .swiper-slide {
  width: 100%;
}
.page-id-10342 .content-block,
.product-dealer .content-block {
  margin: 0 auto 50px auto;
  padding: 75px 12%;
  text-align: center;
}
.page-id-10342 .content-block .plain,
.product-dealer .content-block .plain {
  border-bottom: 9px solid #000000;
  padding-bottom: 75px;
}
.page-id-10342 .content-block h2,
.product-dealer .content-block h2 {
  margin: 0 auto;
  max-width: 50% !important;
}
.page-id-10342 .content-block p,
.product-dealer .content-block p {
  margin: 0 auto;
  max-width: 90%;
}
.page-id-10342 .product .btn,
.product-dealer .product .btn {
  opacity: 1 !important;
  position: relative !important;
}
.page-id-10342 #newsletter,
.product-dealer #newsletter {
  display: none;
}
.page-id-10342 #footer,
.product-dealer #footer {
  padding: 1px 8%;
}
.page-id-10342 .legal,
.product-dealer .legal {
  display: none;
  margin-top: 20px;
}

.page-id-10832 {
  background: transparent !important;
}
.page-id-10832 .header,
.page-id-10832 .social,
.page-id-10832 .demo_store,
.page-id-10832 .yith-wcwl-add-to-wishlist,
.page-id-10832 .woocommerce-tabs {
  display: none !important;
}
.page-id-10832 .content {
  background: transparent !important;
  padding: 0;
  width: 100%;
}
.page-id-10832 .content.opened, .page-id-10832 .content.hide_me {
  margin-top: 0;
}
.page-id-10832 .feature-slider .swiper-slide {
  width: 100%;
}
.page-id-10832 #content-block-0 {
  margin: 75px 0 25px 0;
  text-align: center;
}
.page-id-10832 #content-block-0 h2 {
  margin: 0 auto;
  max-width: 50% !important;
}
.page-id-10832 #content-block-0 p {
  margin: 0 auto;
  max-width: 70%;
}
.page-id-10832 .product .btn {
  opacity: 1 !important;
  position: relative !important;
}
.page-id-10832 #newsletter {
  display: none;
}
.page-id-10832 #footer {
  padding: 1px 8%;
}
.page-id-10832 .legal {
  display: none;
  margin-top: 20px;
}

.content-video-callout {
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 75px 2%;
  padding: 35px 0;
}
.content-video-callout .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.content-video-callout .cell {
  background-size: cover !important;
  background-position: center center;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  padding: 6%;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.content-video-callout .cell:before {
  content: "";
  padding-bottom: 100%;
  display: block;
}
.content-video-callout .cell:hover {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.content-video-callout .cell h3 {
  font-size: 25px;
  left: 0;
  position: absolute;
  top: -60px;
}
.content-video-callout .cell .box_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.tax-product_cat .cat_description,
.category-products .cat_description {
  margin-top: 70px;
  text-align: center;
}
.tax-product_cat .term-description,
.category-products .term-description {
  margin: 12px auto;
  max-width: 50%;
  text-align: center;
}
.tax-product_cat .term-description a,
.category-products .term-description a {
  color: #EE3901;
}
.tax-product_cat ul.products li .button,
.category-products ul.products li .button {
  display: none;
}
.tax-product_cat ul.products img,
.category-products ul.products img {
  border-radius: 7px;
}
.tax-product_cat ul.products a,
.category-products ul.products a {
  color: #000000;
}
.tax-product_cat .content-callout-three-up,
.category-products .content-callout-three-up {
  margin: 75px 12% 130px 12%;
  width: 100%;
}
.tax-product_cat .content-callout-three-up .cell:nth-child(1), .tax-product_cat .content-callout-three-up .cell:nth-child(2),
.category-products .content-callout-three-up .cell:nth-child(1),
.category-products .content-callout-three-up .cell:nth-child(2) {
  margin-bottom: 0;
  padding: 3% 6%;
  width: calc(50% - 1.875rem);
}

.recent-posts {
  margin: 120px auto 0 auto;
  max-width: 1440px;
  padding: 0 3%;
}
.recent-posts .intro h2 {
  margin-bottom: 10px;
  text-align: center;
}
.recent-posts .intro p {
  margin: 0 auto 35px auto;
  max-width: 50%;
  text-align: center;
}
.recent-posts ul {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 60px auto !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.recent-posts ul li {
  margin: 35px auto !important;
  max-width: 30.75%;
  position: relative;
  text-align: left;
  width: 100%;
}
.recent-posts ul li img {
  border-radius: 7px;
  margin: 0 0 1em;
}
.recent-posts ul li h5 {
  max-width: 90%;
}
.recent-posts ul li .btn {
  color: #ffffff !important;
  height: 63px;
  left: 0;
  margin: auto;
  opacity: 0;
  padding: 24px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 190px;
}
.recent-posts ul li .btn:hover {
  color: #ffffff !important;
}
.recent-posts ul li:hover .btn {
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.postid-611 .woocommerce.single-product .banner {
  background-position: bottom center !important;
}

.single-product .banner p {
  color: #ffffff;
  line-height: 24px;
  margin: 0 0 20px 0;
  max-width: 50%;
  padding-left: 3%;
}
.single-product .content-promotion {
  margin: 0 3% 50px 3%;
  position: relative;
  width: 94%;
}
.single-product .content-promotion .wrapper {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
}
.single-product .content-promotion p {
  margin: 0;
  max-width: 50%;
}
.single-product .content-promotion .btn {
  float: right;
  left: auto !important;
  margin-top: 10px !important;
  opacity: 1 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
}

.term-kamado-kits ul.products.columns-3 li.product,
.term-universal-kits ul.products.columns-3 li.product {
  width: 46.2%;
}

.status-private {
  display: none;
}

.page-id-10185 {
  background: none;
}
.page-id-10185 .content {
  padding: 75px 0;
}
.page-id-10185 .content .intro {
  margin-bottom: 50px;
  text-align: center;
}
.page-id-10185 .content .intro p {
  margin: 0 auto;
  max-width: 60%;
}
.page-id-10185 .main {
  width: 100%;
}
.page-id-10185 .featured {
  align-items: center;
  border-bottom: 9px solid #000000;
  border-top: 9px solid #000000;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto 75px auto;
  max-width: 1440px;
  padding: 35px 0;
}
.page-id-10185 .featured .cell {
  position: relative;
  text-align: left;
}
.page-id-10185 .featured .cell img {
  border-radius: 7px;
}
.page-id-10185 .featured .cell .icon {
  margin-right: 7px;
}
.page-id-10185 .featured .cell h1 {
  margin-bottom: 30px;
}
.page-id-10185 .featured .cell h4 {
  line-height: 30px;
}
.page-id-10185 .featured .cell a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10185 .featured .cell a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10185 ul.products {
  margin: 0 auto;
  max-width: 1440px;
}

.filter {
  float: right;
  margin: 50px 4% 0 0;
}

#product_cat option[value=gifts],
#product_cat option[value=dealer],
#product_cat option[value=kamado],
#product_cat option[value=universal] {
  display: none !important;
}

#ambassadors {
  background: rgb(216, 216, 216);
  background: -moz-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#ffffff",GradientType=1);
  padding: 0 3%;
}
#ambassadors ul {
  display: inline-block;
  list-style: none;
  margin: 60px 3% 50px 3% !important;
  padding: 0;
  position: relative;
  width: 100%;
}
#ambassadors ul li {
  display: inline-block;
  margin: 35px 1%;
  max-width: 22.5%;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 100%;
}
#ambassadors ul li .wp-post-image {
  border-radius: 7px;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
}
#ambassadors ul li h4 {
  line-height: 30px;
  margin-bottom: 0;
}
#ambassadors ul li a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#ambassadors ul li a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#ambassadors ul li .icon {
  margin-right: 5px;
}

.page-id-10200,
.page-id-10315 {
  background: none;
}
.page-id-10200 .content,
.page-id-10315 .content {
  padding: 105px 0;
}
.page-id-10200 .content .intro h1,
.page-id-10315 .content .intro h1 {
  margin-bottom: 10px;
  text-align: center;
}
.page-id-10200 .content .intro p,
.page-id-10315 .content .intro p {
  margin: 0 auto 70px auto;
  max-width: 60%;
  text-align: center;
}

.page-id-10342 .intro h1,
.page-id-10558 .intro h1,
.page-id-10832 .intro h1 {
  margin-bottom: 10px;
  text-align: center;
}
.page-id-10342 .intro p,
.page-id-10558 .intro p,
.page-id-10832 .intro p {
  margin: 0 auto 70px auto;
  max-width: 60%;
  text-align: center;
}
.page-id-10342 table thead, .page-id-10342 table tbody, .page-id-10342 table tfoot,
.page-id-10558 table thead,
.page-id-10558 table tbody,
.page-id-10558 table tfoot,
.page-id-10832 table thead,
.page-id-10832 table tbody,
.page-id-10832 table tfoot {
  border: none;
}
.page-id-10342 table thead,
.page-id-10558 table thead,
.page-id-10832 table thead {
  background: #000000;
}
.page-id-10342 table thead tr,
.page-id-10558 table thead tr,
.page-id-10832 table thead tr {
  border-bottom: none;
}
.page-id-10342 table thead h4,
.page-id-10558 table thead h4,
.page-id-10832 table thead h4 {
  color: #ffffff;
  margin: 0;
}
.page-id-10342 table tr:first-child td:first-child,
.page-id-10558 table tr:first-child td:first-child,
.page-id-10832 table tr:first-child td:first-child {
  border-top-left-radius: 7px;
}
.page-id-10342 table tr:first-child td:last-child,
.page-id-10558 table tr:first-child td:last-child,
.page-id-10832 table tr:first-child td:last-child {
  border-top-right-radius: 7px;
}
.page-id-10342 table tr:last-child td:first-child,
.page-id-10558 table tr:last-child td:first-child,
.page-id-10832 table tr:last-child td:first-child {
  border-bottom-left-radius: 7px;
}
.page-id-10342 table tr:last-child td:last-child,
.page-id-10558 table tr:last-child td:last-child,
.page-id-10832 table tr:last-child td:last-child {
  border-bottom-right-radius: 7px;
}
.page-id-10342 table tr:nth-child(even),
.page-id-10558 table tr:nth-child(even),
.page-id-10832 table tr:nth-child(even) {
  background-color: transparent !important;
}
.page-id-10342 table .flames,
.page-id-10558 table .flames,
.page-id-10832 table .flames {
  background: rgb(222, 3, 3);
  background: -moz-linear-gradient(45deg, rgb(222, 3, 3) 0%, rgb(234, 72, 2) 50%, rgb(249, 143, 0) 100%);
  background: linear-gradient(45deg, rgb(222, 3, 3) 0%, rgb(234, 72, 2) 50%, rgb(249, 143, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgb(222, 3, 3) 0%, rgb(234, 72, 2) 50%, rgb(249, 143, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de0303",endColorstr="#f98f00",GradientType=1);
  background-attachment: fixed;
}
.page-id-10342 table .flames p,
.page-id-10558 table .flames p,
.page-id-10832 table .flames p {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}
.page-id-10342 table .flames:nth-child(2) td:first-child,
.page-id-10342 table .flames:nth-child(8) td:first-child,
.page-id-10558 table .flames:nth-child(2) td:first-child,
.page-id-10558 table .flames:nth-child(8) td:first-child,
.page-id-10832 table .flames:nth-child(2) td:first-child,
.page-id-10832 table .flames:nth-child(8) td:first-child {
  border-top-left-radius: 7px;
}
.page-id-10342 table .flames:nth-child(2) td:last-child,
.page-id-10342 table .flames:nth-child(8) td:last-child,
.page-id-10558 table .flames:nth-child(2) td:last-child,
.page-id-10558 table .flames:nth-child(8) td:last-child,
.page-id-10832 table .flames:nth-child(2) td:last-child,
.page-id-10832 table .flames:nth-child(8) td:last-child {
  border-top-right-radius: 7px;
}
.page-id-10342 table .flames:nth-child(2) td:first-child,
.page-id-10342 table .flames:nth-child(8) td:first-child,
.page-id-10558 table .flames:nth-child(2) td:first-child,
.page-id-10558 table .flames:nth-child(8) td:first-child,
.page-id-10832 table .flames:nth-child(2) td:first-child,
.page-id-10832 table .flames:nth-child(8) td:first-child {
  border-bottom-left-radius: 7px;
}
.page-id-10342 table .flames:nth-child(2) td:last-child,
.page-id-10342 table .flames:nth-child(8) td:last-child,
.page-id-10558 table .flames:nth-child(2) td:last-child,
.page-id-10558 table .flames:nth-child(8) td:last-child,
.page-id-10832 table .flames:nth-child(2) td:last-child,
.page-id-10832 table .flames:nth-child(8) td:last-child {
  border-bottom-right-radius: 7px;
}
.page-id-10342 table tr,
.page-id-10558 table tr,
.page-id-10832 table tr {
  border-bottom: 2px solid #000000;
}
.page-id-10342 table td:nth-child(1),
.page-id-10558 table td:nth-child(1),
.page-id-10832 table td:nth-child(1) {
  width: 50%;
}
.page-id-10342 table td:nth-child(2),
.page-id-10558 table td:nth-child(2),
.page-id-10832 table td:nth-child(2) {
  width: 25%;
}
.page-id-10342 table td:nth-child(3),
.page-id-10558 table td:nth-child(3),
.page-id-10832 table td:nth-child(3) {
  width: 25%;
}
.page-id-10342 table .no_border,
.page-id-10558 table .no_border,
.page-id-10832 table .no_border {
  border-bottom: none;
}
.page-id-10342 table p,
.page-id-10558 table p,
.page-id-10832 table p {
  margin: 0;
  padding: 10px 0;
}
.page-id-10342 table a,
.page-id-10558 table a,
.page-id-10832 table a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10342 table a:hover,
.page-id-10558 table a:hover,
.page-id-10832 table a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.locally {
  padding: 0 2%;
  margin-bottom: 50px !important;
}
.locally h4 {
  line-height: 25px;
  margin-bottom: 0 !important;
}

#diamond_dealers {
  background: rgb(216, 216, 216);
  background: -moz-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#ffffff",GradientType=1);
}
#diamond_dealers ul {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  list-style: none;
  margin: 60px auto;
  max-width: 1440px;
  padding: 0;
  position: relative;
  width: 100%;
}
#diamond_dealers ul li {
  margin: 35px auto;
  max-width: 25%;
  position: relative;
  text-align: left;
  width: 100%;
}
#diamond_dealers ul li .dealer_logo {
  background: #D8D8D8;
  border-radius: 50%;
  display: block;
  height: 245px;
  margin: 0 auto 20px auto;
  position: relative;
  width: 245px;
}
#diamond_dealers ul li .dealer_logo img,
#diamond_dealers ul li .dealer_logo svg {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 60%;
  position: absolute;
  right: 0;
  top: 0;
}
#diamond_dealers ul li .dealer_logo img:hover,
#diamond_dealers ul li .dealer_logo svg:hover {
  fill: #EE3901;
}
#diamond_dealers ul li .dealer_info {
  margin: 0 auto 20px auto;
  width: 245px;
}
#diamond_dealers ul li h4,
#diamond_dealers ul li h4 a {
  color: #000000;
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#diamond_dealers ul li h4:hover,
#diamond_dealers ul li h4 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#diamond_dealers ul li a {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#diamond_dealers ul li a:hover {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#diamond_dealers ul li .icon img {
  background: none;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
}
#diamond_dealers ul li:first-child {
  clear: both !important;
}
#diamond_dealers ul li:nth-child(4n) {
  margin-right: 0 !important;
}

.page-id-14 .main {
  margin: 0 auto;
  max-width: 1440px;
}
.page-id-14 .widget:nth-of-type(1) {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  margin: 40px 0;
  padding: 40px 35px 30px 35px;
}
.page-id-14 .widget:nth-of-type(1) .textwidget {
  display: flex;
}
.page-id-14 .widget:nth-of-type(1) h4,
.page-id-14 .widget:nth-of-type(1) h4 a {
  align-items: center;
  color: #000000;
  display: flex;
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-14 .widget:nth-of-type(1) h4:hover,
.page-id-14 .widget:nth-of-type(1) h4 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-14 .widget:nth-of-type(1) a:hover {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-14 .widget:nth-of-type(1) img {
  align-items: center;
  background: #000000;
  border-radius: 100%;
  display: flex;
  height: 84px;
  margin: 0 20px 0 0;
  padding: 25px;
  width: 84px;
}
.page-id-14 #custom_html-6.widget {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  margin: 40px 0;
  padding: 40px 35px 30px 35px;
}
.page-id-14 #custom_html-6.widget .textwidget {
  display: flex;
}
.page-id-14 #custom_html-6.widget h4,
.page-id-14 #custom_html-6.widget h4 a {
  align-items: center;
  color: #000000;
  display: flex;
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-14 #custom_html-6.widget h4:hover,
.page-id-14 #custom_html-6.widget h4 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-14 #custom_html-6.widget a:hover {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-14 #custom_html-6.widget img {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 84px;
  margin: 0 20px 0 0;
  padding: 0;
  width: 84px;
}

.page-id-16 .widget:nth-of-type(1) {
  background: #000000;
  border-radius: 7px;
  margin-top: 180px;
  padding: 33px;
}
.page-id-16 .widget:nth-of-type(1) h4 {
  color: #ffffff;
  margin-bottom: 0;
}
.page-id-16 .widget:nth-of-type(1) p {
  color: #ffffff;
  margin: 0 0 5px 0;
}
.page-id-16 .widget:nth-of-type(1) span {
  font-size: 30px;
  vertical-align: middle;
}
.page-id-16 .widget:nth-of-type(1) a:hover {
  color: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-16 .widget:nth-of-type(2) {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  margin: 40px 0;
  padding: 25px;
}
.page-id-16 .widget:nth-of-type(2) h4 {
  margin-bottom: 0;
}

.page-id-10200 .widget:nth-of-type(1) {
  float: none;
  height: 175px;
  margin: 0 auto;
  padding: 40px 0 30px 35px;
  width: 350px;
}
.page-id-10200 .widget:nth-of-type(1) .textwidget {
  display: flex;
}
.page-id-10200 .widget:nth-of-type(1) h4,
.page-id-10200 .widget:nth-of-type(1) h4 a {
  align-items: center;
  color: #000000;
  display: flex;
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10200 .widget:nth-of-type(1) h4:hover,
.page-id-10200 .widget:nth-of-type(1) h4 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10200 .widget:nth-of-type(1) a:hover {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10200 .widget:nth-of-type(1) img {
  align-items: center;
  background: #000000;
  border-radius: 100%;
  display: flex;
  height: 84px;
  margin: 0 20px 0 0;
  padding: 25px;
  width: 84px;
}

.page-id-10212 {
  background: none;
}
.page-id-10212 .main {
  margin: 0 auto;
  max-width: 1440px;
}
.page-id-10212 .content {
  padding: 105px 7%;
}
.page-id-10212 .content .intro {
  float: left;
  max-width: 60%;
}
.page-id-10212 .content p {
  margin-bottom: 30px;
}
.page-id-10212 .widget:nth-of-type(1) {
  float: right;
  height: 175px;
  margin: -30px 0 0 0;
  padding: 40px 0 30px 35px;
  width: 350px;
}
.page-id-10212 .widget:nth-of-type(1) .textwidget {
  display: flex;
}
.page-id-10212 .widget:nth-of-type(1) h4,
.page-id-10212 .widget:nth-of-type(1) h4 a {
  align-items: center;
  color: #000000;
  display: flex;
  line-height: 30px;
  margin-bottom: 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10212 .widget:nth-of-type(1) h4:hover,
.page-id-10212 .widget:nth-of-type(1) h4 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10212 .widget:nth-of-type(1) a:hover {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10212 .widget:nth-of-type(1) img {
  align-items: center;
  background: #000000;
  border-radius: 100%;
  display: flex;
  height: 84px;
  margin: 0 20px 0 0;
  padding: 25px;
  width: 84px;
}
.page-id-10212 #storemapper {
  float: left;
  width: 100%;
}
.page-id-10212 #storemapper input[type=checkbox] {
  margin-left: 8px;
}
.page-id-10212 #storemapper label {
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-id-10212 #storemapper a {
  color: #EE3901 !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10212 #storemapper a:hover {
  color: #000000 !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10212 #storemapper .storemapper-loader-marker {
  fill: #EE3901;
}
.page-id-10212 #storemapper .storemapper-loader-shadow {
  fill: #000000;
}
.page-id-10212 #storemapper .storemapper-storelink {
  background: rgb(222, 3, 3);
  background: -moz-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: -webkit-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de0303",endColorstr="#fa6000",GradientType=1);
  background-size: 200% auto;
  border: none !important;
  border-radius: 32px !important;
  color: #ffffff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1 !important;
  padding: 12px 22px !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10212 #storemapper .storemapper-storelink:hover, .page-id-10212 #storemapper .storemapper-storelink:focus, .page-id-10212 #storemapper .storemapper-storelink:active {
  background-position: right center;
  color: #ffffff !important;
}
.page-id-10212 #storemapper #storemapper-form {
  padding: 0 0 15px 0;
}
.page-id-10212 #storemapper #storemapper-form .storemapper-form-inner {
  width: 100%;
}
.page-id-10212 #storemapper #storemapper-form input[type=text] {
  border: 1px solid #000000 !important;
  box-shadow: none !important;
  font-style: italic !important;
  height: 63px !important;
  padding: 14px !important;
  text-indent: 7px !important;
  transition: none !important;
}
.page-id-10212 #storemapper #storemapper-form input[type=text]:focus {
  border: 1px solid #EE3901;
  box-shadow: none !important;
  transition: none !important;
}
.page-id-10212 #storemapper #storemapper-form .storemapper-dropdown-btn {
  background: #ffffff url(https://www.flameboss.com/wp-content/themes/flameboss/assets/images/icon-arrow-down.png) right no-repeat !important;
  border: 1px solid #000000 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #D8D8D8 !important;
  font-style: italic !important;
  height: 63px !important;
  margin-bottom: 0px !important;
  padding: 10px 14px !important;
  text-align: left !important;
  transition: none !important;
}
.page-id-10212 #storemapper #storemapper-form .storemapper-dropdown-btn:focus {
  border: 1px solid #EE3901;
  box-shadow: none !important;
  transition: none !important;
}
.page-id-10212 #storemapper #storemapper-form #storemapper-filter {
  width: 105px !important;
}
.page-id-10212 #storemapper #storemapper-form .storemapper-distance-btn {
  width: 160px !important;
}
.page-id-10212 #storemapper #storemapper-form .storemapper-dropdown .button-group {
  margin: 0;
}
.page-id-10212 #storemapper #storemapper-form .storemapper-dropdown .button-group .caret {
  display: none;
}
.page-id-10212 #storemapper #storemapper-form #storemapper-go {
  background: rgb(222, 3, 3);
  background: -moz-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: -webkit-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  background: linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de0303",endColorstr="#fa6000",GradientType=1);
  background-size: 200% auto;
  border: none;
  border-radius: 32px !important;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1 !important;
  outline: none;
  padding: 24px 63px;
  text-transform: none !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.page-id-10212 #storemapper #storemapper-form #storemapper-go:hover, .page-id-10212 #storemapper #storemapper-form #storemapper-go:focus, .page-id-10212 #storemapper #storemapper-form #storemapper-go:active {
  background-position: right center;
  color: #ffffff;
  outline: none;
}
.page-id-10212 #storemapper #storemapper-list {
  background-color: #ffffff;
  padding: 0;
}
.page-id-10212 #storemapper #storemapper-list .storemapper-selected {
  background: #efefef;
  color: #000000;
}
.page-id-10212 #storemapper .storemapper-popup p {
  margin-bottom: 5px !important;
  outline: none;
}
.page-id-10212 #storemapper .storemapper-popup a {
  outline: none;
}
.page-id-10212 #storemapper .storemapper-iw-container {
  padding: 25px !important;
}
.page-id-10212 #storemapper .storemapper-map-directions {
  color: #ffffff !important;
  margin-top: 15px !important;
}
.page-id-10212 #storemapper .storemapper-map-directions:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.page-id-10212 #storemapper .storemapper-address {
  margin-bottom: 5px;
}

.term-kamado-kits .term-description p,
.term-universal-kits .term-description p {
  margin: 0 auto;
  max-width: 65%;
}
.term-kamado-kits ul.products,
.term-universal-kits ul.products {
  padding: 0 11% !important;
}

#storemapper #storemapper-list li p svg, #storemapper.show_icons .storemapper-popup-address svg, #storemapper.show_icons .storemapper-popup-phone svg, #storemapper.show_icons .storemapper-popup-url svg, #storemapper.show_icons .storemapper-popup-email svg {
  fill: #EE3901 !important;
}

#tab-additional_information > a.btn {
  opacity: 1 !important;
  padding: 24px 63px !important;
  position: relative !important;
  width: auto !important;
}

.blog .content,
.category .content,
.search .content {
  padding: 105px 0;
}
.blog .content .intro,
.category .content .intro,
.search .content .intro {
  padding: 0 5%;
}
.blog .content .intro h1,
.category .content .intro h1,
.search .content .intro h1 {
  margin-bottom: 10px;
}
.blog .content .intro p,
.category .content .intro p,
.search .content .intro p {
  margin: 0;
  max-width: 80%;
}
.blog .widget_categories,
.category .widget_categories,
.search .widget_categories {
  margin-right: 7%;
}
.blog .widget_categories h4,
.category .widget_categories h4,
.search .widget_categories h4 {
  display: none;
}
.blog .widget_categories select,
.category .widget_categories select,
.search .widget_categories select {
  border: none !important;
  font-family: canada-type-gibson, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}
.blog .entry-content,
.category .entry-content,
.search .entry-content {
  margin: 0 auto;
  max-width: 650px;
}
.blog .wrapper,
.category .wrapper,
.search .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.blog .blog_posts,
.category .blog_posts,
.search .blog_posts {
  background: rgb(216, 216, 216);
  background: -moz-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#ffffff",GradientType=1);
  margin: 75px 0;
  padding: 75px 3%;
}
.blog .page-navigation,
.category .page-navigation,
.search .page-navigation {
  margin: 0 auto;
  text-align: center;
}
.blog .page-navigation .pagination,
.category .page-navigation .pagination,
.search .page-navigation .pagination {
  border: none !important;
}
.blog .page-navigation .pagination li,
.category .page-navigation .pagination li,
.search .page-navigation .pagination li {
  border-right: none !important;
}
.blog .page-navigation .pagination li .current,
.category .page-navigation .pagination li .current,
.search .page-navigation .pagination li .current {
  background: none !important;
  color: #EE3901 !important;
}
.blog .page-navigation .pagination li a,
.category .page-navigation .pagination li a,
.search .page-navigation .pagination li a {
  color: #000000;
}
.blog .post,
.category .post,
.search .post {
  margin-bottom: 85px;
  position: relative;
  text-align: center;
}
.blog .post img,
.category .post img,
.search .post img {
  border-radius: 7px;
  height: auto;
  margin-bottom: 24px;
  width: 100%;
}
.blog .post h5,
.blog .post h5 a,
.category .post h5,
.category .post h5 a,
.search .post h5,
.search .post h5 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.blog .post h5:hover,
.blog .post h5 a:hover,
.category .post h5:hover,
.category .post h5 a:hover,
.search .post h5:hover,
.search .post h5 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.blog .post a,
.category .post a,
.search .post a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.blog .post a:hover,
.category .post a:hover,
.search .post a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.blog .post .excerpt,
.category .post .excerpt,
.search .post .excerpt {
  text-align: left;
}
.blog .post .btn,
.category .post .btn,
.search .post .btn {
  border-radius: 100% !important;
  color: #ffffff !important;
  font-size: 40px;
  height: 83px;
  left: 0;
  margin: auto;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 30%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 83px;
}
.blog .post .btn:hover,
.category .post .btn:hover,
.search .post .btn:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.blog .post .btn span,
.category .post .btn span,
.search .post .btn span {
  line-height: 83px;
}
.blog .post:hover .btn,
.category .post:hover .btn,
.search .post:hover .btn {
  opacity: 1;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.single-post {
  background: none;
}
.single-post .content {
  padding: 105px 0;
}
.single-post .intro {
  padding: 0 7%;
}
.single-post .intro h1 {
  margin: 0 0 10px 0;
  max-width: 90%;
}
.single-post .intro p {
  margin: 0;
  max-width: 50%;
}
.single-post .intro a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.single-post .intro a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.single-post .intro .widget {
  float: right;
}
.single-post .intro .widget select {
  border: none !important;
  font-size: 25px;
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 600;
  width: 260px;
}
.single-post .intro .widget .widgettitle {
  display: none;
}
.single-post .blog_posts {
  background: rgb(216, 216, 216);
  background: -moz-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  background: linear-gradient(to bottom, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 1000px, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#ffffff",GradientType=1);
  margin: 75px 0;
  padding: 75px 3%;
}
.single-post .post img {
  border-radius: 7px;
  margin-bottom: 24px;
}
.single-post .post h2, .single-post .post h3 {
  margin: 30px 0 20px 0;
}
.single-post .post h5,
.single-post .post h5 a,
.single-post .post a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.single-post .post h5:hover,
.single-post .post h5 a:hover,
.single-post .post a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.single-post .post .pdf {
  margin-bottom: 15px;
}
.single-post .post .btn {
  color: #ffffff;
  text-decoration: none;
}
.single-post .post .btn:hover {
  color: #ffffff;
}
.single-post .post .cook_times {
  background: #E4E4E4;
  margin: 25px 0;
  padding: 25px;
}
.single-post .post .cook_times h6 {
  margin: 0;
}
.single-post .post .cook_times p {
  margin-bottom: 35px;
}
.single-post .post .cook_times p:last-child() {
  margin-bottom: 0;
}
.single-post .post ul {
  margin: 0 0 35px 20px;
}
.single-post .post ul li {
  margin-bottom: 14px;
}
.single-post .post ol.prep {
  counter-reset: bold-numbers;
  list-style: none;
  margin: 0 0 35px 0;
}
.single-post .post ol.prep li {
  counter-increment: bold-numbers;
  margin-bottom: 14px;
}
.single-post .post ol.prep li::before {
  content: counter(bold-numbers) ". ";
  font-size: 17px;
  font-weight: bold;
}
.single-post .post .social {
  margin: 75px auto;
  text-align: center;
}
.single-post .post .social .btn {
  cursor: pointer;
}
.single-post .page-navigation {
  text-align: center;
}
.single-post .page-navigation a {
  background: none;
  color: #000000;
  display: inline-block;
  font-size: 25px;
  font-weight: 600;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.single-post .page-navigation a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.entry-content img {
  border-radius: 7px;
  height: auto;
  margin: 25px 0;
  max-width: 100%;
  width: 100%;
}
.entry-content img.size-blog_image {
  margin-bottom: 70px;
}
.entry-content .social img {
  margin: 0 !important;
}
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  border-left: 9px solid #EE3901;
  padding: 10px;
}
.entry-content blockquote {
  border-left: 9px solid #EE3901;
  margin: 40px 0;
}
.entry-content blockquote p {
  color: #EE3901;
  font-family: canada-type-gibson, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  text-transform: uppercase;
}

.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 100px;
  margin: 20px 0 50px 0;
}
.error404 .content h4 {
  margin-bottom: 35px;
}

.search_icon {
  margin-right: 12px;
}

.search-form {
  padding: 0;
  right: -100%;
  top: 0;
  position: absolute;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  z-index: 10000;
}
.search-form.open {
  display: block;
  right: 5%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.search-form label {
  display: flex;
  flex-direction: row;
}
.search-form label input[type=search] {
  border: 1px solid #000000;
  margin: 9px 20px 0 0;
  padding: 20px;
}
.search-form label input[type=search]:focus {
  box-shadow: none;
  outline: none;
}
.search-form label input[type=submit] {
  height: 63px;
  outline: none;
  padding: 12px 24px !important;
  margin-top: 10px;
}

.search-results .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}

.search_results {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  list-style: none;
  margin: 60px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.search_results .cell {
  margin: 35px 2%;
  max-width: 28%;
  position: relative;
  text-align: left;
  width: 100%;
}
.search_results .cell img {
  border-radius: 7px;
  margin-bottom: 10px;
}
.search_results .cell .btn {
  display: none;
}
.search_results .cell h5 a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.search_results .cell h5 a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 14px;
  margin: 4px 0 7px;
  text-align: center;
}

.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery::before, .gallery::after {
  content: " ";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 50%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 33.3333333333%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 25%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 20%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 16.6666666667%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 14.2857142857%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 12.5%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

.page-navigation {
  margin-top: 1rem;
}

.wishlist-title-container h2 {
  font-size: 24px;
}

.yith-wcwl-add-button {
  margin-top: 15px;
}
.yith-wcwl-add-button a {
  color: #000000;
  font-size: 14px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.yith-wcwl-add-button a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
  margin-top: 15px;
}
.yith-wcwl-wishlistaddedbrowse span,
.yith-wcwl-wishlistexistsbrowse span {
  font-size: 14px;
}
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-wishlistexistsbrowse a {
  color: #EE3901;
  font-size: 14px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.yith-wcwl-wishlistaddedbrowse a:hover,
.yith-wcwl-wishlistexistsbrowse a:hover {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.cn-set-cookie,
.cn-more-info {
  padding: 14px 33px !important;
}

#comments .commentlist {
  margin-left: 0px;
}

#respond ul {
  margin-left: 0px;
}

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}

.widget ul {
  margin: 0;
}

.footer {
  clear: both;
  margin-top: 1em;
}

@media only screen and (min-width: 1630px) and (max-width: 2500px) {
  .header.opened {
    margin-top: 50px;
  }
  .content.opened {
    margin-top: 122px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .header .logo {
    float: none !important;
    margin: 15px 0 0 0 !important;
    max-width: 175px !important;
  }
  .woocommerce-store-notice, p.demo_store {
    font-size: 13px;
    line-height: 16px;
  }
  .top-bar .top-bar-left {
    flex: none !important;
  }
  .top-bar .top-bar-right {
    flex: none;
    margin: -20px 0 0 -20px !important;
  }
  .header .menu .submenu.opened {
    padding-left: 0;
    top: 170px !important;
  }
  .header .menu .submenu:before {
    left: 6.3% !important;
  }
  .content {
    margin-top: 120px;
  }
  .modules .content-boxes {
    margin: 75px 5%;
  }
  .modules .content-boxes .cell .box_content p {
    font-size: 15px;
    line-height: 18px;
  }
  .modules .content-callout {
    margin: 75px 5%;
  }
  .content-featured .intro p {
    max-width: 70%;
  }
  .content-featured ul.products li.product {
    width: 30% !important;
  }
  .content-phone-app .image-block,
  .content-split-right .image-block,
  .content-split-left .image-block {
    display: inline-block;
    max-width: 100%;
    width: 100%;
  }
  .content-phone-app .image-block img,
  .content-split-right .image-block img,
  .content-split-left .image-block img {
    max-width: 65%;
  }
  .content-phone-app .copy,
  .content-phone-app .box-content,
  .content-split-right .copy,
  .content-split-right .box-content,
  .content-split-left .copy,
  .content-split-left .box-content {
    display: inline-block;
    margin: 40px auto;
    max-width: 80%;
    width: 100%;
  }
  .content-promotion .btn {
    margin-left: 50px;
  }
  .modules .testimonial-slider .testimonial-slider-container .swiper-slide p,
  .modules .testimonial-slider .testimonial-slider-container .swiper-slide a {
    max-width: 80%;
  }
  .modules .content-callout-large .cell {
    padding: 0;
  }
  .modules .content-callout-large .cell h2 {
    font-size: 24px;
  }
  .woocommerce.single-product .up-sells p,
  .woocommerce.single-product .related p,
  .woocommerce.single-product .cross-sells p {
    max-width: 70%;
  }
  .modules .content-tabbed .tabs li a {
    font-size: 22px;
  }
  .content-support h4 {
    line-height: 32px;
  }
  .page-id-10185 .featured .cell h1 {
    margin-bottom: 10px;
    margin-top: 30px;
  }
  .wishlist_table.mobile {
    display: block !important;
  }
  .wishlist_table h3 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .wishlist-title a.show-title-form {
    visibility: visible !important;
  }
  .wishlist_table.mobile li .item-details table.item-details-table td,
  .wishlist_table.mobile li table.additional-info td.label {
    background: none !important;
    color: #000 !important;
    font-size: 16px !important;
  }
  #ambassadors {
    margin: 50px 0 0 0;
  }
  #ambassadors ul {
    margin: 60px 0 !important;
  }
  #ambassadors ul li {
    margin: 0 3% 25px 3%;
    max-width: 100%;
    width: 27%;
  }
  #diamond_dealers ul li {
    max-width: 50%;
  }
  .page-id-6 .content-callout-three-up {
    margin: 35px 5%;
  }
  .page-id-6 #content-callout-three-up-0 .cell:nth-child(2) {
    margin-bottom: 3%;
  }
  .page-id-10 .content .plain p {
    max-width: 70%;
  }
  .page-id-10212 #storemapper #storemapper-form #storemapper-go {
    margin-top: 20px !important;
  }
  .page-id-10212 .content .intro {
    float: none;
    max-width: 100%;
  }
  .page-id-10212 .content .intro h1 {
    font-size: 40px;
  }
  .shop_table .grid-x {
    flex-flow: column wrap !important;
  }
  .shop_table .summary {
    display: none;
  }
  .woocommerce .cart-collaterals,
  .woocommerce .woocommerce-checkout-review-order {
    margin-left: 0 !important;
  }
  .cross-sells ul.products {
    margin: 0 !important;
  }
  .cross-sells ul.products li {
    width: 29% !important;
  }
  .blog .widget_categories,
  .category .widget_categories,
  .search .widget_categories,
  .single-post .intro .widget {
    right: 5%;
    margin-right: 0;
    position: absolute;
    top: 190px;
    width: 250px;
  }
  #newsletter form {
    max-width: 100% !important;
  }
  #footer {
    padding: 90px 3% 0 3% !important;
  }
  #footer h4 {
    font-size: 19px !important;
  }
  #footer .social img {
    max-width: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .header.opened {
    margin-top: 105px !important;
  }
  .header.opened.closed {
    margin-top: 0 !important;
  }
  .page-id-2 .content.opened .feature-slider {
    margin-top: 50px;
  }
  .page-id-2 .content.opened.closed .feature-slider {
    margin-top: 0;
  }
  .top-bar-left,
  #top-bar-menu > div.top-bar-right.float-right.show-for-small-only {
    display: none !important;
  }
  .mobile_nav {
    display: block !important;
    width: 100%;
  }
  .header .logo {
    float: none !important;
    max-width: 180px !important;
  }
  .woocommerce-store-notice, p.demo_store {
    font-size: 13px;
    line-height: 16px;
  }
  .wishlist_table h3 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .wishlist-title a.show-title-form {
    visibility: visible !important;
  }
  .wishlist_table.mobile li .item-details table.item-details-table td,
  .wishlist_table.mobile li table.additional-info td.label {
    background: none !important;
    color: #000 !important;
    font-size: 16px !important;
  }
  #menu-mobile-navigation {
    clear: both;
    display: none;
    margin: 20px 0;
    max-width: 100% !important;
    text-align: center;
    width: 100%;
  }
  #menu-mobile-navigation.open {
    display: block;
  }
  #menu-mobile-navigation li {
    border-top: 1px solid #E4E4E4;
  }
  #menu-mobile-navigation li a {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  #menu-mobile-navigation .submenu {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  #menu-mobile-navigation .submenu a {
    font-size: 14px !important;
    padding: 10px 0 !important;
  }
  #menu-mobile-navigation .submenu:before {
    left: 0;
    right: 0;
    top: -7px;
  }
  #menu-mobile-navigation .submenu {
    position: relative !important;
    top: auto !important;
  }
  #navicon {
    margin-top: 10px;
  }
  .cart_icon {
    float: right;
    margin: 18px 20px 0 10px;
  }
  .cart_icon .cart_num {
    margin-left: 10px;
  }
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
  h3 {
    font-size: 36px;
    line-height: 42px;
  }
  h4 {
    font-size: 21px;
    line-height: 28px;
  }
  .page-id-3 .content, .page-id-14 .content, .page-id-16 .content, .page-id-19 .content, .page-id-20 .content, .page-id-21 .content, .page-id-26 .content, .page-id-10558 .content {
    padding: 75px 4%;
  }
  .content-featured {
    margin-top: 50px;
    padding: 0 3%;
  }
  .content-featured .intro p {
    max-width: 100%;
  }
  .page-id-10200 .content .intro p {
    max-width: 90%;
  }
  .product-dealer .banner {
    background-position: bottom;
  }
  .product-dealer .product .btn {
    top: 10px !important;
  }
  .content-video-callout .cell {
    margin-bottom: 100px;
  }
  .filter {
    float: none;
    margin: 50px 0 0 0;
    width: 100%;
  }
  .page-id-6 #content-callout-1 {
    margin: 0 3% !important;
    padding: 0 !important;
  }
  .page-id-10185 .content .intro p {
    max-width: 90%;
  }
  .page-id-10212 .content {
    padding: 105px 4%;
  }
  .page-id-10212 .content .intro {
    max-width: 100%;
  }
  .page-id-10212 #storemapper #storemapper-form #storemapper-zip,
  .page-id-10212 #storemapper #storemapper-form #storemapper-go {
    margin: 20px 0;
  }
  .page-id-10342 {
    background: linear-gradient(to bottom, white 490px, #d8d8d8 100px, white 100%);
  }
  .page-id-10342 .content .plain {
    margin: 0;
    max-width: 100%;
  }
  .page-id-10342 .content .plain h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .page-id-10342 .content .plain p {
    max-width: 100%;
  }
  .page-id-10342 .content .content-block {
    padding: 75px 3%;
  }
  .page-id-10342 .content .content-block h2 {
    margin: 0 auto;
    max-width: 100% !important;
  }
  .page-id-10342 .content .content-three-boxes .cell {
    margin-bottom: 30px;
  }
  .page-id-10342 .content .content-social-boxes .cell {
    margin-bottom: 50px;
  }
  .page-id-10342 .testimonial-slider {
    padding: 0;
  }
  .product-dealer .content-block {
    padding: 75px 3%;
  }
  .product-dealer .content-block h2 {
    margin: 0 auto;
    max-width: 100% !important;
  }
  .product-dealer .testimonial-slider {
    padding: 0;
  }
  .content-customer-photos .cell {
    margin-bottom: 50px;
  }
  .content-qr-callout {
    padding: 30px 0;
  }
  .page-id-10558 .content .intro p {
    max-width: 90%;
  }
  .page-id-10558 #content-block-1 .plain .cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-id-10558 #content-block-1 .plain .cell h4 {
    font-size: 16px;
  }
  .page-id-10558 #content-block-1 .plain .cell p {
    font-size: 12px;
    line-height: 18px;
  }
  .blog .content {
    padding: 75px 0;
  }
  .blog .content .intro p {
    max-width: 100%;
  }
  .blog .blog_posts {
    margin-top: 15px;
  }
  .widget_categories {
    margin-top: 50px;
  }
  .single-post .content {
    padding: 50px 0;
  }
  .single-post .content h1 {
    font-size: 42px;
    line-height: 48px;
  }
  .single-post .content .widget {
    float: none;
  }
  .single-post .content .widget select {
    font-size: 20px;
    margin: 20px 0 0 0;
    padding: 0 !important;
    width: 200px;
  }
  .single-post .content .blog_posts {
    margin: 30px 0;
    padding: 25px 7%;
  }
  .page-id-8 .plain {
    padding: 0;
  }
  .page-id-8 .plain h2 {
    max-width: 100%;
  }
  .page-id-8 .plain p {
    max-width: 100%;
  }
  .page-id-10 .content {
    padding: 50px 0;
  }
  .page-id-10 .content .plain p {
    max-width: 100%;
  }
  .page-id-14 .widget:nth-of-type(1) {
    height: 200px;
  }
  .page-id-10185 .content {
    padding: 25px 0 50px 0;
  }
  .page-id-10185 .featured {
    border-bottom: none;
    border-top: none;
    margin: 0 5%;
  }
  .page-id-10185 .featured img {
    margin-bottom: 25px;
  }
  .page-id-10200 .content,
  .page-id-10315 .content {
    padding: 75px 0;
  }
  .page-id-10200 .content iframe,
  .page-id-10315 .content iframe {
    width: 100%;
  }
  .page-id-10200 .content .intro p,
  .page-id-10315 .content .intro p {
    max-width: 100%;
  }
  .recent-posts .intro p {
    max-width: 100%;
  }
  .recent-posts ul {
    flex-direction: column;
    margin: 0 auto !important;
  }
  .recent-posts ul li {
    max-width: 100%;
    width: 90%;
  }
  .recent-posts ul li img {
    width: 100%;
  }
  #ambassadors {
    margin: 50px 0 0 0;
  }
  #ambassadors ul li {
    margin: 0 0 25px 0;
    max-width: 100%;
    width: 100%;
  }
  #diamond_dealers {
    margin: 50px 0 0 0;
  }
  #diamond_dealers ul li {
    margin: 0 0 25px 0;
    max-width: 100%;
    width: 100%;
  }
  .content-phone-app .image-block img {
    margin: -50px 0 -40px 0;
  }
  .content-phone-app p {
    padding: 0 5%;
  }
  .content-promotion {
    margin: 25px 7%;
    width: 86%;
  }
  .content-promotion .cell {
    margin: 0;
    padding: 0;
  }
  .content-promotion p {
    max-width: 100%;
  }
  .content-promotion .btn {
    float: none;
    margin: 25px 0 10px 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
  }
  .wpcf7 .medium,
  .wpcf7 .large {
    margin-right: 0;
    max-width: 100%;
  }
  .modules .content-callout-large .cell h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
  .demo_store {
    display: none !important;
  }
  .header.opened {
    margin-top: 0 !important;
  }
  #menu-mobile-navigation li a,
  #menu-mobile-navigation .submenu a {
    padding: 0.2rem 1rem !important;
  }
  .content-phone-app .image-block,
  .content-split-right .image-block,
  .content-split-left .image-block {
    display: inline-block;
    max-width: 100%;
    width: 100%;
  }
  .content-phone-app .image-block img,
  .content-split-right .image-block img,
  .content-split-left .image-block img {
    max-width: 65%;
  }
  .content-phone-app .copy,
  .content-phone-app .box-content,
  .content-split-right .copy,
  .content-split-right .box-content,
  .content-split-left .copy,
  .content-split-left .box-content {
    display: inline-block;
    margin: 40px auto;
    max-width: 80%;
    width: 100%;
  }
  .content-phone-app .image-block img {
    margin: -50px 0 -40px 0 !important;
  }
  .content-phone-app p {
    padding: 0 5%;
  }
  .page-id-10212 #storemapper #storemapper-form #storemapper-go {
    margin: 20px 0 !important;
  }
  .page-id-10212 .widget:nth-of-type(1) {
    float: left !important;
    padding: 40px 0 30px 0;
  }
  .wishlist_table h3 {
    font-size: 25px !important;
    line-height: 32px !important;
  }
  .wishlist-title a.show-title-form {
    visibility: visible !important;
  }
  .wishlist_table.mobile li .item-details table.item-details-table td,
  .wishlist_table.mobile li table.additional-info td.label {
    background: none !important;
    color: #000 !important;
    font-size: 16px !important;
  }
  #footer .cell:nth-child(1) {
    order: 3 !important;
    margin: 25px auto !important;
  }
  #footer .cell:nth-child(1) .col_right {
    float: left !important;
  }
  #footer .cell:nth-child(2) {
    width: 100% !important;
  }
  #footer .cell:nth-child(3) {
    order: 2;
    margin: 25px auto !important;
    text-align: left !important;
  }
  #footer .cell:nth-child(3) img {
    margin: 0 5px 5px 0 !important;
  }
}
#newsletter {
  background: rgb(250, 96, 0);
  background: -moz-linear-gradient(180deg, rgb(250, 96, 0) 0%, rgb(222, 3, 3) 100%);
  background: -webkit-linear-gradient(180deg, rgb(250, 96, 0) 0%, rgb(222, 3, 3) 100%);
  background: linear-gradient(180deg, rgb(250, 96, 0) 0%, rgb(222, 3, 3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fa6000",endColorstr="#de0303",GradientType=1);
  padding: 65px 3%;
  text-align: center;
}
#newsletter h5 {
  color: #ffffff;
}
#newsletter p {
  color: #ffffff;
  margin: 0 auto 20px auto;
  max-width: 55%;
}
#newsletter form {
  display: flex;
  margin: 0 auto;
  max-width: 50%;
}
#newsletter form input[type=email] {
  border: none;
  margin: 0;
}
#newsletter form input[type=email]:focus {
  border: none;
}
#newsletter form input[type=submit] {
  background: #ffffff;
  border: none;
  border-radius: 32px !important;
  color: #EE3901 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin-left: 15px;
  padding: 14px 63px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#newsletter form input[type=submit]:hover, #newsletter form input[type=submit]:focus, #newsletter form input[type=submit]:active {
  color: #000000 !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#footer {
  background: #000000;
  padding: 145px 8% 0 8%;
}
#footer .cell:nth-child(1) img {
  max-width: 120px;
}
#footer .cell:nth-child(2) {
  margin-top: 30px;
  text-align: center;
}
#footer .cell:nth-child(2) a {
  color: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#footer .cell:nth-child(2) a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#footer .cell:nth-child(3) {
  text-align: right;
}
#footer .cell:nth-child(3) a {
  color: #EE3901;
}
#footer .cell:nth-child(3) img {
  display: inline-block;
  transition: 0.25s ease-in-out;
}
#footer .cell:nth-child(3) img:hover {
  opacity: 0.6;
  transition: 0.25s ease-in-out;
}
#footer .cell:nth-child(3) ul {
  column-count: 2;
  column-gap: 0px;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100px;
}
#footer .cell:nth-child(3) ul li {
  margin: 0;
  padding: 0;
}
#footer h4 {
  font-size: 2vw;
}
#footer h4, #footer h6 {
  color: #ffffff;
  margin: 0;
}
#footer p {
  color: #EE3901;
  margin-bottom: 15px;
}
#footer hr {
  background-color: #EE3901;
  border: none;
  height: 2px;
  margin: 0;
}
#footer img {
  display: block;
  margin-bottom: 10px;
}

.legal {
  margin-top: 80px;
  padding: 5px 0 20px 0;
  text-align: center;
}
.legal p {
  color: #666666 !important;
  font-size: 12px;
  margin-bottom: 0 !important;
}
.legal a {
  color: #666666;
}
.legal a:hover {
  color: #EE3901;
}

@media only screen and (max-width: 750px) {
  #newsletter p {
    max-width: 100%;
  }
  #newsletter form {
    display: block;
    max-width: 90%;
  }
  #newsletter form input[type=email] {
    margin: 30px 0;
  }
  #newsletter form input[type=submit] {
    margin: 0;
    padding: 24px 63px;
  }
  #footer {
    padding: 60px 5% 0 5%;
  }
  #footer .cell:nth-child(1) {
    order: 3 !important;
    text-align: center;
  }
  #footer .cell:nth-child(1) .col_left {
    float: none;
  }
  #footer .cell:nth-child(1) .col_right {
    float: none;
    margin-top: 5px;
  }
  #footer .cell:nth-child(1) .col_right img {
    clear: none;
    display: inline-block !important;
    float: none;
    margin: 0 7px;
  }
  #footer .cell:nth-child(2) {
    order: 1;
    margin: 0;
  }
  #footer .cell:nth-child(3) {
    order: 2;
    margin: 75px auto;
    text-align: center;
  }
  #footer .cell:nth-child(3) img {
    clear: none;
    display: inline-block !important;
    float: none;
    margin: 0 7px;
  }
  #footer h4 {
    font-size: 22px;
    line-height: 30px;
  }
  #footer .cell:nth-child(3) ul {
    column-count: 1;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  #footer .cell:nth-child(3) ul li {
    display: inline-block;
  }
  #footer .cell:nth-child(3) ul li img {
    margin: 0 2px;
    vertical-align: middle;
  }
  .legal p {
    margin: 0 auto;
    max-width: 70%;
    text-align: center;
  }
}
.header {
  background: #ffffff;
  border-bottom: 1px solid #E4E4E4;
  height: 84px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
.header.opened {
  margin-top: 78px;
}
.header.closed {
  margin-top: 0 !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header.hide_me {
  margin-top: 0;
}
.header .top-bar, .header .top-bar ul {
  background-color: #ffffff;
}
.header .top-bar {
  padding: 17px 3%;
}
.header .logo {
  float: left;
  margin: 0 22px 0 0;
  max-height: 50px;
  max-width: 15%;
}
.header #menu-primary-navigation {
  margin-top: 5px;
}
.header .menu li.active > a {
  background: none;
  color: #EE3901;
}
.header .menu li.is-active > a {
  color: #EE3901;
}
.header .menu a {
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0.7rem 1rem !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .menu a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .menu a:after {
  display: none !important;
}
.header .menu .submenu {
  background: #000000;
  border: none;
  left: 0 !important;
  min-width: 100%;
  padding-left: 18%;
  position: fixed;
  top: 74px !important;
  width: 100vw;
}
.header .menu .submenu.opened {
  top: 160px !important;
}
.header .menu .submenu.closed {
  top: 74px !important;
}
.header .menu .submenu li {
  display: inline-block;
  width: auto;
}
.header .menu .submenu a {
  color: #ffffff;
  letter-spacing: 1px;
  padding: 40px 20px !important;
  text-transform: uppercase;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .menu .submenu a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .mini_cart {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .mini_cart .login {
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 0.7rem 1rem;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .mini_cart .login:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .mini_cart .cart_num {
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  margin: 0 25px 0 8px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .mini_cart .cart_num:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header .show-for-small-only {
  display: block !important;
}
.header #navicon {
  cursor: pointer;
  float: right;
  height: 24px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 35px;
}
.header #navicon span {
  background: #000000;
  display: block;
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header #navicon span:nth-child(1) {
  top: 0px;
}
.header #navicon span:nth-child(2), .header #navicon span:nth-child(3) {
  top: 10px;
}
.header #navicon span:nth-child(4) {
  top: 20px;
}
.header #navicon:hover span {
  background: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.header #navicon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.header #navicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header #navicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header #navicon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.menu-item-9921:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #000000;
  content: " ";
  display: none;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 54px;
  width: 0;
}
.menu-item-9921:hover:after {
  display: block;
}

.mobile_nav {
  display: none;
}

.off-canvas {
  background: #000000;
  height: auto;
  padding: 74px 50px;
  transform: translateX(305px);
  width: 305px !important;
  z-index: 100000 !important;
}
.off-canvas .menu {
  margin: 30px 0;
}
.off-canvas .menu li a {
  color: #ffffff;
  margin: 0;
  outline: none;
  padding: 12px 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.off-canvas .menu li a:focus {
  outline: none;
}
.off-canvas .menu li a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.off-canvas .menu li.active > a {
  background: none;
  color: #EE3901;
}
.off-canvas img {
  display: block;
  margin: 9px 0;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.off-canvas img:hover {
  opacity: 0.6;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.off-canvas .close_me {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .content.opened {
    margin-top: 175px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 750px) {
  .header .top-bar {
    padding: 17px 0;
  }
  .header .logo {
    margin-left: 20px;
  }
  .header #navicon {
    margin-right: 20px;
    margin-top: 18px;
  }
}
@media only screen and (min-width: 1629px) and (max-width: 2500px) {
  .header.opened {
    margin-top: 50px;
  }
}
.woocommerce-store-notice,
p.demo_store {
  background-color: #000000;
  font-size: 13px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  display: none;
}
.woocommerce .product_archives {
  margin: 0 auto;
  max-width: 1440px;
  padding: 40px 3%;
}
.woocommerce .product_archives h1 {
  margin-bottom: 30px;
}
.woocommerce .product_archives h2 {
  color: #DE0303;
  font-size: 20px !important;
  line-height: 28px;
}
.woocommerce .product_archives h2 a {
  color: #DE0303;
}
.woocommerce .product_archives ul.products {
  padding: 30px 3% !important;
}
.woocommerce .product_archives ul.products li.product a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .product_archives ul.products li.product a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .product_archives ul.products li.product a img {
  border-radius: 7px;
}
.woocommerce .product {
  padding: 40px 3%;
  width: 100%;
}
.woocommerce .product .btn {
  color: #ffffff !important;
  height: 63px;
  left: 0;
  margin: auto;
  opacity: 0;
  padding: 24px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 190px;
}
.woocommerce .product .btn:hover {
  color: #ffffff !important;
}
.woocommerce .product:hover .btn {
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .product del {
  color: #D8D8D8;
}
.woocommerce .product ins {
  text-decoration: none;
}
.woocommerce .product .onsale {
  background: none;
  right: -30px !important;
  text-align: right;
  top: -30px !important;
}
.woocommerce .product .onsale img {
  height: auto;
  max-width: 64px;
}
.woocommerce .product .product_use {
  background: #D8D8D8;
  font-size: 15px;
  letter-spacing: 1.2px;
  padding: 3px 13px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
}
.woocommerce .product .product_use.none {
  display: none;
}
.woocommerce .product .add_to_cart_button,
.woocommerce .product .product_type_variable {
  display: none !important;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50px;
}
.woocommerce .product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: none;
  margin-right: 5.8823529412%;
}
.woocommerce .product .woocommerce-tabs ul.tabs:before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d3ced2;
  z-index: 1;
}
.woocommerce .product .woocommerce-tabs ul.tabs li {
  border: 1px solid #d3ced2;
  background-color: #ebe9eb;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce .product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce .product .woocommerce-tabs ul.tabs li.active:before {
  box-shadow: 2px 2px 0 #fff;
}
.woocommerce .product .woocommerce-tabs ul.tabs li.active:after {
  box-shadow: -2px 2px 0 #fff;
}
.woocommerce .product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce .product .woocommerce-tabs ul.tabs li:after, .woocommerce .product .woocommerce-tabs ul.tabs li:before {
  border: 1px solid #d3ced2;
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 0;
  content: " ";
}
.woocommerce .product .woocommerce-tabs ul.tabs li:before {
  left: -6px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  box-shadow: 2px 2px 0 #ebe9eb;
}
.woocommerce .product .woocommerce-tabs ul.tabs li:after {
  right: -6px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  box-shadow: -2px 2px 0 #ebe9eb;
}
.woocommerce .product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce .woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em;
}
.woocommerce .woocommerce-product-gallery figure {
  margin: 0;
}
.woocommerce .woocommerce-product-gallery img {
  display: block;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #EE3901;
  color: #ffffff;
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #000000;
  border-color: #1781ae;
  color: #ffffff;
}
.woocommerce .woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.woocommerce .woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce .woocommerce-product-gallery .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce .woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%;
}
.woocommerce .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%;
}
.woocommerce .woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%;
}
.woocommerce .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99;
}
.woocommerce .woocommerce-product-gallery__trigger a {
  text-decoration: none;
}
.woocommerce .woocommerce-info {
  background: #E4E4E4;
  border-radius: 7px;
  border-top-color: #000000;
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 25px 0;
}
.woocommerce .woocommerce-info:before {
  color: #000000;
}
.woocommerce .woocommerce-info .btn {
  float: right;
}
.woocommerce .woocommerce-message {
  background: #E4E4E4;
  border-radius: 7px;
  border-top-color: #EE3901;
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 25px 0;
}
.woocommerce .woocommerce-message:before {
  color: #EE3901;
}
.woocommerce .woocommerce-error {
  background: #E4E4E4;
  border-radius: 7px;
  border-top-color: #DE0303;
  color: #000000;
  font-family: canada-type-gibson, sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 25px 0;
}
.woocommerce .woocommerce-error:before {
  color: #DE0303;
}
.woocommerce.single-product .banner {
  background-size: cover !important;
  margin: 0;
  padding: 165px 5%;
}
.woocommerce.single-product .banner .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.woocommerce.single-product .banner .wrapper .giant_font {
  color: #ffffff;
  display: block;
  margin: 0;
  max-width: 50%;
  padding-left: 3%;
}
.woocommerce.single-product .product {
  background: #ffffff;
  padding: 100px 0;
}
.woocommerce.single-product .product .wrapper {
  margin: 0 auto;
  max-width: 1440px;
}
.woocommerce.single-product .product .messages {
  padding: 0 3%;
}
.woocommerce.single-product .product h1 {
  font-size: 25px;
  line-height: 30px;
  margin: 55px 0 20px 0;
}
.woocommerce.single-product .product .img_cell {
  margin-bottom: 80px;
  padding: 0 3%;
  position: relative;
}
.woocommerce.single-product .product .img_cell img {
  border-radius: 7px;
  margin: 0 auto;
}
.woocommerce.single-product .product .img_cell .emoji {
  display: block !important;
  height: 20px !important;
  width: 20px !important;
  margin: 5px !important;
}
.woocommerce.single-product .product .meta {
  margin-bottom: 80px;
  padding: 0 3%;
}
.woocommerce.single-product .product .meta .quantity .qty {
  border: 1px solid #000000;
  float: left;
  height: 63px;
  margin: 0 22px 0 0;
  max-width: 100px;
}
.woocommerce.single-product .product .onsale {
  right: 0px !important;
  top: -50px !important;
}
.woocommerce.single-product .product .quantity label {
  float: left;
  line-height: 63px;
  margin-right: 10px;
}
.woocommerce.single-product .product .variations thead, .woocommerce.single-product .product .variations tbody, .woocommerce.single-product .product .variations tfoot {
  border: none;
}
.woocommerce.single-product .product .variations .label {
  background: none;
  display: none;
}
.woocommerce.single-product .product .variations .value {
  padding: 0;
}
.woocommerce.single-product .product .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 25px;
}
.woocommerce.single-product .product .single_variation_wrap .woocommerce-variation-price span {
  font-family: canada-type-gibson, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}
.woocommerce.single-product .product .flex-control-nav {
  margin-top: 20px;
  text-align: center;
}
.woocommerce.single-product .product .flex-control-nav li {
  display: inline-block;
  float: none;
  margin: 0 8px;
  width: auto;
}
.woocommerce.single-product .product .flex-control-nav img {
  max-width: 75px;
}
.woocommerce.single-product .product .flex-control-nav .flex-active {
  border: 1px solid #EE3901;
  border-radius: 0;
}
.woocommerce.single-product .product_promotion {
  margin: 85px 0;
}
.woocommerce.single-product .product_promotion h4 {
  color: #000000;
  line-height: 32px;
  margin-bottom: 45px;
  margin-left: 23%;
  max-width: 40%;
}
.woocommerce.single-product .product_promotion .fbt {
  float: left;
  margin: 50px 75px 0 -75px;
  max-width: 23%;
}
.woocommerce.single-product .product_promotion thead, .woocommerce.single-product .product_promotion tbody, .woocommerce.single-product .product_promotion tfoot {
  border: none !important;
}
.woocommerce.single-product .product_promotion table {
  border: none;
  float: left;
  max-width: 70%;
}
.woocommerce.single-product .product_promotion table tr:nth-child(even) {
  background-color: transparent !important;
}
.woocommerce.single-product .product_promotion table .gradient {
  background: rgb(222, 3, 3);
  background: -moz-linear-gradient(45deg, rgb(222, 3, 3) 0%, rgb(234, 72, 2) 50%, rgb(249, 143, 0) 100%);
  background: linear-gradient(45deg, rgb(222, 3, 3) 0%, rgb(234, 72, 2) 50%, rgb(249, 143, 0) 100%);
  background: -webkit-linear-gradient(45deg, rgb(222, 3, 3) 0%, rgb(234, 72, 2) 50%, rgb(249, 143, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de0303",endColorstr="#f98f00",GradientType=1);
}
.woocommerce.single-product .product_promotion table .gradient p {
  color: #ffffff;
  margin: 0;
}
.woocommerce.single-product .product_promotion table tr {
  border-bottom: 2px solid #000000;
}
.woocommerce.single-product .product_promotion table td {
  text-align: center;
  width: 20%;
}
.woocommerce.single-product .product_promotion table .no_border {
  border-bottom: none;
}
.woocommerce.single-product .product_promotion table p {
  margin: 0;
  padding: 10px 0;
}
.woocommerce.single-product .product_promotion table a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce.single-product .product_promotion table a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce.single-product .product_promotion > div > table > tbody > tr:nth-child(1) > th.gradient {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.woocommerce.single-product .product_promotion > div > table > tbody > tr.no_border > td.gradient {
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.woocommerce.single-product .lifestyle_images {
  margin-bottom: 60px;
  width: 100%;
}
.woocommerce.single-product .lifestyle_images img {
  width: 100%;
}
.woocommerce.single-product .product_includes ul {
  list-style: none;
  margin: 8px 0;
  max-width: 50%;
  padding: 0;
}
.woocommerce.single-product .product_includes ul li {
  border-bottom: 1px solid #000000;
  line-height: 20px;
  padding: 8px 0;
}
.woocommerce.single-product .product_includes ul li:last-child() {
  border-bottom: none;
}
.woocommerce.single-product .product_resources {
  background: #ffffff;
  border: 8px solid #000000;
  border-radius: 5px;
  box-shadow: -15px 15px 18px rgba(0, 0, 0, 0.3);
  margin: 50px 3% 50px 0;
  max-width: 80%;
  padding: 25px;
}
.woocommerce.single-product .product_resources p {
  margin-bottom: 10px;
}
.woocommerce.single-product .product_resources span {
  color: #EE3901;
  font-size: 30px;
  vertical-align: middle;
}
.woocommerce.single-product .product_resources a {
  color: #000000;
  font-weight: bold;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce.single-product .product_resources a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce.single-product .woocommerce-tabs {
  background: rgb(216, 216, 216);
  background: -moz-linear-gradient(180deg, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(180deg, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(180deg, rgb(216, 216, 216) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8d8d8",endColorstr="#ffffff",GradientType=1);
  padding: 105px 0 0 0;
}
.woocommerce.single-product .woocommerce-tabs .tabs {
  background: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 9px solid #EE3901;
  margin: 0 auto !important;
  max-width: 522px;
  padding: 0 !important;
  text-align: center;
  white-space: nowrap;
}
.woocommerce.single-product .woocommerce-tabs .tabs:before {
  border-bottom: none !important;
}
.woocommerce.single-product .woocommerce-tabs .tabs li {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.woocommerce.single-product .woocommerce-tabs .tabs li:nth-child(1) a {
  border-right: 4px solid #EE3901 !important;
  padding: 0 17px 0 0 !important;
}
.woocommerce.single-product .woocommerce-tabs .tabs li:nth-child(2) a {
  border-right: 4px solid #EE3901 !important;
  padding: 0 17px 0 21px !important;
}
.woocommerce.single-product .woocommerce-tabs .tabs li:nth-child(3) a {
  padding: 0 0 0 21px !important;
}
.woocommerce.single-product .woocommerce-tabs .tabs li:before {
  display: none;
}
.woocommerce.single-product .woocommerce-tabs .tabs li.active {
  background: none !important;
}
.woocommerce.single-product .woocommerce-tabs .tabs li.active a {
  color: #000000 !important;
}
.woocommerce.single-product .woocommerce-tabs .tabs li a {
  color: #EE3901 !important;
  font-size: 25px;
  line-height: 25px;
  margin: 25px auto !important;
}
.woocommerce.single-product .woocommerce-tabs .wc-tab {
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 7%;
}
.woocommerce.single-product .woocommerce-tabs .wc-tab .btn {
  opacity: 1 !important;
  padding: 24px 63px !important;
  position: relative !important;
  width: auto !important;
}
.woocommerce.single-product .woocommerce-tabs .woocommerce-Reviews-title {
  display: none;
}
.woocommerce.single-product .up-sells,
.woocommerce.single-product .related,
.woocommerce.single-product .cross-sells {
  margin: 0 auto;
  max-width: 1440px;
  padding: 50px 3%;
}
.woocommerce.single-product .up-sells h2,
.woocommerce.single-product .related h2,
.woocommerce.single-product .cross-sells h2 {
  text-align: center;
}
.woocommerce.single-product .up-sells p,
.woocommerce.single-product .related p,
.woocommerce.single-product .cross-sells p {
  margin: 15px auto 40px auto;
  max-width: 40%;
  text-align: center;
}
.woocommerce.single-product .up-sells .products img,
.woocommerce.single-product .related .products img,
.woocommerce.single-product .cross-sells .products img {
  border-radius: 7px;
}
.woocommerce.single-product .up-sells .products a,
.woocommerce.single-product .related .products a,
.woocommerce.single-product .cross-sells .products a {
  color: #000000;
}
.woocommerce.single-product .up-sells .products p,
.woocommerce.single-product .related .products p,
.woocommerce.single-product .cross-sells .products p {
  max-width: 100%;
  text-align: left;
}
.woocommerce.single-product .up-sells .products .button,
.woocommerce.single-product .related .products .button,
.woocommerce.single-product .cross-sells .products .button {
  display: none;
}
.woocommerce.single-product .up-sells .products .btn,
.woocommerce.single-product .related .products .btn,
.woocommerce.single-product .cross-sells .products .btn {
  color: #ffffff !important;
  height: 63px;
  left: 0;
  margin: auto;
  opacity: 0;
  padding: 24px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 30%;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 190px;
}
.woocommerce.single-product .up-sells .products .btn:hover,
.woocommerce.single-product .related .products .btn:hover,
.woocommerce.single-product .cross-sells .products .btn:hover {
  color: #ffffff !important;
}
.woocommerce.single-product .up-sells .products li:hover .btn,
.woocommerce.single-product .related .products li:hover .btn,
.woocommerce.single-product .cross-sells .products li:hover .btn {
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .button {
  background: rgb(222, 3, 3) !important;
  background: -moz-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%) !important;
  background: -webkit-linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%) !important;
  background: linear-gradient(90deg, rgb(222, 3, 3) 0%, rgb(250, 96, 0) 51%, rgb(222, 3, 3) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#de0303",endColorstr="#fa6000",GradientType=1) !important;
  background-size: 200% auto !important;
  border: none;
  border-radius: 32px !important;
  color: #ffffff !important;
  display: inline-block;
  font-family: canada-type-gibson, sans-serif;
  font-style: normal;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  padding: 24px 63px !important;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .button:hover, .woocommerce .button:focus, .woocommerce .button:active {
  background-position: right center !important;
  color: #ffffff;
}
.woocommerce ul#shipping_method {
  margin-bottom: 10px;
}
.woocommerce ul#shipping_method li {
  margin: 0;
}
.woocommerce ul#shipping_method li input {
  vertical-align: middle;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border: 1px solid #000000;
}
.woocommerce .woocommerce-shipping-calculator a {
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-shipping-calculator a:hover {
  color: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-cart-form {
  width: 100%;
}
.woocommerce .woocommerce-cart-form .cart {
  margin: 60px auto;
}
.woocommerce .woocommerce-cart-form .product-remove {
  float: left;
  margin: 37px 10px 0 0;
}
.woocommerce .woocommerce-cart-form .product-remove a.remove {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-remove a.remove:hover {
  background: #EE3901 !important;
  color: #ffffff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-name img {
  border-radius: 7px;
  float: left;
  margin-right: 30px;
  max-width: 124px;
}
.woocommerce .woocommerce-cart-form .product-name a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-name a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-cart-form .product-quantity label {
  display: none;
}
.woocommerce .woocommerce-cart-form .product-quantity input {
  border: none;
  max-width: 60px;
  padding: 0 !important;
  text-align: left;
}
.woocommerce .woocommerce-cart-form .cart_item {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}
.woocommerce .woocommerce-cart-form .no-padding .columns {
  padding: 0;
}
.woocommerce .woocommerce-cart-form .coupon {
  margin: 40px 0;
}
.woocommerce .woocommerce-cart-form .coupon label {
  display: none;
}
.woocommerce .woocommerce-cart-form .coupon input[type=text] {
  float: left;
  height: 63px;
  margin-right: 24px;
  max-width: 40%;
}
.woocommerce .woocommerce-cart-form .coupon button {
  margin-right: 12px;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells {
  margin-top: 88px;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells h5 {
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: left;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells img {
  border-radius: 7px;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells p {
  display: none;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells a {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells a:hover {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells .btn {
  color: #ffffff !important;
  height: 63px;
  left: 0;
  margin: auto;
  opacity: 0;
  padding: 24px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 60px;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  width: 190px;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells .btn:hover {
  color: #ffffff !important;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells .product h5 {
  border-bottom: none;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells .product:nth-child(3) {
  clear: right;
  margin-right: 0;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells .product.last {
  margin-right: 3.8%;
}
.woocommerce .woocommerce-cart-form .coupon .cross-sells .product:hover .btn {
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce .thirty_two {
  padding-left: 32px;
}
.woocommerce .forty_five {
  padding-left: 45px;
}
.woocommerce .cart-collaterals {
  background: #000000;
  border-radius: 7px;
  margin-left: 32px;
  padding: 42px;
}
.woocommerce .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals h4 {
  color: #ffffff;
  line-height: 28px;
  margin: 0 0 18px 0;
}
.woocommerce .cart-collaterals .cart_totals label {
  color: #ffffff;
}
.woocommerce .cart-collaterals p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.woocommerce .cart-collaterals .woocommerce-shipping-destination {
  text-align: left;
}
.woocommerce .cart-collaterals .shipping-calculator-form .button {
  margin-top: 15px;
}
.woocommerce .cart-collaterals .amount {
  text-align: right;
}
.woocommerce .cart-collaterals .columns,
.woocommerce .cart-collaterals .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce .woocommerce-shipping-fields {
  margin-top: 30px;
}
.woocommerce .woocommerce-terms-and-conditions {
  color: #ffffff;
}
.woocommerce .woocommerce-terms-and-conditions h1, .woocommerce .woocommerce-terms-and-conditions h2, .woocommerce .woocommerce-terms-and-conditions h3 {
  font-size: 22px;
  line-height: 28px;
}
.woocommerce .woocommerce-checkout .add_gift_card_form #wc_gc_cart_redeem_form input[type=text] {
  margin-bottom: 20px !important;
}
.woocommerce #wc_gc_cart_redeem_send {
  margin: 0 auto;
  padding: 24px 63px !important;
  width: 203px !important;
}
.woocommerce .woocommerce-checkout-review-order {
  background: #000000;
  border-radius: 7px;
  margin-left: 32px;
  padding: 42px;
}
.woocommerce .woocommerce-checkout-review-order h4 {
  color: #ffffff;
  margin: 0 0 18px 0;
}
.woocommerce .woocommerce-checkout-review-order .compatibility {
  background: #ffffff;
  border: 2px solid #EE3901;
  margin: 20px 0;
  padding: 10px;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-form__label-for-checkbox {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 30px;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-form__label-for-checkbox a {
  color: #DE0303;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
  width: 100%;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table h4 {
  color: #ffffff;
  margin: 0 0 18px 0;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table label {
  color: #ffffff !important;
}
.woocommerce .woocommerce-checkout-review-order .woocommerce-invalid label {
  color: #DE0303 !important;
}
.woocommerce .woocommerce-checkout-review-order p {
  color: #ffffff;
}
.woocommerce .woocommerce-checkout-review-order .amount {
  text-align: right;
}
.woocommerce .woocommerce-checkout-review-order .columns,
.woocommerce .woocommerce-checkout-review-order .column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce .woocommerce-checkout-review-order .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
  display: table !important;
  margin: 30px auto;
}
.woocommerce .wc-proceed-to-checkout #pay_with_amazon {
  margin: 0 auto 30px auto !important;
  text-align: center !important;
}
.woocommerce .wc-proceed-to-checkout .message {
  color: #ffffff !important;
}
.woocommerce .wc-proceed-to-checkout .wc-apa-button-separator {
  margin: 20px auto;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
  background: none;
}
.woocommerce #add_payment_method #payment label,
.woocommerce .woocommerce-cart #payment label,
.woocommerce .woocommerce-checkout #payment label {
  color: #ffffff;
}
.woocommerce #add_payment_method #payment .form-row,
.woocommerce #add_payment_method #payment .payment_methods,
.woocommerce .woocommerce-cart #payment .form-row,
.woocommerce .woocommerce-cart #payment .payment_methods,
.woocommerce .woocommerce-checkout #payment .form-row,
.woocommerce .woocommerce-checkout #payment .payment_methods {
  margin: 0;
  padding: 10px 0;
}
.woocommerce #add_payment_method #payment .payment_box,
.woocommerce .woocommerce-cart #payment .payment_box,
.woocommerce .woocommerce-checkout #payment .payment_box {
  background: #ffffff;
}
.woocommerce #add_payment_method #payment .payment_box:before,
.woocommerce .woocommerce-cart #payment .payment_box:before,
.woocommerce .woocommerce-checkout #payment .payment_box:before {
  border: 1em solid #ffffff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.woocommerce #add_payment_method #payment .payment_box label,
.woocommerce #add_payment_method #payment .payment_box p,
.woocommerce .woocommerce-cart #payment .payment_box label,
.woocommerce .woocommerce-cart #payment .payment_box p,
.woocommerce .woocommerce-checkout #payment .payment_box label,
.woocommerce .woocommerce-checkout #payment .payment_box p {
  color: #000000;
}
.woocommerce #add_payment_method #payment #place_order,
.woocommerce .woocommerce-cart #payment #place_order,
.woocommerce .woocommerce-checkout #payment #place_order {
  display: block;
  float: none;
  margin: 0 auto;
}
.woocommerce #add_payment_method #payment a:hover,
.woocommerce .woocommerce-cart #payment a:hover,
.woocommerce .woocommerce-checkout #payment a:hover {
  color: #EE3901;
}
.woocommerce .cart_border {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 18px;
}

.woocommerce-shop.archive h1 {
  margin-top: 50px;
  text-align: center;
}

#customer_login .login_room {
  margin-bottom: 50px;
}

.postid-10564 .woocommerce-tabs {
  display: none;
}

.postid-13717 .content-promotion,
.postid-13717 .testimonial-slider,
.postid-13717 .promo_hide {
  display: none;
}
.postid-13717 .content-video-callout {
  margin: 0 2% 75px 2% !important;
}
.postid-13717 .woocommerce-tabs {
  display: block !important;
}
.postid-13717 .product_promotion {
  margin: 40px 0 120px 0 !important;
}

.stars a:hover,
.stars a:focus {
  color: #000000 !important;
}

.woocommerce-Reviews .meta {
  padding: 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  border: 1px solid #000000;
  margin: 0;
}

.related {
  display: none;
}

.outofstock .button.product_type_simple {
  display: none;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 3.8%;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: none;
}

ul.products {
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  list-style: none;
  margin: 60px auto !important;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
ul.products li.product {
  margin: 35px auto !important;
  position: relative;
  text-align: left;
  width: 100%;
}

.woocommerce-pagination .page-numbers {
  border: none !important;
}
.woocommerce-pagination .page-numbers li {
  border-right: none !important;
}
.woocommerce-pagination .page-numbers li .current {
  background: none !important;
  color: #EE3901 !important;
}
.woocommerce-pagination .page-numbers li a {
  color: #000000;
}

.woocommerce-account h1 {
  margin-bottom: 30px;
}
.woocommerce-account .main a {
  color: #EE3901;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce-account .main a:hover {
  color: #000000;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: auto;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 24px;
}
.woocommerce-account .woocommerce-Addresses h5 {
  font-weight: 600;
  margin: 35px 0 0 0;
}

@media only screen and (max-width: 750px) {
  .tax-product_cat .term-description,
  .category-products .term-description {
    max-width: 90%;
  }
  .tax-product_cat .content-callout-three-up .cell,
  .category-products .content-callout-three-up .cell {
    width: 100% !important;
  }
  .woocommerce .content-featured {
    padding: 0 5%;
  }
  .woocommerce .content-featured .intro p {
    max-width: 100%;
  }
  .woocommerce .content-featured ul {
    padding: 0;
  }
  .woocommerce .content-featured ul li {
    margin: 0 0 25px 0 !important;
    width: 100% !important;
  }
  .woocommerce .related p {
    max-width: 90% !important;
  }
  .woocommerce .woocommerce-info .btn {
    float: none;
    margin: 20px 0 10px 0;
  }
  .woocommerce .woocommerce-message {
    display: grid;
    padding: 35px !important;
    text-align: center;
  }
  .woocommerce .woocommerce-message .button {
    margin: 20px 0 !important;
  }
  .woocommerce .products.columns-3 {
    margin: 0 auto !important;
    padding: 25px 4% !important;
  }
  .woocommerce .products.columns-3 li {
    width: 100% !important;
  }
  .woocommerce.single-product .banner {
    padding: 70px 4% !important;
  }
  .woocommerce.single-product .banner .giant_font {
    max-width: 90% !important;
  }
  .woocommerce.single-product .product {
    padding: 25px 0 0 0 !important;
  }
  .woocommerce.single-product .product .img_cell {
    padding: 0 7% !important;
    margin: 25px 0 0 0 !important;
  }
  .woocommerce.single-product .product .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }
  .woocommerce.single-product .product .meta {
    padding: 0 7% !important;
  }
  .woocommerce.single-product .product .meta h1 {
    margin-top: 15px;
  }
  .woocommerce.single-product .product .meta .button {
    margin-top: 35px;
  }
  .woocommerce.single-product .product_promotion h4 {
    margin-bottom: 25px;
    margin-left: 5%;
    max-width: 100%;
  }
  .woocommerce.single-product .product_promotion .fbt {
    float: none;
    margin: 0 5%;
    max-width: 90%;
  }
  .woocommerce.single-product .product_promotion table p {
    font-size: 11px;
    line-height: 14px;
  }
  .woocommerce.single-product .up-sells .products .btn,
  .woocommerce.single-product .related .products .btn {
    top: 35%;
  }
  .woocommerce.single-product .cross-sells ul li {
    padding: 0 !important;
  }
  .woocommerce.single-product .woocommerce-tabs {
    padding: 64px 7% !important;
  }
  .woocommerce.single-product .woocommerce-tabs li a {
    font-size: 14px !important;
  }
  .woocommerce.single-product .woocommerce-tabs .wc-tab {
    padding: 0 !important;
  }
  .woocommerce.single-product .woocommerce-tabs .wc-tab .grix-x,
  .woocommerce.single-product .woocommerce-tabs .wc-tab .grid-margin-x {
    margin: 0 !important;
  }
  .woocommerce.single-product .woocommerce-tabs .wc-tab .cell {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
  }
  .woocommerce.single-product .woocommerce-tabs .wc-tab .product_includes ul {
    max-width: 100%;
  }
  .woocommerce.single-product .woocommerce-tabs .wc-tab .product_resources {
    margin: 50px 0;
    max-width: 100%;
  }
  .woocommerce .shop_table {
    margin: 30px 0 !important;
    padding: 0 3%;
  }
  .woocommerce .shop_table .grid-x {
    display: inline-block !important;
  }
  .woocommerce .shop_table .grid-x .product-remove {
    margin: 0 0 0 -25px;
  }
  .woocommerce .shop_table .grid-x .product-name img {
    float: none;
    margin-bottom: 5px;
  }
  .woocommerce .shop_table .row {
    width: 100%;
  }
  .woocommerce .shop_table .actions {
    float: left;
  }
  .woocommerce .shop_table .actions .coupon input[type=text] {
    max-width: 100%;
  }
  .woocommerce .shop_table .actions .cross-sells {
    float: left;
  }
  .woocommerce .shop_table .actions .cross-sells ul {
    padding: 0 !important;
  }
  .woocommerce .shop_table .actions .cross-sells ul li {
    margin: 15px 0 !important;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce form .form-row-first button,
  .woocommerce form .form-row-last button {
    left: 50%;
    margin-top: 15px;
    transform: translateX(-50%);
  }
  .woocommerce #order_review {
    margin: 10px 3%;
    padding: 21px;
  }
  .woocommerce #payment .payment_methods {
    padding: 0 !important;
  }
  .woocommerce .payment_box .form-row {
    margin: 0 !important;
  }
  .woocommerce .woocommerce-checkout #payment label {
    max-width: 80%;
  }
  .woocommerce .payment_methods li {
    margin: 0 0 10px 0;
  }
  .woocommerce h3.thirty_two {
    margin: 30px 0 15px 0;
    padding-left: 10px;
  }
  .woocommerce .columns.forty_five {
    display: none;
  }
  .woocommerce .coupon button {
    display: block !important;
    float: none !important;
    margin: 0 auto 15px auto !important;
    max-width: 70% !important;
    width: 100% !important;
  }
  .woocommerce.single-product .product .flex-control-nav li {
    margin: 0 2px;
  }
  .flex-control-thumbs {
    margin-left: 0;
  }
  .stock {
    float: right;
    margin-top: 20px;
  }
  .checkout_box {
    float: left !important;
    padding: 0;
  }
  .checkout_box .cart-collaterals {
    margin: 0 !important;
    padding: 20px !important;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* 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;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}


/*# sourceMappingURL=main.css.map */