body {
  margin: unset;
  font-family: sans-serif;
  color: #013775;
  -ms-overflow-style: none; /* IE and Edge */
}
body::-webkit-scrollbar {
  display: none;
}

.flex {
  display: flex;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.bl-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.br-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.bt-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bb-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.border-rad-0 {
  border-radius: 5px;
}

.border-rad-1 {
  border-radius: 10px;
}

.pd-custom1 {
  padding: 46px 0px 0px 0px;
}

.pd-0 {
  padding: 0px !important;
}

.pdb-0 {
  padding-bottom: 5px;
}

.pdb-1 {
  padding-bottom: 10px;
}

.pdb-2 {
  padding-bottom: 20px;
}

.pdr-0 {
  padding-right: 2%;
}

.mb-0 {
  margin-bottom: 5px;
}

.mb-1 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-0 {
  margin-left: 20px;
}

.mr-4 {
  margin-right: 4rem;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.text-light {
  color: white !important;
}

a {
  color: #013775;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
}
a:hover span, a:hover i {
  color: #f86b24;
}
a i {
  padding: 5px;
  font-size: 16px;
  vertical-align: middle;
}

.section {
  background-color: white;
  box-sizing: border-box;
}

.container {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.site-wrapper-section {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.index-bg {
  background-image: url("../img/other/warehouse.jpg");
}

.aislamientos-bg {
  background-color: rgba(0, 0, 0, 0.2);
}
.aislamientos-bg video {
  width: 100%;
  max-height: 1920px;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}

.default-page {
  width: 60%;
}

.bg-image {
  min-height: 704px;
}

.bg-dark {
  background-color: #262c33;
}

.bg-park-landscape {
  padding: 5rem 0 5rem 0;
  background-image: url("/static/img/other/park_landscape_3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  justify-content: center;
  align-items: center;
}

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

.right {
  position: absolute;
  right: 0;
}

.column {
  position: relative;
  min-height: 1px;
}

.col-100 {
  width: 100%;
}

.no-wrap {
  white-space: nowrap;
}

.element-wrap {
  padding: 10px;
  flex-wrap: wrap;
  align-content: flex-start;
}

.element-container {
  position: relative;
  align-items: center;
}

/*img {
  width: 150px;
}*/
/* TOP NAV */
.top-nav-wrapper {
  justify-content: space-between;
  align-items: center;
}
.top-nav-wrapper .shadow {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15) !important;
}
.top-nav-wrapper .top-nav-section {
  width: 100%;
  background-color: #262c33;
  margin-top: 0;
  margin-bottom: 0;
  top: 0;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-nav-wrapper .top-nav-section .top-nav-logo {
  padding: 5px;
}
.top-nav-wrapper .top-nav-section .top-nav-logo img {
  width: 100px;
}
.top-nav-wrapper .top-nav-section .dropdown {
  padding: 10px;
  cursor: default;
  float: left;
  position: unset;
}
.top-nav-wrapper .top-nav-section .dropdown button {
  border: none;
  background: transparent;
  width: 100%;
  height: 100%;
  min-width: 160px;
}
.top-nav-wrapper .top-nav-section .dropdown button span {
  color: #ffffff;
}
.top-nav-wrapper .top-nav-section .dropdown:hover .dropdown-container {
  display: flex;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container {
  display: none;
  flex-direction: column;
  top: 51px;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container a {
  float: none;
  color: #013775;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container a .dropdown-icon {
  width: 25px;
  height: 30px;
  padding-right: 5px;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container .header {
  width: 90%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container .header h1 {
  font-size: 16px;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container .row:after {
  content: "";
  display: table;
  clear: both;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container .column {
  float: left;
  min-width: 20%;
  padding: 10px;
  height: 250px;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container .column a {
  float: none;
  padding: 16px;
  text-decoration: none;
  display: flex;
  text-align: left;
  align-items: center;
}
.top-nav-wrapper .top-nav-section .dropdown .dropdown-container .column a:hover {
  border-radius: 5px;
  background-color: rgba(53, 253, 216, 0.2);
}
.top-nav-wrapper .top-nav-section a {
  color: #ffffff;
}

#contactModalBtn {
  cursor: pointer;
  color: #f86b24;
  background-color: #262c33;
  border: 1px solid #f86b24;
  border-radius: 5px;
  padding: 10px 13px 10px 13px;
}
#contactModalBtn:hover {
  color: #262c33;
  border: 1px solid #f86b24;
  background-color: #f86b24;
}

/* END TOP NAV WRAPPER */
/* MODAL */
/* The Modal Wrapper (background) */
.modal-wrapper {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  /* The Modal Container (card) */
}
.modal-wrapper .modal-container {
  display: flex;
  background-color: #fff;
  margin: 5% auto;
  width: 90%;
  border-radius: 5px;
}
.modal-wrapper .modal-container .modal-left-side {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #1A1A1A;
  color: #ffffff;
  min-width: 20%;
}
.modal-wrapper .modal-container .modal-left-side .modal-content {
  padding: 20%;
}
.modal-wrapper .modal-container .modal-left-side .modal-content .modal-header h1 {
  margin: 0;
}
.modal-wrapper .modal-container .modal-left-side .modal-content .phoneLink {
  margin: 30px 0 30px 0;
}
.modal-wrapper .modal-container .modal-left-side .modal-content .phoneLink a {
  background-color: transparent;
  padding: 15px;
  color: #f86b24;
  border: 1px solid #f86b24;
  border-radius: 5px;
}
.modal-wrapper .modal-container .modal-left-side .modal-content .phoneLink a:hover {
  border: 1px solid #f86b24;
  background-color: #f86b24;
}
.modal-wrapper .modal-container .modal-left-side .modal-content .phoneLink a:hover span {
  color: #262c33;
}
.modal-wrapper .modal-container .modal-left-side .modal-content .phoneLink a:hover i {
  color: #262c33;
}
.modal-wrapper .modal-container .modal-left-side .modal-content .timeTable p {
  margin: 10px 0 10px 0;
}
.modal-wrapper .modal-container .modal-right-side {
  width: 100%;
  display: flex;
  /* The Modal Header Close Button (X) */
}
.modal-wrapper .modal-container .modal-right-side .modal-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 5% 10% 5%;
}
.modal-wrapper .modal-container .modal-right-side .modal-content .modal-header .title-primary {
  font-size: 65px;
  font-weight: 300;
  margin: 0;
}
.modal-wrapper .modal-container .modal-right-side .modal-content .modal-header .title-secondary {
  font-size: 65px;
  font-weight: 600;
  margin: 0;
}
.modal-wrapper .modal-container .modal-right-side .modal-content .email {
  font-size: 34px;
  font-weight: 700;
}
.modal-wrapper .modal-container .modal-right-side .modal-content .email:hover {
  color: #f86b24;
}
.modal-wrapper .modal-container .modal-right-side .modal-content .google-maps iframe {
  padding-top: 20px;
  border-radius: 5px;
  width: 1000px;
  height: 300px;
}
.modal-wrapper .modal-container .modal-right-side .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  padding: 5px 10px 5px 10px;
}
.modal-wrapper .modal-container .modal-right-side .close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.modal-wrapper .modal-container .modal-right-side .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* END MODAL */
/*.site-wrapper {
  margin-top: 50px;
}*/
/* SITE WRAPPER */
.el-big-card-img-container {
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
}
.el-big-card-img-container img {
  position: absolute;
  object-fit: fill;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.el-big-card-img-container h2 {
  position: absolute;
  inset: auto auto 30px 30px;
  margin: 0;
  transition: inset 0.3s 0.3s ease-out;
  font-weight: bold;
  text-transform: uppercase;
}
.el-big-card-img-container p {
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.3s ease-out;
}
.el-big-card-img-container p {
  inset: auto auto 80px 30px;
}
.el-big-card-img-container:before {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.el-big-card-img-container:hover:before {
  opacity: 1;
}
.el-big-card-img-container:hover h2 {
  inset: auto auto 220px 30px;
  transition: inset 0.3s ease-out;
}
.el-big-card-img-container:hover p {
  opacity: 1;
  transition: opacity 0.5s 0.1s ease-in;
}
.el-big-card-img-container:hover img {
  transition: opcacity 0.3s ease-in;
  opacity: 1;
}

.el-medium-card-img-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.el-medium-card-img-container .el-medium-card-img-left {
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 50%;
  justify-content: center;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.el-medium-card-img-container .el-medium-card-img-left img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.el-medium-card-img-container .el-medium-card-img-left h2 {
  position: absolute;
  inset: auto auto 30px 30px;
  margin: 0;
  transition: inset 0.3s 0.3s ease-out;
  font-weight: bold;
  text-transform: uppercase;
}
.el-medium-card-img-container .el-medium-card-img-left p {
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.3s ease-out;
}
.el-medium-card-img-container .el-medium-card-img-left p {
  inset: auto auto 80px 30px;
}
.el-medium-card-img-container .el-medium-card-img-left:hover h2 {
  inset: auto auto 250px 30px;
  transition: inset 0.3s ease-out;
}
.el-medium-card-img-container .el-medium-card-img-left:hover p {
  opacity: 1;
  transition: opacity 0.5s 0.1s ease-in;
}
.el-medium-card-img-container .el-medium-card-img-left:hover img {
  transition: opcacity 0.3s ease-in;
  opacity: 1;
}
.el-medium-card-img-container .el-medium-card-img-right {
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.el-medium-card-img-container .el-medium-card-img-right img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.el-medium-card-img-container .el-medium-card-img-right h2 {
  position: absolute;
  inset: auto auto 30px 30px;
  margin: 0;
  transition: inset 0.3s 0.3s ease-out;
  font-weight: bold;
  text-transform: uppercase;
}
.el-medium-card-img-container .el-medium-card-img-right p {
  position: absolute;
  opacity: 0;
  max-width: 80%;
  transition: opacity 0.3s ease-out;
}
.el-medium-card-img-container .el-medium-card-img-right p {
  inset: auto auto 80px 30px;
}
.el-medium-card-img-container .el-medium-card-img-right:hover h2 {
  inset: auto auto 240px 30px;
  transition: inset 0.3s ease-out;
}
.el-medium-card-img-container .el-medium-card-img-right:hover p {
  opacity: 1;
  transition: opacity 0.5s 0.1s ease-in;
}
.el-medium-card-img-container .el-medium-card-img-right:hover img {
  transition: opcacity 0.3s ease-in;
  opacity: 1;
}

.el-img-desc-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.el-img-desc-container .left-image {
  width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.el-img-desc-container .right-image {
  width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.el-img-desc-container .left-text {
  padding: 20px;
  box-sizing: border-box;
}
.el-img-desc-container .right-text {
  padding: 20px;
  box-sizing: border-box;
}

.el-img-hotspot-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.el-img-hotspot-container .hs-wrapper {
  position: relative;
}
.el-img-hotspot-container .hs-wrapper figure {
  margin: unset;
}
.el-img-hotspot-container .hs-wrapper figure img {
  border-radius: 10px;
}
.el-img-hotspot-container .hs-wrapper .hs-close {
  display: none;
}
.el-img-hotspot-container .hs-wrapper .hs-modal-content-wrapper {
  position: relative;
}
.el-img-hotspot-container .hs-wrapper .hs-modal-content {
  background: #131313;
  border-radius: 5px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
  color: #fff;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  width: 360px;
  z-index: 4;
}
.el-img-hotspot-container .hs-wrapper .hs-modal-content .hs-modal-content-wrapper {
  padding: 20px;
}
.el-img-hotspot-container .hs-wrapper .hs-modal-content .hs-modal-content-wrapper .hs-title {
  font-size: 16px;
  text-transform: uppercase;
}
.el-img-hotspot-container .hs-wrapper .hs-modal-content .hs-modal-content-wrapper p {
  font-size: 13px;
  margin: 0;
  padding: 0;
}
.el-img-hotspot-container .hs-wrapper .hs-input {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  z-index: -1;
}
.el-img-hotspot-container .hs-wrapper .hs-input + .hs-label {
  background: #f86b24;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  position: absolute;
  transition: all 300ms ease;
  width: 20px;
  z-index: 2;
}
@media (min-width: 768px) {
  .el-img-hotspot-container .hs-wrapper .hs-input + .hs-label {
    height: 30px;
    width: 30px;
  }
}
.el-img-hotspot-container .hs-wrapper .hs-input + .hs-label:before, .el-img-hotspot-container .hs-wrapper .hs-input + .hs-label:after {
  background: #fff;
  content: "";
  cursor: pointer;
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.el-img-hotspot-container .hs-wrapper .hs-input + .hs-label:before {
  height: 2px;
  width: 40%;
}
.el-img-hotspot-container .hs-wrapper .hs-input + .hs-label:after {
  height: 40%;
  width: 2px;
}
.el-img-hotspot-container .hs-wrapper .hs-input ~ .hs-overlay {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 3;
}
.el-img-hotspot-container .hs-wrapper .hs-input:checked + .hs-label {
  transform: rotate(45deg);
}
.el-img-hotspot-container .hs-wrapper .hs-input:checked ~ .hs-modal-content {
  opacity: 1;
  visibility: visible;
}
.el-img-hotspot-container .hs-wrapper .hs-input:checked ~ .hs-overlay {
  display: block;
}
.el-img-hotspot-container .hs-wrapper.hs-blur figure {
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.el-img-hotspot-container .hs-wrapper.hs-blur .hs-input {
  display: none;
}
.el-img-hotspot-container .hs-wrapper.hs-blur .hs-input + .hs-label {
  opacity: 0.5;
  pointer-events: none;
}
.el-img-hotspot-container .hs-wrapper.hs-blur .hs-input:checked {
  display: inline-block;
}
.el-img-hotspot-container .hs-wrapper.hs-blur .hs-input:checked + .hs-label {
  opacity: 1;
  pointer-events: auto;
}
.el-img-hotspot-container .hs-modal {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.el-img-hotspot-container .left-image {
  width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.el-img-hotspot-container .right-image {
  width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.el-img-hotspot-container .left-text {
  padding: 20px;
  box-sizing: border-box;
}
.el-img-hotspot-container .right-text {
  padding: 20px;
  box-sizing: border-box;
}

/* END SITE WRAPPER*/
.footer {
  background-color: white;
}

.page-bg-title {
  position: relative;
  align-items: center;
  justify-content: center;
}

.el-bg-image-pre-heading-title-text {
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin: unset;
}

.el-bg-image-heading-title-text {
  color: #f86b24;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4em;
  margin: unset;
  text-transform: uppercase;
}

.el-bg-image-post-heading-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  margin: unset;
}

.el-page-bg-image-pre-heading-title {
  position: relative;
  top: 50px;
  height: 200px;
  z-index: 0;
}
.el-page-bg-image-pre-heading-title .el-page-bg-image-pre-heading-title-text {
  margin: 0;
  font-size: 180px;
  color: #f5f6f7;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d2d2d4;
}

.el-page-bg-image-heading-title {
  position: relative;
  top: -20px;
  justify-self: end;
  height: 200px;
  z-index: 1;
}
.el-page-bg-image-heading-title .el-page-bg-image-heading-title-text {
  color: #f86b24;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.4em;
  margin: unset;
  text-transform: uppercase;
}

.el-heading-title {
  color: #86868B;
  font-size: 69px;
  font-weight: 800;
  line-height: 0.9em;
  letter-spacing: -3.9px;
}
.el-heading-title .el-heading-subtitle {
  color: #013775;
  font-size: 69px !important;
}

.el-heading-text {
  font-size: 22px;
  font-weight: 600;
  text-transform: none;
}

.grid-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.grid-container h1 {
  font-size: 24px;
  margin-bottom: 30px;
}
.grid-container .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid-container .grid .grid-item {
  width: 150px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.grid-container .grid .grid-item img {
  max-width: 100%;
  max-height: 60px;
}

.el-post-card-wrap {
  width: calc(25% - 24px);
  margin: 0 12px 24px;
  transition: all 0.3s ease;
}
.el-post-card-wrap:hover {
  transform: translateY(-30px);
  height: calc(100% + 30px);
}

.mt-custom1 {
  margin-top: 40px;
}

.mt-custom2 {
  margin-top: 70px;
}

.el-post-card {
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 -20px 60px 0 hsla(0, 0%, 100%, 0.08), 0 20px 120px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
}

.el-post-card-image {
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  padding-bottom: 165px;
  position: relative;
  width: 100%;
  height: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.el-post-card-image img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  max-width: 100%;
}

.el-post-card-body {
  padding: 25px 25px 36px;
  text-align: center;
}

.el-post-card-tag {
  padding: 5px 12px;
  border-radius: 4px;
  background-color: rgba(106, 138, 255, 0.12);
  text-transform: uppercase;
  color: #6a8aff;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.0225rem;
  line-height: 0.8125rem;
}

.el-post-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin: 0.5em 0;
}

.el-post-card-sub-title {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5rem;
  margin: 0.5em 0;
}

.el-announce-card-wrap {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1275px;
}

.el-announce-card {
  border-radius: 8px;
  background: linear-gradient(241deg, #7b77ff, #634cc3 65%, #4a3889 86%);
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 50px 35px;
  position: relative;
}

.el-announce-card-image {
  width: 37%;
  position: relative;
}
.el-announce-card-image img {
  margin-top: -55px;
  width: 370px;
}

.el-announce-card-body {
  width: calc(62% - 20px);
  color: #fff;
  padding-top: 25px;
  display: inline-grid;
}

.el-announce-card-body-title {
  margin: 0 0 0.5em;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 2.625rem;
}

.el-announce-card-body-text {
  color: hsla(0, 0%, 100%, 0.75);
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.75rem;
  padding-right: 30px;
  margin: 0 0 1em;
}

.el-announce-card-body-link {
  color: hsla(0, 0%, 100%, 0.75);
}
.el-announce-card-body-link:hover {
  color: #2d2847;
}

.el-footer-header-title {
  font-size: 16px;
  font-weight: 600;
  color: #013775;
  line-height: 1.4em;
  margin: unset;
}

.el-copyright-title {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 300;
}

.el-separator {
  border-top: 1px solid rgba(0, 0, 0, 0.21);
  width: 100%;
  display: block;
}

.el-legal-header-title {
  font-size: 55px;
  font-weight: 600;
  line-height: 1.4em;
}

.accordion {
  padding: 30px 30px;
}

.accordion-container {
  position: relative;
  margin: 10px 10px;
}

.accordion .label {
  position: relative;
  padding: 10px 0;
  font-size: 23px;
  font-weight: 600;
  line-height: 1em;
  cursor: pointer;
}
.accordion .label::before {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 20px;
  transform: translateY(-50%);
  margin-right: 20px;
}
.accordion .content {
  position: relative;
  height: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  text-align: justify;
  overflow: hidden;
  transition: 0.5s;
}

.accordion-container.active .content {
  height: 100%;
}
.accordion-container.active .label::before {
  content: "\f078";
  font-size: 20px;
}

.card-section {
  position: relative;
  align-items: center;
}
.card-section .card-container {
  gap: 25px;
}

.card {
  width: 25rem;
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.card img {
  position: absolute;
  object-fit: fill;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card p {
  position: absolute;
  max-width: 80%;
  inset: auto auto 30px 30px;
}
.card p strong {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.card:hover img {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.card-collage-container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.card-collage-container .card-collage-left {
  height: 15rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  width: 45%;
  justify-content: center;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card-collage-container .card-collage-left img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card-collage-container .card-collage-left p {
  position: absolute;
  max-width: 80%;
  inset: auto auto 30px 30px;
}
.card-collage-container .card-collage-left p strong {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.card-collage-container .card-collage-center {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px;
  gap: 20px;
}
.card-collage-container .card-collage-center .card-collage-center-top {
  display: flex;
  flex-direction: row;
  padding: 0;
  gap: 20px;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-left {
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-left img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-left p {
  position: absolute;
  max-width: 80%;
  inset: auto auto 30px 30px;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-left p strong {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-right {
  height: 15rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-right img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-right p {
  position: absolute;
  max-width: 80%;
  inset: auto auto 30px 30px;
}
.card-collage-container .card-collage-center .card-collage-center-top .card-collage-center-top-right p strong {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.card-collage-container .card-collage-center .card-collage-center-bottom {
  display: flex;
  flex-direction: row;
  padding: 0;
  gap: 20px;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-left {
  height: 15rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-left img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-left p {
  position: absolute;
  max-width: 80%;
  inset: auto auto 30px 30px;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-left p strong {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-right {
  height: 25rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-right img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-right p {
  position: absolute;
  max-width: 80%;
  inset: auto auto 30px 30px;
}
.card-collage-container .card-collage-center .card-collage-center-bottom .card-collage-center-bottom-right p strong {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}
.card-collage-container .card-collage-right {
  height: 15rem;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: #ffffff;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}
.card-collage-container .card-collage-right img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  transition: opacity 0.2s ease-out;
}
.card-collage-container .card-collage-right p {
  position: absolute;
  max-width: 80%;
  inset: auto auto 30px 30px;
}
.card-collage-container .card-collage-right p strong {
  font-size: 22px;
  margin: 0;
  text-transform: uppercase;
}

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