@charset "UTF-8";
/*FONTS*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial !important;
  }
}
html {
  height: 100%;
  scroll-behavior: smooth;
}

.top-page-header .menu-rt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub-page-header {
  padding: 40px 50px 15px 50px;
}
.sub-page-header .logo {
  width: 254px;
}
.sub-page-header .header-contact {
  margin-bottom: 0 !important;
}
.sub-page-header .header-menu a {
  font-size: 20px;
  font-weight: 500;
}
.sub-page-header .tel-no {
  font-size: 22px;
  font-weight: 700;
  margin-right: 16px;
}
.sub-page-header .tel-no .img {
  width: 16px;
}
.sub-page-header .contact-btn {
  width: 156px;
  height: 40px;
}
.sub-page-header .menu-rt {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-page-header .menu-rt .nav-menu {
  margin-right: 16px;
}

body {
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px;
  color: #000000;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
body.top-page {
  background: url("../../../images/top-bg.png") no-repeat;
  background-size: contain;
}

img {
  max-width: 100%;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
  font-size: 16px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* custom scrollbar  */
::-webkit-scrollbar {
  width: 6px !important;
}

::-webkit-scrollbar:horizontal {
  height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  height: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px !important;
  background: #333333 !important;
  height: 6px;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #333333 !important;
  height: 6px;
}

.body-hidden {
  overflow-y: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
}

a {
  color: #0068b6;
}

a,
button {
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  word-break: break-word;
  word-wrap: break-word;
}
a:hover,
button:hover {
  opacity: 0.8;
  text-decoration: none;
}

section {
  clear: both;
}

p {
  word-break: break-word;
  word-wrap: break-word;
}

.topTop {
  font-size: 32px;
  line-height: 60px;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 60px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  text-align: center;
  opacity: 0;
  color: #ffffff;
  background-color: #0068b6;
  filter: alpha(opacity=0);
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  border-radius: 100%;
}
.topTop:hover {
  background-color: #0068b6;
  color: #ffffff;
}
.topTop figure {
  margin: auto;
  width: 32px;
}

.container {
  width: 100%;
  max-width: 1200px;
}

.img-wrapper img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.img-wh-full {
  width: 100%;
  height: 100%;
}

hr {
  opacity: 1;
}

.isBGImg {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.isBGImg img {
  visibility: hidden;
}

.hamburger {
  display: none;
}
.hamburger .bar {
  width: 1.5rem;
  height: 3px;
  display: block;
  color: #ffffff;
  padding: 0;
  margin: 8px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #000000;
}
.hamburger .bar:nth-child(1) {
  width: 15px;
}
.hamburger .bar:nth-child(2) {
  width: 25px;
}
.hamburger .bar:nth-child(3) {
  width: 35px;
}
.hamburger.active .bar {
  background-color: #ffffff;
}

.breadcrumb-wrap {
  padding-left: 1rem;
  padding-right: 1rem;
}

.breadcrumb {
  background: #f5f5f5;
  min-height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding-left: 1.625rem;
  padding-right: 1rem;
}
.breadcrumb li,
.breadcrumb a {
  color: #000000 !important;
}

.form-group .help-block {
  color: #c30d23;
  font-size: 14px;
}

.pagination {
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.pagination .page {
  width: 46px;
  height: 46px;
  background-color: #f5f5f5;
  border-radius: 5px;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.pagination li.active a {
  background-color: #0068b6;
  color: #ffffff;
}
.pagination li.disabled a {
  color: #a2a2a2;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .hamburger {
    display: block;
    cursor: pointer;
    z-index: 999;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
    width: 35px;
  }
  .hamburger.active .bar:nth-child(3) {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
    width: 35px;
  }
  .nav-menu {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto;
  }
  .nav-menu.active {
    left: 0;
    z-index: 100;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    background: #0068b6;
    text-align: center;
  }
  .nav-menu.active a {
    font-size: 1.25rem;
    color: #ffffff !important;
    padding: 1rem;
    width: 100%;
  }
  .nav-menu.active a.active, .nav-menu.active a:hover {
    background: #0160a7;
  }
  .nav-menu.active .dropdown {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .sub-page-header .menu-rt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
  .sub-page-header .header-menu a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .sub-page-header .header-menu a {
    font-size: 18px;
  }
  .sub-page-header .menu-rt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .sub-page-header .tel-no {
    font-size: 20px;
  }
}
header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  top: 0;
  z-index: 999;
  padding: 70px 50px;
  -webkit-transition: height ease 0.5s;
  transition: height ease 0.5s;
}
header .header-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .header-menu .dropdown-item.active {
  color: #dadaf0;
}
header .header-menu .nav-link.active {
  color: #0068b6;
}
header .header-menu a {
  color: #000000;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 1.25rem;
  font-weight: 500;
}
header .header-menu a:hover {
  opacity: 0.8;
  color: #0068b6;
}
header .header-contact-SP {
  display: none;
}
header .tel-no {
  color: #0068b6;
  font-size: 1.625rem;
  font-weight: bold;
  margin-right: 1.25rem;
}
header .header-contact {
  margin-bottom: 10px;
  padding-right: 0.75rem;
}
header .contact-btn {
  background: #0068b6;
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 600;
  border-radius: 6px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 216px;
  height: 46px;
}
header .logo {
  width: 420px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

header.header-top-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  padding: 1rem 50px 0.25rem 50px;
  -webkit-box-shadow: 0px 1px 7px #f5f5f5;
          box-shadow: 0px 1px 7px #f5f5f5;
}
header.header-top-sticky .logo {
  width: 300px;
}

ul.dropdown-menu {
  background: #0068b6;
  padding: 0;
  border-radius: 0;
  border: 0;
}
ul.dropdown-menu a {
  color: #ffffff;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
ul.dropdown-menu a:hover {
  color: #000000;
  opacity: 1;
  background: #ffffff;
}

@-webkit-keyframes bounce {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bounce {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 3px;
  }
  100% {
    bottom: 0;
  }
}
.title {
  font-size: 2.75rem;
}
.title .fw-normal {
  font-weight: 500 !important;
}
.title .fw-bold {
  font-weight: 800 !important;
}

.sc-banner {
  max-width: 1040px;
}

.banner-slider {
  margin-bottom: 140px !important;
}
.banner-slider .slick-next,
.banner-slider .slick-prev {
  width: 46px;
  height: 46px;
  z-index: 1;
}
.banner-slider .slick-next:before,
.banner-slider .slick-prev:before {
  content: none;
}
.banner-slider .slick-next {
  background: url("../../../images/icon-arrow-next.png") no-repeat;
  right: -75px;
}
.banner-slider .slick-prev {
  background: url("../../../images/icon-arrow-prev.png") no-repeat;
  left: -75px;
}
.banner-slider .slick-dots {
  bottom: -60px;
}
.banner-slider .slick-dots li,
.banner-slider .slick-dots li button {
  background: #cccccc;
  border-radius: 100%;
}
.banner-slider .slick-dots li.slick-active,
.banner-slider .slick-dots li.slick-active button {
  background: #0068b6;
}

.text-sky {
  color: #50cbe7;
}

.text-blue {
  color: #0068b6;
}

.sc-top-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sc-top-images figure {
  aspect-ratio: 4/3;
  margin: 0;
  padding: 1rem;
}
.sc-top-images figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.sc-news {
  padding-bottom: 85px;
}
.sc-news .news-wrap {
  background: #f5f5f5;
  min-height: 100px;
  padding: 10px 20px 10px 50px;
  border-radius: 20px;
  font-size: 1.25rem;
}
.sc-news .news-wrap div {
  margin-right: 35px;
}
.sc-news .news-wrap div:last-child {
  margin-right: 0;
}
.sc-news .news {
  color: #0068b6;
  font-weight: bold;
  min-width: 70px;
}
.sc-news .news-date {
  font-weight: bold;
  min-width: 130px;
}
.sc-news .news-title a {
  color: #000000;
  font-weight: 500;
}
.sc-news .news-more {
  margin-left: auto;
}

.sc-solution-list,
.sc-services {
  padding-top: 100px;
  padding-bottom: 65px;
}

.sc-product-search,
.sc-get-in-touch {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sc-product-search .filter-tags a label.active {
  background-color: #0068b6;
  color: #ffffff;
}

.sc-case-study {
  padding: 100px 25px;
}

.sc-solution-list {
  background: rgb(0, 136, 216);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 136, 216)), color-stop(35%, rgb(0, 110, 189)), to(rgb(80, 203, 231)));
  background: linear-gradient(90deg, rgb(0, 136, 216) 0%, rgb(0, 110, 189) 35%, rgb(80, 203, 231) 100%);
}
.sc-solution-list .title {
  margin-bottom: 30px;
}
.sc-solution-list .supply-list a {
  color: #ffffff;
  font-size: 1.375rem;
  text-decoration-thickness: 1px;
}
.sc-solution-list .supply-list [class*=col-] {
  margin-bottom: 35px;
}
.sc-solution-list figure {
  aspect-ratio: 2.54;
  margin-bottom: 8px;
}
.sc-solution-list figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: contain;
  width: 100%;
  border-radius: 10px;
}

.sc-product-search .title {
  margin-bottom: 30px;
}

.filter-tags {
  margin-bottom: 35px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filter-tags a {
  margin-right: 5px;
}
.filter-tags .btn {
  background: #96c7ec;
  color: #ffffff !important;
  border-radius: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  min-width: 180px;
  min-height: 50px;
}
.filter-tags .btn-check:checked + .btn,
.filter-tags .btn-check + .btn:hover {
  border-color: #0068b6;
  background: #0068b6;
  color: #ffffff !important;
}
.filter-tags .btn-check:checked + .btn.unchecked {
  background: #0068b6 !important;
  color: #ffffff !important;
  border-color: #0068b6 !important;
}

.free-word-search {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  background: #eeeeee;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 40px;
}
.free-word-search .search-area {
  position: relative;
}
.free-word-search .search-area .search-btn {
  position: absolute;
  right: 1px;
  top: 1px;
  background: #ffffff;
  font-size: 22px;
  color: #0068b6;
  border: 0;
  outline: 0;
}
.free-word-search .search-area input {
  min-height: 50px;
}

.product-search-list .p-name {
  font-size: 18px;
  color: #333333;
}
.product-search-list figure {
  background: #ffffff;
  padding: 1rem;
  border-radius: 10px;
  -webkit-box-shadow: 1px 3px 8px #eeeeee;
          box-shadow: 1px 3px 8px #eeeeee;
  aspect-ratio: 1.1;
}
.product-search-list figure img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
.product-search-list .p-box {
  margin-bottom: 30px;
}

.list-page-btn {
  width: 260px;
  border-radius: 25px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0068b6;
  border: 1px solid #0068b6;
  text-decoration: none;
  position: relative;
  margin-top: 2rem;
  font-size: 1.25rem;
}
.list-page-btn:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #0068b6;
}

.sc-case-study {
  position: relative;
  background: url("../../../images/case-study-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}
.sc-case-study .title {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}

.case-study-slider {
  background: #ffffff;
  border-radius: 20px;
  padding: 100px;
}
.case-study-slider figure {
  aspect-ratio: 1.3;
}
.case-study-slider figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.case-study-slider .slick-next {
  background: url("../../../images/icon-arrow-next.png") no-repeat;
}
.case-study-slider .slick-prev {
  background: url("../../../images/icon-arrow-prev.png") no-repeat;
}
.case-study-slider .slick-prev,
.case-study-slider .slick-next {
  width: 46px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 100%;
}
.case-study-slider .slick-prev:before,
.case-study-slider .slick-next:before {
  content: none;
}

.case-study-content .c-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  background: #0068b6;
  min-width: 120px;
  min-height: 30px;
  border-radius: 25px;
  margin-bottom: 25px;
}
.case-study-content h3 {
  margin-bottom: 30px;
  font-weight: 700 !important;
  font-size: 2rem;
  color: #000000;
}
.case-study-content h3 a {
  color: unset;
  text-decoration: none;
}
.case-study-content .para-text {
  margin-bottom: 30px;
  font-size: 18px;
  min-height: 100px;
}

.read-more {
  position: relative;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0068b6;
  font-size: 20px;
}
.read-more:after {
  content: "";
  position: absolute;
  left: 0;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #0068b6;
}

.sc-services {
  background: #fafafa;
}
.sc-services [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.sc-services [class*=col-] a {
  display: block;
  margin-bottom: 40px;
}
.sc-services .title {
  z-index: 1;
  line-height: 40px;
  color: #ffffff;
}
.sc-services figure {
  position: relative;
  height: 300px;
}
.sc-services figure .bg-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  border-radius: 25px;
}
.sc-services .s-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  padding: 0 2rem;
}
.sc-services .s-content .title {
  font-size: 1.75rem;
}
.sc-services .s-content .title span {
  display: block;
}

.sc-get-in-touch .get-in-touch-wrap {
  background: rgb(0, 104, 182);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 104, 182)), color-stop(63%, rgb(0, 104, 182)), to(rgb(48, 183, 232)));
  background: linear-gradient(90deg, rgb(0, 104, 182) 0%, rgb(0, 104, 182) 63%, rgb(48, 183, 232) 100%);
  border-radius: 25px;
  padding: 70px;
}
.sc-get-in-touch .get-in-touch-wrap ul {
  list-style: none;
  padding: 0;
}
.sc-get-in-touch .get-in-touch-wrap ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  font-size: 20px;
  border-bottom: 2px solid #67b3e3;
  padding: 15px;
  text-decoration: none;
}
.sc-get-in-touch .get-in-touch-wrap ul a .sns-icon {
  margin-right: 10px;
}
.sc-get-in-touch .get-in-touch-wrap ul li:last-child a {
  border-bottom: 0;
}
.sc-get-in-touch .contact-form-btn {
  position: relative;
  width: 280px;
  height: 70px;
  background: #ffffff;
  color: #0068b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  text-decoration: none;
  font-size: 20px;
  margin-top: 20px;
}
.sc-get-in-touch .contact-form-btn:after {
  content: "";
  position: absolute;
  right: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #0068b6;
}
.sc-get-in-touch [class*=col-]:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  background: rgb(85, 85, 85);
  background: -webkit-gradient(linear, left top, right top, from(rgb(85, 85, 85)), color-stop(63%, rgb(23, 23, 23)), to(rgb(0, 0, 0)));
  background: linear-gradient(90deg, rgb(85, 85, 85) 0%, rgb(23, 23, 23) 63%, rgb(0, 0, 0) 100%);
  padding-top: 40px;
}
footer .ftr-logo {
  margin-bottom: 20px;
}
footer .ftr-logo img {
  max-width: 200px;
}
footer nav {
  margin-bottom: 30px;
}
footer nav .nav-link.active {
  color: #0068b6 !important;
}
footer nav a {
  color: #ffffff !important;
  font-size: 1.25rem !important;
}
footer nav a:hover {
  color: #0068b6 !important;
}
footer hr {
  border-color: #747474;
}

.copyright {
  color: #747474;
  padding-bottom: 20px;
}

@media (min-width: 1600px) {
  header .logo {
    width: 630px;
  }
  .breadcrumb-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 1399.98px) {
  header .logo {
    width: 320px;
  }
}
@media (max-width: 1199.98px) {
  header {
    padding: 3rem 1rem !important;
  }
  header .logo {
    width: 260px !important;
  }
  header .header-menu a {
    font-size: 1rem;
  }
  .sc-banner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .banner-slider .slick-prev {
    left: -55px;
  }
  .banner-slider .slick-next {
    right: -55px;
  }
}
@media (max-width: 991.98px) {
  header {
    padding: 2rem 1rem !important;
  }
  header .logo {
    width: 200px !important;
  }
  header .menu-rt {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  header .header-contact {
    margin-bottom: 0;
  }
  header .contact-btn {
    width: 160px;
    font-size: 1.25rem;
  }
  header .tel-no {
    font-size: 1.25rem;
  }
  .sc-solution-list,
  .sc-services {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sc-product-search,
  .sc-get-in-touch {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .sc-case-study {
    padding: 65px 15px;
  }
  .case-study-slider,
  .sc-get-in-touch .get-in-touch-wrap {
    padding: 65px;
  }
  .sc-top-images figure {
    padding: 0.5rem;
  }
  .product-search-list .p-box {
    margin-bottom: 20px;
  }
  .case-study-content.ps-5 {
    padding-left: 0 !important;
  }
  .sc-services [class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sc-services [class*=col-] a {
    margin-bottom: 20px;
  }
  .sc-news .news-wrap {
    font-size: 1rem;
    min-height: 80px;
    padding: 10px 1rem 10px 2rem;
  }
  .sc-news .news-wrap div {
    margin-right: 10px;
    word-wrap: break-word;
  }
  .sc-services .title {
    font-size: 28px;
  }
  .sc-services figure {
    height: 230px;
  }
  .sc-services .s-content {
    padding: 0 1rem;
  }
  .sc-top .caption-text {
    font-size: 28px;
    padding-left: 40px;
    top: 125px;
  }
  footer nav a {
    font-size: 1rem !important;
  }
}
@media (max-width: 768.98px) {
  .title {
    font-size: 32px;
  }
  .case-study-slider,
  .sc-get-in-touch .get-in-touch-wrap {
    padding: 40px;
  }
  .sc-services figure {
    height: 180px;
  }
  .sc-services .title {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-form-btn {
    margin-bottom: 30px;
  }
  .sc-top .caption-text {
    font-size: 1.5rem;
  }
  .sc-banner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .banner-slider .slick-next {
    right: -1rem !important;
    border: 1px solid #ffffff;
    border-radius: 100%;
  }
  .banner-slider .slick-prev {
    left: -1rem !important;
    border: 1px solid #ffffff;
    border-radius: 100%;
  }
}
@media (max-width: 576.98px) {
  .header-contact {
    padding: 0.75rem 0.5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: white;
    z-index: 99;
    -webkit-box-shadow: 0px 0px 16px #333333;
            box-shadow: 0px 0px 16px #333333;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .title {
    font-size: 28px;
    margin-bottom: 20px !important;
  }
  .sc-solution-list,
  .sc-services {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sc-product-search,
  .sc-get-in-touch {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sc-case-study {
    padding: 40px 1rem;
  }
  .sc-banner {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .banner-slider .slick-prev {
    left: -1.5rem !important;
  }
  .banner-slider .slick-next {
    right: -1.5rem !important;
  }
  header {
    padding: 1rem !important;
  }
  header .logo {
    width: 140px !important;
  }
  header .nav-menu.active a {
    color: #ffffff;
    font-size: 18px;
    padding: 0.5rem;
  }
  header .contact-btn {
    font-size: 1rem !important;
    width: 130px;
  }
  header .tel-no {
    font-size: 1rem !important;
  }
  .sc-top {
    margin-bottom: 35px;
    margin-top: -85px;
    padding: 0 1rem;
  }
  .sc-top .caption-text {
    font-size: 18px;
    padding-left: 0;
    top: 70px;
  }
  .sc-top .caption-text br {
    display: none;
  }
  .sc-top-images figure {
    padding: 5px;
  }
  .sc-news .news-wrap {
    padding: 10px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sc-news .news-wrap div.news-title {
    width: calc(100% - 45px);
  }
  .sc-news .news-wrap div:last-child img {
    width: 30px;
  }
  .sc-solution-list figure {
    aspect-ratio: 4/2;
    margin-bottom: 8px;
  }
  .filter-tags a {
    width: 46%;
  }
  .filter-tags .btn {
    font-size: 16px;
    min-height: 45px;
    padding: 2px 6px;
    min-width: 100%;
  }
  .free-word-search {
    margin-bottom: 20px;
    padding: 1rem;
  }
  .product-search-list .p-name {
    font-size: 16px;
  }
  .para-text {
    font-size: 16px !important;
  }
  .case-study-slider {
    padding: 30px;
  }
  .sc-get-in-touch .get-in-touch-wrap {
    padding: 1rem;
  }
  .sc-get-in-touch .get-in-touch-wrap ul a {
    font-size: 16px;
    padding: 12px 0px;
  }
  .sc-get-in-touch .get-in-touch-wrap ul a img {
    width: 26px;
  }
  .copyright {
    font-size: 13px;
  }
  .topTop {
    bottom: 45px;
    font-size: 20px;
    height: 42px;
    line-height: 42px;
    width: 42px;
  }
  .topTop figure {
    width: 22px;
  }
  footer {
    padding-bottom: 5.5rem !important;
  }
  footer .ftr-logo img {
    max-width: 165px;
  }
  .case-study-content .c-label {
    margin-bottom: 10px;
  }
  .case-study-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.news-list-wrapper {
  max-width: 1000px;
  margin: auto;
  margin-top: 14px;
  width: 100%;
}
.news-list-wrapper .news {
  border-top: 1px solid #dddddd;
  padding-left: 52px;
  padding-top: 40px;
  margin-bottom: 60px;
  position: relative;
}
.news-list-wrapper .news:last-of-type {
  margin-bottom: 0;
  margin-bottom: 100px;
}
.news-list-wrapper .news::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 50px;
  height: 6px;
  background-color: #0068b6;
}
.news-list-wrapper .news .date {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #0068b6;
}
.news-list-wrapper .news .news-heading {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #0068b6;
}
.news-list-wrapper .news .news-body-content,
.news-list-wrapper .news a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.news-list-wrapper .news .news-body-content {
  max-width: 872px;
  width: 100%;
}

.news-detail-wrapper {
  margin-top: 14px;
  max-width: 1000px;
  width: 100%;
  margin: auto;
  border-top: 1px solid #dddddd;
  position: relative;
}
.news-detail-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}
.news-detail-wrapper figure {
  margin: 0;
}
.news-detail-wrapper::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  top: -1px;
  left: 0;
  background-color: #0068b6;
}
.news-detail-wrapper .news-detail {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding-top: 42px;
}
.news-detail-wrapper .news-detail .date,
.news-detail-wrapper .news-detail .news-title {
  color: #0068b6;
}
.news-detail-wrapper .news-detail .date {
  font-size: 14px;
  font-weight: 600;
}
.news-detail-wrapper .news-detail .news-title {
  font-size: 24px;
  font-weight: 700;
}
.news-detail-wrapper .news-detail hr {
  margin-top: 34px;
  margin-bottom: 40px;
  background-color: #dddddd;
  border-top: 1px solid #dddddd;
  height: 1px;
  opacity: 1;
}
.news-detail-wrapper .news-detail .news-body-content {
  font-size: 16px;
  font-weight: 400;
}
.news-detail-wrapper .news-detail .news-images {
  margin-top: 42px;
  margin-bottom: 42px;
}
.news-detail-wrapper .news-detail .news-images .row {
  margin: 0;
}
.news-detail-wrapper .news-detail .news-images .row .col-6 {
  max-width: 432px;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.news-detail-wrapper .news-detail .news-images .row .col-6 .image {
  margin: 0 -12px;
}
.news-detail-wrapper .news-detail .more-news-images-wrapper {
  margin-top: 42px;
  margin-bottom: 100px;
}
.news-detail-wrapper .news-detail .more-news-images-wrapper .row {
  margin: 0;
}
.news-detail-wrapper .news-detail .more-news-images-wrapper .more-news-image {
  max-width: 208px;
  border-radius: 10px;
  overflow: hidden;
}
.news-detail-wrapper .news-detail .more-news-images-wrapper .more-news-image .image {
  border-radius: 10px;
  aspect-ratio: 1.84;
  margin: 0 -12px;
}
.news-detail-wrapper .news-detail .back-to-list {
  background-color: #0068b6;
  min-width: 310px;
  height: 50px;
  gap: 12px;
  color: #ffffff;
  border-radius: 25px;
}

@media screen and (max-width: 576px) {
  .news-detail-wrapper .news-detail .news-images {
    row-gap: 26px;
  }
  .news-detail-wrapper .news-detail .more-news-images-wrapper .row {
    row-gap: 26px;
  }
}
@media screen and (max-width: 768px) {
  .news-list-wrapper .news:last-of-type {
    margin-bottom: 80px;
  }
  .news-detail-wrapper .news-detail .news-images .row {
    row-gap: 26px;
  }
  .news-detail-wrapper .news-detail .news-images .row .col-6 {
    width: 100%;
    max-width: unset;
  }
  .news-detail-wrapper .news-detail .more-news-images-wrapper {
    margin-bottom: 60px;
  }
  .news-detail-wrapper .news-detail .more-news-images-wrapper .row {
    row-gap: 26px;
  }
  .news-detail-wrapper .news-detail .more-news-images-wrapper .more-news-image {
    max-width: unset;
  }
  .news-detail-wrapper .news-detail .more-news-images-wrapper .more-news-image .image {
    margin: unset;
  }
}
.product-list-wrapper .product-search-wrapper {
  background-color: #0068b6;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.product-list-wrapper .product-search-wrapper .title {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400px;
  margin-bottom: 15px;
}
.product-list-wrapper .product-search-wrapper .filter {
  gap: 8px;
  margin-bottom: 28px;
}
.product-list-wrapper .product-search-wrapper .filter a {
  max-width: 180px;
  width: 100%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 8px 12px;
  color: #0068b6;
  border: 1px solid transparent;
}
.product-list-wrapper .product-search-wrapper .filter a:hover, .product-list-wrapper .product-search-wrapper .filter a.active {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.product-list-wrapper .product-search-wrapper .search-wrapper {
  max-width: 740px;
  min-height: 116px;
  background-color: rgba(255, 255, 255, 0.1215686275);
  border-radius: 5px;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box {
  gap: 6px;
  padding: 32px 12px;
  max-width: 645px;
  width: 100%;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  padding: 14px 14px 14px 20px;
  border: none;
  outline: none;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box input::-webkit-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #0068b6;
  opacity: 0.5;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box input::-moz-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #0068b6;
  opacity: 0.5;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box input:-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #0068b6;
  opacity: 0.5;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box input::-ms-input-placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #0068b6;
  opacity: 0.5;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box input::placeholder {
  font-size: 18px;
  font-weight: 500;
  color: #0068b6;
  opacity: 0.5;
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-box figure {
  width: 50px;
  height: 50px;
  top: 50%;
  border-radius: 4px;
  right: 0;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-list-wrapper .product-search-wrapper .search-wrapper .search-btn {
  background-color: #0068b6;
  color: #ffffff;
  border: 1px solid #ffffff;
  min-width: 105px;
  height: 50px;
  border-radius: 5px;
}
.product-list-wrapper .product-list-box {
  max-width: 1080px;
  width: 100%;
  margin: auto;
}
.product-list-wrapper .product-list-box .header {
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 32px;
}
.product-list-wrapper .product-list-box .header span {
  font-size: 16px;
  font-weight: 700;
}
.product-list-wrapper .product-list-box .product-list {
  margin-bottom: 100px;
}
.product-list-wrapper .product-list-box .product-list .row {
  gap: 40px;
}
.product-list-wrapper .product-list-box .product-list .row .product {
  max-width: 246px;
  padding: 0;
}
.product-list-wrapper .product-list-box .product-list .row .product .img-box {
  border: 1px solid #dddddd;
  border-radius: 8px;
  margin-bottom: 10px;
  max-height: 184px;
  height: 100%;
  padding: 20px 40px;
}
.product-list-wrapper .product-list-box .product-list .row .product .img-box img {
  width: 100%;
  height: 100%;
}
.product-list-wrapper .product-list-box .product-list .row .product .name {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.product-detail-wrapper {
  max-width: 1080px;
  margin: auto;
}
.product-detail-wrapper .product-detail-box img {
  width: 100%;
  height: 100%;
}
.product-detail-wrapper figure {
  margin: 0 !important;
}
.product-detail-wrapper .header {
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 50px;
}
.product-detail-wrapper .header span {
  font-size: 16px;
  font-weight: 500;
}
.product-detail-wrapper .product-detail-box {
  margin-bottom: 90px;
  min-height: 390px;
}
.product-detail-wrapper .product-detail-box .row {
  gap: 26px;
}
.product-detail-wrapper .product-detail-box .product-img {
  max-width: 500px;
  margin: auto;
}
.product-detail-wrapper .product-detail-box .product-img .slick-dots {
  position: unset;
}
.product-detail-wrapper .product-detail-box .product-img .slick-dots li button:before {
  font-size: 20px;
}
.product-detail-wrapper .product-detail-box .product-img .slick-dots li.slick-active button:before {
  color: #0068b6;
}
.product-detail-wrapper .product-detail-box .product-img .slick-dots li button:before {
  color: #000000;
}
.product-detail-wrapper .product-detail-box .product-img figure {
  height: 375px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  padding: 42px 65px;
}
.product-detail-wrapper .product-detail-box .product-detail-info {
  padding-top: 36px;
}
.product-detail-wrapper .product-detail-box .product-detail-info .title {
  font-size: 36px;
  font-weight: 700;
  position: relative;
}
.product-detail-wrapper .product-detail-box .product-detail-info hr {
  width: 100%;
  height: 1px;
  background-color: #0068b6;
  opacity: 0.2;
  margin-top: 32px;
  margin-bottom: 44px;
}
.product-detail-wrapper .product-detail-box .product-detail-info .product-description-wrapper .info {
  gap: 24px;
  margin-bottom: 20px;
}
.product-detail-wrapper .product-detail-box .product-detail-info .product-description-wrapper .info:last-of-type {
  margin-bottom: 0;
}
.product-detail-wrapper .product-detail-box .product-detail-info .product-description-wrapper .info .headling {
  color: #0068b6;
  font-size: 18px;
  font-weight: 700;
  min-width: 136px;
}
.product-detail-wrapper .product-detail-box .product-detail-info .product-description-wrapper .info .product-description {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
}
.product-detail-wrapper .more-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 80px;
}
.product-detail-wrapper .more-info .more-info-images-wrapper {
  margin-top: 24px;
  margin-bottom: 30px;
  row-gap: 24px;
}
.product-detail-wrapper .more-info .more-info-images-wrapper .more-info-image {
  max-width: 200px;
  aspect-ratio: 1.33;
  border-radius: 10px;
  background-color: #f5f5f5;
}
.product-detail-wrapper .more-info .more-info-images-wrapper .more-info-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
.product-detail-wrapper .back-to-list {
  background-color: #0068b6;
  min-width: 310px;
  height: 50px;
  gap: 12px;
  color: #ffffff;
  border-radius: 25px;
}

@media screen and (max-width: 567px) {
  .product-list-wrapper .product-list-box .header {
    font-size: 16px;
  }
  .product-list-wrapper .product-list-box .product-list .row {
    row-gap: 16px;
  }
  .product-list-wrapper .product-list-box .product-list .row .product {
    max-width: unset;
  }
  .product-list-wrapper .product-list-box .product-list .row .product .name {
    font-size: 16px;
  }
  .product-list-wrapper .product-list-box .product-list .row .product-search-wrapper .filter a {
    min-height: 40px;
    min-width: 134px;
    font-size: 16px;
  }
  .product-list-wrapper .product-list-box .pagination .page {
    width: 36px;
    height: 36px;
  }
  .product-detail-wrapper .more-info {
    font-size: 16px;
  }
  .product-detail-wrapper .more-info .more-info-images-wrapper .more-info-image {
    max-width: unset;
  }
  .product-detail-wrapper .more-info .more-info-wrapper {
    row-gap: 16px;
  }
  .product-detail-wrapper .product-detail-box {
    margin-bottom: 50px;
  }
  .product-detail-wrapper .product-detail-box .product-img .slick-dots {
    position: unset;
  }
  .product-detail-wrapper .product-detail-box .product-img figure {
    min-height: unset;
  }
  .product-detail-wrapper .product-detail-box .product-detail-info .title {
    font-size: 26px;
  }
  .product-detail-wrapper .product-detail-box .product-detail-info hr {
    margin-top: 22px;
    margin-bottom: 34px;
  }
  .product-detail-wrapper .product-detail-box .product-detail-info .product-description-wrapper .info .headling,
  .product-detail-wrapper .product-detail-box .product-detail-info .product-description-wrapper .info .product-description {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 768px) {
  .product-list-wrapper .product-search-wrapper .filter a {
    min-height: 40px;
    min-width: 134px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .product-list-wrapper .product-list-box .product-list {
    margin-bottom: 80px;
  }
  .product-list-wrapper .product-list-box .product-list .row {
    gap: unset;
    row-gap: 32px;
  }
  .product-list-wrapper .product-list-box .product-list .row .product {
    padding: 10px;
    max-width: unset;
  }
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.contact-wrapper {
  background-color: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.contact-wrapper form {
  background-color: #ffffff;
  max-width: 800px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 5px;
  border-top: 5px solid #0068b6;
  padding: 62px 80px 65px 65px;
}
.contact-wrapper form .form-control {
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}
.contact-wrapper form textarea {
  height: 200px;
}
.contact-wrapper form .col-form-label {
  color: #0068b6;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
}
.contact-wrapper form .row {
  margin: 0 12px 30px 12px;
}
.contact-wrapper form .help-block {
  position: absolute;
  margin-top: 2px;
}
.contact-wrapper hr {
  background-color: #dddddd;
  background-color: #dddddd;
  height: 1px;
  border-top: #dddddd;
}
.contact-wrapper a {
  margin-top: 44px;
  min-width: 200px;
  height: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  background-color: #0068b6;
}

.thank-you-wrapper {
  background-color: #dddddd;
  padding: 60px 1rem 120px 1rem;
}
.thank-you-wrapper .thank-you-box {
  max-width: 800px;
  margin: auto;
  width: 100%;
  border-top: 5px solid #0068b6;
  background-color: #ffffff;
  border-radius: 5px;
  padding-top: 85px;
  padding-bottom: 70px;
}
.thank-you-wrapper .thank-you-box .headline {
  color: #0068b6;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
}
.thank-you-wrapper .thank-you-box .sub-headline {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 40px;
}
.thank-you-wrapper .thank-you-box .links {
  margin-bottom: 46px;
}
.thank-you-wrapper .thank-you-box .links a {
  max-width: 240px;
  width: 100%;
  height: 50px;
  background-color: #0068b6;
  color: #ffffff;
  font-size: 18px;
  border-radius: 25px;
  font-weight: 500;
}
.thank-you-wrapper .thank-you-box hr {
  border-top: 1px solid #dddddd;
}
.thank-you-wrapper .thank-you-box .footer-headline {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
.thank-you-wrapper .thank-you-box .social-links {
  max-width: 125px;
  width: 100%;
}
.thank-you-wrapper .thank-you-cover {
  max-width: 500px;
  margin: 0 auto;
}

@media (max-width: 576.98px) {
  .thank-you-wrapper .thank-you-box .headline {
    font-size: 26px;
  }
  .thank-you-wrapper .thank-you-box .footer-headline {
    font-size: 15px;
  }
  .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .links a {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0 !important;
  }
  .contact-wrapper form {
    padding: 54px 12px;
  }
  .contact-wrapper form .col-form-label {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .contact-wrapper form {
    padding: 64px 32px;
  }
  .thank-you-wrapper .thank-you-cover {
    padding: 0 16px;
  }
  .thank-you-wrapper .thank-you-box .headline {
    margin-bottom: 30px;
  }
}
.page-title {
  font-size: 2.75rem;
  margin-bottom: 40px;
}
.page-title .fw-normal {
  font-weight: 500 !important;
  color: #000000;
}
.page-title .fw-bold {
  font-weight: 800 !important;
  color: #0068b6;
}

.page-wrapper {
  padding-top: 40px;
  padding-bottom: 120px;
}

.solution-list-wrapper {
  padding-left: 48px;
  padding-right: 48px;
  margin-bottom: 60px;
}
.solution-list-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
}
.solution-list-wrapper img,
.solution-list-wrapper svg {
  width: 100%;
  height: 100%;
}
.solution-list-wrapper .body-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.solution-list-wrapper .sub-headline {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}
.solution-list-wrapper .solution-wrapper {
  margin-top: 115px;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro {
  margin-bottom: 20px;
  gap: 56px;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-img {
  position: relative;
  width: 47%;
  max-width: 512px;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-img::before {
  position: absolute;
  content: "";
  top: 28px;
  right: -52px;
  width: 90px;
  height: 1px;
  background-color: #0068b6;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-img figure {
  -webkit-box-shadow: 7px 7px 0 #0068b6;
          box-shadow: 7px 7px 0 #0068b6;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1.5;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-img .img-header {
  background-color: #0068b6;
  min-width: 199px;
  min-height: 50px;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 700;
  padding: 4px 12px;
  color: #ffffff;
  top: -15px;
  left: 20px;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-intro-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-intro-content .headline {
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 20px;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-intro-content .more-btn {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 700;
  min-width: 172px;
  width: 100%;
  height: 30px;
  gap: 12px;
  color: #0068b6;
  margin-top: 4px;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-intro-content .more-btn figure {
  width: 30px;
  height: 30px;
  margin-bottom: 8px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper {
  padding: 0 70px;
  margin-top: 38px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .headline {
  color: #0068b6;
  font-size: 22px;
  font-weight: 700;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .sub-headline {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .content {
  padding-left: 40px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .security-box .sub-headline {
  margin-top: 30px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .security-box .body-content {
  margin-left: 8px;
  margin-top: 8px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .protect-box {
  margin-top: 40px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .protect-box .headline {
  margin-bottom: 15px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .protect-box .sub-headline {
  margin-bottom: 8px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .protect-box .body-content {
  margin-bottom: 26px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .protect-box-two {
  margin-top: 40px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .protect-box-two .headline {
  margin-bottom: 30px;
}
.solution-list-wrapper .solution-wrapper .drop-down-wrapper .close-btn {
  border: 1px solid #0068b6;
  border-radius: 24px;
  color: #0068b6;
  font-size: 16px;
  font-weight: 600;
  width: 180px;
  padding: 12px 24px;
  min-height: 40px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.solution-list-wrapper .solution-wrapper.commercial {
  margin-top: 76px;
}
.solution-list-wrapper .solution-wrapper .solution-list-intro .solution-intro-content .more-btn {
  margin-top: 4px;
}

@media (max-width: 992px) {
  .solution-list-wrapper .solution-wrapper {
    margin-top: 80px;
  }
  .solution-list-wrapper .solution-wrapper .solution-list-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
  .solution-list-wrapper .solution-wrapper .solution-list-intro .solution-img {
    max-width: unset;
    width: 100%;
  }
  .solution-list-wrapper .solution-wrapper .solution-list-intro .solution-img:before {
    display: none;
  }
  .solution-list-wrapper .solution-wrapper .drop-down-wrapper {
    margin-top: 38px;
    padding: 0 16px;
  }
  .solution-list-wrapper .solution-wrapper .drop-down-wrapper .content {
    padding-left: 16px;
  }
}
@media (max-width: 576px) {
  .page-title {
    font-size: 2.25rem;
  }
  .solution-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .solution-list-wrapper .solution-wrapper .solution-list-intro .solution-intro-content .headline {
    font-size: 24px;
    line-height: 28px;
  }
}
.where-to-buy-wrapper {
  margin-top: 60px;
  padding: 0 48px;
}
.where-to-buy-wrapper .contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.where-to-buy-wrapper .source-wrapper .source-list {
  row-gap: 48px;
}
.where-to-buy-wrapper .source-wrapper .col-sm-6 {
  max-width: 515px;
}
.where-to-buy-wrapper .source-wrapper .source {
  border: 1px solid #dddddd;
  border-top: 7px solid #0068b6;
  border-radius: 8px;
  padding-top: 70px;
  padding-bottom: 46px;
  padding-left: 52px;
  padding-right: 52px;
}
.where-to-buy-wrapper .source-wrapper .source .logo {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
}
.where-to-buy-wrapper .source-wrapper .source .logo img {
  max-height: 90px;
}
.where-to-buy-wrapper .source-wrapper .source .title {
  font-size: 22px;
  font-weight: 700;
  min-height: 70px;
}
.where-to-buy-wrapper .source-wrapper .source hr {
  margin-top: 18px;
  margin-bottom: 32px;
}
.where-to-buy-wrapper .source-wrapper .source .company-info .address {
  margin-bottom: 28px;
}
.where-to-buy-wrapper .source-wrapper .source .company-info .info {
  gap: 12px;
}
.where-to-buy-wrapper .source-wrapper .source .company-info .icon-wrapper {
  width: 20px;
}
.where-to-buy-wrapper .source-wrapper .source .company-info .icon-wrapper .icon-file {
  width: 16.59px;
  height: 18px;
}
.where-to-buy-wrapper .source-wrapper .source .company-info .icon-wrapper .icon-tv {
  width: 20.81px;
  height: 20px;
}
.where-to-buy-wrapper .source-wrapper .source .company-info .description {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 25%;
}

@media (min-width: 1200px) {
  .where-to-buy-wrapper .source-wrapper .col-sm-6 {
    padding: 0;
  }
  .where-to-buy-wrapper .source-wrapper .source-list {
    margin: 0;
  }
}
@media (max-width: 1200px) {
  .where-to-buy-wrapper {
    padding: 0;
  }
  .where-to-buy-wrapper .source-wrapper .source-list {
    row-gap: 24px;
  }
}
@media (max-width: 992px) {
  .where-to-buy-wrapper .source-wrapper .source {
    padding: 24px;
  }
}
.our-support {
  background-color: #0068b6;
  border-radius: 20px;
  padding: 20px 20px 30px;
  margin-top: 100px;
}
.our-support .heading {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 16px;
}
.our-support .links {
  gap: 16px;
}
.our-support .links a {
  width: 100%;
  max-width: 280px;
  padding: 14px 20px;
  background-color: #ffffff;
  color: #0068b6;
  border-radius: 25px;
  position: relative;
}
.our-support .links a::before {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  background-image: url(../../../images/right-arrow.png);
  background-repeat: no-repeat;
}

.content-wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.customer-service-wrapper .intro {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
}
.customer-service-wrapper .service-process {
  border: 1px solid #dddddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 60px;
}
.customer-service-wrapper .service-process .title {
  font-size: 20px;
  font-weight: 700;
  padding: 18px 40px;
  color: #ffffff;
  background-color: #0068b6;
}
.customer-service-wrapper .service-process .description {
  padding: 30px 40px;
}
.customer-service-wrapper .service-process .info {
  font-size: 16px;
  margin-bottom: 26px;
}
.customer-service-wrapper .service-process .info:last-of-type {
  margin-bottom: 0;
}
.customer-service-wrapper .service-process .info .headling {
  color: #0068b6;
  font-weight: 700;
  min-width: 166px;
  position: relative;
}
.customer-service-wrapper .service-process .info .information {
  font-weight: 400;
}
.customer-service-wrapper .service-process .info .information a {
  color: #000000;
}
.customer-service-wrapper .service-process.member .more-info-wrapper {
  border-top: 1px solid #dddddd;
  padding: 34px 48px;
  padding-bottom: 0;
}
.customer-service-wrapper .service-process.member .more-info-wrapper .more-info {
  margin-bottom: 32px;
}
.customer-service-wrapper .service-process.member .more-info-wrapper .more-info:last-of-type {
  margin-bottom: 0;
}
.customer-service-wrapper .service-process.member .more-info-wrapper .more-info .headling {
  font-size: 16px;
  font-weight: 700;
  color: #0068b6;
}
.customer-service-wrapper .service-process.member .more-info-wrapper .more-info .desc {
  font-size: 16px;
  font-weight: 400;
}

.faq-wrapper .filter-box {
  margin-bottom: 60px;
}
.faq-wrapper .filter-box ul {
  width: 100%;
  gap: 12px;
}
.faq-wrapper .filter-box ul li {
  max-width: 240px;
  width: 100%;
}
.faq-wrapper .filter-box ul a {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #0068b6;
  color: #0068b6;
  border-radius: 100vh;
  padding: 14px;
}
.faq-wrapper .filter-box ul a:hover, .faq-wrapper .filter-box ul a.active {
  background-color: #0068b6;
  border: 1px solid transparent;
  color: #ffffff;
}
.faq-wrapper .question-list {
  margin-bottom: 100px;
}
.faq-wrapper .question-list .faq {
  border-radius: 5px;
  border: 1px solid #dddddd;
  border-top: 5px solid #0068b6;
  padding: 20px 32px;
  margin-bottom: 30px;
}
.faq-wrapper .question-list .faq:last-of-type {
  margin-bottom: 0;
}
.faq-wrapper .question-list .faq .faq-box .question-wrapper {
  color: #0068b6;
  font-weight: 700;
  font-size: 20px;
}
.faq-wrapper .question-list .faq .faq-box .question-wrapper .sn {
  min-width: 3ch;
}
.faq-wrapper .question-list .faq .faq-box .question-wrapper .question {
  font-weight: 600;
}
.faq-wrapper .question-list .faq .faq-box a[aria-expanded=true] {
  rotate: 180deg;
}
.faq-wrapper .question-list .faq .drop-down-wrapper {
  border-top: 1px solid #dddddd;
  padding: 26px 32px;
  margin-top: 28px;
}
.faq-wrapper .question-list .faq .drop-down-wrapper .drop-down-content {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.faq-wrapper .question-list .faq .drop-down-wrapper .step-wrapper .step-box {
  gap: 18px;
  margin-bottom: 32px;
}
.faq-wrapper .question-list .faq .drop-down-wrapper .step-wrapper .step-box:last-of-type {
  margin-bottom: 0;
}
.faq-wrapper .question-list .faq .drop-down-wrapper .step-wrapper .step-box .step {
  padding: 4px 16px;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 600;
  min-width: 90px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0068b6;
}
.faq-wrapper .question-list .faq .drop-down-wrapper .step-wrapper .step-box .step-desc {
  font-size: 16px;
  font-weight: 400;
  word-break: break-word;
}

.warranty-wrapper {
  margin-bottom: 60px;
}
.warranty-wrapper .body-content {
  font-size: 16px;
  font-weight: 400;
}
.warranty-wrapper .body-sub-content {
  font-size: 16px;
  font-weight: 400;
}
.warranty-wrapper .body-heading {
  font-size: 16px;
  font-weight: 700;
  color: #0068b6;
}
.warranty-wrapper .title {
  color: #0068b6;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.warranty-wrapper .warranty-block {
  border-top: 5px solid #0068b6;
  padding: 28px 32px;
  padding-bottom: 40px;
}
.warranty-wrapper .warranty-block a {
  color: #000000;
}
.warranty-wrapper .contact .description {
  margin-bottom: 32px;
}
.warranty-wrapper .contact .description:last-of-type {
  margin-bottom: 0;
}
.warranty-wrapper .warranty-exclusion .body-content {
  list-style: none;
  padding-left: 0 !important;
}
.warranty-wrapper .warranty-exclusion .body-content li {
  position: relative;
  padding-left: 20px;
}
.warranty-wrapper .warranty-exclusion .body-content li::before {
  color: #0068b6;
  content: "●";
  position: absolute;
  left: 0;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
}
.warranty-wrapper .warranty-exclusion .body-sub-content {
  margin-top: 22px;
  position: relative;
  padding-left: 16px;
  list-style: none;
  margin-left: 36px;
}
.warranty-wrapper .warranty-exclusion .body-sub-content li {
  padding-left: 8px;
}
.warranty-wrapper .warranty-exclusion .body-sub-content li::before {
  color: #000000;
  content: "●";
  position: absolute;
  left: 0;
  font-weight: bold;
  display: inline-block;
  width: 1.5em;
}
.warranty-wrapper .warranty-exclusion .conclusion {
  padding-left: 64px !important;
}
.warranty-wrapper .consumer-guarantees .title {
  margin-bottom: 30px;
}
.warranty-wrapper .claims .description {
  margin-bottom: 14px;
}
.warranty-wrapper .claims .description:last-of-type {
  margin-bottom: 0;
}
.warranty-wrapper .claims .description ol {
  padding-left: 1.5rem;
  margin-top: 34px;
}
.warranty-wrapper .claims .description ol li {
  margin-bottom: 14px;
}
.warranty-wrapper .claims .description ol li::marker {
  color: #0068b6;
  font-weight: 700;
}
.warranty-wrapper .claims .description ol li:last-of-type {
  margin-bottom: 0;
}
.warranty-wrapper .send-product .title {
  margin-bottom: 30px;
}
.warranty-wrapper .repairs .title {
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .our-support .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-wrapper {
    width: 100%;
  }
  .customer-service-wrapper .service-process .title {
    padding: 16px;
  }
  .customer-service-wrapper .service-process .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .customer-service-wrapper .service-process .description {
    padding: 8px 16px 24px;
  }
  .customer-service-wrapper .service-process.member .more-info-wrapper {
    padding: 34px 0 0;
  }
  .faq-wrapper .question-list .faq {
    padding: 16px;
  }
  .faq-wrapper .question-list .faq .faq-box .question-wrapper {
    font-size: 16px;
  }
  .faq-wrapper .question-list .faq .drop-down-wrapper {
    padding: 26px 0;
  }
  .faq-wrapper .question-list .faq .drop-down-wrapper .step-wrapper .step-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: start !important;
  }
  .warranty-wrapper .warranty-block {
    padding: 24px 0;
  }
  .warranty-wrapper .warranty-exclusion .body-sub-content {
    margin-left: 21px;
  }
}
.about-us-wrapper {
  margin-top: 60px;
}
.about-us-wrapper .about-us {
  margin-bottom: 60px;
}
.about-us-wrapper .about-us .headline {
  font-size: 24px;
  font-weight: 700;
  padding-left: 24px;
  position: relative;
  color: #0068b6;
  margin-bottom: 32px;
}
.about-us-wrapper .about-us .headline::before {
  content: "";
  position: absolute;
  left: 0;
  width: 8px;
  height: 40px;
  border-radius: 4px;
  background-color: #0068b6;
}
.about-us-wrapper .about-us .about-us-description {
  font-size: 18px;
  font-weight: 400;
  padding: 0 24px;
}
.about-us-wrapper .general-info {
  border-radius: 8px;
  border: 1px solid #dddddd;
  margin-bottom: 54px;
}
.about-us-wrapper .general-info .title {
  font-size: 24px;
  font-weight: 700;
  padding: 16px 40px;
  background-color: #0068b6;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
}
.about-us-wrapper .general-info .description {
  padding: 30px 40px;
}
.about-us-wrapper .general-info .description .info {
  gap: 32px;
  margin-bottom: 16px;
}
.about-us-wrapper .general-info .description .info:last-of-type {
  margin-bottom: 0;
}
.about-us-wrapper .general-info .description .info .info-title {
  min-width: 83px;
  font-size: 18px;
  font-weight: 700;
}
.about-us-wrapper .general-info .description .info .info-description {
  font-size: 18px;
  font-weight: 400;
}
.about-us-wrapper .more-info-wrapper {
  margin: 0 -100px;
}
.about-us-wrapper .more-info-wrapper img {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-us-wrapper .more-info-wrapper .more-info {
  font-size: 30px;
  top: 14px;
  left: 100px;
  font-weight: 500;
  max-width: 765px;
}
.about-us-wrapper .more-info-wrapper .more-info span {
  font-weight: 800;
  color: #0068b6;
}
.about-us-wrapper .map-wrapper {
  border-radius: 8px;
  background-color: #0068b6;
  padding: 58px 60px 64px 60px;
  margin-top: -74px;
  margin-bottom: 35px;
}
.about-us-wrapper .map-wrapper .address {
  font-size: 18px;
  font-weight: 700;
  color: #50cbe7;
}
.about-us-wrapper .map-wrapper .headline {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 4px;
  margin-bottom: 24px;
}
.about-us-wrapper .map-wrapper .map-address {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  color: #ffffff;
  max-width: 530px;
  line-height: 1;
  text-decoration: underline;
  margin-bottom: 20px;
}
.about-us-wrapper .map-wrapper .map-address::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  background-image: url(../../../images/arrow-right.png);
}
.about-us-wrapper .map-wrapper .map iframe {
  width: 100%;
  min-height: 290px;
  border-radius: 8px;
}

@media screen and (max-width: 786px) {
  .about-us-wrapper .about-us .headline {
    margin-bottom: 14px;
  }
  .about-us-wrapper .about-us .about-us-description {
    font-size: 16px;
  }
  .about-us-wrapper .general-info .title {
    font-size: 22px;
  }
  .about-us-wrapper .map-wrapper {
    margin-top: unset;
  }
  .about-us-wrapper .general-info .description .info .info-title,
  .about-us-wrapper .general-info .description .info .info-description {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .about-us-wrapper .more-info-wrapper {
    margin: 0 -3%;
  }
  .about-us-wrapper .more-info-wrapper img {
    margin: auto;
  }
  .about-us-wrapper .more-info-wrapper .more-info {
    left: 3%;
    max-width: unset;
    font-size: 20px;
  }
  .about-us-wrapper .map-wrapper {
    padding: 40px 20px;
  }
  .about-us-wrapper .map-wrapper .headline {
    margin-bottom: 14px;
    margin-top: 0px;
  }
}