.main {
  display: flex;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.bg{
   background-image: url('/bg-intro.jpg');
  background-size: cover;
position: fixed;
top: -2.5%;
left: -2.5%;
  width:105%;
  height:105%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  transition: all 100ms ease;
}

.overlay {
     background-image: url('/bg-intro.jpg');
  background-size: cover;
position: fixed;
top: -2.5%;
left: -2.5%;
  width:105%;
  height:105%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  transition: all 100ms ease;
  background: url('/bg-overlay.png') rgba(0, 0, 0, 0.6) repeat;
}
.center {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_text {
  color: #EEEEEE;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_text h2{
  font-weight: 600;
  max-width: 44ch;
}

.btn_border {
  border: 2px solid var(--secondary-400);
  color: var(--secondary-400);
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
.btn_border:hover, .btn_border:active {
  color: var(--secondary-400);
}
.btn {
  cursor: pointer;
  padding: 10px 16px;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 120ms ease;
  -moz-transition: all 120ms ease;
  transition: all 120ms ease;
}
.btn:hover{
    background: rgba(255, 255, 255, 0.2);
}
.main_text .btn {
  font-size: 20px;
  padding: 12px 30px;
}
.red_span{
  display:block;position:absolute;
  left:0;top:0;
  width:70px;height:70px;
  background:salmon;
  border-radius:50%;
  transform:scale(1);
  transition:all .8s;
}

.grid {
  color:#EEEEEE;
  display: grid;
  grid-template-columns: 216px 248px 246px;
  max-width: 100%;
  width: fit-content;
}
.grid_700{
  display: none;
}
.card {
  padding: 1rem 1.2rem;
  border-radius: var(--border-radius);
  background: rgba(var(--card-rgb), 0);
  border: 1px solid rgba(var(--card-border-rgb), 0);
  transition: background 200ms, border 200ms;
}

.card span {
  display: inline-block;
  transition: transform 200ms;
}

.card h2 {
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.card p {
  margin: 0;
  opacity: 0.6;
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 24ch;
}

.logo {
  position: relative;
  user-select: none;
  margin-top: 3.3rem;
}
.unite_header{
  position: fixed;
  top: 0;
  z-index: 12;
  width: calc(100% - 15px);
  height: 120px;
  max-width: 1200px;
  padding: 20px 40px;
  color: #000000;
  background: #ffffff;
  box-sizing: border-box;
  -webkit-transition: all 240ms ease, min-height 240ms ease, background-color 0ms ease;
  -moz-transition: all 240ms ease, min-height 240ms ease, background-color 0ms ease;
  -ms-transition: all 240ms ease, min-height 240ms ease, background-color 0ms ease;
  transition: all 240ms ease, min-height 240ms ease, background-color 0ms ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.nav_container{
  display: grid;
  grid-template-columns: 25% 50% 25%;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}
.banner_wrap{
  position: relative;
  height: 100%;
  width: 100%;
  max-width: 1400px;
  background:#1e2330;
  color: #ffffff;
}
.wsite_content_title{
  text-align: start;
  padding-left: 252px;
  font-size: 48px ;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300;
  margin: 24px 0;
  line-height: 80px ;
}
.wsite_content_title strong{
  font-size: 48px ;
}

.wsite_section_bg_image{
  height: auto;
  vertical-align: middle;
  background-image: url(/258922757.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: transparent;
  background-size: cover;
}
.main_img{
  width: 100%;
  max-width: 1024px;
  height: fit-content;
  object-fit: contain;
  object-position: 0 0;
}
.wsite_multicol_table{
  position: relative;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
.map_padding{
  padding: 12px 24px;
}
.map{
  width: 100%;
  height: 250px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
}
.address{
  text-align: center;
  font-size: 14px;
  color: #2a2a2a;
  font-family: arial;
  font-weight: 500;
  line-height: 21px;
}
.address strong{
  text-align: center;
  font-size: 14px;
  color: #2a2a2a;
  font-family: arial;
  font-weight: 600;
  line-height: 21px;
}
.wsite_button{
  background:black;
  color:white;
  padding:15px 32px;
}
.fadeInRight{
  animation: fadeInRight 600ms ease;
}
.wsite_form_label{
  display: inline-block;
  padding: 0;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
.wsite_form_fields_required_label{
  font-weight: normal;
  font-style: italic;
}
.form_required{
  color:#ff2825;
}
.flex_form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:40px;
}
.wsite_button{
  text-decoration: none !important;
  font-weight: normal !important;
  font-size: 14px !important;
  cursor: pointer;
  display: inline-block;
  height: auto;
  padding: 0;
  background-image: none !important;
  background-color: transparent;
  color: #000000 !important;
  background-color: #E1E4E6 !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.wsite_button_inner{
  display: inline-block;
    height: auto;
    padding: 15px 32px;
    background: transparent;
    background-image: none !important;
    color: inherit;
    letter-spacing: 0.15em;
    font-family: "Unite", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}
.form_select{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  height: auto;
  max-width: 370px;
  padding: 10px 20px !important;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.2);
  text-indent: 0.01px;
  height: 40px;
  background-color: transparent;
  background-image: url(/select-dropdown.png);
  background-position-x: 97%;
  background-position-y: center;
  background-size: initial;
  background-repeat: no-repeat;
  box-sizing: border-box;
  width: 100% !important;
}
.form_input{
  max-width: 370px;
  box-sizing: border-box;
  width: 100% !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  height: auto;
  max-width: 370px;
  padding: 10px 20px !important;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.2);
  color: #000000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  border-radius: 0;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@keyframes fadeInRight {
  from{
    opacity: 0;
    transform:translate(-32px,0);
  }to{
    opacity: 1;
    transform:translate(0,0);
  }
}

/* Enable hover only on non-touch devices */
@media (hover: hover) and (pointer: fine) {
  .card:hover {
    background: rgba(var(--card-rgb), 0.1);
    border: 1px solid rgba(var(--card-border-rgb), 0.15);
  }

  .card:hover span {
    transform: translateX(4px);
  }
}

@media (prefers-reduced-motion) {
  .card:hover span {
    transform: none;
  }
}

@media (max-width: 1280px) {
  .nav_container{
    grid-template-columns: 25% 75% 0%;
  }
}

/* Mobile */
@media (max-width: 700px) {
  .m_logo{
    justify-content: center;
    margin:0 !important;
  }
  .unite_header{
    padding:  0;
  }
  .nav_container{
    grid-template-columns: 100%;
    grid-template-rows: 60% 40%;
  }
  .grid{
    display: none;
  }
  .grid_700 {
    color:#EEEEEE;
    display: grid;
    max-width: 100%;
    text-align: center;
    font-size: 0.84rem;
  }

  .card {
    padding: 1rem 1.2rem;
  }

  .card h2 {
    margin-bottom: 0.3rem;
  }
}

@media (prefers-color-scheme: dark) {
  .logo {
    filter: invert(1) drop-shadow(0 0 0.3rem #ffffff70);
  }
}