/*
Theme Name: AbouTrust
Author: Vulcano
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
/* COLORS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline; }

@import url('https://api.fontshare.com/v2/css?f[]=sentient@300,401,500&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=clash-display@1&display=swap');
body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

.clear {
  clear: both; }

@font-face {
  font-family: 'Europa Regular';
  src: url("/wp-content/themes/aboutrust/assets/fonts/Europa-regular.woff2") format("woff2"), url("/wp-content/themes/aboutrust/assets/fonts/Europa-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Europa Bold';
  src: url("/wp-content/themes/aboutrust/assets/fonts/Europa-bold.woff2") format("woff2"), url("/wp-content/themes/aboutrust/assets/fonts/Europa-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html, body {
  height: 100%;
  width: 100%; }

body {
  background: #fff;
  color: #000;
  font-family: 'Europa Regular', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (min-width: 1024px) {
    body {
      font-size: 1.3vw;
      line-height: 2vw; } }
  @media (max-width: 1023px) {
    body {
      font-size: 15px;
      line-height: 22px; } }

a, a:link, a:focus, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer; }

h1, h2, h3, h4, h5, strong, b {
  font-weight: normal; }

em, i {
  font-style: italic; }

* {
  box-sizing: border-box;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media (max-width: 1023px) {
  header {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 15px 20px 10px 20px;
    background: #fff;
    z-index: 10; }
    header .logo img {
      width: 150px; }
    header .menu-mobile {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translateY(-50%); }
    header nav ul {
      position: absolute;
      display: none; }
      header nav ul li {
        display: block;
        margin: 30px 0; }
      header nav ul a {
        display: block;
        color: #000;
        font-size: 22px;
        line-height: 22px;
        font-family: 'Europa Bold'; }
    header nav.open ul {
      display: block;
      width: 100%;
      left: 0;
      top: 60px;
      min-height: 50vh;
      padding: 0 20px 40px 20px;
      background: #fff;
      z-index: 100; } }
@media (min-width: 1024px) {
  header {
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
    padding: 30px 30px 20px 30px;
    z-index: 10; }
    header .logo img {
      width: 20vw; }
    header.fixed {
      position: fixed;
      top: 0;
      z-index: 10;
      background: #fff; }
      header.fixed .logo img {
        width: 12vw; }
    header nav ul {
      position: absolute;
      display: flex;
      top: 50%;
      right: 30px;
      transform: translateY(-50%); }
      header nav ul li {
        margin-left: 5px; }
      header nav ul a {
        display: inline-block;
        color: #000;
        background: #fff;
        border: 2px solid #000;
        padding: 5px 20px;
        border-radius: 5px;
        font-size: 1.2vw;
        font-family: 'Europa Bold';
        margin: 0 0 0 15px; }
        header nav ul a:hover {
          transition: 0.3s background;
          background: #000;
          color: #fff; }
    header .menu-mobile {
      display: none; } }

#intro {
  position: relative;
  z-index: 2; }
  @media (min-width: 1024px) {
    #intro {
      display: flex; } }

.about {
  position: relative; }
  @media (min-width: 1024px) {
    .about {
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      width: 50%;
      min-height: 100vh;
      padding: 4vw; }
      .about h1 {
        font-family: 'Europa Bold';
        font-size: 3.2vw;
        line-height: 3.2vw;
        max-width: 80%;
        color: #000;
        margin: 0 0 2.5vw 0; } }
  @media (max-width: 1023px) {
    .about {
      width: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 50vh; }
      .about h1 {
        font-family: 'Europa Bold';
        font-size: 30px;
        line-height: 30px;
        color: #000;
        margin: 0 0 20px 0; } }

.content {
  position: relative; }
  @media (min-width: 1024px) {
    .content {
      width: 50%;
      height: 100vh; }
      .content div {
        height: 100vh;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover; } }
  @media (max-width: 1023px) {
    .content {
      width: 100%; }
      .content div {
        min-height: 50vh;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover; } }

@media (max-width: 1023px) {
  section.block {
    padding-bottom: 30px; }
    section.block .intro {
      padding: 30px; }
      section.block .intro h2 {
        font-family: 'Europa Bold';
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px; }
    section.block .bg {
      min-height: 35vh;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 90% auto; } }
@media (min-width: 1024px) {
  section.block {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    section.block .intro {
      width: 50%;
      padding: 4vw;
      order: 2; }
      section.block .intro h2 {
        font-family: 'Europa Bold';
        font-size: 3.2vw;
        line-height: 3.2vw;
        max-width: 80%;
        margin: 0 0 2.5vw 0; }
    section.block .bg {
      min-height: 80vh;
      width: 50%;
      order: 1;
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 100% auto; } }

#physical {
  background: #FDC300;
  color: #fff; }
  #physical .cta {
    color: #FDC300; }

#cyber {
  background: #007DC6;
  color: #fff; }
  #cyber .cta {
    color: #007DC6; }

#people {
  background: #74B959;
  color: #fff; }
  @media (min-width: 1024px) {
    #people .intro {
      order: 1; }
    #people .bg {
      order: 2;
      background-position: left bottom;
      background-size: auto 90%;
      padding-bottom: 0; } }
  @media (max-width: 1023px) {
    #people {
      padding-bottom: 0; }
      #people .bg {
        background-position: center bottom;
        background-size: auto 90%; } }

@media (max-width: 1023px) {
  footer {
    background: #303030;
    color: #fff;
    padding: 20px  20px  100px  20px  ;
    font-size: 12px;
    line-height: 18px; }
    footer .icon:after {
      content: '';
      display: inline-block;
      width: 25px;
      height: 25px;
      margin: 0 0 10px 0;
      background: url("/wp-content/themes/aboutrust/assets/img/arrow.svg") no-repeat;
      background-size: 100%;
      transform: rotate(45deg); } }
@media (min-width: 1024px) {
  footer {
    background: #303030;
    color: #fff;
    padding: 30px  30px  100px  30px  ;
;
    font-size: 15px;
    line-height: 20px; }
    footer .icon:after {
      content: '';
      display: inline-block;
      width: 3vw;
      height: 3vw;
      margin: 0 0 1.5vw 0;
      background: url("/wp-content/themes/aboutrust/assets/img/arrow.svg") no-repeat;
      background-size: 100%;
      transform: rotate(45deg); } }

@media (min-width: 1024px) {
  .aside, aside {
    position: fixed;
    top: 0;
    width: 50vw;
    right: -70vw;
    height: 100vh;
    overflow: scroll;
    background: #303030;
    color: #fff;
    z-index: 10000;
    -webkit-transition: 0.2s right ease;
    -moz-transition: 0.2s right ease;
    transition: 0.2s right ease;
    box-shadow: -12px 0 20px -4px rgba(0, 0, 0, 0.2); }
    .aside.on, aside.on {
      right: 0px; }
    .aside .menu-mobile, aside .menu-mobile {
      position: absolute;
      top: 40px;
      right: 30px;
      cursor: pointer;
      border-color: #fff; }
      .aside .menu-mobile span, aside .menu-mobile span {
        background: #fff; }
    .aside .form, aside .form {
      padding: 30px; }
      .aside .form h2, aside .form h2 {
        font-family: 'Europa Bold';
        font-size: 3.5vw;
        line-height: 3.5vw;
        margin: 0 0 60px 0; }
      .aside .form input, .aside .form textarea, aside .form input, aside .form textarea {
        border: 0;
        background: none;
        border-bottom: 2px solid #fff;
        width: 100%;
        padding: 10px;
        font-family: 'Europa Regular';
        font-size: 2vw;
        line-height: 2vw;
        color: #fff; }
      .aside .form textarea, aside .form textarea {
        min-height: 200px;
        height: 200px; }
      .aside .form input[type=submit], aside .form input[type=submit] {
        border: 0;
        color: #fff;
        font-family: 'Europa Bold';
        font-size: 3.5vw;
        line-height: 4.5vw;
        text-align: right;
        padding: 0; }
      .aside .form label, aside .form label {
        display: block;
        color: #fff;
        font-family: 'Europa Bold';
        font-size: 2vw;
        line-height: 2vw;
        margin: 30px 0 0 0; }
      .aside .form .wpcf7-list-item, aside .form .wpcf7-list-item {
        margin: 0; }
      .aside .form .wpcf7-acceptance, aside .form .wpcf7-acceptance {
        margin: 40px 0 0 0; }
        .aside .form .wpcf7-acceptance label, aside .form .wpcf7-acceptance label {
          display: flex;
          align-items: flex-start;
          color: #fff;
          font-family: 'Europa Regular';
          font-size: 1.2vw;
          line-height: 1.4vw;
          margin-bottom: 30px; }
          .aside .form .wpcf7-acceptance label input, aside .form .wpcf7-acceptance label input {
            width: 20px;
            margin: 0 20px 0 0; } }
@media (max-width: 1023px) {
  .aside, aside {
    position: fixed;
    top: 0;
    width: 100vw;
    right: -100vw;
    height: 100vh;
    overflow: scroll;
    background: #303030;
    color: #fff;
    z-index: 10000;
    -webkit-transition: 0.2s right ease;
    -moz-transition: 0.2s right ease;
    transition: 0.2s right ease; }
    .aside.on, aside.on {
      right: 0px; }
    .aside .menu-mobile, aside .menu-mobile {
      position: absolute;
      top: 15px;
      right: 20px;
      border-color: #fff; }
      .aside .menu-mobile span, aside .menu-mobile span {
        background: #fff; }
    .aside .form, aside .form {
      padding: 60px 30px 30px 30px; }
      .aside .form h2, aside .form h2 {
        font-family: 'Europa Bold';
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 60px 0; }
      .aside .form input, .aside .form textarea, aside .form input, aside .form textarea {
        border: 0;
        background: none;
        border-bottom: 2px solid #fff;
        width: 100%;
        padding: 10px;
        font-family: 'Europa Regular';
        font-size: 20px;
        line-height: 20px;
        color: #fff; }
      .aside .form textarea, aside .form textarea {
        min-height: 200px;
        height: 200px; }
      .aside .form input[type=submit], aside .form input[type=submit] {
        border: 0;
        color: #fff;
        font-family: 'Europa Bold';
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        padding: 0; }
      .aside .form label, aside .form label {
        display: block;
        color: #fff;
        font-family: 'Europa Bold';
        font-size: 20px;
        line-height: 20px;
        margin: 30px 0 0 0; }
      .aside .form .wpcf7-list-item, aside .form .wpcf7-list-item {
        margin: 0; }
      .aside .form .wpcf7-acceptance, aside .form .wpcf7-acceptance {
        margin: 40px 0 0 0; }
        .aside .form .wpcf7-acceptance label, aside .form .wpcf7-acceptance label {
          display: flex;
          align-items: flex-start;
          color: #fff;
          font-family: 'Europa Regular';
          font-size: 12px;
          line-height: 15px;
          margin-bottom: 30px; }
          .aside .form .wpcf7-acceptance label input, aside .form .wpcf7-acceptance label input {
            width: 20px;
            margin: 0 20px 0 0; } }

.menu-mobile {
  width: 40px;
  height: 35px;
  border: 2px solid #000;
  border-radius: 5px;
  padding: 8px; }

.menu-mobile div {
  position: relative;
  width: 20px;
  height: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.menu-mobile span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.menu-mobile span:nth-child(1) {
  top: 0px; }

.menu-mobile span:nth-child(2), .menu-mobile span:nth-child(3) {
  top: 7px; }

.menu-mobile span:nth-child(4) {
  top: 14px; }

.menu-mobile.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%; }

.menu-mobile.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.menu-mobile.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.menu-mobile.open span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%; }

.menu-mobile-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }

.menu-mobile-overlay.open {
  display: block; }

/* banner */

#arsenalia-banner {
    background: url("/wp-content/uploads/2025/05/bgArsenalia.jpg") center top no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: var(--arsenalia-text-color);
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    font-family: 'Sentient', serif;}

#arsenalia-banner .banner-left {
    padding: 5px 0px 5px 100px;
}

#arsenalia-banner .banner-middle { 
  padding: 5px 15px;
    text-align: left;
    margin-left: -;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 50%;
  
}

#arsenalia-banner .banner-right {
    padding: 5px 100px 5px 0px;
}

#arsenalia-banner .banner-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-family: 'Clash Display', sans-serif;

}

#arsenalia-banner .banner-description {
    margin: 0;
    font-size: 1.2rem;;
    font-family: 'Sentient', serif;
    font-weight: 600;
    padding-right: 36px;

}


#arsenalia-banner .banner-button {
  background-color: var(--arsenalia-button-bg);
  color: var(--arsenalia-button-text);
  display: inline-block;
  padding: 3px 10px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.8rem;
  font-family: 'Clash Display', sans-serif;
}
.banner-close-wrap{
position:absolute;
top:20px;
right:20px;
}


body{
  padding-bottom: 180px;
}
#arsenalia-banner.hidden{
  display:none;
}
@media (min-width: 768px) {
    #arsenalia-banner {
        flex-direction: row;
    }
    .banner-close-wrap{
      display:none;
    }
}



@media (max-width: 768px) {      
          #arsenalia-banner .banner-left {
        padding: 15px 0px;
    }
    
    #arsenalia-banner .banner-middle {
        padding: 5px 0px;    
width: 81%;
margin-left: 0px;
    }


#arsenalia-banner .banner-description {
  padding-right: 0;
}

    #arsenalia-banner .banner-right {
        padding: 15px 0px;
    }
}