html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  background-color: white;
  font-family: Ubuntu, Arial, sans-serif;
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000000;
  margin: 0;
  overflow-x: hidden;
}

.inw-page {
  min-height: 100vh;
}

a:link {
  color: #0D8AA4;
  text-decoration: underline;
}

a:hover {
  color: #0D8AA4;
  text-decoration: none;
}

a:visited {
  color: #0D8AA4;
  text-decoration: underline;
}

h1 {
  color: #0D8AA4;
  font-weight: normal;
  line-height: 1.5;
}

h5 {
  color: #0D8AA4;
}

h6 {
  color: #0D8AA4;
}

/*
 --------------
 Support button
 --------------
*/

.inw-support {
  display: none;
}

@media (min-width: 992px) {
  .inw-support {
    display: block;
    height: 50px;
    width: 150px;
    position: fixed;
    left: -55px;
    top: 20%;
    z-index: 1000;
    background-color: #FB8484;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
}

.inw-support-text a {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none !important;
}

.inw-support-text a:hover {
  font-weight: 700;
}

.support-icon {
  margin-bottom: 3px;
}

/*
 --------------
 Header section
 --------------
*/

.header {
  width: 100%;
  background-color: #EFEFEF;
  color: #707070;
  line-height: 24px;
  font-size: 14px;
}

.header a:link {
  color: #707070;
  text-decoration: none;
}

.header a:hover {
  color: #707070;
  text-decoration: underline;
}

.left-triangle {
  height: 500px;
  position: absolute;
  top: 400px;
  left: 0px;
  z-index: -1;
}

.logo-top {
  height: 350px;
}

.inw-logo {
  left: calc(100% - 331px);
  top: 0px;
}

.logo-top-mobile {
  width: 300px;
}

.inw-logo-mobile {
  right: 0px;
  top: 0px;
}

.inw-claim-mobile {
  height: 50px;
  margin-top: 67px;
}

/*
 ------------------
 Navigation section
 ------------------
*/

.inw-main-nav {
  margin-top: 33px;
  margin-bottom: 40px;
}

.navbar-nav {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  gap: 50px;
}

.nav-link {
  font-weight: 700;
  text-decoration: none !important;
  color: #0D8AA4 !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}

.nav-link:hover {
  border-bottom: 2px solid #0D8AA4;
}

.nav-link.active {
  border-bottom: 2px solid #0D8AA4;
}

.nav-lang-active {
  font-weight: 700;
  font-size: 14px;
  color: #0D8AA4 !important;
}

.nav-lang-pipe {
  font-weight: 300;
  font-size: 14px;
  color: #0D8AA4 !important;
}

.nav-link-lang {
  font-weight: 300;
  font-size: 14px;
  display: inline;
}


/*
 --------------
 Footer section
 --------------
*/

.footer-mobile {
  width: 100%;
  line-height: 24px;
  background-color: #319182;
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 62px;
}

.footer {
  width: 100%;
  line-height: 24px;
  background-color: #319182;
  color: #FFFFFF;
  font-size: 14px;
}

.footer-mobile a, .footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.footer-icon {
  position: relative;
  float: right;
}

.footer-icon-left {
  position: relative;
  float: left;
}

.footer-hr {
  opacity: 1;
  color: #FFFFFF
}

.inw-footer-nav {
  background: #FFFFFF;
  height: 62px;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.75);
}

.footer-nav-icon {
  height: 75%;
}

/*
 -------------
 Mobile navbar
 -------------
*/

.footer-nav-circle {
  background: #60C6C8;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 0px;
  vertical-align: middle;
  padding: 22px;
  position: absolute;
  bottom: 10px;
  left: 0; 
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border: 0;
}

.navbar-toggler, .navbar-brand-mobile {
  z-index: 1;
}

.navbar-toggler {
  width: 36px;
  height: 36px;
  position: relative;
  transition:.5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  
  box-shadow: none;
  outline: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=1);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

.navbar-collapse-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #60C6C8;
}

.navbar-nav-mobile {
  text-transform: uppercase;
  text-decoration: none;
  gap: 15px;
}

.nav-link-mobile {
  font-weight: 700;
  font-size: 2rem;
  text-decoration: none !important;
  color: #FFFFFF !important;
  text-align: center;
}

.nav-link-mobile.active {
  border-bottom: 2px solid #FFFFFF;
}

.nav-link-mobile-border {
  border: 1px solid #FFFFFF;
}

.nav-mobile-bottom {
  justify-content: flex-end;
  /*padding-bottom: 70px;*/
}

.nav-mobile-text {
  font-weight: normal;
  text-align: left;
  font-size: 1.25rem;
  color: #FFFFFF !important;
}

.nav-mobile-text a {
  color: #FFFFFF;
  text-decoration: none;
}

.nav-mobile-lang {
  font-weight: normal;
  float: right;
  font-size: 1.25rem;
  color: #FFFFFF !important;
  align-self: self-end;
}

.nav-link-mobile-lang {
  font-weight: 300;
  text-decoration: none !important;
  color: #FFFFFF !important;
}

.nav-link-mobile-lang.active {
  font-weight: 700;
}

.navbar-brand-mobile {
  font-size: 1.8em;
}

.navbar-collapse-mobile .nav-link-mobile {
  font-size: 1.5em;
  letter-spacing: 2px;
  color: #fff;
}
.navbar-collapse-mobile .nav-link-mobile:hover,
.navbar-collapse-mobile .nav-link-mobile.active {
  color: #FFFFFF;
}

.navbar-collapse-mobile.show {
  transition: 0.5s;
}

/*
 --------------------
 Page content section
 --------------------
*/

.content-flex {
  flex-direction: column;
}

@media (min-width: 992px) {
  .content-flex {
     flex-direction: row;
  }
}

.side-text {
  font-size: 16px;
  color: #707070;
}

.d-flex-gap {
  gap: 30px;
}

.feature {
  font-size: 16px;
  color: #707070;
  background-color: #F5F5F5;
}

.feature-flex, .details-flex {
  flex-direction: row;
  gap: 20px;
}

.feature-icon {
  height: 4em;
  width: 4em;
  color: #0D8AA4 !important;
  margin: auto;
}

@media (min-width: 992px) {
  .feature-flex {
     flex-direction: column;
     gap: 0px;
  }
  
  .feature-icon {
     margin-left: 0;
     margin-bottom: 1rem;
  }
}

.feature-h3 {
  text-transform: uppercase;
  color: #0D8AA4;
  font-weight: normal;
}

.inw-details {
  flex-wrap: wrap;
}

.inw-details>*{
  flex: 1 0 350px;
}

.inw-details-icon {
  height: 1em;
  width: 1em;
  color: #707070 !important;
  margin-right: 0.5rem;
}

.inw-details-icon img {
  vertical-align: top;
}

.inw-logos {
  flex-wrap: wrap;
}

.inw-logos>*{
  flex: 1 1 100px;
}

.inw-team {
  flex-wrap: wrap;
}

.inw-team>*{
  flex: 1 1 400px;
}

.inw-details-h6 {
  color: #707070;
  font-weight: 700;
  font-size: 16px;
}

.footer-h3 {
  font-weight: normal;
  line-height: 36px;
}

.accordion-flush {
  border-top: 1px solid #0D8AA4;
  border-bottom: 1px solid #0D8AA4;
}

.accordion-item {
  border: var(--bs-accordion-border-width) solid #0D8AA4;
}

.accordion-button {
  color: #0D8AA4;
  font-weight: 700;
  font-size: 1.25rem;
}

.accordion-button:after {
  order: -1;
  margin-left: 0; 
  margin-right: 0.5em;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230D8AA4'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-button:not(.collapsed) {
  color: #0D8AA4 !important;
  background-color: #FFFFFF !important;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.accordion-body-row {
  padding-left: 1.75rem;
}

.call-to-action {
  position: relative;
  background-color: #EFEFEF;
  text-align: center;
}

.call-to-action-abs {
  display: none; 
}

@media (min-width: 992px) {
  .call-to-action-abs {
    position: absolute;
    background-color: #EFEFEF;
    text-align: center;
    z-index: -2;
    width: 500%;
    margin-left: -200%;
    display: block;
  }

  .call-to-action {
    background-color: transparent;
  }
}

.btn-call-to-action {
  color: #0D8AA4;
  border: 1px solid #0D8AA4;
  border-radius: unset;
  text-decoration: none !important;
}

.btn-call-to-action:hover {
  color: #0D8AA4;
  text-decoration: underline !important;
  border: 1px solid #60C6C8;
}

.inw-table {
  font-size: 1rem;
}

.inw-table td, .inw-table th {
  padding: 8px 0 8px 0;
}

.tiny-text {
  font-size: 12px;
  color: #707070;
}

.image-container:hover .inw-team-img {
  opacity: 0.3;
}

.image-container:hover .email-container {
  opacity: 1;
  cursor: pointer;
}

.inw-team-img {
  display: block;
  opacity: 1;
  max-width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.email-container {
  transition: .5s ease;
  opacity: 0;
  position: relative;
  height: 100%;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.email-text {
  position: absolute;
  top: 40%;
  left: 40%;
  width: 20%;
  height: 20%;
  color: #0D8AA4;
  font-size: 4rem;
}

.inw-team-title {
  color: #707070;
  font-size: 0.85rem;
}

.inw-dsg-title {
  font-size: 1rem;
  font-weight: 500;
}

.inw-dsg-text {
  font-size: 0.85rem;
}