@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Trirong:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  word-break: break-word;
  min-height: 100vh;
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  background-color: #F7F2F5;
}

a {
  color: #891723;
}
a:hover {
  color: #891723;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: "Trirong", serif;
  font-weight: 400;
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong {
  color: #993324;
}

h5 {
  text-transform: uppercase;
}

.bg-teal {
  background-color: #314957;
  color: white;
}
.bg-teal a {
  color: white;
}
.bg-teal a:hover {
  opacity: 0.8;
}

.bg-gray {
  background-color: #5E7975;
  color: white;
}

.bg-dark-orange {
  background-color: #891723;
  color: white;
}

.bg-orange {
  background-color: #993324;
  color: white;
}

.bg-light {
  background-color: #F7F2F5;
}

.corsivo {
  font-family: "Trirong", serif;
}

.bastoni {
  font-family: "Barlow Semi Condensed", sans-serif;
}

@media screen and (min-width: 992px) {
  .line-left {
    border-left: 1px solid white;
  }
}

hr {
  border-top: 1px solid #993324;
}

.btn {
  padding: 0.75rem 1.5rem 1rem;
  border-radius: 0;
}

.btn-primary {
  background-color: #891723;
  border-color: #891723;
  background-color: rgb(71.496875, 12.003125, 18.265625);
  border-color: rgb(71.496875, 12.003125, 18.265625);
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
  background-color: #891723;
  border-color: #891723;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: rgb(71.496875, 12.003125, 18.265625);
  border-color: rgb(71.496875, 12.003125, 18.265625);
}

.btn-outline-primary {
  border-color: #891723;
  color: #993324 !important;
}
.btn-outline-primary:hover {
  background-color: rgb(71.496875, 12.003125, 18.265625);
  border-color: rgb(71.496875, 12.003125, 18.265625);
  color: white !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.active:not(:disabled):not(.disabled), .show > .btn-outline-primary.dropdown-toggle {
  background-color: #891723;
  border-color: #891723;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.active:not(:disabled):not(.disabled):focus, .show > .btn-primary.dropdown-toggle:focus, .btn-primary:focus, .btn-primary.focus {
  box-shadow: none;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  background-color: rgb(71.496875, 12.003125, 18.265625);
  border-color: rgb(71.496875, 12.003125, 18.265625);
}

.btn-arrow {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .btn-arrow {
    font-size: 20px;
    letter-spacing: 0.3em;
  }
}
.btn-arrow:hover {
  opacity: 0.8;
}

.badge-primary {
  background-color: #993324;
  border-color: #993324;
}

form input, form select {
  line-height: 40px;
}
form .form-group.has-error .help-block {
  color: red;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  padding: 3px 0;
}
form .form-group.has-error input, form .form-group.has-error select, form .form-group.has-error textarea {
  border-color: red;
}
form .check-box .css-checkbox {
  display: block;
}

.seo-hide {
  height: 0;
  line-height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}

.anchor-block {
  margin-top: -200px;
  padding-top: 200px;
  height: 0;
}

.title {
  text-align: center;
  padding: 1em 0;
}
.title h1, .title h2 {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin: 0;
}
@media screen and (min-width: 576px) {
  .title h1, .title h2 {
    font-size: 20px;
    letter-spacing: 0.3em;
  }
}

.open-menu:hover, .close-menu:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .open-menu {
    display: none;
  }
}

.menu-language {
  color: white;
  letter-spacing: 0.02em;
}
.menu-language a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}
.menu-language a:hover {
  text-decoration: underline;
  color: #E31C79;
}
.menu-language a.active {
  color: #E31C79;
}

.menu {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translate(-100%, 0);
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.menu.show {
  transform: translate(0, 0);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.77, 0.2, 0.05, 1);
}
@media screen and (min-width: 768px) {
  .menu.show {
    opacity: 0;
    transform: translate(-100%, 0);
  }
}
.menu .close-menu {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1001;
}
@media screen and (min-width: 576px) {
  .menu .close-menu {
    right: 3em;
    top: 3em;
  }
}
.menu .menu-container {
  overflow: auto;
  padding: 15% 0;
  position: fixed;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 576px) {
  .menu .menu-container {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
  }
}
.menu .menu-container .menu-logo {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.menu .menu-container .menu-login {
  padding-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 576px) {
  .menu .menu-container .menu-login {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
  }
}
.menu .menu-container .nav {
  max-width: 80%;
  width: 720px;
  margin: 0 10%;
}
.menu .menu-container .nav .nav-item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #314957;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.menu .menu-container .nav .nav-item .nav-link {
  color: white;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.menu .menu-container .nav ul li a {
  color: white;
}
.menu .menu-language a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
}

header {
  padding: 0;
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  letter-spacing: 0.02em;
  background-color: #F7F2F5;
}
header .header-loghi {
  display: flex;
  align-items: center;
  width: 40%;
}
@media screen and (min-width: 576px) {
  header .header-loghi {
    width: auto;
  }
}
header .header-loghi .pipe {
  margin: 0 10px;
  width: 1px;
  height: 50%;
  display: block;
  background: black;
}

.menu-desktop {
  background: #314957;
  position: sticky;
  top: 70px;
  z-index: 999;
  display: none;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .menu-desktop {
    display: block;
  }
}
.menu-desktop .nav {
  padding: 1em;
  justify-content: space-around;
  gap: 20px;
}
.menu-desktop .nav .nav-item a {
  color: white;
  opacity: 0.5;
  text-transform: uppercase;
}
.menu-desktop .nav .nav-item a:hover {
  opacity: 1;
}
.menu-desktop .nav .nav-item a.active {
  opacity: 1;
}
.menu-desktop .nav .nav-item .nav-link {
  padding: 0.2rem 0.3rem;
}
.menu-desktop .dropdown-menu {
  background: #5E7975;
  text-align: center;
  border-radius: 0;
  border: none;
}
.menu-desktop .dropdown-menu a {
  text-decoration: none;
  font-weight: 500;
}

.header-title h2 {
  color: #993324;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .header-title h2 {
    font-size: 24px;
  }
}

.hero {
  display: flex;
  justify-content: center;
  background: #314957;
}

.info-evento h2 {
  line-height: 1em;
  font-size: 50px;
  margin-bottom: 0.5em;
  text-align: center;
}
.info-evento h3 {
  font-size: 76px;
  line-height: 0.8em;
  text-align: center;
}
.info-evento h4 {
  font-size: 34px;
  text-align: center;
  line-height: 1em;
}
.info-evento h5 {
  font-size: 30px;
  line-height: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info-evento h5 {
    text-align: left;
  }
}
.info-evento p {
  font-size: 25px;
  line-height: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info-evento p {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .info-evento .right-line {
    border-right: 2px solid white;
  }
}

.section-article h3 {
  font-size: 20px;
  line-height: 1.4em;
}
@media screen and (min-width: 768px) {
  .section-article h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 992px) {
  .section-article h3 {
    font-size: 24px;
  }
}
.section-article .article-author {
  text-align: center;
}
.section-article .article-author p {
  font-size: 12px;
}
.section-article .article-content .bigChar {
  font-size: 150px;
  float: left;
  display: block;
  width: 0.6em;
  height: 0.7em;
  top: 0px;
  position: relative;
  line-height: 0.7em;
}
.section-article .firma {
  margin-left: auto;
  margin-right: 0;
  width: fit-content;
  text-align: center;
}
.section-article .firma img {
  width: 240px;
  margin-bottom: 10px;
}

.section-social a:hover {
  opacity: 0.75;
}

.section-partner-swiper .swiper-container {
  padding-bottom: 30px;
}
.section-partner-swiper .swiper-container .swiper-slide {
  padding: 20px 60px;
  margin: 0 auto auto;
}
@media screen and (min-width: 768px) {
  .section-partner-swiper .swiper-container .swiper-slide {
    padding: 20px 80px;
    margin: auto;
  }
}
.section-partner-swiper .swiper-container .swiper-slide .border-element {
  border: 1px solid #314957;
  top: 0px;
  bottom: 0px;
  left: 60px;
  right: 60px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .section-partner-swiper .swiper-container .swiper-slide .border-element {
    left: 120px;
    right: 120px;
  }
}
.section-partner-swiper .swiper-container .swiper-slide .partner-logo {
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: auto;
}
.section-partner-swiper .swiper-container .swiper-slide .partner-logo img {
  margin-bottom: auto;
  margin-top: auto;
}
.section-partner-swiper .swiper-container .swiper-slide .partner-logo a {
  color: black;
}
.section-partner-swiper .swiper-container .swiper-slide .partner-logo a:hover {
  color: #993324;
}
.section-partner-swiper .swiper-container .swiper-slide .partner-text {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .section-partner-swiper .swiper-container .swiper-slide .partner-text {
    padding: 40px 80px 40px 40px;
  }
}
.section-partner-swiper .swiper-container .swiper-slide .partner-text p {
  margin: 0;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .section-partner-swiper .swiper-container .swiper-slide .partner-text p {
    font-size: 16px;
  }
}
.section-partner-swiper .swiper-container .swiper-button-next, .section-partner-swiper .swiper-container .swiper-button-prev {
  color: #993324;
  top: 20%;
}
@media screen and (min-width: 768px) {
  .section-partner-swiper .swiper-container .swiper-button-next, .section-partner-swiper .swiper-container .swiper-button-prev {
    top: 50%;
  }
}

.section-bio {
  line-height: 1.1em;
}
.section-bio .hp-info {
  border: 1px solid #993324;
  padding: 10px;
}
.section-bio .hp-info h4 {
  margin-bottom: 5px;
  line-height: 1em;
}
.section-bio .hp-info a {
  color: white;
}
.section-bio .hp-info a:hover {
  text-decoration: underline;
}

.ospitiBox {
  padding: 20px 10px 10px;
  text-align: center;
  font-family: "Manrope", sans-serif;
}
@media screen and (min-width: 1200px) {
  .ospitiBox {
    width: 25%;
  }
}
.ospitiBox .ospitiImg {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.7;
}
.ospitiBox .ospitiImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ospitiBox h3 {
  color: white;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 21px;
  margin: 0;
  text-transform: uppercase;
}
.ospitiBox p {
  letter-spacing: 0;
  font-size: 14px;
}

.small-guest .ospitiBox {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .small-guest .ospitiBox {
    width: 25%;
  }
}
.small-guest .ospitiBox .ospitiInfo {
  background: #F7F2F5;
  margin: -30px auto 0;
  z-index: 10;
  position: relative;
  width: calc(100% - 40px);
  padding: 10px;
  height: 100%;
}
.small-guest .ospitiBox .ospitiInfo h3 {
  margin: 0;
  color: #891723;
}
.small-guest .ospitiBox .ospitiInfo p {
  color: black;
  margin: 0;
}

.ospiti-modal h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.ospiti-modal h2 {
  font-family: "Trirong", serif;
}
.ospiti-modal .ospitiBox {
  text-decoration: none;
  color: #282828;
  overflow: hidden;
}
.ospiti-modal .ospitiBox:hover {
  color: #5E7975;
}
.ospiti-modal .ospitiBox .ospitiInfo {
  background: #F7F2F5;
  margin: -30px auto 0;
  z-index: 10;
  position: relative;
  width: calc(100% - 40px);
  padding: 10px;
  height: 100%;
}
.ospiti-modal .ospitiBox .ospitiInfo h3 {
  margin: 0;
  color: #891723;
}
.ospiti-modal .ospitiBox .ospitiInfo p {
  color: black;
  margin: 0;
}

.modal-dialog-ospiti .modal-content {
  background: white;
  color: #282828;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4);
}
.modal-dialog-ospiti .modal-content h1, .modal-dialog-ospiti .modal-content h2, .modal-dialog-ospiti .modal-content h3, .modal-dialog-ospiti .modal-content h4, .modal-dialog-ospiti .modal-content h5 {
  font-family: "Manrope", sans-serif;
}
.modal-dialog-ospiti .modal-content a {
  color: #314957;
}
.modal-dialog-ospiti .modal-content a:hover {
  color: #5E7975;
}
.modal-dialog-ospiti .modal-content .modal-header, .modal-dialog-ospiti .modal-content .modal-body {
  padding: 2rem 3rem 1rem;
}
.modal-dialog-ospiti .modal-content .modal-header .close {
  font-size: 50px;
  font-weight: 300;
  margin-right: -3rem;
  margin-top: -2.5rem;
}

.section-articoli small {
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  display: block;
}

.swiper-replay .swiper-slide {
  background-color: rgba(137, 23, 35, 0.5);
}
.swiper-replay .swiper-slide a {
  position: relative;
  display: block;
}
.swiper-replay .swiper-slide a .ico-play {
  width: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  position: absolute;
}
.swiper-replay .swiper-slide a .articolo-titolo {
  text-align: center;
  margin: 10px auto;
  color: white;
  font-size: 18px;
}

.small-swiper {
  background: #7D515F;
  height: 100%;
}
.small-swiper .swiper {
  height: 100%;
}
.small-swiper .swiper .swiper-slide {
  height: 100%;
}
.small-swiper .swiper .swiper-slide .img-container {
  overflow: hidden;
}
.small-swiper .swiper .swiper-slide .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.small-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FD7B75;
}

.fullwidth-swiper {
  background: #7D515F;
}
.fullwidth-swiper .swiper {
  padding-bottom: 10px;
}
.fullwidth-swiper .swiper .swiper-slide {
  margin-bottom: 20px;
}
.fullwidth-swiper .swiper .swiper-slide .img-container {
  aspect-ratio: 1.6;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .fullwidth-swiper .swiper .swiper-slide .img-container {
    aspect-ratio: 2;
  }
}
@media screen and (min-width: 1200px) {
  .fullwidth-swiper .swiper .swiper-slide .img-container {
    aspect-ratio: 2.3;
  }
}
.fullwidth-swiper .swiper .swiper-slide .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.fullwidth-swiper .swiper .swiper-pagination {
  bottom: 5px;
}
.fullwidth-swiper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FD7B75;
}
.fullwidth-swiper .swiper .swiper-slide img {
  width: 100%;
}

.section-blockquote blockquote {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  padding: 40px;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .section-blockquote blockquote {
    font-size: 22px;
  }
}
.section-blockquote blockquote::before, .section-blockquote blockquote:after {
  content: "“";
  color: #993324;
  font-family: "Manrope", sans-serif;
  font-size: 100px;
  font-style: normal;
  line-height: 24px;
  position: absolute;
  top: 30px;
  left: 0;
}
.section-blockquote blockquote::after {
  content: "”";
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}

.section-hp-editoriale {
  background-color: #314957;
}
.section-hp-editoriale .bio {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  z-index: 10;
  position: relative;
  margin-top: -20px;
}
.section-hp-editoriale .bio img {
  width: 240px;
}
.section-hp-editoriale .bio .text {
  text-align: right;
  width: 300px;
  padding: 1em;
}
.section-hp-editoriale .bio .text h2, .section-hp-editoriale .bio .text h3, .section-hp-editoriale .bio .text h4 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: white;
}
.section-hp-editoriale .bio .text p {
  font-weight: 500;
}
.section-hp-editoriale .editoriale-text {
  padding: 0 2em 2em;
}
@media screen and (min-width: 768px) {
  .section-hp-editoriale .editoriale-text {
    z-index: 0;
  }
}
.section-hp-editoriale .editoriale-text h2 {
  font-size: 26px;
  font-weight: 500;
  color: white;
}
@media screen and (min-width: 768px) {
  .section-hp-editoriale .editoriale-text h2 {
    font-size: 32px;
  }
}
.section-hp-editoriale .editoriale-text p {
  font-size: 18px;
  color: white;
}
@media screen and (min-width: 768px) {
  .section-hp-editoriale .editoriale-text p {
    font-size: 20px;
  }
}

.section-ospiti {
  background: #993324;
}
.section-ospiti .ospiti-header {
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: fit-content;
  padding: 1em;
  align-self: flex-end;
}
@media screen and (min-width: 768px) {
  .section-ospiti .ospiti-header {
    align-items: center;
    height: calc(100% - 62px);
    padding: 1em 0;
  }
}
.section-ospiti .ospiti-header h2 {
  font-family: "Manrope", sans-serif;
  color: #993324;
  font-weight: 700;
  font-size: 3em;
  margin-bottom: 0.5em;
}
.section-ospiti .ospitiSwiper .swiper-nav {
  padding: 1em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.section-ospiti .ospitiSwiper .swiper-nav .swiper-button-next, .section-ospiti .ospitiSwiper .swiper-nav .swiper-button-prev {
  position: relative;
  background: none;
  background: url("/themes/default/images/ico-arrow@2x.png") center center no-repeat;
  background-size: 25px;
  height: 16px;
  width: 50px;
  display: block;
  margin: 0;
  padding: 0 10px;
  left: auto;
}
.section-ospiti .ospitiSwiper .swiper-nav .swiper-button-next::after, .section-ospiti .ospitiSwiper .swiper-nav .swiper-button-prev::after {
  display: none;
}
.section-ospiti .ospitiSwiper .swiper-nav .swiper-button-prev {
  transform: rotate(180deg);
}
.section-ospiti .ospitiSwiper .swiper-nav p {
  margin: 0;
  font-weight: 600;
}
.section-ospiti .ospitiSwiper .swiper-slide .ospiti-box {
  text-align: center;
}
.section-ospiti .ospitiSwiper .swiper-slide .ospiti-box .img-container {
  aspect-ratio: 0.75;
  margin-bottom: 0.5em;
}
.section-ospiti .ospitiSwiper .swiper-slide .ospiti-box .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-ospiti .ospitiSwiper .swiper-slide .ospiti-box h3 {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #993324;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 21px;
  margin-bottom: 0;
}
.section-ospiti .ospitiSwiper .swiper-slide .ospiti-box p {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
}

.section-partner .partner-main-container, .section-partner .partner-secondary-container {
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.section-partner .partner-main-container .partner-main, .section-partner .partner-secondary-container .partner-main {
  min-width: 50%;
}
@media screen and (min-width: 768px) {
  .section-partner .partner-main-container .partner-main, .section-partner .partner-secondary-container .partner-main {
    min-width: 33.333%;
  }
}
@media screen and (min-width: 992px) {
  .section-partner .partner-main-container .partner-main, .section-partner .partner-secondary-container .partner-main {
    min-width: 0;
  }
}
.section-partner .partner-main-container .partner-standard, .section-partner .partner-secondary-container .partner-standard {
  min-width: 33.333%;
  max-width: 180px;
}
@media screen and (min-width: 992px) {
  .section-partner .partner-main-container .partner-standard, .section-partner .partner-secondary-container .partner-standard {
    min-width: 0;
  }
}
.section-partner .partner-main-container h4, .section-partner .partner-secondary-container h4 {
  font-size: 11px;
  color: black;
  display: block;
  height: 1em;
  margin-bottom: -1em;
  font-family: "Manrope", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.section-partner .partner-secondary-container {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 20px;
  justify-content: space-around;
  margin: 0;
}
.section-partner .line-separator {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 1px;
  align-self: center;
}

.section-number {
  background: #7D515F;
}
.section-number .img-container {
  overflow: hidden;
  height: 100%;
}
.section-number .img-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-number .text-container {
  color: white;
  border-left: 10px solid #E3A95A;
  margin-top: 3em;
  padding-left: 30px;
  padding-right: 30px;
}
.section-number .text-container h2 {
  font-family: "Poppins", sans-serif;
  line-height: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.section-number .text-container h3 {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 0.5em;
}
.section-number .number-container {
  color: white;
  padding-left: 40px;
  padding-right: 30px;
  margin-bottom: 3em;
  display: flex;
  flex-wrap: wrap;
  font-family: "Poppins", sans-serif;
  justify-content: space-between;
}
.section-number .number-container .number-box {
  width: calc(50% - 14px);
  padding: 10px;
}
.section-number .number-container h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  font-size: 40px;
  line-height: 1em;
}
.section-number .number-container p {
  font-size: 15px;
  margin: 0;
  line-height: 1.1em;
}
.section-number .number-container .number-dot {
  width: 14px;
  height: 14px;
  min-width: 14px;
  border-radius: 50%;
  background: #E3A95A;
  margin-top: 25px;
}

.cta {
  background-color: #891723;
  padding: 0.5em;
}

@media screen and (min-width: 992px) {
  .section-date .line {
    border-right: 1px solid #D6C0CD;
  }
}

footer {
  background: #7D515F;
  color: white;
}
footer h1, footer h2, footer h3, footer h4, footer h5 {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  color: white;
  font-size: 20px;
}
footer h1 strong, footer h2 strong, footer h3 strong, footer h4 strong, footer h5 strong {
  color: white;
}
footer h5 {
  font-size: 14px;
  color: white;
}
footer p {
  font-weight: 500;
  font-size: 14px;
}
footer a {
  color: white;
  text-decoration: underline;
}
footer a:hover {
  opacity: 0.8;
  text-decoration: underline;
  color: #FD7B75;
}
