html,
body {
  font-family: "Manrope", sans-serif;
  /* font-family: "Open Sans", sans-serif; */
  font-weight: 400;
  cursor: default;
  width: 100%;
  height: 100%;
  background: #000;
}
body > .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  opacity: 1;
  /* opacity: 0.55; */
}
.animated {
  -webkit-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
}
main.pace-component {
  padding-top: 100px;
}
body > main,
body > footer {
  z-index: 2;
}
.header-right-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.arrow {
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
}
.pix-icon {
  width: 25px;
  height: auto;
}

.btn-primary {
  background: #0054a5;
  border: 1px solid #0054a5;
  font-size: 15px;
  font-weight: 300;
  border-radius: 1.75rem !important;
}
.btn-primary:hover {
  background: #0292cf;
  border: 1px solid #0292cf;
}
.rounded {
  border-radius: 1.75rem !important;
}

section.menu .language {
  /* top: 10px; */
  /* right: 55px; */
  z-index: 1;
  /* border-radius: 50%; */
  color: #fff;
  /* background: #0054a5; */
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
section.menu .language:nth-child(3):before {
  content: "";
  position: absolute;
  background: white;
  top: 50%;
  transform: translateY(-50%);
  left: -12px;
  width: 2px;
  height: 65%;
}

section.menu .toggler {
  z-index: 3;
  width: 22px;
  /* top: 15px; */
  /* right: 15px; */
  /* font-size: 20px; */
  /* line-height: 20px; */
  cursor: pointer;
}
@media screen and (min-width: 770px) {
  #menuToggle {
    display: none;
  }
  #menuGrid {
    width: 100% !important;
    position: relative !important;
    display: block !important;
    max-width: unset !important;
    flex: unset !important;
  }
  #menuGrid > .row {
    justify-content: flex-end;
    gap: 20px;
  }
  #menuGrid .item {
    background-color: transparent !important;
  }
  #menuGrid .item a {
    padding: 0px !important;
  }
  #menuGrid .item img {
    display: none !important;
  }
  #menuGrid .menu-item {
    padding: 0px !important;
    width: unset !important;
    flex: unset !important;
  }
  .box-menu .item-3 a {
    color: white !important;
  }
  section.menu {
    width: 100%;
  }
}
section.grid article {
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.57, 0.58, 1.39);
  transition: all 0.2s cubic-bezier(0.39, 0.57, 0.58, 1.39);
}
section.grid article {
  background: rgba(0, 3, 33, 0.53);
  backdrop-filter: blur(5px);
}

section.grid article:hover,
section.grid article:active {
  /* transform: scale(1.12); */
  background: #0054a4;
  backdrop-filter: blur(9px);
}
section.grid article span.audio {
  z-index: 1;
  width: 55px;
  height: 55px;
  left: calc(50% - 22.5px);
  top: 5px;
  background: #fff;
  color: #000631;
  /* background: #e17055; */
  font-size: 25px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
}
section.grid article span.audio i {
  width: 100%;
}
section.grid article header {
  min-height: 300px;
}
section.grid article header h4 {
  bottom: 0;
  width: 100%;
  height: auto;
}
section.grid article a {
  text-decoration: none;
}
section.grid article header {
  overflow: hidden;
}
section.grid article header h4 {
  font-size: 15px;
  line-height: 21px;
  font-weight: 700;
  background: rgba(0, 7, 77, 0.3);
  backdrop-filter: blur(5px);
  /* background: rgba(0, 84, 165, 0.85); */
}

section.grid article ul,
section.grid article:hover ul {
  color: white !important;
}
/* section.grid article:hover header h4 {
  background: rgba(2, 146, 207, 0.85);
} */
section.grid article button {
  font-weight: 500;
}
section.grid article:hover button {
  background: #0292cf;
  border: 1px solid #0292cf;
}
.col.col-3.d-none.d-xl-block.box.box-blue.rounded.animate-box.fast.kentriki-text.fadeInUp.animated.kentriki-text
  p {
  color: white;
  font-size: 30px;
  margin-left: 30px;
}
/* section.hero .box {
  height: 345.5px;
} */
section.hero .box-white {
  background: rgba(255, 255, 255, 0.65);
}
section.hero .box-blue {
  background: rgba(2, 146, 207, 0.65);
}
section.hero .box-blue-dark {
  background: rgba(0, 84, 165, 0.65);
}

section.hero h6 {
  /* text-transform: uppercase; */
  /* color: #0292cf; */
  color: white;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2em;
}
section.hero h1 {
  /* text-transform: uppercase; */
  /* color: #0054a5; */
  color: white;
  font-weight: 700;
  font-size: 35px;
  line-height: 1.3em;
}
section.hero .diazoma-style,
section.hero .clio-style {
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 16px;
  /* min-height: 55px; */
  /* padding-top: 25px; */
}
section.hero .clio-style {
  color: #e25357 !important;
  font-weight: 700;
}

.logos img {
  max-width: 120px;
}

.box-menu {
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 2;
}
.box-menu.collapsed {
  display: none;
}
.box-menu .item {
  text-align: center;
  /* height: 50%; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-menu .item a {
  padding: 50px 0;
  /* display: block; */
  text-decoration: none;
  text-transform: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.box-menu .item-1 {
  background: #071689;
}
.box-menu .item img {
  margin-bottom: 6px;
}
.box-menu .item-1 img {
  width: 50%;
}
.box-menu .item-1.min-w img {
  min-width: 66%;
}
.box-menu .item-2 {
  background: #0054a4;
}
.box-menu .item-3 {
  background: #fff;
}
.box-menu .item-3 a {
  color: #071689;
}
.box-menu .item-4 {
  background: #0054a5;
}

body > header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
}
body > header,
body > header > .container,
body > header > .container > .row,
body > header > .container > .row .col-lg-3 {
  height: auto;
  /* height: 0; */
}
body > footer {
  background: #fff;
  /* background: rgba(0, 84, 165, 0.85); */
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}
body > footer li a,
body > footer li a:visited {
  color: #cbe5ff;
  display: block;
  padding-left: 35px;
}
body > footer li a:hover,
body > footer li a:active {
  color: #fff;
  text-decoration: none;
}
body > footer li a i {
  left: 0;
  top: 19px;
  width: 20px;
}
body > footer .secondary .item-4 {
  padding: 40px 0;
}
body > footer .secondary p {
  padding-left: 35px;
  font-size: 11px;
  line-height: 11px;
  color: #8cc3fb;
}
body > footer .secondary p a {
  color: #8cc3fb;
}
body > footer .secondary i {
  top: 18px;
}
.col.col-3.d-none.d-xl-block.box.box-white.rounded.animate-box.fast.fadeInUp.animated.big-screen
  img {
  margin-top: 70px;
  margin-left: 15px;
}
i.fas.fa-chevron-right {
  margin-top: 12px;
  font-size: 25px;
  background-color: #ebebeb;
  color: #117091;
  border-radius: 50%;
  width: 51px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 19px;
  margin-left: 56%;
  margin-top: 40px;
}

section.menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.header-row {
  /* gap: 50px; */
  justify-content: space-between;
  align-items: stretch;
}
.header-row .header {
  padding: 30px;
}
.header-row .header p {
  font-size: 20px;
}
.header-row .header .icon-subtext {
  font-size: 18px;
  color: white !important;
}
.header-row .bg-blue-blur {
  background: rgba(0, 7, 77, 0.3);
  backdrop-filter: blur(10px);
  color: white;
}
.header-row .logos-wrapper {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
.header-row .logos-wrapper .logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.header-row .explore-more {
  /* padding: 20px; */
  padding: 30px;
}
.header-row .explore-more .explore-more-cta {
  display: block;
  margin-top: 20px;
  margin-left: auto;
}
.footer-content-wrapper {
  padding: 100px 0px;
}
.footer-title-wrapper {
  margin-bottom: 65px;
}

.footer-title-wrapper .footer-title-inner {
  width: 660px;
}
.footer-title-wrapper .footer-title-inner h2 {
  color: #0f2a95;
  font-size: 48px;
  font-weight: 300;
  margin: 0px !important;
}
.footer-menu-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  margin-bottom: 50px;
}
.footer-menu-wrapper a {
  color: #0f2a95;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  text-decoration: unset !important;
}
.footer-some {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 80px;
}
.footer-logo {
  margin-bottom: 32px;
}
.footer-copyright-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
}
.footer-copyright-wrapper h4 {
  color: #0f2a95;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
.footer-copyright-wrapper .footer-copyright-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer-copyright-wrapper .footer-copyright-inner .footer-copyright-inner-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  row-gap: 5px;
  column-gap: 20px;
  flex-wrap: wrap;
}
.footer-copyright-wrapper
  .footer-copyright-inner
  .footer-copyright-inner-left
  a,
.footer-copyright-wrapper
  .footer-copyright-inner
  .footer-copyright-inner-left
  span {
  color: #0f2a95;
  font-size: 14px;
  font-weight: 400;
  text-decoration: unset !important;
}
.footer-copyright-wrapper
  .footer-copyright-inner
  .footer-copyright-inner-left
  span:last-child {
  flex-grow: 1;
  flex-basis: 100%;
}
.footer-copyright-wrapper
  .footer-copyright-inner
  .footer-copyright-inner-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.footer-copyright-wrapper
  .footer-copyright-inner
  .footer-copyright-inner-right
  img {
  max-width: 85px;
  max-height: 38px;
}
#menuGrid {
  width: 375px;
  max-width: unset;
}
@media screen and (min-width: 1200px) {
  /* .col.col-lg-9.text-left.logo.pt-0.pt-xl-5 {
    display: none;
      } */
}
@media only screen and (max-width: 1201px) {
  section.hero .box {
    height: 247.5px;
  }
  section.grid article header {
    min-height: 300px;
  }
  html,
  body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  body > footer {
    position: absolute;
    bottom: 0;
  }
  .container {
    max-width: 90%;
  }
  section.hero .box {
    height: 187.5px;
  }
  section.hero .box.header {
    height: auto;
    position: absolute;
    bottom: 20%;
    /* bottom: 5%; */
    left: 5%;
    width: 90%;
    /* background: none !important; */
    /* padding: 0 !important; */
  }
  section.hero .box.header h6,
  section.hero .box.header h1,
  section.hero .box.header p {
    color: #fff;
  }
  section.hero .box.header h1 {
    font-size: 75px;
    line-height: 80px;
  }
  section.hero .box.header p.text-secondary {
    color: #fff !important;
  }
  body > main,
  section.hero,
  section.grid.cards > .container {
    height: 100%;
    position: relative;
    left: 0%;
  }
  section.hero,
  section.grid.cards {
    transition: left 0.5s ease-in-out;
  }
  section.hero.out {
    left: -100%;
  }
  section.hero .row {
    position: inherit !important;
  }
  section.grid.cards {
    padding: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 100%;
    overflow-y: scroll;
    padding-top: 130px !important;
  }
  section.grid.cards.in {
    left: 0;
  }
  section.grid.cards .animate-box {
    opacity: 1;
  }
  body.view-sight section.grid.cards {
    overflow: hidden;
  }
  body.view-sight section.grid.cards .container {
    max-width: 100%;
  }
  section.grid.cards .clio {
    overflow: hidden;
  }
  section.grid.cards .clio .bg-white {
    padding: 0 !important;
    background: none !important;
    height: 100%;
    border-radius: 0 !important;
  }
  section.grid.cards .clio,
  section.grid.cards .clio .col-12,
  section.grid.cards .clio iframe {
    height: 100%;
    border-radius: 0 !important;
    margin: 0;
  }
  section.grid.cards .clio iframe {
    width: 100%;
    border: none;
  }
  body > footer.pace-component {
    position: fixed !important;
    bottom: -200%;
    left: 0;
    width: 100%;
    transition: bottom 0.2s ease-in-out;
  }
  body > footer.pace-component.up {
    bottom: 0;
  }

  #footerUp {
    position: fixed !important;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    font-size: 14px;
  }
  #cardsOpen,
  #cardsClose {
    position: fixed !important;
    width: 30px;
    right: 6%;
    top: 45%;
    z-index: 88888;
  }
  #cardsOpen.out,
  #cardsClose.out {
    display: none;
  }
  #cardsClose {
    right: auto;
    left: 2%;
  }
  #cardsOpen img {
    width: 40px;
  }
  section.grid.cards article button.btn-primary {
    width: 90%;
  }
  body > header .logo img {
    width: 150px;
  }
  #menuGrid.box-menu .item-1 a {
    padding: 75px 0 49px 0;
  }
  .box-menu .item-1 img {
    width: 67.13px;
    display: block;
    margin: 10px auto 0 auto;
  }
  section.hero .row.logos {
    position: fixed !important;
    top: 110px;
    width: 100%;
  }
  section.hero .row.logos img {
    max-width: 150px;
  }
  section.hero .row.logos h6 {
    min-height: 35px;
  }
}

@media only screen and (max-width: 993px) {
  .device-icon {
    /* background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px; */
  }
  .device-icon img {
    margin: 7.5px !important;
  }
  section.hero h6 {
    text-transform: none;
  }
}

@media only screen and (max-width: 769px) {
  section.menu .language {
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  section.menu {
    gap: 15px;
  }
  section.menu .language:nth-child(3):before {
    left: -10px;
  }
  body > header .logo img {
    width: 120px;
  }
  #menuGrid {
    position: fixed !important;
    top: 25px;
    right: 5%;
    padding: 0;
    height: auto;
    width: 50%;
  }
  #menuGrid .row,
  #menuGrid .row .col {
    height: auto !important;
    margin: 0;
    display: block;
    flex: none;
  }
  #menuGrid .row {
    position: relative !important;
  }
  #menuGrid .row .col {
    float: left;
  }
  #menuGrid .row .col a {
    padding: 75px 0;
  }
  section.hero .box.header h1 {
    font-size: 22px;
    line-height: 24px;
  }
  section.hero .box.header h6 {
    font-size: 12px;
    line-height: 16px;
  }
  section.hero .box.header p,
  .header-row .header .icon-subtext {
    font-size: 12px !important;
    line-height: 22px;
  }
  section.hero .box.header .logos h6 {
    font-size: 8px;
    line-height: 8px;
    min-height: 10px;
  }
  .logos img {
    max-width: 75px;
  }
  /* body > footer {
    background: rgba(0, 84, 165, 0.95);
  } */
  body > footer .secondary .item-4 {
    padding: 5px 0 0 0;
  }
  body > footer ul.list-unstyled {
    margin: 0 !important;
  }
  section.grid.cards #carousel {
    margin-left: 12.5%;
  }
  section.grid article header {
    min-height: 200px;
  }
  section.grid article header h4 {
    font-size: 12px;
    line-height: 17px;
  }
  section.grid article span.audio {
    width: 35px;
    height: 35px;
    left: calc(50% - 12.5px);
    top: -12.5px;
    font-size: 15px;
    line-height: 35px;
  }
  .arrow {
    font-size: 20px;
    line-height: 20px;
  }
  a.btn-primary {
    width: 100%;
    margin-bottom: 10px;
  }
  /* section.hero .box.header p {
        display: none;
    } */

  body.view-sight section.grid.cards {
    padding-top: 0 !important;
  }

  #menuGrid {
    max-width: 100%;
    width: 100%;
    right: 0;
    height: 85%;
    top: 80px;
    z-index: 99999;
    border-radius: 0 !important;
  }
  #menuGrid .row .col a {
    padding: 10% 0;
  }

  section.grid article main {
    font-size: 14px;
    line-height: 14px;
  }
  .pix-icon {
    /* width: 15px; */
  }
  section.hero .row.logos {
    top: 60px;
  }
  section.hero .row.logos img {
    max-width: 80px;
    margin: 0 auto !important;
  }
  section.hero .row.logos h6 {
    min-height: 20px;
    font-size: 10px;
    line-height: 10px;
  }
  body.view-sight header .logo.hide,
  body.view-sight header .language.hide {
    display: none;
  }

  .footer-content-wrapper {
    padding: 30px 0px;
  }
  .footer-title-wrapper {
    margin-bottom: 20px;
  }
  .footer-title-wrapper .footer-title-inner {
    width: 100%;
  }
  .footer-title-wrapper .footer-title-inner h2 {
    font-size: 20px;
    text-align: center;
  }
  .footer-menu-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 20px;
  }
  .footer-menu-wrapper a {
    color: #0f2a95;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: unset !important;
  }
  .footer-some {
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer-some img {
    max-width: 20px;
  }
  .footer-logo {
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
  }
  .footer-logo img {
    max-width: 100px;
  }
  .footer-copyright-wrapper {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .footer-copyright-wrapper .footer-copyright-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-copyright-wrapper
    .footer-copyright-inner
    .footer-copyright-inner-left {
    flex-direction: column;
    justify-content: center;
    row-gap: 10px;
    column-gap: 10px;
  }
  .footer-copyright-wrapper
    .footer-copyright-inner
    .footer-copyright-inner-left
    span:last-child {
    flex-grow: unset;
    flex-basis: unset;
  }
  .footer-copyright-wrapper
    .footer-copyright-inner
    .footer-copyright-inner-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 375px) and (max-height: 700px) {
  .footer-content-wrapper {
    padding: 0px 0px 20px 0px;
  }
}
