@font-face {
  font-family: "pt_sansbold";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansitalic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "pt_sansbold_italic";
  src: url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/PTSans/ptsans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "myriad_proregular";
  src: url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/MyriadPro/myriadpro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "marcellusregular";
  src: url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff2") format("woff2"), url("../styles/utilities/fonts/marcellus/marcellus-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html,
body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  direction: rtl;
}
html strong,
html em,
body strong,
body em {
  font-family: "marcellusregular";
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
}

section {
  width: 100%;
  display: flex;
  min-height: 30vh;
  border-bottom: 2px solid rgb(216, 176, 115);
}
section:nth-of-type(1) video {
  width: 100%;
}
section:nth-of-type(2) {
  flex-direction: column;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(2) .panel {
  display: grid;
  grid-template-columns: 1fr 40vw;
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(2) .panel .card:nth-of-type(1) {
  padding: 3vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #f2f2f2;
}
section:nth-of-type(2) .panel .card:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 3em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  text-transform: uppercase;
}
section:nth-of-type(2) .panel .card:nth-of-type(1) p {
  font-family: "Arial", sans-serif;
  color: rgb(35, 54, 110);
  margin-top: 0;
  font-size: 2.4em;
}
section:nth-of-type(2) .panel .card:nth-of-type(1) a {
  text-decoration: none;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 700;
  padding: 1.2vw;
  box-sizing: border-box;
  margin-bottom: 0;
  background-color: rgb(216, 176, 115);
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1vw;
  text-transform: uppercase;
  font-family: "Arial", sans-serif;
}
section:nth-of-type(2) .panel .card:nth-of-type(1) a:hover {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(2) .panel .card:nth-of-type(1) strong:nth-of-type(1) {
  color: rgb(216, 176, 115);
}
section:nth-of-type(2) .panel .card:nth-of-type(2) {
  width: 100%;
}
section:nth-of-type(2) .panel .card:nth-of-type(2) img {
  width: 100%;
}
section:nth-of-type(3) {
  flex-direction: column;
}
section:nth-of-type(3) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(3) .panel:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 3em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  text-transform: uppercase;
}
section:nth-of-type(3) .panel:nth-of-type(2) {
  display: flex;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card {
  width: 100%;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1vw;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #f2f2f2;
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row {
  display: flex;
  align-items: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row:nth-of-type(1) {
  justify-content: center;
  padding-bottom: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row .column {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row h1 {
  font-family: "Arial", sans-serif;
  font-weight: 300;
  color: rgb(216, 176, 115);
  font-size: 2.4em;
  margin-right: 1vw;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row svg {
  width: 3vw;
  height: 3vw;
}
section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row p {
  margin-top: 0;
  font-family: "Arial", sans-serif;
  font-size: 1.8em;
  color: rgb(35, 54, 110);
}
section:nth-of-type(4) {
  flex-direction: column;
}
section:nth-of-type(4) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(4) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(4) .panel:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 3em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  text-transform: uppercase;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item {
  display: flex;
  flex-direction: row;
  background-color: #f2f2f2;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item:nth-of-type(odd) .row {
  display: flex;
  flex-direction: row;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item:nth-of-type(even) .row {
  display: flex;
  flex-direction: row-reverse;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item .column {
  display: flex;
  width: 50%;
  flex-direction: column;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item .column:nth-of-type(1) {
  padding: 3vw;
  box-sizing: border-box;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item h1 {
  font-size: 2.4em;
  font-family: "Arial", sans-serif;
  font-weight: 700;
  color: rgb(216, 176, 115);
}
section:nth-of-type(4) .panel:nth-of-type(2) .item p,
section:nth-of-type(4) .panel:nth-of-type(2) .item a {
  font-family: "Arial", sans-serif;
  font-size: 1.8em;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item p {
  color: rgb(35, 54, 110);
  text-align: justify;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item a {
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0;
  padding: 1vw;
  box-sizing: border-box;
  margin-bottom: 0;
  background-color: rgb(216, 176, 115);
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1vw;
}
section:nth-of-type(4) .panel:nth-of-type(2) .item a:hover {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(4) .panel:nth-of-type(2) .item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 0;
     object-position: 0 0;
}
section:nth-of-type(5) {
  flex-direction: column;
}
section:nth-of-type(5) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(5) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(5) .panel:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 3em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  text-transform: uppercase;
}
section:nth-of-type(5) .slider {
  display: flex;
  flex-direction: column;
  /*
  .card:nth-of-type(1) {
    display: flex;
    opacity: 1;
  }
  */
  /*

  */
}
section:nth-of-type(5) .slider .slider_arrows {
  display: flex;
}
section:nth-of-type(5) .slider .slider_arrows button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: transparent;
  outline: unset;
  border: 0;
  cursor: pointer;
}
section:nth-of-type(5) .slider .slider_arrows button:last-of-type {
  margin-left: 2vw;
}
section:nth-of-type(5) .slider .slider_arrows button span {
  padding: 0.6vw 1.2vw;
  font-size: 1.8em;
  color: rgb(255, 255, 255);
  background-color: rgb(216, 176, 115);
}
section:nth-of-type(5) .slider .slider_arrows button span:hover {
  background-color: rgb(35, 54, 110);
}
section:nth-of-type(5) .slider .card {
  width: 100%;
  display: none;
  grid-template-columns: 1fr;
  margin-top: 1vw;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
}
section:nth-of-type(5) .slider .card .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  color: rgb(35, 54, 110);
  padding: 3vw;
  box-sizing: border-box;
  box-shadow: 0 0 2px rgb(35, 54, 110);
  border-radius: 5px;
}
section:nth-of-type(5) .slider .card .item span {
  font-size: 2vw;
}
section:nth-of-type(5) .slider .card .item .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section:nth-of-type(5) .slider .card .item h1,
section:nth-of-type(5) .slider .card .item h2 {
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 2.4em;
}
section:nth-of-type(5) .slider .card .item h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
section:nth-of-type(5) .slider .card .item h2 {
  border-top: 2px solid rgb(216, 176, 115);
  padding-top: 0.5vw;
  box-sizing: border-box;
  margin-top: 0;
}
section:nth-of-type(5) .slider .card .item p {
  font-family: "Arial", sans-serif;
  font-size: 1.8em;
}
section:nth-of-type(5) .slider .active {
  display: grid;
}
section:nth-of-type(6) {
  flex-direction: column;
}
section:nth-of-type(6) .panel {
  padding: 2vw;
  box-sizing: border-box;
}
section:nth-of-type(6) .panel:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
section:nth-of-type(6) .panel:nth-of-type(1) h1 {
  font-family: "Arial", sans-serif;
  font-size: 3em;
  color: rgb(35, 54, 110);
  opacity: 0.5;
  text-transform: uppercase;
}
section:nth-of-type(6) .panel:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1vw;
}
section:nth-of-type(6) .panel:nth-of-type(2) .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
section:nth-of-type(6) .panel:nth-of-type(2) .item img {
  width: 12vw;
  height: 12vw;
  -o-object-fit: contain;
     object-fit: contain;
}
section:nth-of-type(6) .panel:nth-of-type(2) .item.resize_50 {
  display: flex;
  align-items: center;
  justify-content: center;
}
section:nth-of-type(6) .panel:nth-of-type(2) .item.resize_50 img {
  width: 18vw;
  height: 18vw;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 701px) and (max-width: 1400px) {
  section {
    width: 100%;
    display: flex;
    min-height: 40vh;
    border-bottom: 2px solid rgb(216, 176, 115);
  }
  section:nth-of-type(1) video {
    width: 100%;
  }
  section:nth-of-type(2) {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  section:nth-of-type(2) .panel {
    display: flex;
    flex-direction: column;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) {
    padding: 5vw;
    width: 100%;
    background-color: #f2f2f2;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) p {
    font-size: 1.4em;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) a {
    font-size: 1.2em;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) a:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) strong:nth-of-type(1) {
    color: rgb(216, 176, 115);
  }
  section:nth-of-type(2) .panel .card:nth-of-type(2) {
    width: 100%;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(2) img {
    width: 100%;
  }
  section:nth-of-type(3) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) {
    display: flex;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card {
    width: 100%;
    display: flex;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 15vh 1fr;
    align-items: stretch;
    background-color: #f2f2f2;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row:nth-of-type(1) {
    justify-content: center;
    padding-bottom: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row h1 {
    font-size: 1.4em;
    margin-left: unset;
    text-align: center;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row svg {
    width: 6vw;
    height: 6vw;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row p {
    margin-top: 0;
    font-family: "Arial", sans-serif;
    font-size: 1.4em;
    color: rgb(35, 54, 110);
    text-align: justify;
  }
  section:nth-of-type(4) {
    flex-direction: column;
  }
  section:nth-of-type(4) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(4) .panel:nth-of-type(1) h1 {
    font-size: 1.8em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item {
    display: flex;
    flex-direction: row;
    background-color: #f2f2f2;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item:nth-of-type(odd) .row {
    display: flex;
    flex-direction: row;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item:nth-of-type(even) .row {
    display: flex;
    flex-direction: row-reverse;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item .column {
    display: flex;
    width: 50%;
    flex-direction: column;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item .column:nth-of-type(1) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item h1 {
    font-size: 1.8em;
    font-family: "Arial", sans-serif;
    margin-bottom: 0;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item p,
  section:nth-of-type(4) .panel:nth-of-type(2) .item a {
    font-family: "Arial", sans-serif;
    font-size: 1.4em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item p {
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item a {
    font-size: 1.2em;
    padding: 2vw;
    box-sizing: border-box;
    margin-top: 1vw;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item a:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: unset;
       object-position: unset;
  }
  section:nth-of-type(5) {
    flex-direction: column;
  }
  section:nth-of-type(5) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(5) .panel:nth-of-type(1) h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.8em;
  }
  section:nth-of-type(5) .slider {
    display: flex;
    flex-direction: column;
    /*
    .card:nth-of-type(1) {
      display: flex;
      opacity: 1;
    }
    */
    /*

    */
  }
  section:nth-of-type(5) .slider .slider_arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  section:nth-of-type(5) .slider .slider_arrows button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: transparent;
    outline: unset;
    border: 0;
    cursor: pointer;
  }
  section:nth-of-type(5) .slider .slider_arrows button:last-of-type {
    margin-left: 2vw;
  }
  section:nth-of-type(5) .slider .slider_arrows button span {
    padding: 2vw;
    font-size: 1.8em;
    color: rgb(255, 255, 255);
    background-color: rgb(216, 176, 115);
  }
  section:nth-of-type(5) .slider .slider_arrows button span:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(5) .slider .card .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: rgb(35, 54, 110);
    padding: 3vw;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgb(35, 54, 110);
    border-radius: 5px;
  }
  section:nth-of-type(5) .slider .card .item span {
    font-size: 4vw;
  }
  section:nth-of-type(5) .slider .card .item .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section:nth-of-type(5) .slider .card .item h1,
  section:nth-of-type(5) .slider .card .item h2 {
    text-align: center;
    font-family: "Arial", sans-serif;
    font-size: 1.8em;
    font-weight: 300;
  }
  section:nth-of-type(5) .slider .card .item h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section:nth-of-type(5) .slider .card .item h2 {
    border-top: 2px solid rgb(216, 176, 115);
    padding-top: 0.5vw;
    box-sizing: border-box;
    margin-top: 0;
  }
  section:nth-of-type(5) .slider .card .item p {
    font-family: "Arial", sans-serif;
    font-size: 1.4em;
  }
  section:nth-of-type(5) .slider .active {
    display: grid;
  }
  section:nth-of-type(6) {
    flex-direction: column;
  }
  section:nth-of-type(6) .panel {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(6) .panel:nth-of-type(1) h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.8em;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vh;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item img {
    width: 20vw;
    height: 20vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item.resize_50 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item.resize_50 img {
    width: 30vw;
    height: 30vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
  section {
    width: 100%;
    display: flex;
    min-height: 40vh;
    border-bottom: 2px solid rgb(216, 176, 115);
  }
  section:nth-of-type(1) video {
    width: 100%;
  }
  section:nth-of-type(2) {
    flex-direction: column;
    height: -moz-fit-content;
    height: fit-content;
  }
  section:nth-of-type(2) .panel {
    display: flex;
    flex-direction: column;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) {
    padding: 2vw;
    width: 100%;
    background-color: #f2f2f2;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) p {
    font-size: 1.2em;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) a {
    font-size: 1em;
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) a:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(2) .panel .card:nth-of-type(1) strong:nth-of-type(1) {
    color: rgb(216, 176, 115);
  }
  section:nth-of-type(2) .panel .card:nth-of-type(2) {
    width: 100%;
  }
  section:nth-of-type(2) .panel .card:nth-of-type(2) img {
    width: 100%;
  }
  section:nth-of-type(3) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) {
    display: flex;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card {
    width: 100%;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr;
    gap: unset;
    row-gap: 5vh;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 15vh 1fr;
    align-items: stretch;
    background-color: #f2f2f2;
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row:nth-of-type(1) {
    justify-content: center;
    padding-bottom: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row .column {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row h1 {
    font-size: 1.5em;
    margin-left: unset;
    text-align: center;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row svg {
    width: 10vw;
    height: 10vw;
  }
  section:nth-of-type(3) .panel:nth-of-type(2) .card .item .row p {
    margin-top: 0;
    font-family: "Arial", sans-serif;
    font-size: 1.2em;
    color: rgb(35, 54, 110);
    text-align: justify;
  }
  section:nth-of-type(4) {
    flex-direction: column;
  }
  section:nth-of-type(4) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(4) .panel:nth-of-type(1) h1 {
    font-size: 1.5em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item {
    display: flex;
    flex-direction: row;
    margin-bottom: 5vh;
    background-color: #f2f2f2;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item:nth-of-type(odd) .row {
    display: flex;
    flex-direction: column-reverse;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item:nth-of-type(even) .row {
    display: flex;
    flex-direction: column-reverse;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item .column {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item .column:nth-of-type(1) {
    padding: 5vw;
    box-sizing: border-box;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item h1 {
    font-size: 1.5em;
    font-family: "Arial", sans-serif;
    margin-bottom: 0;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item p,
  section:nth-of-type(4) .panel:nth-of-type(2) .item a {
    font-family: "Arial", sans-serif;
    font-size: 1.2em;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item p {
    color: rgb(35, 54, 110);
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item a {
    font-size: 1em;
    padding: 2vw;
    box-sizing: border-box;
    margin-top: 1vw;
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item a:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(4) .panel:nth-of-type(2) .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: unset;
       object-position: unset;
  }
  section:nth-of-type(5) {
    flex-direction: column;
  }
  section:nth-of-type(5) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(5) .panel:nth-of-type(1) h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.5em;
  }
  section:nth-of-type(5) .slider {
    display: flex;
    flex-direction: column;
    /*
    .card:nth-of-type(1) {
      display: flex;
      opacity: 1;
    }
    */
    /*

    */
  }
  section:nth-of-type(5) .slider .slider_arrows {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  section:nth-of-type(5) .slider .slider_arrows button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: transparent;
    outline: unset;
    border: 0;
    cursor: pointer;
  }
  section:nth-of-type(5) .slider .slider_arrows button:last-of-type {
    margin-left: 2vw;
  }
  section:nth-of-type(5) .slider .slider_arrows button span {
    padding: 2vw;
    font-size: 2em;
    color: rgb(255, 255, 255);
    background-color: rgb(216, 176, 115);
  }
  section:nth-of-type(5) .slider .slider_arrows button span:hover {
    background-color: rgb(35, 54, 110);
  }
  section:nth-of-type(5) .slider .card .item {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: rgb(35, 54, 110);
    padding: 2vw;
    box-sizing: border-box;
    box-shadow: 0 0 2px rgb(35, 54, 110);
    border-radius: 5px;
  }
  section:nth-of-type(5) .slider .card .item span {
    font-size: 8vw;
  }
  section:nth-of-type(5) .slider .card .item .column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section:nth-of-type(5) .slider .card .item h1,
  section:nth-of-type(5) .slider .card .item h2 {
    text-align: center;
    font-family: "Arial", sans-serif;
    font-size: 1.5em;
    font-weight: 300;
  }
  section:nth-of-type(5) .slider .card .item h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  section:nth-of-type(5) .slider .card .item h2 {
    border-top: 2px solid rgb(216, 176, 115);
    padding-top: 0.5vw;
    box-sizing: border-box;
    margin-top: 0;
  }
  section:nth-of-type(5) .slider .card .item p {
    font-family: "Arial", sans-serif;
    font-size: 1.2em;
  }
  section:nth-of-type(5) .slider .active {
    display: grid;
  }
  section:nth-of-type(6) {
    flex-direction: column;
  }
  section:nth-of-type(6) .panel {
    padding: 2vw;
    box-sizing: border-box;
  }
  section:nth-of-type(6) .panel:nth-of-type(1) h1 {
    font-family: "Arial", sans-serif;
    font-size: 1.8em;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: unset;
    row-gap: 2vh;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item img {
    width: 80vw;
    height: 80vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item.resize_50 {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section:nth-of-type(6) .panel:nth-of-type(2) .item.resize_50 img {
    width: 90vw;
    height: 90vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
}/*# sourceMappingURL=index_ar.css.map */