/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

.cmp-tabs--plain-text .cmp-tabs__prev-arrow-button{width:50px;-webkit-transform:rotate(3.142rad);transform:rotate(3.142rad)}.cmp-tabs--plain-text .cmp-tabs__next-arrow-button{width:50px}.cmp-tabs--plain-text .cmp-tabs__tabpanel.cmp-tabs__hide-elem{display:none}.cmp-tabs--plain-text .cmp-tabs__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-tabs--plain-text .cmp-tabs__tablist{list-style:none;overflow-x:scroll;padding-bottom:2px;scrollbar-width:none;width:100%;margin:0}.cmp-tabs--plain-text .cmp-tabs__tablist>li{-webkit-box-flex:1;-ms-flex:1;flex:1}.cmp-tabs--plain-text .cmp-tabs__tablist,.cmp-tabs--plain-text .cmp-tabs_itemscontainer{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-tabs--plain-text .cmp-tabs_itemscontainer{background:#fff;border-bottom:1px solid #000;max-width:100%;overflow:hidden;overflow-x:auto;border-radius:0px;padding:0px}.cmp-tabs--plain-text .cmp-tabs_itemscontainer::-webkit-scrollbar{display:none}.cmp-tabs--plain-text .cmp-tabs__tab{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;width:110px;color:#555551;font-style:normal;line-height:24px;letter-spacing:0px;font-weight:500;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-tabs--plain-text .cmp-tabs__tab .cmp-tabs-heading{font-weight:500}.cmp-tabs--plain-text .cmp-tabs__tab--active{-webkit-animation:fade-in .3s;animation:fade-in .3s;position:relative;color:#0f71f0;font-weight:700;border-radius:0;background-color:transparent}.cmp-tabs--plain-text .cmp-tabs__tab--active .cmp-tabs-heading{font-weight:700}.cmp-tabs--plain-text .cmp-tabs__tab:before{content:"";height:1px;width:100%;background-color:#555551;position:absolute;left:0;bottom:2px}.cmp-tabs--plain-text .cmp-tabs__tab--active:before{content:"";height:8px;width:100%;background-color:#0f71f0;position:absolute;left:0;bottom:-6px}.cmp-tabs--plain-text .cmp-tabs__tabpanel,.cmp-tabs--plain-text .cmp-tabs__tabpanel--active{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;scroll-snap-align:start;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.cmp-tabs--plain-text .cmp-tabs__tablist>li{background-color:unset;padding:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-tabs--plain-text .cmp-tabs--plain-text .cmp-tabs__tab.cmp-tabs__tab--active:before{content:"";height:8px;width:100%;background-color:#0f71f0;position:absolute;left:0;bottom:-4px;z-index:1}.cmp-tabs--plain-text .cmp-tabs__tablist::-webkit-scrollbar{display:none}.cmp-tabs--plain-text .cmp-tabs__tablist>li:first-child,.cmp-tabs--plain-text .cmp-tabs__tablist>li:last-child{border-radius:0}.cmp-tabs--plain-text .cmp-tabs__dots-container{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-margin-before:64px;margin-block-start:64px;-webkit-margin-after:90px;margin-block-end:90px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cmp-tabs--plain-text .cmp-tabs__dots-item{display:block;width:18px;height:18px;background:#c1bfb8;border-radius:100%;cursor:pointer}.cmp-tabs--plain-text .cmp-tabs__dots-item--active{background:#242424}.cmp-tabs--plain-text .cmp-tabs__dots-item+.cmp-tabs__dots-item{-webkit-margin-start:18px;margin-inline-start:18px}@media only screen and (max-width:767px){.cmp-tabs--plain-text .cmp-tabs__tab{font-size:14px;line-height:22px}.cmp-tabs--plain-text .cmp-tabs__dots-container{-webkit-margin-before:30px;margin-block-start:30px;-webkit-margin-after:72px;margin-block-end:72px}}.tabs:not(.cmp-tabs--plain-text) .cmp-tabs__next-arrow-button,.tabs:not(.cmp-tabs--plain-text) .cmp-tabs__prev-arrow-button{display:none}.cmp-tabs__tablist{list-style:none;margin:0}.cmp-tabs__tablist,.cmp-tabs_itemscontainer{display:-webkit-box;display:-ms-flexbox;display:flex}.cmp-tabs_itemscontainer{background:#c1bfb8;border-radius:35px;padding:4px}.cmp-tabs__tab{text-align:center;color:#242424;font-style:normal;line-height:22px;letter-spacing:0px}@media only screen and (min-width:768px){.cmp-tabs__tab{font-size:16px}}@media only screen and (max-width:767px){.cmp-tabs__tab{font-size:12px;line-height:16px}}@media only screen and (max-width:374px){.cmp-tabs__tab{font-size:9px;line-height:12px}}.cmp-tabs-subheading{font-weight:400}.cmp-tabs-heading{font-weight:800}.cmp-tabs__tab--active{border-radius:35px;background-color:#fff;border-color:#fff;-webkit-animation:fade-in .3s;animation:fade-in .3s}.cmp-tabs-parent-swipeable{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;min-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;scrollbar-width:none}.cmp-tabs__tablist{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.cmp-tabs__tabpanel{display:none;-webkit-animation:fade-out .6s;animation:fade-out .6s;scroll-snap-align:start}.cmp-tabs__tabpanel>.c-image__img,.cmp-tabs__tabpanel>div{width:100%}.cmp-tabs__tabpanel--active{display:block;-webkit-animation:fade-in .6s;animation:fade-in .6s}.cmp-tabs__tablist li{background-color:#c1bfb8;padding:4px}.cmp-tabs__tablist li:first-child{border-radius:50px 0 0 50px}.cmp-tabs__tablist li:last-child{border-radius:0 50px 50px 0}.cmp-tabs__dots-container,.cmp-tabs__icon{display:none}.cmp-tabs--icon-on-left .cmp-tabs-subheading,.cmp-tabs--icon-on-top .cmp-tabs-subheading{font-size:16px;line-height:24px;font-weight:700}.cmp-tabs--icon-on-left .cmp-tabs__icon,.cmp-tabs--icon-on-top .cmp-tabs__icon{height:40px;width:40px;display:block}.cmp-tabs--icon-on-left .cmp-tabs__container,.cmp-tabs--icon-on-top .cmp-tabs__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-tabs--icon-on-left .cmp-tabs__header,.cmp-tabs--icon-on-top .cmp-tabs__header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cmp-tabs--icon-on-left .cmp-tabs__tablist,.cmp-tabs--icon-on-top .cmp-tabs__tablist{overflow-x:scroll;scrollbar-width:none;width:100%}.cmp-tabs--icon-on-left .cmp-tabs__tablist li,.cmp-tabs--icon-on-top .cmp-tabs__tablist li{-webkit-box-flex:1;-ms-flex:1;flex:1;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:0;padding:0}.cmp-tabs--icon-on-left .cmp-tabs__tab,.cmp-tabs--icon-on-top .cmp-tabs__tab{border-radius:0;-webkit-box-flex:1;-ms-flex:1;flex:1;border-bottom:1px solid #242424;padding:16px 0 15px}.cmp-tabs--icon-on-left .cmp-tabs__tab.cmp-tabs__tab--active,.cmp-tabs--icon-on-top .cmp-tabs__tab.cmp-tabs__tab--active{background:transparent;border-bottom:4px solid #0f71f0;padding:16px 10px 12px}.cmp-tabs--icon-on-left .cmp-tabs__tab.cmp-tabs__tab--active .cmp-tabs__title-subtitle,.cmp-tabs--icon-on-top .cmp-tabs__tab.cmp-tabs__tab--active .cmp-tabs__title-subtitle{color:#0f71f0}.cmp-tabs--icon-on-left .cmp-tabs__tab.cmp-tabs__tab--active .cmp-tabs__icon,.cmp-tabs--icon-on-top .cmp-tabs__tab.cmp-tabs__tab--active .cmp-tabs__icon{-webkit-filter:invert(29%) sepia(88%) saturate(2733%) hue-rotate(205deg) brightness(98%) contrast(92%);filter:invert(29%) sepia(88%) saturate(2733%) hue-rotate(205deg) brightness(98%) contrast(92%)}.cmp-tabs--icon-on-top .cmp-tabs__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-tabs--icon-on-top .cmp-tabs__tablist li{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.cmp-tabs--icon-on-top .cmp-tabs__tab{-ms-flex-item-align:normal;align-self:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.cmp-tabs--icon-on-left .cmp-tabs__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media only screen and (max-width:767px){.cmp-tabs--icon-on-left .cmp-tabs-subheading,.cmp-tabs--icon-on-top .cmp-tabs-subheading{font-size:12px;line-height:16px;display:block;width:105px}.cmp-tabs--icon-on-left .cmp-tabs__icon,.cmp-tabs--icon-on-top .cmp-tabs__icon{height:24px;width:24px}.cmp-tabs--icon-on-left .cmp-tabs__tab,.cmp-tabs--icon-on-top .cmp-tabs__tab{padding:8px 5px 9px}.cmp-tabs--icon-on-left .cmp-tabs__tab.cmp-tabs__tab--active,.cmp-tabs--icon-on-top .cmp-tabs__tab.cmp-tabs__tab--active{border-bottom:2px solid #0f71f0;padding:8px 5px}.cmp-tabs--icon-on-left .cmp-tabs__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cmp-tabs--icon-on-left .cmp-tabs__tablist li{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.cmp-tabs--icon-on-left .cmp-tabs__tab{-ms-flex-item-align:normal;align-self:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:767px){.cmp-tabs--plain-text .cmp-tabs--authored-4 .cmp-tabs__tab{width:unset;font-size:12px;line-height:20px}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}
