@charset "UTF-8";
/*Mixins*/ /*Variables*/
@font-face {
  font-family: "icomoon";
  src: url("/theme/fonts/icomoon.eot?n9k96t");
  src: url("/theme/fonts/icomoon.eot?n9k96t#iefix") format("embedded-opentype"), url("/theme/fonts/icomoon.ttf?n9k96t") format("truetype"), url("/theme/fonts/icomoon.woff?n9k96t") format("woff"), url("/theme/fonts/icomoon.svg?n9k96t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-close:before {
  content: "\e901";
}

.icon-link:before {
  content: "\e902";
}

.icon-back:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-quote:before {
  content: "\e905";
}

/*****General*****/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 1360px) {
  * {
    text-rendering: auto;
  }
}

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

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: white;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  color: #0A354F;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h1 {
  font-size: 44px;
  line-height: 54px;
}
@media only screen and (max-width: 1360px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

h2 {
  font-size: 32px;
  line-height: 42px;
}
@media only screen and (max-width: 1360px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 600px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

h3 {
  font-size: 30px;
  line-height: 40px;
}
@media only screen and (max-width: 1360px) {
  h3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 600px) {
  h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

h4, h5 {
  font-size: 26px;
  line-height: 36px;
}
@media only screen and (max-width: 1360px) {
  h4, h5 {
    font-size: 23px;
    line-height: 33px;
  }
}
@media only screen and (max-width: 991px) {
  h4, h5 {
    font-size: 21px;
    line-height: 31px;
  }
}
@media only screen and (max-width: 600px) {
  h4, h5 {
    font-size: 19px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 480px) {
  h4, h5 {
    font-size: 18px;
    line-height: 28px;
  }
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 500;
  color: #0A354F;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 480px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transform: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  outline: none;
  text-decoration: none;
  position: relative;
}

:active, :focus {
  border: 0;
  outline: none;
}

select, textarea, input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

button {
  -webkit-appearance: checkbox;
}

/*Grid*/
section, footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 160px 0;
}
@media only screen and (max-width: 1600px) {
  section, footer {
    padding: 140px 0;
  }
}
@media only screen and (max-width: 1360px) {
  section, footer {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 1199px) {
  section, footer {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  section, footer {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  section, footer {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 480px) {
  section, footer {
    padding: 40px 0;
  }
}
section .container, footer .container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  section .container, footer .container {
    padding: 0 20px;
  }
}
section .container .row, footer .container .row {
  margin-left: -30px;
  margin-right: -30px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  section .container .row, footer .container .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
section .container .row .col, footer .container .row .col {
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  section .container .row .col, footer .container .row .col {
    padding: 0 20px;
  }
}
section .container .row .col.col20, footer .container .row .col.col20 {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col20, footer .container .row .col.col20 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  section .container .row .col.col20, footer .container .row .col.col20 {
    width: 100%;
  }
}
section .container .row .col.col25, footer .container .row .col.col25 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col25, footer .container .row .col.col25 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  section .container .row .col.col25, footer .container .row .col.col25 {
    width: 100%;
  }
}
section .container .row .col.col33, footer .container .row .col.col33 {
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col33, footer .container .row .col.col33 {
    width: 100%;
  }
}
section .container .row .col.col40, footer .container .row .col.col40 {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col40, footer .container .row .col.col40 {
    width: 100%;
  }
}
section .container .row .col.col50, footer .container .row .col.col50 {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col50, footer .container .row .col.col50 {
    width: 100%;
  }
}
section .container .row .col.col60, footer .container .row .col.col60 {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col60, footer .container .row .col.col60 {
    width: 100%;
  }
}
section .container .row .col.col66, footer .container .row .col.col66 {
  width: 66.6666%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col66, footer .container .row .col.col66 {
    width: 100%;
  }
}
section .container .row .col.col75, footer .container .row .col.col75 {
  width: 75%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col75, footer .container .row .col.col75 {
    width: 100%;
  }
}
section .container .row .col.col100, footer .container .row .col.col100 {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  section .container .row .col.col100, footer .container .row .col.col100 {
    width: 100%;
  }
}
section .container.container-big, footer .container.container-big {
  max-width: 1300px;
}
section .container.container-mini, footer .container.container-mini {
  max-width: 940px;
}

/*Common*/
.cloud-background {
  background: #E8F0FF;
  position: relative;
  min-height: 650px;
  overflow: visible;
}
@media only screen and (max-width: 1199px) {
  .cloud-background {
    min-height: 600px;
  }
}
@media only screen and (max-width: 991px) {
  .cloud-background {
    min-height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .cloud-background {
    min-height: 300px;
  }
}
.cloud-background:before {
  content: "";
  width: 500px;
  height: 700px;
  background-image: url("/theme/images/left.png");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 500px 700px;
  position: absolute;
  left: 0;
  top: -50px;
}
@media only screen and (max-width: 1199px) {
  .cloud-background:before {
    width: 425px;
    height: 595px;
    background-size: 425px 595px;
  }
}
@media only screen and (max-width: 991px) {
  .cloud-background:before {
    width: 375px;
    height: 525px;
    background-size: 375px 525px;
    top: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .cloud-background:before {
    width: 250px;
    height: 350px;
    background-size: 250px 350px;
    top: -30px;
  }
}
.cloud-background:after {
  content: "";
  width: 580px;
  height: 550px;
  background-image: url("/theme/images/right.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 580px 550px;
  position: absolute;
  right: 0;
  bottom: -50px;
}
@media only screen and (max-width: 1199px) {
  .cloud-background:after {
    width: 493px;
    height: 467px;
    background-size: 493px 467px;
  }
}
@media only screen and (max-width: 991px) {
  .cloud-background:after {
    width: 435px;
    height: 412px;
    background-size: 435px 412px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 767px) {
  .cloud-background:after {
    width: 290px;
    height: 225px;
    background-size: 290px 275px;
    bottom: -30px;
  }
}
.cloud-background .container {
  position: relative;
  z-index: 2;
}

.title-big {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1600px) {
  .title-big {
    font-size: 55px;
    line-height: 64px;
  }
}
@media only screen and (max-width: 1360px) {
  .title-big {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-big {
    font-size: 45px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 991px) {
  .title-big {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 600px) {
  .title-big {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .title-big {
    font-size: 32px;
    line-height: 38px;
  }
}

.subtitle-big {
  font-weight: 600;
  font-size: 55px;
  line-height: 65px;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 1600px) {
  .subtitle-big {
    font-size: 50px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 1360px) {
  .subtitle-big {
    font-size: 45px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 1199px) {
  .subtitle-big {
    font-size: 40px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 991px) {
  .subtitle-big {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 600px) {
  .subtitle-big {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .subtitle-big {
    font-size: 28px;
    line-height: 34px;
  }
}

.title-medium {
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 1360px) {
  .title-medium {
    font-size: 28px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .title-medium {
    font-size: 26px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .title-medium {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .title-medium {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 480px) {
  .title-medium {
    font-size: 20px;
    line-height: 26px;
  }
}

.title-small {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
@media only screen and (max-width: 991px) {
  .title-small {
    font-size: 22px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 480px) {
  .title-small {
    font-size: 20px;
    line-height: 26px;
  }
}

.intro-text {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
@media only screen and (max-width: 991px) {
  .intro-text {
    font-size: 17px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .intro-text {
    font-size: 16px;
    line-height: 22px;
  }
}

.language-es .header .navbar .nav ul.langmenu li.lang-es a {
  border: 2px solid white;
}

.language-en .header .navbar .nav ul.langmenu li.lang-en a {
  border: 2px solid white;
}

.button {
  font-size: 16px;
  line-height: 20px;
  color: white;
  background: #0262ff;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 15px;
    line-height: 18px;
    padding: 11px 22px;
  }
}
@media only screen and (max-width: 480px) {
  .button {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
  }
}
.button:hover {
  background: #00EDE7;
  color: #0A354F;
}
@media only screen and (max-width: 991px) {
  .button:hover {
    color: white;
    background: #0262ff;
  }
}
.button.button-lines {
  border: 2px solid #0262ff;
  font-size: 16px;
  line-height: 20px;
  color: #0262ff;
  background: white;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .button.button-lines {
    font-size: 15px;
    line-height: 18px;
    padding: 8px 22px;
  }
}
@media only screen and (max-width: 480px) {
  .button.button-lines {
    font-size: 14px;
    line-height: 16px;
    padding: 6px 20px;
  }
}
.button.button-lines:hover {
  background: #0262ff;
  color: white;
}
@media only screen and (max-width: 991px) {
  .button.button-lines:hover {
    background: transparent;
    color: #0262ff;
  }
}

.link {
  font-size: 16px;
  line-height: 44px;
  color: #0262ff;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .link {
    font-size: 15px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 480px) {
  .link {
    font-size: 14px;
    line-height: 16px;
  }
}
.link:after {
  font-family: "icomoon";
  content: "\e902";
  font-weight: normal;
  color: #00EDE7;
  font-size: 12px;
  position: relative;
  top: 1px;
  right: -10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .link:after {
    font-size: 11px;
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .link:after {
    font-size: 10px;
  }
}
.link:hover:after {
  right: -25px;
}
@media only screen and (max-width: 991px) {
  .link:hover:after {
    right: -10px;
  }
}

.back {
  font-size: 16px;
  line-height: 44px;
  color: white;
  font-weight: 600;
}
.back:before {
  font-family: "icomoon";
  content: "\e903";
  font-weight: normal;
  color: #00EDE7;
  font-size: 12px;
  margin: 0 10px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back:hover:before {
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 991px) {
  .back:hover:before {
    margin: 0 10px 0 0;
  }
}

#services .header .navbar .nav ul li a.services:before, #about-us .header .navbar .nav ul li a.about-us:before, #articles .header .navbar .nav ul li a.articles:before {
  content: "";
  transform: scaleX(1);
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.5px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  #services .header .navbar .nav ul li a.services:before, #about-us .header .navbar .nav ul li a.about-us:before, #articles .header .navbar .nav ul li a.articles:before {
    height: 2.5px;
  }
}

/*Animaciones*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes toma {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}
@keyframes infiniterotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes waving {
  to {
    background-position: 200px 5px;
  }
}
@keyframes waving2 {
  to {
    background-position: 200px 35px;
  }
}
.animate-in {
  animation: fadeIn 0.3s ease-in;
}

/*Header*/
.header {
  height: 100px;
  position: fixed;
  background: transparent;
  z-index: 21;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
  }
}
.header:after {
  content: "";
  background: #0262ff;
  border-bottom: 1px solid #E8F0FF;
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
}
.header .navbar {
  position: relative;
}
.header .navbar .logo {
  position: absolute;
  left: 100px;
  top: 25px;
  display: block;
  width: 200px;
  height: 48px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transform: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1600px) {
  .header .navbar .logo {
    left: 60px;
  }
}
@media only screen and (max-width: 1360px) {
  .header .navbar .logo {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .logo {
    height: 36px;
    width: 150px;
    left: 20px;
    top: 12px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transform: all 0s ease;
    transition: all 0s ease;
    z-index: 26;
  }
}
.header .navbar .logo span {
  display: inline-block;
}
.header .navbar .logo span.cloud {
  width: 70px;
  height: 48px;
  background-image: url("/theme/images/logo-white.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 200px 48px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 0.2s opacity 0.2s ease-out;
  -moz-transition: 0.2s opacity 0.2s ease-out;
  -ms-transform: 0.2s opacity 0.2s ease-out;
  transition: 0.2s opacity 0.2s ease-out;
}
@media only screen and (max-width: 767px) {
  .header .navbar .logo span.cloud {
    height: 36px;
    width: 150px;
    background-size: 150px 36px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transform: all 0s ease;
    transition: all 0s ease;
  }
}
.header .navbar .logo span.name {
  width: 130px;
  height: 48px;
  background-image: url("/theme/images/logo-white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 200px 48px;
  -webkit-transition: 0.2s all 0.2s ease;
  -moz-transition: 0.2s all 0.2s ease;
  -ms-transform: 0.2s all 0.2s ease;
  transition: 0.2s all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .header .navbar .logo span.name {
    display: none;
  }
}
.header .navbar .nav {
  position: absolute;
  right: 100px;
  padding: 32px 0;
  -webkit-transition: padding 0.2s ease;
  -moz-transition: padding 0.2s ease;
  -ms-transform: padding 0.2s ease;
  transition: padding 0.2s ease;
}
@media only screen and (max-width: 1600px) {
  .header .navbar .nav {
    right: 60px;
  }
}
@media only screen and (max-width: 1360px) {
  .header .navbar .nav {
    right: 30px;
  }
}
.header .navbar .nav ul {
  display: inline-block;
}
.header .navbar .nav ul li {
  display: inline-block;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .header .navbar .nav ul li {
    margin: 0 0 0 20px;
  }
}
.header .navbar .nav ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 36px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .header .navbar .nav ul.navmenu {
    position: fixed;
    height: 100vh;
    width: 100%;
    background: #0262ff;
    top: -100vh;
    left: 0;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transform: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .nav ul.navmenu li {
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .nav ul.navmenu li a {
    font-size: 25px;
  }
}
.header .navbar .nav ul.navmenu li a:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.5px;
  transform: scaleX(0);
  background-color: white;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transform: transform 0.2s;
  transition: transform 0.2s;
}
.header .navbar .nav ul.navmenu li a.contact {
  border-radius: 30px;
  border: 2px solid #00EDE7;
  color: #00EDE7;
  height: 36px;
  line-height: 30px;
  display: block;
  padding: 0 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header .navbar .nav ul.navmenu li a.contact {
    color: white;
    border: none;
    height: auto;
  }
}
.header .navbar .nav ul.navmenu li a.contact:before {
  display: none;
}
.header .navbar .nav ul.navmenu li a.contact:hover {
  background: #00EDE7;
  color: #0262ff;
}
@media only screen and (max-width: 991px) {
  .header .navbar .nav ul.navmenu li a.contact:hover {
    background: #0262ff;
    border: 2px solid #00EDE7;
    color: #00EDE7;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .nav ul.navmenu li a.contact:hover {
    border: none;
    height: auto;
    color: white;
  }
}
.header .navbar .nav ul.navmenu li a:hover:before {
  transform: scaleX(1);
  background: white;
}
@media only screen and (max-width: 991px) {
  .header .navbar .nav ul.navmenu li a:hover:before {
    transform: scaleX(0);
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .nav ul.navmenu.movetop {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
.header .navbar .nav ul.langmenu {
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 991px) {
  .header .navbar .nav ul.langmenu {
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header .navbar .nav ul.langmenu {
    position: fixed;
    z-index: 25;
    top: 12px;
    right: 65px;
  }
}
.header .navbar .nav ul.langmenu li {
  margin: 0 0 0 5px;
}
.header .navbar .nav ul.langmenu li a {
  border-radius: 30px;
  border: 2px solid transparent;
  color: white;
  width: 36px;
  height: 36px;
  line-height: 30px;
  display: block;
  text-align: center;
  text-transform: lowercase;
}
.header .navbar .nav ul.langmenu li a:hover {
  border: 2px solid white;
}
@media only screen and (max-width: 991px) {
  .header .navbar .nav ul.langmenu li a:hover {
    border: 2px solid transparent;
  }
}
.header .navbar #header-icon {
  position: fixed;
  right: 35px;
  top: 35px;
  display: none;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .header .navbar #header-icon {
    display: block;
    right: 20px;
    top: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .header .navbar #header-icon {
    z-index: 12;
  }
}
.header.small {
  position: fixed;
  height: 60px;
}
.header.small:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header.small .navbar .logo {
  top: 5px;
}
@media only screen and (max-width: 767px) {
  .header.small .navbar .logo {
    top: 12px;
  }
}
.header.small .navbar .logo span.cloud {
  width: 70px;
  height: 48px;
  background-image: url("/theme/images/logo-white.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 200px 48px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.1s opacity 0.2s ease-in;
  -moz-transition: 0.1s opacity 0.2s ease-in;
  -ms-transform: 0.1s opacity 0.2s ease-in;
  transition: 0.1s opacity 0.2s ease-in;
}
@media only screen and (max-width: 767px) {
  .header.small .navbar .logo span.cloud {
    background-size: 150px 36px;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 150px;
    height: 36px;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transform: all 0s ease;
    transition: all 0s ease;
  }
}
.header.small .navbar .logo span.name {
  width: 130px;
  height: 48px;
  background-image: url("/theme/images/logo-white.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 200px 48px;
  transform: translateX(-70px);
}
@media only screen and (max-width: 767px) {
  .header.small .navbar .logo span.name {
    display: none;
  }
}
.header.small .navbar .nav {
  padding: 11px 0;
}

@media only screen and (max-width: 767px) {
  body.open-menu {
    overflow: hidden !important;
  }
}
@media only screen and (max-width: 767px) {
  body.open-menu .header .navbar .nav ul.navmenu {
    background: #0262ff;
    z-index: 12;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open-menu .header .navbar .nav ul.navmenu.movetop {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/*****Hamburger*****/
.header .navbar #header-icon {
  width: 28px;
  height: 22px;
  margin: 0;
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transform: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  z-index: 22;
}
.header .navbar #header-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  left: 0;
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header .navbar #header-icon span:nth-child(1) {
  top: 0px;
}
.header .navbar #header-icon span:nth-child(2), .header .navbar #header-icon span:nth-child(3) {
  top: 10px;
}
.header .navbar #header-icon span:nth-child(4) {
  top: 20px;
}
.header .navbar #header-icon.open-icon span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
.header .navbar #header-icon.open-icon span:nth-child(2) {
  transform: rotate(45deg);
}
.header .navbar #header-icon.open-icon span:nth-child(3) {
  transform: rotate(-45deg);
}
.header .navbar #header-icon.open-icon span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}
.header .navbar #header-icon:hover:after {
  transform: scale(1.2);
}
@media only screen and (max-width: 991px) {
  .header .navbar #header-icon:hover:after {
    transform: scale(1);
  }
}

/*Home*/
.block-intro {
  background-color: #0262ff;
  background-image: url("/theme/images/blue-background.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 880px 850px;
  position: relative;
  padding: 180px 0 100px 0;
}
@media only screen and (max-width: 1600px) {
  .block-intro {
    background-size: 850px 821px;
    background-position: right -80px bottom 0;
  }
}
@media only screen and (max-width: 1360px) {
  .block-intro {
    background-size: 792px 765px;
    background-position: right -120px bottom 0;
  }
}
@media only screen and (max-width: 1199px) {
  .block-intro {
    padding: 160px 0 90px 0;
    background-size: 733px 708px;
    background-position: right -120px bottom 0;
  }
}
@media only screen and (max-width: 991px) {
  .block-intro {
    background-size: 704px 680px;
    background-position: right -160px bottom 0;
    padding: 140px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-intro {
    background-image: url("/theme/images/mobile-background.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 600px 600px;
    padding: 120px 0 70px 0;
  }
}
@media only screen and (max-width: 600px) {
  .block-intro {
    background-size: 400px 400px;
    padding: 100px 0 60px 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-intro {
    background-size: 300px 300px;
    padding: 100px 0 50px 0;
  }
}
.block-intro .container .intro-claim {
  max-width: 720px;
  color: white;
}
@media only screen and (max-width: 1600px) {
  .block-intro .container .intro-claim {
    max-width: 660px;
  }
}
@media only screen and (max-width: 1360px) {
  .block-intro .container .intro-claim {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1199px) {
  .block-intro .container .intro-claim {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .block-intro .container .intro-claim {
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .block-intro .container .intro-claim {
    max-width: 400px;
  }
}
@media only screen and (max-width: 480px) {
  .block-intro .container .intro-claim {
    max-width: 260px;
  }
}
@media only screen and (max-width: 991px) {
  .block-intro .container .intro-claim br {
    display: none;
  }
}
.block-intro .container .intro-claim .title-big {
  color: white;
}
.block-intro .container .intro-claim .intro-text {
  margin: 0 0 30px 0;
  color: white;
}
.block-intro .container .intro-claim .button {
  background: #00EDE7;
  color: #0A354F;
}
.block-intro .container .intro-claim .button:hover {
  background: #0A354F;
  color: #00EDE7;
}
@media only screen and (max-width: 991px) {
  .block-intro .container .intro-claim .button:hover {
    background: #00EDE7;
    color: #0A354F;
  }
}
.block-intro .container .intro-claim .link {
  color: white;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 480px) {
  .block-intro .container .intro-claim .link {
    margin: 0 0 0 20px;
  }
}
.block-intro .container .intro-claim .timing {
  color: white;
}
.block-intro .container .intro-claim .timing span {
  color: #00EDE7;
}
.block-intro .illustration-home {
  position: absolute;
  bottom: 20px;
  right: 100px;
}
@media only screen and (max-width: 1600px) {
  .block-intro .illustration-home {
    right: 30px;
    bottom: 0;
    width: 560px;
  }
}
@media only screen and (max-width: 1360px) {
  .block-intro .illustration-home {
    width: 520px;
  }
}
@media only screen and (max-width: 1199px) {
  .block-intro .illustration-home {
    width: 480px;
  }
}
@media only screen and (max-width: 991px) {
  .block-intro .illustration-home {
    width: 400px;
    right: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-intro .illustration-home {
    position: initial;
    right: initial;
    bottom: initial;
    width: 500px;
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .block-intro .illustration-home {
    padding: 0 20px;
  }
}
.block-intro.block-home {
  padding: 240px 0 160px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1600px) {
  .block-intro.block-home {
    padding: 200px 0 140px 0;
  }
}
@media only screen and (max-width: 1360px) {
  .block-intro.block-home {
    padding: 180px 0 120px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .block-intro.block-home {
    padding: 160px 0 100px 0;
  }
}
@media only screen and (max-width: 991px) {
  .block-intro.block-home {
    padding: 140px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-intro.block-home {
    padding: 120px 0 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .block-intro.block-home {
    padding: 100px 0 0 0;
  }
}
@media only screen and (max-width: 1199px) {
  .block-intro.block-home .container .intro-claim {
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .block-intro.block-home .container .intro-claim {
    max-width: calc(100% - 360px);
  }
}
@media only screen and (max-width: 767px) {
  .block-intro.block-home .container .intro-claim {
    max-width: 100%;
  }
}

.block-experience .container .items-experience {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .block-experience .container .items-experience {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
}
.block-experience .container .items-experience .item-experience {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .block-experience .container .items-experience .item-experience {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 767px) {
  .block-experience .container .items-experience .item-experience {
    width: 100%;
    justify-content: center;
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 480px) {
  .block-experience .container .items-experience .item-experience {
    display: block;
    text-align: center;
  }
}
.block-experience .container .items-experience .item-experience img {
  max-height: 54px;
  width: auto;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 480px) {
  .block-experience .container .items-experience .item-experience img {
    margin: 0 auto 10px auto;
  }
}
.block-experience .container .items-experience .item-experience p {
  margin: 0 20px 0 0;
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .block-experience .container .items-experience .item-experience p {
    font-size: 17px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 480px) {
  .block-experience .container .items-experience .item-experience p {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-experience .container .text-experience {
  max-width: 700px;
  margin: 0 auto;
  padding: 120px 0 60px 0;
  text-align: center;
}
@media only screen and (max-width: 1600px) {
  .block-experience .container .text-experience {
    padding: 100px 0 60px 0;
  }
}
@media only screen and (max-width: 1360px) {
  .block-experience .container .text-experience {
    padding: 80px 0 60px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .block-experience .container .text-experience {
    padding: 60px 0 60px 0;
  }
}
@media only screen and (max-width: 991px) {
  .block-experience .container .text-experience {
    padding: 50px 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-experience .container .text-experience {
    padding: 40px 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-experience .container .text-experience {
    padding: 30px 0 20px 0;
  }
}
.block-experience .container .text-experience p {
  color: #647C8C;
}
.block-client-logos .container .logos-experience {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .block-client-logos .container .logos-experience {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991px) {
  .block-client-logos .container .logos-experience li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 480px) {
  .block-client-logos .container .logos-experience li {
    width: 50%;
  }
}
.block-client-logos .container .logos-experience li img {
  transform: scale(0.8);
  padding: 0 10px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .block-client-logos .container .logos-experience li img {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 991px) {
  .block-client-logos .container .logos-experience li img {
    padding: 0 10px;
    margin: 20px auto 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  .block-client-logos .container .logos-experience li img {
    padding: 0 5px;
  }
}
.block-client-logos .container .logos-experience li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media only screen and (max-width: 991px) {
  .block-client-logos .container .logos-experience li a:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
  }
}

.block-philosophy .container .row .col.col-text {
  padding-right: 60px;
}
@media only screen and (max-width: 991px) {
  .block-philosophy .container .row .col.col-text {
    padding-right: 30px;
  }
}
.block-philosophy .container .row .col.col-text .button {
  margin: 30px 0 60px 0;
  display: table;
}
@media only screen and (max-width: 767px) {
  .block-philosophy .container .row .col.col-text .button {
    margin: 30px 0;
  }
}
@media only screen and (max-width: 600px) {
  .block-philosophy .container .row .col.col-text .button {
    margin: 30px 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-philosophy .container .row .col.col-text .button {
    margin: 30px 0 10px 0;
  }
}
.block-philosophy .container .row .col.col-items {
  align-self: end;
}
.block-philosophy .container .row .col.col-items ul {
  display: flex;
  flex-wrap: wrap;
}
.block-philosophy .container .row .col.col-items ul li {
  width: 33.3333%;
  padding: 20px 20px 0 20px;
}
@media only screen and (max-width: 991px) {
  .block-philosophy .container .row .col.col-items ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .block-philosophy .container .row .col.col-items ul li {
    width: 33.3333%;
    padding: 20px 20px 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .block-philosophy .container .row .col.col-items ul li {
    width: 50%;
  }
}
.block-philosophy .container .row .col.col-items ul li img {
  margin: 0 0 10px 0;
}
.block-philosophy .container .row .col.col-items ul li h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 1199px) {
  .block-philosophy .container .row .col.col-items ul li h4 {
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .block-philosophy .container .row .col.col-items ul li h4 {
    font-size: 16px;
    line-height: 20px;
  }
}

.block-blog .container .row-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1199px) {
  .block-blog .container .row-title {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row-title {
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-blog .container .row-title {
    display: block;
    margin: 0 0 10px 0;
  }
}
.block-blog .container .row-title .subtitle-big {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-blog .container .row-title .subtitle-big {
    margin: 0 0 20px 0;
  }
}
.block-blog .container .row-title .button-lines {
  height: 44px;
}
@media only screen and (max-width: 767px) {
  .block-blog .container .row-title .button-lines {
    height: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .block-blog .container .row-title .button-lines {
    height: 32px;
  }
}
.block-blog .container .row .col:nth-child(1) {
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col:nth-child(1) {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .block-blog .container .row .col:nth-child(1) {
    padding-right: 20px;
  }
}
.block-blog .container .row .col:nth-child(2) {
  padding-left: 50px;
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col:nth-child(2) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .block-blog .container .row .col:nth-child(2) {
    padding-left: 20px;
  }
}
.block-blog .container .row .col .item-article {
  margin: 40px 0 0 0;
  display: block;
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col .item-article {
    margin: 30px 0 0 0;
  }
}
.block-blog .container .row .col .item-article .thumbnail-article {
  height: 260px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col .item-article .thumbnail-article {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .block-blog .container .row .col .item-article .thumbnail-article {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .block-blog .container .row .col .item-article .thumbnail-article {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .block-blog .container .row .col .item-article .thumbnail-article {
    height: 200px;
  }
}
.block-blog .container .row .col .item-article .thumbnail-article img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transform: all 0.6s ease;
  transition: all 0.6s ease;
}
.block-blog .container .row .col .item-article p {
  padding: 0 40px 0 0;
  color: #647C8C;
  margin: 0 0 20px 0;
}
.block-blog .container .row .col .item-article p.title-small {
  border-top: 2px solid #0262ff;
  display: block;
  padding: 20px 50px 20px 0;
  color: #0A354F;
  position: relative;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col .item-article p.title-small {
    padding: 20px 40px 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-blog .container .row .col .item-article p.title-small {
    padding: 15px 40px 10px 0;
  }
}
.block-blog .container .row .col .item-article p.title-small:after {
  font-family: "icomoon";
  content: "\e902";
  color: #00EDE7;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  top: 10px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  transition: all 0.3s ease;
}
.block-blog .container .row .col .item-article time {
  font-size: 12px;
  line-height: 20px;
  height: 30px;
  padding: 5px 15px;
  margin: 0 0 25px 0;
  background: #E8F0FF;
  border-radius: 20px;
  color: #0A354F;
}
.block-blog .container .row .col .item-article:hover .thumbnail-article img {
  transform: scale(1.05);
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col .item-article:hover .thumbnail-article img {
    transform: scale(1);
  }
}
.block-blog .container .row .col .item-article:hover p.title-small {
  color: #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col .item-article:hover p.title-small {
    color: #0A354F;
  }
}
.block-blog .container .row .col .item-article:hover p.title-small:after {
  color: #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-blog .container .row .col .item-article:hover p.title-small:after {
    color: #00EDE7;
  }
}

.block-contact {
  padding-top: 0;
}
.block-contact .container .subtitle-big {
  margin: 0 auto 60px auto;
  text-align: center;
}
@media only screen and (max-width: 1199px) {
  .block-contact .container .subtitle-big {
    margin: 0 auto 50px auto;
  }
}
@media only screen and (max-width: 991px) {
  .block-contact .container .subtitle-big {
    margin: 0 auto 40px auto;
  }
}
@media only screen and (max-width: 767px) {
  .block-contact .container .subtitle-big {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .block-contact .container .subtitle-big {
    margin: 0 auto 30px auto;
  }
}
@media only screen and (max-width: 767px) {
  .block-contact .container .row .col.col-img {
    max-width: 300px;
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .block-contact .container .row .col.col-text {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .block-contact .container .row .col.col-text {
    padding-left: 20px;
  }
}
.block-contact .container .row .col.col-text address {
  font-style: normal;
  margin: 1em 0 1em 30px;
}
@media only screen and (max-width: 991px) {
  .block-contact .container .row .col.col-text address {
    margin: 1em 0 1em 20px;
  }
}
.block-contact .container .row .col.col-text address p {
  color: #647C8C;
  margin: 30px 0 5px 0;
}
@media only screen and (max-width: 991px) {
  .block-contact .container .row .col.col-text address p {
    margin: 16px 0 2px 0;
  }
}
.block-contact .container .row .col.col-text address a {
  font-size: 25px;
  line-height: 30px;
  color: #0262ff;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .block-contact .container .row .col.col-text address a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .block-contact .container .row .col.col-text address a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .block-contact .container .row .col.col-text address a {
    font-size: 18px;
    line-height: 24px;
  }
}
.block-contact .container .row .col.col-text address a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #0262ff;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transform: transform 0.2s;
  transition: transform 0.2s;
}
.block-contact .container .row .col.col-text address a:hover:before {
  transform: scaleX(1);
  background: #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-contact .container .row .col.col-text address a:hover:before {
    transform: scaleX(0);
  }
}

/*Services*/
.block-services {
  padding-bottom: 0;
  overflow: visible;
}
.block-services .container .row .item-service {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .block-services .container .row .item-service {
    margin: 0 0 40px 0;
  }
}
.block-services .container .row .item-service .description-service {
  height: auto;
  width: 100%;
}
.block-services .container .row .item-service .description-service img {
  margin: 0 0 30px 0;
  max-width: 300px;
  max-height: 206px;
}
@media only screen and (max-width: 1199px) {
  .block-services .container .row .item-service .description-service img {
    max-width: 272px;
    max-height: 187px;
  }
}
@media only screen and (max-width: 991px) {
  .block-services .container .row .item-service .description-service img {
    max-width: 208px;
    max-height: 143px;
    margin: 0 0 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-services .container .row .item-service .description-service img {
    max-width: 272px;
    max-height: 187px;
  }
}
@media only screen and (max-width: 480px) {
  .block-services .container .row .item-service .description-service img {
    margin: 0 0 10px 0;
  }
}
.block-services .container .row .item-service .description-service .title-small {
  max-width: 200px;
  font-weight: 700;
}
.block-services .container .row .item-service .description-service ul {
  margin: 0;
}
.block-services .container .row .item-service .description-service ul li {
  position: relative;
  margin: 0 0 10px 0;
  padding: 0 0 0 16px;
}
@media only screen and (max-width: 991px) {
  .block-services .container .row .item-service .description-service ul li {
    margin: 0 0 8px 0;
  }
}
.block-services .container .row .item-service .description-service ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 4px;
  background: #0262ff;
  position: absolute;
  left: 0;
  top: 7px;
}
.block-services .container .row .item-service .description-service ul li p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.block-services .container .row .item-service .technologies-service {
  height: auto;
  min-height: 160px;
  align-self: end;
  width: 100%;
  border-top: 1px solid #E8F0FF;
  margin: 15px 0 0 0;
  padding: 20px 0 0 0;
}
@media only screen and (max-width: 767px) {
  .block-services .container .row .item-service .technologies-service {
    min-height: initial;
  }
}
.block-services .container .row .item-service .technologies-service p {
  margin: 0;
}
.block-services .container .row .item-service .technologies-service p.title-tecnologies {
  font-weight: 700;
}
.block-services .container .row .item-service .technologies-service p.name-tecnologies {
  font-size: 14px;
  line-height: 20px;
}
.block-services .container .row .highlight-service {
  max-width: 900px;
  background: #0262ff;
  border-radius: 25px;
  margin: 60px auto 0 auto;
  padding: 50px 50px 40px 300px;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .block-services .container .row .highlight-service {
    width: 100%;
    margin: 40px 20px 0 20px;
    padding: 40px 40px 30px 240px;
  }
}
@media only screen and (max-width: 767px) {
  .block-services .container .row .highlight-service {
    margin: 0 20px;
    padding: 30px 30px 20px 200px;
  }
}
@media only screen and (max-width: 600px) {
  .block-services .container .row .highlight-service {
    padding: 20px 20px 10px 200px;
  }
}
@media only screen and (max-width: 480px) {
  .block-services .container .row .highlight-service {
    padding: 20px 20px 180px 20px;
  }
}
.block-services .container .row .highlight-service img {
  position: absolute;
  left: 40px;
  bottom: -40px;
}
@media only screen and (max-width: 991px) {
  .block-services .container .row .highlight-service img {
    width: 180px;
    left: 20px;
    bottom: -36px;
  }
}
@media only screen and (max-width: 767px) {
  .block-services .container .row .highlight-service img {
    width: 160px;
    left: 10px;
    bottom: -30px;
  }
}
@media only screen and (max-width: 480px) {
  .block-services .container .row .highlight-service img {
    left: 30px;
  }
}
.block-services .container .row .highlight-service .title-medium, .block-services .container .row .highlight-service p {
  margin: 0 0 10px 0;
  color: white;
}

.block-cta .container {
  max-width: 600px;
  text-align: center;
}
.block-cta .container p.cta-descripion {
  color: #647C8C;
}

.block-work .container ul {
  display: flex;
  flex-wrap: wrap;
}
.block-work .container ul li {
  width: 33.3333%;
  padding: 40px 50px 0 50px;
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .block-work .container ul li {
    padding: 20px 40px 0 45px;
  }
}
@media only screen and (max-width: 991px) {
  .block-work .container ul li {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .block-work .container ul li {
    width: 100%;
    padding: 10px 0 10px 45px;
  }
}
.block-work .container ul li:before {
  font-family: "icomoon";
  content: "\e904";
  font-size: 30px;
  line-height: 30px;
  color: #0262ff;
  position: absolute;
  left: 0;
  top: 35px;
}
@media only screen and (max-width: 1199px) {
  .block-work .container ul li:before {
    top: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .block-work .container ul li:before {
    top: 5px;
  }
}
.block-work .container ul li h4 {
  font-size: 20px;
  line-height: 25px;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 767px) {
  .block-work .container ul li h4 {
    font-size: 19px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .block-work .container ul li h4 {
    font-size: 18px;
    line-height: 22px;
  }
}

.block-technologies {
  padding-top: 0;
}
.block-technologies .container p {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .block-technologies .container p {
    max-width: 100%;
  }
}
.block-technologies .container ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.block-technologies .container ul li {
  width: 20%;
}
@media only screen and (max-width: 991px) {
  .block-technologies .container ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .block-technologies .container ul li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 480px) {
  .block-technologies .container ul li {
    width: 50%;
  }
}
.block-technologies .container ul li img {
  transform: scale(0.8);
  margin: 50px 0 0 0;
  height: 60px;
  width: 100%;
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .block-technologies .container ul li img {
    margin: 40px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .block-technologies .container ul li img {
    margin: 30px 0 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-technologies .container ul li img {
    margin: 20px 0 0 0;
  }
}

/*About us*/
.block-tips {
  margin-top: -50px;
}
@media only screen and (max-width: 991px) {
  .block-tips {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .block-tips {
    margin-top: 0;
  }
}
.block-tips .container .item-tip {
  display: flex;
  flex-wrap: nowrap;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .block-tips .container .item-tip {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-tips .container .item-tip {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-tips .container .item-tip {
    display: block;
  }
}
.block-tips .container .item-tip .img-tip {
  width: 240px;
  align-self: center;
}
@media only screen and (max-width: 767px) {
  .block-tips .container .item-tip .img-tip {
    width: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .block-tips .container .item-tip .img-tip {
    width: 160px;
  }
}
@media only screen and (max-width: 480px) {
  .block-tips .container .item-tip .img-tip {
    width: 200px;
    margin: 0 0 20px 0;
  }
}
.block-tips .container .item-tip .text-tip {
  width: calc(100% - 240px);
  padding: 0 60px;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .block-tips .container .item-tip .text-tip {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .block-tips .container .item-tip .text-tip {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 600px) {
  .block-tips .container .item-tip .text-tip {
    width: calc(100% - 160px);
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .block-tips .container .item-tip .text-tip {
    width: 100%;
  }
}
.block-tips .container .item-tip .text-tip p {
  font-size: 18px;
  line-height: 24px;
}
@media only screen and (max-width: 991px) {
  .block-tips .container .item-tip .text-tip p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .block-tips .container .item-tip .text-tip p {
    font-size: 15px;
    line-height: 20px;
  }
}
.block-tips .container .item-tip .text-tip p.text-intro {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .block-tips .container .item-tip .text-tip p.text-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .block-tips .container .item-tip .text-tip p.text-intro {
    font-size: 16px;
    line-height: 22px;
  }
}
.block-tips .container .item-tip .text-tip p a {
  color: #0262ff;
  border-bottom: 2px solid transparent;
}
.block-tips .container .item-tip .text-tip p a:hover {
  border-bottom: 2px solid #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-tips .container .item-tip .text-tip p a:hover {
    border-bottom: 2px solid transparent;
  }
}
.block-tips .container .item-tip:nth-child(even) .img-tip {
  order: 2;
}
.block-tips .container .item-tip:nth-child(even) .text-tip {
  order: 1;
}

.block-equipo {
  text-align: center;
  padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
  .block-equipo {
    padding-top: 50px;
  }
}
.block-equipo p {
  max-width: 560px;
  margin: 0 auto 30px auto;
}
@media only screen and (max-width: 480px) {
  .block-equipo p {
    margin: 0 auto 10px auto;
  }
}
.block-equipo p.title-big {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .block-equipo p.title-big {
    margin: 0 auto 20px auto;
  }
}
.block-equipo .container .row {
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .block-equipo .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.block-equipo .container .row .componente-equipo {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 1199px) {
  .block-equipo .container .row .componente-equipo {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 600px) {
  .block-equipo .container .row .componente-equipo {
    padding: 0 10px;
    width: 50% !important;
    margin: 30px 0 0 0;
  }
}
.block-equipo .container .row .componente-equipo .thumbnail-perfil {
  height: 225px;
  width: 100%;
  overflow: hidden;
  border-bottom: 3px solid #0262ff;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 991px) {
  .block-equipo .container .row .componente-equipo .thumbnail-perfil {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .block-equipo .container .row .componente-equipo .thumbnail-perfil {
    height: 300px;
  }
}
@media only screen and (max-width: 600px) {
  .block-equipo .container .row .componente-equipo .thumbnail-perfil {
    height: 250px;
  }
}
@media only screen and (max-width: 480px) {
  .block-equipo .container .row .componente-equipo .thumbnail-perfil {
    height: 200px;
  }
}
.block-equipo .container .row .componente-equipo .thumbnail-perfil img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.block-equipo .container .row .componente-equipo p {
  text-align: left;
  margin: 0;
}
.block-equipo .container .row .componente-equipo p.title-small {
  color: #0262ff;
}
@media only screen and (max-width: 480px) {
  .block-equipo .container .row .componente-equipo p.title-small {
    font-size: 18px;
    line-height: 24px;
  }
}

.block-book {
  min-height: auto;
  padding: 0;
  position: relative;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .block-book:before {
    display: none;
  }
}
.block-book .container {
  min-width: 100%;
}
.block-book .container:after, .block-book .container:before {
  content: "";
  display: block;
  width: 550px;
  height: 300px;
  background: white;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1199px) {
  .block-book .container:after, .block-book .container:before {
    width: 480px;
    height: 250px;
  }
}
@media only screen and (max-width: 991px) {
  .block-book .container:after, .block-book .container:before {
    width: 400px;
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .block-book .container:after, .block-book .container:before {
    display: none;
  }
}
.block-book .container:after {
  top: -300px;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .block-book .container:after {
    top: -250px;
  }
}
@media only screen and (max-width: 991px) {
  .block-book .container:after {
    top: -200px;
  }
}
.block-book .container:before {
  bottom: -300px;
  left: 0;
}
@media only screen and (max-width: 1199px) {
  .block-book .container:before {
    bottom: -250px;
  }
}
@media only screen and (max-width: 991px) {
  .block-book .container:before {
    bottom: -200px;
  }
}
.block-book .container p {
  margin: 0 auto;
  text-align: center;
  max-width: 560px;
  padding: 120px 0;
}
@media only screen and (max-width: 1600px) {
  .block-book .container p {
    padding: 110px 0;
  }
}
@media only screen and (max-width: 1360px) {
  .block-book .container p {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .block-book .container p {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 991px) {
  .block-book .container p {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-book .container p {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-book .container p {
    padding: 60px 0;
  }
}

/*Contact*/
.block-page-contact .container {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 600px) {
  .block-page-contact .container {
    flex-wrap: wrap;
  }
}
.block-page-contact .container .contact-img {
  width: 300px;
  height: auto;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .block-page-contact .container .contact-img {
    width: 260px;
  }
}
@media only screen and (max-width: 600px) {
  .block-page-contact .container .contact-img {
    order: 2;
  }
}
.block-page-contact .container .contact-text {
  width: calc(100% - 300px);
  align-self: center;
  padding: 0 0 0 60px;
}
@media only screen and (max-width: 991px) {
  .block-page-contact .container .contact-text {
    padding: 0 0 0 40px;
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 600px) {
  .block-page-contact .container .contact-text {
    width: 100%;
    padding: 0;
  }
}
.block-page-contact .container .contact-text address {
  display: flex;
  flex-wrap: wrap;
  font-style: normal;
  margin: 1em 0 1em 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .container .contact-text address {
    display: block;
  }
}
.block-page-contact .container .contact-text address .contact-box {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .container .contact-text address .contact-box {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .block-page-contact .container .contact-text address .contact-box p {
    margin: 0;
  }
}
.block-page-contact .container .contact-text address .contact-box p.contact-title {
  color: #647C8C;
  margin: 25px 0 5px 0;
}
@media only screen and (max-width: 991px) {
  .block-page-contact .container .contact-text address .contact-box p.contact-title {
    margin: 20px 0 3px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact .container .contact-text address .contact-box p.contact-title {
    margin: 15px 0 0 0;
  }
}
.block-page-contact .container .contact-text address .contact-box p.contact-address {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .container .contact-text address .contact-box p.contact-address {
    font-size: 17px;
    line-height: 24px;
  }
}
.block-page-contact .container .contact-text address .contact-box a {
  font-size: 23px;
  line-height: 30px;
  color: #0262ff;
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  .block-page-contact .container .contact-text address .contact-box a {
    font-size: 22px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact .container .contact-text address .contact-box a {
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 480px) {
  .block-page-contact .container .contact-text address .contact-box a {
    font-size: 18px;
    line-height: 24px;
  }
}
.block-page-contact .container .contact-text address .contact-box a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  transform: scaleX(0);
  background-color: #0262ff;
  -webkit-transition: transform 0.2s;
  -moz-transition: transform 0.2s;
  -ms-transform: transform 0.2s;
  transition: transform 0.2s;
}
.block-page-contact .container .contact-text address .contact-box a:hover:before {
  transform: scaleX(1);
  background: #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-page-contact .container .contact-text address .contact-box a:hover:before {
    transform: scaleX(0);
  }
}
.block-page-contact .container .contact-text address .contact-box.full-box {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .block-page-contact .container .contact-text address .contact-box.full-box {
    margin: 0 0 30px 0;
  }
}
.block-page-contact .container .contact-text address .contact-box.full-box a {
  font-size: 16px;
  line-height: 20px;
}
.block-page-contact .container .contact-text address .contact-box.full-box a:before {
  display: none;
}

/* Office section */
.block-office {
  margin: 80px 0;
  text-align: center;
}

.block-office .title-big {
  margin-bottom: 40px;
}

.block-office .office-photo {
  max-width: 1000px;
  margin: 0 auto;
}

.block-office picture,
.block-office img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.block-office .office-caption {
  margin-top: 1.5rem;
  font-size: 1.125rem; /* bigger than base */
  line-height: 1.6;
  color: #444; /* stronger than before */
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .block-office {
    margin: 50px 0;
  }
  .block-office .title-big {
    font-size: 1.5rem;
    margin-bottom: 24px;
  }
  .block-office .office-caption {
    font-size: 1rem;
    padding: 0 1rem; /* breathing space on small screens */
  }
}

/*Error*/
.block-error .container {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 600px) {
  .block-error .container {
    flex-wrap: wrap;
  }
}
.block-error .container .error-img {
  width: 300px;
  height: auto;
  align-self: center;
}
@media only screen and (max-width: 991px) {
  .block-error .container .error-img {
    width: 260px;
  }
}
@media only screen and (max-width: 600px) {
  .block-error .container .error-img {
    order: 2;
  }
}
.block-error .container .error-text {
  width: calc(100% - 300px);
  align-self: center;
  padding: 0 0 0 60px;
}
@media only screen and (max-width: 991px) {
  .block-error .container .error-text {
    padding: 0 0 0 40px;
    width: calc(100% - 260px);
  }
}
@media only screen and (max-width: 600px) {
  .block-error .container .error-text {
    width: 100%;
    padding: 0 0 40px 0;
  }
}

/*Blog*/
.block-page-blog .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .block-page-blog .container {
    flex-wrap: wrap;
  }
}
.block-page-blog .container .list-articles {
  width: calc(100% - 340px);
}
@media only screen and (max-width: 767px) {
  .block-page-blog .container .list-articles {
    width: calc(100% - 270px);
  }
}
@media only screen and (max-width: 600px) {
  .block-page-blog .container .list-articles {
    width: 100%;
    order: 2;
  }
}
.block-page-blog .container .list-articles .row .col {
  padding: 0 30px;
}
@media only screen and (max-width: 1199px) {
  .block-page-blog .container .list-articles .row .col {
    padding: 0 15px 0 30px;
  }
}
@media only screen and (max-width: 991px) {
  .block-page-blog .container .list-articles .row .col {
    padding: 0 30px;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-blog .container .list-articles .row .col {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .block-page-blog .container .list-articles .row .col:nth-child(even) {
    padding: 0 30px 0 15px;
  }
}
@media only screen and (max-width: 991px) {
  .block-page-blog .container .list-articles .row .col:nth-child(even) {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-blog .container .list-articles .row .col:nth-child(even) {
    padding: 0 20px;
  }
}
.block-page-blog .container .list-articles .row .col .item-article {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 991px) {
  .block-page-blog .container .list-articles .row .col .item-article {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-blog .container .list-articles .row .col .item-article {
    margin: 0 0 25px 0;
  }
}
.block-page-blog .container .list-articles .row .col .item-article .thumbnail-article {
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .block-page-blog .container .list-articles .row .col .item-article .thumbnail-article {
    height: 200px;
  }
}
@media only screen and (max-width: 600px) {
  .block-page-blog .container .list-articles .row .col .item-article .thumbnail-article {
    height: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .block-page-blog .container .list-articles .row .col .item-article .thumbnail-article {
    height: 200px;
  }
}
.block-page-blog .container .list-articles .pagination {
  border-top: 1px solid #0A354F;
}
.block-page-blog .container .list-articles .pagination .nav-links {
  margin: 15px -5px 0 -5px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .block-page-blog .container .list-articles .pagination .nav-links {
    text-align: center;
  }
}
.block-page-blog .container .list-articles .pagination .nav-links .page-numbers {
  color: #0A354F;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  padding: 0 5px;
  height: 24px;
  text-align: center;
  display: inline-block;
}
.block-page-blog .container .list-articles .pagination .nav-links .page-numbers:hover {
  color: #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-page-blog .container .list-articles .pagination .nav-links .page-numbers:hover {
    color: #0A354F;
  }
}
.block-page-blog .container .list-articles .pagination .nav-links .page-numbers.current {
  font-weight: 600;
  color: #0A354F;
  background: #E8F0FF;
  border-radius: 14px;
  width: 24px;
}
.block-page-blog .container .list-articles .pagination .nav-links .page-numbers.current:hover {
  color: #0A354F;
}
@media only screen and (max-width: 991px) {
  .block-page-blog .container .list-articles .pagination .nav-links .page-numbers.current:hover {
    color: #0A354F;
  }
}
.block-page-blog .container .list-articles .pagination .nav-links .page-numbers.prev, .block-page-blog .container .list-articles .pagination .nav-links .page-numbers.next {
  font-size: 8px;
  line-height: 24px;
  position: relative;
  top: -2px;
}
.block-page-blog .container .sidebar-tags {
  width: 280px;
  margin: 0 0 0 20px;
  background: #E8F0FF;
  border-radius: 25px;
  padding: 55px 55px 45px 55px;
  height: 100%;
}
@media only screen and (max-width: 991px) {
  .block-page-blog .container .sidebar-tags {
    margin: 0 0 0 10px;
    padding: 45px 45px 35px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-blog .container .sidebar-tags {
    margin: 0;
    padding: 30px 30px 20px 30px;
    width: 250px;
  }
}
@media only screen and (max-width: 600px) {
  .block-page-blog .container .sidebar-tags {
    width: 100%;
    padding: 20px;
    margin: 0 0 30px 0;
  }
}
.block-page-blog .container .sidebar-tags p.intro-text {
  font-weight: 600;
}
.block-page-blog .container .sidebar-tags ul li {
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 600px) {
  .block-page-blog .container .sidebar-tags ul li {
    display: inline-block;
    margin: 0;
  }
}
.block-page-blog .container .sidebar-tags ul li a {
  color: #0262ff;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.block-page-blog .container .sidebar-tags ul li a:hover {
  border-bottom: 2px solid #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-page-blog .container .sidebar-tags ul li a:hover {
    border-bottom: 2px solid transparent;
  }
}
@media only screen and (max-width: 600px) {
  .block-page-blog .container .sidebar-tags ul li a:after {
    content: ",";
  }
}

.block-post .container .pre-content {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}
@media only screen and (max-width: 600px) {
  .block-post .container .pre-content {
    display: block;
  }
}
.block-post .container .pre-content time {
  font-size: 12px;
  line-height: 20px;
  height: 30px;
  padding: 5px 15px;
  background: #E8F0FF;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  .block-post .container .pre-content time {
    margin: 0 0 10px 0;
    display: table;
  }
}
.block-post .container .pre-content .tags li {
  display: inline-block;
  padding: 0 0 0 2px;
  color: #0262ff;
}
.block-post .container .pre-content .tags li:after {
  content: ",";
}
.block-post .container .pre-content .tags li a {
  color: #0262ff;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.block-post .container .pre-content .tags li a:hover {
  border-bottom: 2px solid #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-post .container .pre-content .tags li a:hover {
    border-bottom: 2px solid transparent;
  }
}
.block-post .container .pre-content .tags li:last-child:after {
  display: none;
}
.block-post .container .content img {
  margin: 30px 0;
}
.block-post .container .content h1, .block-post .container .content h2, .block-post .container .content h3, .block-post .container .content h4, .block-post .container .content h5, .block-post .container .content h6 {
  margin: 30px 0 20px 0;
  display: block;
}
@media only screen and (max-width: 767px) {
  .block-post .container .content h1, .block-post .container .content h2, .block-post .container .content h3, .block-post .container .content h4, .block-post .container .content h5, .block-post .container .content h6 {
    margin: 25px 0 15px 0;
  }
}
@media only screen and (max-width: 480px) {
  .block-post .container .content h1, .block-post .container .content h2, .block-post .container .content h3, .block-post .container .content h4, .block-post .container .content h5, .block-post .container .content h6 {
    margin: 20px 0 10px 0;
  }
}
.block-post .container .content p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .block-post .container .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .block-post .container .content p {
    font-size: 15px;
    line-height: 22px;
  }
}
.block-post .container .content strong {
  font-weight: 600;
}
.block-post .container .content a {
  font-weight: 600;
  color: #0262ff;
  border-bottom: 2px solid transparent;
}
.block-post .container .content a:hover {
  border-bottom: 2px solid #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-post .container .content a:hover {
    border-bottom: 2px solid transparent;
  }
}
.block-post .container .content ul {
  margin: 10px 0 10px 30px;
}
.block-post .container .content ul li {
  padding: 0 0 10px 0;
  position: relative;
}
.block-post .container .content ul li p, .block-post .container .content ul li a, .block-post .container .content ul li h1, .block-post .container .content ul li h2, .block-post .container .content ul li h3, .block-post .container .content ul li h4, .block-post .container .content ul li h5, .block-post .container .content ul li h6 {
  margin: 0;
}
.block-post .container .content ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #0262ff;
  border-radius: 4px;
  position: absolute;
  left: -15px;
  top: 11px;
}
.block-post .container .content ul li ul {
  margin: 10px 0 0 20px;
}
.block-post .container .content ul li ul li:before {
  background: transparent;
  border: 1px solid #0262ff;
}
.block-post .container .content quote {
  font-size: 28px;
  line-height: 36px;
  color: #0262ff;
  position: relative;
  padding: 60px 60px 40px 60px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .block-post .container .content quote {
    font-size: 26px;
    line-height: 34px;
    padding: 50px 50px 35px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .block-post .container .content quote {
    font-size: 23px;
    line-height: 30px;
    padding: 45px 40px 30px 40px;
  }
}
@media only screen and (max-width: 480px) {
  .block-post .container .content quote {
    font-size: 20px;
    line-height: 28px;
    padding: 40px 20px 20px 20px;
  }
}
.block-post .container .content quote:before {
  content: "“";
  position: absolute;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  top: 20px;
  left: 60px;
}
@media only screen and (max-width: 991px) {
  .block-post .container .content quote:before {
    left: 50px;
    top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .block-post .container .content quote:before {
    left: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .block-post .container .content quote:before {
    top: 10px;
    left: 20px;
  }
}
.block-post .container .content pre {
  background: #E8F0FF;
  border-bottom-color: initial;
  border-bottom-style: initial;
  -o-border-image: initial;
     border-image: initial;
  border-left-color: initial;
  border-left-style: initial;
  border-radius: 10px;
  border-right-color: initial;
  border-right-style: initial;
  border-top-color: #E8F0FF;
  border-top-style: solid;
  border-width: 0;
  color: #0A354F;
  font-family: "Courier New", Courier, monospace;
  font-stretch: inherit;
  font-variant-east-asian: inherit;
  font-variant-numeric: inherit;
  line-height: inherit;
  margin: 30px 0 !important;
  font-size: 14px;
  line-height: 16px;
  overflow-wrap: normal;
  overflow: auto;
  padding: 15px;
  vertical-align: baseline;
}
.block-post .container .content pre h1, .block-post .container .content pre h2, .block-post .container .content pre h3, .block-post .container .content pre h4, .block-post .container .content pre h5, .block-post .container .content pre h6, .block-post .container .content pre p, .block-post .container .content pre span, .block-post .container .content pre ul, .block-post .container .content pre li, .block-post .container .content pre a, .block-post .container .content pre input, .block-post .container .content pre textarea, .block-post .container .content pre button {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px;
  line-height: 16px;
}
.block-post .container .related-content {
  margin: 60px 0 0 0;
  padding: 30px 0 0 0;
  border-top: 2px solid #0262ff;
}
@media only screen and (max-width: 991px) {
  .block-post .container .related-content {
    margin: 50px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-post .container .related-content {
    margin: 40px 0 0 0;
  }
}

.case-card { background:#fff; border-radius:16px; padding:20px; box-shadow:0 6px 20px rgba(10,53,79,.08); }
.case-card .thumb img { display:block; width:100%; height:auto; border-radius:12px; }
.case-card .summary { margin:.5rem 0 1rem; }

/*Footer*/
.footer {
  padding: 0 0 60px 0;
}
@media only screen and (max-width: 991px) {
  .footer {
    padding: 0 0 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 0 0 40px 0;
  }
}
@media only screen and (max-width: 600px) {
  .footer {
    padding: 0 0 30px 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer {
    padding: 0 0 20px 0;
  }
}
.footer .container {
  border-top: 1px solid #0A354F;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 200px);
  max-width: 100%;
  padding: 60px 0 0 0;
}
@media only screen and (max-width: 1600px) {
  .footer .container {
    width: calc(100% - 120px);
  }
}
@media only screen and (max-width: 1360px) {
  .footer .container {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1199px) {
  .footer .container {
    padding: 50px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container {
    flex-wrap: wrap;
    width: calc(100% - 40px);
    padding: 40px 0 0 0;
  }
}
.footer .container .footer-logo {
  width: 220px;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-logo {
    width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-logo {
    width: 100%;
    margin: 0 auto;
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-logo img {
    width: 180px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-logo img {
    margin: 0 auto 20px auto;
  }
}
.footer .container .footer-copyright {
  width: calc(100% - 500px);
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-copyright {
    width: calc(100% - 450px);
  }
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-copyright {
    width: 100%;
    order: 3;
  }
}
.footer .container .footer-copyright p {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
  color: #647C8C;
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-copyright p {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .footer .container .footer-copyright p {
    font-size: 12px;
    line-height: 18px;
  }
}
.footer .container .footer-copyright p a {
  font-weight: 500;
  color: #0A354F;
  border-bottom: 1px solid transparent;
}
@media only screen and (max-width: 1199px) {
  .footer .container .footer-copyright p a {
    display: table;
    margin: 0 auto;
  }
}
.footer .container .footer-copyright p a:hover {
  border-bottom: 1px solid #0A354F;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-copyright p a:hover {
    border-bottom: 1px solid transparent;
  }
}
.footer .container .footer-social {
  width: 280px;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-social {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-social {
    width: 100%;
    order: 2;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.footer .container .footer-social a {
  font-size: 16px;
  line-height: 16px;
  color: #0A354F;
  font-weight: 700;
  margin: 0 0 0 25px;
  border-bottom: 2px solid transparent;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-social a {
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .container .footer-social a {
    margin: 0 10px;
  }
}
.footer .container .footer-social a:hover {
  border-bottom: 2px solid #0A354F;
}
@media only screen and (max-width: 991px) {
  .footer .container .footer-social a:hover {
    border-bottom: 2px solid transparent;
  }
}/*# sourceMappingURL=style.css.map */
