@import 'new.css';
.image-text-type-feast .info-wrapper .info-type h5 {
  color: transparent;
  -webkit-text-stroke: 1px var(--heading);
}

.paragraph--type--introduction h2 {
  font-size: 27px;
}
@media screen and (min-width: 576px) {
  .paragraph--type--introduction h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .paragraph--type--introduction h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--introduction h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--introduction h2 {
    font-size: 60px;
  }
}

.image-text-type-feast .info-wrapper .info-type h5 {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .image-text-type-feast .info-wrapper .info-type h5 {
    font-size: 20px;
  }
}

body .tabs-wrapper.tabs-primary {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: var(--white);
  border-radius: 0 10px 10px 0;
  z-index: 9;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  border: none;
  margin: 0;
}
body .tabs-wrapper.tabs-primary ul {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  border: none;
}
body .tabs-wrapper.tabs-primary ul li:not(:last-child) {
  border-bottom: 1px solid var(--secondary);
}
body .tabs-wrapper.tabs-primary ul li a {
  padding: 4px 12px;
  font-size: 14px;
  border: none;
  color: var(--primary);
  margin: 0;
  font-weight: 600;
}
body .tabs-wrapper.tabs-primary ul li a.nav-link.active.is-active, body .tabs-wrapper.tabs-primary ul li a:hover {
  color: var(--secondary);
}

/*paragraph--type--introduction*/
x {
  --tertiary: #312b75;
  --secondary: #e8308a;
  --secondary-s: #d01985;
  --primary: #00b1b2;
  --yellow: #F1DD00;
  --orange: #EB5C1A;
  --heading: #f2de00;
  --heading-s: #f1dd00;
  --white: #ffffff;
  --black: #000000;
  --footer:#27225E;
}

body {
  --p-140: 32px;
}
@media screen and (min-width: 576px) {
  body {
    --p-140: 40px;
  }
}
@media screen and (min-width: 768px) {
  body {
    --p-140: 64px;
  }
}
@media screen and (min-width: 992px) {
  body {
    --p-140: 80px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    --p-140: 110px;
  }
}
@media screen and (min-width: 1400px) {
  body {
    --p-140: 140px;
  }
}

.paragraph--type--introduction .info {
  padding-top: var(--p-140);
  padding-bottom: var(--p-140);
}

.paragraph--type--introduction {
  background-color: var(--tertiary);
  color: var(--white);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
}
.paragraph--type--introduction.yellow-text .text {
  color: var(--yellow);
}
@media screen and (min-width: 768px) {
  .paragraph--type--introduction {
    background-image: url("../images/line.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.paragraph--type--introduction .info.text-center p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type--introduction .info.text-center h2 {
  margin-left: auto;
  margin-right: auto;
}
.paragraph--type--introduction h2 {
  margin-bottom: 0.5em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 900;
  max-width: var(--width-content, 100%);
}
.paragraph--type--introduction h2 b, .paragraph--type--introduction h2 span {
  color: var(--secondary);
  font-weight: 900;
}
.paragraph--type--introduction .field--name-field-title-top,
.paragraph--type--introduction .field--name-field-title-bottom {
  color: var(--secondary);
  text-transform: uppercase;
}
.paragraph--type--introduction .primary-btn {
  margin-top: 30px;
}
@media screen and (max-width: 767.72px) {
  .paragraph--type--introduction .primary-btn a {
    min-width: 320px;
  }
}
@media screen and (max-width: 575.72px) {
  .paragraph--type--introduction .primary-btn a {
    width: 100%;
    min-width: auto;
  }
}

.max-720 {
  max-width: 768px;
}
.text-center .max-720 {
  margin-left: auto;
  margin-right: auto;
}

.bg-layers {
  --f1: var(--secondary);
  --f2: var(--yellow);
  --f3: var(--orange);
}
@media screen and (min-width: 768px) {
  .bg-layers {
    max-width: 10%;
  }
}
.bg-layers svg {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.72px) {
  .bg-layers.bg-x {
    display: none;
  }
}
.bg-layers.bg-y {
  width: 40%;
  min-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .bg-layers.bg-y {
    display: none;
  }
}

/*paragraph--type--introduction*/
.paragraph--type--image-with-content-2 {
  --p-100: 60px;
  padding-top: var(--p-100);
}
@media screen and (min-width: 768px) {
  .paragraph--type--image-with-content-2 {
    --p-100: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--image-with-content-2 {
    --p-100: 100px;
  }
}
.paragraph--type--image-with-content-2.spacing-top-bottom {
  padding-bottom: var(--p-100);
}
.paragraph--type--image-with-content-2 .image-without-container .right-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.paragraph--type--image-with-content-2 .image-without-container .right-image .content {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
}
.paragraph--type--image-with-content-2 .image-without-container .right-image .content .image-content {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-with-content-2 .image-without-container .right-image .content .image-content {
    width: 50%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .paragraph--type--image-with-content-2 .image-without-container .right-image .content .image-content {
    padding-right: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .paragraph--type--image-with-content-2 .image-without-container .right-image .content .image-content {
    padding-right: 60px;
  }
}
.paragraph--type--image-with-content-2 .image-without-container .right-image .image-wrapper {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .paragraph--type--image-with-content-2 .image-without-container .right-image .image-wrapper {
    padding-left: 20px;
    margin-left: -50%;
    width: 50%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .paragraph--type--image-with-content-2 .image-without-container .right-image .image-wrapper .container {
    max-width: 100%;
  }
}
.paragraph--type--image-with-content-2 .image-without-container .right-image .image-wrapper img {
  display: block;
  width: 100%;
}

.image-text-type-feast {
  color: var(--white);
  margin-top: -36px;
}
@media screen and (min-width: 992px) {
  .image-text-type-feast {
    margin-top: 0px;
    background-color: var(--tertiary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    --col-extra: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-type-feast {
    --col-extra: 80px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-type-feast {
    --col-extra: 100px;
  }
}
.image-text-type-feast .left-image {
  overflow: hidden;
  --p-clip: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .image-text-type-feast .left-image {
    width: calc(50% + var(--col-extra));
    margin-right: calc(-50% - var(--col-extra));
    --p-clip: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .image-text-type-feast .left-image {
    --p-clip: 48px;
  }
}
@media screen and (min-width: 1400px) {
  .image-text-type-feast .left-image {
    --p-clip: 60px;
  }
}
@media screen and (min-width: 1600px) {
  .image-text-type-feast .left-image {
    --p-clip: 80px;
  }
}
.image-text-type-feast .left-image .image-wrapper {
  background-color: var(--secondary);
  padding: var(--p-clip) 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-clip-path: polygon(0 0, 100% 32px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 32px, 100% 100%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .image-text-type-feast .left-image .image-wrapper {
    padding: var(--p-clip) var(--p-clip) 0 0;
    margin-top: calc(var(--p-clip) * -2);
    -webkit-clip-path: polygon(0 18%, 45% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 18%, 45% 0, 100% 100%, 0% 100%);
  }
}
.image-text-type-feast .left-image .image-wrapper .image-inner {
  background-color: var(--yellow);
  padding: var(--p-clip) 0 0 0;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 32px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 32px, 100% 100%, 0% 100%);
}
@media screen and (min-width: 992px) {
  .image-text-type-feast .left-image .image-wrapper .image-inner {
    padding: var(--p-clip) var(--p-clip) 0 0;
    -webkit-clip-path: polygon(0 18%, 45% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 18%, 45% 0, 100% 100%, 0% 100%);
  }
}
.image-text-type-feast .left-image .image-wrapper .field--name-field-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 32px, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 32px, 100% 100%, 0% 100%);
}
.image-text-type-feast .left-image .image-wrapper .field--name-field-image::before {
  width: 1px;
  margin-right: -1px;
  content: "";
  padding-bottom: 72%;
}
@media screen and (min-width: 992px) {
  .image-text-type-feast .left-image .image-wrapper .field--name-field-image {
    -webkit-clip-path: polygon(0 18%, 45% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 18%, 45% 0, 100% 100%, 0% 100%);
  }
}
.image-text-type-feast .left-image .image-wrapper .field--name-field-image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 100%;
}
.image-text-type-feast .left-image .field--name-field-image2 {
  display: none;
}
.image-text-type-feast .text-col {
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 991.72px) {
  .image-text-type-feast .text-col {
    background-color: var(--tertiary);
  }
}
.image-text-type-feast .info-wrapper .info-type {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .image-text-type-feast .info-wrapper .info-type {
    margin-left: auto;
    width: calc(50% - var(--col-extra) / 2);
    padding-left: 32px;
  }
}
.image-text-type-feast .info-wrapper .info-type h2 {
  text-transform: uppercase;
}
.image-text-type-feast .info-wrapper .info-type h5 {
  text-transform: uppercase;
}/*# sourceMappingURL=new.css.map */