@charset "UTF-8";
/**
 * Layout for home landings pages or info pages (root, service)
 *
 * This file is imported in specific html pages
 ** b_base_logged_out_service.html
 ** b_page_lading.html
 ** b_base_logged_out_white.html (child not called?) : to be deleted?
 ** b_product_life_cycle_table.html (called) : to be deleted?
 */
/* breakpoints variables */
/* colors variables */
/* colors services */
/* fonts */
/* transitions */
/* paddings  */
/* images */
/* waves */
/* accordion service */
/* page service */
/* wrappers */
/* box shadows */
/* line 14, ../../scss/pages/home.scss */
.section-wave {
  position: relative;
}
/* line 16, ../../scss/pages/home.scss */
.section-wave .wave-background {
  position: absolute;
  display: block;
  width: 100%;
  margin-bottom: -330px;
  z-index: 0;
  overflow: hidden;
}
/* line 23, ../../scss/pages/home.scss */
.section-wave .wave-background .wave {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 33, ../../scss/pages/home.scss */
.section-wave .wave-foreground {
  position: relative;
  z-index: 5;
}
/* line 37, ../../scss/pages/home.scss */
.section-wave .wave-foreground .landing-header-top h1 {
  font-size: 3.5em;
  font-weight: 600;
}
/* line 44, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-background {
  height: 500px;
}
/* line 46, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-background .wave-back {
  background-image: url("../../img/wave/wave_back.f737599ed7c7.png");
  height: 600px;
  opacity: 0.9;
}
/* line 51, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-background .wave-middle {
  background-image: url("../../img/wave/wave_middle.2f059d4112ed.png");
  /*height:304px;*/
  height: 600px;
  opacity: 0.9;
}
/* line 57, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-background .wave-front {
  background-image: url("../../img/wave/wave_front.c9287e49ef31.png");
  /*height:305px;*/
  height: 600px;
  opacity: 0.9;
}
/* line 63, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-background .wave-white {
  background-image: url("../../img/wave/wave_white.6a4f3e7b1c67.png");
  height: 187px;
}
/* line 68, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-foreground {
  min-height: 500px;
}
/* line 70, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-foreground .landing-header-top {
  padding-top: 40px;
  height: 480px;
}
/* line 74, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-foreground .landing-header-bottom {
  padding: 30px 0 60px;
}
/* line 76, ../../scss/pages/home.scss */
.section-wave.section-landing .wave-foreground .landing-header-bottom .block-image {
  margin-top: -330px;
}
/* line 83, ../../scss/pages/home.scss */
.section-wave.section-white .wave-background {
  height: 260px;
}
/* line 85, ../../scss/pages/home.scss */
.section-wave.section-white .wave-background .wave-back {
  background-image: url("../../img/wave/wave_back.f737599ed7c7.png");
  height: 500px;
  top: -115px;
}
/* line 90, ../../scss/pages/home.scss */
.section-wave.section-white .wave-background .wave-middle {
  background-image: url("../../img/wave/wave_middle.2f059d4112ed.png");
  height: 500px;
  top: -115px;
}
/* line 95, ../../scss/pages/home.scss */
.section-wave.section-white .wave-background .wave-front {
  background-image: url("../../img/wave/wave_front.c9287e49ef31.png");
  height: 500px;
  top: -115px;
}
/* line 100, ../../scss/pages/home.scss */
.section-wave.section-white .wave-background .wave-white {
  background-image: url("../../img/wave/wave_white.6a4f3e7b1c67.png");
  height: 121px;
}
/* line 105, ../../scss/pages/home.scss */
.section-wave.section-white .wave-foreground {
  min-height: 260px;
}

@media (min-width: 1500px) {
  /* line 116, ../../scss/pages/home.scss */
  .section-wave.section-white .wave-background .wave-white {
    bottom: -5px;
    height: 165px;
  }
}
@media (min-width: 1880px) {
  /* line 127, ../../scss/pages/home.scss */
  .section-wave.section-landing .wave-foreground .landing-header-top {
    padding: 40px 0 255px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 134, ../../scss/pages/home.scss */
  .section-wave.section-landing .wave-foreground .landing-header-top {
    padding: 30px 0 170px;
  }

  /* line 137, ../../scss/pages/home.scss */
  .section-wave.section-landing
  .wave-foreground
  .landing-header-bottom
  .block-image {
    margin-top: -190px;
  }
}
@media (max-width: 767px) {
  /* line 147, ../../scss/pages/home.scss */
  .section-wave.section-white .wave-background {
    height: 320px;
  }
}
@media (max-width: 543px) {
  /* line 154, ../../scss/pages/home.scss */
  .section-wave.section-landing {
    text-align: center;
  }

  /* line 157, ../../scss/pages/home.scss */
  .section-wave.section-landing .wave-foreground .landing-header-top {
    padding: 20px 0 160px;
  }
}
/* line 164, ../../scss/pages/home.scss */
.page-service .section-wave.section-white,
.page-service .section-wave.section-white .wave-background {
  height: 360px;
}

/* line 171, ../../scss/pages/home.scss */
.block-quote {
  padding: 60px 20px 0 20px;
}
/* line 173, ../../scss/pages/home.scss */
.block-quote h4 {
  z-index: 2;
  position: relative;
  text-align: justify;
}
/* line 178, ../../scss/pages/home.scss */
.block-quote:after {
  content: "ʻʻ";
  position: absolute;
  display: block;
  width: 150px;
  height: 150px;
  top: 0;
  left: -30px;
  font-size: 300px;
  line-height: 190px;
  letter-spacing: -50px;
  color: #f2f4f5;
  z-index: 1;
  font-family: ubuntu;
}

@media (min-width: 768px) {
  /* line 196, ../../scss/pages/home.scss */
  .block-quote {
    padding: 60px 40px 32px 40px;
  }
  /* line 198, ../../scss/pages/home.scss */
  .block-quote:after {
    left: 0;
  }
}
/* line 206, ../../scss/pages/home.scss */
.block-number {
  margin-bottom: 40px;
}
/* line 208, ../../scss/pages/home.scss */
.block-number .block-number-icon {
  margin: 0 auto;
  background: #ffffff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 25px;
}
/* line 215, ../../scss/pages/home.scss */
.block-number .block-number-icon path,
.block-number .block-number-icon circle {
  fill: #3fc7ff;
}
/* line 220, ../../scss/pages/home.scss */
.block-number .block-number-number {
  font-family: "millunium-bold";
}

@media (min-width: 768px) {
  /* line 226, ../../scss/pages/home.scss */
  .block-number {
    margin-bottom: 20px;
  }
  /* line 228, ../../scss/pages/home.scss */
  .block-number .block-number-icon {
    margin: 0 auto 30px;
  }
}
/* line 234, ../../scss/pages/home.scss */
.block-description {
  padding: 60px 0;
}
/* line 236, ../../scss/pages/home.scss */
.block-description h2 {
  margin-bottom: 15px;
}
/* line 239, ../../scss/pages/home.scss */
.block-description p {
  margin-bottom: 0;
  text-align: justify;
}
/* line 243, ../../scss/pages/home.scss */
.block-description.border-bottom {
  border-bottom: 2px solid #f2f4f5;
}

/* line 249, ../../scss/pages/home.scss */
.block-circle .block-circle-icon {
  margin: 5px auto;
  background: #ffffff;
  border: 4px solid #3fc7ff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  padding: 32px;
}
/* line 257, ../../scss/pages/home.scss */
.block-circle .block-circle-icon path,
.block-circle .block-circle-icon circle {
  fill: #3fc7ff;
}

/* line 266, ../../scss/pages/home.scss */
.block-info-support {
  padding: 60px 40px 32px 40px;
  position: relative;
}
/* line 269, ../../scss/pages/home.scss */
.block-info-support .block-info-support-icon {
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 277, ../../scss/pages/home.scss */
.block-info-support h4 {
  position: relative;
  z-index: 2;
}

/* line 283, ../../scss/pages/home.scss */
.block-context {
  margin: 15px auto;
  position: relative;
}
/* line 286, ../../scss/pages/home.scss */
.block-context .block-context-button {
  display: block;
  color: #5b6678;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  border: 1px solid #eceff0;
  padding: 15px;
}
/* line 294, ../../scss/pages/home.scss */
.block-context .block-context-button:after {
  content: "\f13a";
  opacity: 0;
  position: absolute;
  top: 24px;
  right: 30px;
  font-family: FontAwesome;
  display: block;
  font-size: 20px;
  width: 18px;
}
/* line 305, ../../scss/pages/home.scss */
.block-context .block-context-button .block-context-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
}
/* line 311, ../../scss/pages/home.scss */
.block-context .block-context-button .block-context-info {
  font-size: 80%;
}
/* line 314, ../../scss/pages/home.scss */
.block-context .block-context-button .block-context-icon {
  height: 36px;
  width: 36px;
  margin: 5px 15px;
  float: left;
}
/* line 320, ../../scss/pages/home.scss */
.block-context .block-context-button .block-context-icon svg path,
.block-context .block-context-button .block-context-icon svg circle {
  fill: #5b6678;
}
/* line 326, ../../scss/pages/home.scss */
.block-context .block-context-button:hover, .block-context .block-context-button[aria-expanded="true"] {
  border-color: #3fc7ff;
  background-color: #f2fbff;
  color: #3fc7ff !important;
  border-color: #3fc7ff;
}
/* line 332, ../../scss/pages/home.scss */
.block-context .block-context-button:hover:after, .block-context .block-context-button[aria-expanded="true"]:after {
  opacity: 1;
  color: #3fc7ff;
}
/* line 336, ../../scss/pages/home.scss */
.block-context .block-context-button:hover .block-context-title, .block-context .block-context-button[aria-expanded="true"] .block-context-title {
  color: #3fc7ff;
}
/* line 341, ../../scss/pages/home.scss */
.block-context .block-context-button:hover .block-context-icon svg path,
.block-context .block-context-button:hover .block-context-icon svg circle, .block-context .block-context-button[aria-expanded="true"] .block-context-icon svg path,
.block-context .block-context-button[aria-expanded="true"] .block-context-icon svg circle {
  fill: #3fc7ff;
}
/* line 348, ../../scss/pages/home.scss */
.block-context .block-context-button[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
/* line 353, ../../scss/pages/home.scss */
.block-context .block-context-content-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
  border-left: 1px solid #3fc7ff;
  border-right: 1px solid #3fc7ff;
  border-bottom: 1px solid #3fc7ff;
}

/* line 365, ../../scss/pages/home.scss */
.block-feature {
  padding: 40px 0;
  min-height: 330px;
  text-align: center;
}
/* line 369, ../../scss/pages/home.scss */
.block-feature .block-feature-icon,
.block-feature .block-feature-text {
  display: block;
}
/* line 373, ../../scss/pages/home.scss */
.block-feature .block-feature-icon {
  width: 80px;
  height: 80px;
  margin: 20px auto;
}
/* line 378, ../../scss/pages/home.scss */
.block-feature p {
  color: #ffffff;
  opacity: 0.8;
}
/* line 382, ../../scss/pages/home.scss */
.block-feature .block-feature-title {
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  margin: 10px 0;
}
/* line 387, ../../scss/pages/home.scss */
.block-feature .block-feature-title h5 {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  /* line 398, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal {
    min-height: 170px;
    text-align: left;
  }
  /* line 401, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal .block-feature-icon,
  .block-feature.block-feature-horizontal .block-feature-text {
    float: left;
  }
  /* line 405, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal .block-feature-icon {
    margin: 0 30px 0 0;
  }
  /* line 408, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal .block-feature-icon.icon-hub_connection, .block-feature.block-feature-horizontal .block-feature-icon.icon-web_settings {
    padding: 14px 5px;
  }
  /* line 412, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal .block-feature-icon.icon-reload_4 {
    padding: 6px;
  }
  /* line 416, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal .block-feature-text {
    width: 70%;
  }
  /* line 419, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal .block-feature-title {
    margin-top: 5px;
    height: auto;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 429, ../../scss/pages/home.scss */
  .block-feature.block-feature-horizontal .block-feature-icon {
    margin: 0 15px 0 0;
  }
}
/* line 437, ../../scss/pages/home.scss */
.section-landing-numbers,
.section-landing-services {
  padding: 40px 0;
}

/* line 445, ../../scss/pages/home.scss */
.page-service.page-service-header .page-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
/* line 450, ../../scss/pages/home.scss */
.page-service.page-service-header .page-icon.color-white-1 svg path,
.page-service.page-service-header .page-icon.color-white-1 svg circle {
  fill: #ffffff;
}
/* line 456, ../../scss/pages/home.scss */
.page-service.page-service-header .page-title {
  margin: 20px 0 0 0;
  text-transform: uppercase;
  font-size: 30px;
}
/* line 462, ../../scss/pages/home.scss */
.page-service.page-service-content {
  padding: 20px 0 0 0;
}
/* line 464, ../../scss/pages/home.scss */
.page-service.page-service-content h2,
.page-service.page-service-content h3,
.page-service.page-service-content h4 {
  color: #3fc7ff;
}
/* line 469, ../../scss/pages/home.scss */
.page-service.page-service-content strong {
  font-size: 110%;
  color: #454f78;
}
/* line 473, ../../scss/pages/home.scss */
.page-service.page-service-content .section-product {
  padding: 20px 0 60px;
}
/* line 476, ../../scss/pages/home.scss */
.page-service.page-service-content .section-product .icon-svg svg path,
.page-service.page-service-content .section-product .icon-svg svg circle {
  fill: #3fc7ff !important;
}
/* line 484, ../../scss/pages/home.scss */
.page-service.page-service-content .block-feature .icon-svg svg path,
.page-service.page-service-content .block-feature .icon-svg svg circle {
  fill: #ffffff !important;
  opacity: 0.3;
}
/* line 492, ../../scss/pages/home.scss */
.page-service.page-service-content .table-service-bg td,
.page-service.page-service-content .table-service-bg th {
  background-color: #f6f6f8;
}
/* line 497, ../../scss/pages/home.scss */
.page-service.page-service-content .block-product {
  padding-top: 80px;
  margin-bottom: 20px;
}
/* line 500, ../../scss/pages/home.scss */
.page-service.page-service-content .block-product .block-product-icon {
  margin-bottom: 20px;
  max-width: 160px;
}
/* line 505, ../../scss/pages/home.scss */
.page-service.page-service-content .block-product .block-product-content h3 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 509, ../../scss/pages/home.scss */
.page-service.page-service-content .block-product .block-product-content ul {
  padding-left: 20px;
}
/* line 511, ../../scss/pages/home.scss */
.page-service.page-service-content .block-product .block-product-content ul li {
  margin-bottom: 5px;
}
/* line 517, ../../scss/pages/home.scss */
.page-service.page-service-content .table {
  color: #454f78;
  border-color: #3fc7ff;
  margin-top: 20px;
  margin-bottom: 0;
}
/* line 525, ../../scss/pages/home.scss */
.page-service.page-service-content .table thead tr th,
.page-service.page-service-content .table thead tr:first-child th {
  border: 2px solid;
  text-align: center;
  font-size: 16px;
}
/* line 529, ../../scss/pages/home.scss */
.page-service.page-service-content .table thead tr th.empty,
.page-service.page-service-content .table thead tr:first-child th.empty {
  border: none;
  background: transparent;
}
/* line 538, ../../scss/pages/home.scss */
.page-service.page-service-content .table tbody tr th {
  border: none;
  text-align: right;
}
/* line 542, ../../scss/pages/home.scss */
.page-service.page-service-content .table tbody tr td {
  text-align: center;
  border-right: 2px solid;
  border-left: 2px solid;
  border-bottom: none;
  border-top: none;
}
/* line 550, ../../scss/pages/home.scss */
.page-service.page-service-content .table tbody tr:last-child td {
  border-bottom: 2px solid;
}
/* line 557, ../../scss/pages/home.scss */
.page-service.page-service-content .section-feature {
  padding: 60px 0 40px;
  background: #454f78;
}
/* line 560, ../../scss/pages/home.scss */
.page-service.page-service-content .section-feature h2 {
  text-transform: uppercase;
  color: #ffffff;
}

/* line 568, ../../scss/pages/home.scss */
.nav-service-wrapper {
  padding: 0 45px;
  display: flex;
  justify-content: center;
}
/* line 572, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service {
  width: 600px;
  display: block;
  overflow: auto;
}
/* line 576, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service.current-compute {
  transform: translateX(225px);
}
/* line 579, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service.current-storage {
  transform: translateX(75px);
}
/* line 582, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service.current-network {
  transform: translateX(-75px);
}
/* line 585, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service.current-dns {
  transform: translateX(-225px);
}
/* line 588, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item {
  float: left;
  width: 150px;
  text-align: center;
}
/* line 592, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item.active {
  width: 150px;
  display: flex;
  justify-content: center;
}
/* line 597, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a {
  padding: 0;
  margin: 0 auto;
  opacity: 0.6;
}
/* line 601, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a .nav-item-icon {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
/* line 607, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a .nav-item-icon svg path,
.nav-service-wrapper .nav-service .nav-item a .nav-item-icon svg circle {
  fill: #ffffff;
}
/* line 612, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a .nav-item-title {
  color: #ffffff;
  margin-top: 14px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
/* line 619, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a:hover, .nav-service-wrapper .nav-service .nav-item a:focus {
  opacity: 0.8;
  background-color: transparent;
}
/* line 623, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a:hover .nav-item-icon, .nav-service-wrapper .nav-service .nav-item a:focus .nav-item-icon {
  width: 90px;
  height: 90px;
}
/* line 627, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a:hover .nav-item-title, .nav-service-wrapper .nav-service .nav-item a:focus .nav-item-title {
  margin: 10px 0 0 0;
  font-size: 1.5rem;
}
/* line 632, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a.active {
  opacity: 1;
  width: 150px;
}
/* line 635, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a.active .nav-item-icon {
  width: 80px;
  height: 80px;
}
/* line 639, ../../scss/pages/home.scss */
.nav-service-wrapper .nav-service .nav-item a.active .nav-item-title {
  margin: 20px 0 0 0;
  font-size: 24px;
}

@media (min-width: 1800px) {
  /* line 651, ../../scss/pages/home.scss */
  .nav-service-wrapper {
    padding: 0 18px;
  }
  /* line 653, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service {
    width: 600px;
  }
  /* line 655, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-compute {
    transform: translateX(225px);
  }
  /* line 658, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-storage {
    transform: translateX(75px);
  }
  /* line 661, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-network {
    transform: translateX(-75px);
  }
  /* line 664, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-dns {
    transform: translateX(-225px);
  }
  /* line 667, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service .nav-item {
    width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 676, ../../scss/pages/home.scss */
  .nav-service-wrapper {
    padding: 0 18px;
  }
  /* line 678, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service {
    width: 480px;
  }
  /* line 680, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-compute {
    transform: translateX(180px);
  }
  /* line 683, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-storage {
    transform: translateX(60px);
  }
  /* line 686, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-network {
    transform: translateX(-60px);
  }
  /* line 689, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-dns {
    transform: translateX(-180px);
  }
  /* line 692, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service .nav-item {
    width: 120px !important;
  }

  /* line 697, ../../scss/pages/home.scss */
  .page-service.page-service-content .table tbody tr th {
    width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 704, ../../scss/pages/home.scss */
  .nav-service-wrapper {
    padding: 0 18px;
  }
  /* line 706, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service {
    width: 480px;
  }
  /* line 708, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-compute {
    transform: translateX(180px);
  }
  /* line 711, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-storage {
    transform: translateX(60px);
  }
  /* line 714, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-network {
    transform: translateX(-60px);
  }
  /* line 717, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service.current-dns {
    transform: translateX(-180px);
  }
  /* line 720, ../../scss/pages/home.scss */
  .nav-service-wrapper .nav-service .nav-item {
    width: 100px !important;
    margin-inline: 10px;
  }

  /* line 726, ../../scss/pages/home.scss */
  .page-service.page-service-content .table tbody tr th {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  /* line 733, ../../scss/pages/home.scss */
  .page-service.page-service-content .table tbody tr th {
    width: 190px;
  }
}
@media (max-width: 767px) {
  /* line 741, ../../scss/pages/home.scss */
  .page-service.page-service-content .table tbody tr th {
    width: 50px;
  }
  /* line 745, ../../scss/pages/home.scss */
  .page-service.page-service-content .block-product .block-product-icon {
    margin: 0 auto 20px;
  }
  /* line 748, ../../scss/pages/home.scss */
  .page-service.page-service-content .block-product .block-product-content h3 {
    text-align: center;
  }
  /* line 752, ../../scss/pages/home.scss */
  .page-service.page-service-content .section-feature .block-feature {
    padding: 20px 0;
    min-height: 280px;
  }
}
