/** Shopify CDN: Minification failed

Line 319:29 Unexpected "{"
Line 319:37 Expected ":"
Line 562:29 Unexpected "{"
Line 562:37 Expected ":"
Line 804:29 Unexpected "{"
Line 804:37 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:main-leadership-team (INDEX:24) */
.youtube-player {
    position: absolute;
    top: 0;
    left: 0;
  }
  .block-video-youtube {
    margin-bottom: 60px;
  }
  .block-paragraph-content,
  .block-our-teams,
  .block-list-features {
    margin-bottom: 50px;
  }
  @media (max-width: 480px) {
    .block-our-teams,
    .block-list-features {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  @media (min-width: 1280px) {
    .block-paragraph-content,
    .block-our-teams,
    .block-list-features {
      margin-bottom: 100px;
    }
  }
  .member-item_image {
    margin-bottom: 32px;
  }
  .member-item_image img {
    width: 100%;
  }
  .member-item_name {
    color: #343c49;
    font-family: 'Cormorant Garamond';
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.56px;
    margin-bottom: 24px;
  }
  .member-item_job_position {
    color: #1a1a1a;
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .member-item_description {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  @media (max-width: 480px) {
    .member-item_name {
      font-size: 24px;
    }
    .member-item_job_position {
      font-size: 18px;
    }
    .member-item_description {
      font-size: 16px;
    }
  }

  .feature-item_image {
    margin-bottom: 40px;
    max-height: 250px !important;
  }

  .feature-item {
    text-align: center;
  }

  .feature-item_name {
    color: #002050;
    font-family: 'Cormorant Garamond';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .feature-item_description {
    color: #141414;
    font-family: 'Avenir Next LT Pro';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
  }
  .owl-mc-sidebar-top-none.hidden + .owl-mc-main-outer{
        max-width: 1023px;
    margin: auto;
  }
/* END_SECTION:main-leadership-team */

/* START_SECTION:tabs-event-1 (INDEX:61) */
.text-center {
    text-align: center;
  }
  .block {
    display: block;
  }
  .w-full {
    width: 100%;
  }
  .h-full {
    height: 100%
  }
  .owl-mc__tabs .tabs-nav {
    flex-wrap: nowrap;
  }
  .owl-mc__tabs {
    /* background: #bcd1c8;
    color: #002050; */
    background: #17305d !important;
    color: #ffffff !important;
    text-align: center;
    font-family: 'Avenir Next LT Pro';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 105px;
  }

  .tab__item {
    padding: 12px 30px;
    cursor: pointer;
    position: relative;
  }

  .tab__item.active,
  .tab__item:hover {
    background: #329ec7;
  }

  .tab__item:before {
    content: '';
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tab__item.active:before {
    display: inline-block;
  }

  .list-events {
    /* grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    row-gap: 80px; */
  }

  .box_events_month {
    display: none;
  }

  .box_events_month.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .item__event {
    /* display: none; */
  }

  .item__event.active {
    /* display: block; */
  }

  .item__event-image {
    margin-bottom: 22px;
  }

  .item__event-image div {
    padding-top: 116%;
    position: relative;
    overflow: hidden;
  }

  .item__event-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition-property: opacity;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .item__event-title {
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.48px;
    margin-bottom: 8px;
    padding-top: 1px;
  }
  .item__event-desc {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
    margin-top: 8px;
  }
  .item__event-action {
    display: inline-flex;
    cursor: pointer;
    padding: 20px 47px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #329ec7;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
    
  

  .item__event-action a {
    color: #fff;
  }

  .item__event-time-start-end {
    min-height: 24px;
    margin-bottom: 0;
  }

  .item__event-time-start-end p {
    margin: 0;
  }

  .item__event-time-start-end p:last-child {
    margin-top: 4px;
  }

  .section_tabs_event_top {
    display: flex;
    align-items: flex-start;
  }

  .section_tabs_event_top__list_products .item__event {
    display: block;
    margin: 0 12px;
  }

  .section_tabs_event_top__content {
    margin-top: 58px;
  }

  .section_tabs_event_top__content h2 {
    margin-top: 36px;
  }

  .section_tabs_event_top .owl-mc-sidebar {
    margin: 0;
  }

  

  @media(max-width: 991px) {
    .section_tabs_event_top {
      flex-wrap: wrap;
    }

    .section_tabs_event_top .section_tabs_event_top__heading {
      margin-top: 30px;
    }
  }

  @media(max-width: 768px) {
    #owl-main-content-outer-{{section.id}} .owl-mc-main-outer {
      width: 100%;
    }
    .list-events {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 24px;
      row-gap: 32px;
    }
    .owl-mc__tabs {
      font-size: 16px !impoatant;
      margin-bottom: 18px;
    }
    .owl-mc__tabs .tabs-nav {
      overflow-x: auto;
    }
    .tab__item {
      padding: 22px 15px;
    }
    .tab__item.active::before {
      display: none;
    }
    .box_events_month.active{
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }
    .box_events_month.active .item__event {
        display: block;
        width: calc(50% - 10px);
        overflow: hidden;
    }
    .box_events_month.active .item__event-title {
        font-size: 18px !important;
    }
  }
    @media (max-width: 480px){
      .section_tabs_event_top__list_products .item__event {
        margin: 0;
      }
  }
  #wapCalendar .tab__item span{
        pointer-events: none;
  }
/* END_SECTION:tabs-event-1 */

/* START_SECTION:tabs-events (INDEX:62) */
.text-center {
    text-align: center;
  }
  .block {
    display: block;
  }
  .w-full {
    width: 100%;
  }
  .h-full {
    height: 100%
  }
  .owl-mc__tabs .tabs-nav {
    flex-wrap: nowrap;
  }
  .owl-mc__tabs {
    /* background: #bcd1c8;
    color: #002050; */
    background: #17305d !important;
    color: #ffffff !important;
    text-align: center;
    font-family: 'Avenir Next LT Pro';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 105px;
  }

  .tab__item {
    padding: 12px 30px;
    cursor: pointer;
    position: relative;
  }

  .tab__item.active,
  .tab__item:hover {
    background: #329ec7;
  }

  .tab__item:before {
    content: '';
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tab__item.active:before {
    display: inline-block;
  }

  .list-events {
    /* grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    row-gap: 80px; */
  }

  .box_events_month {
    display: none;
  }

  .box_events_month.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .item__event {
    /* display: none; */
  }

  .item__event.active {
    /* display: block; */
  }

  .item__event-image {
    margin-bottom: 22px;
  }

  .item__event-image div {
    padding-top: 116%;
    position: relative;
    overflow: hidden;
  }

  .item__event-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition-property: opacity;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .item__event-title {
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.48px;
    margin-bottom: 8px;
    padding-top: 1px;
  }
  .item__event-desc {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
    margin-top: 8px;
  }
  .item__event-action {
    display: inline-flex;
    cursor: pointer;
    padding: 20px 47px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #329ec7;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
    
  

  .item__event-action a {
    color: #fff;
  }

  .item__event-time-start-end {
    min-height: 24px;
    margin-bottom: 0;
  }

  .item__event-time-start-end p {
    margin: 0;
  }

  .item__event-time-start-end p:last-child {
    margin-top: 4px;
  }

  .section_tabs_event_top {
    display: flex;
    align-items: flex-start;
  }

  .section_tabs_event_top__list_products .item__event {
    display: block;
    margin: 0 12px;
  }

  .section_tabs_event_top__content {
    margin-top: 58px;
  }

  .section_tabs_event_top__content h2 {
    margin-top: 36px;
  }

  .section_tabs_event_top .owl-mc-sidebar {
    margin: 0;
  }

  

  @media(max-width: 991px) {
    .section_tabs_event_top {
      flex-wrap: wrap;
    }

    .section_tabs_event_top .section_tabs_event_top__heading {
      margin-top: 30px;
    }
  }

  @media(max-width: 768px) {
    #owl-main-content-outer-{{section.id}} .owl-mc-main-outer {
      width: 100%;
    }
    .list-events {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 24px;
      row-gap: 32px;
    }
    .owl-mc__tabs {
      font-size: 16px !impoatant;
      margin-bottom: 18px;
    }
    .owl-mc__tabs .tabs-nav {
      overflow-x: auto;
    }
    .tab__item {
      padding: 22px 15px;
    }
    .tab__item.active::before {
      display: none;
    }
    .box_events_month.active{
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }
    .box_events_month.active .item__event {
        display: block;
        width: calc(50% - 10px);
        overflow: hidden;
    }
    .box_events_month.active .item__event-title {
        font-size: 18px !important;
    }
  }
    @media (max-width: 480px){
      .section_tabs_event_top__list_products .item__event {
        margin: 0;
      }
  }
  #wapCalendar .tab__item span{
        pointer-events: none;
  }
/* END_SECTION:tabs-events */

/* START_SECTION:template-blog (INDEX:64) */
.text-center {
    text-align: center;
  }
  .block {
    display: block;
  }
  .w-full {
    width: 100%;
  }
  .h-full {
    height: 100%
  }
  .owl-mc__tabs .tabs-nav {
    flex-wrap: nowrap;
  }
  .owl-mc__tabs {
    /* background: #bcd1c8;
    color: #002050; */
    background: #17305d !important;
    color: #ffffff !important;
    text-align: center;
    font-family: 'Avenir Next LT Pro';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 105px;
  }

  .tab__item {
    padding: 12px 30px;
    cursor: pointer;
    position: relative;
  }

  .tab__item.active,
  .tab__item:hover {
    background: #329ec7;
  }

  .tab__item:before {
    content: '';
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: -58px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tab__item.active:before {
    display: inline-block;
  }

  .list-events {
    /* grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    row-gap: 80px; */
  }

  .box_events_month {
    display: none;
  }

  .box_events_month.active {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }

  .item__event {
    /* display: none; */
  }

  .item__event.active {
    /* display: block; */
  }

  .item__event-image {
    margin-bottom: 22px;
  }

  .item__event-image div {
    padding-top: 116%;
    position: relative;
    overflow: hidden;
  }

  .item__event-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition-property: opacity;
    object-fit: contain;
  }
  .item__event-title {
    font-family: 'Cormorant Garamond';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.48px;
    margin-bottom: 8px;
    padding-top: 1px;
  }
  .item__event-desc {
    color: #000;
    font-family: 'Avenir Next LT Pro';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 48px;
    margin-top: 8px;
  }
  .item__event-action {
    display: inline-flex;
    cursor: pointer;
    padding: 20px 47px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #329ec7;
    color: #fff;
    font-family: 'Avenir Next LT Pro';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
  }
    
  

  .item__event-action a {
    color: #fff;
  }

  .item__event-time-start-end {
    min-height: 24px;
    margin-bottom: 0;
  }

  .item__event-time-start-end p {
    margin: 0;
  }

  .item__event-time-start-end p:last-child {
    margin-top: 4px;
  }

  .section_tabs_event_top {
    display: flex;
    align-items: flex-start;
  }

  .section_tabs_event_top__list_products .item__event {
    display: block;
    margin: 0 12px;
  }

  .section_tabs_event_top__content {
    margin-top: 58px;
  }

  .section_tabs_event_top__content h2 {
    margin-top: 36px;
  }

  .section_tabs_event_top .owl-mc-sidebar {
    margin: 0;
  }

  

  @media(max-width: 991px) {
    .section_tabs_event_top {
      flex-wrap: wrap;
    }

    .section_tabs_event_top .section_tabs_event_top__heading {
      margin-top: 30px;
    }
  }

  @media(max-width: 768px) {
    #owl-main-content-outer-{{section.id}} .owl-mc-main-outer {
      width: 100%;
    }
    .list-events {
      grid-template-columns: repeat(1, minmax(0, 1fr));
      gap: 24px;
      row-gap: 32px;
    }
    .owl-mc__tabs {
      font-size: 16px !impoatant;
      margin-bottom: 18px;
    }
    .owl-mc__tabs .tabs-nav {
      overflow-x: auto;
    }
    .tab__item {
      padding: 22px 15px;
    }
    .tab__item.active::before {
      display: none;
    }
    .box_events_month.active{
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }
    .box_events_month.active .item__event {
        display: block;
        width: calc(50% - 10px);
        overflow: hidden;
    }
    .box_events_month.active .item__event-title {
        font-size: 18px !important;
    }
  }
    @media (max-width: 480px){
      .section_tabs_event_top__list_products .item__event {
        margin: 0;
      }
  }
  #wapCalendar .tab__item span{
        pointer-events: none;
  }
/* END_SECTION:template-blog */