.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.module_fullscreen {
  position: relative;
  padding-bottom: 1vw;
}
.module_fullscreen > div {
  position: relative;
}
.module_fullscreen img {
  display: block;
  width: 100%;
  max-width: none;
}
.landing_module,
.full_module {
  display: flex;
  padding: 0 1vw;
  flex-wrap: wrap;
  justify-content: center;
}
.landing_module > div,
.full_module > div {
  padding: 1vw;
  overflow: hidden;
}
.landing_module a img,
.full_module a img {
  transition: all 0.3s ease;
}
.landing_module a:hover img,
.full_module a:hover img {
  opacity: 0.95;
}
.landing_module img,
.full_module img {
  display: block;
  margin: auto;
}
.landing_module p,
.full_module p {
  line-height: 2em;
}
.landing_module {
  max-width: 1600px;
  margin: 0 auto;
}
.module_content {
  display: block;
}
.module_col_1 {
  width: 100%;
}
.module_col_2 {
  width: 50%;
}
.module_col_3 {
  width: 33.333%;
}
.module_col_4 {
  width: 25%;
}
.module_col_5 {
  width: 20%;
}
.module_col_6 {
  width: 16.666%;
}
.module_col_8 {
  width: 12.5%;
}
.module_bg {
  height: 100%;
  background: rgba(221,221,221,0.15);
}
.side_txt {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module_col_1 .side_txt .module_content_img {
  width: 66.666%;
}
.module_col_1 .side_txt .module_content_txt {
  width: 33.333%;
}
.module_col_1 .inverted_txt .module_content_img {
  width: 33.333%;
}
.module_col_1 .inverted_txt .module_content_txt {
  width: 66.666%;
}
.module_col_1 .half_txt .module_content_img,
.module_col_1 .half_txt .module_content_txt {
  width: 50%;
}
.module_col_2 .side_txt .module_content_img,
.module_col_2 .side_txt .module_content_txt {
  width: 50%;
}
.module_content_txt {
  padding: 20px 0 25px;
  text-align: center;
  overflow: hidden;
}
.module_content_txt * {
  margin: 0 !important;
}
.module_content_txt * + * {
  margin-top: 15px !important;
}
.module_content_txt * + .button {
  margin-top: 20px !important;
}
.module_bg .module_content_txt {
  padding-right: 20px;
  padding-left: 20px;
}
.side_txt .module_content_txt {
  padding-right: 3vw;
  padding-left: 3vw;
}
.module_slider {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1vw;
}
.slider > * {
  padding: 1vw;
}
.slide_txt {
  position: absolute;
  top: 3rem;
  right: 3rem;
  bottom: 3rem;
  left: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 1.2em;
}
.mosaic_module {
  display: grid;
  margin: auto;
  padding: 0 5px;
  align-items: center;
}
.mosaic_module img {
  display: block;
}
.mosaic_module_frame {
  max-width: 1600px;
}
.mosaic_6_6 {
  grid-template-rows: auto;
  grid-template-columns: 6fr 6fr;
}
.mosaic_4_8 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
}
.mosaic_8_4 {
  grid-template-rows: auto;
  grid-template-columns: 8fr 4fr;
}
.mosaic_3_6_3 {
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr 3fr;
}
.mosaic_4_4_4 {
  grid-template-rows: auto;
  grid-template-columns: 4fr 4fr 4fr;
}
.mosaic_content {
  display: grid;
}
.mosaic_grid_2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
.mosaic_item {
  padding: 5px;
}
.icon_txt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.icon_txt .module_content_img {
  flex: 0 0 50px;
  height: 50px;
  text-align: center;
}
.icon_txt .module_content_img svg {
  width: 100%;
}
.icon_txt .module_content_img i {
  font-size: 3em;
}
.icon_txt .icon_bg {
  flex: 0 0 60px;
  height: 60px;
  background: #eee;
  padding: 10px;
}
.icon_txt .icon_bg svg {
  color: #000;
}
.icon_txt .icon_bg i {
  line-height: 40px;
  font-size: 2em;
  color: #000;
}
.icon_txt .module_content_txt {
  padding: 0 0 0 15px;
  text-align: left;
}
.icon_txt .module_content_txt p {
  margin: 0 !important;
  line-height: 1.5em;
}
.icon_txt .module_content_txt .icon_txt_title {
  font-size: 1.3em;
  font-weight: 600;
}
.icon_txt .module_content_txt .icon_txt_subtitle {
  font-size: 0.85em;
}
.module_brands {
  position: relative;
  padding: 30px;
  overflow: hidden;
}
.module_brands .prevButton,
.module_brands .nextButton {
  width: auto;
  padding: 0;
  cursor: pointer;
}
.brands_slider > div {
  display: inline-block;
}
.custom_list {
  position: relative;
  max-width: 1600px;
  margin: 1.5vw auto;
  padding: 0 1.5vw;
}
.mosaic_module .custom_list {
  margin: 0 auto;
}
.module_video {
  box-sizing: content-box;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.module_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 801px) {
  .h_center {
    text-align: center;
  }
  .h_left {
    text-align: left;
  }
  .h_right {
    text-align: right;
  }
  .v_top {
    align-self: flex-start;
  }
  .v_bottom {
    align-self: flex-end;
  }
  .v_middle {
    align-self: center;
  }
}
@media only screen and (max-width: 800px) {
  .landing_module {
    font-size: 0.9em;
  }
  .side_txt {
    flex-direction: column;
  }
  .side_txt .module_content_img {
    width: 100% !important;
    order: -1;
  }
  .side_txt .module_content_txt {
    width: 100% !important;
  }
  .module_col_3,
  .module_col_4 {
    width: 50%;
  }
  .module_col_5,
  .module_col_6,
  .module_col_8 {
    width: 33.333%;
  }
  .icon_txt .module_content_img {
    flex: 0 0 30px;
    height: 30px;
  }
  .icon_txt .module_content_img i {
    font-size: 2em;
  }
  .icon_txt .icon_bg {
    flex: 0 0 40px;
    height: 40px;
    padding: 5px;
  }
  .icon_txt .icon_bg i {
    line-height: 30px;
  }
  .icon_txt .icon_bg svg {
    width: 30px;
  }
  .icon_txt .module_content_txt .icon_txt_title {
    font-size: 1.1em;
  }
  .mosaic_module {
    padding: 0 3px;
  }
  .mosaic_item {
    padding: 3px;
  }
}
@media only screen and (max-width: 640px) {
  .landing_module > div {
    width: 100%;
  }
  .landing_module .sm_col_2 {
    width: 50%;
  }
  .slide_txt {
    font-size: 0.8em;
  }
  .module_icon > div {
    width: 100%;
  }
  .mosaic_module {
    grid-template-columns: 1fr;
  }
  .mosaic_module .mosaic_content {
    grid-template-columns: 1fr 1fr;
  }
}
.tns-outer {
  position: relative;
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  display: flex;
  transition: all 0s;
}
.tns-slider > li {
  padding: 0 15px;
}
.tns-item {
  margin-left: 0 !important;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel >.tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel >.tns-item {
  float: left;
  margin-right: 0 !important;
}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  display: none;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.tns-controls button[data-controls="prev"],
.tns-controls button[data-controls="next"],
.prevButton,
.nextButton {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}
.tns-controls button[data-controls="prev"],
.prevButton {
  left: 1.5vw;
}
.tns-controls button[data-controls="next"],
.nextButton {
  right: 1.5vw;
}
.module_slider .tns-controls button[data-controls="prev"],
.module_slider .prevButton {
  left: 0;
}
.module_slider .tns-controls button[data-controls="next"],
.module_slider .nextButton {
  right: 0;
}
.tns-item .slide_txt {
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}
.tns-slide-active .slide_txt {
  opacity: 1;
  transform: scale(1);
}
.tns-nav {
  margin-bottom: 1.5vw;
  text-align: center;
}
.tns-nav button {
  width: 5px;
  height: 5px;
  margin: 0 10px;
  padding: 0;
  background: #ddd;
  border-radius: 50%;
}
.tns-nav button:hover,
.tns-nav .tns-nav-active {
  background: #fb0;
}
@media only screen and (max-width: 1024px) {
  .module_icon.tns-slider {
    display: block;
    max-width: auto;
    margin: 1.5vw auto 0;
  }
  .module_icon .tns-item {
    width: 100% !important;
  }
}
@media only screen and (max-width: 800px) {
  .custom_list .tns-slider .tns-item {
    padding: 5px !important;
    padding-right: 2vw !important;
    padding-left: 2vw !important;
  }
}
@media only screen and (max-width: 640px) {
  .module_icon.tns-slider {
    margin-top: 3vw;
  }
  .tns-nav {
    margin-bottom: 3vw;
  }
  .tns-controls button[data-controls="prev"],
  .tns-controls button[data-controls="next"],
  .prevButton,
  .nextButton {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    line-height: 30px;
  }
}
