@charset "UTF-8";
#welcome {
  overflow: hidden;
  position: relative;
  background-color: var(--color-secondary);
}
#welcome .ms-wrapper-section {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: var(--max-size);
  z-index: 1;
}
#welcome .ms-wrapper-section .ms-title {
  line-height: 1.2;
  text-align: center;
  font-weight: var(--bold);
  color: var(--color-white);
  font-size: clamp(2.5rem, 1.5912rem + 3.888vw, 5.625rem);
}
#welcome .ms-wrapper-section .ms-title span {
  opacity: 0;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
#welcome .ms-wrapper-section .ms-title span:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#welcome .ms-wrapper-section .ms-title span:nth-child(2) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#welcome .ms-cover {
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#welcome .ms-cover picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#welcome .ms-cover picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1024px) {
  #welcome {
    height: 550px;
  }
  #welcome .ms-wrapper-section {
    height: 550px;
    min-height: auto;
  }
  #welcome .ms-wrapper-section .ms-title {
    margin-top: 100px;
  }
  #welcome .ms-cover picture img {
    -o-object-position: top;
       object-position: top;
  }
}
#welcome .ms-float-image {
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 2;
  pointer-events: none;
  display: none;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /*@media screen and (min-width: 1600px){
    img{
      max-width: 100%;
    }
  }*/
}
#welcome .ms-float-image img {
  width: auto;
  height: auto;
  max-width: 20%;
}
@media screen and (min-width: 1024px) {
  #welcome .ms-float-image {
    display: inline-block;
  }
  #welcome .ms-float-image img {
    max-width: 100%;
  }
}
#welcome.ms-loaded-animate .ms-wrapper-section .ms-title span {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#welcome.ms-loaded-animate .ms-float-image {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#blog {
  overflow: hidden;
  background: #131929;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(19, 25, 41)), to(rgb(23, 41, 55)));
  background: linear-gradient(180deg, rgb(19, 25, 41) 0%, rgb(23, 41, 55) 100%);
}
#blog .ms-wrapper-section .ms-title {
  line-height: 1.2;
  font-weight: var(--bold);
  color: var(--color-white);
  font-size: clamp(2.8125rem, 2.1837rem + 2.6902vw, 5rem);
  text-align: center;
}
#blog .ms-wrapper-section .ms-wrapper-btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}

.ms-card-grid {
  margin: 30px -15px 0 -15px;
}
.ms-card-grid .ms-post-card {
  padding: 0 15px;
  margin-bottom: 30px;
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card {
  width: 100%;
  overflow: hidden;
  border-radius: 26px;
  display: block;
  background-color: var(--color-white);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 100%;
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-box-shadow: 0 0 27px rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 27px rgba(255, 255, 255, 0.6);
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-thumb {
  margin: 0;
  width: 100%;
  position: relative;
  background-color: #131929;
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-thumb:after {
  content: "";
  display: block;
  padding-bottom: 55%;
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-body {
  padding: 20px;
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-body .ms-post-date {
  color: #4B4949;
  font-size: 15px;
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-body .ms-post-title {
  line-height: 1.2;
  font-weight: var(--bold);
  font-size: clamp(1.125rem, 0.9992rem + 0.538vw, 1.5625rem);
}
.ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-body .ms-post-excerpt {
  color: #202945;
  line-height: 1.4;
  margin: 15px 0 30px 0;
  font-size: clamp(1rem, 0.9641rem + 0.1537vw, 1.125rem);
}

@media screen and (min-width: 991px) {
  .ms-card-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    zoom: 0.8;
  }
}
@media screen and (min-width: 1024px) {
  .ms-card-grid {
    margin-top: 50px;
  }
  .ms-card-grid .ms-post-card .ms-wrapper-post-card {
    border-radius: 45px;
  }
}
@media screen and (min-width: 1440px) {
  .ms-card-grid {
    zoom: 1;
    margin-top: 120px;
  }
  .ms-card-grid .ms-post-card .ms-wrapper-post-card .ms-post-body {
    padding: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .ms-card-grid {
    margin-left: -45px;
    margin-right: -45px;
  }
  .ms-card-grid .ms-post-card {
    padding: 0 45px;
  }
  .ms-wrapper-btn {
    margin: 90px 0;
  }
}
/* 🎬 Animaciones – Sección: blog */
#blog .ms-wrapper-section .ms-title {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(2) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(3) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#blog.star-animate .ms-wrapper-section .ms-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#blog.star-animate .ms-wrapper-section .ms-card-grid .ms-post-card {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ms-form-search {
  width: 80%;
  max-width: 615px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ms-form-search:nth-child(1) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.ms-form-search .ms-wrapper-input {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0;
}
.ms-form-search .ms-wrapper-input .icon-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  color: var(--color-white);
  position: absolute;
  top: 0;
  left: 0;
}
.ms-form-search .ms-wrapper-input .ms-category-list {
  width: 100%;
  border-radius: 20px;
  background-color: var(--color-white);
  margin-top: 2px;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.ms-form-search .ms-wrapper-input .ms-category-list li {
  border-bottom: 1px solid #dfdfdf;
}
.ms-form-search .ms-wrapper-input .ms-category-list li:last-child {
  border-bottom: 0;
}
.ms-form-search .ms-wrapper-input .ms-category-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 20px;
  height: 40px;
  font-weight: var(--semibold);
  font-size: clamp(1rem, 0.9273rem + 0.311vw, 1.25rem);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ms-form-search .ms-wrapper-input .ms-category-list li a.active, .ms-form-search .ms-wrapper-input .ms-category-list li a:hover {
  color: var(--color-primary);
}
.ms-form-search .ms-wrapper-input input {
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid var(--color-white);
  background-color: rgba(255, 255, 255, 0.25);
  padding-left: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: clamp(1rem, 0.9273rem + 0.311vw, 1.25rem);
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input::-webkit-input-placeholder {
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input::-moz-placeholder {
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input:-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input::-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input::placeholder {
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input:-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input::-ms-input-placeholder {
  color: var(--color-white);
}
.ms-form-search .ms-wrapper-input input:focus + .ms-category-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (min-width: 1024px) {
  .ms-form-search .ms-wrapper-input input {
    height: 60px;
    padding-left: 60px;
  }
  .ms-form-search .ms-wrapper-input .icon-search {
    height: 60px;
    width: 60px;
    font-size: 25px;
  }
  .ms-form-search .ms-wrapper-input .ms-category-list li a {
    padding: 0 30px;
    height: 50px;
  }
}
@media screen and (min-width: 1330px) {
  .ms-form-search .ms-wrapper-input input {
    height: 70px;
    padding-left: 80px;
  }
  .ms-form-search .ms-wrapper-input .icon-search {
    height: 70px;
    width: 77px;
    font-size: 30px;
  }
}

#welcome .ms-wrapper-section .ms-title {
  font-weight: var(--medium);
  color: var(--color-white);
  font-size: clamp(1.875rem, 1.3297rem + 2.3328vw, 3.75rem);
}
#welcome .ms-wrapper-section .ms-title strong {
  font-weight: var(--bold);
  color: var(--color-primary);
  display: block;
  font-size: clamp(2.5rem, 1.5912rem + 3.888vw, 5.625rem);
}
#welcome.ms-loaded-animate .ms-wrapper-section .ms-form-search {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#actions {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #202945;
}
#actions .ms-wrapper-section {
  width: 90%;
  margin: 0 auto;
  max-width: 1520px;
}
@media (max-width: 639px) {
  #actions .ms-wrapper-section {
    padding: 40px 0 20px;
  }
}
#actions .ms-wrapper-section .ms-list {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#actions .ms-wrapper-section .ms-list .ms-item {
  padding: 0 5px;
  margin: 5px 0;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#actions .ms-wrapper-section .ms-list .ms-item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#actions .ms-wrapper-section .ms-list .ms-item .ms-link {
  padding: 7px 20px;
  border-radius: 50px;
  text-transform: uppercase;
  background-color: var(--color-white);
  font-size: clamp(1rem, 0.8909rem + 0.4666vw, 1.375rem);
  color: var(--color-secondary);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-weight: var(--bold);
  text-transform: uppercase;
}
#actions .ms-wrapper-section .ms-list .ms-item .ms-link.active, #actions .ms-wrapper-section .ms-list .ms-item .ms-link:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  #actions .ms-wrapper-section .ms-list {
    margin: 0 -15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #actions .ms-wrapper-section .ms-list .ms-item {
    padding: 0 15px;
  }
}
#actions.ms-loaded-animate .ms-wrapper-section .ms-list .ms-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#blog {
  background: #202945;
}
@media (max-width: 639px) {
  #blog .ms-wrapper-section {
    padding: 40px 0;
  }
}
@media screen and (min-width: 1330px) {
  #blog .ms-wrapper-section {
    padding-bottom: 150px;
  }
}
#blog .ms-wrapper-section .ms-post-categories {
  padding: 30px 40px 0 40px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#blog .ms-wrapper-section .ms-post-categories .ms-link {
  padding: 5px 20px;
  font-size: clamp(0.9375rem, 0.883rem + 0.2333vw, 1.125rem);
  color: var(--color-secondary);
  background-color: var(--color-white);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 5px;
  border-radius: 50px;
  font-weight: var(--bold);
  text-transform: uppercase;
}
#blog .ms-wrapper-section .ms-post-categories .ms-link.active, #blog .ms-wrapper-section .ms-post-categories .ms-link:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
#blog .ms-wrapper-section .ms-card-grid {
  margin-top: 0;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s ease, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#blog .ms-wrapper-section .ms-card-grid .ms-post-card:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
@media screen and (min-width: 991px) {
  #blog .ms-wrapper-section .ms-card-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #blog .ms-wrapper-section .ms-card-grid .ms-post-card {
    width: 50%;
  }
}
@media screen and (min-width: 1330px) {
  #blog .ms-wrapper-section .ms-card-grid {
    margin-left: -30px;
    margin-right: -30px;
  }
  #blog .ms-wrapper-section .ms-card-grid .ms-post-card {
    width: 33.33%;
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
#blog .ms-wrapper-section .ms-pagination {
  padding: 20px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#blog .ms-wrapper-section .ms-pagination .page-numbers {
  width: 35px;
  height: 35px;
  font-weight: var(--bold);
  color: var(--color-secondary);
  background-color: var(--color-white);
  font-size: 20px;
  border-radius: 100%;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 35px;
}
#blog .ms-wrapper-section .ms-pagination .page-numbers:hover, #blog .ms-wrapper-section .ms-pagination .page-numbers.current {
  color: var(--color-white);
  background-color: var(--color-primary);
}
#blog .ms-wrapper-section .ms-pagination .page-numbers.next, #blog .ms-wrapper-section .ms-pagination .page-numbers.prev {
  border-radius: 4px;
  padding: 0 15px;
  width: auto;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  #blog .ms-wrapper-section .ms-pagination .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  #blog .ms-wrapper-section .ms-pagination .page-numbers.next, #blog .ms-wrapper-section .ms-pagination .page-numbers.prev {
    width: auto;
  }
}
#blog .ms-wrapper-section .ms-alert {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #924d03;
  background-color: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 10px;
}
#blog .ms-wrapper-section .ms-alert p {
  margin-left: 20px;
}
#blog .ms-wrapper-section .ms-alert .icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 22px;
  font-size: 22px;
}
@media screen and (min-width: 1024px) {
  #blog .ms-wrapper-section .ms-alert {
    padding: 30px;
    border-radius: 20px;
    border-width: 2px;
  }
}
#blog:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
  background: linear-gradient(to top, #000000, transparent);
  z-index: 0;
  pointer-events: none !important;
}
#blog:after {
  content: "";
  display: block;
  height: 2.5vw;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  right: -2%;
  width: 53%;
  -webkit-transform: skewX(-45deg);
          transform: skewX(-45deg);
  background-color: var(--color-white);
}

#newsletter {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: var(--color-white);
}
#newsletter .ms-wrapper-section {
  width: 90%;
  max-width: 1500px;
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
#newsletter .ms-wrapper-section .ms-wrapper-form {
  width: 100%;
  border-radius: 20px;
  padding: 30px;
  background: #202945;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(32, 41, 69)), to(rgb(19, 22, 39)));
  background: linear-gradient(0deg, rgb(32, 41, 69) 0%, rgb(19, 22, 39) 100%);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube {
  width: 7px;
  height: 7px;
  background-color: var(--color-white);
  position: relative;
  display: block;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:after, #newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--color-white);
  position: absolute;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:first-child {
  margin-right: 0;
  margin-left: auto;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:first-child:after {
  right: 22px;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:first-child:before {
  right: 44px;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:last-child {
  margin-left: 0;
  margin-right: auto;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:last-child:after {
  left: 22px;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-cube:last-child:before {
  left: 44px;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-title {
  line-height: 1.2;
  text-align: center;
  font-weight: var(--bold);
  color: var(--color-white);
  font-size: clamp(1.375rem, 1.2659rem + 0.4666vw, 1.75rem);
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-title span {
  display: block;
  color: var(--color-primary);
  font-size: clamp(1.5rem, 1.3546rem + 0.6221vw, 2rem);
}
@media screen and (min-width: 768px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-title span {
    display: inline-block;
  }
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form {
  padding: 0 0 30px 0;
  max-width: 1170px;
  margin: 0 auto;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container {
  margin: 0;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container {
  width: 100%;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container select,
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input {
  border-radius: 50px;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  font-size: 1rem;
  min-height: 50px;
  padding: 0 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container select:focus,
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-primary);
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container select.wpforms-error,
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input.wpforms-error {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-error-border);
  background-color: var(--color-error);
  color: var(--color-error-text);
}
@media screen and (min-width: 1024px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container select,
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input {
    height: 55px;
  }
}
@media screen and (min-width: 1330px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container select,
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input {
    height: 70px;
  }
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input[type=number]::-webkit-inner-spin-button,
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input[type=number] {
  -moz-appearance: textfield;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container textarea {
  border-radius: 25px;
  padding: 15px;
  height: auto;
  resize: none;
  min-height: 100px;
  field-sizing: content;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 1rem;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: var(--color-primary);
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-submit-container {
  height: 60px;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-submit-container .wpforms-submit {
  display: none;
}
#newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .ms-wrapper-btn .ms-btn {
  height: 50px;
}
@media screen and (min-width: 1024px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .ms-wrapper-btn .ms-btn {
    height: 55px;
  }
}
@media screen and (min-width: 1330px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .ms-wrapper-btn .ms-btn {
    height: 70px;
  }
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .ms-wrapper-btn .ms-btn .ms-btn-content {
    padding: 0 70px;
  }
}
@media screen and (min-width: 768px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form {
    padding: 40px;
    border-radius: 30px;
  }
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form {
    padding-top: 50px;
  }
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container input {
    padding: 0 30px;
  }
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-field-container .wpforms-field {
    padding-top: 0;
  }
  #newsletter .ms-wrapper-section .ms-wrapper-form .ms-form .wpforms-container .wpforms-form .wpforms-submit-container {
    margin-top: 0;
    margin-left: 15px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: auto;
  }
}
@media screen and (min-width: 1024px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form {
    padding: 50px;
    border-radius: 36px;
  }
}
@media screen and (min-width: 1330px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form {
    padding: 60px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1600px) {
  #newsletter .ms-wrapper-section .ms-wrapper-form {
    padding: 80px;
  }
}
#newsletter .ms-cover {
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#newsletter .ms-cover picture {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#newsletter .ms-cover picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#newsletter.ms-loaded-animate .ms-wrapper-section {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}