body {
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333338;
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 0;
  z-index: 10;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  header {
    padding: 20px 0;
    height: 71px;
  }
}
header .logo img {
  width: 125px;
}
header .right-menu .menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  justify-content: right;
}
header .right-menu .menu-list li a {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  color: #333338;
  position: relative;
}
header .right-menu .menu-list li a:before {
  content: " ";
  background-color: #B51319;
  width: calc(100% - 40px);
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  display: none;
}
header .right-menu .menu-list li:hover a {
  color: #B51319;
}
header .right-menu .menu-list li:hover a:before {
  display: block;
}
@media screen and (max-width: 992px) {
  header .right-menu {
    display: none;
  }
}
header .other-menu {
  border-left: 1px solid #8C8C8C;
  padding-left: 5px;
}
header .other-menu a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 15px;
}

.mobil-menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .mobil-menu {
    display: inline-block;
  }
}
.mobil-menu a {
  display: inline-block;
  text-decoration: none;
}
.mobil-menu a span {
  background-color: #000000;
  display: block;
  height: 2px;
  width: 36px;
  margin-top: 8px;
  transition: width 0.2s ease-in-out;
}
.mobil-menu a span.l-1 {
  margin-top: 0;
}

.modal-open {
  padding-right: 0px !important;
}

.slider .rs-fullvideo-cover {
  background: linear-gradient(90deg, rgba(51, 51, 56, 0.8) 0%, rgba(51, 51, 56, 0) 93.78%);
}
.slider .rev_slider .tp-caption {
  white-space: unset !important;
}
@media screen and (max-width: 768px) {
  .slider .rev_slider_wrapper .tp-parallax-wrap {
    left: 0 !important;
    bottom: 10px;
  }
}
.slider .rev_slider_wrapper .text-area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .slider .rev_slider_wrapper .text-area {
    max-width: 100%;
    padding-right: 20px;
  }
}
.slider .rev_slider_wrapper .text-area .title {
  font-size: 64px;
  line-height: 77px;
  color: #FFFFFF;
  min-width: 700px;
  margin-top: 32px;
}
@media screen and (max-width: 992px) {
  .slider .rev_slider_wrapper .text-area .title {
    font-size: 27px;
    line-height: 40px;
    margin-top: 20px;
  }
}
.slider .rev_slider_wrapper .text-area .desc {
  margin-top: 24px;
  font-size: 22px;
  line-height: 36px;
  color: #ffffff;
  max-width: 100%;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .slider .rev_slider_wrapper .text-area .desc {
    font-size: 18px;
  }
}
.slider .rev_slider_wrapper .text-area .go-link {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  border: 1px solid #FFFFFF;
  padding: 12px 60px;
  border-radius: 100px;
  transition: 250ms all ease;
}
.slider .rev_slider_wrapper .text-area .go-link:hover {
  background-color: #ffffff;
  color: #333338;
}
.slider .rev_slider_wrapper .tp-tabs {
  visibility: unset !important;
  opacity: 1 !important;
  background: transparent !important;
}
@media screen and (min-width: 768px) {
  .slider .rev_slider_wrapper .tp-tabs {
    left: calc(100% - 110px) !important;
  }
}
.slider .rev_slider_wrapper .tp-tabs .tp-tabs-inner-wrapper .tp-tab .tp-tab-title {
  color: #ffffff;
  text-align: right;
  font-size: 16px;
  border-right: 2px solid #ffffff;
  padding: 7px 20px;
  margin-top: 4px;
  margin-bottom: 4px;
}

@media screen and (max-width: 992px) {
  .com-info {
    padding: 50px 0 70px 0;
  }
}
@media screen and (min-width: 992px) {
  .com-info {
    padding: 85px 0 130px 0;
  }
}
@media screen and (max-width: 992px) {
  .com-info .title {
    font-size: 35px;
    line-height: 55px;
  }
}
@media screen and (min-width: 992px) {
  .com-info .title {
    font-size: 64px;
    line-height: 77px;
  }
}
.com-info .sub-title {
  margin-bottom: 10px;
  font-size: 48px;
}
.com-info .sub-text {
  font-size: 24px;
  font-weight: 300;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .com-info .sub-text {
    padding-right: 70px;
  }
}
.com-info .text {
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .com-info .text {
    margin-top: 15px;
    font-size: 20px;
    line-height: 34px;
  }
}
@media screen and (min-width: 992px) {
  .com-info .text {
    margin-top: 30px;
    font-size: 24px;
    line-height: 38px;
    padding-right: 80px;
  }
}
.com-info .circle-image {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .com-info .circle-image {
    margin-top: 50px;
  }
}
.com-info .circle-image .circle {
  position: relative;
  display: inline-block;
}
.com-info .circle-image .circle .white-bg {
  width: 70%;
  height: 70%;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.com-info .circle-image .circle .white-bg .red-border {
  /* width: 100%;
   height: 100%;

   border-radius: 100%;
   border: solid 30px #B51319;
   border-top-color: transparent;
   border-left-color: transparent;
   border-bottom-color: transparent;

   transition: all 0.5s ease-in;
   animation-name:             rotate; 
   animation-duration:        4s; 
   animation-iteration-count:  infinite;
   animation-timing-function: linear; */
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  -webkit-mask: conic-gradient(#000 var(--a), transparent var(--a)), linear-gradient(#000, #000) content-box;
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  background: #B51319;
  border-radius: 50%;
  animation: progress 4s 0.3s linear forwards;
}

@property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes progress {
  to {
    --a: 360deg;
  }
}
.technologies-home {
  overflow: hidden;
  background: #f1f1f2;
  padding-top: 110px;
  padding-bottom: 110px;
}
@media screen and (max-width: 992px) {
  .technologies-home {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.technologies-home .text-area {
  position: relative;
  height: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 992px) {
  .technologies-home .text-area {
    padding-top: 0px;
  }
}
.technologies-home .text-area:before {
  content: " ";
  position: absolute;
  top: 0;
  left: calc(-200% + 30px);
  height: 100%;
  width: 300%;
  background-color: #f1f1f2;
  z-index: 2;
}
.technologies-home .text-area .title {
  margin-top: 24px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .technologies-home .text-area .title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .technologies-home .text-area .title {
    font-size: 48px;
    line-height: 57px;
  }
}
.technologies-home .text-area .text {
  font-weight: 300;
  color: #333338;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 992px) {
  .technologies-home .text-area .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media screen and (min-width: 992px) {
  .technologies-home .text-area .text {
    margin-top: 40px;
    font-size: 16px;
    line-height: 28px;
    padding-right: 50px;
  }
}
.technologies-home .text-area .link {
  position: relative;
  z-index: 3;
  display: inline-block;
  text-decoration: none;
  color: #B51319;
  font-size: 16px;
  font-weight: 700;
  margin-top: 50px;
  border: 1px solid #B51319;
  padding: 12px 60px;
  border-radius: 100px;
  transition: 250ms all ease;
}
.technologies-home .text-area .link:hover {
  background-color: #B51319;
  color: #ffffff;
}
.technologies-home .slick-list {
  overflow: unset;
}
.technologies-home .slick-list .slick-slide .item {
  padding: 0 15px;
}
.technologies-home .slick-list .slick-slide .item .image {
  overflow: hidden;
  position: relative;
  position: relative;
}
.technologies-home .slick-list .slick-slide .item .image img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.technologies-home .slick-list .slick-slide .item .image .h-right {
  position: absolute;
  right: 48px;
  bottom: 40px;
}
.technologies-home .slick-list .slick-slide .item:hover img {
  scale: 1.1;
}

.home-product {
  background: #F5F5F5;
}
@media screen and (max-width: 992px) {
  .home-product {
    padding: 35px 4px;
  }
}
@media screen and (min-width: 992px) {
  .home-product {
    padding: 115px 0 124px 0;
  }
}
@media screen and (max-width: 992px) {
  .home-product .text-area .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home-product .text-area .title {
    font-size: 48px;
  }
}
.home-product .text-area .text {
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .home-product .text-area .text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home-product .text-area .text {
    margin-top: 20px;
  }
}
.home-product .h-product-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .home-product .h-product-arrow {
    margin-top: 15px;
  }
}
.home-product .h-product-arrow div {
  cursor: pointer;
}
.home-product .h-product-arrow .hp-left {
  margin-right: 8px;
}
.home-product .h-product-arrow .hp-left:hover svg path {
  stroke-opacity: 0.7;
}
.home-product .h-product-arrow .hp-left:hover svg circle {
  stroke-opacity: 0.7;
}
.home-product .h-product-arrow .hp-right:hover svg path {
  stroke-opacity: 0.7;
}
.home-product .h-product-arrow .hp-right:hover svg circle {
  stroke-opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .home-product .slider-product {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home-product .slider-product {
    margin-top: 56px;
  }
}
.home-product .slider-product .slick-list {
  margin-left: -16px;
  margin-right: -16px;
}
.home-product .slider-product .slick-list .slick-track {
  display: flex !important;
}
.home-product .slider-product .slick-list .slick-track .slick-slide {
  padding-left: 16px;
  padding-right: 16px;
  height: inherit !important;
}
.home-product .slider-product .item {
  background: #F8F8F8;
  border-radius: 16px;
  overflow: hidden;
  padding: 48px;
  height: 100%;
}
.home-product .slider-product .item.health {
  background-image: url("images/home/health.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}
.home-product .slider-product .item.pet {
  background-image: url("images/home/pet.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
}
.home-product .slider-product .item .title {
  font-size: 32px;
  color: #333338;
}
.home-product .slider-product .item .title span {
  color: #B51319;
}
.home-product .slider-product .item .list {
  list-style: none;
  padding: 0;
  margin-top: 25px;
}
.home-product .slider-product .item .list li a {
  display: block;
  text-decoration: none;
  color: #333338;
  padding: 12px 0;
  font-size: 16px;
  line-height: 19px;
}
.home-product .slider-product .item .list li a span {
  margin-top: 7px;
  display: block;
}
.home-product .slider-product .item .list li a:hover {
  color: #B51319;
}
.home-product .slider-product .item .list li a:hover svg path {
  stroke: #B51319;
}

.home-contact-us {
  background-color: #B51319;
  background-image: url("images/home/sceener.png");
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 992px) {
  .home-contact-us {
    padding: 35px 0 35px 0;
  }
}
@media screen and (min-width: 992px) {
  .home-contact-us {
    padding: 110px 0 110px 0;
  }
}
.home-contact-us .title {
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .home-contact-us .title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .home-contact-us .title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.home-contact-us .l-title {
  font-size: 16px;
  color: #ffffff;
}
.home-contact-us .l-info {
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .home-contact-us .l-info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home-contact-us .l-info {
    margin-top: 10px;
  }
}
.home-contact-us .l-info.f-16 {
  font-size: 16px;
}

@media screen and (max-width: 992px) {
  .contact-us {
    padding: 35px 0 35px 0;
  }
}
@media screen and (min-width: 992px) {
  .contact-us {
    padding: 110px 0 110px 0;
  }
}
.contact-us .title {
  color: #333338;
}
@media screen and (max-width: 992px) {
  .contact-us .title {
    font-size: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us .title {
    font-size: 48px;
    margin-bottom: 30px;
  }
}
.contact-us .l-title {
  font-size: 16px;
  color: #333338;
}
.contact-us .l-info {
  font-weight: 300;
  font-size: 24px;
  color: #333338;
}
@media screen and (max-width: 992px) {
  .contact-us .l-info {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .contact-us .l-info {
    margin-top: 10px;
  }
}
.contact-us .l-info.f-16 {
  font-size: 16px;
}
.contact-us .go-link {
  text-decoration: none;
  color: #B51319;
  display: inline-block;
  margin-top: 12px;
}

.home-blog {
  background: #F5F5F5;
}
@media screen and (max-width: 992px) {
  .home-blog {
    padding: 35px 4px;
  }
}
@media screen and (min-width: 992px) {
  .home-blog {
    padding: 115px 0 124px 0;
  }
}
@media screen and (max-width: 992px) {
  .home-blog .text-area .title {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .home-blog .text-area .title {
    font-size: 48px;
  }
}
.home-blog .text-area .text {
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .home-blog .text-area .text {
    margin-top: 10px;
  }
}
@media screen and (min-width: 992px) {
  .home-blog .text-area .text {
    margin-top: 10px;
  }
}
.home-blog .h-product-arrow {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 992px) {
  .home-blog .h-product-arrow {
    margin-top: 15px;
  }
}
.home-blog .h-product-arrow div {
  cursor: pointer;
}
.home-blog .h-product-arrow .hb-left {
  margin-right: 8px;
}
.home-blog .h-product-arrow .hb-left:hover svg path {
  stroke-opacity: 0.7;
}
.home-blog .h-product-arrow .hb-left:hover svg circle {
  stroke-opacity: 0.7;
}
.home-blog .h-product-arrow .hb-right {
  margin-right: 8px;
}
.home-blog .h-product-arrow .hb-right:hover svg path {
  stroke-opacity: 0.7;
}
.home-blog .h-product-arrow .hb-right:hover svg circle {
  stroke-opacity: 0.7;
}
@media screen and (max-width: 992px) {
  .home-blog .slider-blog {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .home-blog .slider-blog {
    margin-top: 56px;
  }
}
.home-blog .slider-blog .slick-list {
  margin-left: -16px;
  margin-right: -16px;
}
.home-blog .slider-blog .slick-list .slick-track {
  display: flex !important;
}
.home-blog .slider-blog .slick-list .slick-track .slick-slide {
  padding-left: 16px;
  padding-right: 16px;
  height: inherit !important;
}
.home-blog .slider-blog .item {
  height: 100%;
  background-color: #ffffff;
  padding: 20px;
}
.home-blog .slider-blog .item .images {
  display: block;
}
.home-blog .slider-blog .item .images img {
  width: 100%;
}
.home-blog .slider-blog .item .title {
  font-size: 16px;
  font-weight: 300;
  color: #8C8C8C;
  margin-top: 25px;
}
.home-blog .slider-blog .item .go-link {
  display: block;
  font-size: 16px;
  color: #B51319;
  margin-top: 13px;
  text-decoration: none;
}

footer {
  background-color: #F8F8F8;
  background-image: url("images/footer-sceener.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 40px 0;
    background-size: 70%;
  }
}
@media screen and (min-width: 992px) {
  footer {
    padding: 80px 0;
  }
}
footer .f-logo .logo-text {
  font-size: 12px;
  color: #231F20;
  margin-top: 24px;
}
@media screen and (max-width: 992px) {
  footer .f-menu-list {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  footer .f-menu-list {
    display: flex;
    justify-content: end;
  }
}
footer .f-menu-list .list {
  list-style: none;
  padding: 0;
}
footer .f-menu-list .list li a {
  display: block;
  text-decoration: none;
  font-size: 24px;
  line-height: 42px;
  color: #333338;
}
footer .f-menu-list .list li a:hover {
  color: #B51319;
}
@media screen and (min-width: 992px) {
  footer .f-menu-list .list.small-l {
    margin-left: 150px;
  }
}
footer .f-menu-list .list.small-l li a {
  font-size: 20px;
  line-height: 38px;
}
footer .f-bottom {
  border-top: 1px solid rgba(158, 159, 161, 0.2);
}
@media screen and (max-width: 992px) {
  footer .f-bottom {
    margin-top: 20px;
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  footer .f-bottom {
    margin-top: 40px;
    padding-top: 90px;
  }
}
footer .f-bottom .copy {
  color: #8C8C8C;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  footer .f-bottom .copy {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  footer .f-bottom .copy {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
footer .f-bottom .country {
  font-size: 20px;
  color: #333338;
}
@media screen and (min-width: 992px) {
  footer .f-bottom .country {
    margin-top: -50px;
  }
}
footer .f-bottom .country:hover {
  color: #B51319;
}
footer .f-bottom .country:hover svg circle {
  stroke: #B51319;
}
footer .f-bottom .country:hover svg ellipse {
  stroke: #B51319;
}
footer .f-bottom .country:hover svg path {
  stroke: #B51319;
}

.page-hader {
  margin-top: 97px;
  position: relative;
  min-height: 480px;
}
@media screen and (max-width: 992px) {
  .page-hader {
    margin-top: 71px;
  }
}
.page-hader .main-img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 480px;
}
@media screen and (min-width: 992px) {
  .page-hader .main-img.mbl-img {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .page-hader .main-img.dsc-img {
    display: none;
  }
}
.page-hader .hover-right {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 70%;
}

@media screen and (min-width: 992px) {
  .page-content {
    padding: 88px 0;
  }
}
@media screen and (max-width: 992px) {
  .page-content {
    padding: 30px 0;
  }
}
.page-content.pc-bg {
  background-color: #F8F8F8;
}
@media screen and (min-width: 992px) {
  .page-content .left-bar {
    padding-right: 100px;
  }
}
.page-content .left-bar .l-title {
  font-style: italic;
  color: #8C8C8C;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .page-content .left-bar .l-title {
    display: none;
  }
}
.page-content .left-bar .mobil-left-menu {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
  background-color: #333338;
  color: #ffffff;
  margin-bottom: 30px;
}
.page-content .left-bar .mobil-left-menu svg {
  margin-left: 10px;
}
@media screen and (min-width: 992px) {
  .page-content .left-bar .mobil-left-menu {
    display: none;
  }
}
.page-content .left-bar .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .page-content .left-bar .list {
    display: none;
  }
}
.page-content .left-bar .list li a {
  display: block;
  color: #333338;
  font-weight: 400;
  padding: 16px 0;
  text-decoration: none;
  border-bottom: 1px solid #F1F1F1;
}
.page-content .left-bar .list li a:hover {
  color: #B51319;
}
.page-content .left-bar .list li a.active {
  color: #B51319;
}
.page-content .content .title {
  font-size: 48px;
  color: #333338;
  line-height: 57px;
  margin-bottom: 32px;
}
.page-content .content .title-2 {
  font-size: 48px;
  color: #333338;
  line-height: 57px;
}
@media screen and (min-width: 992px) {
  .page-content .content .title-2 {
    margin-bottom: 32px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 992px) {
  .page-content .content .title-2 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.page-content .content p {
  font-size: 16px;
  line-height: 25px;
  color: #333338;
  font-weight: 300;
}
.page-content .chart-list {
  margin-top: 56px;
}
.page-content .chart-list .c-item {
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  padding: 25px 80px;
  margin-bottom: 32px;
}
.page-content .chart-list .info {
  color: #8C8C8C;
  font-size: 14px;
}

.product-area .col-lg-6 {
  margin-bottom: 32px;
}
.product-area .item {
  background-color: #F8F8F8;
  border-radius: 12px;
  padding: 32px 40px;
  height: 100%;
  background-image: url("images/page/page-product-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 50%;
  position: relative;
}
.product-area .item .text {
  max-width: 60%;
}
.product-area .item .text .p-title {
  font-size: 20px;
  line-height: 24px;
  color: #333338;
  margin-bottom: 16px;
}
.product-area .item .text .p-text {
  font-size: 13px;
  line-height: 24px;
}
.product-area .item .icon {
  position: absolute;
  right: 40px;
  top: 32px;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 19px;
}
.product-area .item .icon img {
  width: 50px;
}

.content-table {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  .content-table table {
    border: 0;
  }
  .content-table table caption {
    font-size: 1.3em;
  }
  .content-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .content-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .content-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .content-table table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .content-table table td:last-child {
    border-bottom: 0;
  }
}
.content-table table {
  width: 100%;
}
.content-table table thead tr {
  background-color: #F1F1F1;
  border-radius: 8px;
  overflow: hidden;
}
.content-table table thead tr th {
  padding: 16px 5px;
  font-weight: 700;
  font-size: 16px;
  color: #333338;
}
.content-table table thead tr th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
@media screen and (min-width: 992px) {
  .content-table table thead tr th:first-child {
    padding-left: 30px;
  }
}
.content-table table thead tr th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 992px) {
  .content-table table thead tr th:last-child {
    padding-left: 25px;
  }
}
.content-table table tbody tr td {
  padding: 16px 5px;
  border-bottom: 1px solid #E8E8E8;
  font-size: 16px;
  color: #333338;
  line-height: 28px;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .content-table table tbody tr td:first-child {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .content-table table tbody tr td:last-child {
    padding-left: 25px;
  }
}
.content-table table tbody tr:hover td {
  background-color: #F8F8F8;
}

.content-table-white {
  margin-top: 75px;
}
@media screen and (max-width: 600px) {
  .content-table-white table {
    border: 0;
  }
  .content-table-white table caption {
    font-size: 1.3em;
  }
  .content-table-white table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .content-table-white table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }
  .content-table-white table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  .content-table-white table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  .content-table-white table td:last-child {
    border-bottom: 0;
  }
}
.content-table-white .bg-white {
  background-color: #FFFFFF;
  border-radius: 16px;
}
.content-table-white .bg-white:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.content-table-white table {
  width: 100%;
}
.content-table-white table thead tr th {
  color: #B51319;
  padding: 24px 5px;
}
@media screen and (min-width: 992px) {
  .content-table-white table thead tr th:first-child {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .content-table-white table thead tr th:last-child {
    padding-left: 25px;
  }
}
.content-table-white table tbody tr td {
  color: #333338;
  border-bottom: 1px solid #E8E8E8;
  padding: 24px 5px;
}
@media screen and (min-width: 992px) {
  .content-table-white table tbody tr td:first-child {
    padding-left: 30px;
  }
}
@media screen and (min-width: 992px) {
  .content-table-white table tbody tr td:last-child {
    padding-left: 25px;
  }
}
.content-table-white table tbody tr:hover td {
  background-color: #F8F8F8;
}
.content-table-white .info {
  color: #8C8C8C;
  font-size: 14px;
  margin-top: 32px;
}

.maps {
  margin-top: 97px;
  width: 100%;
  height: 480px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .maps {
    margin-top: 71px;
  }
}
.maps #map {
  height: 480px;
}

.form-area {
  padding-bottom: 120px;
}
.form-area .title {
  font-size: 32px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.form-area .input-label {
  margin-bottom: 15px;
}
.form-area .form-control {
  border-radius: 0;
  border: 1px solid #D0D1D2;
  margin-bottom: 32px;
  padding: 18px 20px;
}
.form-area .privacy {
  font-size: 12px;
  display: flex;
  align-items: baseline;
  color: #231F20;
  font-weight: 300;
}
.form-area .privacy a {
  color: #231F20;
}
.form-area .privacy input {
  margin-right: 10px;
  position: relative;
  top: 4px;
}
.form-area .go-form {
  position: relative;
  z-index: 3;
  display: inline-block;
  text-decoration: none;
  background-color: #ffffff;
  color: #B51319;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #B51319;
  padding: 12px 60px;
  border-radius: 100px;
  transition: 250ms all ease;
}
.form-area .go-form:hover {
  background-color: #B51319;
  color: #ffffff;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=style.css.map */