{{ 'section-team-section.css' | asset_url | stylesheet_tag }}

{%- liquid
  case section.settings['team-section']
    when '1'

    when '2'
      assign column = 'two-column'
    when '3'
      assign column = 'three-column'
    when '4'
      assign column = 'four-column'
    when '5'
      assign column = 'five-column'
    when '6'
      assign column = 'six-column'
    else
      assign column = 'three-column'
  endcase
  if section.settings.swiper_enable
    assign enable_slider = true
  endif
%}
{%- style -%}
      .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.50 | round: 0 }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.50 | round: 0 }}px;
    }
     @media screen and (min-width: 576px) and (max-width: 749px){
     .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}px;
      padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}px;
    }
     }
    @media screen and (min-width: 750px) {
      .section-{{ section.id }}-padding {
        padding-top: {{ section.settings.padding_top }}px;
        padding-bottom: {{ section.settings.padding_bottom }}px;
      }
    }
  
  {%- for block in section.blocks -%}
  .team-section .team-section-wrapper-{{ forloop.index }} .team-section-block-image{position:relative;     transition: all var(--duration-default) linear;}
  .team-section .team-section-wrapper-{{ forloop.index }} .team-section-block-image:after { background: linear-gradient(-90deg, rgba(255, 255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 50%); content: ""; z-index: 1; width: 100%; height: 100%;  transition: all var(--duration-default) linear; position: absolute; opacity:0; border-radius:var(--media-radius);}
  .team-section .team-section-wrapper-{{ forloop.index }}:hover .team-section-block-image:after{opacity:1;}
  .team-section .team-section-wrapper-{{ forloop.index }} .team-section-content-icon{  z-index: 2; top:10px;bottom: auto;  left: auto; right: 10px; padding: 15px;  justify-content: center;  opacity: 0;  transition: .3s linear all;  position: absolute;  margin: auto;  overflow: hidden; }
  .team-section .team-section-wrapper-{{ forloop.index }}:hover .team-section-content-icon{   opacity: 1; bottom: auto;  left: auto; right: 10px;}
  .team-section .team-section-wrapper-{{ forloop.index }} .team-section-content-icon { top: 10px; bottom: auto;  transform: initial;}
  .team-section .team-section-wrapper-{{ forloop.index }} li.list-social__item a{ transform: translateX(20px);  transition: all .3s linear;cursor:pointer;padding:0px;background: transparent;border:1px solid  rgba(var(--color-foreground),0.8); width: 40px; height: 40px;  display: flex; justify-content: center; align-items: center; border-radius: 50%;}
   .team-section .team-section-wrapper-{{ forloop.index }} li.list-social__item .icon { width: 20px; height: 20px;}
     /* .team-section .team-section-wrapper-{{ forloop.index }} li.list-social__item:hover .icon { color: rgb(var(--color-background));} */
  .team-section .team-section-wrapper-{{ forloop.index }}:hover li.list-social__item a  {transition:all 0.3s linear;display:flex;}
  .team-section .team-section-wrapper-{{ forloop.index }}:hover li.list-social__item a:hover{    color: rgba(var(--color-foreground),0.7);background: rgba(var(--color-background));border:1px solid rgba(var(--color-foreground),0.7);}
  .team-section .team-section-wrapper-{{ forloop.index }}:hover li.list-social__item a{ transform: translateY(0);}
  .team-section .team-section-wrapper-{{ forloop.index }}:hover .team-section-content-icon li.list-social__item:first-child a{ transition-delay: .1s;}
  .team-section .team-section-wrapper-{{ forloop.index }}:hover .team-section-content-icon li.list-social__item:nth-child(2) a{ transition-delay: .2s;}
  .team-section .team-section-wrapper-{{ forloop.index }}:hover .team-section-content-icon li.list-social__item:nth-child(3) a{ transition-delay: .3s;}
  .team-section .team-section-wrapper-{{ forloop.index }}:hover .team-section-content-icon li.list-social__item:last-child a{  transition-delay: .4s;}

  @media screen  and (max-width: 990px){
   .team-section .team-section-wrapper-{{ forloop.index }} li.list-social__item a{width:30px;height:30px;}
    .team-section .team-section-wrapper-{{ forloop.index }} li.list-social__item .icon {width:16px;height:16px;}
  }

    @media screen and (max-width:768px){
      .team-section .list-social { display: flex; flex-wrap: wrap;flex-direction: column;  gap: 10px;}
      .team-section .team-section-wrapper-{{ forloop.index }} li.list-social__item a {  width: 25px;  height: 25px;}
      .team-section .team-section-wrapper-{{ forloop.index }} li.list-social__item .icon { width: 12px;height: 12px;}
    }
    
    {% endfor %}
  team-swiper-slider { cursor: grab;}
{%- endstyle -%}

<div class="team-section color-{{ section.settings.color_scheme }} gradient{% if section.settings.title == blank %} no-heading{% endif %} {{ section.settings.custom_class_name }} ">
  <div class="{% if section.settings.page_full_width %} page-full-width {% else %} page-width {% endif %} {% if section.settings.page_full_width_spacing %} page-full-width_spacing {% endif %}section-{{ section.id }}-padding isolate">
    <div class="row">
      <div class="team-section-wrapper-heading">
        {%- unless section.settings.title == blank -%}
          <div class="title-wrapper-with-link title-wrapper--self-padded-mobile title-wrapper--no-top-margin content-align--{{ section.settings.column_alignment }}">
            {%- if section.settings.sub_heading != blank -%}
              <h6 class="sub-heading">{{ section.settings.sub_heading | escape }}</h6>
            {%- endif -%}
            {%- if section.settings.title != blank -%}
              <h2 class="title {{ section.settings.heading_size }}">
                {{ section.settings.title | escape }}
              </h2>
            {%- endif -%}
            {%- if section.settings.description != blank -%}
              <p class="description">{{ section.settings.description }}</p>
            {%- endif -%}
            {%- if section.settings.button_label != blank -%}
              <a
                {% if section.settings.button_link == blank %}
                  role="link" aria-disabled="true"
                {% else %}
                  href="{{ section.settings.button_link }}"
                {% endif %}
                class="button{% if section.settings.button_style_secondary %} button--secondary{% else %} button--primary{% endif %}"
              >
                {{- section.settings.button_label | escape -}}
              </a>
            {%- endif -%}
          </div>
        {%- endunless -%}
        {% unless enable_slider %}
          <div
            class="team-section-section {{ column }} grid {% unless section.settings.background_style == 'none' and settings.text_boxes_border_thickness > 0 or settings.text_boxes_shadow_opacity > 0 %} background-{{ section.settings.background_style }}{% endunless %}"
          >
        {% else %}
          <team-swiper-slider class="team-section-slider {% unless section.settings.background_style == 'none' and settings.text_boxes_border_thickness > 0 or settings.text_boxes_shadow_opacity > 0 %} background-{{ section.settings.background_style }}{% endunless %}">
            <div data-slider-options='{"loop": "{%- if section.settings.centered_slide -%}1{%- else -%}2{%- endif -%}","desktop": "{{ section.settings.desktop_column }}", "laptop": "{{ section.settings.laptop_column }}", "tablet": "{{ section.settings.tablet_column }}","mobile": "{{ section.settings.mobile_column }}", "gap":"{{ section.settings.column_gap }}","auto_play": "{{ section.settings.auto_play }}"}'>
              <div class="swiper" data-swiper-slider>
                <div class="swiper-wrapper">
        {%- endunless -%}
        {%- for block in section.blocks -%}
          <div class="team-section-wrapper-{{ forloop.index }} {% unless enable_slider %} team-section-wrapper {% else %} swiper-slide{% endunless %}">
            <div class="team-section-block-image">
              {%- if block.settings.enable_title_link %}
                <a href="{{ block.settings.block_button_link }}" class="team-section-image">
              {%- endif %}
              {% if block.settings.block_image != blank %}
                <img
                  class="team-section-image"
                  srcset="
                    {%- if block.settings.block_image.width >= 375 -%}{{ block.settings.block_image | image_url: width: 375 }} 375w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 550 -%}{{ block.settings.block_image | image_url: width: 550 }} 550w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 750 -%}{{ block.settings.block_image | image_url: width: 750 }} 750w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 1100 -%}{{ block.settings.block_image | image_url: width: 1100 }} 1100w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 1500 -%}{{ block.settings.block_image | image_url: width: 1500 }} 1500w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 1780 -%}{{ block.settings.block_image | image_url: width: 1780 }} 1780w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 2000 -%}{{ block.settings.block_image | image_url: width: 2000 }} 2000w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 3000 -%}{{ block.settings.block_image | image_url: width: 3000 }} 3000w,{%- endif -%}
                    {%- if block.settings.block_image.width >= 3840 -%}{{ block.settings.block_image | image_url: width: 3840 }} 3840w,{%- endif -%}
                    {{ block.settings.block_image | image_url: width: 1500 }} {{ block.settings.block_image.width }}w
                  "
                  sizes="100vw"
                  src="{{ block.settings.block_image | image_url: width: 1500 }}"
                  loading="lazy"
                  alt="{{ block.settings.block_image.alt | escape }}"
                  width="{{ block.settings.block_image.width }}"
                  height="{{ block.settings.block_image.width | divided_by: block.settings.block_image.aspect_ratio | round }}"
                >
              {% else %}
                {%- assign placeholder_image_index = forloop.index0 | modulo: 4 | plus: 1 -%}
                 {%- assign placeholder_image = 'product-apparel-' | append: placeholder_image_index -%}
                 {{ placeholder_image | placeholder_svg_tag: 'placeholder-svg' }}
              {% endif %}
              {%- if block.settings.enable_title_link %} </a>{% endif %}

              <div class="team-section-content-icon">
                <ul class="team__list-social list-unstyled list-social" role="list">
                  {%- if block.settings.social_twitter_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_twitter_link }}" class="link list-social_link">
                        {%- render 'icon-twitter' -%}
                        <span class="visually-hidden">{{ 'general.social.links.twitter' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_facebook_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_facebook_link }}" class="link list-social_link">
                        {%- render 'icon-facebook' -%}
                        <span class="visually-hidden">{{ 'general.social.links.facebook' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_pinterest_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_pinterest_link }}" class="link list-social_link">
                        {%- render 'icon-pinterest' -%}
                        <span class="visually-hidden">{{ 'general.social.links.pinterest' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_instagram_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_instagram_link }}" class="link list-social_link">
                        {%- render 'icon-instagram' -%}
                        <span class="visually-hidden">{{ 'general.social.links.instagram' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_tiktok_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_tiktok_link }}" class="link list-social_link">
                        {%- render 'icon-tiktok' -%}
                        <span class="visually-hidden">{{ 'general.social.links.tiktok' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_tumblr_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_tumblr_link }}" class="link list-social_link">
                        {%- render 'icon-tumblr' -%}
                        <span class="visually-hidden">{{ 'general.social.links.tumblr' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_snapchat_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_snapchat_link }}" class="link list-social_link">
                        {%- render 'icon-snapchat' -%}
                        <span class="visually-hidden">{{ 'general.social.links.snapchat' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_youtube_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_youtube_link }}" class="link list-social_link">
                        {%- render 'icon-youtube' -%}
                        <span class="visually-hidden">{{ 'general.social.links.youtube' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                  {%- if block.settings.social_vimeo_link != blank -%}
                    <li class="list-social__item">
                      <a href="{{ block.settings.social_vimeo_link }}" class="link list-social_link">
                        {%- render 'icon-vimeo' -%}
                        <span class="visually-hidden">{{ 'general.social.links.vimeo' | t }}</span>
                      </a>
                    </li>
                  {%- endif -%}
                </ul>
              </div>
            </div>
            <div class="team-section-content {% unless block.settings.show_content %}hidden {% endunless %}">
              <div class="team-section-inner banner--content-align-{{ block.settings.desktop_content_alignment }}">
                {% if block.settings.block_title != blank %}
                  <h2 class="main-title ">{{ block.settings.block_title }}</h2>
                {% endif %}
                {% if block.settings.block_sub_title != blank %}
                  <h6 class="sub-title">{{ block.settings.block_sub_title }}</h6>
                {% endif %}
                {% if block.settings.block_description != blank %}
                  <p class="description">{{ block.settings.block_description }}</p>
                {% endif %}
                {% if block.settings.block_button_link != blank %}
                  <a href="{{ block.settings.block_button_link }}" class="banner-button button button--secondary">
                    {{- block.settings.block_button_text -}}
                  </a>
                {% endif %}
              </div>
            </div>
          </div>
        {% endfor %}
        {% unless enable_slider %}
          </div>
        {% else %}
          </div>
          {% if section.settings.swiper_navigation != blank %}
            <div class="swiper-navigation">
              <div class="swiper-button-next"><span></span></div>
              <div class="swiper-button-prev"><span></span></div>
            </div>
          {% endif %}
          </div>
          {% if section.settings.swiper_pagination != blank %}
            <div class="swiper-pagination"></div>
          {% endif %}
          </div>
          </team-swiper-slider>
        {%- endunless -%}
      </div>
    </div>
  </div>
</div>
<!-- Script-Start -->

<script type="text/javascript">
  $(document).ready(function(){
    $( ".gridPlay" ).each(function( index ) {
      $(this).on('click', function(){
      $(this).css('display','none');
      $(this).next('.gridPause').css('display','flex');
      $(this).closest('.team-section').find('video').trigger('play');
      });
    });
    $( ".gridPause" ).each(function( index ) {
      $(this).on('click', function(){
      $(this).css('display','none');
      $(this).prev('.gridPlay').css('display','flex');
      $(this).closest('.team-section').find('video').trigger('pause');
      });
    });
  });
</script>

<!-- Script-End -->
{% schema %}
{
  "name": "t:sections.team-section.name",
  "class": "section section-team-section",
  "tag": "section",
  "settings": [
    {
      "type":"checkbox",
      "id":"page_full_width",
       "default": false,
      "label": "t:sections.all.page_full_width.label"
    },
    {
      "type":"checkbox",
      "id":"page_full_width_spacing",
       "default": false,
      "label": "t:sections.all.page_full_width_spacing.label"
    },
    {
      "type": "text",
      "id": "title",
      "default": "Team Section",
      "label": "t:sections.all.title.label"
    },
    {
      "type": "select",
      "id": "heading_size",
      "options": [
        {
          "value": "h3",
          "label": "t:sections.all.heading_size.options__1.label"
        },
        {
          "value": "h2",
          "label": "t:sections.all.heading_size.options__2.label"
        },
        {
          "value": "h1",
          "label": "t:sections.all.heading_size.options__3.label"
        }
      ],
      "default": "h1",
      "label": "t:sections.all.heading_size.label"
    },
    {
      "type": "text",
      "id": "sub_heading",
      "default":"Sub Heading",
      "label": "t:sections.all.sub_heading.label"
    },
     {
      "type": "text",
      "id": "description",
      "default":"Use this text to share the information which you like!.",
      "label": "t:sections.all.description.label"
    },
    {
      "type": "text",
      "id": "button_label",
      "default": "Button label",
      "label": "t:sections.all.button_label.label"
    },
    {
      "type": "url",
      "id": "button_link",
      "label": "t:sections.all.button_link.label"
    },
    {
      "type": "checkbox",
      "id": "button_style_secondary",
      "default": false,
      "label": "t:sections.all.button_style_secondary.label"
      },
    {
      "type": "select",
      "id": "column_alignment",
      "options": [
        {
          "value": "left",
          "label": "t:sections.team-section.settings.column_alignment.options__1.label"
        },
        {
          "value": "center",
          "label": "t:sections.team-section.settings.column_alignment.options__2.label"
        }
      ],
      "default": "center",
      "label": "t:sections.team-section.settings.column_alignment.label"
    },

    {
    "type": "select",
    "id": "team-section",
    "options": [
    {
    "value": "1",
    "label": "t:sections.team-section.settings.team-section.options__1.label"
    },
    {
    "value": "2",
    "label": "t:sections.team-section.settings.team-section.options__2.label"
    },
    {
    "value": "3",
    "label": "t:sections.team-section.settings.team-section.options__3.label"
    },
    {
    "value": "4",
    "label": "t:sections.team-section.settings.team-section.options__4.label"
    },
    {
    "value": "5",
    "label": "t:sections.team-section.settings.team-section.options__5.label"
    },
    {
    "value": "6",
    "label": "t:sections.team-section.settings.team-section.options__6.label"
    }
    ],
    "default": "4",
    "label": "t:sections.team-section.settings.team-section.label"
    },
    {
      "type": "color_scheme",
      "id": "color_scheme",
      "label": "t:sections.all.colors.label",
      "default": "scheme-1"
    },
    {
      "type": "header",
      "content": "t:sections.all.padding.section_padding_heading"
    },
    {
      "type": "range",
      "id": "padding_top",
      "min": 0,
      "max": 160,
      "step": 4,
      "unit": "px",
      "label": "t:sections.all.padding.padding_top",
      "default": 36
    },
    {
      "type": "range",
      "id": "padding_bottom",
      "min": 0,
      "max": 160,
      "step": 4,
      "unit": "px",
      "label": "t:sections.all.padding.padding_bottom",
      "default": 36
    },
    {
    "type": "header",
    "content": "t:sections.all.custom_class_heading.content"
    },
    {
    "type": "text",
    "id": "custom_class_name",
    "label": "t:sections.all.custom_class_name.label"
    },
    {
      "type": "header",
      "content": "t:sections.all.swiper.swiper_slider_title"
    },
    {
      "type": "checkbox",
      "id": "swiper_enable",
      "default": false,
      "label": "t:sections.all.swiper.swiper_slider_enable"
    },
    {
      "type": "range",
      "id": "desktop_column",
      "min": 1,
      "max": 10,
      "step": 1,
      "label": "t:sections.all.swiper.desktop_column",
      "default": 4
    },
     {
      "type": "range",
      "id": "laptop_column",
      "min": 1,
      "max": 10,
      "step": 1,
      "label": "t:sections.all.swiper.laptop_column",
      "default": 4
    },
    {
      "type": "range",
      "id": "tablet_column",
      "min": 1,
      "max": 5,
      "step": 1,
      "label": "t:sections.all.swiper.tablet_column",
      "default": 3
    },
    {
      "type": "range",
      "id": "mobile_column",
      "min": 1,
      "max": 3,
      "step": 1,
      "label": "t:sections.all.swiper.mobile_column",
      "default": 1
    },
    {
      "type": "text",
      "id": "column_gap",
      "label": "t:sections.team-section.settings.column_gap.label",
      "default": "20"
    },
    {
      "type": "checkbox",
      "id": "centered_slide",
      "default": false,
      "label": "t:sections.all.swiper.centered_slide"
    },
    {
      "type": "checkbox",
      "id": "swiper_pagination",
      "default": false,
      "label": "t:sections.all.swiper.swiper_pagination"
    },
    {
      "type": "checkbox",
      "id": "swiper_navigation",
      "default": false,
      "label": "t:sections.all.swiper.swiper_navigation"
    },
    {
      "type": "range",
      "id": "auto_play",
      "min": 0,
      "max": 5,
      "step": 1,
      "label": "t:sections.all.swiper.auto_play",
      "default": 0
    }
  ],
  "blocks": [
    {
    "type": "text",
    "name": "t:sections.team-section.blocks.text.name",
    "settings": [
    {
    "type": "image_picker",
    "id": "block_image",
    "label": "t:sections.team-section.blocks.text.settings.block_image.label",
    "info": "Size: 1280x820 [Act as poster image for video type]"
    },
    {
    "type": "checkbox",
    "id": "show_content",
    "label": "t:sections.team-section.blocks.text.settings.show_content.label",
    "default": true
    },
    {
    "type": "text",
    "id": "block_title",
    "label": "t:sections.team-section.blocks.text.settings.block_title.label",
    "default": "Title"
    },
    {
    "type": "text",
    "id": "block_sub_title",
    "label": "t:sections.team-section.blocks.text.settings.block_sub_title.label",
    "default": "Sub title"
    },
    {
    "type": "text",
    "id": "block_description",
    "label": "t:sections.team-section.blocks.text.settings.block_description.label",
    "default": "Short description"
    },
    {
    "type": "text",
    "id": "block_button_text",
    "label": "t:sections.team-section.blocks.text.settings.block_button_text.label"
    },
    {
    "type": "url",
    "id": "block_button_link",
    "label": "t:sections.team-section.blocks.text.settings.block_button_link.label"
    },
    {
      "type": "select",
      "id": "desktop_content_alignment",
      "options": [
       {
          "value": "left",
          "label": "t:sections.team-section.blocks.text.settings.desktop_content_alignment.options__1.label"
        },
        {
          "value": "center",
          "label": "t:sections.team-section.blocks.text.settings.desktop_content_alignment.options__2.label"
        },
        {
          "value": "right",
          "label": "t:sections.team-section.blocks.text.settings.desktop_content_alignment.options__3.label"
        }
      ],
      "default": "center",
      "label": "t:sections.team-section.blocks.text.settings.desktop_content_alignment.label"
    },
      {
        "type": "text",
        "id": "social_twitter_link",
        "label": "t:settings_schema.social-media.settings.social_twitter_link.label",
        "info": "t:settings_schema.social-media.settings.social_twitter_link.info"
      },
      {
        "type": "text",
        "id": "social_facebook_link",
        "label": "t:settings_schema.social-media.settings.social_facebook_link.label",
        "info": "t:settings_schema.social-media.settings.social_facebook_link.info"
      },
      {
        "type": "text",
        "id": "social_pinterest_link",
        "label": "t:settings_schema.social-media.settings.social_pinterest_link.label",
        "info": "t:settings_schema.social-media.settings.social_pinterest_link.info"
      },
      {
        "type": "text",
        "id": "social_instagram_link",
        "label": "t:settings_schema.social-media.settings.social_instagram_link.label",
        "info": "t:settings_schema.social-media.settings.social_instagram_link.info"
      },
      {
        "type": "text",
        "id": "social_tiktok_link",
        "label": "t:settings_schema.social-media.settings.social_tiktok_link.label",
        "info": "t:settings_schema.social-media.settings.social_tiktok_link.info"
      },
      {
        "type": "text",
        "id": "social_tumblr_link",
        "label": "t:settings_schema.social-media.settings.social_tumblr_link.label",
        "info": "t:settings_schema.social-media.settings.social_tumblr_link.info"
      },
      {
        "type": "text",
        "id": "social_snapchat_link",
        "label": "t:settings_schema.social-media.settings.social_snapchat_link.label",
        "info": "t:settings_schema.social-media.settings.social_snapchat_link.info"
      },
      {
        "type": "text",
        "id": "social_youtube_link",
        "label": "t:settings_schema.social-media.settings.social_youtube_link.label",
        "info": "t:settings_schema.social-media.settings.social_youtube_link.info"
      },
      {
        "type": "text",
        "id": "social_vimeo_link",
        "label": "t:settings_schema.social-media.settings.social_vimeo_link.label",
        "info": "t:settings_schema.social-media.settings.social_vimeo_link.info"
      }
    ]
    }
    ],
    "presets": [
    {
      "name": "t:sections.team-section.presets.name",
      "blocks": [
        {
          "type": "text"
        },
        {
          "type": "text"
        },
        {
          "type": "text"
        },
         {
          "type": "text"
        }
      ]
    }
  ]
}
{% endschema %}
