:root {
  --primary-color: #218A3D;
  --secondary-color: #00205B;
  --medium-blue: #142e42;
  --dark-blue: #0E2638;
  --blue: #004E7D;
  --green: #218A3D;
  --white: #ffffff;
  --black: #000000;
  --gray: #f8fafc;
  --transition: all 0.6s;
  --border: 1px solid var(--white);
  --border-radius: 10px 10px 0 10px;
}

* {
  outline: none !important;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Light.eot");
  src: url("../fonts/SourceSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Light.woff2") format("woff2"), url("../fonts/SourceSansPro-Light.woff") format("woff"), url("../fonts/SourceSansPro-Light.ttf") format("truetype"), url("../fonts/SourceSansPro-Light.svg#svgFontName") format("svg");
  font-weight: 300;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Regular.eot");
  src: url("../fonts/SourceSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Regular.woff2") format("woff2"), url("../fonts/SourceSansPro-Regular.woff") format("woff"), url("../fonts/SourceSansPro-Regular.ttf") format("truetype"), url("../fonts/SourceSansPro-Regular.svg#svgFontName") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-SemiBold.eot");
  src: url("../fonts/SourceSansPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-SemiBold.woff2") format("woff2"), url("../fonts/SourceSansPro-SemiBold.woff") format("woff"), url("../fonts/SourceSansPro-SemiBold.ttf") format("truetype"), url("../fonts/SourceSansPro-SemiBold.svg#svgFontName") format("svg");
  font-weight: 600;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Bold.eot");
  src: url("../fonts/SourceSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Bold.woff2") format("woff2"), url("../fonts/SourceSansPro-Bold.woff") format("woff"), url("../fonts/SourceSansPro-Bold.ttf") format("truetype"), url("../fonts/SourceSansPro-Bold.svg#svgFontName") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/SourceSansPro-Black.eot");
  src: url("../fonts/SourceSansPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/SourceSansPro-Black.woff2") format("woff2"), url("../fonts/SourceSansPro-Black.woff") format("woff"), url("../fonts/SourceSansPro-Black.ttf") format("truetype"), url("../fonts/SourceSansPro-Black.svg#svgFontName") format("svg");
  font-weight: 900;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
  line-height: 1.3;
}

body {
  background: var(--gray);
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 100% 100%;
  counter-reset: section;
  scroll-behavior: smooth;
  box-sizing: border-box;
  counter-reset: my-sec-counter;
}

svg {
  max-width: 100%;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
  color: var(--medium-blue);
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.5;
  color: var(--medium-blue);
  font-size: 18px;
  font-weight: 400;
}

span {
  font-size: 18px;
  font-weight: 400;
}

li {
  font-size: 18px;
  color: var(--medium-blue);
}

a {
  cursor: pointer;
  font-size: 18px;
  color: var(--medium-blue);
  transition: all 0.6s;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 600;
}
a:hover {
  color: var(--green);
}

h1, .h1 {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: -0.36px;
}

h2, .h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.3px;
}

h3, .h3 {
  font-size: 26px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 22px;
}

h6, .h6 {
  font-size: 18px;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 32px;
  }
  h2, .h2 {
    font-size: 28px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  h4, .h4 {
    font-size: 20px;
  }
  h5, .h5 {
    font-size: 18px;
  }
  p, span, a, li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  p, span, a, li {
    font-size: 14px;
  }
}
table {
  width: 100%;
  overflow-x: auto;
  border-spacing: 0;
  font-size: 18px;
}
table thead {
  border-radius: 15px 0 0 15px;
  background: var(--green);
}
table thead th,
table thead td {
  padding: 10px;
  text-align: left;
  color: var(--white);
  font-weight: 600;
}
table thead th:first-child,
table thead td:first-child {
  border-radius: 15px 0 0 0;
}
table thead th:last-child,
table thead td:last-child {
  border-radius: 0 15px 0 0;
}
table tbody tr {
  vertical-align: text-bottom;
}
table tbody tr td {
  padding: 10px;
  font-size: 18px;
  text-align: left;
  color: var(--medium-blue);
}
table tbody tr td a {
  text-decoration: underline;
  font-weight: 400;
  transition: all 0.6s;
}
table tbody tr td a:hover {
  color: var(--green);
}
table tbody tr:nth-child(even) {
  background: rgba(166, 190, 172, 0.13);
}
table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
table tbody tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}

@media (max-width: 767px) {
  article {
    max-width: 100%;
  }
  table {
    display: block;
  }
}
.w-100 {
  width: 100%;
}

.text-white {
  color: var(--white);
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.hide {
  display: none;
}

.form-group {
  margin-bottom: 10px;
}
.form-group label {
  font-size: 12px;
}

.form-control {
  width: 100%;
  border: 1px solid #fff;
  padding: 8px;
}

input::-webkit-calendar-picker-indicator, input::-webkit-contacts-auto-fill-button {
  display: none;
  visibility: hidden;
}

input[type=submit], input[type=search] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: var(--white);
}

input, button {
  font-family: inherit;
}

.page__content {
  flex: 1;
}

.btn {
  display: inline-block;
  padding: 22px 44px;
  text-decoration: none;
  background: var(--green);
  color: var(--white);
  position: relative;
  border: 1px solid var(--green);
  border-radius: 10px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.6s;
}
.btn:hover {
  background: none;
  color: var(--green);
  transition: all 0.6s;
}

.btn-outline {
  display: inline-block;
  color: var(--white);
  padding: 19px 36px;
  border: var(--border);
  border-radius: 10px;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
  position: relative;
  transition: var(--transition);
}
.btn-outline:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--white);
}

@media (max-width: 1199px) {
  .btn-outline {
    padding: 12px 24px;
  }
}
@media (max-width: 767px) {
  .btn {
    padding: 15px 30px;
    font-size: 16px;
  }
  .btn-outline {
    padding: 12px 24px;
    font-size: 16px;
  }
}
.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 84.3%;
  padding: 0 20px;
}

.container-fluid {
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

@media (min-width: 1442px) {
  .container {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 100%;
  }
}
.col-1 {
  max-width: 10%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 10%;
}

.col-2 {
  max-width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 20%;
}

.col-25 {
  max-width: 25%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 25%;
}

.col-3 {
  max-width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 33.33%;
}

.col-4 {
  max-width: 33.3%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 33.3%;
}

.col-6 {
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 50%;
}

.col-75 {
  max-width: 75%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 75%;
}

.col-8 {
  max-width: 66.7%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 66.7%;
}

.col-9 {
  max-width: 66.66%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 66.66%;
}

.col-10 {
  max-width: 80%;
  padding-left: 20px;
  padding-right: 20px;
  flex: 0 0 80%;
}

.col-12 {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .flex-column {
    flex-direction: column;
  }
  .col-2, .col-25, .col-3, .col-4, .col-6, .col-75, .col-8, .col-9, .col-12 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
b {
  font-weight: 700;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0;
}

/* -------Common class---- */
.hide {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.d-flex_wrap {
  flex-wrap: wrap;
}

.text-center {
  text-align: center;
}

.d-inlin_block {
  display: inline-block;
}

.acr__pagination_news {
  max-width: 400px !important;
}

.acr__pagination, .acr_pr-pagination {
  max-width: 346px;
  margin: 0 auto;
}
.acr__pagination .acr__pages, .acr_pr-pagination .acr__pages {
  display: flex;
}
.acr__pagination .acr__links_mobile, .acr_pr-pagination .acr__links_mobile {
  display: none;
}
.acr__pagination .acr__page, .acr_pr-pagination .acr__page {
  padding-right: 8px;
  padding-left: 8px;
}
.acr__pagination .acr__page_num, .acr_pr-pagination .acr__page_num {
  font-size: 18px;
  display: flex;
  align-items: center;
  column-gap: 105px;
}
.acr__pagination .acr__newsPage_num, .acr_pr-pagination .acr__newsPage_num {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 32px;
}
.acr__pagination .active, .acr_pr-pagination .active {
  color: var(--green);
}
.acr__pagination .acr__next, .acr_pr-pagination .acr__next {
  transform: rotate(270deg);
}
.acr__pagination .acr__prev, .acr_pr-pagination .acr__prev {
  transform: rotate(90deg);
}
.acr__pagination .acr__next, .acr__pagination .acr__prev, .acr_pr-pagination .acr__next, .acr_pr-pagination .acr__prev {
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--green);
}
.acr__pagination .acr__next svg path, .acr__pagination .acr__prev svg path, .acr_pr-pagination .acr__next svg path, .acr_pr-pagination .acr__prev svg path {
  fill: var(--green);
}
.acr__pagination .acr__next:hover, .acr__pagination .acr__prev:hover, .acr_pr-pagination .acr__next:hover, .acr_pr-pagination .acr__prev:hover {
  background: var(--green);
}
.acr__pagination .acr__next:hover svg path, .acr__pagination .acr__prev:hover svg path, .acr_pr-pagination .acr__next:hover svg path, .acr_pr-pagination .acr__prev:hover svg path {
  fill: var(--white);
}

@media (max-width: 480px) {
  .acr__pagination, .acr_pr-pagination {
    max-width: 260px;
  }
  .acr__pagination .acr__page_num, .acr_pr-pagination .acr__page_num {
    column-gap: 60px;
  }
}
@media (max-width: 767px) {
  .acr__links {
    display: none;
  }
  .acr__links_mobile {
    display: flex !important;
  }
  .acr__page_current {
    display: block !important;
  }
  .acr__page_last {
    display: block !important;
  }
}
.single-post .acr__default-page {
  padding-top: 180px;
  padding-bottom: 20px;
}
.single-post .acr__default-page .acr__single-news {
  padding: 0;
}
.single-post .acr__default-page .acr__single-news .acr__single-news-content {
  max-width: 100%;
}
.single-post .acr__default-page .acr__single-news .acr__single-news-content p {
  max-width: 100%;
}
.single-post .nav-links {
  display: none;
}

@media (max-width: 767px) {
  .single-post .acr__default-page {
    padding-top: 150px;
  }
}
.search-results .hero__banner, .search-no-results .hero__banner {
  padding-top: 140px;
  background: var(--medium-blue);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.search-results .hero__banner .acr__breadcrumbs, .search-no-results .hero__banner .acr__breadcrumbs {
  position: relative;
  padding: 15px 0;
}
.search-results .hero__banner .acr__breadcrumbs ul, .search-no-results .hero__banner .acr__breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-results .hero__banner .acr__breadcrumbs ul li, .search-no-results .hero__banner .acr__breadcrumbs ul li {
  display: flex;
  flex-wrap: wrap3;
  align-items: center;
  color: var(--white);
  font-size: 14px;
  position: relative;
}
.search-results .hero__banner .acr__breadcrumbs ul li:not(:last-child):after, .search-no-results .hero__banner .acr__breadcrumbs ul li:not(:last-child):after {
  display: inline-block;
  content: "";
  margin: 0 0.2em;
  background: url(../images/download-2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  color: var(--white);
}
.search-results .hero__banner .acr__breadcrumbs ul li a, .search-no-results .hero__banner .acr__breadcrumbs ul li a {
  font-size: 14px;
  color: var(--white);
  font-weight: 300;
}
.search-results .hero__banner .acr__breadcrumbs ul li:not(:last-child) a, .search-no-results .hero__banner .acr__breadcrumbs ul li:not(:last-child) a {
  font-weight: 700;
}
.search-results .main__page__content, .search-no-results .main__page__content {
  padding: 0 0 80px;
}
.search-results .main__page__content .page-title, .search-no-results .main__page__content .page-title {
  margin: 70px 0 35px;
  font-size: 26px;
  font-weight: 700;
}
.search-results .main__page__content .page-title span, .search-no-results .main__page__content .page-title span {
  font-size: 26px;
  font-weight: 700;
  text-transform: capitalize;
  margin-left: 15px;
}
.search-results .main__page__content .search-box, .search-no-results .main__page__content .search-box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--medium-blue);
  width: 702px;
  position: relative;
}
.search-results .main__page__content #search-input, .search-no-results .main__page__content #search-input {
  width: 100%;
  background: none;
  border: none;
  height: 50px;
  font-size: 26px;
  font-weight: 700;
}
.search-results .main__page__content #search-input::placeholder, .search-no-results .main__page__content #search-input::placeholder {
  color: var(--medium-blue);
}
.search-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result, .search-no-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result {
  padding: 34px 0;
  border-bottom: 1px solid #E2E6E9;
}
.search-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result:last-child, .search-no-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result:last-child {
  border: none;
}
.search-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-image, .search-no-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-image {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 10px 10px 0 10px;
  display: inline-block;
  background-color: #76777b;
}
.search-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-image img, .search-no-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-detail .entry-title, .search-no-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-detail .entry-title {
  font-size: 20px;
  margin-bottom: 20px;
  color: var(--medium-blue);
  font-weight: 600;
  transition: all 0.6s;
  max-width: 100%;
  display: inline-block;
}
.search-results .main__page__content .acr__search-result .nav-links, .search-no-results .main__page__content .acr__search-result .nav-links {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}
.search-results .main__page__content .acr__search-result .nav-links a, .search-no-results .main__page__content .acr__search-result .nav-links a {
  font-size: 22px;
}

@media (max-width: 991px) {
  .search-results .hero__banner, .search-no-results .hero__banner {
    padding-top: 118px;
  }
  .search-results .main__page__content, .search-no-results .main__page__content {
    padding: 0 0 50px;
  }
  .search-results .main__page__content .page-title, .search-no-results .main__page__content .page-title {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .search-results .main__page__content, .search-no-results .main__page__content {
    padding: 0 0 30px;
  }
  .search-results .main__page__content a, .search-no-results .main__page__content a {
    font-size: 16px;
  }
  .search-results .main__page__content .search-box, .search-no-results .main__page__content .search-box {
    width: 450px;
  }
  .search-results .main__page__content #search-input, .search-no-results .main__page__content #search-input {
    font-size: 22px;
  }
  .search-results .main__page__content .acr__search-result .nav-links a, .search-no-results .main__page__content .acr__search-result .nav-links a {
    font-size: 16px;
  }
  .search-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-detail .entry-title, .search-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-detail .entry-title, .search-no-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-detail .entry-title, .search-no-results .main__page__content .acr__search-result .acr__search-posts .acr__search-list-result .acr__search-list-detail .entry-title {
    font-size: 18px;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  .search-results .main__page__content .search-box, .search-no-results .main__page__content .search-box {
    width: 300px;
  }
  .search-results .main__page__content #search-input, .search-no-results .main__page__content #search-input {
    font-size: 18px;
  }
}
.acr_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.acr__breadcrumbs ul, .pb-icon-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acr__breadcrumbs ul li, .pb-icon-list ul li {
  list-style: none;
}

.error404 .main__page__content .hero__banner {
  background: var(--medium-blue);
  padding: 150px 0 20px;
}
.error404 .main__page__content .hero__banner .acr__breadcrumbs ul {
  display: flex;
  align-items: center;
}
.error404 .main__page__content .hero__banner .acr__breadcrumbs ul li {
  display: inline-flex;
  align-items: center;
}
.error404 .main__page__content .hero__banner .acr__breadcrumbs ul li:not(:last-child)::after {
  display: inline-block;
  content: "";
  margin: 0 0.2em;
  background: url("../images/download-2.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  color: var(--white);
}
.error404 .main__page__content .hero__banner .acr__breadcrumbs ul li a {
  color: var(--white);
}
.error404 .main__page__content .en__404 {
  padding: 50px 0 30px;
}
.error404 .main__page__content .en__404 .acr_404 h1 {
  font-size: 100px;
}
.error404 .main__page__content .en__404 .acr_404 p {
  font-size: 24px;
  margin-bottom: 20px;
}
.error404 .main__page__content .en__404 .acr_404 .btn {
  padding: 12px 24px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .error404 .main__page__content .hero__banner {
    padding: 130px 0 20px;
  }
  .error404 .main__page__content .en__404 {
    padding: 30px 0;
  }
  .error404 .main__page__content .en__404 .acr_404 h1 {
    font-size: 70px;
  }
  .error404 .main__page__content .en__404 .acr_404 p {
    font-size: 20px;
  }
}
.page-template-default .main__page__content {
  padding: 180px 0 50px;
}
.page-template-default .main__page__content .entry-header .entry-title {
  margin-bottom: 30px;
}
.page-template-default .main__page__content .entry-content h2 {
  font-size: 30px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .page-template-default .main__page__content {
    padding: 150px 0 30px;
  }
}
@media (max-width: 767px) {
  .page-template-default .main__page__content .entry-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.acr__standard {
  padding: 80px 0 67px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.acr__standard::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 17px;
  width: 39.26vw;
  height: 100%;
  background: url(../images/acr-program/standard-shape.svg);
  z-index: 2;
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.8;
}
.acr__standard .col-4 {
  max-width: 36.7%;
  flex: 0 0 36.7%;
}
.acr__standard .col-8 {
  max-width: 63.3%;
  flex: 0 0 63.3%;
}
.acr__standard .acr__standard-content {
  position: relative;
  z-index: 2;
}
.acr__standard .acr__standard-content .acr__standard-details {
  padding-top: 50px;
}
.acr__standard .acr__standard-content .acr__standard-details .title {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 5px;
}
.acr__standard .acr__standard-content .acr__standard-details .heading {
  font-size: 36px;
  margin-bottom: 26px;
  color: var(--white);
  max-width: 446px;
  font-weight: 400;
}
.acr__standard .acr__standard-content .acr__standard-details p {
  color: var(--white);
  margin-bottom: 48px;
  max-width: 660px;
  font-weight: 300;
}
.acr__standard .acr__standard-content .acr__standard-details .btn {
  padding: 11px 26px;
  background: var(--white);
  border-color: var(--white);
  color: var(--green);
  margin-bottom: 62px;
}
.acr__standard .acr__standard-content .acr__standard-details .btn:hover {
  background: none;
  color: var(--white);
  border-color: var(--white);
}
.acr__standard .acr__standard-content .acr__standard-details .acr__social .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: capitalize;
}
.acr__standard .acr__standard-content .acr__standard-details .acr__social .acr__social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 5px;
}
.acr__standard .acr__standard-content .acr__standard-details .acr__social .acr__social-icons .footer-social-img {
  width: 34px;
  height: 34px;
  border: 1px solid var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.acr__standard .acr__standard-content .acr__standard-details .acr__social .acr__social-icons .footer-social-img svg {
  max-width: 18px;
}
.acr__standard .acr__standard-content .acr__standard-details .acr__social .acr__social-icons .footer-social-img svg path {
  transition: all 0.6s;
  fill: var(--white) !important;
}
.acr__standard .acr__standard-content .acr__standard-details .acr__social .acr__social-icons .footer-social-img:hover {
  border-color: var(--medium-blue);
}
.acr__standard .acr__standard-content .acr__standard-details .acr__social .acr__social-icons .footer-social-img:hover svg path {
  fill: var(--medium-blue) !important;
}
.acr__standard .acr__standard-content .acr__acr-standard-img {
  position: relative;
  z-index: 2;
}
.acr__standard .acr__standard-content .acr__acr-standard-img:before {
  position: absolute;
  content: "";
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  border-left: 1px solid var(--white);
  border-top: 1px solid var(--white);
}
.acr__standard .acr__standard-content .acr__acr-standard-img:after {
  position: absolute;
  content: "";
  bottom: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  border-right: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}
.acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-inner {
  position: relative;
  width: 100%;
  padding-top: 129.8%;
  overflow: hidden;
}
.acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 0 30px;
}
.acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content {
  position: absolute;
  top: 0;
  left: 40px;
  width: calc(100% - 40px);
  height: calc(100% - 45px);
  border-left: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  border-radius: 0 0 0 15px;
  padding: 20px 25px;
}
.acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .logo img {
  width: 84px;
  margin-left: auto;
}
.acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .acr__acr-standard-img-content-details {
  position: absolute;
  bottom: 20px;
}
.acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .acr__acr-standard-img-content-details h3 {
  color: var(--white);
  font-size: 39px;
  font-weight: 400;
  max-width: 12.26vw;
  margin-bottom: 20px;
  line-height: 1;
}
.acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .acr__acr-standard-img-content-details .Version {
  font-size: 17px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 0;
}

@media (max-width: 1366px) {
  .acr__standard .col-8, .acr__standard .col-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .acr__acr-standard-img-content-details h3 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .acr__standard .acr__standard-content .acr__standard-details {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  .acr__standard {
    padding: 50px 0;
  }
  .acr__standard .acr__acr-standard-img-inner {
    padding: 30px;
  }
  .acr__standard .acr__standard-content .acr__back {
    margin-bottom: 40px;
  }
  .acr__standard .acr__standard-content .acr__standard-details {
    margin-bottom: 40px;
  }
  .acr__standard .acr__standard-content .acr__standard-details .heading {
    max-width: 100%;
    font-size: 30px;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .acr__acr-standard-img-content-details h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .acr__standard .col-8, .acr__standard .col-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .acr__standard .acr__standard-content .acr__standard-details p {
    max-width: 100%;
  }
  .acr__standard .acr__standard-content .acr__standard-details .btn {
    margin-bottom: 30px;
  }
  .acr__standard .acr__standard-content .acr__standard-details .heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .acr__standard .acr__standard-content .acr__standard-details .version .title {
    margin-bottom: 30px;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img::before {
    width: 30px;
    height: 30px;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img::after {
    width: 30px;
    height: 30px;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content {
    left: 25px;
    height: calc(100% - 25px);
    width: calc(100% - 25px);
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-inner {
    padding-top: 100%;
  }
}
@media (max-width: 480px) {
  .acr__standard::before {
    width: 250px;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-inner {
    padding-top: 130%;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .logo img {
    width: 50px;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .acr__acr-standard-img-content-details h3 {
    font-size: 20px;
  }
  .acr__standard .acr__standard-content .acr__acr-standard-img .acr__acr-standard-img-content .acr__acr-standard-img-content-details h3 br {
    display: none;
  }
}
[data-aos=fade-up] {
  transform: translate3d(0, 30px, 0);
}

:root {
  --primary-color: #218A3D;
  --secondary-color: #00205B;
  --medium-blue: #142e42;
  --dark-blue: #0E2638;
  --blue: #004E7D;
  --green: #218A3D;
  --white: #ffffff;
  --black: #000000;
  --gray: #f8fafc;
  --transition: all 0.6s;
  --border: 1px solid var(--white);
  --border-radius: 10px 10px 0 10px;
}

.menu-open {
  overflow: hidden;
  height: 100vh;
}

.toggle__menu {
  width: 35px;
  height: auto;
  line-height: 0.5;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 46px;
  right: 0;
}
.toggle__menu span {
  background-color: var(--medium-blue);
  width: 100%;
  height: 2px;
  display: inline-block;
  border-radius: 8px;
}
.toggle__menu.open {
  margin-top: 12px;
}
.toggle__menu.open span:nth-child(1) {
  transform: rotate(45deg);
}
.toggle__menu.open span:nth-child(2) {
  display: none;
}
.toggle__menu.open span:nth-child(3) {
  transform: rotate(-45deg);
  position: relative;
  top: -10px;
}

.header__main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  background: linear-gradient(123deg, rgba(255, 255, 255, 0) 41%, rgb(255, 255, 255) 45%);
}
.header__main .header__logo {
  position: relative;
}
.header__main .header__logo svg {
  max-width: 100%;
}
.header__main .header-content {
  background: var(--white);
  position: relative;
}
.header__main .header-content::before {
  position: absolute;
  content: "";
  left: -71px;
  width: 100px;
  height: 100%;
  background: var(--white);
  border-radius: 0 0 0 50px;
}
.header__main .header-content .header__menu-inner {
  position: relative;
  padding-top: 46px;
  transition: padding-top 0.6s;
}
.header__main .down-arrow {
  display: none;
  position: absolute;
  top: 10px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(../images/down-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

header {
  transition: all 0.6s ease-in-out;
}
header .col-10 {
  position: relative;
}
header .acr__sign-up {
  position: absolute;
  top: 0;
  right: 20px;
  transition: all 0.6s;
  z-index: 1;
}
header .acr__sign-up a {
  text-transform: uppercase;
  border-radius: 0 0 0 20px;
  padding: 14px 28px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}
header ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header ul li {
  list-style: none;
  position: relative;
  margin-right: 25px;
}
header ul li::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--primary-color);
  border-radius: 15px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s, visibility 0.6s;
}
header ul li a {
  display: inline-block;
  font-size: 20px;
  padding: 30px 0;
  font-weight: 600;
  transition: color 0.6s;
}
header ul li:hover > a {
  color: var(--primary-color);
}
header ul li:hover::after {
  opacity: 1;
  visibility: visible;
}
header ul li.menu-item-has-children > a {
  position: relative;
}
header ul li.current-menu-item > a {
  color: var(--primary-color);
}
header ul li.current-menu-parent > a {
  color: var(--primary-color);
}
header ul li.current-menu-parent::after {
  opacity: 1;
  visibility: visible;
}
header .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  border-radius: 0 0 0 10px;
  opacity: 0;
  visibility: hidden;
  background-color: #f7f7f7;
  padding: 16px 9.5px 24px 13.5px;
  z-index: 99;
  width: 248px;
}
header .sub-menu li {
  padding: 0 !important;
  margin-right: 0;
}
header .sub-menu li::after {
  display: none;
}
header .sub-menu li a {
  font-size: 16px;
  color: var(--medium-blue);
  padding: 0;
  font-weight: 400;
  line-height: 18px;
}
header .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header .search-icon {
  cursor: pointer;
  position: relative;
}
header .search-icon svg {
  width: 20px;
  height: 20px;
}
header .search-icon svg path {
  fill: var(--medium-blue);
}
header .search-icon .search-form-btn {
  display: flex;
  align-items: center;
}
header .search-icon .main-search-form {
  transform: translateY(30px);
  position: absolute;
  right: 0;
  top: calc(100% + 50px);
  opacity: 0;
  visibility: hidden;
}
header .search-icon .main-search-form.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
header .search-icon .main-search-form .search-form {
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
header .search-icon .main-search-form .search-form input {
  height: 36px;
  border: none;
  padding: 10px;
}
header .search-icon .main-search-form .search-form .search-submit {
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  background: var(--secondary-color);
  color: var(--white);
  position: relative;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.6s;
  cursor: pointer;
  height: 38px;
}
header.fixed ul li a {
  padding: 34px 0;
}
header.fixed .sub-menu li a {
  padding: 0;
}
header.fixed .header__main .header__main-inner {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
header.fixed .header__main .header-content .header__menu-inner {
  padding-top: 0;
}
header.fixed .header__main .search-icon .main-search-form {
  top: calc(100% + 20px);
}
header.fixed .acr__sign-up {
  visibility: hidden;
  opacity: 0;
}
header.fixed .toggle__menu {
  top: 0;
}

@media (max-width: 1199px) {
  header .search-icon .main-search-form {
    top: calc(100% + 30px);
  }
  header ul li {
    margin-right: 20px;
  }
  header ul li a {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .header .col-2, .header .col-10 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .header .col-10 {
    position: static;
  }
  .header .acr__sign-up {
    margin-bottom: 20px;
    right: 0;
  }
  .header .header__main .header__logo {
    padding: 10px 0;
  }
  .header .header__main .down-arrow {
    display: block;
  }
  .header .search-icon {
    margin-right: 50px;
    margin-left: 0;
  }
  .header .search-icon svg {
    height: 35px;
  }
  .header .search-icon .search-form-btn {
    display: inline-block;
  }
  .header .search-icon .main-search-form {
    width: 100%;
    top: calc(100% + 15px);
  }
  .header .search-icon .main-search-form .search-form {
    display: flex;
    flex-wrap: wrap;
  }
  .header .search-icon .main-search-form .search-form label {
    flex: 1;
  }
  .header .search-icon .main-search-form .search-form label .search-field {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header ul li:hover a ~ .sub-menu {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 480px) {
  .header .search-icon .main-search-form {
    top: calc(100% + 10px);
  }
  .header__main .header__logo svg {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  .header .header__main .search-icon {
    margin-right: 40px;
  }
}
@media (max-width: 991px) {
  .toggle__menu {
    display: block;
    z-index: 999;
    -webkit-tap-highlight-color: transparent;
  }
  header ul li a {
    display: inline-block;
    padding: 10px 0px;
  }
  header .sub-menu li:not(:last-child) {
    margin-bottom: 0;
  }
  header .sub-menu li a {
    padding: 0 0 10px;
  }
  .header__menu {
    transform: translateX(120%);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    position: fixed;
    top: 117px;
    left: 20px;
    right: 0;
    width: 100%;
    max-height: calc(100% - 117px);
    overflow: auto;
    padding: 30px;
    margin: 0;
    z-index: 99;
    background-color: var(--white);
    border-radius: 0 0 0 50px;
  }
  .header__menu.active {
    transform: translateX(0);
    box-shadow: 0 3px 5px var(--black);
  }
  .header__menu ul {
    display: block;
  }
  .header__menu ul li {
    margin: 0;
  }
  .header__menu ul li:not(:last-child) {
    padding: 0;
  }
  .header__menu ul li::after {
    display: none;
  }
  .header__menu ul .sub-menu.active {
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    width: 100%;
  }
  .header__menu ul .sub-menu.active .down-arrow {
    transform: rotate(180deg);
  }
  .header__menu .header__main.fixed .header__menu {
    top: 121px;
  }
  .header__menu .sub-menu.mega-sub-menu.show {
    opacity: 1;
    visibility: visible;
    width: 100% !important;
    display: flex;
    position: static;
    margin: 15px 0 0;
  }
  .header__menu .sub-menu.mega-sub-menu.show li {
    flex: 0 0 33%;
    max-width: 33%;
  }
  header.fixed .header__main ul li a {
    color: var(--footer-bg);
    display: inline-block;
    padding: 10px 0px;
  }
  header.fixed .header__main ul.sub-menu li a {
    padding: 0 0 10px;
  }
}
@media (max-width: 599px) {
  header ul li .sub-menu.mega-sub-menu li {
    margin-bottom: 15px !important;
  }
  header ul li .sub-menu.mega-sub-menu li:not(:last-child)::after {
    display: none;
  }
}
@media (max-width: 480px) {
  header .sub-menu.mega-sub-menu {
    flex-wrap: wrap;
  }
  header .sub-menu.mega-sub-menu.show li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  header .sub-menu.mega-sub-menu .sub-menu-left {
    margin-bottom: 15px;
    display: none;
  }
  header .toggle__menu {
    width: 30px;
  }
  header .header__menu {
    left: 0;
    right: 0;
    padding: 30px 30px 15px;
  }
  header .menu-item-has-children .sub-menu-right ul {
    display: block;
  }
  header .menu-item-has-children .sub-menu.mega-sub-menu a {
    display: flex;
    align-items: center;
  }
  header .menu-item-has-children .sub-menu.mega-sub-menu a .sub-menu-category-image {
    display: inline-block;
  }
  header .menu-item-has-children .sub-menu.mega-sub-menu a .heading {
    margin-left: 20px;
    margin-top: 0;
    display: inline-block;
  }
  header .menu-item-has-children .sub-menu.mega-sub-menu a .heading p {
    font-size: 14px;
  }
  header .menu-item-has-children .sub-menu.mega-sub-menu li {
    padding: 0;
    flex: 0 0 200px;
    max-width: 200px;
  }
  header .down-arrow {
    right: -5px;
  }
  header .menu-item a:after {
    content: none !important;
  }
}
/* Modal Popup Start Css*/
body.popup-open {
  overflow-y: hidden;
  height: 100vh;
}
body.popup-open .modal {
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  display: none;
}
.modal .modal__content {
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: auto;
}
.modal .modal__content .modal__body {
  background: rgba(255, 255, 255, 0.96);
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.modal .modal__content .modal__body .modal__body__content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.modal .modal__content .modal__body .acr__detail--popup .search-box {
  display: flex;
  align-items: center;
  border-bottom: 2px solid var(--medium-blue);
  width: 702px;
  position: relative;
  background: none;
}
.modal .modal__content .modal__body .acr__detail--popup #search-input {
  width: 100%;
  border: none;
  height: 50px;
  font-size: 26px;
  font-weight: 700;
  background: none;
}
.modal .modal__content .modal__body .acr__detail--popup #search-input::placeholder {
  color: var(--medium-blue);
}
.modal .close__modal {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 35px;
  height: 100%;
  line-height: 0.5;
  cursor: pointer;
  display: block;
  z-index: 999;
  -webkit-tap-highlight-color: transparent;
}
.modal .close__modal span {
  background-color: var(--medium-blue);
  width: 100%;
  height: 2px;
  display: inline-block;
  border-radius: 8px;
}
.modal .close__modal span:first-child {
  transform: rotate(45deg);
}
.modal .close__modal span:last-child {
  transform: rotate(-45deg);
  position: relative;
  top: -9px;
}

@media (max-width: 991px) {
  .modal .close__modal {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .modal .modal__content .modal__body .acr__detail--popup .search-box {
    width: 450px;
  }
  .modal .modal__content .modal__body .acr__detail--popup #search-input {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .modal .close__modal {
    top: 60px;
  }
  .modal .modal__content .modal__body .acr__detail--popup .search-box {
    width: 300px;
  }
  .modal .modal__content .modal__body .acr__detail--popup #search-input {
    font-size: 18px;
  }
}
:root {
  --primary-color: #218A3D;
  --secondary-color: #00205B;
  --medium-blue: #142e42;
  --dark-blue: #0E2638;
  --blue: #004E7D;
  --green: #218A3D;
  --white: #ffffff;
  --black: #000000;
  --gray: #f8fafc;
  --transition: all 0.6s;
  --border: 1px solid var(--white);
  --border-radius: 10px 10px 0 10px;
}

.acr__footer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.acr__footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.acr__footer ul li {
  list-style: none;
}
.acr__footer .acr_back-to-top {
  position: fixed;
  z-index: 9;
  bottom: 50px;
  right: 70px;
  background: none;
  border: 1px solid var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  opacity: 0;
  visibility: hidden;
}
.acr__footer .acr_back-to-top svg {
  transform: rotate(180deg);
  transition: all 0.6s;
}
.acr__footer .acr_back-to-top svg path {
  fill: var(--white);
}
.acr__footer .acr_back-to-top.show {
  opacity: 1;
  visibility: visible;
}
.acr__footer .acr_back-to-top:hover {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.acr__footer .acr__newsletter-form {
  padding: 100px 0;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .title {
  margin-bottom: 39px;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .title h2 {
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--white);
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content p {
  color: var(--white);
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .col-6, .acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .col-8, .acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .col-4 {
  padding: 0 5px;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-group {
  margin-bottom: 14px;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-control {
  height: 72px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.15);
  padding: 0 20px;
  font-size: 16px;
  color: var(--white);
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-data {
  margin-top: 28px;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-data .row {
  align-items: center;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check {
  font-size: 14px;
  text-align: left;
  margin-bottom: 0;
  position: relative;
  display: flex;
  align-items: baseline;
  column-gap: 3px;
  padding-left: 30px;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check a {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  text-decoration: underline;
  transition: all 0.6s;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check a:hover {
  color: var(--green);
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 9;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: none;
  border: 1px solid var(--green);
  border-radius: 5px;
  margin: 0;
  cursor: pointer;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check .checkmark:after {
  position: absolute;
  content: "";
  left: 7px;
  top: 4px;
  width: 5px;
  height: 8px;
  border: solid var(--green);
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
  display: none;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-submit {
  text-align: right;
  margin-bottom: 0;
}
.acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-submit .btn {
  max-width: 160px;
  cursor: pointer;
}
.acr__footer .footer-content {
  color: #fff;
  max-width: 100%;
  position: relative;
  background: linear-gradient(123deg, rgba(255, 255, 255, 0) 41%, rgb(20, 46, 66) 45%);
}
.acr__footer .footer-content::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 71px;
  width: calc(100% - 71px);
  height: calc(100% - 10px);
  background: url(../images/footer-shape.png);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
}
.acr__footer .footer-content .footer-content-inner {
  background: var(--medium-blue);
  position: relative;
  padding: 71px 0 0;
}
.acr__footer .footer-content .footer-content-inner::after {
  position: absolute;
  content: "";
  left: -71px;
  top: 0;
  width: 100px;
  height: 100%;
  background: var(--medium-blue);
  border-radius: 50px 0 0 0;
}
.acr__footer .footer-content .footer-content-top {
  margin-bottom: 33px;
  position: relative;
  z-index: 2;
}
.acr__footer .footer-content .footer-content-bottom {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.acr__footer .footer-content .footer-content-bottom .footer-logo {
  position: relative;
}
.acr__footer .footer-content .footer-content-bottom .footer-logo .footer-logo-img {
  max-width: 147px;
}
.acr__footer .footer-content .footer-content-bottom .footer-logo .footer-logo-img img {
  margin-bottom: 16px;
}
.acr__footer .footer-content .footer-content-bottom .footer-logo p {
  font-size: 12px;
}
.acr__footer .footer-content .footer-tag {
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 21px;
  position: relative;
}
.acr__footer .footer-content .footer-logo {
  position: relative;
}
.acr__footer .footer-content .footer-logo .footer-logo-img {
  max-width: 124px;
}
.acr__footer .footer-content .footer-logo .footer-logo-img img {
  margin-bottom: 38px;
}
.acr__footer .footer-content .footer-logo p {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 323px;
}
.acr__footer .footer-content .footer-logo p a {
  font-size: 14px;
  color: var(--white);
  font-weight: 400;
  text-decoration: underline;
  transition: var(--transition);
}
.acr__footer .footer-content .footer-logo p a:hover {
  color: var(--green);
}
.acr__footer .footer-content .footer-link {
  position: relative;
  padding-top: 10px;
}
.acr__footer .footer-content .footer-link span {
  color: var(--green);
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.acr__footer .footer-content .footer-link li {
  margin-bottom: 4px;
}
.acr__footer .footer-content .footer-link li a {
  transition: all 0.6s;
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
  transition: var(--transition);
}
.acr__footer .footer-content .footer-link li a:hover {
  color: var(--green);
}
.acr__footer .footer-content .footer-link .footer-social .footer-social-img {
  width: 34px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
}
.acr__footer .footer-content .footer-link .footer-social .footer-social-img svg {
  transition: all 0.6s;
}
.acr__footer .footer-content .footer-link .footer-social .footer-social-img:hover {
  border-color: var(--green);
}
.acr__footer .footer-content .footer-link .footer-social .footer-social-img:hover svg path {
  fill: var(--green);
}
.acr__footer .footer-content .footer-bottom-right-logo-column {
  display: grid;
  gap: 20px;
  align-content: start;
}
.acr__footer .footer-content .footer-bottom-right-logo-column img {
  height: auto;
  width: 150px;
}
.acr__footer .footer-content .acr__copyright {
  position: relative;
  padding: 19px 0;
  z-index: 2;
  background: #0E2638;
}
.acr__footer .footer-content .acr__copyright::before {
  position: absolute;
  content: "";
  top: 0;
  left: -71px;
  width: 100px;
  height: 100%;
  background: #0E2638;
  z-index: -1;
}
.acr__footer .footer-content .acr__copyright::after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 20px;
  height: 100%;
  background: #0E2638;
  z-index: -1;
}
.acr__footer .footer-content .acr__copyright p {
  color: var(--white);
  margin-bottom: 0;
  font-size: 14px;
  position: relative;
  font-weight: 300;
}
.acr__footer .footer-content .acr__copyright a {
  padding-right: 5px;
  transition: all 0.6s;
  position: relative;
  font-size: 14px;
  color: var(--white);
  font-weight: 300;
}
.acr__footer .footer-content .acr__copyright a:not(:last-child):before {
  position: absolute;
  content: "";
  top: 55%;
  right: 0;
  width: 1px;
  height: 90%;
  transform: translateY(-50%);
  background: var(--white);
}
.acr__footer .footer-content .acr__copyright a:hover {
  color: var(--green);
}

@media (max-width: 1366px) {
  .acr__footer .acr_back-to-top {
    right: 50px;
  }
}
@media (max-width: 1199px) {
  .acr__footer .acr__newsletter-form .acr__newsletter-form-content {
    max-width: 80%;
  }
}
@media (min-width: 992px) {
  .acr__footer .footer-content .acr__copyright::after {
    width: calc((100vw - (100% + 40px)) / 2 + 10px);
  }
}
@media (max-width: 991px) {
  .acr__footer .footer-content {
    background: var(--medium-blue);
  }
  .acr__footer .footer-content:before {
    background-size: 1000px;
    background-repeat: repeat;
  }
  .acr__footer .footer-content .footer-content-top, .acr__footer .footer-content .footer-content-bottom {
    margin-bottom: 20px;
  }
  .acr__footer .footer-content .footer-content-inner {
    padding: 50px 0 0;
  }
  .acr__footer .footer-content .row {
    row-gap: 20px;
  }
  .acr__footer .footer-content .footer-link .row {
    row-gap: 20px;
  }
  .acr__footer .footer-content .footer-link .col-25 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .acr__footer .footer-content .acr__copyright {
    margin-top: 20px;
  }
  .acr__footer .footer-content .acr__copyright .acr__copyright-inner {
    left: 0;
    width: 100%;
  }
  .acr__footer .footer-content .footer-logo p {
    max-width: 100%;
  }
  .acr__footer .footer-content .footer-logo-bottom p {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .acr__footer .acr__newsletter-form .acr__newsletter-form-content {
    max-width: 90%;
  }
  .acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .term-check {
    display: inline-flex;
  }
  .acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-submit {
    text-align: center;
    margin-top: 10px;
  }
  .acr__footer .acr__newsletter-form .acr__newsletter-form-content .acr__signup_form .form-data {
    margin-top: 0;
  }
  .acr__footer .acr__newsletter-form .acr__newsletter-form-content .title h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .acr__footer .acr_back-to-top {
    right: 20px;
  }
  .acr__footer .footer-content .footer-link .col-25 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .acr__footer .footer-content .footer-logo p {
    max-width: 100%;
  }
  .acr__footer .acr__newsletter-form {
    padding: 60px 0;
  }
  .acr__footer .acr__newsletter-form .acr__newsletter-form-content {
    max-width: 100%;
  }
}
.grid-row {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  row-gap: 40px;
}

.grid-col-6 {
  grid-column: 1/-1;
}

.grid-subgrid-two-rows > * {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2/span 2;
}

@media (min-width: 768px) {
  .grid-row {
    column-gap: 40px;
    row-gap: 60px;
  }
  .grid-col-6 {
    grid-column: span 6/span 6;
  }
}
:root {
  --acr-min-margin: 20px;
  --acr-content-margin: max(var(--acr-min-margin), 50% - 379px);
  --acr-wide-margin: max(var(--acr-min-margin), 50% - 580px);
}

.block-root > :where(:not(.alignfull, .alignwide)) {
  margin-left: var(--acr-content-margin);
  margin-right: var(--acr-content-margin);
}
.block-root > .alignwide {
  margin-left: var(--acr-wide-margin);
  margin-right: var(--acr-wide-margin);
  clear: both;
}
.block-root > .alignfull {
  clear: both;
}
.block-root > .aligncenter {
  clear: both;
  position: relative;
  width: fit-content;
  transform: translateX(-50%);
  max-width: min(758px, 100% - var(--acr-min-margin) * 2);
  left: min(50% - var(--acr-min-margin), 379px);
}
.block-root > * {
  margin-bottom: 30px;
}
.block-root > :last-child {
  margin-bottom: 0;
}
.block-root > .alignfull:has(+ .alignfull) {
  margin-bottom: 0;
}

.wp-block-button__link {
  display: inline-block;
  padding: 22px 44px;
  text-decoration: none;
  background: var(--green);
  color: var(--white);
  position: relative;
  border: 1px solid var(--green);
  border-radius: 10px;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.6s;
}
.wp-block-button__link:hover {
  background: none;
  color: var(--green);
  transition: all 0.6s;
}

.wp-block-image.is-style-rounded img {
  border-radius: 0 0 0 40px;
}

.is-style-lead {
  font-size: 22px;
  line-height: 1.3;
}

/*# sourceMappingURL=style.css.map */
