
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family:  "Roboto Flex", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #757e7d;
}

a {
  text-decoration: none;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
  color: #FF6600;
}

a:hover {
  color: #FF6600;
}

p,
h1,
h2,
h3 {
  font-weight: normal;
  font-style: normal;
}

p {
  line-height: 28px;
  color: #757e7d;
}

h1 {
  font-size: 31px;
  line-height: 46px;
  color: #fff;
}

h2 {
  font-size: 25px;
  line-height: 38px;
  color: #1B2342;
  margin-bottom: 60px;
}

h3 {
  font-size: 19px;
  line-height: 28px;
  color: #FF6600;
  margin-bottom: 15px;
}

ul {
  margin: 0;
  padding: 0 0 0 38px;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

section {
  margin: 0 auto;
  padding: 70px 20px;
}

.container-full {
  width: 100%;
  margin: 0 auto;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.btn {
  background-color: #FF6600;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px 30px 13px 30px;
  border-radius: 6px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

.btn:hover {
  background-color: #fff;
  color: #fff;
}

.cta-button .btn {
  background: #409281;
  background: -webkit-gradient(linear, left bottom, left top, from(#409281), color-stop(44%, #6bc6b2));
  background: linear-gradient(0deg, #409281 0%, #6bc6b2 44%);
  box-shadow: 1px 10px 19px 1px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 1px 10px 19px 1px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 1px 10px 19px 1px rgba(0, 0, 0, 0.17);
  border-radius: 40px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.cta-button .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#409281), color-stop(44%, #6bc6b2));
  background: linear-gradient(180deg, #409281 0%, #6bc6b2 44%);
}

p:not(:last-child) {
  margin-bottom: 3rem;
}

.box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.box-wrapper .box-item {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 350px;
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 0;
          flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
  margin-bottom: 45px;
}

.jp .box-wrapper .box-item {
  flex-basis: 360px;
}

.jp p {
  font-size: 0.85rem;
  line-height: 28px;
  color: #757e7d;
}

.jp .introduction .text ul li {
  font-size: 0.85rem;
}

.box-wrapper .box-item:last-child {
  margin-bottom: 0;
}

header .container {
  position: relative;
}

.menu {
  position: absolute;
  top: 5rem;
  right: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#lang-chooser .lang-list {
  display: none;
}

#lang-chooser:hover .lang-list,
#lang-chooser.open .lang-list {
  display: flex;
  list-style: none;
  flex-flow: column;
  background: #fff;
  bottom: 0;
  transform: translateY(calc(100% + .5rem));
  padding: 0;
  width: 100%;
  margin-left: -1.5rem;
  border: 1px solid #fff;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.5);
  border-radius: 0.6rem;
  position: absolute;
}

ol.lang-list a {
  color: #1B2340;
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #00000026;
  padding-left: 1.5rem;
  width: 100%;
  padding-right: 3.5rem;
  font-size: .9rem;
  position: relative;
}

li.selected::after {
  content: '';
  position: absolute;
  right: 1rem;
  width: .8rem;
  height: .8rem;
  background-image: url(/assets/img/check.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  filter: invert(1);
}

#lang-chooser .lang-list li {
  position: relative;
}

ol.lang-list li:last-child a {
  border-bottom: unset;

}

.menu .login a {
  color: #fff;
}

.menu .login {
  margin-right: 2rem;
}

.lang-current svg {
  filter: invert(1);
  display: block;
  width: 1rem;
  height: 1rem;
  opacity: 0.5;
}

#lang-chooser:hover .lang-current svg,
#lang-chooser.open .lang-current svg {
  filter: invert(0);
}

#lang-chooser:hover .lang-current,
#lang-chooser.open .lang-current {
  color: #1B2340;
}

.lang-current {
  display: flex;
  align-items: center;
  color: #fff;
}

.lang-current i {
  margin-right: 0.75rem;
}



.lang-current::after {
  content: '';
  position: absolute;
  right: 1rem;
  width: .8rem;
  height: .8rem;
  background-image: url(/assets/img/down-arrow.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  filter: invert(1);
}

#lang-chooser:hover .lang-current::after,
#lang-chooser.open .lang-current::after {
  filter: invert(0);
  transform: translateY(-50%) rotate(180deg);
}

ol.lang-list a {
  color: #1B2340;
}

div#lang-chooser {
  background: transparent;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  border-radius: 0.6rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.115);
  position: relative;
  border: 1px solid #ffffff5e;
}

div#lang-chooser:hover,
div#lang-chooser.open {
  background: #fff;
  padding: 0.5rem 3.5rem 0.5rem 1.5rem;
  border-radius: 0.6rem;
  box-shadow: 0 .2rem .5rem rgba(0,0,0,.5);
  position: relative;
  border: 1px solid #fff;
}

.jp header .logo img {
  width: 316px;
  height: auto;
}

.overlay {
  background-image: url("https://workshopped2.dev.arthaus.mk/lp02/assets/img/bg-image.jpg");
  background-color: rgba(247, 252, 251, 0.5);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center;
}

header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 565px;
  background-color: #1B2340;
  position: relative;
  overflow-y: clip;
}

header .logo {
  display: block;
  padding-top: 80px;
  margin-bottom: 120px;
}

header .logo img {
  width: 220px;
  height: auto;
}

header .container::before {
  content: '';
  position: absolute;
  width: 40rem;
  height: 27rem;
  background-image: url(/assets/img/Astem-Co-Icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  right: -7%;
  top: 12rem;
  z-index: 1;
}

header .container > * {
  z-index: 2;
}

.heading {
  position: relative;
}

header h1 {
  margin-bottom: 70px;
  padding-left: 2rem;
}

.features {
  background-color: #f7fcfb;
}

.features h3 {
  color: #1B2342;
}

.introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.introduction .left-block {
  margin-right: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
}

.introduction .text {
  margin-left: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.introduction .text h2 {
  margin-bottom: 30px;
}

.introduction .text p {
  margin-bottom: 30px;
}



.introduction .text ul li {
  line-height: 45px;
  position: relative;
}

.introduction .text ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #FF6600;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.heading-single {
  padding: 0;
}

.heading-single h2 {
  text-align: center;
  max-width: 530px;
  margin: 0 auto;
  padding: 0 20px;
}

.two-col-text {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.two-col-text .col-text {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.two-col-text .col-1 {
  margin-right: 0;
  margin-bottom: 40px;
}

.two-col-text .col-2 {
  margin-left: 0;
}

.two-col-text-heading {
  margin-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.two-col-text-heading .col-1,
.two-col-text-heading .col-2 {
  margin: 0;
}

.contactus {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow-y: hidden;
}

.contactus .content {
  max-width: 410px;
}



.overlay-1 {
  background-image: url("/assets/img/Astem-Co-Prime-Broker-01.webp");
  background-color: #e3e3e3;
  background-blend-mode: overlay;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.split-col-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}

.split-col-boxes .split-box {
  padding: 70px 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.split-col-boxes .split-box p {
  margin-bottom: 50px;
}

.split-col-boxes .split-box ul li {
  line-height: 30px;
  position: relative;
}

.split-col-boxes .split-box ul li::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #FF6600;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.split-col-boxes .box-1 {
  background-color: #f7fcfb;
}

.split-col-boxes .box-2 {
  background-color: #1B2340;
  color: #fff;
}

.split-col-boxes .box-2 h2,
.split-col-boxes .box-2 p,
.split-col-boxes .box-2 li {
  color: #fff;
}

.split-col-boxes .box-2 p,
.split-col-boxes .box-2 li {
  opacity: 50%;
}

.green-bg {
  background-color: #1B2340;
}

.green-bg h2,
.green-bg h3,
.green-bg p,
.green-bg li {
  color: #fff;
}

.green-bg h2 {
  padding-left: 25px;
}

.green-bg p {
  opacity: 50%;
}

footer {
  padding: 115px 20px;
}

footer .logo {
  margin-bottom: 90px;
}

footer .logo img {
  width: 220px;
}

ul.spaced-ul a {
  font-size: 0.8em;
}

li.divider {
  background: green;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 1px;
  height: 40%;
  position: relative;
  top: 0.35rem;
  opacity: 0.4;
}

.legal-section p {
  font-size: 0.8rem;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #1b2340c2;
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 3rem 4rem;
  border-radius: 0;
  width: 90%;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  position: relative;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 22px;
  color: #888;
  cursor: pointer;
}

.modal h2 {
  margin-top: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: 400;
  margin-bottom: 1rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group textarea {
  resize: vertical;
}

.expand-image {
  display: flex;
  flex-flow: column;
}

.expand-image .image {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
}


.expand-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  background-position: center;
}

.submit-btn {
  background-color: #0052cc;
  color: white;
  border: none;
  padding: 12px 18px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
}

.submit-btn:hover {
  background-color: #003e99;
}


footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer-content .title {
  font-size: 19px;
  color: #1B2340;
  margin-bottom: 2.2rem;
}
footer a {
  color: #757e7d;
  font-weight: 400;
}

footer .footer-content .section-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-right: 20px;
}

footer .footer-content .section-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-right: 20px;
}

footer .footer-content .section-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

footer .footer-content .section-3 p {
  margin-bottom: 2rem;
  font-size: 0.8em;
  line-height: 1.8;
}

.legal-section {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}

.legal-section ul {
  display: flex;
  margin: 0;
  padding: 0;
}

footer .footer-content .section-3 .copy p {
  font-size: 15px;
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .container {
    padding-right: 60px;
    padding-left: 60px;
  }
  .split-col-boxes {
    padding-left: 0;
    padding-right: 0;
  }
  .split-col-boxes .split-box {
    padding: 90px 85px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  section {
    padding: 115px 20px;
  }
  .two-col-text-heading {
    padding-left: 90px;
    padding-right: 90px;
  }
  .introduction .left-block {
    margin-right: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 41%;
            flex: 1 1 41%;
    margin-bottom: 0;
  }
  .introduction .text {
    margin-left: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 41%;
            flex: 1 1 41%;
  }

  footer .footer-content .section-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  footer .footer-content .section-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
  footer .footer-content .section-3 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 59%;
  }

}

@media (min-width: 992px) {
  h3 {
    margin-bottom: 35px;
  }
  .box-wrapper .box-item {
    margin-bottom: 15px;
  }
  .two-col-text .col-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 480px;
  }
  .two-col-text .col-1 {
    margin-right: 40px;
  }
  .two-col-text .col-2 {
    margin-left: 40px;
  }
  .two-col-text-heading .col-text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    max-width: 480px;
  }
  .two-col-text-heading .col-1 {
    margin-right: 40px;
  }
  .two-col-text-heading .col-2 {
    margin-left: 40px;
  }
}
