/*
.my-box {
  @include fluid(padding, 375, 1440, 10, 50);
}
.my-title {
  @include fluid(font-size, 375, 1440, 14, 40);
}*/
.form_section {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: var(--color-black);
}
.form_section .ms-wrapper-section {
  width: 90%;
  margin: 0 auto;
}
.form_section .ms-wrapper-section .ms-form .ms-header-form .ms-title {
  color: var(--color-white);
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.1;
  font-size: clamp(1.25rem, 0.7106rem + 2.3077vw, 2.1875rem);
}
.form_section .ms-wrapper-section .ms-form .ms-header-form .ms-title span {
  color: var(--color-primary);
}
.form_section .ms-wrapper-section .ms-form .ms-header-form .ms-title br {
  display: none;
}
.form_section .ms-wrapper-section .ms-form .ms-header-form .ms-wrapper-paragraph {
  margin-bottom: 30px;
}
.form_section .ms-wrapper-section .ms-form .ms-header-form .ms-wrapper-paragraph p {
  font-weight: 300;
  color: var(--color-white);
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form_section .ms-wrapper-section .ms-form .ms-header-form .ms-wrapper-paragraph p:last-child {
  margin-bottom: 0;
}
.form_section .ms-wrapper-section .ms-form .ms-body-form .ms-form-description {
  padding-bottom: 20px;
}
.form_section .ms-wrapper-section .ms-form .ms-body-form .ms-form-description .ms-title {
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: 17px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.form_section .ms-wrapper-section .ms-form .ms-body-form .ms-form-description span {
  font-weight: 300;
  display: block;
  color: var(--color-white);
}
.form_section .ms-wrapper-section .ms-form .ms-body-form form p {
  font-weight: 300;
  color: var(--color-white);
  font-size: clamp(1rem, 0.7857rem + 0.3348vw, 1.1875rem);
  margin-bottom: 15px;
}
.form_section .ms-wrapper-section .ms-form .ms-body-form form .ms-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .form_section .ms-wrapper-section .ms-form {
    width: 66%;
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form ul li {
    padding: 0 10px;
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form ul li.ms-md-03 {
    width: 33.33%;
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form ul li.ms-md-02 {
    width: 50%;
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form ul li.ms-md-01 {
    width: 100%;
  }
  .form_section .ms-float-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30%;
    clip-path: inset(0px 0px 0px 100%);
  }
  .form_section .ms-float-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1024px) {
  .form_section {
    min-height: 100vh;
  }
  .form_section .ms-wrapper-section .ms-form {
    width: 60%;
  }
  .form_section .ms-wrapper-section .ms-form .ms-header-form .ms-title {
    margin-top: 2vh;
    padding-bottom: 1.5vh;
    font-size: clamp(1.9375rem, 0.9375rem + 1.5625vw, 2.8125rem);
  }
  .form_section .ms-wrapper-section .ms-form .ms-header-form .ms-title br {
    display: block;
  }
  .form_section .ms-wrapper-section .ms-form .ms-header-form .ms-wrapper-paragraph {
    margin-bottom: 3vh;
  }
  .form_section .ms-wrapper-section .ms-form .ms-header-form .ms-wrapper-paragraph p {
    font-size: clamp(1rem, 0.3571rem + 1.0045vw, 1.5625rem);
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form {
    width: 73%;
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form .ms-form-description .ms-title {
    font-size: clamp(1rem, 0.3571rem + 1.0045vw, 1.5625rem);
  }
  .form_section .ms-wrapper-section .ms-form .ms-body-form .ms-form-description span {
    font-size: clamp(1rem, 0.7857rem + 0.3348vw, 1.1875rem);
  }
  .form_section .ms-float-image {
    width: 37%;
  }
}

.ms-wrapper-social-media {
  padding: 0;
}
.ms-wrapper-social-media .ms-description {
  margin-bottom: 50px;
}
.ms-wrapper-social-media .ms-description .ms-title {
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 10px;
  font-size: clamp(2.1875rem, 1.9141rem + 1.1696vw, 2.9375rem);
}
.ms-wrapper-social-media .ms-description .ms-title span {
  display: block;
}
.ms-wrapper-social-media .ms-description p {
  max-width: 80%;
  font-weight: 300;
  margin-right: auto;
  color: var(--color-white);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.ms-wrapper-social-media .ms-description .ms-wrapper-btn {
  margin-top: 30px;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.ms-wrapper-social-media .ms-social-media {
  width: 100%;
}
.ms-wrapper-social-media .ms-social-media .ms-title {
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 15px;
  font-size: clamp(2.1875rem, 1.9141rem + 1.1696vw, 2.9375rem);
}
.ms-wrapper-social-media .ms-social-media .ms-list {
  gap: 0.7rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.7rem 1fr 0.7rem 1fr 0.7rem 1fr 0.7rem 1fr;
  grid-template-columns: repeat(5, 1fr);
}
.ms-wrapper-social-media .ms-social-media .ms-list a {
  border-radius: 50%;
  position: relative;
  color: var(--color-white);
  display: block;
  font-size: 5vw;
}
.ms-wrapper-social-media .ms-social-media .ms-list a:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ms-wrapper-social-media .ms-social-media .ms-list a:before {
  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;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ms-wrapper-social-media .ms-social-media .ms-list a svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  stroke: #fff;
  stroke-dasharray: 85%, 58%;
  stroke-dashoffset: 110%;
  -webkit-transition: stroke-dasharray 0.5s cubic-bezier(0.25, 1, 0.5, 1), stroke-dashoffset 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: stroke-dasharray 0.5s cubic-bezier(0.25, 1, 0.5, 1), stroke-dashoffset 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.ms-wrapper-social-media .ms-social-media .ms-list a:hover svg {
  stroke-dasharray: 110%, 0%;
  stroke-dashoffset: 0%;
}
@media screen and (min-width: 640px) {
  .ms-wrapper-social-media .ms-social-media .ms-list {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .ms-wrapper-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ms-wrapper-social-media .ms-description {
    width: 64%;
    margin-bottom: 0;
    padding-right: 20px;
  }
  .ms-wrapper-social-media .ms-social-media {
    width: 36%;
    padding-right: 9%;
  }
  .ms-wrapper-social-media .ms-social-media .ms-list {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .ms-wrapper-social-media .ms-social-media .ms-list a {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .ms-wrapper-social-media .ms-description .ms-title {
    font-size: clamp(2.0625rem, 0.9911rem + 1.6741vw, 3rem);
  }
  .ms-wrapper-social-media .ms-description p {
    max-width: 84%;
    font-size: clamp(1.0625rem, 0.5625rem + 0.7813vw, 1.5rem);
  }
  .ms-wrapper-social-media .ms-social-media .ms-title {
    font-size: clamp(2.0625rem, 0.9911rem + 1.6741vw, 3rem);
  }
}

.ms-wrapper-subscription {
  padding: 0;
}
.ms-wrapper-subscription .ms-description {
  margin-bottom: 50px;
}
.ms-wrapper-subscription .ms-description .ms-title {
  -webkit-transform: none !important;
          transform: none !important;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: 10px;
  font-size: clamp(1.09375rem, 0.95705rem + 0.5848vw, 1.46875rem);
}
.ms-wrapper-subscription .ms-description .ms-title span {
  display: block;
}
.ms-wrapper-subscription .ms-description p {
  max-width: 80%;
  font-weight: 300;
  margin-right: auto;
  color: var(--color-white);
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
.ms-wrapper-subscription .ms-description .ms-wrapper-btn {
  margin-top: 30px;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}
@media screen and (min-width: 768px) {
  .ms-wrapper-subscription {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .ms-wrapper-subscription .ms-description {
    margin-bottom: 0;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .ms-wrapper-subscription .ms-description .ms-title {
    font-size: clamp(2.0625rem, 0.9911rem + 1.6741vw, 3rem);
  }
  .ms-wrapper-subscription .ms-description p {
    max-width: 84%;
    font-size: clamp(1.0625rem, 0.5625rem + 0.7813vw, 1.2rem);
  }
}

#partners {
  overflow: hidden;
  padding: 15px 0;
  background-color: var(--color-black);
}
#partners .ms-wrapper-section {
  width: 100%;
  padding: 0;
  max-width: 100%;
}
#partners .ms-wrapper-section .ms-marquee {
  width: 100%;
  grid-column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list {
  min-width: 100%;
  grid-column-gap: 0;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: marquee_scroll 40s linear infinite;
          animation: marquee_scroll 40s linear infinite;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 130px;
  padding-right: 5px;
  padding-left: 5px;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item picture {
  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;
  width: 100%;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item picture img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
#partners .ms-wrapper-section .ms-marquee .ms-marquee-list .ms-item picture img:hover {
  -webkit-filter: grayscale(100%) drop-shadow(0 0 4px #ffffff) brightness(1.2);
          filter: grayscale(100%) drop-shadow(0 0 4px #ffffff) brightness(1.2);
}
#partners .ms-wrapper-section .ms-marquee.-gray .ms-marquee-list .ms-item picture img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
@media screen and (min-width: 1024px) {
  #partners .ms-wrapper-section .ms-marquee .ms-marquee-list {
    -webkit-animation: marquee_scroll 60s linear infinite;
            animation: marquee_scroll 60s linear infinite;
  }
}
@media screen and (min-width: 1024px) {
  #partners {
    padding: 60px 0 30px 0;
  }
}
@media screen and (min-width: 1560px) {
  #partners {
    padding: 80px 0 30px 0;
  }
}

@-webkit-keyframes marquee_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}

@keyframes marquee_scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
.ms-wrapper-colaboradores {
  padding: 12vh 0 0;
}
.ms-wrapper-colaboradores .ms-wrapper-title {
  margin-bottom: 30px;
}
.ms-wrapper-colaboradores .ms-wrapper-title .ms-title {
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-white);
  font-size: clamp(2.1875rem, 1.9141rem + 1.1696vw, 2.9375rem);
}
.ms-wrapper-colaboradores .ms-wrapper-title .ms-title span {
  display: block;
}
.ms-wrapper-colaboradores .ms-list {
  margin: 0 -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ms-wrapper-colaboradores .ms-list .ms-item {
  padding: 0 5px;
  margin-bottom: 10px;
  width: 50%;
}
.ms-wrapper-colaboradores .ms-list .ms-item .ms-card {
  border-radius: 10px;
  padding: 20px;
  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;
  min-height: 18vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ms-wrapper-colaboradores .ms-list .ms-item .ms-card:before, .ms-wrapper-colaboradores .ms-list .ms-item .ms-card:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background-image: conic-gradient(transparent, transparent, transparent, rgb(255, 255, 255));
  -webkit-animation: animate 4s linear infinite;
          animation: animate 4s linear infinite;
  opacity: 0;
}
.ms-wrapper-colaboradores .ms-list .ms-item .ms-card:after {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.ms-wrapper-colaboradores .ms-list .ms-item .ms-card img {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 2;
}
.ms-wrapper-colaboradores .ms-list .ms-item .ms-card .ms-card-box {
  position: absolute;
  inset: 2px;
  z-index: 1;
  border-radius: 10px;
  background-color: var(--color-black);
  border: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ms-wrapper-colaboradores .ms-list .ms-item .ms-card:hover:before, .ms-wrapper-colaboradores .ms-list .ms-item .ms-card:hover:after {
  opacity: 1;
}
.ms-wrapper-colaboradores .ms-list .ms-item .ms-card:hover .ms-card-box {
  border-color: transparent;
}
@media screen and (min-width: 640px) {
  .ms-wrapper-colaboradores .ms-list .ms-item .ms-card {
    min-height: 26vh;
    padding: 5vh;
  }
}
@media screen and (min-width: 680px) {
  .ms-wrapper-colaboradores .ms-list .ms-item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1024px) {
  .ms-wrapper-colaboradores .ms-wrapper-title .ms-title {
    font-size: clamp(2.0625rem, 0.9911rem + 1.6741vw, 3rem);
  }
  .ms-wrapper-colaboradores .ms-list .ms-item {
    width: 20%;
  }
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes animate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#colaboradores {
  background-color: var(--color-black);
}

.ms-blog-description,
.ms-tab-description {
  width: 100%;
}
.ms-blog-description *,
.ms-tab-description * {
  font-weight: 300;
  color: var(--color-white);
  font-size: clamp(16px, 16px + (25 - 16) * (100vw - 374px) / (1920 - 374), 25px);
}
.ms-blog-description p,
.ms-tab-description p {
  margin: 0 0 3.25vh 0;
}
.ms-blog-description h1,
.ms-tab-description h1 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 5vh;
  text-transform: uppercase;
}
.ms-blog-description h2, .ms-blog-description h3, .ms-blog-description h4, .ms-blog-description h5,
.ms-tab-description h2,
.ms-tab-description h3,
.ms-tab-description h4,
.ms-tab-description h5 {
  font-weight: bold;
  letter-spacing: 1px;
}
.ms-blog-description img,
.ms-tab-description img {
  width: auto;
  max-width: 100%;
}
.ms-blog-description video, .ms-blog-description iframe,
.ms-tab-description video,
.ms-tab-description iframe {
  width: 100%;
  max-width: 100%;
}
.ms-blog-description a,
.ms-tab-description a {
  text-decoration: underline;
}
.ms-blog-description a:hover, .ms-blog-description a:focus, .ms-blog-description a:active,
.ms-tab-description a:hover,
.ms-tab-description a:focus,
.ms-tab-description a:active {
  color: var(--color-primary);
}
.ms-blog-description strong, .ms-blog-description b,
.ms-tab-description strong,
.ms-tab-description b {
  font-weight: normal;
}
.ms-blog-description ol, .ms-blog-description ul,
.ms-tab-description ol,
.ms-tab-description ul {
  padding: 0 0 0 20px;
}
.ms-blog-description ul,
.ms-tab-description ul {
  list-style: disc !important;
}
.ms-blog-description ul li,
.ms-tab-description ul li {
  margin: 2vh 0;
  list-style: disc !important;
}
.ms-blog-description ul ul, .ms-blog-description ul ol,
.ms-tab-description ul ul,
.ms-tab-description ul ol {
  margin: 3.25vh 0;
}
.ms-blog-description ol,
.ms-tab-description ol {
  list-style: decimal;
}
.ms-blog-description ol li,
.ms-tab-description ol li {
  margin: 2vh 0;
  list-style: decimal;
}
.ms-blog-description figure,
.ms-tab-description figure {
  width: 100%;
  max-width: 100%;
  margin: 3.25vh 0;
}
.ms-blog-description figure img,
.ms-tab-description figure img {
  width: auto;
  max-width: 100%;
}
.ms-blog-description.-column h2, .ms-blog-description.-column h3, .ms-blog-description.-column h4, .ms-blog-description.-column h5,
.ms-tab-description.-column h2,
.ms-tab-description.-column h3,
.ms-tab-description.-column h4,
.ms-tab-description.-column h5 {
  margin-bottom: 3.25vh;
}
@media screen and (min-width: 991px) {
  .ms-blog-description.-column,
  .ms-tab-description.-column {
    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;
  }
  .ms-blog-description.-column .ms-column-item,
  .ms-tab-description.-column .ms-column-item {
    width: 48%;
  }
}

@media screen and (min-width: 1024px) {
  .ms-section .ms-wrapper-section {
    padding-left: 7vh !important;
  }
}
.ms-main {
  background-color: var(--color-white);
}

#welcome {
  z-index: 2;
  position: relative;
  -webkit-transform: none !important;
          transform: none !important;
  opacity: 1 !important;
}
#welcome .ms-wrapper-section {
  width: 90%;
  max-width: var(--max-width);
  position: relative;
  z-index: 1;
  padding-top: 100px;
}
#welcome .ms-wrapper-section .ms-wrapper-title .ms-title {
  color: var(--color-black);
  font-weight: bold;
  text-transform: uppercase;
  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;
  line-height: 1;
}
#welcome .ms-wrapper-section .ms-wrapper-title .ms-title .ms-text {
  font-size: clamp(2.375rem, 0.8646rem + 6.4615vw, 5rem);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#welcome .ms-wrapper-section .ms-wrapper-title .ms-title .ms-plus {
  margin-right: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -25px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  opacity: 0;
  font-size: clamp(2rem, 0.9931rem + 4.3077vw, 3.75rem);
}
#welcome .ms-wrapper-section .ms-wrapper-title p {
  color: var(--color-black);
  text-transform: uppercase;
  font-size: clamp(0.8125rem, 0.6687rem + 0.6154vw, 1.0625rem);
}
@media screen and (min-width: 1024px) {
  #welcome .ms-wrapper-section .ms-wrapper-title p {
    padding-left: 7vh;
  }
}
@media screen and (min-width: 1560px) {
  #welcome .ms-wrapper-section .ms-wrapper-title .ms-title .ms-text {
    font-size: clamp(5.9375rem, 1.875rem + 4.1667vw, 8.125rem);
  }
  #welcome .ms-wrapper-section .ms-wrapper-title .ms-title .ms-plus {
    margin-right: 1.5vh;
    font-size: clamp(5rem, 2.2917rem + 2.7778vw, 5.625rem);
  }
  #welcome .ms-wrapper-section .ms-wrapper-title p {
    padding-left: 9vh;
    font-size: clamp(1.375rem, 1.1042rem + 0.2778vw, 1.4375rem);
  }
}

#collection {
  z-index: 2;
  position: relative;
}
#collection .ms-wrapper-section {
  padding-top: 0;
}
#collection .ms-card {
  width: 100%;
}
#collection .ms-card .ms-header-card {
  width: 100%;
  margin-bottom: 3vh;
}
#collection .ms-card .ms-header-card .ms-card-title {
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: var(--color-black);
  text-transform: uppercase;
  line-height: 1.2;
  font-size: clamp(17px, 17px + (21 - 17) * (100vw - 375px) / (1920 - 375), 21px);
}
#collection .ms-card .ms-header-card .ms-card-title a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#collection .ms-card .ms-header-card .ms-card-title a:hover {
  color: var(--color-primary);
}
#collection .ms-card .ms-header-card .ms-category-list {
  width: 100%;
}
#collection .ms-card .ms-body-card {
  width: 100%;
}
#collection .ms-card .ms-body-card .ms-media {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
}
#collection .ms-card .ms-body-card .ms-media:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
#collection .ms-card .ms-body-card .ms-media img, #collection .ms-card .ms-body-card .ms-media video, #collection .ms-card .ms-body-card .ms-media iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#collection .ms-card .ms-body-card .ms-media:hover img, #collection .ms-card .ms-body-card .ms-media:hover video, #collection .ms-card .ms-body-card .ms-media:hover iframe {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#collection .ms-collection-list {
  margin-left: -15px;
  margin-right: -15px;
}
#collection .ms-collection-list .ms-item {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #collection .ms-collection-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #collection .ms-collection-list .ms-item {
    width: 50%;
  }
}
@media screen and (min-width: 1440px) {
  #collection .ms-collection-list {
    margin-left: -35px;
    margin-right: -35px;
  }
  #collection .ms-collection-list .ms-item {
    width: 33.33%;
    padding: 0 35px;
  }
}
#collection .ms-float-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#collection .ms-float-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#collection .ms-float-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top left;
     object-position: top left;
}

#full-content {
  position: relative;
}
#full-content .ms-float-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
#full-content .ms-float-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
#full-content .ms-float-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top left;
     object-position: top left;
}

body.load_complete #welcome .ms-wrapper-section .ms-wrapper-title .ms-title .ms-text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.load_complete #welcome .ms-wrapper-section .ms-wrapper-title .ms-title .ms-plus {
  opacity: 1;
  margin-left: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
body.load_complete #welcome .ms-wrapper-section .ms-wrapper-title p {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.load_complete #welcome .ms-wrapper-arrow {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}