#customPageTitle {
  display: none;
}
h1 {
  margin-top: 40px;
  margin-bottom: 20px;
}
.centeredContent > section {
  width: 95%;
  margin: 0 auto;
}

.centeredContent > section {
  width: 100%;
}
.rowsContainer {
    background: #fff;
}
.row {
  display: flex;
  flex-direction: row-reverse;
  /* width: var(--web-container); */
  margin: 0;
}
.row:nth-of-type(3n+0) {
  flex-direction: row;
}
.row:nth-of-type(3n+2) {
  flex-direction: row;
}
.row:nth-of-type(even) {
  flex-direction: row-reverse;
}
.aboutFirstText {
    width: 90%;
    text-align: center;
    margin: 10rem auto;
}

.aboutFirstText .title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 30px;
    margin-bottom: 30px;
    line-height: 30px;
}

.mainBanner img {
    width: 100%;
    border-radius: var(--border-radius-small);
}
.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.row:nth-of-type(even) .col-2:nth-child(2) .info.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s
    both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.col-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

.imgContainer,
.img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.centeredContent {
  max-width: unset;
  width: 100% !important;
  margin: 0;
  background: #FAFAFA;
}

.info {
  opacity: 0;
  width: 70%;
  font-size: var(--base-font-size);
  line-height: var(--base-line-height);
}
.aboutFirstText .text {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    max-width: 850px;
    margin-bottom: 50px;
    line-height: 22px;
}
.join {
    padding: 20px 30px;
    box-sizing: border-box;
    background: #1F366F;
    color: #fff;
    width: fit-content;
    margin: auto;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid #1F366F;
    transition:0.3s all ease;
    cursor: pointer;
}
.join:hover {
    background: #fff;
    color:#1F366F;
}

.extraDiv {
    width: 90%;
    display: grid;
    margin: 50px auto;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.extraTitle {
    font-weight: 600;
    font-size: 28px;
    color: #1F366F;
    line-height: 32px;
    margin-bottom: 34px;
}

.extraRigth {
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: auto;
    background: #FAFAFA;
}

.extraDescription {width: 72%;font-size: 14px;}

.extraLeft {
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: start;
    margin: auto;
    height: 100%;
    background: #FAFAFA;
}
.row:nth-of-type(odd) .col-2:nth-child(2) .info.onViewport {
    animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    -webkit-animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}
.centeredContent .info  h2 {
  margin: 0;
  margin-bottom: 34px;
  width: 100%;
  font-weight: 600;
  font-size: 28px;
  color: #1F366F;
  line-height: 32px;
}
.videoBanner {
  height: calc(100svh - var(--menu-height));
  width: 100%;
  object-fit: cover;
}

.ourStory {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin: auto;
    background: #FAFAFA;
    padding: 130px 0;
    box-sizing: border-box;
}

.ourStoryTitle {
    color: #1F366F;
    margin: auto;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 85px;
}
.line {
    height: 98%;
    top: 10px;
    width: 1px;
    background: #575756;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
.timeline {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 80px;
    position: relative;
}

.timelineBlock {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin: auto;
    margin-right: 0;
    gap: 65px;
    position: relative;
    height: 250px;
}
.timelineBlock:nth-child(even) {
    display: flex;
    justify-content: flex-end;
    margin: auto;
    margin-left: 0;
    flex-direction: row-reverse;
}
.timelineBlock figure {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
}
.timelineBlock figure,
.timelineBlock figure img{
    width: 250px;
    height: 250px;
}

.timelineInfo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 200px);
}
h3.year {
    font-size: 14px;
    font-weight: 700;
    color: #1F366F;
    margin-bottom: 8px;
}

h3.ubication {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

p.text {
    line-height: 20px;
    font-size: 14px;
}
#customPageTitle{
  display:none;
}
@media screen and (max-width: 1100px) {
  .centeredContent {
    margin: 0 auto !important;
    width: 100% !important;
  }
  .timelineBlock figure,
.timelineBlock figure img{
    width: 250px;
    aspect-ratio:1/1;
    margin: 0 auto;
}
  .timelineBlock figure {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    margin: auto;
    z-index: 2;
}
  
.timelineInfo {

    width: 100%;
}
  .timelineInfo h3 {

   text-align:center;
}
  p.text {
    text-align:center;
}
.aboutFirstText {
    width: 90%;
    margin: auto;
    text-align: left;
}
  .row:nth-of-type(3n+2) {
  flex-direction: column;
}
  .extraDescription {width: 100%;}
  .row {
    flex-direction: column;
  }
  h1 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: calc(var(--h1-font-size) - 5px);
    line-height: calc(var(--h1-line-height) - 5px);
  }
  .row:nth-of-type(even) {
    flex-direction: column;
  }
.line {
   display:none;
}
  .col-2 {
    width: 100%;
  }
.row:nth-of-type(3n+0) {
  flex-direction: column;
}
  .info {
        width: var(--web-container);
        margin: calc((100% - var(--web-container))) auto;
        font-size: 14px;
        line-height: 21px;
  }
.aboutFirstText .title {
    font-weight: 700;
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 30px;
    line-height: 40px;
    text-align: left;
}
.aboutFirstText .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
  
.timelineBlock {
    display: flex;
    flex-direction:column;
    height: auto;
    gap: 40px;
}
  .timelineBlock:nth-child(even) {
    flex-direction: column;
}
  .join {
    padding: 15px 30px;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    display: block;
}
  .extraDiv {
    grid-template-columns: 1fr;
}
  .videoBanner {
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
