body.page-template-about-template {
  --main-width: 1600;
  --content-width: 1140;
  --container-width: calc((var(--content-width) / var(--main-width)) * 100%);
}
body.page-template-about-template .ip-banner::before {
  background: rgba(0, 0, 0, 0.25);
}
body.page-template-about-template .ip-banner::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  position: absolute; content: '';
  bottom: 0; left: 0; right: 0; top: 75%; 
}
body.page-template-about-template .ip-banner canvas {
  height: calc((514 / 1600) * 100vw);
}
body.page-template-about-template #inner-page-wrapper {
  margin-bottom: 0;
}
body.page-template-about-template #inner-page-wrapper > .container {
  padding: 0;
  width: 100%;
}
body.page-template-about-template .ip-breadcrumbs  {
  font-size: var(--fs-14);
  margin: 0 auto 1.714em;
  position: absolute;
  bottom: 100%; left: 0; right: 0;
  width: var(--container-width);
}
body.page-template-about-template .yoast-breadcrumbs {
  text-transform: uppercase;
  font-family: var(--ff-poppins);
  letter-spacing: 0.3em;
  font-weight: 300;
  color: #fff;
}
body.page-template-about-template .ftr-contact {
  padding-top: calc(100 / var(--main-width) * 100%);
}

.about-body p {
  font-family: var(--ff-roboto);
  font-size: var(--fs-15);
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.05em;
  margin-top: 1.6em;
}

/* === About Section 1 === */
.about-section-1 {
  position: relative;
  padding: calc((100/var(--main-width))*100%) 0 calc((112/var(--main-width))*100%)
  ;
}
.about-section-1 .about-content {
  display: flex;
  justify-content: space-between;
  width: var(--container-width);
  margin: 0 auto;
}
.about-section-1 .about-content::before,
.about-section-1 .about-content::after {
    background-image: -moz-linear-gradient( 135deg, rgb(58,105,149) 35%, rgb(97,158,213) 50%, rgb(52,98,142) 65%);
    background-image: -webkit-linear-gradient( 135deg, rgb(58,105,149) 35%, rgb(97,158,213) 50%, rgb(52,98,142) 65%);
    background-image: -ms-linear-gradient( 135deg, rgb(58,105,149) 35%, rgb(97,158,213) 50%, rgb(52,98,142) 65%);
    position: absolute;
    content: '';
    top: calc((100 / 799.333) * 100%);
    bottom: calc((112 / 799.333) * 100%);
    width: calc((62 / var(--main-width)) * 100%);
}
.about-section-1 .about-content::before {
  left: 0;
}
.about-section-1 .about-content::after {
  right: 0;
}
.about-section-1 .about-img-wrapper {
  width: calc(( 458 / var(--content-width)) * 100%);
}
.about-section-1 .about-img {
  padding-bottom: calc(( 583 / 458 ) * 100%);
}
.about-section-1 .about-body-wrapper {
  width: calc(( 587 / var(--content-width)) * 100%);
  padding-top: calc((54 / var(--main-width))*100%);
  position: relative;
}
.about-section-1 .about-body {
  margin: calc((44 / 587)*100%) 0;
  margin-right: calc((-7 / 587)*100%);
  height: calc((367 / var(--main-width)) * 100vw);
  font-size: var(--fs-15);
  overflow: hidden;

  /* Works on Firefox */
  scrollbar-width: auto;
  scrollbar-color: var(--cs-accent) #eaeaea;
}
/* Works on Chrome, Edge, and Safari */
.about-section-1 .about-body::-webkit-scrollbar {
  width: 0.467em;
}
.about-section-1 .about-body::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 2em;
}
.about-section-1 .about-body::-webkit-scrollbar-thumb {
  background: var(--cs-accent);
  background-image: -moz-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  background-image: -webkit-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  background-image: -ms-linear-gradient( 135deg, rgb(58,105,149) 0%, rgb(97,158,213) 45%, rgb(52,98,142) 100%);
  border-radius: 2em;
  border: 3px solid transparent;
}
.about-section-1 .about-body p:first-child {
  margin-top: 0;
}
.about-section-1 .about-body .ss-wrapper::before {
  position: absolute;
  content: '';
  top: 0; right: 0; bottom: 0;
  height: 100%;
  background: #eaeaea;
  width: 0.467em;
  opacity: 0;
  transition: opacity 0.25s linear;
  border-radius: 1em;
}
.about-section-1 .about-body:hover .ss-wrapper::before {
  opacity: 1;
}
.about-section-1 .about-body .ss-content {
  padding-right: calc((46 / 587)*100%);
}
.about-section-1 .about-body .ss-scroll {
  width: 0.467em;
  background: var(--cs-accent);
  background-image: -moz-linear-gradient( 135deg, rgb(58,105,149) 40%, rgb(97,158,213) 50%, rgb(52,98,142) 60%);
  background-image: -webkit-linear-gradient( 135deg, rgb(58,105,149) 40%, rgb(97,158,213) 50%, rgb(52,98,142) 60%);
  background-image: -ms-linear-gradient( 135deg, rgb(58,105,149) 40%, rgb(97,158,213) 50%, rgb(52,98,142) 60%);
}
.about-section-1 .about-btn {
  position: absolute;
  top: 100%;
  width: 19.333em;
  padding: 1.333em 0;
  z-index: 1;
}
.about-section-1 .title-element{
  bottom: 0;
  top: unset;
  right: calc(50% - 2.933em);
  font-size: var(--fs-15);
}
.about-section-1 .title-element::before {
  right: calc(100% + 1em);
  width: 50vw;
}

/* === About Section 2 === */
.about-section-2 {
  padding: calc((100 / var(--main-width)) * 100%) 0 calc((118 / var(--main-width)) * 100%);
}
.about-section-2 .about-content {
  width: var(--container-width);
  margin: 0 auto;
} 
.about-section-2 .about-title h2 {
  line-height: 1;
  text-align: center;
} 
.about-section-2 .about-body {
  margin: calc((50 / var(--content-width)) * 100%) calc((-14 / var(--main-width)) * 100%) 0;
  font-size: var(--fs-15);
}
.about-section-2 .about-body h3 {
  font-size: 1.333em;
  font-family: var(--ff-roboto);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #383838;
} 
.about-section-2 .about-body p {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1;
  color: var(--cs-primary);
  padding-left: 1.667em;
  position: relative;
  margin: 0.667em 0 1.167em;
}
.about-section-2 .about-body p::before {
  position: absolute;
  content: '';
  top: 0.278em;
  left: calc(0% + 0.611em);
  bottom: 0;
  width: 0.444em;
  height: 0.444em;
  background: #3a6995;
  border-radius: 50%;
}

/* === About Section 3 === */
.about-section-3 {
  /* display: none; */
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-section-3 .about-bg {
  top: unset;
  height: auto;
}
.about-section-3 .about-bg::after {
  position: absolute;
  content: '';
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: linear-gradient(to bottom, #fff, transparent 80%);
}
.about-section-3 .about-bg canvas {
  display: block;
  opacity: 0.20;
  filter: contrast(150%) brightness(85%) grayscale();
}
.about-section-3 .about-list {
  display: flex;
  padding: calc((47 / var(--main-width)) * 100%) 0 calc((101 / var(--main-width)) * 100%);
  width: var(--container-width);
  margin: 0 auto;
}
.about-item {
  flex: 1;
  display: block;
  cursor: pointer;
  text-decoration: none;
}
.about-item:nth-child(2) {
  margin: 0 calc((30 / var(--content-width)) * 100%);
}
.about-item-img {
  padding-bottom: calc((380 / 360) * 100%);
  font-size: var(--fs-15);
}
.about-item-img::after {
  position: absolute;
  content: '';
  top: 0; left: 0; right: 0; bottom: 0;
  border: 0.267em solid var(--cs-accent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 45%);
}
.about-item-img strong {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  text-align: center;
  font-family: var(--ff-roboto);
  font-size: 2.333em;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 0.771em;
  color: #fff;
  z-index: 1;
}
.about-item-info  {
  font-size: var(--fs-15);
}
.about-item-info span {
  font-family: var(--ff-roboto);
  font-size: 1.467em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.02em;
  color: #000;
  display: block;
  margin: 1.045em 0 1.409em;
}
.about-item-info .section-btn {
  padding: 1.4em 0 1.333em;
  width: 19.333em;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
}
.about-item:hover {
  text-decoration: none;
}
.about-item:hover .about-item-img img,
.about-item:focus-within .about-item-img img {
  -webkit-filter: grayscale();
  filter: grayscale();
}
.about-item:hover .about-item-info .section-btn,
.about-item:focus-within .about-item-info .section-btn {
  border-color: var(--cs-accent);
  background-color: var(--cs-accent);
  color: #fff;
}
.about-section-3 .about-body-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(23, 143, 205, 0.7);
  padding: calc((100 / var(--main-width)) * 100%) 0 calc((86 / var(--main-width)) * 100%)
}
.about-section-3 .about-body-wrapper .about-title span {
  color: #fff;
}
.about-section-3 .about-body-wrapper .about-title h2 {
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.about-section-3 .about-body-wrapper .title-element::before,
.about-section-3 .about-body-wrapper .title-element span {
  background-color: #fff;
}
.about-section-3 .about-body {
  text-align: center;
  width: calc((836 / var(--main-width)) * 100%);
  margin: 0 auto;
  color: #fff;
}

.popup-wrapper {
  display: none;
}

.aiosp-wrap .aiosp-container .aios-popup-body {
  width: calc((1000 / var(--main-width)) * 100%);
  min-height: 0px;
  padding: calc((100 / var(--main-width)) * 100%) calc((120 / var(--main-width)) * 100%) calc((111.1 / var(--main-width)) * 100%);
  /* overflow: hidden; */
}
.aios-popup-body .aiosp-close {
  line-height: 50%;
  width: unset; height: unset;
  font-size: 2.667em;
  color: #fff;
  position: absolute;
  left: calc(100% + 0.65em);
}

.popup-item {
  display: flex;
  flex-direction: column;
  background: #fff;
}
.popup-item .popup-title {
  margin-left: 1.1em;
  margin-bottom: 0.414em;
}
.popup-title .title-element {
  right: calc(100% + 0.5em);
}
.popup-title .title-element::before {
  width: calc((100 / 1600) * 100vw);
}
.popup-body p a {
  color: var(--cs-primary);
  font-weight: 700;
}
.popup-body p a:hover,
.popup-body p a:focus-within  {
  color: var(--cs-accent);
}
.popup-dre span {
  font-size: 0.8em;
  margin-top: 1em;
  display: block;
}

@media screen and (max-width: 991px) {
  body.page-template-about-template .ip-breadcrumbs {
    position: relative;
  }
  body.page-template-about-template .yoast-breadcrumbs {
    color: #000;
  }
  body.page-template-about-template .ip-banner::before,
  body.page-template-about-template .ip-banner::after {
    position: relative;
    content: unset;
  }
  .about-section-1 .about-content {
    flex-direction: column;
  }
  .about-section-1 .about-img-wrapper {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .about-section-1 .about-body-wrapper {
    width: 100%;
    text-align: center;
  }
  .about-section-1 .about-body {
    margin-right: 0;
    height: 100%;
  }
  .about-section-1 .about-body .ss-wrapper::before {
    content: unset;
    display: none;
  }
  .about-section-1 .about-body .ss-content {
    padding-right: 0;
    width: 100%;
  }
  .about-section-1 .about-content::before, 
  .about-section-1 .about-content::after {
    display: none;
    content: unset;
  }
  .about-section-1 .about-btn {
    display: inline-block;
    position: relative;
  }
  .about-section-3 .about-list {
    flex-direction: column;
  }
  .about-item {
    max-width: 400px;
    margin: 0 auto;
  }
  .about-item:nth-child(2) {
    margin: max(32px, 6vw) auto;
  }
  .about-section-3 .about-body {
    width: var(--container-width);
  }
  .aiosp-wrap .aiosp-container .aios-popup-body {
    width: 80%;
    text-align: center;
  }
  .popup-title .title-element::before {
    width: calc((90 / 1600) * 100vw);
  }
  .popup-item .popup-title{
    align-self: center;
    text-align: center;
    margin-left: 0;
  }
  .popup-item .popup-title h2 {
    line-height: 1;
  }
  .popup-title .title-element{
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-section-1 .about-body-wrapper {
    padding-top: max(32px, 4vw);
  }
  .about-section-2 .about-body {
    margin: max(32px, 8vw) auto;
  }
  .about-section-2 .about-body h3 {
    line-height: 1.5;
  }
  .about-section-2 .about-body p {
    margin: max(14px, 2vw) 0 max(18px, 6vw);
    line-height: 1.5;
  }
  .about-section-3 .about-list {
    padding: max(32px, 6vw) 0;
  }
  .about-section-3 .about-body-wrapper {
    padding: max(42px, 8vw) 0;
  }
  .aiosp-wrap .aiosp-container .aios-popup-body {
    text-align: center;
    width: 100%;
    min-height: 600px;
    padding: 0;
  }
  .aios-popup-body .aiosp-close {
    left: unset;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
    width: 1em;
    height: 1em;
  }
  .popup-item {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 480px) {
  body.page-template-about-template {
    --container-width: 80%;
  }
  body.page-template-about-template .ftr-contact {
    padding-top: max(42px, 8vw);
  }
  .about-title h2,
  .seciton-title h2 {
    line-height: 1;
  }
  .about-section-2 .about-title {
    font-size: max(32px, 10vw);
  }
}